/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7{font-family: 'Inter', sans-serif; font-weight: 500;}
body{
	font-weight: 400;
	font-size: 16px;
}
strong{font-weight: 800;}
.post, .page {margin: 0;}
*:focus {
    outline: 0 !important;
}

a{
	text-decoration: none;
}

ul{
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
}

/* Modify as needed end ----------------------------------- */


/*-- BL0 Start ------------------------------------*/

.entry-title{
	text-align: center;
}

#wa_bl0{
    font-size: 15px;
}
#wa_bl0 h2{
	font-size: 50px;
	font-family: 'Oswald', sans-serif;
	color: #cf9810;
}
#wa_bl0 h3 a:link, #wa_bl0 h3 a:visited, #wa_bl0 h3 a:active{
	color: #000;
}
#wa_bl0 h3 a:hover{
	color: #cf9810;
}
#wa_bl0 .read_more{
	font-family: 'Oswald', sans-serif;
    color: #0979bd;
    font-size: 1.6em;
}
#wa_bl0 .read_more:hover{
	color: #cf9810;
}
#wa_bl0 .wa_bl0_blog{
	font-size: 1.3em
}
#wa_bl0 .wa_bl0_twit{
	border: solid 2px #c7c7c7;
    border-radius: 5px;
}
.wa_twitter_widg .textwidget {
    padding: 10px;
    font-size: 13px;
}
.wa_bl0_categ{
	height: 180px;
    position: relative;
    border: solid 1px #cf9810;
    border-radius: 5px;
	background-size: cover;
}
.wa_bl0_name{
	position: absolute;
    bottom: 0;
    background-color: #000000b3;
    width: 100%;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
	border-top: solid 1px #fff;
}
.wa_bl0_categ:hover .wa_bl0_name{
	transition: 1s;
    background-color: #ff5722f2;
    border-top: solid 1px #fff;
}
#wa_bl0 .wa_brcr{
    background-color: #fff6de;
    border-bottom: solid 1px #03A9F4;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
 
.art_img{
	border: solid 2px #0e416c;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.social_ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	font-size: 30px;
}
.social_ul li{
 	display: inline-block;
	margin-right: 10px;
}

/* Pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px;
	font-size: 14px;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}
/*-- BL0 END ---------------------------------------*/


/*-- A0064 ---------------------------------------*/
#a0064 {
    padding: 20px 0px;
    position: sticky;
}

#masthead{
    position: sticky;
    top: 0px;
    background: #fff !important;
    z-index: 10000;
}

#a0064 img {
    margin: auto;
    display: block;
    max-width: 143px;
}
.a0064-grid {
    display: grid !important
;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    grid-gap: 25px;
}
.a0064-grid input{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #B6B6B6;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 5px;
    width: 155px;
    margin-bottom: 15px;
}
.a0064-icons{
    display: flex;
    margin-bottom: 15px;
}
.a0064-icons img{
    display: block;
    width: 28px;
    height: 28px;
    margin: 0px 4px !important;
}
.a0064-line-border {
    width: 100%;
    border-bottom: 3px solid rgba(73, 126, 196, 1);
}
.a0064-call {
    background: rgb(92, 151, 213);
    border-radius: 12px;
    display: block;
    font-style: normal;
    text-align: center;
    color: #FFFFFF !important;
    padding: 8px 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
	transition: 0.9s;
}

.a0064-call:hover{
	transition: 0.9s;
	    background: rgb(35 44 101) !important;
}

.a0064-grid-mobile{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    justify-items: center;
    grid-gap: 30px;
    margin-bottom: 0px;
    margin-top: 10px;
}
#mega-menu-wrap-menu-1 {
    border-radius: 0;
    padding-top: 10px;
}
.a0064-grid-mobile input{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #B6B6B6;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 5px;
    width: 155px;
}
.a0064-tel a {
    color: rgba(36, 60, 83, 1);
    cursor: pointer;
    margin: 0px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

@media (max-width: 1200px) {
    .a0064-grid input{
        width: 80px;
    }
}
@media (max-width: 992px) {
    .a0064-call {
        margin-bottom: 0px;
        height: 100%;
        padding: 5px 20px;
    }
    .a0064-grid-mobile input{
        width: 155px;
    }
    .a0064-icons {
        display: flex;
        margin-bottom: 0px;
        justify-content: center;
        margin-top: 15px;
    }
    #a0064 img {
        height: 65px;
    }
}
@media (max-width: 768px) {
    .a0064-call {
        width: 100%;
        margin-bottom: 0px;
        height: 100%;
    }
    .a0064-grid-mobile input{
        width: 100%;
    }
	
	
	.a0064-grid {
    display: grid !important
;
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 7px;
    text-align: center;
    max-width: 230px;
    margin: auto;
}
}
/*-- A0064 END---------------------------------------*/

/*-- most_banks_choose---------------------------------------*/
#most_banks_choose h1{
	font-family: Inter;
    font-weight: 400;
    font-size: 36px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    color: rgba(73, 126, 196, 1);
}

.most_banks_choose-grd{
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 11px;
    flex-wrap: wrap;
}

@media(max-width: 1200px){
	#most_banks_choose h1 {
    font-family: Inter;
    font-weight: 400;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    color: rgba(73, 126, 196, 1);
}
}

@media(max-width: 992px){
	    #most_banks_choose h1 {
        font-family: Inter;
        font-weight: 400;
        font-size: 28px;
        line-height: 150%;
        letter-spacing: -1%;
        color: rgba(73, 126, 196, 1);
    }
}
/*-- most_banks_choose END---------------------------------------*/

/*-- your_bank---------------------------------------*/
.your_bank-grd {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 55px;
    font-family: Inter;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0%;
	color: rgba(0, 0, 0, 1);
}

.your_bank-grd h2{
    font-family: Inter;
    font-weight: 700;
    font-size: 64px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    margin-top: 20px;
    color: rgba(35, 44, 101, 1);
    margin-bottom: 20px;
}
.your_bank-grd h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 34px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    color: rgba(35, 44, 101, 1);
    margin-bottom: 24px;
}

.your_bank-grd h3 span{
	color: rgba(73, 126, 196, 1);
}

.your_bank-grd h2 span{
	color: rgba(73, 126, 196, 1);
}

.your_bank-grd strong{
    color: rgba(35, 44, 101, 1);
}

.your_bank-right_text{
    background: rgba(242, 242, 242, 1);
    border-radius: 35px;
    padding: 48px;
}

.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
    color: rgba(5, 8, 10, 1) !important;
    font-family: Inter !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    letter-spacing: 0%;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    border-radius: 6px !important;
    border: 1px solid rgba(217, 217, 218, 1) !important;
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    letter-spacing: 0%;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    background: rgba(92, 151, 209, 1) !important;
    border-color: rgba(92, 151, 209, 1) !important;
    color: #fff !important;
    font-family: Inter !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    letter-spacing: 0%;
    border-radius: 12px !important;
    padding: 10px 24px !important;
	transition: 0.9s;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover{
	transition: 0.9s;
	    background: rgb(35 44 101) !important;
}

@media(max-width: 1200px){
	.your_bank-grd {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
	}
	
	.your_bank-right_text {
    background: rgba(242, 242, 242, 1);
    border-radius: 35px;
    padding: 20px 30px;
	}
	
	.your_bank-grd h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 43px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    margin-top: 20px;
    color: rgba(35, 44, 101, 1);
    margin-bottom: 10px;
	}
	
	.your_bank-grd h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 28px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    color: rgba(35, 44, 101, 1);
    margin-bottom: 24px;
	}
}

@media(max-width: 992px){
	    .your_bank-grd {
        display: grid
;
        grid-template-columns: 1fr;
        grid-gap: 15px;
        font-family: Inter;
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(0, 0, 0, 1);
    }
	
	.your_bank-img{
		display: block;
		margin: auto;
	}
}

@media(max-width: 768px){
	    .your_bank-grd h2 {
        font-family: Inter;
        font-weight: 700;
        font-size: 36px;
        line-height: 110.00000000000001%;
        letter-spacing: -1%;
        margin-top: 20px;
        color: rgba(35, 44, 101, 1);
        margin-bottom: 10px;
    }
	
	.your_bank-grd h3 {
        font-family: Inter;
        font-weight: 700;
        font-size: 26px;
        line-height: 125%;
        letter-spacing: -1%;
        color: rgba(35, 44, 101, 1);
        margin-bottom: 15px;
    }
}

/*-- your_bank END---------------------------------------*/

/*-- banks---------------------------------------*/
#banks{
    background: rgba(36, 60, 83, 1);
    margin-top: 110px;
    padding: 60px 0px;
}

#banks h2{
    font-family: Inter;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.banks-grd {
    display: flex
;
    align-items: center;
    grid-gap: 20px 35px;
    flex-wrap: wrap;
    justify-content: center;
}

.banks-grd img {
    width: 185px;
    height: auto;
}

@media(max-width: 992px){
	#banks {
    background: rgba(36, 60, 83, 1);
    margin-top: 40px;
    padding: 30px 0px;
	}
	
	#banks h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
}
/*-- banks END---------------------------------------*/

/*-- did_you_know---------------------------------------*/
#did_you_know {
    padding: 110px 0px;
}

#did_you_know-image_left{
    position: absolute;
    left: 0px;
    top: 0px;
}

#did_you_know h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 52px;
    line-height: 120%;
    letter-spacing: -1%;
    color: rgba(35, 44, 101, 1);
    margin-bottom: 40px;
}

#did_you_know h2 span{
    color: rgba(73, 126, 196, 1);
}

.did_you_know-grd {
    display: grid
;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 80px;
    align-items: center;
}

.did_you_know-grd ul {
    color: rgba(5, 8, 10, 1);
    font-family: Inter;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0%;
    padding-left: 6px;
}

.did_you_know-grd li {
    position: relative;
    padding-left: 8px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.did_you_know-grd  li::before {
    content: url(/wp-content/uploads/2025/04/Check-Icon.png);
    position: absolute;
    left: -27px;
    top: 3px;
    width: 20px;
    height: 20px;
}

.did_you_know-btn {
    display: block;
    background: rgba(92, 151, 209, 1);
    width: 250px;
    border-radius: 12px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff !important;
    text-align: center;
    padding: 8px 20px;
    margin-top: 40px;
	transition: 0.9s;
}

.did_you_know-btn:hover{
	transition: 0.9s;
	    background: rgb(35 44 101) !important;
}

.did_you_know-btn:after {
    content: url(/wp-content/uploads/2025/04/Vector.png);
    width: 20px;
    height: 20px;
    padding-left: 10px;
}

.did_you_know-right{
	    border-radius: 35px;
}

@media(max-width: 1200px){
	#did_you_know h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 43px;
    line-height: 120%;
    letter-spacing: -1%;
    color: rgba(35, 44, 101, 1);
    margin-bottom: 20px;
	}
	
	.did_you_know-grd ul {
    color: rgba(5, 8, 10, 1);
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    padding-left: 6px;
}
	
	.did_you_know-grd {
    display: grid
;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 40px;
    align-items: center;
	}
}

@media(max-width: 992px){
	.did_you_know-grd {
    display: grid
;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    align-items: center;
	}
	
	#did_you_know {
    padding: 30px 0px;
	}
	
	#did_you_know-image_left {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 100px;
	}
}

@media(max-width: 768px){
	
	#did_you_know h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -1%;
    color: rgba(35, 44, 101, 1);
    margin-bottom: 20px;
	}
	
	#did_you_know-image_left {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 68px;
	}
	
}

/*-- did_you_know END---------------------------------------*/

/*-- a0205 ------------------------------------------*/
#a0205 {
    padding-top: 0px;
    margin-bottom: 60px;
    position: relative;
}
.gtco-testimonials {
    position: relative;
    margin-top: 10px;
    padding: 0px 0px;
}
.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
    padding-bottom: 50px;
}
.gtco-testimonials .owl-nav {
    display: none;
}
.gtco-testimonials .owl-dots {
    text-align: center;
    position: absolute;
    right: 90px;
    bottom: -17px;
}
.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #1081E8;
    margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
    background: #1081E8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}
.gtco-testimonials .card {
    margin: 0 20px;
    padding: 0px 20px;
    border: 0;
    background: #FFFFFF;
    box-shadow: 5px 4px 15px 0px rgba(92, 151, 209, 0.3);
    border-radius: 5px;
    min-height: 300px;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
}
.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    width: 55px;
    height: auto;
}
.gtco-testimonials .card h5 {
    color: #1081E8;
    font-size: 21px;
    line-height: 1.3;
}
.gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
}
.gtco-testimonials .card p {
    padding-bottom: 0px;
    margin-bottom: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: left;
    color: #696D76;
}
.gtco-testimonials .active {
    opacity: 1;
    transition: all 0.3s;
}
.gtco-testimonials .center {
    opacity: 1;
}
.gtco-testimonials .center h5 {
    font-size: 24px;
}
.gtco-testimonials .center h5 span {
    font-size: 20px;
}
.gtco-testimonials .owl-nav {
    display: block;
}
.owl-nav button.owl-prev {
    right: 40px;
    bottom: 0px;
    position: absolute;
    font-size: 50px !important;
    line-height: 0px !important;
    color: #1081E8 !important;
}
.owl-nav button.owl-next {
    right: 15px;
    bottom: 0px;
    position: absolute;
    font-size: 50px !important;
    line-height: 0px !important;
    color: rgba(73, 126, 196, 1) !important;
}
.card-body {
    padding: 0px;
    padding-top: 20px;
}
#a0205 h2 {
    font-style: normal;
    color: rgba(35, 44, 101, 1);
    margin-bottom: 0px;
    font-family: Inter;
    font-weight: 700;
    font-size: 52px;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: left;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    width: 160px !important;
    margin-bottom: 10px;
}

.card-author p{
font-weight: 400 !important;
font-size: 14px !important;
line-height: 150% !important;
letter-spacing: 0%;
}

.card-author{
	margin-top: 15px;
	padding-bottom: 20px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}

@media (max-width: 992px) {
    #a0205 h2 {
        font-size: 38px;
        line-height: 120%;
        margin-bottom: 0px;
    }
    #a0205 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .gtco-testimonials .owl-stage-outer {
        padding: 20px 0;
    }
    .gtco-testimonials {
        padding: 0px 0px;
    }
	
	#a0205 {
    padding-top: 0px;
    margin-bottom: 30px;
    position: relative;
}
}
@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 0px;
    }
    #a0205 h2 {
        font-size: 36px;
        line-height: 120%;
        margin-bottom: 0px;
        text-align: center;
    }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}
.owl-carousel button.owl-dot {
    outline: 0;
}
/*-- a0205 END --------------------------------------*/

/*-- it_is_easy --------------------------------------*/
#it_is_easy{
    position: relative;
    background: rgba(247, 253, 253, 1);
    padding: 112px 0px;
    color: rgba(5, 8, 10, 1);
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
}

.it_is_easy-grd {
    display: grid
;
    grid-template-columns: 1fr;
    grid-gap: 25px;
    align-items: center;

}

.it_is_easy-btns-grd{
	    display: grid
;
    grid-template-columns: 1fr;
    grid-gap: 16px;
		max-width: 300px;
}

.it_is_easy-btn1 {
    display: block;
    border-radius: 12px;
    background: rgba(92, 151, 209, 1);
    padding: 10px 24px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff !important;
    text-align: center;
    border: 1px solid rgba(92, 151, 209, 1);
	transition: 0.9s;
}

.it_is_easy-btn1:hover{
	transition: 0.9s;
	    background: rgb(35 44 101) !important;
}

.it_is_easy-btn2 {
    display: block;
    border-radius: 12px;
    background: transparent;
    padding: 10px 24px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(35, 44, 101, 1) !important;
    text-align: center;
    border: 1px solid rgba(35, 44, 101, 1);
transition: 0.9s;
}

.it_is_easy-btn2:hover {
    background: #232c65 !important;
    color: #fff !important;
	transition: 0.9s;
}

.it_is_easy-grd h2{
    font-family: Inter;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: -1%;
    color: rgba(35, 44, 101, 1);
    margin-bottom: 24px;
}

@media(max-width: 1400px){
	.it_is_easy-btns-grd {
    display: grid
;
    grid-template-columns: 1fr;
    grid-gap: 16px;
	}
	
	.it_is_easy-grd h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -1%;
    color: rgba(35, 44, 101, 1);
    margin-bottom: 10px;
	}
}

@media(max-width: 992px){
	#it_is_easy {
    position: relative;
    background: rgba(247, 253, 253, 1);
    padding: 30px 0px;
    color: rgba(5, 8, 10, 1);
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
	}
}

@media(max-width: 768px){
	.it_is_easy-grd {
    display: grid
;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    align-items: center;
	}
}
/*-- it_is_easy END --------------------------------------*/


#main-footer {
    background: rgba(238, 244, 250, 1);
    padding: 80px 0px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(27, 45, 62, 1);
}

.footer-grd{
	    display: flex
;
    justify-content: space-between;
}

.footer-social-grd{
    display: flex
;
    grid-gap: 14px;
}

.footer-address {
    margin-top: 32px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(27, 45, 62, 1);
}

.footer-grd {
    display: flex
;
    justify-content: space-between;
    border-bottom: 2px solid var(--Cello, rgba(35, 44, 101, 1));
    padding-bottom: 30px;
}

.footer-copy {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(27, 45, 62, 1);
    margin-top: 30px;
    text-align: center;
}

@media(max-width: 992px){
	#main-footer {
    background: rgba(238, 244, 250, 1);
    padding: 20px 0px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(27, 45, 62, 1);
}
	
	.footer-address {
    margin-top: 12px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(27, 45, 62, 1);
}
	
	.footer-grd {
    display: flex
;
    justify-content: space-between;
    border-bottom: 2px solid var(--Cello, rgba(35, 44, 101, 1));
    padding-bottom: 10px;
}
	
	.footer-copy {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(27, 45, 62, 1);
    margin-top: 10px;
    text-align: center;
}
	
}

#content h1{
    font-size: 44px;
    color: rgb(35 44 101 / var(--tw-text-opacity, 1));
    font-weight: 700;
    margin-bottom: 40px;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

@media (max-width: 992px) {
    #content h1 {
        font-size: 32px;
        font-weight: 700;
        margin: 0px;
        margin-bottom: 20px;
    }

}

@media (max-width: 768px) {
    #content h1 {
        font-size: 26px;
        color: rgb(35 44 101 / var(--tw-text-opacity, 1));
        font-weight: 700;
        margin-bottom: 80px;
        font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
        margin: 0px;
        margin-bottom: 20px;
    }
}

/*-- ACCA -- Start ------------------------------*/
.acca {
    border-bottom: 3px solid #F4AB01;
}

.acca .help_title {
    align-items: center;
    font-style: normal;
    font-size: 28px;
    margin-top: 0px;
    color: rgb(35 44 101 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 120%;
    margin-bottom: 20px;
}
.acca .faq-heading {
    padding-top: 0px;
}
.acca .wa_header {
    border-radius: 5px !important;
    margin-bottom: 10px;
    position: relative;
    background: rgb(92, 151, 213);
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    border: 0px !important;
}
.acca .fa-angle-down {
    float: right;
    position: absolute;
    right: 20px;
    top: 30%;
}
.acca .wa_tittext {
    text-decoration: none;
    padding: 9px 0px;
    padding-right: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF !important;
}
.acca a {
    text-decoration: none;
}
.acca .md-accordion .card .wa_bodybody {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 15px 20px 15px 20px;
    color: #484848;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.acca .collapse {
    background: #fff;
    margin-bottom: 0px;
    box-sizing: border-box;
    border-radius: 5px;
}
.acca .card {
    border: 0px solid rgba(0,0,0,.125);
    background: #fff;
}
.fa-angle-down{
    float: right;
}

@media (max-width: 992px) {
    .acca .help_title {
        align-items: center;
        font-style: normal;
        font-size: 22px;
        margin-top: 0px;
        color: rgb(35 44 101 / var(--tw-text-opacity, 1));
        font-weight: 700;
        font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
        line-height: 120%;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .acca .faq-heading {
        padding-top: 0px;
    }
}
/*-- ACCA -- END ------------------------------*/



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}