body{
    font-family: 'Outfit';
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Black.eot');
    src: url('../fonts/Outfit-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Black.woff2') format('woff2'),
        url('../fonts/Outfit-Black.woff') format('woff'),
        url('../fonts/Outfit-Black.ttf') format('truetype'),
        url('../fonts/Outfit-Black.svg#Outfit-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Light.eot');
    src: url('../fonts/Outfit-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Light.woff2') format('woff2'),
        url('../fonts/Outfit-Light.woff') format('woff'),
        url('../fonts/Outfit-Light.ttf') format('truetype'),
        url('../fonts/Outfit-Light.svg#Outfit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-ExtraBold.eot');
    src: url('../fonts/Outfit-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-ExtraBold.woff2') format('woff2'),
        url('../fonts/Outfit-ExtraBold.woff') format('woff'),
        url('../fonts/Outfit-ExtraBold.ttf') format('truetype'),
        url('../fonts/Outfit-ExtraBold.svg#Outfit-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Thin.eot');
    src: url('../fonts/Outfit-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Thin.woff2') format('woff2'),
        url('../fonts/Outfit-Thin.woff') format('woff'),
        url('../fonts/Outfit-Thin.ttf') format('truetype'),
        url('../fonts/Outfit-Thin.svg#Outfit-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-ExtraLight.eot');
    src: url('../fonts/Outfit-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-ExtraLight.woff2') format('woff2'),
        url('../fonts/Outfit-ExtraLight.woff') format('woff'),
        url('../fonts/Outfit-ExtraLight.ttf') format('truetype'),
        url('../fonts/Outfit-ExtraLight.svg#Outfit-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Typography Css Starts Here*/
.heading-1,
h1{
    font-size: 72px;
    font-weight: 700;
    line-height: 78px;
    color: #111111;
    margin-top: 0;
    margin-bottom: 10px;
}
.heading-2,
h2{
    font-size: 60px;
    font-weight: 700;
    line-height: 68px;
    color: #111111;
    margin-top: 0;
    margin-bottom: 10px;
}
.heading-3,
h3{
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #111111;
    margin-top: 0;
    margin-bottom: 10px;
}
.heading-4,
h4{
    font-size: 36px;
    line-height: 42px;
    color: #111111;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
}
.heading-5,
h5{
    font-size: 30px;
    line-height: 38px;
    color: #111111;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
}
.heading-6,
h6{
    color: #111111;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
}
.para-text,
p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #A0A0A0;
    margin-top: 0;
    margin-bottom: 10px;
}

/* Typography Css Ends Here*/


/* Common Css Starts Here*/
ul,ol {margin: 0;padding: 0 ;}
ul li ,ol li{list-style: none;}
ul li a,ol li a{font-size: 16px; font-weight: 500; line-height: 22px; transition: 0.4s ease-in-out; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -ms-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; text-decoration: none; color: #111111; }

html, body {height: 100%;}
.main { flex: 1;}
.container{max-width: 1380px;padding: 0 15px;}
.cst-btn { background-color: #F9CB55; color: #111111; border-radius: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; font-size: 16px; font-weight: 600; line-height: 20.16px; letter-spacing: 0.46px; padding: 15px 25px; display: flex; align-items: center; gap: .5rem; border:1px solid #F9CB55; border-radius: 2px; }

.cst-btn:hover{border-color: #111111; } 
.rich-black-bg{background-color: #111111; } 
.yed-buttercream-bg{background-color:#FEFAEE; } 
.charcoal-bg{background-color:#292929; } 
.gainsboro-bg{background-color:#E8E8E8; } 
.light-gray-bg{background-color:#F2F2F2; } 
.lime-green-bg-12{background-color: rgb(43 183 1 / 12%);}
.golden-yellow-color{color: #F9CB55; } 
.yed-silver-color{color: #A0A0A0; } 
.dim-gray-color{color: #707070; }
.lime-green-color{color: #2BB701;}
.head-color{color: #111111;}
.light-goldenrod-bg{background-color:#FEFAEE; } 

.z-index-1-m{z-index: -1; } 
.z-index-0{z-index: 0; } 
.z-index-1{z-index: 1; } 
.z-index-2{z-index: 2; } 
.z-index-3{z-index: 3; } 
.opacity-1{opacity: 1; }

.py-80{padding: 80px 0; } 
.py-90{padding: 90px 0; } 
.p-30{padding: 30px; } 
.row .px-12{padding-left: 12px; padding-right: 12px; } 
.row .flex-row-12{margin-left: -12px; margin-right: -12px; }
.gap-12{gap:12px;}

.col-auto {--input-left-padding: 16px;}
.error-block {display: grid; grid-template-rows: 0fr; overflow: hidden; transition: 250ms linear; font-size: 12px; line-height: 19.92px; -webkit-transition: 250ms linear; -moz-transition: 250ms linear; -ms-transition: 250ms linear; -o-transition: 250ms linear; } 
.error-block.has-error {grid-template-rows: 1fr; } 
.input-error_block {padding-left: var(--input-left-padding); color: #EC1A1A; font-size: 14px; line-height: 20px;margin-top: 2px;} 
.min-h-0 {min-height: 0; } 
.show-passwd {top: 10px; left: var(--input-left-padding); padding: 4px; background-color: #ffffff; } 
button {border: none; background-color: transparent; color: inherit; } 
button {border: none; background-color: transparent; color: inherit; } 
.h-w-20{width: 20px; height: 20px; min-width: 20px; } 
.h-w-24{width: 24px; height: 24px; min-width: 24px; } 
.h-w-30{width: 30px; height: 30px; min-width: 30px; } 
.h-w-64{width: 64px; height: 64px; min-width: 64px; } 
.h-w-54{width: 54px; height: 54px; min-width: 54px; }
.subtitle-20{font-size: 20px;}
.subtitle-18,.text-18{font-size: 18px;}
.text-14{font-size: 14px;}
.border-top-1{border-top: 1px solid #292929;}
ul.cust-dot-list li::before {content: " "; background: #A0A0A0; border-radius: 50%; font-size: 20px; line-height: 4px; display: inline-block; width: 4px; height: 4px; left: -10px; position: absolute; top: 45%; transform: translateY(45%); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
ul.cust-dot-list li {margin-left: 5px; position: relative;}
ul.cust-dot-list li:first-of-type::before{display: none;}
.linear-gradient-yellow-bg{background: linear-gradient(180deg, #F9CB55 0%, #FFC93F 100%);}
.border-radius-2{ border-radius:2px ; -webkit-border-radius:2px ; -moz-border-radius:2px ; -ms-border-radius:2px ; -o-border-radius:2px ; }
.row>*{padding-left: 15px; padding-right: 15px;}
.row { margin-left:-15px;margin-right:-15px;}
.image-box img {height: 180px;}
.spacer-150{padding: 150px 0;}
.spacer-100{padding: 100px 0;}
.image-box-space{padding: 28px;}
.cust-list li::before {content: " "; background-image: url("../images/check-list-icon.svg"); background-position: center; background-repeat: no-repeat; background-size: contain; min-width: 20px; width: 20px; height: 20px; display: inline-block; }
.text-12{font-size: 12px;}
.border-1{border: 1px solid ;}
.border-color-gainsboro{border-color: #E8E8E8;}
.border-gainsboro{border-color: #E8E8E8;}
.border-golden-yellow{border-color: #F9CB55;}
.invert {filter: invert(1);}
.form-select, .form-control {border-radius: 2px; border: 1px solid #E8E8E8; font-family: 'Outfit'; font-size: 18px; font-weight: 400; line-height: 24px; color: #111111; padding: 15px 16px; } 
.form-control:focus-within, .form-select > option, .form-select:focus-within {border-color: #111111; color: #111111; } 
.form-select:focus, .form-control:focus {background-color: #FFFFFF; border-color: #111111; box-shadow: none; } 
.form-check-input:focus{box-shadow: none; } 
textarea.form-control {height: 143px;} 
.form-select::placeholder, .form-control::placeholder{color: #A0A0A0; } 
.carmine-color{color: #EC1A1A; } 
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0; } 
input[type="number"] {-moz-appearance: textfield; }
/* Common Css Ends Here*/

/* Header Starts here*/
header .header-wrap{padding: 8px 0; gap: 10px;}
.navbar-brand{max-width: 64px; width: 100%; display: inline-block; } 
header .header-wrap .header-lft {display: flex; align-items: center; } 
header .header-wrap .header-rgt{width: 100%; max-width: calc(100% - 75px); } 
header .header-wrap .navbar-nav li a.nav-link{ color:#111111; transition: 0.4s ease-in-out; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -ms-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; font-weight: 400; } 
/* header .header-wrap .navbar-nav li a:hover, */ 
header .header-wrap .navbar-nav li a.active{color:#111111; font-weight: 700; } 
header .header-wrap .navbar-nav li a.active::before{content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); background: #111111; height: 4px; width: 4px; margin-top: 2px; }
header .header-wrap .navbar-toggler{background: transparent; padding: 0; border: 0; } 
header .header-wrap .navbar {padding: 0; gap: 0 10px; position: static; justify-content: end; } 
header .header-wrap .navbar-nav .nav-item{margin: 0 8px; position: relative; transition: 0.4s ease-in-out; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -ms-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; } 
.header-btn-wrap .form-select {padding: 0 10px; background: transparent; color: #fff; border: 0; outline: none; box-shadow: none; font-size: 16px; font-weight: 500; line-height: 22px; }
.header-btn-wrap .form-select option{color: #000; font-size: 16px; font-weight: 500; line-height: 22px; }
.header-btn-wrap{gap: 24px;}
.header-btn-wrap .form-select option[value="Ara"],
.header-btn-wrap #language-select {background: transparent;color: #0B0A0A;padding: 0 8px;}
/* Header Ends here*/

/* Footer Section Starts Here */
.footer .footer-top{padding: 100px 0;}
.footer-text{font-size: 16px; font-weight: 500; line-height: 22px; } 
.copy-right-title .copy-right-text {font-size: 14px;line-height: 17.64px;color: #A0A0A0;}
footer .footer-menu li a {color: #A0A0A0; transition: 0.4s ease-in-out; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -ms-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; font-size: 16px; font-weight: 400; line-height: 20.16px; } 
.footer .footer-logo .navbar-brand {max-width: 83px; } 
.footer-social-icons li a {color: #A0A0A0;}
.footer-social-icons li a img{width: 20px; height: 20px; } 
/* footer .footer-menu li a:hover, footer .footer-menu li a.active {color: #F9CB55; } */
.footer-title{line-height: 22.68px;font-size: 18px;}
.footer-para-text{font-size: 18px; line-height: 25.2px;}
.cst-btn.download-now-btn{padding: 12px 17px;border-color: #292929; }

/* Footer Section Css Ends Here */
.banner-section::before {background-image: url("../images/yed-banner-shape.png"); background-size: contain; content: " "; width: 100%; height: 100%; display: inline-block; background-repeat: no-repeat; background-position: bottom; bottom: 84px; position: absolute; background-size: 100% 440px;z-index: -1;} .banner-section .banner-lft {padding: 124px 0 144px 0;}
.banner-part-wrap .banner-partner::after {background-image: url("../images/star-icon.svg"); width: 20px; height: 20px; content: " "; display: inline-block; background-repeat: no-repeat; background-position: center; }
.banner-part-wrap .banner-partner:last-of-type:after{display: none;}

.cust-shape-lft::before{content: " "; position: absolute; left: -37px; bottom: -37px; width: 80px; height: 80px; display: inline-block; background-image: url("../images/circle-line-shape.svg"); background-position: center; background-size: contain; z-index: -1; } 
.cust-shape-rgt::after{content: " "; position: absolute; right: -37px; top: -37px; width: 105px; height: 105px; display: inline-block; background-image: url("../images/circle-shape.svg"); background-position: center; background-size: contain; z-index: 1; } 
.about-img-lft img {height: 494px; } 
.about-img-rgt img  {height: 444px; }
.how-it-works-sec{background-image: url("../images/yellow-curve-bg.png"); background-repeat: no-repeat; background-position: bottom; bottom: 0; background-size: cover;} 
.how-it-work-wrap .hiw-wrap::after {content: " "; width: 60px; height: 13px; background-image: url("../images/curve-shape-arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; right: -30px; display: inline-block; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); } 
.how-it-work-wrap .hiw-wrap:last-of-type:after{display: none; } 
.service-provider-sec{padding: 120px; } 
.service-provider-wrap.row {margin-left: -16px; margin-right: -16px; } 
.service-provider-wrap .service-provider-box {padding-left: 8px; padding-right: 8px; }

.why-choose-img::before, .why-choose-img::after{content: " "; position: absolute; background-repeat: no-repeat; background-size: contain; z-index: 1; } 
.why-choose-img::before{background-image: url("../images/why-choose-shape.svg"); width: 100px; height: 54px; top: -26px; left: -50px; } 
.why-choose-img::after{background-image: url("../images/why-choose-curve-shape.svg"); width: 116px; height: 97px; bottom: -21px; right: -29px; } 
.why-choose-img{max-width: 617px; height: 694px;}
.cst-btn.download-btn:hover {border-color: #fff !important; color: #fff !important; }
.cst-btn.download-btn:hover .btn-icon{filter: unset; }
.download-btn {font-size: 18px;line-height: 23px; }
.get-yed-space{padding: 180px 0;max-width: 464px;} 
.connect-us-bg{background-image: url("../images/connect-us-bg.png"); background-position: center; background-size: cover; }

.input-box_label {font-size: 16px; line-height: 21px; font-weight: 500; letter-spacing: 0.15px; color: #292929; }
.get-yed-sec{background-image: url("../images/get-yed-bg.png");background-repeat: no-repeat; background-size: cover;}
#scroll-to-top { display: none; cursor: pointer; position: fixed; bottom: 90px; right: 20px; z-index: 99; width: 45px; height: 45px; border-radius:2px; background-color: #F9CB55; color: white; border: none; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px;border: 1px solid #fff; }
#scroll-to-top span img { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); }

.language-wrap {height: 52px; width: 84px; position: relative; z-index: 0; } 
.header-btn-wrap .language-wrap #language-select {position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; text-align: left; padding: 0 28px; }
.header-btn-wrap .language-wrap #language-select option{padding: 0;}
/* #scroll-to-top:hover {background: #fff;border-color: #000;} */

.parsley-errors-list { margin: 0; padding: 0; }
.parsley-errors-list > li { list-style: none; color: #f1556c; margin-top: 5px; position: relative; }
.parsley-errors-list > li:before { position: absolute; left: 2px; top: -1px; }
.parsley-error { border-color: #f1556c; }
.parsley-success { border-color: #1abc9c; }
.text-justify{ text-align: justify !important; }
.cust-list li.not-included::before {background-image: url("../images/cancel-icon.svg"); }

@media (min-width: 576px) {
    .about-us-rgt .col-sm-6 {width: calc(50% - 4px);}
}
@media (min-width: 991px) {
	.row .px-48{padding-left: 40px; padding-right: 40px; } 
	.row.flex-row-48{margin-left: -40px; margin-right: -40px; }
	.hiw-wrap .hiw-box {height: 100%; } 
} 
@media (min-width:1024px) {
	.row .px-48{padding-left: 48px; padding-right: 48px; } 
	.row.flex-row-48{margin-left: -48px; margin-right: -48px; }
}
@media (max-width: 1699px){
    .service-provider-sec{padding: 110px 20px;}
}
@media (max-width: 1499px){
    .why-choose-img::before {width: 95px; height: 35px; top: -16px; left: -30px; } 
    .why-choose-img::after {width: 105px; height: 90px;}
}
@media (max-width: 1366px){
    .spacer-150 {padding: 120px 0;}
    .image-box-space {padding: 25px 15px;}
}
@media (max-width: 1266px) {
    header .header-wrap .navbar-nav .nav-item { margin: 0 6px;}
    .heading-2, h2{font-size: 50px; line-height: 58px; }
    .spacer-150 {padding: 110px 0;}
    .about-img-lft img {height: 420px;}
    .about-img-rgt img {height: 400px;}
    .cust-shape-lft::before{left: -30px;bottom: -30px;width: 75px;height: 75px;}
    .cust-shape-rgt::after{right: -30px;top: -30px;width: 100px;height: 100px}
    .get-yed-space,.spacer-150 {padding: 120px 0;}
}
@media (max-width: 1199px) {
    header .header-wrap .navbar-nav .nav-item {margin: 0 4px;}
    .service-provider-sec{padding: 100px 20px;}
    .get-yed-space,.spacer-150,.banner-section .banner-lft {padding: 100px  0;}
    .cust-shape-lft::before {width: 65px;height: 65px;right: -30px;}
}
@media (max-width: 1100px) {
    header .header-wrap .navbar-nav .nav-item {margin: 0;}
    .service-provider-sec{padding: 80px 20px;}
    .get-yed-space,.spacer-100,.spacer-150,.banner-section .banner-lft {padding: 80px  0;}
    .heading-2, h2{font-size: 45px; line-height: 53px; }
}
@media (max-width: 1024px){
    .para-text, p{font-size: 18px; line-height: 28px; }
    .header-btn-wrap{gap: 20px;}
    .footer .footer-top {padding: 80px 0;}
    .banner-section .banner-lft {padding: 60px  0;}
    .heading-2, h2{font-size: 40px; line-height: 48px; }
    .heading-3,h3{font-size: 38px; line-height: 45px;}
    .heading-4,h4{font-size: 34px; line-height: 42px; }
    .heading-5,h5{font-size: 28px; line-height: 34px;}
    .heading-6, h6 {font-size: 22px;line-height: 30px;}
}
@media (max-width: 991px) {
    header .header-wrap .navbar-nav {position: absolute; top: 100%; background: #FEFAEE; left: -15px; right: 0; width: calc(100% + 30px); border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; padding: 60px 17px; margin-top: 0; display: flex; border-top: 1px solid #111; z-index: 3; }
    header .header-wrap .navbar-nav li a.nav-link {padding: 10px 0; border-bottom: 1px solid #111111; margin-bottom: 10px; }
    .header .header-wrap .navbar-toggler{width: 25px;height: 25px;display: flex ; align-items: center; justify-content: center;}
    header .header-wrap .navbar-toggler.toggler-active .menu-icon {display: none;}
    header .header-wrap .navbar-toggler.toggler-active .menu-close-icon{display: inline-block;}
    header .header-wrap .navbar-nav li a.active::before{display: none;}
    .header-btn-wrap{gap: 15px;}
    .cst-btn {padding: 12px 20px; font-size: 15px;} 
    .header-btn-wrap .form-select {font-size: 15px;}
    .footer .footer-top {padding: 60px 0;}
    .footer-para-text {font-size: 17px;line-height: 24px;}
    .banner-btn {max-width: 130px;}
    .heading-2, h2{font-size: 38px; line-height: 45px; }
    .heading-3,h3{font-size: 35px; line-height: 42px;}
    .heading-4,h4{font-size: 32px; line-height: 40px; }
    .heading-5,h5{font-size: 26px; line-height: 32px;}
    .subtitle-20{font-size: 18px;}
    .subtitle-18{font-size: 17px;}
    .banner-section::before {bottom: 56px;}
    .about-max-width{ max-width: 93%;}
    .cust-shape-lft::before{left: -25px;bottom: -25px;width: 60px;height: 60px;}
    .cust-shape-rgt::after{right: -25px;top: -25px;width: 70px;height: 70px;}
    .service-provider-sec{padding: 60px 20px;}
    .spacer-100{padding: 60px 0;}
    .h-w-64 {width: 55px;height: 55px;min-width: 55px;}
    .heading-6, h6 {font-size: 20px;line-height: 28px;}
    .how-it-work-wrap .hiw-wrap::after {position: relative; transform: rotate(90deg); top: auto; height: 60px; width: 60px; right: auto; margin-top: 15px; margin-left: auto; margin-right: auto; }
    .cust-list li {font-size: 15px;}
    .h-w-54 {width: 50px; height: 50px; min-width: 50px; }
    .why-choose-img {height: 600px;}
    .get-yed-space{max-width: 100%; padding: 60px 0 30px 0;}
    .get-yed-img{max-width: 500px;}
    .cst-btn.download-btn {font-size: 16px; line-height: 22px;}
    .h-w-24 { width: 22px;height: 22px;min-width: 22px;}
    .form-select, .form-control {padding: 10px 12px; font-size: 16px;}
    .show-passwd {top: 5px;left: 10px;}
    .input-box_label,.form-select, .form-control {font-size: 15px;}
    #scroll-to-top { width: 40px; height: 40px;}
}
@media (max-width: 767px) {
   
    .header-btn-wrap .profile-btn {font-size: 0; line-height: 0; gap: 0; padding: 0; } 
    .header-btn-wrap .dropdown-toggle::after{display: none; }
    .header-btn-wrap .dropdown {border-left: 0; padding-left: 0; } 
    .header-btn-wrap .profile-icon {width: 25px; height: 25px; }
    .mobile-screen-none, .desktop-icon {display: none; } 

    header .header-wrap .header-rgt {max-width: calc(100% - 65px);}
    .header-btn-wrap{gap: 12px;}
    .header .dropdown-menu li a,
    header .header-wrap .navbar-nav li a{font-size: 14px; } 
    header .header-wrap .navbar .navbar-collapse {flex-basis: auto; } 
    header .header-wrap .navbar { gap: 16px;}
    .h-w-20 {width: 15px;height: 15px;min-width: 15px;}
    .cst-btn {font-size: 14px;padding: 10px 15px;} 
    .header-btn-wrap .form-select {font-size: 14px;}

    .footer .footer-col {text-align: center; }
    .footer .footer-top {padding: 50px 0;}
    .footer-para-text {font-size: 16px;line-height: 24px;}

    .banner-img {max-width: 400px;}
    .banner-btn {max-width: 120px;}
    .banner-section .banner-lft {padding: 60px 0 40px 0;}
    .subtitle-20{font-size: 16px;}
    .heading-2, h2{font-size: 35px; line-height: 42px; }
    .heading-3,h3{font-size: 30px; line-height: 37px;}
    .heading-4,h4{font-size: 28px; line-height: 34px; }
    .heading-5,h5{font-size: 26px; line-height: 32px;}
    .heading-6, h6 {font-size: 18px;line-height: 26px;}
    .subtitle-18,.para-text, p{font-size: 16px; line-height: 24px; } 
    .banner-part-wrap .banner-partner::after {width: 18px; height: 18px;}
    .service-provider-sec{padding: 50px 20px;}
    .get-yed-space{padding: 50px 0 20px 0;}
    .spacer-100,.spacer-150 {padding: 50px  0;}
    .about-max-width {max-width: 92%;}
    .about-img-lft img {height: 350px;}
    .about-img-rgt img {height: 300px;}
    .h-w-64 {width: 45px;height: 45px;min-width: 45px;}
    .image-box-space {padding: 20px 15px;}
    .cust-list li::before {min-width: 18px;width: 18px;height: 18px;}
    .why-choose-img { height: 500px;}
    .why-choose-img::before,.why-choose-img::after {display: none; } 
    .h-w-24 { width: 20px;height: 20px;min-width: 20px;}
    .h-w-30 {width: 25px;height: 25px;min-width: 25px;}
    .cst-btn.download-btn {padding: 12px 15px;}
    .input-box_label { font-size: 14px;line-height: 20px;}
    #scroll-to-top { width: 35px; height: 35px;bottom: 90px;right: 15px;}
    .language-wrap {height: auto; width: 65px;}
    .header-btn-wrap .language-wrap #language-select {padding: 0 20px;}
}

@media (max-width: 640px) {
    .banner-section .banner-lft {padding: 60px 0 30px 0;}
    .subtitle-18,
    .subtitle-20{font-size: 15px;}
    .para-text, p{font-size: 15px; line-height: 24px; }
    .why-choose-img { height: auto;}
}
@media (max-width: 575px) {
    .about-img-rgt img,.about-img-lft img {height: auto;}
    .about-max-width {max-width: 100%;}
    .cust-shape-rgt::after,
    .cust-shape-lft::before{display: none;}
    .service-provider-wrapper { max-width: 400px;margin: 0 auto;}
    .popular-service-box .image-box { max-width: 300px;margin: 0 auto;}
    .form-select, .form-control {padding: 8px 12px;}
    .show-passwd {top: 3px;}
}
@media (max-width: 480px) {
    .payment-success-wrap.step-wrap .step-label::before {margin-top: 5px; }
    .how-it-work-wrap .hiw-wrap::after {height: 50px;width: 50px;}
}
@media (max-width: 400px) {
  .header-btn-wrap .form-select {font-size: 14px; line-height: 22px;} 
  .header-btn-wrap,
  header .header-wrap .navbar {gap: 10px;}
  .header-btn-wrap #language-select { padding: 0 6px;}
  .connect-us-sec p br{display: none;}
}
@media (max-width: 360px) {
    header .header-wrap,.header-btn-wrap,header .header-wrap .navbar {gap: 6px;}
    .header-btn-wrap #language-select {padding: 0 4px;}
    header .header-wrap .header-rgt {max-width: calc(100% - 55px);}
    .cst-btn {padding: 7px 10px; gap: 5px;}
    .cst-btn.download-btn {padding: 10px 15px;}
}