 body {
  font-family: "Jost", sans-serif;
  margin:0;
  padding:0;
}
img{
	max-width:100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
	list-style: none;
	padding: 0;
}
a{
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 600;
}

.banner-sec h1.text-white {
    text-shadow:0 2px 2px #00000047 !important;
}
.banner-sec p{
    font-size: 18px !important;
    max-width: 690px;
    margin: 0 auto !important;
    line-height: normal;
}
.form_wrapp{
	border: none;
	border-radius: 10px;
	background:#fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.form-heading {
	color: #1968f4;
    font-weight: bold;
    font-size: 44px;
}
.cstm-btn{
	background: linear-gradient(90deg, rgb(25 104 244) 0%, rgb(78 163 254) 100%);
    height: 58px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    box-shadow: 0 3px 10px #2222224d;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	transition: ease-in-out 0.5s;
	white-space: nowrap;
	padding:10px 45px;
}
.header-sec button{
    height: 44px;
    padding: 10px 30px;
	font-size: 14px;
}
.header-sec ul li.nav-item {
    margin-right: 24px;
}
.white-btn{
	background: #fff !important;
	border-color: #fff;
	color:#000;
}
.cta-buttons .cstm-btn {
    background: #1968f4;
}
.img-bx img {
    max-width: 550px;
}
.banner-sec{
	background:#52a5fe;
}
.form-sec {
	padding:80px 0px;
    max-width: 1200px;
    margin: 0 auto;
}
.form-sec .form-control , .form-sec .form-select {
    border: 1px solid #eee;
    padding: 17px 15px;
    box-shadow: 0 2px 10px #00000014;
}
.form-sec label {
    font-size: 14px;
    margin-bottom: 7px;
    color: #666666;
}
.tab-content .form-control {
    padding: 16px 14px;
}
.form-control:focus, .form-select:focus{
    outline: none;
    border-color: #5555553b;
}
.icon-img{
    max-width: 18px;
}
.btn-check:focus+.btn, .btn:focus{
	box-shadow: none;
}
.cstm-btn:hover {
    background: #1968f4;
    border-color: #1968f4;
    color: #fff;
}
.white-btn:hover{
	color: #000;
}
.form-sec .form-check {
    margin-right: 25px;
}
.faq-section{
	padding: 60px 20px;
}
.faq-section .accordion-button:focus {
    box-shadow: none;
}
.faq-section .faq-inner {
    max-width: 850px;
    margin: 0 auto;
}
.faq-section .faq-title {
	font-size: 40px;
	color: #343a40;
	margin-bottom: 20px;
	text-align: center;
}
.faq-section .faq-card {
	border: none;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
}
.faq-section .faq-card .card-header {
	background-color: transparent;
	border: none;
}
.faq-section .faq-card button {
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	color: #495057;
}
.faq-section .accordion-button:not(.collapsed) {
    color: #ffffff;
    background: linear-gradient(90deg, rgb(25 104 244) 0%, rgb(78 163 254) 100%);
}
.faq-section .accordion-button:not(.collapsed):hover{
	 color: #ffffff;
}
.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url(../images/up-angle.svg);
}
.faq-section .faq-card button:hover {
	color: #1968f4;
}
.head-ing{
    max-width: 900px;
    margin: 0 auto;
}
.white-bx{
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
}

h1{
    font-size: 52px;
}
h3 {
    font-size: 22px;
}
h2 {
    font-size: 46px;
}
.content-bx p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    min-height: 48px;
}
.form_sec  {
    padding: 80px 0px;
	background: #f9f9fa;
}
 
.form_sec li.nav-item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 20px;
}
.form_sec li.nav-item:last-child{
	margin-right: 0px;
}
.form-innerbx .tab-content {
    max-width: 480px;
    margin: 0 auto;
}
.form_sec .nav-tabs button {
    border: 0;
    height: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 38px 0px #c6c6c6cc;
    border-radius: 5px;
}
.form_sec .nav-tabs button span.bigTxt{
	border-radius: 8px !important;
    font-size: 30px;
    color: #1968f4;
	font-weight: 500;
	text-align: left;
	line-height: 26px;
    padding-top: 8px;
}

.form_sec .nav-tabs button.active{
	background: linear-gradient(90deg, rgb(25 104 244) 0%, rgb(78 163 254) 100%);
}
.form_sec .nav-tabs button span {
    font-size: 14px;
    display: block;
    color: #4d4d4d;	
}
.form_sec .nav-tabs button.active span{
	color: #fff;
}
.form_sec button img {
    max-width: 56px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background: linear-gradient(90deg, rgb(25 104 244) 0%, rgb(78 163 254) 100%);
}
.form_sec .form-innerbx{
    max-width: 810px;
    margin: 0 auto;
}
.form-innerbx .nav-tabs {
    padding-bottom: 50px;
}
.topagent-sec {
    color: white;
    background-image: url(../images/Influencer-management-1.png);
    background-size: cover;
    background-position: center;
    min-height: 500px;
	padding-top: 110px;
}
.features-sec {
      margin-top: -100px;
	  margin-bottom:80px;
}
.agent-section{
	padding:80px 0px;
}
.summary-sec {
    max-width: 750px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: -120px auto 80px;
}
.summary-fild li {
    font-size: 15px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
	display: inline-block;
    width: 48.9%;
    margin-right: 10px;
}
.summary-fild li:nth-child(2n){
    margin-right: 0px;
}

.info_wrap ul li {
	padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
	font-size: 15px;
}

.summary ul li span {
	font-weight: 600;
}
.content-bx span {
    color: #a2a0a0;
}
.pro-bx{
    max-width: 550px;
}
.posi-tion {
    font-size: 12px;
    color: #5f5d5d;
}
.innrBnr.summary-bann {
    height: 320px;
}
.pro-btn .cstm-btn {
    height: 36px;
    font-size: 12px;
}
.pro-btn svg{
    height: 20px;
    margin-right: 4px;
}
.summary-inner p {
    font-size: 15px;
    margin: 0;
    line-height: 20px;
}
.infodiv h4 {
    font-size: 17px;
}
.job-card {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
}
.media-files img {
	width: 100%;
	border-radius: 5px;
}
.innrBnr {
    padding: 70px 0;
	background: linear-gradient(90deg, rgb(25 104 244) 0%, rgb(78 163 254) 100%);
}
.img-wrap-bx{
    background: #ccc;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.content-bx h3 {
    margin-bottom: 0;
}
/* .summary .btn.cstm-btn { */
    /* max-width: 300px; */
/* } */
.profile-imbbx {
    max-width: 115px;
    border-radius: 50%;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 115px;
    position: relative;
    border: 1px solid #ccc;
    display: inline-flex;
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
    background: #c6c1c2;
}
.profile-imbbx input {
    height: 115px;
    position: absolute;
    left: 0;
    max-width: 115px;
    opacity: 0;
}

.form_wrapp .w-100 {
    width: 100% !important;
    max-width: 100%;
}
.info_wrap {
	background-color: white;
	border-radius: 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: 1.5rem;
	padding: 1.5rem;
}
.summary {
    border-top: 1px solid #e7e7e7;
    padding-top: 21px;
    margin-top: 17px;
}
.summary-fild svg {
    height: 19px;
}
 .footer-sec {
      background-color: #1968f4;
      color: #fff;
      padding: 70px 0;
	  position:relative;
  }
.footer-sec a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.footer-bottom {
  font-size: 14px;
}
h5.footer-heading {
	margin-bottom: 30px;
	position:relative;
}
h5.footer-heading:after {
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	background: #fff;
	bottom: -8px;
	left: 0;
}
.footer-sec ul li {
    padding: 5px 0px;
}
.footer-sec ul li svg{
    height: 18px;
}
.social-icons a {
    background: #ffffff45;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.social-icons a:hover{
	background: #ffffff69;
}
.social-icons a:last-child{
	margin-right: 0px;
}
.social-icons a svg {
    height: 18px;
}
.copyright-sec {
	background: #0448c1;
	padding: 20px 0px;
	color: #fff;
}
.copyright-sec p{
	font-size: 15px;
}
.img-bx.payment-gate img {
    max-width: 500px;
}
.banner-sec.payment-bann {
    padding: 50px 0px;
}
.payment-way-sec {
    padding: 80px 0px;
	background:#f4f4f4c2;
}
.payment-way-sec h2{
    margin-bottom: 50px;
}
.white-card-bx .col-md-4 {
    margin-bottom: 50px;
}
.white-card-bx .col-md-4:nth-child(n+4){
    margin-bottom: 0px;
}

.imag {
    height: 60px;
    width: 60px;
    box-shadow: 0px 0px 6px #ccccccdb;
    border-radius: 4px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imag img {
    max-width: 38px;
}
.cont {
    margin-top: 22px;
    max-width: 320px;
}
.cont h3 {
    margin-bottom: 18px;
    min-height: 53px;
}
.cont p {
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gateway-form.form-sec {
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.card-img-bx {
    max-width: 114px;
    margin-right: 10px;
    height: 60px;
	display: flex;
    align-items: center;
}
.card-img-bx:last-child{
    margin-right: 0px;
}
.payment-cards img {
    border-radius: 4px;
}
.payment-form-sec {
    padding: 80px 0px;
}
/* .gateway-form .cstm-btn { */
    /* max-width: 310px; */
/* } */
.gateway-form h5{
	font-size:24px;	
}
.payment-way-sec {
    padding: 58px 0px 70px;
}
.home-banner{
	position:relative;
}
.home-banner:after{
    content: "";
    background-image: url(../images/trans-bg.svg);
    background-size: cover;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.3;
}
.home-banner .row {
    position: relative;
    z-index: 9;
}
.countdown-sec {
    margin-top: -50px;
    z-index: 9;
    position: relative;
    margin-bottom: 80px;
}
.count-bx {
    text-align: center;
    flex: 1;
    margin: 10px;
	box-shadow: 0px 0px 12px rgb(4 72 193 / 52%);
    padding: 30px 20px;
    border-radius: 6px;
	background:#fff;
    border-bottom: 3px solid #0448c1;
}
.count-bx h2 {
    font-size: 36px;
    color: #0448c1;
    margin: 0;
}
.count-bx p {
    font-size: 1rem;
    color: #333333;
    margin: 5px 0 0;
}
.payment-icon {
  font-size: 40px;
  color: #0d6efd;
}
.payment-sec{
    background: #0448c1;
    padding: 80px 0px;
}
.feature-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 25px 20px;
   background: #fff;
   border-radius: 22px;
}
.feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.iconimg img {
    max-width: 88px;
}
.feature-box p{
    min-height: 72px;
}
.gradi-bx{
	position:relative;
    background: linear-gradient(90deg, rgb(25 104 244) 0%, rgb(78 163 254) 100%);
    border-radius: 22px;
	height: 100%;
}
.woman-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.howItWorks {
    margin: 80px 0;
    text-align: center;
}

.stepBox {
    text-align: left;
    background: #ffffff;
    box-shadow: 0 0 30px #ccc;
    padding: 15px 20px;
    position: relative;
	overflow: hidden;
	margin-top: 30px;
}
.stepBox:before {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: #c7dbff;
}
.stepBox:after {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 60px;
    background: #1968f4;
}
.stepBox p {
    line-height: 22px;
    margin: 0;
    margin-top: 10px;
}
.stepBox img {
    margin-right: 10px;
    max-width: 30px;
}

.stepBox .d-flex {
    align-items: center;
}

.stepBox h4 {
    margin: 0;
    position: absolute;
    right: -12px;
    top: 0;
    font-size: 98px;
    color: #c7dbff;
	font-weight: bold;
}
.stepBox h4.moreMar {
    right: -18px;
}

.appTxt li {
    padding: 5px 0;
}
.appTxt li svg {
    width: 18px;
    color: #5954e9;
}
.spanBlueTxt{
	font-weight: bold;
    color: #1968f4;
    font-size: 20px;
}
.appDown-sec  .brand-area {
    margin-top: 30px;
}
.appDown-sec {
    background: #e5eeff;
    padding: 80px 0 80px 0;
}
.support-section {
    padding: 80px 0px;
}
.footer-sec .row.mt-5 {
    margin-top: 80px !important;
}

.pay-cardimg {
    width: 20%;
}
.support {
	padding: 60px 120px;
    background: #eceef2;
    border-radius:18px;
}
.help-you{
    color: #1968f4;
	font-size:50px;
	font-weight:700;
}
.support {
	padding: 60px 120px;
    background: #1968f436;
    border-radius: 18px;
    background-image: url(../images/trans-bg.svg);
    background-repeat: no-repeat;
    box-shadow: 0px 0px 0px 4px #eceef2a8;
    background-position: top;
    margin-bottom: 78px;
}
.pay-cardimg {
    width: 16%;
    padding: 32px 30px 0px;
}
/* .pay-cardimg:nth-child(n+4){ */
    /* padding-bottom: 0px; */
/* } */
.pay-cardimg:last-child{
    padding-right: 0px;
}
.payment-types-sec {
    background: #f4f4f4;
    padding: 80px 0px;
}
.payment-types-sec h2 {
    max-width: 650px;
    margin: 0 auto;
}

.newsletter {
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    top: -85px;
    width: 100%;
    right: 0;
    left: 0;
    box-shadow:0px 0px 10px #1968f440;
	border-top: 3px solid #1968f4;
}
.newsletter input:focus {
    outline: none;
}

.newsletter h3 {
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}
.newsletter input{
	border: 1px solid #dcdcdc;
	padding: 15px;
	width:100%;
}
.newsletter button {    
    background: linear-gradient(90deg, rgb(25 104 244) 0%, rgb(78 163 254) 100%);
	color: #fff;
    width:230px;
    height: 56px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    border: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.newsletter button:hover{
	background: #1968f4; 
}
.leftbx, .rightbx{
    padding: 50px 50px;
    background: #f4f4f4;
}
.leftbx{
	border-right: 2px solid #4da2fe;
}
.part-wrapper{
    margin-top: 40px;
}
.part-wrapper h4 {
    font-size: 28px;
}
.partner-sec {
    padding: 80px 0px;
}
.partner-sec p{
    max-width: 600px;
    margin: 0 auto;
    padding-top: 40px;
}
.icn-img img {
    max-width: 52px;
}


@media (max-width:1199px){
	.img-bx img{
		max-width:450px;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 38px;
		line-height: 40px;

	}
	h3 {
		font-size: 20px;
	}
	.content-bx p {
		font-size: 15px;
		line-height: 20px;
	}
	.form_sec button img {
		max-width: 50px;
	}
	.banner-sec p{
		font-size: 15px !important;
	}
	.cstm-btn {
        height: 44px;
		padding: 10px 28px;
        font-size: 14px;
	}
	.agent-section {
		padding: 60px 0px;
	}
	.form-sec .form-control, .form-sec .form-select {
		font-size: 15px;
		padding:12px 15px;
	}
	.form-sec {
		padding: 50px 0px 60px;
	}
	.tab-content .form-control {
		padding: 12px 14px;
	}
	.payment-sec {
		padding: 60px 0px;
	}
	.countdown-sec {
		margin-bottom: 60px;
	}
	.feature-box p {
		display: -webkit-box;
		-webkit-line-clamp:3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.feature-box {
		padding: 25px 15px;
	}
	.social-icons a {
		height: 30px;
		width: 30px;
		margin-right: 4px;
	}
	.feature-box h3 {
        font-size: 19px;
    }
	.iconimg img {
		max-width: 78px;
	}
	.stepBox h6 {
		font-size: 18px;
	}
	.stepBox h4 {
		font-size: 78px;
		}
	.stepBox p {
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
	.appDown-sec {
		background: #e5eeff;
		padding: 60px 0 60px 0;
	}
	.newsletter h3 {
		font-size: 24px;
	}
	.partner-sec {
		padding: 50px 0px;
	}
	.howItWorks {
		margin: 50px 0;
	}
	.social-icons a svg {
		height: 16px;
	}
	.support {
		padding: 60px 64px;
	}
	.help-you {
		font-size: 41px;
	}
	.pay-cardimg {
		padding: 20px 20px;
	}
	.payment-types-sec {
		padding: 50px 0px;
	}
	.card-img-bx {
		max-width: 90px;
		height: 48px;
	}
	.footer-sec {
		padding: 60px 0;
	}
}

@media (max-width:991px){
	.img-bx img {
        max-width: 350px;
    }
	.agent-section {
        padding: 60px 0px;
    }
	.features-sec {
		margin-bottom: 60px;
	}
	.topagent-sec {
		min-height: 340px;
		padding-top: 40px;
	}
	section.topagent-sec p {
		max-width: 500px;
		margin-bottom: 0px;
	}
	.white-bx {
		padding: 30px 10px;
	}
	h3 {
        font-size: 16px;
    }
	.content-bx span {
		font-size: 13px;
	}
	.form_sec {
		padding: 60px 0px;
	}
	.form_sec .nav-tabs button span.bigTxt {
		font-size: 24px;
        line-height: 24px;
	}
	.form-innerbx svg {
		height: 45px;
	}
	.form_sec .form-innerbx {
		max-width: 630px;
	}
	.form-heading {
		font-size: 36px;
	}
	.faq-section .faq-title {
		font-size: 30px;
	}
	.faq-section .faq-card button {
		font-size: 17px;
	}
	.img-wrap-bx{
		width: 85px;
		height: 85px;
	}
	.navbar-brand img {
		max-width: 120px;
	}
	button.navbar-toggler {
		border: none;
	}
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.form-sec .form-control, .form-sec .form-select {
        padding: 10px 15px;
    }
	.summary-sec {
		max-width: 680px;
		margin: -120px auto 56px;
	}
	.summary-fild li {
		width: 48.7%;
		font-size: 14px;
		padding: 10px 12px;
	}
	.innrBnr.summary-bann {
		height: 300px;
		padding: 50px 0;
	}
	.img-bx.payment-gate img {
		max-width: 300px;
	}
	.payment-form-sec {
		padding: 60px 0px;
	}
	.payment-way-sec {
		padding: 42px 0px 64px;
	}
	.cont h3 {
		min-height: 43px;
		font-size: 18px;
		
	}
	.cont p {
		font-size: 14px;
		margin-bottom: 26px;
		-webkit-line-clamp: 2;
	}
	.payment-way-sec h2 {
		margin-bottom: 36px;
	}
	.white-card-bx .col-md-4 {
		margin-bottom: 40px;
	}
	.imag img {
		max-width: 32px;
	}
	.imag {
		height: 55px;
		width: 55px;
		margin: 0 auto;
	}
	.footer-sec p {
		font-size: 13px;
	}
	h5.footer-heading {
		margin-bottom: 24px;
		font-size: 17px;
	}
	.social-icons a {
        height: 24px;
        width: 24px;
        margin-right: 2px;
    }
	.social-icons a svg {
        height: 12px;
    }
	.payment-types-sec {
		padding: 50px 0px;
	}
	.pay-cardimg {
		padding: 20px 5px;
	}
	.support {
		padding: 60px 78px;
	}
	.supp-cont h2 {
		font-size: 41px;
	}
	.help-you {
		font-size: 41px;
	}
	.img-bx.payment-gate {
		padding-top: 50px;
	}
	.home-banner .cta-buttons {
		margin-bottom: 50px;
	}
	.count-bx {
		padding: 25px 12px;
	}
	.count-bx h2 {
		font-size: 24px;
	}
	.count-bx p {
        line-height: 20px;
        font-size: 12px;
    }
	.payment-sec {
        padding:40px 0px 54px;
    }
	.stepBox {
		margin-top: 16px;
		 padding: 15px 13px;
	}

	.stepBox .d-flex{
		display:block !important;
	}
	.stepBox h6 {
        margin-top: 15px;
		font-size: 15px;

    }
	 .stepBox p {
        font-size: 14px;
		line-height: 18px;
        margin-top: 0px;
    }
	.stepBox h4 {
        font-size: 55px;
        right: -7px;
    }
	.iconimg img {
        max-width: 60px;
    }
	.feature-box h3 {
        font-size: 16px;
        min-height: 38px;
    }
	.feature-box p {
        -webkit-line-clamp: 2;
        font-size: 13px;
        min-height: auto;
    }
	.howItWorks {
        margin: 40px 0;
    }
	.countdown-sec {
        margin-bottom: 40px;
    }
	.footer-sec a {
		font-size: 12px;
	}
	.stepBox h4.moreMar {
		right: -9px;
	}
	.leftbx, .rightbx {
		padding: 50px 30px;
	}
	.part-wrapper h4 {
		font-size: 24px;
	}
	.support {
		padding: 60px 22px;
	}
		.supp-cont h2 {
		font-size: 30px;
	}
		.help-you {
		font-size: 30px;
	}
	h2 {
		font-size: 30px;
		line-height:28px;
	}
	.appDown-sec .row {
    display: flex;
    align-items: center;
}
	.card-img-bx {
        height: 44px;
    }
	.gateway-form.form-sec {
		padding: 40px 30px;
	}
	.payment-way-sec .cardbx .imag {
			margin: 0;
		}
	.footer-sec .row.mt-5 {
		margin-top: 102px !important;
	}
}

@media (max-width:767px){
	.header-sec button.navbar-toggler {
		padding: 0px;
	}
	
	.banner-content {
        padding: 40px 14px;
    }
	.agent-section {
        padding: 40px 0px;
    }
	h1 {
        font-size: 32px;
    }
	.banner-sec p {
        font-size: 17px !important;
    }
	.agent-item{
		margin-bottom: 35px;
	}
	.agent-item:last-child{
        margin-bottom: 0px;
    }
	.agent-image{
        margin-bottom: 25px;
    }
	.white-bx {
        max-width: 300px;
        margin: 0 auto 20px;
    }
	.features-sec .col-md-3:last-child .white-bx {
        margin-bottom: 0px;
    }
	.features-sec {
        margin-bottom: 45px;
    }
	.small-dis {
		padding-top: 4px;
	}
	.form_sec {
        padding: 50px 0px;
    }
	.form-sec button {
		width: 100%;
	}
	.form-innerbx ul li button {
		display: inline-block !important;
	}
	.form_sec .nav-tabs button span.bigTxt {
		text-align: center;
		font-size: 20px;
	}
	.form-innerbx svg {
        height: 33px;
    }
	.form_sec .nav-tabs button span {
		font-size: 12px;
		line-height: 16px;
	}
	.faq-section {
		padding: 40px 20px;
	}
    .faq-section .faq-card button {
        font-size: 16px;
        padding: 10px 10px;
    }
	.faq-section .accordion-button:not(.collapsed)::after {
		background-size: 16px;
	}
	.faq-section .accordion-button::after {
		background-size: 16px;
	}
	.form-heading {
        font-size: 24px;
    }
    .faq-section .faq-title {
        font-size: 24px;
    }
	.cta-buttons .cstm-btn {
        /* height: 36px; */
        font-size: 10px;
    }
	.innrBnr.summary-bann {
        padding: 0px;
    }
	.innrBnr {
		padding: 0px 0;
	}
	.summary-fild li {
		width: 100%;
		font-size: 15px;
	}
	.summary{
		padding-top: 26px;
		margin-top: 26px;
	}
	.info_wrap {
		padding: 20px 15px;
	}
    .form-sec {
        padding: 40px 0px 50px;
    }
	.payment-bann .banner-content {
        padding: 0px 14px;
    }
	.payment-form-sec {
        padding: 50px 14px;
    }
	.cardbx{
		text-align: center;
	}
	.cont {
		max-width: none;
	}
	.gateway-form.form-sec {
		padding: 30px 20px;
	}
	.payment-way-sec .cardbx .imag {
        margin: 0 auto;
    }
	.cont h3 {
        min-height: auto;
        font-size: 24px;
    }
	.cont p {
        font-size: 16px;
        margin-bottom: 26px;
    }
	.white-card-bx .col-md-4:nth-child(n+4) {
		margin-bottom: 40px;
	}
	.payment-way-sec {
        padding: 42px 0px 18px;
    }
	h5.footer-heading {
		 font-size: 20px;
        margin-top: 30px;
    }
	.part-wrapper {
		flex-wrap: wrap;
	}
	.pay-cardimg {
        padding: 20px 25px !important;
        width: 50%;
    }
	.leftbx {
		border-right: none;
		border-bottom: 2px solid #4da2fe;
	}
	.leftbx, .rightbx {
		padding: 40px 30px;
	}
	h2 {
		font-size: 30px;
	}
	.support-section {
		padding: 50px 0px;
	}
	.support {
        padding: 60px 22px;
        flex-wrap: wrap;
        text-align: center;
    }
	.help-you {
        font-size: 28px;
    }
	.supp-cont {
		margin-bottom: 16px;
	}
	.cstm-btn {
        margin: 0 auto;
    }
	.support {
        padding: 46px 22px;
	}
	.feature-box h3 {
        font-size: 24px;
    }
	.feature-box p {
        font-size: 16px;
	}
	.howItWorks {
        margin: 36px 0 48px;
    }
	.appDown-sec {
        padding: 30px 0 48px 0;
    }
	.woman-img {
		display: none;
	}
	.stepBox h6 {
        font-size: 24px;
    }
	.stepBox img {
		max-width: 45px;
	}
	.howItWorks {
        margin: 50px 0;
    }
	.stepBox p {
        font-size: 16px;
        line-height: 24px;
    }
	.part-wrapper {
		margin-top: 25px;
	}
	.payment-types-sec {
        padding: 35px 0px 46px;
    }
	.footer-sec .row.mt-5 {
        margin-top: 106px !important;
    }
	.newsletter {
		padding: 40px 12px;
	}
	.partner-sec {
        padding: 30px 0px;
    }
	.footer-sec {
        padding: 50px 0;
    }
	.footer-sec a {
        font-size: 15px;
    }
    .footer-sec p {
        font-size: 16px;
	    margin-bottom: 0px;
    }
	.social-icons a {
        height: 30px;
        width: 30px;
        margin-right: 6px;
    }
	.social-icons a svg {
        height: 16px;
    }
	.copyright-sec p {
		font-size: 14px;
	}
	
}