/* navbar media query start */


@media (max-width:1200px){
    .navbar .navbar-nav {
        gap: 20px;
    }
    .navbar .nav-link.active {
        color: var(--theming1) !important;
    }
    .nav-offcanvas {
        max-width: 320px;
    }
    .nav-offcanvas .offcanvas-logo {
        height: auto;
        width: 205px;
        background: var(--theming1);
        padding: 8px 4px;
    }
    .nav-offcanvas .btn-close {
        font-size: 14px;
        color: #000;
    }
    .nav-offcanvas .nav-link::before {
        display: none;
    }
    .nav-offcanvas .nav-link {
        color: #000;
        padding: 0;
    }
    .navbar .navbar-nav {
        gap: 20px;
    }
    .navbar .nav-contact-link-two {
        color: #000;
    }
    .navbar .nav-contact-link i {
        color: var(--theming1) !important;
    }
    .navbar .nav-link i {
        transition: all 0.3s ease-in-out;
    }
    .navbar .nav-link.rotate i {
        transform: rotate(-180deg);
    }
    .navbar .nav-link.rotate {
        color: var(--theming1);
    }
    .navbar .nav-item {
        padding: 0;
    }
    .navbar .drop-menu {
        max-height: 0;
        border: 0 !important;
        margin-top: 0 !important;
    }
    .navbar .drop-menu.hidden {
        margin-top: 10px !important;
        border: 1px solid #dee2e6 !important;
        max-height: 494px !important;
    }
    
}
@media (max-width:767px){
    .navbar .navbar-logo {
        height: auto;
        width: 235px;
        padding: 12px 4px;
    }
    .navbar .urgent-btn {
    font-size: 14px;
}

}
@media (max-width:576px) {
    .navbar .navbar-nav {
        gap: 20px;
    }
    .navbar .header-content-link {
        height: 30px;
        width: 30px;
        font-size: 14px;
    }
    .navbar .urgent-btn {
        font-size: 12px;
        padding: 8px 12px;
    }
    .navbar .navbar-toggler {
        height: 31px;
        width: 40px;
        padding: 7px;
    }
    .navbar {
        transition: all 0.3s ease-in-out;
        height: 61px;
        padding: 0;
    }
    .navbar .navbar-logo {
        height: auto;
        width: 220px;
        padding: 7px 4px;
    }
}

@media (max-width:480px) {
.navbar .urgent-btn {
    position: fixed;
    top: 37%;
    right: 0;
    font-size: 12px;
    padding: 10px 7px;
    border-radius: 5px 0px 0px 5px;
    writing-mode: sideways-lr;
    overflow: hidden;
    z-index: 1;
}

.navbar .urgent-btn::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );
    animation: shines 2s infinite;
}

@keyframes shines {
  0% { top: -100%; }
  100% { top: 150%; }
}

}
/* navbar media query end */

/* hero section media query start */
@media (max-width:1200px){
    .search_ctnt_left_area .srch_main_heading_texts {
        font-size: 54px;
    }
    .srch_heading_content {
        font-size: 17px;
    }
    .srch_btm_trust_bxs ul .srch_trust_list {
        padding: 0px 6px;
    }
	.srch_btm_trust_bxs ul .srch_trust_list {
		padding: 0px 6px;
		width: 24%;
	}
    .srch_btm_trust_bxs ul .srch_trust_list .srch_success_txt {
        font-size: 13px;
    }
    .srch_btm_trust_bxs ul .srch_trust_list span {
        font-size: 11px;
    }


}
@media (max-width:991px){
    .hero-section {
    height: auto;
    padding: 40px 0px;
}
.search-card {
    padding: 30px 30px;
    border-radius: 8px !important;
}
.search-card .hero-heading {
    font-size: 26px;
}
.search-card-subtitle {
    font-size: 15px;
}
.hero-input-group .hero-label {
    font-size: 15px;
}
.search_ctnt_left_area {
    margin-bottom: 30px;
}
.search_ctnt_left_area .srch_main_heading_texts {
    font-size: 44px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.start_app_btn {
    font-size: 15px;
}
.express_btn {
    font-size: 15px;
}
.srch_btm_trust_bxs {
    width: 100%;
}
.srch_btm_trust_bxs ul .srch_trust_list {
    padding: 0px 6px;
    width: 24%;
}


}
@media (max-width:767px){
    .hero-section::before {
        background-color: rgb(107 107 107 / 78%);
    }
    .hero-section {
        height: auto;
        padding-top: 115px;
        padding-bottom: 80px;
        padding: 40px 0px;
    }
    .search-card {
        padding: 20px;
    }
    .search-card .hero-heading {
        font-size: 20px;
    }
    .search_ctnt_left_area .srch_main_heading_texts {
    font-size: 33px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.srch_heading_content {
    font-size: 15px;
}
.srch_btm_trust_bxs ul {
    padding: 0;
    margin: 0;
    display: ruby;
    align-items: center;
    grid-column: 2;
}
.srch_btm_trust_bxs ul .srch_trust_list {
    padding: 0px 6px;
    width: 49%;
    margin-bottom: 6px;
}
.srch_btm_trust_bxs ul .srch_trust_list:nth-child(2) {
    border: none;
}
.search_ctnt_left_area .srch_main_cntnt_bx {
    font-size: 14px;
}
.srch_btm_trust_bxs ul .srch_trust_list .srch_success_txt {
    font-size: 13px;
}
.srch_btm_trust_bxs ul .srch_trust_list .srch_success_txt i {
    font-size: 14px;
}
.srch_btm_trust_bxs ul .srch_trust_list span {
    font-size: 10px;
}

}
@media (max-width:576px){
    .hero-section {
        padding-top: 100px;
        padding-bottom: 80px;
        padding: 44px 0px;
    }
    .search-card .theme-btn {
        width: 100%;
        margin-top: 5px;
    }
    .search_ctnt_left_area .srch_main_heading_texts {
		font-size: 30px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.srch_heading_content {
		font-size: 14px;
		margin-bottom: 22px;
	}
	.srch_btm_trust_bxs ul .srch_trust_list .srch_success_txt {
		font-size: 14px;
	}
	.search-card .hero-heading {
		font-size: 19px;
		padding-bottom: 0px !important;
	}
	.search-card-subtitle {
		font-size: 14px;
	}
	.hero-input-group .hero-label {
		font-size: 14px;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 14px;
	}


}

@media (max-width:480px){
.srch_btm_trust_bxs {
    width: 100%;
    display: none;
}
.search_ctnt_left_area .srch_main_cntnt_bx {
    font-size: 14px;
    padding: 6px 8px;
    border-radius: 5px;
}
.search_ctnt_left_area .srch_main_heading_texts {
    font-size: 26px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.srch_heading_content {
    font-size: 13px;
    margin-bottom: 20px;
}
.start_app_btn {
    font-size: 15px;
    padding: 10px;
}
.express_btn {
    font-size: 15px;
    padding: 10px;
}


}
/* hero section media query end */

/* hero cta section start */
@media (max-width:991px){
    .commit_process_section .icon_box {
    width: 54px;
    height: 54px;
    font-size: 20px;
}
.commit_process_section .process_card h5 {
    font-size: 18px;
}



}
@media (max-width:767px){
    .hero-signup-cta .content-wrapper {
        padding: 0px;
    }
    .hero-signup-cta .step-wrapper {
        padding: 13px;
        border-top: 1px solid #e7e7e7;
    }
    .hero-signup-cta .step-wrapper .number {
        font-size: 26px;
    }
    .tab-main .tabs__nav-item {
        font-size: 16px;
    }
    .commit_process_section .process_card {
        padding: 15px 10px;
        border-radius: 10px;
    }
    .commit_process_section .process_card h5 {
    font-size: 17px;
}
.commit_process_section .process_card p {
    font-size: 13px;
    margin-bottom: 0;
}


}

@media (max-width:575px){
.commit_process_section .process_card h5 {
    font-size: 16px;
}
.commit_process_section .icon_box {
    width: 50px;
    height: 50px;
    font-size: 18px;
}


}
/* hero cta section end */


/* price section media query start */
@media (max-width:991px){

.price-section .tab-main .tabs__nav-list {
    gap: 12px;
    display: block !important;
    white-space: nowrap;
    overflow: scroll !important;
}
.tab-main .tabs__nav-item {
    display: inline-block;
    width: fit-content !important;
}

}
@media (max-width:767px){
    .price-section .tab-main {
        width: 100%;
    }
    .price-section .tab-main .tabs__nav-list {
        gap: 10px;
    }
    .tab-main .tabs__nav-item {
        font-size: 15px;
    }
    .pricing-card .pricing-header {
        font-size: 15px;
    }
    .pricing-card .pricing-header span {
        font-size: 22px;
    }
    .pricing-card {
        padding: 0;
    }
    .pricing-card .price-card-data {
        padding-block: 11px;
    }
    .pricing-card .dubai-visa-price {
        font-size:35px;
    }
    .visa-form-section .form-btn {
        font-size: 15px;
        height: 43px;
        width: 236px;
    }
}

@media (max-width:480px){
.pricing-card .price-card-inner {
    font-size: 13px;
}
.pricing-card .dubai-visa-price {
    font-size: 30px;
}
.pricing-card .price-apply-btn {
    font-size: 15px;
}
.tab-main .tabs__nav-item {
    font-size: 15px;
    padding: 8px 16px;
}

}
/* price section media query end */


/* content card section start */
@media (max-width:767px){
    .content-card p {
        font-size: 15px;
        line-height: 29px;
    }
    .content-card li {
        line-height: 26px;
        font-size: 15px;
    }
    .content-card ul, .content-card ol {
        gap: 5px;
    }
    .content-section .content-card {
        padding: 12px;
    }
    .content-card h2 {
        font-size: 18px;
        line-height: 27px;
        padding-top: 4px;
    }
    .content-card h3 {
        font-size: 16px;
        padding-top: 5px;
        margin-bottom: 6px;
    }
    .content-section .content-note {
        font-size: 14px;
        padding: 7px;
        line-height: 25px;
    }
}
/* content card section end */


/* why choose us section start */
@media (max-width:991px){
    .why_choose_left_area {
        margin-bottom: 26px;
    }
    .commit_feature_right .card_icon {
        width: 62px;
        height: 62px;
        background: var(--theming1);
        color: #fff;
        font-size: 22px;
    }
    .commit_feature_right .card_number {
        position: absolute;
        top: 16px;
        right: 18px;
        font-size: 44px;
    }
    .commit_feature_right .why_feature_card h5 {
        font-size: 18px;
    }
    .why_choose_left_area .why_choose_left_img {
        width: 100%;
        height: 264px;
    }

}
@media (max-width:767px){
    .whychoose-card .whychoose-title {
        font-size: 16px;
    }
    .commit_feature_right .why_feature_card {
    padding: 20px 20px;
}
.commit_feature_right .card_icon {
    width: 52px;
    height: 52px;
    font-size: 24px;
}
.commit_feature_right .why_feature_card h5 {
    font-size: 17px;
}
.commit_feature_right .card_number {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 44px;
}
.why_choose_left_area .why_choose_title {
    font-size: 14px;
}
.why_choose_left_area .why_choose_left_img {
    width: 100%;
    height: 220px;
}

}

@media (max-width:480px){
.why_choose_left_area .why_choose_left_img {
    width: 100%;
    height: auto;
}
.why_choose_left_area .why_choose_left_img .why_image_offset {
    content: '';
    position: absolute;
    top: 6px;
    left: 7px;
    right: 0;
    width: 96%;
    height: 89%;
}

}
/* why choose us section end */

/* counter section start */
@media (max-width:991px){
.default_counter_section .counter_box {
    padding: 0px;
}
.default_counter_section .icon_box {
    width: 62px;
    height: 62px;
    font-size: 22px;
    margin-bottom: 15px;
}
.default_counter_section h3 {
    font-size: 26px;
}

}

@media (max-width:767px){

.default_counter_section .counter_box {
    padding: 0px;
    margin-bottom: 14px;
}
.default_counter_section .icon_box {
    width: 58px;
    height: 58px;
    font-size: 22px;
    margin-bottom: 15px;
}
.default_counter_section h3 {
    font-size: 24px;
}

}

@media (max-width:575px){
.default_counter_section .icon_box {
    width: 54px;
    height: 54px;
    font-size: 20px;
    margin-bottom: 15px;
}
.default_counter_section .counter_box {
    padding: 0px;
    margin-bottom: 18px;
}
.default_counter_section h3 {
    font-size: 22px;
}
.default_counter_section p {
    font-size: 13px;
}
}

/* counter section end */


/* country section start */
@media (max-width:1200px){
    .country-section .country-inner>* {
        flex: 0 0 15.70%;
        width: 15.70%;
    }
}
@media (max-width:992px){
    .country-section .country-inner>* {
        flex: 0 0 18.70%;
        width: 18.70%;
    }
}
@media (max-width:767px){
    .country-section .country-inner>* {
        flex: 0 0 23.20%;
        width: 23.20%;
    }
}
@media (max-width:576px){
    .country-section .country-inner>* {
        flex: 0 0 48.20%;
        width: 48.20%;
    }
    .country-left p {
        font-size: 15px;
    }
}
@media (max-width:480px){
.country-card {
    padding: 10px 10px;
}
.country-left {
    display: flex;
    align-items: center;
    gap: 6px;
}

}
/* country section end */


/* testimonial section start */
@media (max-width:767px){
    .tetimonial-section .allreview {
        font-size: 15px;
    }
    .testimonial-section .allreview .review-img {
        height: 24px;
    }
    .testimonial-section .testimonial-card .card-data {
        padding: 12px;
    }
    .testimonial-section .testimonial-card .user-img {
        height: 38px;
        width: 38px;
        font-size: 16px;
    }
    .testimonial-card .user-name {
        font-size: 15px;
    }
    .testimonial-section .testimonial-card .star-img {
        width: 110px;
    }
}
/* testimonial section end */


/* faq section start */
@media (max-width:767px){
    .faq-section .accordion-button {
        font-size: 15px;
    }
    .faq-section .accordion-button, .faq-section .accordion-body {
        padding: 12px;
    }
    .faq-section .accordion-body {
        padding-bottom: 3px;
    }
    .faq-section .accordion-body p {
        margin-bottom: 9px;
        font-size: 15px;
        line-height: 28px;
    }
}

@media (max-width:575px){
.faq-section .accordion-body p {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 22px;
}

}
/* faq section end */


/* footer cta section start  */
@media (max-width:991px){
    .footer-cta-left-area {
    margin-bottom: 20px;
}
.footer .footer-heading {
    font-size: 16px;
}


}
@media (max-width:767px){
    .footer-cta {
        padding-block: 22px;
    }
    .footer .footer-link {
    font-size: 14px;
}
.footer .footer-contact {
    font-size: 14px;
}
.footer-cta h4 {
    font-size: 16px;
    margin-bottom: 12px;
}
.footer-cta .cta-social {
    height: 36px;
    width: 36px;
    font-size: 18px;
}


}
/* footer cta section end */


/* footer start  */
@media (max-width:991px){
    .footer .footer-logo {
        margin-top: 0px;
    }
}
@media (max-width:767px){
    .footer {
        padding-block: 35px;
    }
    .footer .footer-list {
        padding-top: 5px;
        gap: 10px;
    }
    .footer .footer-link {
        font-size: 15px;
    }
    .footer .footer-contact-list {
        gap: 12px;
    }
    .footer .footer-contact .contact-icon {
        font-size: 15px;
    }
}
/* footer end */


/* copyright section start */
@media (max-width:767px){
    .footer .footer-logo {
        height: auto;
        width: 230px;
    }
    .copyright-section {
        padding-block: 12px;
    }
    .footer .footer-text p {
        font-size: 14px;
    }
    .copyright-section .copyright-text p {
        font-size: 14px;
    }
}
/* copyright section end */


/* breadcrumb section start */
@media (max-width:767px){
    
}
@media (max-width:767px){
    .breadcrumb-section .breadcrumb-link, .breadcrumb-section .breadcrumb-link a {
        font-size: 14px;
    }
    .breadcrumb-section {
        padding-block: 12px;
    }


}
/* breadcrumb section end */


/* visa application form section start */
@media (max-width:991px){
    .apply-section .form-price {
        position: unset;
        text-align: end;
        margin-top: 8px !important;
    }
}
@media (max-width:767px){
    .visa-form-section {
        margin-top: 20px;
    }
    .visa-form-section .visa-form-heading {
        font-size: 24px;
    }
    .visa-form-section .visa-form-heading::before {
        width: 95px;
    }
    .visa-form-section .visa-form-card {
        margin-top: 20px;
        padding: 14px;
    }
    .visa-form-card .form-inner-heading {
        font-size: 16px;
    }
    .visa-form-card .form-price {
        margin-top: 0;
    }
    .uae-input-group .uae-group-label {
        margin-bottom: 3px;
        font-size: 14px;
    }
    .visa-form-section .upload-heading {
        font-size: 17px;
    }
    .visa-form-section .accepted-format {
        font-size: 14px;
    }
    .visa-form-section .form-btn-main {
        margin-top: 25px;
        gap: 12px;
    }
    .apply-section .form-price {
        font-size: 15px;
    }
}
@media (max-width:576px){
    .visa-form-section .visa-form-heading {
        font-size: 19px;
    }
    .visa-form-section .visa-form-heading::before {
        width: 75px;
    }
}
/* visa application form section end */

/* hero section start */
@media (max-width:767px){
    .country-hero-section {
        height: auto;
        padding-top: 85px;
        padding-bottom: 80px;
    }
}
@media (max-width:576px){
    .country-hero-section {
        padding-top: 60px;
        padding-bottom: 70px; 
    }
}
/* hero section end */

/* document required section start */
@media (max-width:767px){
    .choose-section .choose-inner {
        gap: 10px;
    }
    .document-required-section .heading {
        line-height: 29px;
    }
    .choose-card {
        min-height: 50px;
        gap: 10px;
        position: relative;
        overflow: hidden;
        padding-left: 60px;
        padding-block: 5px;
        font-size: 15px;
        padding-right: 5px;
    }
    .choose-card .choose-icon {
        max-width: 50px;
        min-width: 50px;
        height: 200%;
        padding: 14px;
        position: absolute;
        left: 0;
    }
}
/* document required section end */


/* important information section start */
@media (max-width:767px){
    .impo-info-section .heading {
        line-height: 29px;
    }
    .impo-info-card li {
        line-height: 25px;
        font-size: 15px;
    }
    .impo-info-card ul {
        gap: 5px;
    }
}
/* important information section end */


/* blog home section css start */
@media (max-width:767px){
    .blog-card .blog-card-img {
        height: 250px;
    }
    .blog-card .blog-icon {
        font-size: 14px;
    }
    .blog-card .blog-card-heading, .blog-card .blog-card-heading >* {
        font-size: 16px;
        line-height: normal;
    }
    .blog-card .blog-card-content {
        height: 70px !important;
    }
}
/* blog home section css end */



/* blog card two section start */
@media (max-width:767px) {
    .blog-home-card .blog-home-card-img {
        height: 200px;
    }
    .blog-home-card .blog-home-card-content {
        padding: 10px;
    }
    .blog-home-card .blog-home-date-inner {
        font-size: 30px;
    }
}

/* blog card two section end */


/* blog detail page start */

@media (max-width:767px){
    .blog-detail-section .blog-detail-img {
        height: 270px;
    }
    .blog-detail-section .blog-detail-inner {
        padding: 8px 0px 0;
    }
    .blog-detail-section .blog-detail-heading {
        font-size: 19px;
    }
    .blog-detail-section .blog-detail-content h2 {
        font-size: 18px;
        margin-bottom: 8px;
        padding-top: 0px ;
    }
    .blog-detail-section .blog-detail-content h3 {
        font-size: 16px;
        margin-bottom: 7px;
        padding-top: 0px ;
    }
}
@media (max-width:576px){
    .blog-detail-section .blog-detail-img {
        height: 210px;
    }
}

/* blog detail page end */

/* track page start  */

@media (max-width:991px){
    .track_card_top {
        width: 66%;
    }
}
@media (max-width:767px){
    .track-card {
        padding: 0;
        display: block;
    }
    .track_card_top {
        width: 100%;
    }
    .track-section .track-title {
        font-size: 15px;
        line-height: 27px;
    }
}

@media (max-width:575px){
.track-section .track-title {
    font-size: 15px;
    line-height: 22px;
}
.track-card .track-input {
    font-size: 15px;
}
.track-card .track-btn {
    font-size: 15px;
}

}

@media (max-width:480px){
.track-card .track-label {
    font-size: 15px;
    font-weight: 700;
}


}

/* track page end */

/* contact us page start  */

@media (max-width:767px){
    .contact-form {
        padding: 12px;
    }
    .contact-section .contact-heading {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

/* contact us page end */

/* payment page start */

@media (max-width:767px){
    .payment-card {
        padding: 12px;
    }
    .payment-card .payment-heading {
        font-size: 17px;
    }
    .payment-card .uae-input-group {
        flex-direction: column;
        gap: 1px;
        align-items: start;
    }
    .payment-card .payment-check-main {
        gap: 10px;
    }
    .payment-card .uae-input-group label {
        width: 40%;
        white-space: nowrap;
    }
    .payment-card .payment-heading::after {
        height: 2px;
        width: 72px;
    }
    .payment-card .payment-img {
        height: 28px;
    }
    .payment-card .theme-btn {
        font-size: 15px;
    }
}

/* payment page end */

/* payment detail section start */

@media (max-width:767px){
    .payment-detail-card .payment-detail-header {
        padding: 10px;
    }
    .payment-detail-card .payment-detail-heading {
        font-size: 17px;
        line-height: normal;
    }
    .payment-detail-card .payment-price-total {
        font-size: 15px;
    }
    .payment-detail-card .table th {
        font-size: 15px;
    }
    .payment-detail-card .table td {
        font-size: 14px;
    }
    .payment-detail-card .payment-detail-body {
        padding: 10px;
    }
    .payment-detail-card .payment-total-title {
        font-size: 16px;
    }
    .payment-detail-card .payment-total-price {
        font-size: 17px;
    }
    .payment-check-card .payment-check-title {
        font-size: 15px;
    }
    .payment-detail-card .payment-inner-heading {
        font-size: 17px;
    }
    .payment-detail-card .payment-detail-data {
        padding-block: 7px;
    }
    .payment-detail-card .payment-total-main {
        margin-top: 15px;
    }
    .payment-sidebar .theme-btn {
        font-size: 15px;
    }
    .payment-sidebar-card img {
        height: 30px;
    }
    .payment-detail-card .payment-detail-title-two {
        font-size: 14px;
    }
    .payment-detail-card .payment-detail-title {
        font-size: 15px;
    }
}

/* payment detail section end */

/* edit modal start */

@media (max-width:767px){
    .edit-modal .modal-dialog {
        max-width: 95%;
    }
    .edit-modal .modal-title {
        font-size: 18px;
    }
}

/* edit modal end */

/* how to apply section start */

@media (max-width:991px){
    .howapply-img {
        border-radius: 0 ;
        box-shadow:none;
    }
    .howapply-card {
        border-radius: 0;
        box-shadow:none;
    }
    .howapply-main {
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        border-radius: 8px;
        margin-inline: 0;
        overflow: hidden;
    }
}
@media (max-width:767px){
    .howapply-card {
        padding: 12px;
    }
    .howapply-card .howapply-card-title {
        font-size: 15px;
        line-height: 26px;
    }
    .howapply-card .howapply-card-content p {
        font-size: 14px;
        line-height: 25px;
    }
    .howto-apply .how-apply-inner {
        gap: 30px;
    }
}
@media (max-width:576px){
    .howapply-img {
        height: 160px !important;
    }
    .howapply-img img {
        object-fit: cover;
    }
}

/* how to apply section end */

/* thank you section start */

@media (max-width:767px){
    .thanks-section {
        margin-top: 45px;
    }
    .thanks-card .thanks-heading {
        font-size: 22px;
        padding-bottom: 3px;
    }
    .thanks-card {
        padding: 15px;
    }
    .thanks-card .thanks-title {
        margin-top: 16px;
    }
    .thanks-card .thanks-icon {
        font-size: 95px;
        line-height: 95px;
    }
}

/* thank you section end */

/* cta section start */

@media (max-width:767px){
    .cta-section .cta-title {
        font-size: 16px;
    }
    .cta-section .cta-heading {
        font-size: 24px;
    }
    .cta-section .cta-para {
        font-size: 14px;
        line-height: 25px;
    }
}

/* cta section end */

/* payment details section start */

@media (max-width:767px){
.pricing_section_toparea {
    display: block !important;
}
.pricing_section .badge_price {
    display: block;
    width: fit-content;
    text-align: end;
    margin-top: 12px;
    margin-left: auto;
}
}

@media (max-width:480px){
.visa_checkout_main_toparea {
    display: block !important;
}
.visa_checkout_mian_boxs {
    line-height: 16px;
}
.visa_checkout_main_top h6 {
    font-size: 17px;
}
.visa_checkout_main_top small {
    font-size: 12px;
}
.visa_checkout_main_left button {
    border: 0px;
    outline: none;
    box-shadow: none;
    padding: 6px 8px;
    font-size: 15px;
    display: block;
    width: fit-content;
    margin-left: auto;
}
.visa_checkout_main_top .visa_pay_applicant_icon {
    width: 28px;
}
.applicant_top_right .btn.btn-primary {
    margin-left: 8px;
}

.visa_checkout_page .info_block .info_block_text {
    font-size: 15px;
    margin-bottom: 10px;
}



.visa_checkout_page .applicant_top .applicant_top_name_txt {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.pricing_section h5 {
    font-size: 17px;
}
.pricing_section_toparea {
    display: block !important;
}
.pricing_section .badge_price {
    display: block;
    width: fit-content;
    text-align: end;
    margin-top: 12px;
    margin-left: auto;
}

.payment_booking_bx .payment_booking_text span {
    font-size: 14px;
}
.payment_booking_bx .payment_booking_text strong {
    font-size: 14px;
}

.payment-detail-header i {
    padding: 9px;
}
.payment-detail-head i {
    padding: 9px;
}
.payment-sidebar .card-body h6 {
    font-size: 17px;
}


}

/* payment details section end */

/* all pages section start */

@media (max-width:991px){
    .content-card h1 {
        font-size: 30px;
    }
    .urgent_view_main p i {
        font-size: 18px;
        width: 42px;
        height: 42px;
    }
    .urgent_view_main p {
        font-size: 13px;
    }
    .urgent_view_main p b {
        display: contents;
    }

    .payment_details_top_tpr .pay_details_tp_rght {
    width: 35%;
}
.payment_details_top_tpr .pay_details_tp_rght span {
    font-size: 22px;
    margin-right: 6px;
}
.payment_details_top_tpr .pay_details_tp_rght .pay_details_rts_lt h4 {
    font-size: 15px;
}
.payment_details_top_tpr .pay_details_tp_rght .pay_details_rts_lt small {
    font-size: 11px;
    margin-left: 3px;
}
.payment_details_top_tpr {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 26px;
}
.visa-docu-required-section .top-box h3 {
    font-size: 26px;
}

.visa-docu-required-section .step .icon {
    width: 46px;
}
.visa-docu-required-section .step-item .step_item_image_bx {
    width: 46px;
}
.visa-docu-required-section .step-item .step_item_no {
    position: absolute;
    top: 3px;
    left: 37%;
}
.visa-docu-required-section .visa-content h4 {
    font-size: 26px;
}
.visa-docu-required-section .visa-content h3 {
    font-size: 24px;
}


}

@media (max-width:767px){
    .visa_apply_right_area_main .card-title {
        font-size: 17px;
        padding: 14px 14px;
    }
    .visa_apply_right_area_main .visa-card .visa_card_main {
        padding: 16px;
    }
    .form_inner_heading_subtext ul li {
        font-size: 14px;
    }
    .content-card h1 {
        font-size: 26px;
    }
    .urgent_view_main p {
        font-size: 13px;
    }
    .urgent_view_main p b {
        display: contents;
    }

    .country-left p {
        font-size: 15px;
    }
    .documents-required-section .doc-icon {
        width: 54px;
        margin-bottom: 20px;
    }
    .documents-required-section .info-box h5 {
    font-size: 18px;
}
.why-choose-new .icon-box img {
    width: 56px;
}
.payment_details_top_tpr .pay_details_tp_rght {
    width: fit-content;
    margin-left: auto;
}
.payment_details_top_tpr {
    display: block;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 26px;
}
.pay_details_tp_lft {
    margin-bottom: 10px;
}
.payment-detail-head {
    border-bottom: 1px dashed #d1d1d1;
    padding: 10px;
}
.payment-sidebar .payment-detail-head h6 {
    font-size: 18px;
}
.pricing_section h5 {
    font-size: 18px;
}
.vp-info-box__header h6, .vp-help-box__header h6 {
    font-size: 18px;
    margin-bottom: 0;
}
.pricing_section .top-badge {
    font-size: 10px;
    padding: 4px 8px;
}
.pricing_main_input_bx .price {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 6px;
}
.visa-docu-required-section .top-box h3 {
    font-size: 24px;
}
.visa-docu-required-section .step .icon {
    width: 42px;
}
.visa-docu-required-section .step-item .step_item_image_bx {
    width: 42px;
}
.visa-docu-required-section .contact-box p .contact_box_link {
    font-size: 15px;
}
.visa-docu-required-section .visa-content p {
    font-size: 15px;
}
.visa-docu-required-section .visa-content h4 {
    font-size: 22px;
}
.visa-docu-required-section .visa-content h3 {
    font-size: 20px;
}
.visa-docu-required-section .visa-content ul li {
    font-size: 15px;
}
.visa-docu-required-section .visa-content ol li {
    font-size: 15px;
}

}

@media (max-width:575px){
    .eligi-heading-section {
        padding-block: 44px;
    }
    .content-card p {
        font-size: 14px;
        line-height: 24px;
    }
    .content-card ul li, .content-card ol li {
        margin-bottom: 0px;
        line-height: 24px;
        font-size: 14px;
    }
    .urgent_view_main p i {
        font-size: 18px;
        width: 42px;
        height: 42px;
        min-width: 42px;
    }
    .pricing_section .icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .pricing_main_input_bx .price {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 6px;
}
.payment_details_top_tpr .pay_details_tp_rght {
    display: none;
}

}

@media (max-width:480px){

.sidebar-card .sidebar-card-heading a {
    font-size: 14px;
}
.blog-sidebar .blog-sidebar-heading {
    font-size: 18px;
}

.default-banner-section {
    min-height: 300px;
}

.visa-badge {
    padding: 6px 10px;
    font-size: 12px;
}
.banner-title {
    font-size: 20px;
}.default-banner-section p {    font-size: 15px !important;}
.visa-form-feature {
    justify-content: start;
    gap: 8px;
}
.visa-form-feature .visa-form-feature-box {
    min-width: 48%;
}
.urgent_view_main p {    font-size: 12px;}
.visa-form-feature .visa-form-feature-box .visa_form_feature_icon {    font-size: 15px;    width: 26px;    height: 26px;}
.visa-form-feature .visa-form-feature-info p {
    margin: 0;
    font-size: 11px !important;
}
.visa-form-feature .visa-form-feature-info small {
    font-size: 9px;
}

.visa-form-card .form-inner-heading h2 {
    font-size: 20px;
}
.visa-form-card .form-price {
    margin-top: 0;
    top: 142px;
    font-size: 17px;
}
.uae-input-group .uae-input {
    font-size: 14px;
}
.visa-form-section .upload-heading {
    font-size: 16px;
}
.visa-form-section .accepted-format {
    font-size: 12px;
}
.dropzone .dz-preview .dz-image {
    overflow: hidden;
    width: 100px !important;
    height: 100px !important;
}
.dropzone .dz-preview .dz-details {
    padding: 1.7em 1em !important;
}

.content-card h1 {
    font-size: 24px;
}

.pay_details_tp_lft {
    margin-bottom: 10px;
    text-align: center;
}
.visa-docu-required-section .top-box h3 {
    font-size: 22px;
}
.visa-docu-required-section .top-box p {
    font-size: 14px;
}
.visa-docu-required-section .step .icon {
    width: 38px;
}
.visa-docu-required-section .divider {
    font-size: 15px;
}
.visa-docu-required-section .step-item .step_item_image_bx {
    width: 38px;
}
.visa-docu-required-section .visa-content h4 {
    font-size: 20px;
}
.visa-docu-required-section .visa-content h3 {
    font-size: 18px;
}



}

/* all pages section end */