/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
/* Banner Images */
body{
    overflow-x: hidden;
}
.bg_img_get_a_quote {
    background-image: url("/frontend/img/pages_banner/quote-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_img_contact_us {
    background-image: url("/frontend/img/pages_banner/contact-us.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_img_prices {
    background-image: url("/frontend/img/page_header_images/price_page_header_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_img_patient_services {
    background-image: url("/frontend/img/page_header_images/patient_services_page_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_img_compare_prices {
    background-image: url("/frontend/img/page_header_images/compaire_prices_page_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_img_doctors {
    background-image: url("/frontend/img/pages_banner/doctors.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_img_hospitals {
    background-image: url("/frontend/img/pages_banner/hospitals.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_img_treatments {
    background-image: url("/frontend/img/pages_banner/treatments.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_img_medical_tourism {
    background-image: url("/frontend/img/pages_banner/medical-tourism.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_img_hospital_registration {
    background-image: url("/frontend/img/pages_banner/hospital_registration.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}

#pages_slider.flexslider .slides>li {
    margin-top: 40px;
    background-color: #000000;
}

#pages_slider.flexslider li .meta {
    position: absolute;
    bottom: 44%;
    width: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    z-index: 99;
    padding-right: 45px;
}

#pages_slider.flexslider li .meta h1 {
    -webkit-animation-delay: 0.8s;
    color: #fff;
    font-size: 2.3rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 26px;
}

.accordion_2 .card-header h5 a {
    color: #0773ba !important;
}

.nice-select .list {
    max-height: 50vh;
    height: auto;
}

#pages_slider.flexslider li .meta h1 span {
    width: 80px;
    height: 4px;
    margin: auto;
    background-color: #FFC107;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    opacity: 1;
}

#pages_slider.flexslider li .meta h3 {
    display: flex;
}

#pages_slider.flexslider .slides img {
    opacity: 0.7;
}

.hero_in.hotels .wrapper {
    background-color: rgb(0 0 0 / 30%) !important
}

.justify_content {
    text-align: justify;
}

.section3 {
    /* padding: 30px 0 15px 0; */
    margin: 0px 70px;
}

.section3 td {
    text-align: center;
}

.section3 img {
    height: 70px;
    width: auto;
}

.section3 span {
    color: rgb(8, 116, 188);
    font-size: 12px;
}

.section3 h5 {
    color: rgb(8, 116, 188);
}

.bg-color {
    display: flex;
    width: 117px;
    height: 117px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: rgb(8, 116, 188);
}

.section4-img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
    background-color: rgb(8, 116, 188);
    transform-style: preserve-3d;
    transition: transform 1000ms ease 0s;
    transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
}

.section-padding {
    padding-top: 35px;
    padding-bottom: 35px;
}

.section-padding span {
    letter-spacing: 1px;
    font-size: 15px;
}

.hospital_registration_request .dropify-wrapper {
    border: 1px solid #d2d8dd !important;
    border-radius: 3px !important;
}

/* Booking CSS */
.rev-content .rating spna>span {
    color: white;
}


.flight-attendent-wrapper {
    height: 500px;
    position: absolute;
    z-index: 3;
    right: 23px;
    top: -100px;
}

.rate {
    /*float: left;*/
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: 'Γÿà ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

/* Modified from: https://github.com/mukulkant/Star-rating-using-pure-css */
#my_appointments_table td span {
    font-size: 14px;
    min-width: 85px;
}

#my_appointments_table td a {
    min-width: 104px;
}

#review_booking_form p {
    padding: 10px;
    margin: 0px;
    font-weight: bold;
}

select.error {
    border: 1px dashed red;
}

input.error {
    border: 1px dashed red;
}

label.error {
    color: red;
}

/* Banner slider */
.banner_slider.flexslider li {
    position: relative;
}

.banner_slider.flexslider li .meta {
    position: absolute;
    bottom: 35%;
    left: 60px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 500;
    z-index: 99;
    padding-right: 45px;
}

.home_blog_section {
    background: url(../img/bg_blog_section.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    padding: 10% 0;
}

.main_title_2 {
    text-align: center;
}

.main_title_2 p {
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
}

.main_title_2 h2 {
    line-height: 1.4;
    font-size: 28px;
    text-align: center;
    margin-top: 0px;
}

.section-heading h2 {
    line-height: 1.4;
    font-size: 28px;
    text-align: center;
}

.main_title_3 {
    text-align: center;
}

.main_title_3 h2 {
    margin-top: 0px;
    font-size: 28px;
}

.main_title_3 p {
    line-height: 1.2;
    font-size: 20px;
}

.home_blog_section .main_title_2 h2 {
    font-size: 28px;
    color: #fff;
}

.home_blog_section .main_title_2 p {
    color: #fff;
    opacity: 0.6;
}

.slider .meta h3 {
    display: none;
}

.destination_wrapper {
    position: relative;
    margin-bottom: 50px;
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.destination-image {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 80%;
    height: 100%;
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.destination-text-container {
    position: relative;
    left: 0;
    top: 5%;
    right: auto;
    bottom: 5%;
    z-index: 2;
    overflow: hidden;
    width: 450px;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 45px;
    background-color: #fff;
    text-align: left;
    height: 290px;
}

.section-title.black {
    color: #454545;
    font-size: 40px;
    line-height: 1.2em;
    font-style: normal;
    font-weight: 700;
}

.destination-text-container .paragraph {
    padding-bottom: 0;
    color: #2d2a2b;
    font-size: 16px;
    line-height: 24px;
}

.shape.destination-desc {
    position: absolute;
    left: auto;
    top: 50%;
    right: -31%;
    bottom: 0;
    max-width: 60%;
}

.height-300 {
    height: 300px;
}

@media (max-width: 767px) {

    .margin-top {
        margin-top: 75px;
    }

    .banner_slider.flexslider li .meta {
        left: 45px;
        bottom: auto;
        top: 50%;
    }

    .container-custom .owl-nav,
    .container-custom .owl-nav2 {
        display: none;
    }

    .main_title_2 {
        margin-bottom: 10px;
        margin-top: 9px;
    }

    footer {
        text-align: center !important;
    }

    .banner-img {
        width: 100%;
        padding-bottom: 20px;
    }

    .hint {
        margin-top: -10px !important;
        margin-bottom: 10px !important;
    }

    .main_title_2 h2 {
        font-size: 24px;
    }
}

.banner_slider.flexslider li h3 {
    font-size: 36px;
    font-size: 2.25rem;
    color: #fff;
}

@media (max-width: 767px) {
    .banner_slider.flexslider li h3 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.banner_slider.flexslider li .info {
    display: flex;
    flex-direction: row;
}

.banner_slider.flexslider li .info p {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
}

@media (max-width: 767px) {
    .banner_slider.flexslider li .info p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.banner_slider.flexslider li h3,
.banner_slider.flexslider li .info p {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.banner_slider.flexslider li .meta a {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    padding: 12px 20px;
}

.banner_slider.flexslider li.flex-active-slide .meta h3,
.banner_slider.flexslider li.flex-active-slide .meta .info p {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.banner_slider.flexslider li.flex-active-slide .meta a {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.banner_slider.flexslider li.flex-active-slide .meta .info p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.banner {
    position: relative;
}

.banner .wrapper {
    object-fit: cover;
}

.banner_slider.flexslider {
    overflow: hidden;
}

.banner_slider.flexslider .flex-direction-nav {
    opacity: 0;
    display: none;
}

.banner_slider.flexslider ul.slides li {
    height: 420px;
}

@media (max-width: 1199px) {
    .banner_slider.flexslider ul.slides li {
        height: 650px !important;
    }
}

@media (max-width: 767px) {
    .banner_slider.flexslider ul.slides li {
        height: 400px !important;
    }
}

.banner_slider.flexslider ul.slides li img {
    /* opacity: 0.5; */
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
    .banner_slider.flexslider ul.slides li img {
        height: 650px !important;
        width: auto;
    }
}

#nav-tabContent {
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 600;
}

#nav-tabContent td {
    padding: 15px;
}

@media (max-width: 767px) {
    .banner_slider.flexslider ul.slides li img {
        height: 400px !important;
        width: auto;
    }

    #nav-tabContent table,
    #nav-tabContent thead,
    #nav-tabContent tbody,
    #nav-tabContent th,
    #nav-tabContent td,
    #nav-tabContent tr,
    #nav-tabContent nav {
        display: block;
    }

    #nav-tabContent td {
        width: 100% !important;
        padding: 10px;
    }

    a.btn_1,
    .btn_1 {
        padding: 15px 15px;
    }

    .section-padding {
        padding-bottom: 20px !important;
    }

    .section3 {
        padding: 15px 0;
        margin: 0px 30px;
    }
}

.margin_30_95 {
    padding-top: 30px;
    padding-bottom: 35px !important;
}

.card-a {
    position: absolute;
    right: 0px;
    bottom: 20px;
    z-index: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 9px 10px;
    display: inline-block;
    color: #fff;
    line-height: 1;
}

.box_grid1 figure {
    height: 195px;
}

.box_grid1 .wrapper h3 {
    font-size: 20px;
    font-size: 1.06rem;
    margin-top: 0;
}

.box_grid1 .wrapper {
    padding: 20px 20px 5px 20px;
}

.box_grid1 ul li:first-child {
    margin-left: 0;
    float: left !important;
}

.box_grid1 ul {
    padding: 10px 20px 32px;
    border-top: 1px solid #ededed;
}

.cat_star {
    padding-bottom: 6px;
}

.wrapper-grid1 {
    padding: 0 20px;
}

.box_grid1 {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.box_grid1 .price {
    display: inline-block;
    font-weight: 500;
    color: #999;
}

.box_grid1 .price strong {
    color: #32a067;
}

.box_grid1 a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 9px 10px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.box_grid1 a.wish_bt:after {
    font-family: 'ElegantIcons';
    content: "\e030";
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_grid1 a.wish_bt.liked:after {
    content: "\e089";
    color: #f5ab18;
}

.box_grid1 a.wish_bt:hover.liked:after {
    color: #f5ab18;
}

.box_grid1 a.wish_bt:hover:after {
    content: "\e089";
    color: #fff;
}

.box_grid1 figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 195px;
}

.box_grid1 figure small {
    position: absolute;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    left: 20px;
    top: 22px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
}

.box_grid1 figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}

.box_grid1 figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
}

.box_grid1 figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.box_grid1 figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box_grid1 figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.box_grid1 ul li {
    display: inline-block;
    margin-right: 15px;
}

/*--------- Medical Articles ---------- */
.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}

.custom_medical_articles {
    display: flex;
    justify-content: space-between;
}

.left_medical_articles {
    width: 70%;
}

.right_medical_articles {
    width: 27%;
}

.carousel-inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 0, 0, .7);
    width: 100%;
    padding: 20px 30px 0;
    z-index: 3;
}

#medical_articles_carousel .carousel-item img {
    width: 100%;
    object-fit: cover;
    height: 550px;
}

.carousel-inner-content h4 {
    font-size: 22px;
    color: #fff;
}

.morecontent span {
    display: none;
}

.morelink {
    display: inline-block;
}

.carousel-inner-content ul {
    padding: 0;
    display: flex;
    flex-direction: row;
}

.carousel-inner-content a {
    text-decoration: none;
}

.carousel-inner-content li {
    font-size: 13px;
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 6px;
    line-height: 1;
}

.carousel-inner-content li:last-child {
    border-right: 0;
}

.carousel-indicators {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    margin-right: 0;
}

.carousel-indicators li {
    width: 15px;
    transition: .3s;
}

.carousel-indicators li.active {
    width: 30px;
    transition: .3s;
}

#medical_articles_carousel .carousel-control-next-icon,
#medical_articles_carousel .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background-color: darkgrey;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 6px;
}

.right_medical_articles input {
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0 10px;
    color: rgba(0, 0, 0, .5);
    -webkit-appearance: none;
    border: 0;
    transition: .3s ease;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.postSec_content {
    max-height: 410px;
    overflow-y: auto;
}

.postSec_content li,
.postSec_content li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid grey;
    padding: 10px 0;
}

.postSec_content li {
    align-items: flex-start;
}

.postSec_content li a {
    border-bottom: 0;
}

.postSec_content li:last-child {
    border-bottom: 0;
}

.postSec_content li img {
    width: 80px;
    height: 50px;
    object-fit: cover;
}

.right_medical_articles_postSec h4 {
    background-color: rgb(8 116 188) !important;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    padding-left: 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 0;
}

.right_medical_articles_postSec {
    margin-top: 20px;
}

.postSec_content {
    background-color: #fff;
    padding: 14px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.postSec_content_text {
    padding-left: 10px;
}

.postSec_content_text a {
    padding-top: 0 !important;
}

.postSec_content_text h5 {
    font-size: 16px;
    color: #000;
    margin: 0;
}

.postSec_content_text ul {
    padding: 0;
    display: flex;
    align-items: baseline;
    flex-direction: row;
    justify-content: flex-start;
}

.articles_list_content a {
    text-decoration: none;
}

.postSec_content_text li a {
    color: grey;
    font-size: 12px;
    /*line-height: 1;*/
    word-break: break-all;
    padding-bottom: 0;
}

.postSec_content_text li {
    color: grey;
    font-size: 12px;
    border-right: 1px solid grey;
    padding: 0 8px 0 0;
    border-bottom: 0;
}

.postSec_content_text li:last-child {
    border-right: 0;
    padding-left: 8px;
}

.medical_articles_listing ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.medical_articles_listing li {
    width: 48%;
    margin-bottom: 30px;
}

.medical_articles_listing li img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.articles_list {
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.articles_list_content {
    padding: 10px 20px
}

.articles_list_content h4 {
    color: rgb(8 116 188);
    font-size: 16px;
}

.articles_list_content p,
.articles_list_content span {
    color: grey;
    font-size: 14px;
    margin-bottom: 10px;
}

.articles_list_content ul {
    margin: 0;
    flex-wrap: nowrap;
}

.articles_list_content li,
.articles_list_content li a {
    margin-right: 5px;
    color: grey;
    text-decoration: none;
    font-size: 12px;
    width: auto;
    margin-bottom: 0px;
}

.medical_articles_multiSlider {
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    padding: 20px;
}

.medical_articles_multiSlider h3 {
    color: rgb(8 116 188);
    font-size: 26px;
    margin-bottom: 20px
}

.articles_multiSlider.owl-carousel .owl-item img {
    height: auto;
}

.articles_multiSlider.owl-carousel .owl-item h5 {
    color: #000;
    font-size: 17px;
    padding-top: 10px;
}

.articles_multiSlider.owl-carousel .owl-item p {
    color: grey;
    font-size: 14px;
    margin: 0;
}

.articles_multiSlider .owl-dots {
    display: none;
}

.articles_multiSlider .owl-nav {
    position: absolute;
    top: -70px;
    right: 10px;
}

.articles_multiSlider .owl-next span,
.articles_multiSlider .owl-prev span {
    font-size: 40px;
    background: rgb(8 116 188);
    color: #fff;
    width: 40px;
    display: block;
    /*border-radius: 8px;*/
    height: 40px;
    line-height: 34px;
    text-align: center;
}

.post_listing_sec {
    padding: 70px 0;
    display: flex;
}

.post_list {
    display: flex;
    align-items: center;
}

.post_list img {
    width: 70px;
}

.post_list_content {
    padding-left: 10px;
}

.post_list_content h5 {
    color: #000;
    font-size: 17px;
    margin: 0;
}

.post_listing_sec ul {
    width: 48%;
    margin: 1%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.post_list_content ul {
    padding: 0;
    display: flex;
    margin-top: 10px !important;
    width: 100% !important;
    box-shadow: none;
}

.post_list_content li a,
.post_list_content li {
    color: grey;
    font-size: 14px;
}

.post_listing_sec li {
    border-bottom: 1px solid grey;
    margin-bottom: 0px;
    background-color: #fff;
    padding: 14px;
}

.post_list_content li {
    padding-right: 14px;
    margin-bottom: 0;
    padding: 0;
}

.post_listing_sec li:last-child,
.post_list_content li {
    border-bottom: 0px solid grey;
}

.social_medical_article h5 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding-left: 10px;
}

.social_medical_article i {
    background: grey;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    transition: .2s;
}

.social_medical_article i:hover {
    background: #000;
    color: #fff;
    transition: .2s;
}

@media screen and (max-width: 1190px) {
    .right_medical_articles {
        width: 29%;
    }
}

@media screen and (max-width: 992px) {
    .right_medical_articles {
        width: 33%;
    }

    .left_medical_articles {
        width: 66%;
    }

    .postSec_content li {
        flex-direction: column;
        justify-content: flex-start;
        align-items: baseline;
    }

    .postSec_content_text {
        /*line-height: .5;*/
        padding-left: 0;
    }

    .postSec_content li,
    .postSec_content li a {
        padding: 6px;
    }

    .postSec_content_text ul {
        align-items: baseline;
    }

    .postSec_content li a {
        padding-bottom: 0;
    }

    .post_listing_sec {
        flex-direction: column;
    }

    .post_listing_sec ul {
        margin: 0 0 20px 0px;
        width: 100%;
    }

    .articles_list_content li,
    .articles_list_content li a {
        font-size: 12px;
    }

    .custom_medical_articles {
        flex-direction: column;
    }

    .left_medical_articles,
    .right_medical_articles {
        width: 100%;
    }

    .postSec_content li {
        flex-direction: row;
        align-items: center;
    }

}

@media screen and (max-width: 776px) {
    #medical_articles_carousel .carousel-item img {
        height: 500px;
    }

    .carousel-inner-content h4 {
        font-size: 20px;
    }

    .medical_articles_listing li img {
        height: 200px;
    }

    .direct-hub {
        width: 7.7rem !important;
    }
}

@media screen and (max-width: 576px) {
    .direct-hub {
        width: 7.7rem;
    }
    .carousel-inner-content h4 {
        font-size: 16px;
    }

    .medical_articles_listing li {
        width: 100%;
    }

    .articles_list_content ul {
        flex-wrap: wrap;
    }

    #medical_articles_carousel .carousel-item img {
        height: 390px;
    }

    .carousel-inner-content li {
        font-size: 12px;
    }

    .carousel-inner-content {
        padding: 12px;
    }

    .carousel-inner-content ul {
        flex-direction: column;
        margin: 0;
    }

    #custom_medical_page .home-constant-section-padding {
        padding-right: 15px;
        padding-left: 15px;
    }

    .carousel-inner-content li,
    .postSec_content_text li {
        border-right: 0;
    }

    .medical_articles_listing li img {
        height: auto;
    }

    .postSec_content li {
        flex-direction: column;
        align-items: flex-start;
    }

    .postSec_content li,
    .postSec_content li a {
        padding: 0;
    }

    .postSec_content li img {
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 480px) {

    #medical_articles_carousel .carousel-item img {
        height: 300px;
    }
}


/*--------- Blog ---------- */
.box_grid2 figure {
    height: 195px;
}

#reccomended_blog .owl-item {
    width: 275px !important;
}

#procedureList .label-bold {
    font-weight: bolder;
}

.filter_type ul li {
    display: flex;
}

div#destination_detail_container img {
    max-width: 100%;
    height: auto;
}

div#prices_detail_container img {
    max-width: 100%;
    height: auto;
}

div#article_detail_container h5 {
    color: rgb(8, 116, 188) !important;
    word-break: break-word;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

div#destinations_content_container img {
    max-width: 100%;
    height: auto;
}

div#article_detail_container img {
    max-width: 100%;
    height: auto;
}

.box_grid2 .wrapper h3 {
    font-size: 20px;
    font-size: 1.06rem;
    margin-top: 0;
}

.box_grid2 .wrapper {
    padding: 20px 20px 5px 20px;
}

.box_grid2 ul li:first-child {
    margin-left: 0;
    float: left !important;
}

.box_grid2 ul {
    padding: 10px 0px 12px;
    border-top: 1px solid #ededed;
}

.cat_star {
    padding-bottom: 6px;
}

.wrapper-grid2 {
    padding: 0 20px;
}

.box_grid2 {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.box_grid2 .price {
    display: inline-block;
    font-weight: 500;
    color: #999;
}

.box_grid2 .price strong {
    color: #32a067;
}

.box_grid2 a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 9px 10px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.box_grid2 a.wish_bt:after {
    font-family: 'ElegantIcons';
    content: "\e030";
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_grid2 a.wish_bt.liked:after {
    content: "\e089";
    color: #f5ab18;
}

.box_grid2 a.wish_bt:hover.liked:after {
    color: #f5ab18;
}

.box_grid2 a.wish_bt:hover:after {
    content: "\e089";
    color: #fff;
}

.box_grid2 figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 215px;
}

.box_grid2 figure small {
    position: absolute;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    left: 20px;
    top: 22px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
}

.box_grid2 figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}

.box_grid2 figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
}

.box_grid2 figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.box_grid2 figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box_grid2 figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.box_grid2 ul li {
    display: inline-block;
    margin-right: 15px;
}

.customNavigation {
    text-align: center;
}

/* styles below to disable ugly selection */
.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-nav {
    float: right;
    margin-top: -12px;
}

.owl-prev {
    margin: 0px 5px;
}

#additional_links2 {
    color: #fff;
    /* opacity: 0.3; */
}

.banner-img {
    width: 100%;
    height: 150px;
}

.blog-img {
    height: 445px;
    width: auto;
}

@media screen and (max-width: 479px) {
    .blog-img {
        height: 500px;
        width: 290px;
    }

    .mt {
        margin-top: -7px !important;
    }
}

@media screen and (max-width: 575px) {
    #logo img {
        width: auto;
        height: 24px;
        margin: 18px 0 0 0;
    }

    ul#top_menu {
        margin: -18px 0 0 10px !important;
    }

    .mt {
        margin-top: -7px !important;
    }
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 195px;
    object-fit: cover;
}

.owl-nav button {
    background-color: rgb(8, 116, 188);
    border: none;
    color: white;
    font-size: 16px;
}

@media (max-width: 1200px) {

    .flagstrap .btn-info,
    .flagstrap .btn-info:focus,
    .flagstrap .btn-info.dropdown-toggle,
    .flagstrap .show>.btn-info.dropdown-toggle,
    .flagstrap .show>.btn-info.dropdown-toggle:focus {
        border: none !important;
    }

    #logo img {
        width: auto;
        height: 24px;
        margin: 18px 0 0 0;
    }

    .nav-link {
        display: block;
        padding: 0 !important;
        margin-top: 0 !important;
    }

    header.sticky .d-flex .nav-item .nav-link button {
        float: right !important;
    }

    header .d-flex .nav-item .nav-link button {
        /* float: right !important; */
        /* margin-top: -11px; */
        color: #fff;
    }

    .mobile {
        display: block !important
    }
}

.mobile {
    display: none;
}

table tbody {
    /*display: table;*/
    width: 100%;
}

#slider.flexslider li .meta {
    bottom: 45%;
}

.card-text {
    color: #000000;
}

.icon-check:before {
    content: '\e901';
}

.icon {
    max-width: 45px;
    height: auto;
}

.box_pricing {
    box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 8%);
    border: none;
}

.box_pricing2 {
    padding: 30px;
    margin-bottom: 30px;
    /* border: 1px solid #d2d8dd; */
    box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 8%);
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -ms-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    position: relative;
}

.box_pricing2 li a {
    border: 1px solid rgb(8, 116, 188);
    display: block;
    color: rgb(8, 116, 188);
    margin: 2px;
    padding: 7px;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.box_pricing2 li a:hover {
    background-color: #f5ab14;
    color: #fff;
    border: 1px solid #f5ab14;
}

.hospital_reviews li a:hover {
    background-color: transparent;
    color: #fff;
    border: transparent;
}

.hospital_reviews li a {
    border: none !important;
}

.nav-tabs li.active>a {
    background-color: #f5ab14;
    color: #fff;
    border: 1px solid #f5ab14;
}

.inner-nav-tabs-procudure {
    text-align: left;
}

.inner-nav-tabs-procudure .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #e7e6e6;
    border-top: none !important;
}

.procedures-inner {
    background: #f5f5f5;
}

.inner-nav-tabs-procudure h3 {
    color: rgb(8, 116, 188);
    text-transform: capitalize !important;
    font-size: 14px;
    margin-bottom: 0px;
}

.procedures .panel-title {
    padding: 7px 0;
}

.panel-default>.panel-heading {
    color: #777;
    background-color: #eee;
    border-color: #ddd;
}

.border-none {
    border: none;
}

.panel-title {
    padding: 15px 20px;
}

.filter_type ol li {
    margin-bottom: 5px;
}

.filter_type ul {
    overflow-y: auto;
}

@media (max-width: 991px) {
    .header-top-bar {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .header-right .num {
        display: none !important;
    }
}

.header-top-bar {
    background-color: #fff;
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
}

.header-right-action .list-items {
    margin: 0px;
}

.padding-left-100px {
    padding-left: 40px;
}

.padding-right-100px {
    padding-right: 40px;
}

.header-top-content .list-items li {
    padding-right: 13px;
    /* margin-bottom: 5px; */
    /*display: inline-block;*/
    color: #0d233e;
    text-transform: inherit;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
}

.header-top-content .list-items li a {
    color: rgb(8, 116, 188);
}

.header-top-content .list-items li a:hover {
    color: #f5ab14;
}

.list-items li a {
    color: #5d646d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-top-content .list-items li .la {
    margin-right: 3px;
}

.header-right-action .select-contain {
    margin-right: 12px;
}

.select-contain {
    position: relative;
}

.select-contain .bootstrap-select {
    width: 100% !important;
}

.header-right-action .select-contain .dropdown-toggle {
    background-color: transparent !important;
    border: none !important;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
}

.select-contain .dropdown-toggle {
    padding: 14px 20px;
    border-color: rgba(128, 137, 150, 0.2) !important;
    background-color: #fff !important;
    color: #0d233e !important;
    font-size: 14px;
    position: relative;

}

.header-right-action .select-contain .dropdown-menu {
    padding-top: 0;
    margin-top: 10px;
}

.select-contain .dropdown-menu {
    border: 1px solid rgba(128, 137, 150, 0.2);
}

.flagstrap .btn-info,
.flagstrap .btn-info:focus,
.flagstrap .btn-info.dropdown-toggle,
.flagstrap .show>.btn-info.dropdown-toggle,
.flagstrap .show>.btn-info.dropdown-toggle:focus {
    background-color: transparent !important;
    border: none;
    font-size: 14px;
    padding: 0px;
    color: #000000;
    border-radius: 0;
    border-bottom: 1px solid #000000;
    box-shadow: 0 0 0 0 !important;
}

.sticky .flagstrap .btn-info,
.sticky .flagstrap .btn-info:focus,
.sticky .flagstrap .btn-info.dropdown-toggle,
.sticky .flagstrap .show>.btn-info.dropdown-toggle,
.sticky .flagstrap .show>.btn-info.dropdown-toggle:focus {
    background-color: transparent !important;
    border: none;
    font-size: 14px;
    padding: 0px;
    border-radius: 0;
    color: #000000;
    border-bottom: 1px solid #000000;
    box-shadow: 0 0 0 0 !important;
}

.flagstrap .dropdown-menu li {
    padding: 5px 10px !important
}

@media (min-width: 992px) {
    .main-menu ul .dropdown-menu {
        position: absolute;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        top: 46px;
        box-shadow: 0 0.15rem 0.55rem 0 rgb(31 45 65 / 7%);
    }
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    margin-top: 0.3rem;
}

.mt {
    margin-top: 0px;
    color: #fff;
}

/* Doctors List */
.box_list2 {
    background-color: #fff;
    display: block;
    position: relative;
    margin: 0 15px 30px 15px;
    min-height: 230px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.box_list2 a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 9px 10px;
    display: inline-block;
    color: #555;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.box_list2 a.wish_bt:after {
    font-family: 'ElegantIcons';
    content: "\e030";
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_list2 a.wish_bt.liked:after {
    content: "\e089";
    color: rgb(8, 116, 188);
}

.box_list2 a.wish_bt:hover.liked:after {
    color: rgb(8, 116, 188);
}

.box_list2 a.wish_bt:hover:after {
    content: "\e089";
    color: #999;
}

.box_list2 figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    min-height: 230px;
}

@media (max-width: 991px) {
    .box_list2 figure {
        min-height: 200px;
        max-height: 200px;
        min-height: 200px;
    }

    .header-top-bar {
        display: none;
    }

    .header {
        background-color: transparent !important;
        top: 0px;
    }

    .header .d-flex {
        /* float: right;
        margin-top: 11px;
        justify-content: end !important; */
    }

    .header.sticky {
        background-color: #fff !important;
        top: 0;
    }
}

.box_list2 figure small {
    position: absolute;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    right: 20px;
    top: 20px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
    z-index: 99;
}

@media (max-width: 991px) {
    .box_list2 figure small {
        right: 15px;
        top: 15px;
    }
}

.box_list2 figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}

.box_list2 figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
}

.box_list2 figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.box_list2 figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-height: 230px;
    width: auto;
    max-width: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .box_list2 figure a img {
        max-width: inherit;
        min-height: 230px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .box_list2 figure a img {
        min-height: 230px;
    }

    .flight-attendent-wrapper {
        height: 500px;
        position: absolute;
        z-index: 3;
        right: 23px;
        top: -35px;
    }

    .card-wrapper {
        width: 9.2rem !important;
    }

    .medical-wrapper {
        justify-content: center !important;
    }
}

.card-wrapper {
    width: 11.2rem;
    text-align: center;
}

.medical-wrapper {
    display: flex;
    justify-content: space-between;
    font-size: 13.2px;
}

.box_list2 figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.box_list2 .wrapper {
    padding: 25px 30px 20px 30px;
    min-height: 230px;
}

@media (max-width: 991px) {
    .box_list2 .wrapper {
        min-height: inherit;
    }
}

.box_list2 .wrapper h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 0;
}

.box_list2 .wrapper .price {
    display: inline-block;
    font-weight: 500;
    color: #999;
}

.box_list2 .wrapper .price strong {
    color: #32a067;
}

.box_list2 small {
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
}

.box_list2 ul {
    padding: 7px 15px 20px 30px;
    border-top: 1px solid #ededed;
    /* margin-bottom: 0; */
}

.box_list2 ul li {
    display: inline-block;
    margin-right: 15px;
}

.box_list2 ul li .score {
    margin-top: -10px;
}

.box_list2 ul li:last-child {
    margin-right: 0;
    float: right;
}

#list_sidebar .box_list2 {
    min-height: 200px;
}

#list_sidebar .box_list2 figure {
    min-height: 270px;
}

@media (max-width: 991px) {
    #list_sidebar .box_list2 figure {
        min-height: 200px;
        max-height: 200px;
        height: 200px;
    }
}

#list_sidebar .box_list2 figure a img {
    min-height: 230px;
}

@media (max-width: 991px) {
    #list_sidebar .box_list2 figure a img {
        max-width: 100%;
        min-height: auto;
        width: inherit;
    }
}

#list_sidebar .box_list2 .wrapper {
    min-height: 150px;
}

@media (max-width: 991px) {
    #list_sidebar .box_list2 .wrapper {
        min-height: inherit;
    }
}

.bg-color1 {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.section4-img2 {
    height: 160px;
    margin: 0 auto;
    object-fit: cover;
}

.iti {
    width: 100%;
}

.quote-btn {
    position: fixed;
    top: 40%;
    right: 0;
    margin-right: -62px;
    z-index: 999;
    font-size: 17px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border: none;
    color: #fff !important;
    background: rgb(8, 116, 188);
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.quote-btn:hover {
    color: #fff !important;
    background: #f5ab14;
}

.owl-nav2 {
    float: right;
    margin-top: -40px;
}

.owl-nav2 button {
    background-color: rgb(8, 116, 188);
    border: none;
    color: white;
    font-size: 16px;
}

.header-top-content .list-items li .mt {
    color: #fff;
    font-size: 13px;
}

.header-top-content .list-items li .mt:hover {
    color: #fff;
    font-size: 13px;
}

.margin_30_0 {
    margin-top: 30px;
    margin-bottom: 0px;
}

.medical-tre {
    width: 14rem;
    margin: 10px 30px;
    border-radius: 14px;
    text-align: center;
    padding-top: 27px !important;
    padding-bottom: 6px;
    background-color: #fff !important;
}

.medical-tre .card-text {
    font-weight: 700;
    color: rgb(8, 116, 188);
}

.section5-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
    background-color: #fff;
    transform-style: preserve-3d;
    transition: transform 1000ms ease 0s;
    transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
}

.medical-tre:hover {
    width: 14rem;
    border-radius: 14px;
    text-align: center;
    padding-top: 27px !important;
    padding-bottom: 6px;
    background-color: rgb(8, 116, 188) !important;
    transform-style: preserve-3d;
    transition: transform 1000ms ease 0s;
}

.medical-tre:hover .card-text {
    font-weight: 700;
    color: #fff;
}

/* Changes */
.padding_35_35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.padding_35_0 {
    padding-top: 35px;
    padding-bottom: 0px;
}

.header-padding {
    /* padding-left: 33px; */
    /* padding-right: 0px; */
}

.home-constant-section-padding {
    padding-left: 40px;
    padding-right: 40px;
}


.section-4 .card {
    padding-left: 5px;
    flex: 1;
}

.section-7 .row {
    padding: 0px 15px;
}

.hint {
    margin-top: 23px;
}

#carousel_slider_wp {
    padding: 0 52px 45px 52px;
}

#carousel_slider li {
    margin: 5px 10px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px !important;
}

.slick-prev {
    left: 4px !important;
}

.slick-next {
    right: 10px !important;
}

.slick-prev,
.slick-next {
    z-index: 3 !important;
}

.medical-guide h4,
.medical-guide h5 {
    color: #f5ab14 !important;
}

/* Medical Treatments */
#medical_treatments .card {
    border: none;
    border-radius: 8px;
    background: #ffffff;
}

/*.custom_card_containers{
    max-width: 20%;
}*/
#medical_treatments .frontside .card-body {
    padding: 0 !important;
}

#medical_treatments .card-title {
    font-size: 1rem !important;
}

#medical_procedures ul {
    list-style-type: none;
}

#medical_procedures .medical_procedures_box {
    box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 8%);
    border: none;
    padding: 30px;
    border-radius: 3px;
    position: relative;
}

.search_container .custom-search-input-2 select {
    display: inline-block;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444 !important;
}

.search_container .custom-search-input-2 select.wide.form-control {
    height: 50px;
    border: 1px solid #fff;
}

.search_container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}

.get_a_quote_container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
}

.search_container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
}

.get_a_quote_container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px !important;
}

.search_container span.select2-selection.select2-selection--single {
    border: 1px solid #fff;
    border-radius: 3px;
    height: 50px !important;
}

.get_a_quote_container span.select2-selection.select2-selection--single {
    border: 1px solid #d2d8dd;
    border-radius: 3px;
    height: 43px !important;
}

.ajax_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background-color: black;
    opacity: 0.5;
    background-image: url("/frontend/css/ajax-loader.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    ;
}

#medical_treatments .backside {
    background-color: rgb(8, 116, 188) !important;
}

@media (min-width: 576px) {
    .custom_card_containers {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .custom_card_containers {
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%;
    }
}





.image-flip:hover .backside,
.image-flip.hover .backside {
    width: 350px;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: #f5ab14;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 385px;
}

.backside .card a {
    font-size: 18px;
    color: rgb(8, 116, 188) !important;
}

.frontside .card .card-title {
    color: rgb(8, 116, 188) !important;
}

.backside .card .card-title {
    color: #fff !important;
}

.frontside .card img {
    width: 275px;
    height: 210px;
}

.backside .card img {
    width: 275px;
    height: 210px;
}

.bottom-border {
    padding: 0px !important;
}

.backside .card,
.backside .card-body,
.backside .card-footer {
    background-color: rgb(8, 116, 188);
    color: #fff;
}

.backside .card-footer {
    border-top: 1px solid #fff;
}

.medical-guide h4,
.medical-guide h5 {
    color: rgb(8, 116, 188) !important;
    word-break: break-word;
}

/* Compare Prices*/
.btn-primary {
    background-color: #0974bc;
    border-color: #0974bc;
}

.btn-primary:hover {
    background-color: #f5ab14;
    border-color: #f5ab14;
}

#compare_prices_table th,
#compare_prices_table td {
    text-align: center;
}

.filter_type .nav-tabs li.active i {
    display: inline;
}

.filter_type .nav-tabs li i {
    display: none;
}

.filter_type .nav-tabs li.active>a {
    background-color: transparent;
    color: #f5ab14;
    border: none;
}

.box_list3 {
    background-color: #fff;
    display: block;
    position: relative;
    margin: 0 0px 30px 15px;
    min-height: 150px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.box_list3 a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 9px 10px;
    display: inline-block;
    color: #555;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.box_list3 a.wish_bt:after {
    font-family: 'ElegantIcons';
    content: "\e030";
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_list3 a.wish_bt.liked:after {
    content: "\e089";
    color: rgb(8, 116, 188);
}

.box_list3 a.wish_bt:hover.liked:after {
    color: rgb(8, 116, 188);
}

.box_list3 a.wish_bt:hover:after {
    content: "\e089";
    color: #999;
}

.box_list3 figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    min-height: 185px;
}

@media (max-width: 991px) {
    .box_list3 figure {
        min-height: 200px;
        max-height: 200px;
        min-height: 200px;
    }
}

.box_list3 figure small {
    position: absolute;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    right: 20px;
    top: 20px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
    z-index: 99;
}

@media (max-width: 991px) {
    .box_list3 figure small {
        right: 15px;
        top: 15px;
    }
    .section-4 .card{
        flex: auto;
    }
}

.box_list3 figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}

.box_list3 figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
}

.box_list3 figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.box_list3 figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-height: 230px;
    width: auto;
    max-width: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .box_list3 figure a img {
        max-width: inherit;
        min-height: 150px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .box_list3 figure a img {
        min-height: 150px;
    }
}

.box_list3 figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.box_list3 .wrapper {
    padding: 25px 30px 20px 30px;
    min-height: 150px;
}

@media (max-width: 991px) {
    .box_list3 .wrapper {
        min-height: inherit;
    }
}

.box_list3 .wrapper h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 0;
}

.box_list3 .wrapper .price {
    display: inline-block;
    font-weight: 500;
    color: #999;
}

.box_list3 .wrapper .price strong {
    color: #32a067;
}

.box_list3 small {
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
}

.box_list3 ul {
    padding: 7px 15px 20px 30px;
    border-top: 1px solid #ededed;
    /* margin-bottom: 0; */
}

.box_list3 ul li {
    display: inline-block;
    margin-right: 15px;
}

.box_list3 ul li .score {
    margin-top: -10px;
}

.box_list3 ul li:last-child {
    margin-right: 0;
    float: right;
}

#list_sidebar .box_list3 {
    min-height: 150px;
}

#list_sidebar .box_list3 figure {
    min-height: 150px;
}

@media (max-width: 991px) {
    #list_sidebar .box_list3 figure {
        min-height: 100px;
        max-height: 100px;
        height: 100px;
    }
}

#list_sidebar .box_list3 figure a img {
    min-height: 150px;
}

@media (max-width: 991px) {
    #list_sidebar .box_list3 figure a img {
        max-width: 100%;
        min-height: auto;
        width: inherit;
    }
}

#list_sidebar .box_list3 .wrapper {
    min-height: 150px;
}

@media (max-width: 991px) {
    #list_sidebar .box_list3 .wrapper {
        min-height: inherit;
    }
}

.logindropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.logindropbtn:hover,
.logindropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.logindropdown-content {
    position: absolute;
    background-color: #f1f1f1;
    right: -20px;
    top: 40px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

.logindropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}


/*-- Get A Multi Step Form CSS Start--*/


.custom_cdh_form_stepper.sw-theme-default>.nav .nav-link.active {
    color: #f49f1c !important;
    padding: 0;
}

.custom_cdh_form_stepper.sw-theme-default>.nav .nav-link.active::after {
    background-color: #f49f1c !important;
}

.custom_cdh_form_stepper.sw-theme-default>.nav .nav-link.done {
    color: #4098b0 !important;
}

.custom_cdh_form_stepper.sw-theme-default>.nav .nav-link.done::after {
    background-color: #4098b0 !important;
    ;
}

.custom_cdh_form_stepper .nav-link i {
    border-radius: 100%;
    border: 2px solid;
    height: 50px !important;
    line-height: 50px;
    text-align: center !important;
    padding: 0 !important;
    width: 50px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 4;
    font-size: 20px;
}

.custom_cdh_form_stepper.sw-theme-default>.nav .nav-link::after,
.custom_cdh_form_stepper.sw-theme-default>.nav .nav-link.done::after {
    z-index: 2;
    bottom: 50%;
    width: 100%;
    left: 50%;
}

.custom_cdh_form_stepper.sw.sw-justified>.nav>li,
.custom_cdh_form_stepper.sw.sw-justified>.nav .nav-link {
    /*text-align: left;*/
    padding: 0;
}

.custom_cdh_form_stepper.sw.sw-justified>.nav>li:last-child a:after {
    display: none;
}

.custom_cdh_form_stepper.sw-theme-default {
    border: 0;
}

.custom_cdh_form_stepper.sw-theme-default>.nav {
    box-shadow: none !important;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.custom_cdh_form_stepper .toolbar.toolbar-bottom {
    text-align: center !important;
}

.sw-theme-default .toolbar>.btn {
    background-color: #4098b0;
    border: 1px solid #4098b0;
}

button:focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.info_grp {
    display: flex;
    justify-content: space-between;
}

.info_grp input,
.info_grp select {
    width: 48%;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid lightgrey;
    padding: 10px;
    color: #000;
    font-size: 14px;
}

.address_input input {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid lightgrey;
    padding: 10px;
    color: #000;
    font-size: 14px;
}

.custom_step1 h3,
.custom_step2 h3,
.custom_step4 h3 {
    text-align: center;
    font-size: 32px;
    color: #000;
    font-weight: 600;
    padding-bottom: 30px;
}

.cdh_custom_radio [type="radio"]:checked,
.cdh_custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.cdh_custom_radio [type="radio"]:checked+label,
.cdh_custom_radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 15px;
}

.cdh_custom_radio [type="radio"]:checked+label:before,
.cdh_custom_radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.cdh_custom_radio [type="radio"]:checked+label:after,
.cdh_custom_radio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f49f1c;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cdh_custom_radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cdh_custom_radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom_step2 h5,
.interested_procedure h5,
.custom_step3 h5,
.country_traveling h5 {
    font-size: 18px;
    color: #000;
}

.med_query {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.med_info,
.interested_procedure {
    width: 48%;
    padding: 20px;
}

.related_dr,
.reach_destination,
.country_traveling,
.other_destination,
.about_sec {
    padding-top: 30px;
}

.interested_procedure input,
.country_traveling input {
    border: 0;
    border-bottom: 1px solid darkgrey;
    width: 100%;
    padding: 4px 10px;
    color: #000;
    font-size: 15px;
}

input:focus {
    outline: 0;
}

.custom_step3,
.custom_step4,
.custom_step1,
.custom_step2 {
    width: 80%;
    background: #fff;
    margin: 0 auto;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 20px 30px;
    border-radius: 20px;
}

.custom_step3 .select2-container--default .select2-selection--single .select2-selection__rendered,
.custom_step3 .select2-results__option {
    font-size: 15px;
    color: #666;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f49f1c;
}

.custom_cdh_form_stepper.sw-theme-default .tab-content {
    margin-bottom: 40px;
    min-height: 450px !important;
}

.custom_step4 h5 {
    font-size: 18px;
    color: #000;
    margin: 0;
    text-align: center;
}

.custom_step4 h3 {
    margin: 0;
    padding-bottom: 10px;
}

.about_sec_head,
.med_review_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_sec_head h4,
.med_review_head h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.about_sec_head a,
.med_review_head a {
    text-decoration: none;
    border: 2px solid #000;
    color: #000;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.custom_step4 p {
    text-align: left;
    margin: 0;
    font-size: 16px;
}

.custom_step4 ul {
    margin: 0;
    padding-bottom: 10px;
}

.about_sec {
    padding-bottom: 30px;
}

.terms_privacy h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-top: 30px;
}

.custom_cdh_form_stepper.sw .toolbar>.btn.disabled,
.custom_cdh_form_stepper.sw .toolbar>.btn:disabled {
    display: none;
}

#stepperModal .modal-header {
    border-bottom: 0;
}

.form_logo {
    text-align: center;
    padding-bottom: 40px;
}

.form_logo img {
    width: 300px;
    object-fit: cover;
}

.info_sharing_form h4 {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.info_sharing_form {
    padding: 30px;
}

.info_sharing_form p {
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

.info_sharing_form input {
    border: 0;
    border-bottom: 1px solid #000;
    width: 46%;
}

.points_sharing_form h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.points_sharing_form>ul>li {
    font-size: 18px;
    color: #000;
    list-style: disc;
}

.points_sharing_form>ul>li>ul>li {
    font-size: 17px;
    color: #000;
    list-style: circle;
}

.points_sharing_form ul {
    padding-left: 30px;
}

.listing input {
    width: 100%;
    padding: 0 10px;
}

.listing p {
    margin: 0;
}

.custom_check_box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom_check_box label {
    position: relative;
    cursor: pointer;
    margin-top: 20px;
    font-size: 18px;
    color: #000;
}

.custom_check_box label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #4098b0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 20px;
}

.custom_check_box input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #4098b0;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.personal_info_sec {
    margin-top: 20px;
}

.personal_info_input {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
}

.personal_info_input label,
.signature_sec label {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}

.personal_info_input input {
    width: 100%;
    border-bottom: 2px dashed grey;
    font-size: 18px;
    color: #000;
    margin-left: 10px;
    padding: 0 10px;
}

.code_birth {
    display: flex;
    justify-content: space-between;
}

.info_sharing_form button {
    width: 200px;
    background: #4098b0;
    color: #fff;
    font-size: 16px;
    border: 0;
    margin: 70px auto 0;
    display: block;
    line-height: 40px;
    border-radius: 8px;
}

.signature_sec {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 992px) {

    .custom_step1,
    .custom_step2,
    .custom_step3,
    .custom_step4 {
        width: 100%;
    }
}

@media only screen and (max-width: 776px) {
    .custom_cdh_form_stepper.sw>.nav {
        flex-direction: row !important;
    }

    .custom_step1 h3,
    .custom_step2 h3,
    .custom_step4 h3 {
        font-size: 28px;
    }

    .med_info,
    .interested_procedure {
        width: 100%;
        padding: 10px;
    }
}

@media only screen and (max-width: 576px) {
    .info_grp {
        flex-wrap: wrap;
    }

    .info_grp input,
    .info_grp select,
    .info_sharing_form input,
    .info_sharing_form button {
        width: 100%;
    }

    .custom_step1 h3,
    .custom_step2 h3,
    .custom_step4 h3 {
        font-size: 24px;
    }

    .custom_cdh_form_stepper .nav-link i {
        height: 36px !important;
        line-height: 36px;
        width: 36px;
        font-size: 17px;
    }

    .code_birth {
        flex-direction: column;
    }

    .custom_step2 h5,
    .interested_procedure h5,
    .custom_step3 h5,
    .country_traveling h5 {
        font-size: 16px;
    }

    .about_sec_head h4,
    .med_review_head h4,
    .terms_privacy h4 {
        font-size: 18px;
    }

    .about_sec_head,
    .med_review_head,
    .signature_sec {
        flex-wrap: wrap;
    }

    .form_logo img {
        width: 230px;
    }

    .info_sharing_form h4 {
        font-size: 20px;
    }

    .points_sharing_form h5 {
        font-size: 18px;
    }

    .info_sharing_form p,
    .points_sharing_form>ul>li,
    .custom_check_box label,
    .personal_info_input label,
    .signature_sec label {
        font-size: 16px;
    }

    .points_sharing_form>ul>li>ul>li {
        font-size: 15px;
    }

    .points_sharing_form ul {
        padding-left: 10px;
    }
}

/*.hospital_reviews .owl-nav{*/
/*   text-align: center!important;*/
/*    float: initial!important;*/
/*}*/
/*.hospital_reviews .owl-nav span{*/
/*    font-size: 30px;*/
/*}*/

.review-theme .owl-item {
    padding: 10px !important;
}

/*-- Get A Multi Step Form CSS End--*/






