h1 {
    font-size: 36px;
    color: #FFFFFF;
}
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	display: none;
	justify-content: center;
	align-items: center;
}

.loading-wrapper {
	display: flex;
	flex-direction: column;
}

.spinners {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: space-between;
}

#loading div {
	font-size: 24px;
	color: #fff;
}

.loader {
	width: 120px;
	height: 22px;
	border-radius: 40px;
	color: #514b82;
	border: 2px solid;
	position: relative;
	overflow: hidden;
	margin-top: 5px;
}

.loader::before {
	content: "";
	position: absolute;
	margin: 2px;
	width: 14px;
	top: 0;
	bottom: 0;
	left: -20px;
	border-radius: inherit;
	background: #27BDBE;
	box-shadow: -10px 0 12px 3px #27BDBE;
	clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%, -30px 50%);
	animation: l14 1s infinite linear;
}

@keyframes l14 {
	100% {
		left: calc(100% + 20px)
	}
}
.grecaptcha-badge{    opacity: 0 !important;}
.iti {width: 100%;}
.apply-btn {cursor:pointer;}
.apply-btn:disabled {opacity: 0.5; cursor: not-allowed;}
 .scrollTop {
        position: fixed;
        bottom: 6%;
        left: 2%;
        background: #d3cc1f;
        color: #fff;
        width: 50px;
        height: 50px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        border-radius: 50%;
        transition: .5s ease-in-out;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        z-index: 5
    }

    .common--botton,
    .common--botton a {
        width: 175px;
        height: 50px;
        transition: .5s ease-in-out
    }

    .scrollTop.show {
        opacity: 1;
        visibility: visible
    }

    .common--botton {
        position: fixed;
        bottom: 50px;
        right: 50px;
        z-index: 1;
	        padding: 0 !important;
    }

    .common--botton.call_now {
        bottom: 112px
    }

    .common--botton.call_now a {
        background-color: #030000 !important;
    }


    .common--botton a {
        background-color: #25d366;
        border-radius: 30px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: rgba(0, 0, 0, .15) 0 3px 12px 0
    }

.common--botton a span{color:#fff;}
    .common--botton a img {
        margin-right: 10px
    }

.iti {
width:100%;
}
.apply-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.banner-sec {
    padding: 50px 0;
    background-image: url(../../images/landing-page/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner-sec p {
    margin: 10px 0;
    color: #FFFFFF;
}

.banner-sec ul {
    padding-left: 24px;
    margin: 20px 0;
}

.banner-sec ul li {
    list-style: disc;
    margin-bottom: 12px;
    color: #fff;
}

.banner-sec ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.banner-sec ul li::marker {
    color: #27BDBE;
}

/* form-wrapper css */
.form-wrapper {
    width: 439px;
    position: sticky;
    top: 0;
    margin-left: auto;
}

.form-wrapper form {
    background-color: #FFFFFF;
    box-shadow: 0 3px 10px #00000030;
    padding: 47px 20px 24px;
    border-radius: 6px;
}
.form-wrapper form h4{
    font-size: 16px;
    margin-bottom: 20px;
}
.form-wrapper form .form-group {
    position: relative;
    margin-bottom: 9px;
}

.form-wrapper form .form-group img {
    position: absolute;
    top: 15px;
    left: 15px;
}

.form-wrapper form .form-group input {
    width: 100%;
    padding: 16px 45px;
    background-color: #FFFFFF;
    border: 1px solid #00000012;
    border-radius: 4px;
    font-family: "Manrope", serif;
}

.form-wrapper form .form-group input:focus {
    outline: none;
}

.form-wrapper form .form-group input::placeholder {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #D9D9D9;
}

.form-wrapper form .btn-wrapper {
    column-gap: 7px;
	margin-top:20px;
}
.note{
color: #828282 !important;
    font-size: 12px;
    margin: 20px 0 0 0 !important;
}
.apply-btn,
.whatsapp-now {
    width: max-content;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 18px 38px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #FFFFFF;
    font-family: "Manrope", serif;
    border-radius: 6px;
}
.form-wrapper form ul{
	    padding-left: 0;
    margin: 0;
}
.form-wrapper form ul li{
	color:#000;
	list-style:none;
	
}
.apply-btn {
width: 70%;
    background: linear-gradient(to bottom, #ff9933 0%, #ff6600 100%);
    justify-content: center;
    margin: 0 auto;
	
}


.apply-btn img,
.whatsapp-now img {
    margin-left: 10px;
}

.support-box {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 30px;
    column-gap: 7px;
}

.support-box .box {
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 3px 10px #00000012;
}

.support-box .box img {
    margin: 0 auto;
}

.support-box .box h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    color: #FFFFFF;
    margin: 15px 0 12px;
}

.support-box .box p {
    font-size: 11px;
    font-weight: 600;
    line-height: 120%;
    color: #828282;
}

.get-trady-text {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #27BDBE;
    padding: 12px 15px;
    border-radius: 25px;
    margin: 21px 0 0 0;

}

.get-trady-text img {
    margin-right: 15px;
}

/* commob-heading css */
.common-heading {
    margin: 0 auto 32px;
}

.common-heading h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    color: #000000;
}

.common-heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #000000;
    margin-top: 20px;
}

/* brand-logo-wrapper css */
.brand-logo-wrapper {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.brand-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    max-width: 1230px;
    padding: 25px 0;
    background-color: #fff;
    overflow-x: auto;
    overflow-y: hidden;
}

.brand-logo .text {
    font-size: 20px;
    font-weight: 700;
    color: #828282;
}

/* visa-service-sec css */
.highlight-color {
    color: #27BDBE;
}

.visa-service-sec {
    margin: 50px 0;
}

.visa-service-sec .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.visa-service-sec .days-entery {
    background-color: #D9D9D9;
    border-radius: 12px 12px 0px 0px;
    padding: 20px;
}

.visa-service-sec .days-entery ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.visa-service-sec .days-entery ul li {
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 10px;
}

.visa-service-sec .days-entery ul li img {
    margin-right: 10px;
}

.visa-service-sec .price-box {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 0 0 12px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

}

.visa-service-sec .price-box .inner-box {
    width: 48%;
    border-right: 1px solid #ddd;
}

.visa-service-sec .price-box .btn-box {
    width: 48%;
}

.visa-service-sec .price-box .apply-btn {
	width:100%;
    padding: 12px 18px;
    font-size: 15px;
}

.visa-service-sec .price-box span {
    font-size: 14px;
    line-height: 25px;
}

.visa-service-sec .price-box span.usd {
    font-size: 16px;
}

.visa-service-sec .price-box h3 {
    font-size: 25px;
    font-weight: bold;
    color: #d4cc2e;
    line-height: 32px;
}

/* visa-process-sec css */

.visa-stap-process .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.visa-stap-process .row .col {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.visa-stap-process .row .col .img-box,
.visa-stap-process .row .col .content {
    width: 50%;
    height: 100%;
}

.visa-stap-process .row .col .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;

}

.visa-stap-process .row .col .content {
    padding: 33px 12px 33px 20px;
    background-color: #F5F5F5;
    height: 100%;
    border-radius: 0 10px 10px 0;
}

.stap {
    width: max-content;
    background-color: #27BDBE;
    padding: 10px 8px;
    border-radius: 24px;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.visa-stap-process .row .col .content p {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    margin-top: 30px;
}

/* .document-require-sec css */
.document-require-sec .document-box {
    max-width: 900px;
    margin: 0 auto;
}

.document-require-sec {
    margin: 50px 0 0;
}

.document-require-sec .document-box {
    display: flex;
    align-items: center;
    column-gap: 18px;
    padding: 15px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.document-require-sec .document-box li {
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 120%;
    color: #000000;
    margin-bottom: 14px;
}

.document-require-sec .document-box li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.document-require-sec .document-box li img {
    margin-right: 10px;
}

.document-require-sec .text-bottom {
    margin: 20px 0;
    text-align: center;
}

.document-require-sec .text-bottom p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.document-require-sec .text-bottom p a {
    color: #0B57D0 !important;
}

/* why-choose-sec css */
.why-choose-sec {
    padding: 50px 0;
}

.why-choose-sec .row {
    max-width: 900px;
    margin: 0 auto;
}

.why-choose-sec ul li {
    font-size: 16px;
    margin-bottom: 12px;
    list-style: disc;
}

.why-choose-sec ul li::marker {
    color: #27BDBE;
}

.why-choose-sec ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}

/* review-slider css */
.review-sec {
    max-width: 900px;
    margin: 0 auto;
}

.review-slider {
    margin-top: 40px;
}

.review-slider .review-slider-box {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
    margin: 10px;
}

.review-slider .review-slider-box .user-name {
    width: 100%;
    display: flex;
    align-items: center;
}

.review-slider .review-slider-box .user-name .img-box {
    margin-right: 10px;
}

.review-slider .review-slider-box .user-name .img-box img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.review-slider .review-slider-box .user-name .text strong {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
}

.review-slider .review-slider-box .user-name .text img {
    width: 86px;
}

.review-slider .review-slider-box p {
    font-size: 14px;
    font-weight: bold;
    margin: 6px 0;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;

}

.review-slider .review-slider-box .user-name {
    font-size: 14px;
    margin-bottom: 6px;
}

.review-slider .review-slider-box .user-name span {
    font-size: 14px;
    color: #828282;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li:not(:nth-last-of-type(1)) {
    margin-right: 8px;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    font-size: 0;
    background-color: #D9D9D9;

}

.slick-dots li.slick-active button {
    background-color: #27BDBE;

}

/* about-sec css */
.about-sec {
    padding: 80px 0 0;
}

.trusted-box {
    max-width: 900px;
    margin: 0 auto;
}

.trusted-box .img-text img {
    margin: 40px auto;
}

.trusted-box p {
    text-align: center;
    line-height: 120%;
    font-weight: 400;
    padding: 0 20px;
}

/* faq-sec css*/
.faq-sec {
    margin: 50px 0;
}

.faq-sec .accordion-common {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-common .at-tab {
    display: none;
    padding: 15px;

}

.accordion-common .at-title {
    cursor: pointer;
    position: relative;
}

.accordion-common .at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
}

.accordion-common .at-title.active:after {
    content: "-";
}

.accordion-common .at-item {
    border-radius: 5px;
    margin-bottom: 8px;
    border: 1px solid #000000;
}

.accordion-common .at-item.active {
    background-color: #F5F5F5;

}

.accordion-common .at-item:nth-last-of-type(1) .at-title {
    border-bottom: none;
}

.accordion-common .at-title .tittle-name {
    font-size: 16px;
    font-weight: 700;
    padding: 17px 96px 13px 14px;
    margin: 0;
}

.accordion-common .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

.accordion-common .at-tab h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.accordion-common .at-tab p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    color: #000000;
}

/*  license-country-sec css */
.license-country-sec {
    width: 100%;
}

.license-country-sec .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-self: center;
    gap: 25px;
}

.license-country-sec .col {
    display: flex;
    border-right: 1px solid rgb(233, 233, 233);
}

.license-country-sec .col:nth-last-of-type(1) {
    border-right: none;
}

.license-country-sec .img-box img {
    width: 192px;
    border-radius: 10px;
}

.license-country-sec .content {
    background-color: #d9d9d90f;
    border-radius: 0px 12px 12px 0px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.license-country-sec .content .rating-box {
    display: flex;
    align-items: center;
}

.license-country-sec .content .rating-count {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.license-country-sec .content .flag {
    font-size: 12px;
    font-weight: 600;
    background-color: #d5cc2e;
    padding: 3px 6px;
    border-radius: 6px;
}

.license-country-sec .content .review-count {
    font-size: 11px;
    color: #828282;
    text-align: center;
}

.license-country-sec .content .location {
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding: 0 2px;
}

.license-country-sec .content .address-office {
    font-size: 14px;
    font-weight: 600;
    color: #828282;
    line-height: 120%;
    text-align: center;
}

.detail-box {
    background-color: #F5F5F5;
    border-radius: 6px;
    padding: 20px 30px;
}
.license-country-sec .row2 {
	margin-top:50px;
}
.license-country-sec .row2 .qr-img{
	width: 250px;
    margin: 0 auto;
}
.box-top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.detail-title {
    font-size: 20px;
    font-weight: bold;
}

.box-content {
    margin-top: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    transition: 300ms;
}

.connect-info {
    width:48%
}
.qr-img{
	width:48%
}
.contact-info a {
    color: #27BDBE;
}

.connect-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.payment-refund-policy {
    padding: 50px 0;
}

.payment-refund-policy .text {
    max-width: 900px;
    margin: 0 auto;
}

.disclaimer-text {
    margin-top: 20px;
    text-align: center;
    color: #27BDBE;
}

@media(max-width: 1240px) {
    .visa-service-sec .price-box .apply-btn {
        padding: 12px 15px;
    }

    .visa-service-sec .price-box h3 {
        font-size: 20px;
    }
}

@media(max-width: 1180px) {
    .brand-logo .text {
        position: absolute;
        z-index: 1;
        background-color: #fff;
        padding: 10px;
    }
}

@media(max-width: 1100px) {
    h1 {
        font-size: 30px;
    }

    .license-country-sec .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 1080px) {
    .visa-service-sec .price-box {
        flex-wrap: wrap;
    }

    .visa-service-sec .price-box .inner-box,
    .visa-service-sec .price-box .btn-box {
        width: 100%;
    }

    .visa-service-sec .price-box .inner-box {
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .visa-service-sec .price-box .apply-btn{
        display: block;
        width: 100%;
        text-align: center;
    }
	.connect-info {
    width: 74%;
}
.license-country-sec .row2 .qr-img {
    width: 167px;
    margin: 0 auto;
}
}

@media(max-width: 992px) {
    h1 {
        font-size: 28px;
    }

    .form-wrapper {
        width: 100%;
    }

    .apply-btn,
    .whatsapp-now {
        width: 48%;
        padding: 18px;
        justify-content: center;
    }

    .whatsapp-now {
        padding: 18px 10px;
		
    }
	.common--botton.whatsapp-now{width: auto !important;}
    .get-trady-text {
        font-size: 16px;
    }

    .visa-service-sec .days-entery ul li {
        font-size: 16px;
    }

    .visa-stap-process .row {
        max-width: 100%;
    }
}

@media(max-width: 850px) {
    h1 {
        font-size: 24px;
    }

    .get-trady-text {
        font-size: 14px;
    }

    .apply-btn,
    .whatsapp-now {
        font-size: 13px;
    }

    .visa-service-sec .row {
        grid-template-columns: repeat(2, 1fr);
    }

    .visa-stap-process .row .col {
        width: 100%;
    }

    .visa-stap-process .row .col .img-box img {
        height: 220px;
    }
	.detail-title{
		font-size:16px;
	}
}

@media(max-width: 767px) {
	.common--botton{
		    bottom: 33px;
    right: 10px;
	}
	.common--botton a{
		width:50px;
	}
	.common--botton a span{
	display:none;
	}
    .banner-sec .row {
        row-gap: 20px;
    }

    .banner-sec .col-half {
        width: 100%;
    }

    .license-country-sec .row {
        grid-template-columns: repeat(1, 1fr);
        border-right: none;
    }

    .license-country-sec .col {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        border-right: none;
    }

    .box-content {
        font-size: 14px;
    }

    .detail-title {
        font-size: 16px;
    }

    .box-top img {
        width: 40px;
    }
	.connect-info{
		width:100%;
	}
	.license-country-sec .row2{
		row-gap:20px;
	}
}


@media(max-width: 580px) {
	h1{
		text-align:center;
	}
	.apply-btn{
	  width:100%;
	}
    .banner-sec {
        padding: 20px 0 0;
    }

    .visa-stap-process .row .col .content p {
        font-size: 14px;
    }

    .stap {
        font-size: 18px;
    }

    .detail-box {
        min-height: auto;
        padding: 20px 10px;
    }

    .box-content {
        font-size: 13px;
    }

    .detail-title {
        font-size: 15px;
    }

    .document-require-sec .document-box {
        flex-wrap: wrap;
    }

    .document-require-sec .document-box .content {
        margin-top: 12px;
    }

    .document-require-sec .document-box li {
        font-size: 14px;
    }

    .trusted-box p {
        padding: 0;
    }
}

@media(max-width: 480px) {
    .get-trady-text {
		margin:0 auto;
        font-size: 12px;
    }

    .form-wrapper form {
        padding: 30px 10px;
    }

    .support-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .visa-service-sec .row,
    .connect-info {
        grid-template-columns: repeat(1, 1fr);
    }

    .visa-stap-process .row .col .content p br {
        display: none;
    }
}