body,
html {
    font-family: MontserratMedium, sans-serif;
    font-weight: 500;
}
.fw300 {
    font-family: MontserratLight, sans-serif;
    font-weight: 300;
}
.fw400 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}
.fw500 {
    font-family: MontserratMedium, sans-serif;
    font-weight: 500;
}
.fw600 {
    font-family: MontserratSB, sans-serif;
    font-weight: 600;
}
.fw700 {
    font-family: MontserratBold, sans-serif;
    font-weight: 700;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.old-row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.fs14 {
    font-size: 14px;
}
.fs28 {
    font-size: 28px;
}
.layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.half-white-layer {
    background: linear-gradient(89.7deg, #eee 18.38%, rgba(238, 238, 238, 0) 92.47%);
}
.h100 {
    height: 100%;
}
.ofc {
    object-fit: cover;
}
.banner-content-common {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 50px;
}
.clear-filter {
    text-decoration: none !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #034ea1;
    outline: 0 !important;
    font-size: 14px;
}
.clear-filter:active,
.clear-filter:focus,
.clear-filter:hover,
.clear-filter:visited {
    text-decoration: none !important;
    color: #fff !important;
    outline: 0;
}
.clear-times {
    font-size: 35px;
    display: block;
    line-height: 20px;
    margin-bottom: 2px;
    font-family: MontserratLight;
    font-weight: 300;
}
.page-pink-hexa {
    background-image: url(../../images/hexa-pink.png);
    background-position: right top;
    background-repeat: no-repeat;
}
.page-bg {
    background-image: url(../../images/flowers-bg.png);
    background-repeat: repeat;
}
.speciality-desc-bg {
    background-image: url(../../images/speciality-description-bg.png);
    background-position: left;
    object-fit: cover;
    background-repeat: no-repeat;
}
.medical-value-bg-left {
    background-image: url(../../images/medical-value-traveller-left-bg.png);
    background-position: left;
    object-fit: cover;
    background-repeat: no-repeat;
}
.medical-value-bg-right {
    background-image: url(../../images/medical-value-traveller-right-bg.png);
    background-position: right;
    object-fit: cover;
    background-repeat: no-repeat;
}
#sidebar-mbl {
    display: none;
}
#sidebar-mbl .search-input {
    border: 1px solid #aeaeb7 !important;
    padding: 10px;
    border-radius: 5px;
    padding-left: 35px;
    width: 100%;
    line-height: initial;
}
.ui-datepicker {
    z-index: 1050 !important;
}
.navbar {
    padding: 8px 0;
    justify-content: center;
}
.all-body-tp-margin {
    margin-top: 105px;
}
.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.search-icon-open {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.search-input {
    outline: 0;
    font-size: 14px;
    transition: 0.25s;
    border: 1px solid transparent;
    border-radius: 15px;
    margin: 0 !important;
    padding: 5px;
    width: 150px;
    padding-left: 35px;
}
#map {
    min-height: 350px;
    height: 100%;
}
.search-coat {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: text;
}
.phone-image {
    margin-right: 10px;
}
.colour-border {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    padding: 2px;
    text-decoration: none;
    border-radius: 40px;
}
.nav-getintouch {
    box-sizing: border-box;
    border-radius: 40px;
    padding: 9px;
    text-decoration: none;
    height: 39px;
    color: #000;
    background-color: #fff !important;
}
.country-drop-btn{
    box-sizing: border-box;
    border-radius: 40px;
    padding: 7px;
    text-decoration: none;
    color: #000;
    background-color: #fff !important;
    font-size: 14px;
    height: 39px;
    display: block;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.country-drop-btn:hover, .country-drop-btn:focus, .country-drop-btn:active{
    text-decoration: none;
    background-color: #dae0e5!important;
    color: #000;
}
.dropdown-flag{
    display: flex;
}
/* .dropdown-toggle::after{
    margin-top: 10px;
} */
.country-drop.nav>li>a:hover, .country-drop.nav>li>a:focus, .country-drop.nav .open>a, .country-drop.nav .open>a:hover, .country-drop.nav .open>a:focus {
    background:#fff;
}
.country-drop .dropdown {
    background:none;
    border:none;
    border-radius:0; 
}
.country-drop .dropdown-menu>li>a {
    color:#97999b;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.country-drop .dropdown-menu>li>a:hover{
    text-decoration: none;
    background-color:#dcedfc;
    color: #034ea1;
    border-radius: 3px;
}
.country-mob-drop:after{
    display: none !important;
}
.country-mob-drop-list{
    position:  relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.sidebar-country-brop .dropdown-menu>li>a{
    padding: 10px !important;
}
.sidebar-country-brop{
    display: none;
}

.country-drop .dropdown-menu>li a{
    display: flex;
    align-items: center;
    
}
.coutry-flag{
    height: 15px;
    width: 20px;
    margin-right: 15px;
    border-radius: 3px;
    overflow: hidden;
}
.coutry-flag img{
    width: 100%;
    height: 100%;
    display: block;
}
.country-drop .dropdown ul.dropdown-menu {
    border-radius:4px;
    box-shadow:none;
    margin-top:3px;
    padding: 5px;
    border: 1px solid #034ea1;
    min-width: 230px;
    left: unset;
    right: 0;
}
.country_dropdown{
    display: none;
}
.mobile-head-bottom{
    display: none;
}
@media (max-width:1024px){
    .sidebar-country-brop{
        display: block;
        margin: 0;
    } 
    .mobile-head-bottom{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    }

    .mobile-head-bottom .country-drop-btn{
        padding: 0px 15px;
    border: 1px solid #dcd7d7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .mobile-head-bottom .dropdown-toggle::after{
        float: right;
        margin-right: 4px;
    }

    header .navbar {
        padding: 0 0 0;
    }
    .navbar-toggler-icon{
        width: 25px;
    height: 25px;
    }
    .country-drop-btn{
        height: 30px;
        font-size: 12px;
    }
}
.nav-getintouch:hover {
    text-decoration: none;
    color: #000;
}
 
.nav-country-dropdown {
    box-sizing: border-box;
    border-radius: 40px !important;
    height: 39px;
    background-color: #fff;
}
.nav-country-dropdown img {
    margin: 0 5px;
}
.menu-icon {
    box-sizing: border-box;
    border-radius: 40px;
    margin: 0 5px;
    cursor: pointer;
    height: 39px;
    background-color: #fff;
}
.menu-icon img {
    margin: 3px 14px;
}
.header2 {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    border-bottom: 3px solid #034ea1;
}
.all_header {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    border-bottom: 3px solid #034ea1;
}
.nav-item-category {
    margin-right: 45px;
}
.nav-item-category a {
    color: #ebebeb;
}
.nav-toggler {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
ul.custom-nav2 .nav-item .nav-link {
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    color: #fff;
}
ul.custom-nav2 .nav-item .nav-link.active {
    border-bottom: 4px solid #fff;
    opacity: 1;
}
ul.custom-nav2 .nav-item .nav-link:hover {
    background: #fff;
    color: #034ea1 !important;
    margin-top: 12px;
    padding: 4px 8px;
    border-radius: 3px;
}
.home-icon-a:hover{
    background: none !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    margin: 0 !important;
}
.nav-phone-link {
    text-decoration: none;
    color: #000;
}
.nav-phone-link:hover {
    text-decoration: none;
    color: #000;
}
.custom-nav .nav-item {
    margin-left: 15px;
    font-family: Montserrat;
    font-weight: 400;
}
.fs0 {
    font-size: 0;
}
#mbl-header2 {
    display: none;
}
.theme-space {
    padding: 40px 0 0 0;
}
.no-decoration,
.no-decoration:active,
.no-decoration:focus,
.no-decoration:hover,
.no-decoration:visited {
    text-decoration: none;
    color: inherit;
}
.map-mail-txt-sm {
    display: none;
}
.go-back {
    margin-top: 30px;
    margin-bottom: 30px;
}
.go-back-link {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000;
    text-decoration: none;
    background: #fff;
    border: 2px solid #f4f4f4;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgb(0 0 0 / 6%);
    padding: 7px 10px;
    border-radius: 5px;
}
.go-back-link:active,
.go-back-link:hover,
.go-back-link:visited {
    color: #000;
    text-decoration: none;
}
.go-back-img {
    margin: 0 8px 0 2px;
}
.banner-button {
    font-size: 16px;
    line-height: 21px;
    padding: 10px 15px;
    width: 80%;
    margin: 5px 0 5px auto;
    border-radius: 5px;
    font-family: Montserrat;
    font-weight: 400;
}
.banner-button:active,
.banner-button:hover,
.banner-button:visited {
    color: #fff;
    text-decoration: none;
}
#btn-video-consulation {
    background: #fff;
    color: #2a4f91;
}
#btn-get-opinion {
    background: #ccd6e2;
    color: #2a4f91;
    border: 3px solid #fff;
}
.ellipse-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: inherit;
    word-break: break-word;
    display: flex;
}
.header-search-mdl {
    background: rgb(0, 0, 0, 0.67);
}
.header-search-mdl .modal-content {
    background: 0 0;
    border: 0;
}
.open-header-search {
    background: #fff;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 10px 10px 35px;
    color: rgba(0, 0, 0, 0.6);
    border: 0;
    outline: 0;
}
.global-search-btn {
    padding: 10px 30px;
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    color: #fff;
    border: 0;
    border-radius: 5px;
    width: 160px;
}
.global-search-btn:hover {
    background: #00b7ac;
    color: #fff;
}
.global-search-close {
    color: #fff !important;
    opacity: 1 !important;
    font-size: 30px !important;
}
.global-search-close:focus {
    outline: 0;
}
#region-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1033;
}
.select-region {
    margin-bottom: 25px;
}
.close-x {
    font-size: 20px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 10px;
    cursor: pointer;
}
.small-popup {
    background: #fff;
    padding: 42px 32px;
    width: 25%;
    position: absolute;
    right: 145px;
    top: 75px;
}
.small-popup .select-popup-title {
    font-size: 14px;
    line-height: 19px;
    color: #0c51a0;
}
.popup-dropdown {
    background: #f6f6fa;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
}
.select-lang .popup-dropdown {
    padding: 10px 15px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #c3c3c3;
    margin-top: 5px;
}
.select-lang .popup-dropdown img {
    display: none;
}
.select-lang .popup-dropdown.active img {
    display: inherit;
}
.select-lang .popup-dropdown.active {
    background: #f6f6fa;
}
.opt-lang,
.opt-region {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    margin-left: 10px;
}
.region-modal-content {
    padding: 20px 0;
}
.region-modal-content .modal-header {
    border-bottom: none;
}
.popup-location-header {
    margin: 0 15px;
}
.popup-location-header .close:focus {
    outline: 0;
}
.popup-location-header .modal-title {
    font-size: 19px;
    line-height: 24px;
    color: #000;
}
.popup-content-bg {
    background: #f4f4f4;
    padding: 10px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
}
.popup-2-text {
    font-size: 15px;
    line-height: 24px;
    color: #000;
}
.popup-2-text small {
    opacity: 0.4;
}
.clear-ip {
    font-size: 14px;
    line-height: 19px;
}
.popup-search-bar {
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
}
.popup-search-bar input {
    background: #fff;
    opacity: 0.4;
    width: 100%;
    padding: 12px 20px;
    border: none;
    font-size: 15px;
    line-height: 26px;
    border: 1px solid #88888a !important;
    margin-bottom: 25px;
    border-radius: 5px;
}
.popup-search-bar input:focus {
    outline: 0;
    border-bottom: 1px solid #d0d0d0;
    opacity: 1;
    background: #f4f4f4;
}
.popup2-country-list {
    height: 250px;
    background: #fff;
    margin: 0 15px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.popup2-country-list::-webkit-scrollbar {
    width: 6px;
}
.popup2-country-list::-webkit-scrollbar-track {
    background: #edecec;
}
.popup2-country-list::-webkit-scrollbar-thumb {
    background: #747480;
}
.popup2-country-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.country-names {
    margin-bottom: 8px;
    background: #fff;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 15px 0;
    font-size: 15px;
    transition: 0.4s;
}
.country-names:hover {
    background: #f6f6fa;
    text-decoration: none;
    color: #000;
    padding-left: 15px;
}
.active-spot,
.country-names.active-spot:hover {
    text-decoration: none;
    background: #0c51a0;
    color: #f4f4f4;
    padding-left: 15px;
    padding-right: 15px;
}
.country-names .country-tick {
    display: none;
}
.active-spot .country-tick {
    display: initial;
}
.modal-header .close {
    display: inherit !important;
}
#galleryCarousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 80px;
    color: #fff;
}
#galleryCarousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 80px;
    color: #fff;
}
#galleryCarousel .owl-nav .owl-next:focus,
#galleryCarousel .owl-nav .owl-prev:focus {
    outline: 0;
}
#galleryCarousel .owl-nav .owl-next:hover,
#galleryCarousel .owl-nav .owl-prev:hover {
    background: 0 0;
}
.myBtn {
    border: 1px solid #00b7ac !important;
    background: #f8f9fa;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 15px;
}
.myBtn:focus {
    outline: 0;
    box-shadow: none;
}
#galleryMdl .close {
    font-size: 35px !important;
    color: #00b7ac;
}
#galleryMdl .close:hover {
    opacity: 1;
}
#galleryMdl .close:focus {
    outline: 0;
}
.active-gallery-btn {
    background: #00b7ac;
    color: #fff !important;
}
.footer-breadcrumb {
    background: #f8f8f8;
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    white-space: inherit;
    word-break: break-word;
}
.footer-breadcrumb .breadcrumb {
    margin-bottom: 0 !important;
    border-radius: 0;
    background: #f8f8f8;
    padding-left: 0;
    padding-right: 0;
}
.footer-breadcrumb .ftr-breadcrumb-link,
.footer-breadcrumb .ftr-breadcrumb-link:active,
.footer-breadcrumb .ftr-breadcrumb-link:focus,
.footer-breadcrumb .ftr-breadcrumb-link:hover,
.footer-breadcrumb .ftr-breadcrumb-link:visited {
    color: #0c51a0;
    text-decoration: none;
}
.footer {
    background: #413d3d;
    padding: 20px 0;
}
.footer-title {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
.footer-list-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    opacity: 0.5;
    text-decoration: none;
}
.footer-list-link:hover,
.footer-list-link:visited {
    opacity: 1;
    text-decoration: none;
}
.footer-contact {
    background: #f7f7f7;
    border: 1px solid #dadada;
    box-sizing: border-box;
    padding: 10px 2px;
    margin: 10px 0;
    height: 50px;
}
.footer-contact-names {
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    font-weight: 400;
}
@media screen and (min-width: 426px) and (max-width: 768px) {
    .footer-contact-names {
        font-size: 11px;
    }
}
.footer-contact-names:focus,
.footer-contact-names:hover,
.footer-contact-names:visited {
    text-decoration: none;
    color: #000;
}
.social-icons {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}
.social-icons a {
    margin-right: 15px;
}
.copy-rights {
    padding: 0 15px;
}
.copyright-links li {
    display: inline-block;
}
.copy-right-text,
.copy-right-text-link {
    font-size: 14px;
    line-height: 19px;
    opacity: 0.8;
    color: #fff;
}
.copy-right-text-link:focus,
.copy-right-text-link:hover,
.copy-right-text-link:visited {
    color: #fff;
    text-decoration: none;
}
.sidenav {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    height: 100%;
    width: 0;
    background: #fff;
    overflow-x: hidden;
    position: fixed;
    z-index: 1032;
    top: 0;
    right: 0;
    transition: 0.35s;
    max-width: 100%;
}
.sidenav::-webkit-scrollbar {
    width: 4px;
}
.sidenav::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.sidenav::-webkit-scrollbar-thumb {
    background: #0c51a0;
}
.sidenav::-webkit-scrollbar-thumb:hover {
    background: #0c51a0;
}
.sidebar-icon-area {
    margin-right: 16px;
}
#sidebarSpace {
    padding: 20px;
}
.sidebar-list {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0;
    transition: 0.5s ease all;
    color: #000;
}
.sidebar-list:hover {
    margin-left: 10px;
    background: #ecf4fd;
    border-radius: 3px;
    padding-left: 10px;
}
.sidebar-list .first-li-items {
    text-decoration: none;
    color: #000;
}
.sidebar-list .first-li-items:hover {
    text-decoration: none;
}
.sidebar-list .first-li-items:focus,
.sidebar-list .first-li-items:visited {
    text-decoration: none;
}
.sidebar-content1,
.sidebar-content2,
.sidebar-content3 {
    padding-top: 40px;
}
.border-line {
    opacity: 0.04;
    border-bottom: 1px solid #000;
    padding-top: 15px;
}
.second-list-items {
    color: #0c51a0;
    text-decoration: none;
}
.second-list-items:focus,
.second-list-items:hover,
.second-list-items:visited {
    color: #0c51a0;
    text-decoration: none;
}
.sidebar-contact-content {
    cursor: pointer;
    background: #f7f7f7;
    border: 1px solid #dadada;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 10px 5px;
    height: 51px;
}
.sidebar-contact-content a {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    text-decoration: none;
}
.sidebar-contact-content a:active,
.sidebar-contact-content a:focus,
.sidebar-contact-content a:hover,
.sidebar-contact-content a:visited {
    text-decoration: none;
    color: #000;
}
#requestCallbackBtn {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
}
#requestCallbackBtn:hover {
    background: #00b7ac;
    color: #fff;
}
#sidebar-invisible-layer {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1031;
    display: none;
}
.ser-travellers-modal .modal-title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #000;
}
.ser-tra-card {
    background: #fff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 0.25s;
}
.ser-tra-card:hover {
    transform: scale(1.01);
    box-shadow: 0 10px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
.ser-tra-card .card-title {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
}
.ser-tra-card .card-service-top {
    width: 158px;
    height: 128px;
}
.services-link {
    text-decoration: none;
    color: #000;
}
.services-link:active,
.services-link:focus,
.services-link:hover,
.services-link:visited {
    text-decoration: none;
    color: #000;
}
.page-indicator {
    padding-top: 35px;
    padding-bottom: 40px;
}
.pagination li a {
    padding: 6px 12px;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination li.active a {
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.error {
    color: #9c1212;
}
.intl-tel-input .country-list{
    width: 300px;
    overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
    .top-header-white {
        box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
    }
    .all-body-tp-margin {
        margin-top: 77px;
    }
    #mbl-header2 {
        display: block;
    }
    .sidebar-content3 {
        padding-top: 10px;
    }
    .custom-nav .nav-item {
        margin-bottom: 15px;
    }
    .menu-icon {
        margin: 0;
    }
    .custom-nav2 {
        margin: 0 !important;
    }
    .copyright-links li {
        display: block;
    }
    #sidebar-mbl {
        display: block;
        margin-bottom: -15px;
    }
    .small-popup {
        width: 90%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .popup-content-bg {
        margin-bottom: 10px;
    }
    .popup-search-bar {
        margin-top: 10px;
    }
    .country-names,
    .popup-search-bar input {
        padding: 15px 22px;
    }
    .header2 {
        display: block;
    }
    .ser-tra-card .card-title {
        font-size: 15px;
        line-height: 21px;
    }
    .stc-body {
        overflow: auto;
        padding: 10px 15px;
    }
    .ser-tra-card .card-service-top {
        width: 125px;
        height: 100%;
    }
    .slist-numb {
        display: none;
    }
    #map {
        min-height: 350px;
        height: 100%;
        margin-bottom: 40px;
    }
    .go-back-link {
        font-size: 12px;
    }
}
@media only screen and (min-device-width: 428px) and (max-device-width: 768px) {
    .banner-button {
        width: 100%;
        padding: 10px;
    }
    .mobile-head-bottom img{
        margin-right: 52px;
    }

}
@media only screen and (max-width: 767px) {
    .clear-times {
        font-size: 44px;
        margin-left: 5px;
        margin-bottom: 4px;
    }
    .clear-filter {
        height: 42px;
        margin-top: 20px;
        margin-bottom: 10px;
        border-radius: 0;
        width: 100%;
        flex-direction: row-reverse;
        font-size: 15px;
    }
    .banner-common-img {
        height: 250px !important;
        object-fit: cover;
    }
}
@media only screen and (max-width: 1290px) {
    .search-input {
        width: 150px;
    }
    .custom-nav .nav-item {
        margin-left: 10px;
    }
}
@media only screen and (max-width: 1024px) {
    .nav-phone-link {
        display: none;
    }
    .header-icon-round {
        display: flex;
        border: 1px solid #bbb;
        border-radius: 50%;
        height: 38px;
        width: 38px;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }
    .header-icon-round .call-img {
        margin-right: 0;
        width: 19px;
    }
    .header-icon-round .whatsapp-img {
        margin-right: 0;
        width: 24px;
    }
    .navbar-expand-md .navbar-toggler {
        display: initial;
    }
    #collapsibleNavbar {
        display: none !important;
    }
    .navbar-toggler{
        order :2;
    }
    .navbar-expand-md {
        justify-content: space-between;
    }
    #sidebar-mbl {
        display: block;
        margin-bottom: -15px;
    }
    .search-icon {
        width: 19px !important;
    }
}
@media only screen and (max-width: 930px) {
    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 822px) {
    .nav-item-category {
        margin-right: 15px;
        font-size: 13px;
    }
    ul.custom-nav2 .nav-item .nav-link{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .mobile-head-bottom{
        padding-right: 64px;
    }
}
@media only screen and (min-device-width: 823px) and (max-device-width: 1200px) {
    .nav-item-category {
        margin-right: 25px;
        font-size: 16px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
    .navbar-expand-md {
        justify-content: space-between;
    }
    .slist-numb {
        display: none;
    }
    .banner-btn-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .ser-tra-card {
        flex-direction: row !important;
    }
    .ser-tra-card .card-service-top {
        width: 40%;
        height: 100%;
    }
    .ser-tra-card .card-title {
        font-size: 12px;
        line-height: 15px;
    }
    .ser-travellers-modal .modal-dialog {
        max-width: 670px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1180px) {
    .custom-nav .nav-item .nav-link .fs14 {
        font-size: 13px !important;
    }
    .search-input {
        width: 100px;
    }
    .nav-country-dropdown img {
        margin: 0 2px;
    }
    .menu-icon img {
        margin: 6px 10px;
    }
}
@media only screen and (min-device-width: 1201px) and (max-device-width: 1273px) {
    .search-input {
        width: 140px;
    }
}
@media only screen and (max-width: 1070px) {
    .search-input {
        width: 40px;
        border: 0 !important;
    }
    .search-icon {
        width: 24px;
    }
}
@media (min-width: 992px) {
    .ser-travellers-modal .modal-dialog {
        max-width: 800px !important;
    }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
    .footer-title {
        font-size: 15px;
    }
}
.new-footer-links {
    text-align: center !important;
}
.new-footer-links a {
    font-size: 14px;
    line-height: 19px;
    opacity: 0.8;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    text-decoration: none;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 4px;
}
.sidenav a:hover {
    text-decoration: none !important;
}
.mipc-logo {
    width: 246px;
    height: 47px;
    object-fit: cover;
}
@media only screen and (max-width: 320px) {
    .copy-right-text,
    .copy-right-text-link {
        font-size: 10px !important;
    }
    .map-mail-txt-sm {
        display: initial;
    }
    .map-mail-txt {
        display: none;
    }
    .intl-tel-input .country-list{
        width: 242px;
    }
}
@media only screen and (max-width: 427px) {
    .banner-button {
        margin-right: 10%;
        font-size: 14px;
    }
}
@media screen and (min-width: 321px) and (max-width: 376px) {
    .copy-right-text,
    .copy-right-text-link {
        font-size: 12px !important;
    }
    .intl-tel-input .country-list{
        width: 327px;
    }
}
@media screen and (min-width: 377px) and (max-width: 426px) {
    .intl-tel-input .country-list{
        width: 376px;
    }
}
@media screen and (min-width: 427px) and (max-width: 768px) {
    .intl-tel-input .country-list{
        width: 327px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
    .intl-tel-input .country-list{
        width: 293px;
    }
}

@media only screen and (max-width: 768px) {
    .desktop-footer {
        display: none;
    }
    .copy-right-text,
    .copy-right-text-link {
        text-align: center;
    }
}
@media screen and (min-width: 769px) and (max-width: 2561px) {
    .mobile-footer {
        display: none;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1315px) {
    .mipc-logo {
        width: 136px;
        height: auto;
        object-fit: unset;
    }
}
@media only screen and (max-width: 426px) {
    .pagination li a {
        padding: 6px 15px;
        display: block;
        margin-bottom: 20px;
    }
    .mipc-logo {
        /* width: 200px; */
        width: 130px;
        object-fit: unset;
    }
    .navbar-brand{
        padding: 0 !important;
    }
}
.custom-file-label::after {
    background-color: #0c51a0;
    color: #fff;
}
.footer-load {
    text-decoration: underline;
}
.footer-load:hover {
    text-decoration: underline;
}
.wd-100 {
    width: 100% !important;
}
@media screen and (min-width: 500px) and (max-width: 1025px) {
    .navbar-brand{
        padding: 10px !important;
    }
}
@media only screen and (min-width:800px) and (max-width:822px) {
    .banner-button{
        width: 100%;
    }
}

#google_translate_element {
    width: 65px;
    overflow: hidden;
    opacity: 0
}
#google_translate_element_mobile {
    width: 65px;
    overflow: hidden;
    opacity: 0
}
.goog-te-banner-frame {
    visibility: hidden !important
}
.google_translate_icon_list {
    position: relative !important;
    display: grid;
    align-items: center;
    margin-left: 5px;
}
.google_icons_custom {
    position: absolute;
    z-index: -1;
    height: 35px;
    width: 35px;
    overflow: hidden
}
.google_translate_inner_logo {
    position: absolute !important;
    margin-top: 2px
}
#google_translate_element .goog-te-gadget span {
    line-height: 24px !important
}
#google_translate_element .goog-te-menu2 table {
    width: 150px !important
}
#google_translate_element_mobile .goog-te-gadget span {
    line-height: 24px !important
}
#google_translate_element_mobile .goog-te-menu2 table {
    width: 150px !important
}
@media only screen and (max-device-width:480px) {
    .hidden-mobile {
        display: block
    }
    .hidden-desktop {
        display: none
    }
    #google_translate_element {
        width: 30px
    }
    #google_translate_element_mobile {
        width: 30px
    }
}
@media (min-width:481px) and (max-device-width:2440px) {
    .hidden-mobile {
        display: none
    }
    .hidden-desktop {
        display: block
    }
    #google_translate_element {
        width: 70px
    }
    #google_translate_element_mobile {
        width: 70px
    }
    .google_translate_inner_logo {
        box-shadow: 0 0 4px #cacaca;
        border-radius: 17px
    }
}
.bg-bengali-mobile,
.bg-english-mobile,
.bg-french-mobile,
.bg-arabic-mobile,
.bg-swahili-mobile {
    width: 35px;
    height: 29px
}
.bg-Group-1308 {
    width: 73px;
    height: 28px;
    background: url(../../images/manipal-sprites.png) -10px -104px
}
.bg-english-mobile {
    background: url(../../images/manipal-icons-sprites.svg) -89px -145px
}
.bg-bengali-mobile {
    background: url(../../images/manipal-icons-sprites.svg) -45px -145px
}
.bg-french-mobile {
    background: url(../../images/manipal-icons-sprites.svg) -186px -148px
}
.bg-arabic-mobile {
    background: url(../../images/manipal-icons-sprites.svg) -132px -145px
}
.bg-swahili-mobile {
    background: url(../../images/manipal-icons-sprites.svg) -245px -10px
}
.bg-english-desktop {
    width: 73px;
    height: 28px;
    background: url(../../images/manipal-icons-sprites.svg) -10px -58px
}
.bg-bengali-desktop {
    width: 73px;
    height: 28px;
    background: url(../../images/manipal-icons-sprites.svg) -3px -52px
}
.bg-arabic-desktop {
    width: 73px;
    height: 28px;
    background: url(../../images/manipal-icons-sprites.svg) -3px -98px
}
.bg-french-desktop {
    width: 73px;
    height: 28px;
    background: url(../../images/manipal-icons-sprites.svg) -3px -3px
}
.bg-swahili-desktop {
    width: 73px;
    height: 28px;
    background: url(../../images/manipal-icons-sprites.svg) -98px 0px
}

@media (max-width:1024px){
    .country_dropdown{
        display: block;
    }
    .head-menu{
        margin-left: 15px;
    }
    .country_dropdown .navbar-nav .dropdown-menu{
        position: absolute;
    }
}
.skiptranslate iframe{
    top: -100px;
}
@media (max-width:499px) {
    .country_dropdown .show>.btn-secondary.dropdown-toggle {
       
        color: #000;
    }
    .nav-item-category{
        margin-right: 15px;
    }
    .choose-manipal{
        height: auto !important;
    }
    .choose-manipal {
        height: auto;
        padding: 15px;
    }
    .count-sec{
        margin-bottom: 0;
    }
    .choose{
        margin: 0 !important;
        position: relative !important;
    }

}
.translationDetector{
    display: none !important;
}
@media (max-width:1199px) {
    .all-body-tp-margin {
        margin-top: 65px;
    }
}
@media (max-width:991px) {
    .all-body-tp-margin {
        margin-top: 36px;
    }
}
@media (max-width:767px) {
    .all-body-tp-margin {
        margin-top: 65px;
    }
}
@media (max-width:499px) {
    .all-body-tp-margin {
        margin-top: 45px;
    }
}
.scam-text,
.scam-text p {
    margin: 0;
    transition: 1s ease-in-out
}
.beware-position {
    position: relative;
    cursor: pointer
}
.anim-global {
    position: fixed;
    bottom: 14%;
    left: 15px;
    margin: 0;
    z-index: 100
}
.scam-text {
    background: linear-gradient(90deg, #a90505 0, #ff9c9c 126.8%);
    color: #fff;
    position: absolute;
    width: 80px;
    top: 0;
    left: 25px;
    text-align: center;
    border-radius: 5px;
    z-index: -1;
    padding: 3px 3px 3px 25px;
    animation: 4s linear infinite beware-txt;
    height: 100%;
    overflow: hidden;
}
.scam-text p {
    position: absolute;
    right:5px;
    line-height: 14px;
    color: #fff;
    font-size: 10px;
    transition: .3s ease-in-out;
    animation: 3s linear infinite;
}
@keyframes beware-txt {
    0%{
        opacity: 0;
        width: 0%;
    }
    25%{
        opacity: 1;
        width: 75px;

    }
    50%{
        opacity: 1;
        width: 75px;
    }
    75%{
        opacity: 1;
        width: 75px;
    }
    100%{
        opacity: 0;
        width: 0;
    }
}
@media (max-width:768px) {
    #top-btn {
        width: 30px;
        height: 30px;
    }
    .anim-global{
        bottom:15px;
    }
}
.user-guide{
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 99;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-contact-ico-cont{
    display: none !important;
}

@media (max-width:1024px) {
    .mobile-contact-ico{
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }
    .mobile-contact-ico .phone-image{
        margin: 0;
    }
    .navbar-expand-md .navbar-toggler{
        padding: 5px;
    }
    .mobile-contact-ico .call-img{
        margin-right: 10px;
    }
    .mobile-contact-ico-cont{
        display: block !important;
    }
    .lang-country-div{
        display: flex;
    }
}
.email-us-footer span{
    text-decoration: underline;
}
body{
    top:0 !important;
}
.translationDetector{
    position:absolute;
    display:block;
    height:0;
    overflow:hidden;
    line-height:0;
}
.owl-theme .owl-dots .owl-dot {
    outline: none !important;
}
.sitemap-link a:hover{
    text-decoration: none !important;
}
.mobile-device {
    display: none;
}
.desktop {
    display: block;
}
@media only screen and (max-width: 767px){
    .mobile-device{
        display: block;
        margin-top: 80px;
    }
    .desktop {
        display: none;
    }
}
@media only screen and (max-width:320px){
    .banner-content-common{
        top: 35% !important;
    }
}
@media only screen and (max-width:375px){
    .banner-content-common{
        top: 40% !important;
    }
}
@media only screen and (max-width: 500px){
.banner-content-common{
    top: 45% !important;
    }
}
.niceCountryInputMenuDropdownContent{
    position: absolute;
    z-index: 9;
    background-color: #fff;
    top: 70px;
}
.niceCountryInputMenuFilter{
    position: absolute;
    top: 26px;
    z-index: 9;
}
/* infobp chat */
.ib--form-container{
    padding: 0px !important;
}
.ib--text{
    padding: 5px !important;
    margin: 0 !important;
    font: 14px "Helvetica", sans-serif !important;
}
.baner-form{
    /* width: 25% !important; */
    top: 15px!important;
}
.ib--element-container {
    margin-bottom: 6px !important;
}
.ib--input-label{
    font-size: 13px !important;
}
.ib--textarea{
    min-height: 4em !important;
}
.ib--input-error-label{
    font-size: 11px;
}
.ib--input-label{
    line-height: 13px !important;
}
.ib--submit-button{
    font-size: 14px !important;
    padding: 5px 16px !important;
}
.whatsapp-ico{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}
.whatsapp-ico img{
    width: 50px;
}
#chat-bot-launcher-container{
    display: none !important;
}
@media (max-width:991px){
    .baner-form{
        width: 80% !important;
    }
    .banner-btn-area{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width:767px){
    .baner-form{
        width: 100% !important;
    }
}
.pk-ex-banner-bg{
    height: 510px;
}