:root {
    --theme-bg: #262D64;
    --primary-bg: #50AFFD;
    --primary-bg2: #50AFFD;
    --primary-gradient: linear-gradient(271deg, rgba(15, 100, 245, 0.80) 8.44%, #50AFFD 76.64%);
    --border-gradient: linear-gradient(271deg, #50AFFD -9.38%, #3BB9EB 16.25%, #272E65 118.76%) 1;
}

body {
    /* font-family: Manrope; */
    font-family: 'Inter', sans-serif;
}

.dmsans {
    /* font-family: 'DM Sans', sans-serif; */
    font-family: 'Inter', sans-serif;
}

.inter {
    font-family: 'Inter', sans-serif;
}

.text-black {
    color: #000;
}

header {
    background: linear-gradient(to left, #3BB9EA 50%, #F0F0F0 50%);
}

header .navbg {
    background-image: url(../images/headerbg_1.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #3BB9EA;
    padding: 8px 0px;
    position: relative;
}

.container.navbg:after {
    position: absolute;
    width: 20px;
    height: 100%;
    background: #f0f0f0;
    content: '';
    left: -18px;
    top: 0px;
}

header>.navbar {
    padding: 0px;
    border-bottom: 1px solid var(--primary-bg);
}

.navbar-dark .navbar-nav .nav-link.active {
    font-weight: 1000;
}

footer {
    background: var(--theme-bg);
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.btn-primary {
    /* background: var(--primary-gradient); */
    background: linear-gradient(271deg, #50AFFD -9.38%, #3BB9EB 16.25%, #272E65 118.76%);
    border-radius: 0px !important;
    border-image: var(--border-gradient);
    border-style: solid;
    border-width: 2px;
    box-shadow: none;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus {
    /* transition-property: background;
    transition-duration: 200ms; */
    background: linear-gradient(271deg, #3BB9EB -9.38%, #3BB9EB -4.3%, #262D64 81.72%);
    border-radius: 9px !important;
    border-image: var(--border-gradient);
    border-style: solid;
    border-width: 2px;
    box-shadow: none;
    border: none;
    /* border: double 1px transparent; */
}

.btn-info,
.btn-info:hover,
.btn-check:focus+.btn-info,
.btn-info:focus {
    border-radius: 6px;
    border: 1px solid #0685E2;
    background: #0685E2;
    color: white;
    box-shadow: none;
}

.btn-outline-info {
    color: #0685E2;
    border-color: #0685E2;
}

.form-check-input[type=radio] {
    border-image: none;
}

.btn-outline-primary,
.btn-outline-primary:hover {
    border-image: var(--border-gradient);
    border-style: solid;
    border-width: 2px;
    color: #000;
    background: white;
}

.btn-secondary {
    border-radius: 6px;
    background: linear-gradient(271deg, #50AFFD -9.38%, #3BB9EB 16.25%, #272E65 118.76%);
    border: none;
}

.btn {
    border-radius: 9px;
}

.alert-dark {
    border-radius: 6px;
    background: #FBE2E4;
}

.progress {
    border-radius: 10px;
    background-color: #DDD;
}

.progress .bg-success {
    background-color: #53CDA9 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: url(../images/breadcrumb-divider.svg);
    margin-top: 3px;
}

.fold-container {
    background: #F6F6F6;
}

.page-info {
    /* background:var(--primary-bg); */
    background: #3bb9ea;
}

.breadcrumbs,
.border-main {
    border-radius: 4px;
    border-image: var(--border-gradient);
    border-width: 2px;
    border-style: solid;
    box-shadow: 1.5px 1.5px 3px 0px rgba(174, 174, 192, 0.40);
}

.content-area {
    background: linear-gradient(to bottom, #F6F6F6 100px, white 100px 500px, white 500px);
}

.content-main {
    border-radius: 16px;
    position: relative;
    z-index: 1;
    border: 2px solid #F5F5F5;
    box-shadow: 10px 10px 30px 0px rgba(174, 174, 192, 0.40), 0px -10px 30px 0px #FFF;
}

.helpsection.left {
    border-radius: 6px;
    border: 0.5px solid #616161;
    color: #616161;
    background: #F8F8F8;
}

.helpsection.right {
    border-radius: 6px;
    border: 0.5px solid #3EDCFF;
    color: #3EDCFF;
    background: #D8FAFB;
}

.form-control,
.bootstrap-select>.dropdown-toggle,
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    background: #FFF;
    outline: none !important;
    color: #000;
    border: 1px solid #949494;
    padding: 10px;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: 5px !important;
}

.input-group .dropdown-menu .inner {
    overflow-x: hidden !important;
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus,
.btn-check:focus+.btn-light,
.btn-light:focus {
    box-shadow: none !important;
    border: 2px solid #BBBCCC;
}

/* input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block !important;
    background: url(../images/calendar.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    border-width: thin;
} */

input[type="date"] {
    position: relative;
    text-transform: uppercase;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    background: transparent;
}

input[type="date"]::-moz-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    background: transparent;
}

input[type="date"]:before {
    background: url(../images/calendar.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 10px;
    content: '';
}

.home-page-form input[type="date"]:before {
    top: 17px;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #000;
    border-radius: 4px;
    background: #0685e247;
}

.otpinputfields {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.otpinput {
    height: 48px;
    max-width: 72px;
    background: #F1F1F1;
    outline: none;
    text-align: center;
    font-size: 1.2em;
    border-radius: 0.3em;
    outline: none;
    /*Hide number field arrows*/
    -moz-appearance: textfield;
}



input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control:focus {
    box-shadow: none;
}

input:valid,
.selectpicker:valid,
.selectpicker:valid+.dropdown-toggle {
    border-radius: 4px;
    border-image: var(--border-gradient);
    border-width: 2px;
    border-style: solid;
    background: #FFF;
}

.text-success {
    color: #E1A244 !important;
}

.counterminus,
.counterplus {
    border-radius: 6px;
    border: 1px solid var(--Pri, #50AFFD);
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    width: 50px;
    height: 35px;
    transition: 0.3s;
}

.counterminus:hover,
.counterplus:hover,
.counterminus:hover>svg path,
.counterplus:hover>svg path {
    border-radius: 6px;
    background: var(--Pri, linear-gradient(271deg, #50AFFD 0%, #0F64F5 76.62%));
    cursor: pointer;
    fill: white;
    transition: 0.3s;
}

.btn-group.bootstrap-select select {
    width: 1px !important;
}

.plan-features li:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    background-image: url('../images/plans-list-item.svg');
}

.toast {
    box-shadow: none;
    min-width: 350px;
    width: auto;
    border: none !important;
}

.activeplan {
    background: black;
    color: #fff;
}

.switch-field {
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    float: left;
}

.switch-field label {
    display: inline-block;
    text-shadow: none;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background: #1CB670 !important;
    border-color: #1CB670 !important;
    ;
    border-image: none;
    color: white;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    border-radius: 6px;
    background: #F4F4F4;
    color: #6c757d;
    display: grid;
    min-height: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    background-color: white;
    border-radius: 6px;
    border: 1px solid #0685E2;
    background: #FFF;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
}

.nav-tabs {
    border-bottom: none;
}

.paymentmodes label {
    cursor: pointer;
    z-index: 90;
    border: 1px solid #ccc;
    z-index: 3;
    filter: drop-shadow(rgba(0, 0, 0, 0.067) 0px 1px 6px);
}

.paymentmodes label,
.paymentmodes input {
    display: block;
}

.paymentmodes input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.paymentmodes input[type="radio"]:checked+label {
    background: linear-gradient(271deg, #50AFFD -9.38%, #3BB9EB 16.25%, #272E65 118.76%);
    color: white;
    border-radius: 10px;
    transition: background 0.3s linear;
}

.paymentmodes input[type="radio"]:checked+label svg path {
    stroke: white;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
    border-color: transparent;
    padding: inherit;
}

.policy-pages .h4 {
    line-height: 1.8rem;
}

.policy-pages ul li {
    margin-bottom: 0.5rem;
}

.policy-pages ol li {
    margin-bottom: 0.5rem;
}

.img-br-radius {
    border-radius: 10px;
}

.error {
    color: #da3444;
}

.form-control.error {
    box-shadow: 0px 4px 10px #ff00002e !important;
}

.flip-card {
    border: none;
    /* Set the transition effects */
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.flip-card .flip {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card .back {
    display: none;
}

.flip .front {
    display: none;
}

.flip .back {
    display: block;
}

.flip .back .fa {
    font-size: 3rem;
}

/* .flip .back {
    background: #ddecff;
    border: 1px solid #60a8ff;
    color: #1c83ff;
    height: 574px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 5px;
} */

.flip .back {
    height: 400px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.flip .back a.btn {
    width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.flip .back .card {
    border: 1px solid #c0daff;
}

ul.checklist li:before {
    display: none !important;
}

ul.checklist.list-unstyled {
    list-style: number !important;
}

.carousel-indicators {
    display: none;
}

.text-translateX {
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.1rem;
}

.font-size-800 {
    font-size: 0.800rem;
}

.font-size-900 {
    font-size: 0.900rem;
}

.font-size-700 {
    font-size: 0.700rem;
}

.top-4 {
    top: -5px;
    position: relative;
}

.flex-nowarp {
    flex-wrap: nowrap !important;
}

.padding-lf-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.yellow-offer {
    position: relative;
}

.yellow-offer .yellow-bg-offer {
    z-index: 999;
    position: absolute;
    top: -17px;
    right: 0px;
}

.yellow-offer .offer-text-yellow {
    left: 18px;
    position: absolute;
    top: 18px;
    color: #000;
}

.choose-card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.choose-card-box {
    width: 50%;
    color: #fff;
    padding: 2rem;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.visa-choose-card .choose-card-box {
    width: 25%;
}

.choose-card-box h4 {
    font-size: 1rem;
    margin-top: 0.800rem;
    font-weight: 600;
}

.choose-card-box img {
    width: 80px;
    object-fit: cover;
    object-position: center;
    filter: brightness(0) invert(1);
}

.choose-card-5e17eb {
    background-color: #5e17eb;
}

.choose-card-0cc0df {
    background-color: #0cc0df;
}

.choose-card-38b6ff {
    background-color: #38b6ff;
}

.choose-card-38b6ff img {
    width: 70px !important;
}

.choose-card-5271ff {
    background-color: #5271ff;
}

.why-choose-btn {
    text-align: center;
}

.why-choose-btn a {
    margin: 0.800rem;
}

.country-thumbnail img {
    position: relative;
}

.country-thumbnail img:hover {
    box-shadow: 0px 0px 10px 4px #00000021;
}

.country-thumbnail a strong {
    background: #00000082;
    padding: 5px;
    bottom: 20px !important;
}

.country-thumbnail img::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
}

.testimonail-rating {
    position: absolute;
    right: 0px;
    top: 10px;
}

.short-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 75px;
}

.home-testimonial #testimonials .card {
    background: #FFF !important;
}

.row.row-justify {
    justify-content: center;
}

.plan-features li.no-basic-plan:before {
    background-image: url(../images/remove-icon.png);
    background-position: center;
    background-size: cover;
}


.plan-features li.only-primium {
    color: #fff;
}

.country-apply-btn button {
    width: 150px;
}

header nav ul li a img {
    margin-top: -10px;
}

.web-primary-text {
    font-size: 2rem;
}

.banner-para {
    font-size: 1rem;
}

.faq-section .accordion-button {
    padding: 0.800rem !important;
}

.faq-section .accordion-body {
    padding: 0.800rem !important;
}

.faq-section .accordion-collapse .accordion-body {
    background-color: #f0f5fb;
}

.about-ttk-icons img {
    width: 48px;
}

.ttkstats-number {
    font-size: 2rem;
}

.addons-card .card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 240px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}

.home-banner {
    position: relative;
}

.home-banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;

}

.home-banner-text {
    position: absolute;
    right: 0px;
    top: 90px;
    padding-left: 60px;
}

.choose-order-2 {
    text-align: right;
}

ul.why-choose-list li:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-image: url(../images/website/icons/vision-logo-bullet-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

ul.why-choose-list {
    padding-left: 30px;
}

.why-choose-list li {
    margin-bottom: 1rem;
    /* text-indent: -30px; */
}

.home-banner {
    background-image: url(../images/website/min/home/visa-homepage-mast1.webp), linear-gradient(to left, #00000054, rgba(0, 0, 0, 0));
    background-blend-mode: overlay;
}

.wy-choose-bg {
    background: linear-gradient(271deg, #50AFFD -9.38%, #3BB9EB 16.25%, #316ea3 118.76%);
}

.visa-page input.form-control {
    font-size: 0.850rem !important;
}

.visa-page textarea.form-control {
    font-size: 0.850rem !important;
}

.traveldes {
    font-size: 0.750rem;
    line-height: 1.2rem;
}

.faq-actions span {
    color: #0F64F5;
    cursor: pointer;
    padding: 0.3rem;
    font-size: 0.900rem;
}

.faq-actions span .fa-solid {
    border-radius: 50%;
    padding: 1px 2px;
    margin-right: 4px;
    font-size: 0.700rem;
    background: #212529;
    color: #fff;
}

.site-address .fa-solid {
    font-size: 25px;
    margin-top: 8px;
    color: #0685e2;
}

.contactusinfo-address {
    color: #212529;
}

.site-address .fa-location-pin {
    color: red;
    width: 30px;
    height: 30px;
    border: 1px solid #21252973;
    border-radius: 50%;
    padding-left: 8px;
    padding-top: 7px;
    margin-top: 7px;
}

.row-only.country-services {
    background: #f0f5fb;
    margin-bottom: 0.5rem;
    margin-right: 0.1rem;
    margin-left: 0.1rem;
}

.country-services {
    background: #f0f5fb;
    margin-bottom: 0.5rem;
    margin-right: 0.1rem;
    margin-left: 0.1rem;
}

.country-services img {
    border-radius: 10px;
}

.planbtn:not(.btn-secondary):hover {
    color: #212529;
}

.planbtn:not(.btn-secondary):focus {
    color: #212529;
}

.arrow-bg-img .btn-primary {
    position: relative;
}

.arrow-bg-img .btn-primary:after {
    position: absolute;
    background-image: url(../images/footerimg.png);
    width: 50px;
    height: 50px;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: -15px;
    right: -50px;
}

#testimonials .carousel-item .col-12:nth-child(3)>.card.me-3 {
    margin-right: 0px !important;
}

.get-touch-section {
    border-bottom: 2px solid #262d64;
    background-color: #f0f5fb;
}

.for-visa-card {
    background-color: #fff;
    display: flex;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.for-visa-card img {
    width: 150px;
    margin-right: 1rem;
}

.for-visa-card .btn-primary {
    position: relative;
    font-size: 0.860rem;
}

.for-visa-card:hover {
    box-shadow: 0px 0px 4px 1px #0000000f;
}

.for-visa-card .btn-primary:after {
    position: absolute;
    background-image: url(../images/footerimg.png);
    width: 50px;
    height: 50px;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: -15px;
    right: -50px;
}

.for-visa-card .h4 {
    font-size: 1.1rem;
    font-weight: 600;
}

.for-visa-card p {
    font-size: 0.970rem;
}

/*Why choose section*/

.why-choose-card .why-choose-icon img {
    width: 50px;
    margin-right: 15px;
}

.why-choose-card {
    display: flex;
    background: #f0f5fb;
    padding: 0.5rem 1rem;
    min-height: 160px;
    box-shadow: 0px 0px 6px 2px #00000000;
}

.why-choose-meta {
    padding-left: 45px;
}

.why-choose-card-container .row {
    margin-bottom: 2rem;
}

.why-choose-icon {
    text-align: center;
}

.why-choose-icon img {
    width: 220px;
    margin: 0 auto;
}

.why-choose-card {
    position: relative;
}

.why-choose-card:before {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0px;
    left: 15px;
    font-size: 3rem;
    font-weight: 900;
    color: #0000002e;
    display: block;
}

.why-choose-row1 .why-choose-card-left:before {
    content: "1";
}

.why-choose-row1 .why-choose-card-right:before {
    content: "2";
}

.why-choose-row2 .why-choose-card-left:before {
    content: "3";
}

.why-choose-row2 .why-choose-card-right:before {
    content: "4";
}

.why-choose-row3 .why-choose-card-left:before {
    content: "5";
}

.why-choose-row3 .why-choose-card-right:before {
    content: "6";
}

.why-choose-row4 .why-choose-card-left:before {
    content: "7";
}

.why-choose-row4 .why-choose-card-right:before {
    content: "8";
}

.why-choose-row5 .why-choose-card-left:before {
    content: "9";
}

.why-choose-row5 .why-choose-card-right:before {
    content: "10";
    left: 10px;
    font-size: 2.5rem;
}


/*End why choose section*/

.form-check .form-check-label {
    color: #212529 !important;
}

.form-check-input:checked {
    background-color: #0d6efd !important;
}

footer ul li a:hover {
    color: #0F64F5 !important;
}

#foot-align a:hover {
    color: #0F64F5 !important;
}

.services-dropdown .dropdown-menu li {
    padding-left: 0.500rem;
    padding-right: 0.500rem;
}

.services-dropdown .dropdown-menu li:nth-child(1) {
    padding-left: 0rem;
    padding-right: 0rem;
}

.services-dropdown .dropdown-menu li:nth-child(1) a {
    font-weight: 600;
}

footer hr {
    margin-top: 0px !important;
}

.visaprogress-btn-group a {
    width: 100%;
}

.visaprogress-btn-group {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.visaprogress-btn {
    width: 200px;
    margin-bottom: 1rem;
}

.user-nav-item ul.dropdown-menu {
    left: -35px;
}


.disabledbtn {
    pointer-events: none;
    opacity: 0.5;
}

form input::placeholder {
    color: #999 !important;
}

form textarea::placeholder {
    color: #999 !important;
}

.inputfield {
    color: #000 !important;
    font-weight: 600;
}

.email-verify-notis:hover a span.text-bg-warning {
    color: #fff !important;
    background-color: #272E65 !important;
}

.email-verify-notis:hover {
    background-color: #272E65 !important;
}

.email-verify-notis a span.text-bg-warning {
    background-color: #ffdb70 !important;
    font-size: 0.800rem !important;
}

.email-verify-notis {
    background-color: #ffdb70 !important;
    width: fit-content;
    z-index: 1;
    position: relative;
    font-size: 0.800rem !important;
    padding: 2px 3px;
}

.country-pages p {
    text-align: justify;
}

.visa-types p {
    text-align: justify;
}

footer p {
    text-align: left !important;
}

.faq-section .accordion-body {
    text-align: justify;
}

#testimonials p {
    text-align: justify;
}

.visaprogress-ul-list li:nth-child(1) .card-content-area .d-flex {
    flex-wrap: wrap;
}

.no-country-link a {
    cursor: default;
}

.country-services p.h4 {
    text-align: left;
}

.nav-footer-bottom li {
    display: inline;
    margin-right: 20px;
    padding-bottom: 5px;
}

.nav-footer-bottom {
    padding-left: 0px;
    text-align: right;
}

html,
body {
    overflow-x: hidden;
}

.offer-text-yellow {
    z-index: 9999;
    line-height: 20px;
    text-align: center;
    width: 60px;
}

.offer-text-yellow strong {
    font-size: 25px;
}

ul.plan-features {
    text-indent: -30px;
    margin-left: 30px;
}

.btn-back {
    width: 120px;
}

.btn-back img {
    margin-right: 5px;
}

.btn-checkout {
    width: 150px;
}

.btn-makepay {
    width: 160px;
}

.btn-group-flex {
    display: flex;
    justify-content: space-between;
}

/*new css 15-5-2024*/
.page-subheading {
    font-size: 1.2rem;
    font-weight: 600;
}

.login-user-container p {
    font-size: 0.900rem;
}

.login-user-container .para-span {
    font-size: 0.900rem;
}

.login-user-container h5 {
    font-size: 1rem;
}

.login-user-container h5 strong {
    font-weight: 600;
}

.login-user-container p.h6 strong {
    font-weight: 600;
}

.login-user-container table tr>th {
    font-size: 0.950rem;
}

.login-user-container table tr>td {
    font-size: 0.950rem;
}

/*end new css 15-5-2024*/

.passenger-meta {
    display: flex;
    margin-bottom: 0.400rem;
}

.passenger-meta .passenger-meta-name {
    width: 100px;
}

.passenger-meta .passenger-meta-label {
    width: 420px;
}

.passenger-meta .passenger-meta-dots {
    width: 20px;
}

.passenger-meta-value {
    width: 220px;
}

form .row .col-lg-6 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.visaprocess-icons i{
    cursor: pointer;
}

.fw-normal small{
    font-size:0.900rem;
}

.right-addon-btn{
    font-size:0.650rem !important;
}

.checklist-meta-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checklist-meta{
    width: fit-content;
}

#home-form-row {
    scroll-margin-top: 120px;
}

@media only screen and (max-width : 991px) {
    .flex-nowarp {
        flex-wrap: wrap !important;
    }

    .datepicker-icon input[type="date"]:before {
        top: 13px;
    }

    .contry-dropdown-filter {
        justify-content: left !important;
    }

    .visa-choose-card .choose-card-box {
        width: 50%;
    }

    .ttkstats-number {
        font-size: 1rem;
    }

    .about-ttk-icons img {
        width: 35px;
    }

    .ttkstats {
        font-size: 1rem;
    }

    .why-choose-card {
        margin-bottom: 1rem;
    }

    .nav-footer-bottom {
        text-align: left;
    }

    footer .copyright-text {
        margin-bottom: 5px;
    }

    .yellow-bg-offer img {
        height: 85px;
    }

    .offer-text-yellow {
        width: 50px;
    }

    .offer-text-yellow strong {
        font-size: 20px;
    }

    .offer-text-yellow small {
        font-size: .720em;
    }

    .yellow-offer .yellow-bg-offer {
        top: -15px;
    }

    /*new css 15-5-2024*/
    .page-subheading {
        font-size: 1rem;
        font-weight: 600;
    }

    .login-user-container p {
        font-size: 0.850rem;
    }

    .login-user-container .para-span {
        font-size: 0.850rem;
    }

    .login-user-container h5 {
        font-size: 0.950rem;
    }

    .login-user-container h5 strong {
        font-weight: 600;
    }

    .login-user-container p.h6 strong {
        font-weight: 600;
    }

    .login-user-container table tr>th {
        font-size: 0.850rem;
    }

    .login-user-container table tr>td {
        font-size: 0.850rem;
    }

    form .form-label {
        font-size: 0.900rem;
    }

    form .form-control {
        height: 35px;
        font-size: 0.900rem;
    }

    form .dropdown-menu li a {
        font-size: 0.900rem;
    }

    form .form-input {
        font-size: 0.900rem;
    }

    form div {
        font-size: 0.900rem;
    }

    form .mb-3 {
        margin-bottom: 0.500rem !important;
    }

    form button {
        font-size: 0.900rem;
    }

    form .input-group .bootstrap-select.form-control .dropdown-toggle {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    form .dropdown-toggle {
        height: 35px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    form input[type="date"]:before {
        top: 5px;
    }

    /*end new css 15-5-2024*/

}

@media only screen and (max-width : 767px) {
    img.get-visa-img {
        max-width: 360px;
        width:100%;
        margin: 0 auto;
        object-fit: contain;
        object-position: center;
    }

    .why-choose-image img{
        object-fit: contain;
        object-position: center;
        max-width: 570px;
        width: 100%;
        margin:0 auto
    }

    .why-choose-image{
        width: 100%;
    }
}

@media screen and (max-width: 991px) and (min-width: 575px) {
    .padding-3 {
        padding: 3rem !important;
    }
}

@media only screen and (max-width : 767px) {
    .order-1-sm {
        order: 1;
    }

    .order-2-sm {
        order: 2;
    }

    .order-3-sm {
        order: 3;
    }

    .short-description {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        min-height: unset;
    }

    .bg-possition-60 {
        background-position: 60% !important;
    }

    .row-only.country-services {
        margin: 0.5rem;
    }

    .ttkstats-number {
        font-size: 1.2rem;
    }

    .about-ttk-icons img {
        width: 35px;
    }

    .ttkstats {
        font-size: 1.2rem;
    }
}


@media only screen and (max-width : 575px) {
    header .navbg {
        background-size: unset;
        padding: 0px;
    }

    .content-area,
    .fold-container {
        background: white;

    }

    .content-main {
        box-shadow: none;
        border: none;
    }

    .otpinput {
        height: 46px;
        max-width: 46px;
        margin: 2px;
        background: #F1F1F1;
        outline: none;
        text-align: center;
        font-size: 18px;
        border-radius: 0.3em;
        outline: none;
        /*Hide number field arrows*/
        -moz-appearance: textfield;
    }

    .breadcrumbs {
        font-size: 0.800rem;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        margin-top: 0px;
        width: 0.8rem;
        height: 0.8rem;
        margin-right: 0.5rem;
    }

    .font-size-800 {
        font-size: 0.800rem;
    }

    .modal {
        top: 5rem;
    }

    .flip .back .card {
        margin: 2rem;
    }

    .datepicker-icon input[type="date"]:before {
        top: 6px;
    }

    .choose-card-box {
        width: 100%;
    }

    .visa-choose-card .choose-card-box {
        width: 100%;
    }

    .choose-order-1 {
        order: 2;
    }

    .choose-order-2 {
        margin-bottom: 2rem;
        text-align: left;
    }

    .for-visa-card {
        flex-wrap: wrap;
        text-align: center;
    }

    .for-visa-card img {
        margin: 10px auto;
    }

    .why-choose-card-container .row {
        margin-bottom: 0rem;
    }

    .visaprogress-btn {
        width: 100%;
    }

    .home-why-choose-section .choose-card-38b6ff {
        background-color: #5271ff;
    }

    .home-why-choose-section .choose-card-5271ff {
        background-color: #38b6ff;
    }

    .visaprogress-ul-list li:nth-child(1) .card-content-area .d-flex a.btn {
        margin-top: 5px;
    }

    ol,
    ul {
        padding-left: 0.5rem;
    }

    .nav-footer-bottom li {
        display: flex;
    }

    .checklist-meta{
        width: 100%;
    }
}

@media only screen and (max-width : 414px) {
    .col-3-width-90 {
        width: 90px !important;
    }

    .col-3-width-120 {
        width: 120px !important;
    }
}

/* tourist page 12 March 2024 */
.countryList {
    max-height: 250px;
    overflow-x: scroll;
}

.contry-dropdown-filter {
    display: flex;
    justify-content: right;
}

@media screen and (max-width: 993px) and (min-width: 768px) {
    .width-50 {
        width: 50% !important;
    }

    .width-100 {
        width: 100% !important;
    }

    .datepicker-icon input[type="date"]:before {
        top: 10px;
    }

    .get-visa-desktop-view {
        display: block !important;
    }
}