/* Blog Pagination Global Styles */
.pagination-links .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pagination-links .page-numbers {
    padding: 8px 16px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.pagination-links .page-numbers.current,
.pagination-links .page-numbers:hover {
    background: #39b55d;
    color: white;
    border-color: #39b55d;
}


body {
    padding: 0;
    margin: 0;
    max-width: 100%;
    overflow-X: hidden;
    font-family: 'Mulish', sans-serif;
    color: #1F1F1F;
    /* font-size: 14px; */
    line-height: 1.7;
    font-weight: normal;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

ul {
    list-style: none;
}

/* a {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #1F1F1F
}

a:hover,
a:focus {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #038470
} */

/* img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    max-height: auto;
    width: auto;
} */

/* ul,
li,
p {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: normal;
}

strong,
b {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    outline: none !important;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    line-height: normal;
    font-family: 'Josefin Sans', sans-serif;
}

h1,
.h1 {
    font-size: 40px;
    font-family: 'Josefin Sans', sans-serif;
}

h2,
.h2 {
    font-size: 32px;
    font-family: 'Josefin Sans', sans-serif;
}

h3,
.h3 {
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
}

h4,
.h4 {
    font-size: 24px;
    font-family: 'Josefin Sans', sans-serif;
}

h5,
.h5 {
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
}

h6,
.h6 {
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
} */

input,
select,
textarea,
button,
input:hover,
select:hover,
textarea:hover,
button:hover,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    box-shadow: none;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.logo img {
    width: 200px;
}

/* .container {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 0px 15px
} */

.no-padding {
    padding: 95px 0
}

.bg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important
}

/* section,
header,
footer {
    float: left;
    width: 100%;
    margin: 0px;
    position: relative;
} */

section {
    padding: 50px 0px;
}

.home-benner-sec {
    background-image: url(../assetsimages/COE-Banners--international-patient.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 400px;
    margin-top: 70px;
}

.specialty-card {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: transform 0.2s;
    background-color: #fff;
}

.coe img {
    width: 90px;
    height: 90px;
    /* margin-bottom: -20px; */
    border-radius: 50%;
    margin-top: -80px;
    background-color: #fff;
}

.coe {
    padding: 50px 0px 0px 0px;
}

.coe p,
.international-patient-sec p {
    font-size: 18px;
}

.specialty-card:hover {
    transform: scale(1.05);
}


.nav-menu-content {
    display: inline-block;
    vertical-align: middle
}

.nav-menu-content nav {
    width: 100%;
    padding: 0px
}

.nav-menu-content .sm-clean {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.nav-menu-content .sm-clean li {
    margin: 0px 12px
}

.nav-menu-content .sm-clean li:first-child {
    margin-left: 0px
}

.nav-menu-content .sm-clean li:last-child {
    margin-right: 0px
}

.nav-menu-content .sm-clean ul li {
    margin: 0px
}

.profile-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    transition: transform 0.2s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-card:hover {
    transform: scale(1.02);
}

.profile-card .card-img {
    width: 140px;
    height: 140px;
}

.profile-card .card-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.doctors {
    background: rgb(251, 247, 243);
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    width: 100px;
    height: 100px;
}

.swiper-container {
    width: 100%;
    max-width: 1200px;
    padding: 50px 0;
}

.swiper-slide {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.5s, opacity 0.5s;
}

.swiper-slide-next,
.swiper-slide-prev {
    transform: scale(1);
    opacity: 1;
}

.swiper-slide {
    opacity: 0.5;
}

.swiper-slide-active {
    transform: scale(0.9);
    opacity: 1;
}

.testimonial-name {
    font-size: 1.2em;
    font-weight: bold;
}

.testimonial-role {
    color: #777;
}

.testimonial-text {
    margin-top: 10px;
    font-size: 1em;
    color: #333;
}

.Testimonials {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */
    background: #f7f7f7;
    margin: 0;
    overflow: hidden;
}

.FAQ {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /* background: #ffffff; */
    margin: 0;
    font-family: Arial, sans-serif;
}

.accordion-container {
    width: 100%;
    max-width: 100%;
}

.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background-color: #fff;
}



.accordion-header {
    padding: 15px;
    /* background: #f1f1f1; */
    cursor: pointer;
    transition: background 0.3s ease;
}


.accordion-content {
    padding: 15px;
    display: none;
}

.accordion-content.show {
    display: block;
}

.accordion-header::after {
    content: '\002B';
    font-size: 1.2em;
    float: right;
    transition: transform 0.3s ease;
}

.accordion-header.active::after {
    content: '\2212';
    transform: rotate(0deg);
}

.accordion-content p {
    margin: 0;
}

.doctor-card {
    display: block;
    background: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 15px;
    left: 0px;
    z-index: 229;
    width: 458px;
    height: 198px;
    position: absolute
}

.doctor-card-1 {
    display: block;
    background: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 15px;
    left: 500px;
    z-index: 229;
    width: 458px;
    height: 198px;
    position: absolute
}

.doctor-card h5 {
    font-size: 1.25em;
    margin-bottom: 0.5em;
}

.doctor-card p,
.doctor-card-1 p {
    margin-bottom: 0.25em;
    font-size: 14px;
}

.doctor-card p:nth-child(3) {
    left: 15px;
    position: relative;
}

.doctor-card-1 p:nth-child(3) {
    left: 25px;
    position: relative;
}

.nav-menu-content .sm-clean li a {
    color: #1F1F1F;
    font-size: 14px;
    padding: 34px 0px;
    font-weight: normal;
    text-transform: none;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Roboto', sans-serif;
}

.nav-menu-content .sm-clean li.home-link a {
    color: #038470 !important;
}

.nav-menu-content .sm-clean li a:hover,
.nav-menu-content .sm-clean li a:focus,
.nav-menu-content .sm-clean li a.highlighted,
.nav-menu-content .sm-clean li.current-menu-item a {
    color: #038470
}

.nav-menu-content .sm-clean ul li a,
.nav-menu-content .sm-clean li.current-menu-item ul li a {
    padding: 0px 0px;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    position: relative;
    line-height: 16px;
    border-radius: 0px !important;
    border-top: 1px solid #e7e7e7;
}

.nav-menu-content .sm-clean ul li {
    border-bottom: 1px solid #e7e7e7;
    padding: 18px 0px;
}

.nav-menu-content .sm-clean ul li:last-child {
    border-bottom: none;
}

.nav-menu-content .sm-clean ul li a:hover,
.nav-menu-content .sm-clean ul li a:focus,
.nav-menu-content .sm-clean ul li a.highlighted,
.nav-menu-content .sm-clean ul li.current-menu-item a,
.nav-menu-content .sm-clean ul li.current-menu-ancestor a {
    color: #038470;
}

.nav-menu-content .sm-clean ul li ul li a,
.nav-menu-content .sm-clean ul li.current-menu-item ul li a {
    color: #1F1F1F;
}

.nav-menu-content .sm-clean ul li ul li a:hover,
.nav-menu-content .sm-clean ul li ul li a:focus,
.nav-menu-content .sm-clean ul li ul li a.highlighted,
.nav-menu-content .sm-clean ul li ul li.current-menu-item a,
.nav-menu-content .sm-clean ul li ul li a.disabled,
.nav-menu-content .sm-clean ul li ul li.current-menu-ancestor a {
    color: #038470;
}

.close-icon {
    display: none;
}

.coman-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #038470;
    border-radius: 48px;
    color: #fff;
    padding: 11px 30px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 1px;
}

.coman-btn img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.coman-btn:hover,
.coman-btn:focus,
.coman-btn:active {
    color: white;
    background: #1F1F1F;
}

.centres-of-excellence-list .text-center {
    margin-top: 30px;
}

.phone-info {
    background: #E7F3F1;
    text-align: right;
    padding: 8px 0px;
}

.phone-info a {
    font-size: 12px;
    color: #1F1F1F;
    margin-left: 21px;
}

.phone-info a:hover,
.phone-info a:focus {
    color: #038470;
}

.phone-info a i {
    padding-right: 5px;
    color: #038470;
}

.phone-info a.tel-link {
    padding-right: 20px;
    border-right: 2px solid #1F1F1F;
}

.download-app-btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 22px;
}

.download-app-btn a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #038470;
    border-radius: 24px;
    padding: 7px 15px;
    display: inline-block;
}

.download-app-btn a:hover,
.download-app-btn a:focus {
    color: #fff;
    background: #1F1F1F;
}

.home-info h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}

.home-info p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 35px;
}

.home-info a {
    font-size: 14px;
    font-weight: 500;
    color: #038470;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 12px 34px;
    display: inline-block;
}

.home-info a:hover,
.home-info a:focus {
    color: #fff;
    background: #1F1F1F;
}

.home-benner-sec figure {
    padding: 1px;
}

.home-benner-sec figure,
.home-benner-sec .owl-carousel figure img,
.home-benner-sec figure img {
    margin-bottom: 0px;
    width: 100% !important;
}

.home-benner-sec {
    padding: 20px 0px 20px 0px;
    /* margin-bottom: 80px; */
}

.why-choose .col-md-7 {
    padding: 20px 40px;
}

.why-choose h2 {
    line-height: 45px;
}

.why-choose p {
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
}

.show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 45px;
    background-color: #39B55D;
    border-radius: 20px;
    color: #fff;
    font-size: 17px;
}

.show-more-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    /* height: 45px; */
    background-color: #39B55D;
    border-radius: 20px;
    font-size: 30px;
    color: #fff;
}

.show-more-button a:hover {
    text-decoration: none !important;
    color: red;
}

.show-more-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.show-more-content-1 {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.show-more-content.show {
    max-height: 1500px;
}

.show-more-content-1.show {
    max-height: 2000px;
}

.features {
    background: #fbf7f3;
    /* padding: 120px 0; */
    height: auto;
}

.counter-digits {
    display: inline-block;
    position: relative;
    color: var(--secondary-color);
    margin-left: -13px;
}

.features .features-bar span {
    color: var(--text-color);
}

.counter-digits .plus {
    position: absolute;
    right: -17px;
    top: 6px;
    font-size: 30px;
}

.features .features-bar .col-md-3 {
    border-right: 1px solid #e9e5e2;
}

.features .features-bar .col-md-3:last-child {
    border: none;
}

.features .features-bar .col-md-3 figure {
    background: #45B649;
}

.features .features-bar .col-md-3 figure {
    width: 110px;
    height: 110px;
    margin-bottom: 26px;
}

.features-bar .col-md-3 figure {
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 100%;
    margin-bottom: 20px;
    transition: .4s ease-in-out;
}

.features .features-bar .col-md-3 .count {
    margin-bottom: 0;
    font-size: 38px;
}

.counter-digits .plus {
    position: absolute;
    right: -17px;
    top: 6px;
    font-size: 30px;
}

.about-benner-sec {
    padding: 40px 0px 40px 0px;
}

.book-appointment-sec {
    position: relative;
    padding: 60px 0px 170px 0px;
}

.book-appointment-sec:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background: url("../images/book-appointment-bg.png");
    height: 354px;
}

.book-appointment-list {
    background: #F3F9F8;
    border-radius: 8px;
    position: relative;
    z-index: 3;
}

.book-appointment-list .row {
    padding: 20px 0px;
}

.book-appointment-list [class*="col-"] {
    width: 14.28%;
    text-align: center;
    padding: 0px 40px;
    border-right: 1px solid #D2E9E5;
}

.book-appointment-list [class*="col-"]:last-child {
    border-right: none !important;
}

.book-appointment-block {
    cursor: pointer;
}

.book-appointment-block figure {
    margin-bottom: 13px;
}

.book-appointment-block a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.book-appointment-block:hover a,
.book-appointment-block:focus a {
    color: #038470;
}

.centres-of-excellence-sec {
    text-align: center;
    margin-top: -85px;
}

.coman-title h2 {
    text-transform: uppercase;
    color: #1F1F1F;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 30px;
}

.coman-title p {
    font-size: 14px;
    color: #1F1F1F;
    line-height: 20px;
    margin-bottom: 36px;
    font-weight: normal;
}

.coman-title h2 small {
    font-size: 100%;
    position: relative;
    display: inline-block;
    padding: 15px 0px;
}

.coman-title h2 small:before {
    background: #038470;
    right: 0px;
    top: 0px;
    position: absolute;
    width: 50%;
    content: "";
    height: 5px;
}

.coman-title h2 small:after {
    background: #E7F3F1;
    left: 0px;
    bottom: 0px;
    position: absolute;
    width: 50%;
    content: "";
    height: 5px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(3, 132, 112, 1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(3, 132, 112, 1);
    box-shadow: 0px 0px 1px 0px rgba(3, 132, 112, 1);
}

.centres-of-excellence-sec {
    padding-bottom: 90px;
    position: relative;
}

.centres-of-excellence-sec:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background: url("../images/centres-of-excellence-bg.png");
    height: 321px;
}

.centres-of-excellence-sec .row {
    margin: 0px -45px;
    position: relative;
    z-index: 2;
}

.centres-of-excellence-sec [class*="col-"] {
    padding: 0px 45px;
    text-align: center;
    margin-bottom: 30px;
}

.centres-of-excellence-block {
    cursor: pointer;
}

.centres-of-excellence-block figure {
    width: 82px;
    height: 82px;
    line-height: 82px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(147, 149, 152, 0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(147, 149, 152, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(147, 149, 152, 0.2);
    margin: auto;
    margin-bottom: 28px;
}

.centres-of-excellence-block a {
    font-size: 14px;
    color: #1F1F1F;
    line-height: normal;
}

.centres-of-excellence-block:hover a,
.centres-of-excellence-block:focus a {
    color: #038470;
    font-weight: bold;
}

.centres-of-excellence-block:hover figure,
.centres-of-excellence-block:focus figure {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(201, 233, 229, 0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(201, 233, 229, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(201, 233, 229, 0.2);
}

.centres-of-excellence-block:hover figure img,
.centres-of-excellence-block:focus figure img {
    transform: scale(1.1);
}

.centres-of-excellence-block figure img.hover,
.centres-of-excellence-block figure img.hover {
    display: none;
}

.centres-of-excellence-block:hover figure .img-fluid,
.centres-of-excellence-block:focus figure .img-fluid {
    display: none;
}

.centres-of-excellence-block:hover figure .img-fluid.hover,
.centres-of-excellence-block:focus figure .img-fluid.hover {
    display: inline-block;
}

.men-and-women-health-sec {
    background: #E7F3F1;
}

.men-and-women-health-sec [class*="col-"]:last-child {
    background: #038470;
}

.men-and-women-health-sec .men-and-women-health-block {
    padding: 45px 20px;
}

.men-and-women-health-sec .men-and-women-health-block h2 {
    font-weight: 500;
    color: #038470;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.men-and-women-health-sec .men-and-women-health-block h2 img {
    margin-right: 14px;
    position: relative;
    top: -7px;
    display: inline-block;
    vertical-align: middle;
}

.men-and-women-health-sec [class*="col-"]:last-child .men-and-women-health-block h2 {
    color: #fff;
}

.men-and-women-health-sec .men-and-women-health-block .coman-btn {
    width: 167px;
}

.men-and-women-health-sec [class*="col-"]:last-child .men-and-women-health-block .coman-btn {
    border: 1px solid #fff;
}

.men-and-women-health-sec [class*="col-"]:last-child .men-and-women-health-block .coman-btn:hover,
.men-and-women-health-sec [class*="col-"]:last-child .men-and-women-health-block .coman-btn:focus {
    border: 1px solid #1F1F1F;
}

.btn-toggle p {
    display: none;
}

.key-procedures-and-treatments-sec {
    background: #038470;
    position: relative;
    padding-bottom: 80px;
}

.key-procedures-and-treatments-sec:before {
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 40%;
    width: 100%;
    content: "";
}

.key-procedures-and-treatments-sec .container {
    position: relative;
    z-index: 2;
}

.key-procedures-and-treatments-sec .coman-title h2 small {
    padding-left: 0px;
}

.teb-menu .nav {
    border: none;
    margin-bottom: 25px;
}

.teb-menu .nav .nav-link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    width: 143px;
    text-align: center;
    border-radius: 4px;
    padding: 5px 15px;
    border: none;
    text-transform: uppercase;
}

.teb-menu .nav .nav-link.active {
    font-weight: bold;
    background: #FFFFFF;
    color: #038470;
}

.key-procedures-and-treatments-block {
    position: relative;
    margin-bottom: 5px;
}

.teb-menu .key-procedures-and-treatments-block a figure {
    width: 30px;
    position: absolute;
    margin-bottom: 0px;
    left: 0px;
    top: 4px;
    left: 10px;
}

.teb-menu .key-procedures-and-treatments-block a {
    padding: 5px 10px;
    padding-left: 35px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    display: block;
}

.teb-menu .key-procedures-and-treatments-block a:hover,
.teb-menu .key-procedures-and-treatments-block a:focus,
.teb-menu .key-procedures-and-treatments-block a.active {
    color: #038470;
    background: #E7F3F1;
    border-radius: 4px;
}

.teb-menu .key-procedures-and-treatments-block a figure img.hover,
.teb-menu .key-procedures-and-treatments-block a figure img.hover {
    display: none;
}

.teb-menu .key-procedures-and-treatments-block a:hover figure .img-fluid,
.teb-menu .key-procedures-and-treatments-block a:focus figure .img-fluid {
    display: none;
}

.teb-menu .key-procedures-and-treatments-block a:hover figure .img-fluid.hover,
.teb-menu .key-procedures-and-treatments-block a:focus figure .img-fluid.hover {
    display: inline-block;
}

.teb-menu .coman-btn {
    color: #038470;
    background: #fff;
    margin-top: 20px;
}

.teb-menu .coman-btn:hover,
.teb-menu .coman-btn:focus {
    color: #fff;
    background: #1F1F1F;
}

.massh-international-patient-care-sec {
    padding: 60px 0px;
    border-radius: 10px;
}

.massh-international-patient-care-block .coman-btn {
    background: none;
    border: 1px solid #fff;
    margin-top: 20px;
}

.massh-international-patient-care-block .coman-btn:hover,
.massh-international-patient-care-block .coman-btn:focus {
    color: #1F1F1F;
    background: #fff;
}

.coman-slider-block .item a:first-child {
    height: 100%;
    display: inline-block;
}

.massh-international-patient-care-block {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 10px;
}

.massh-international-patient-care-block h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 8px;
}

.massh-international-patient-care-block {
    padding: 30px;
    border-radius: 10px;
}

.massh-international-patient-care-block p {
    color: #fff;
    margin-bottom: 26px;
}

.key-procedures-and-treatments-block {
    position: relative;
    margin-bottom: 5px;
}

.key-procedures-and-treatments-block a figure {
    width: 30px;
    position: absolute;
    margin-bottom: 0px;
    left: 0px;
    top: 2px;
    left: 10px;
}

.key-procedures-and-treatments-block a {
    padding: 4px 30px;
    padding-left: 35px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}

.key-procedures-and-treatments-block a:hover,
.key-procedures-and-treatments-block a:focus,
.key-procedures-and-treatments-block a.active {
    color: #1F1F1F;
    background: #fff;
    border-radius: 4px;
}

.key-procedures-and-treatments-block a figure img.hover,
.key-procedures-and-treatments-block a figure img.hover {
    display: none;
}

.key-procedures-and-treatments-block a:hover figure .img-fluid,
.key-procedures-and-treatments-block a:focus figure .img-fluid {
    display: none;
}

.key-procedures-and-treatments-block a:hover figure .img-fluid.hover,
.key-procedures-and-treatments-block a:focus figure .img-fluid.hover {
    display: inline-block;
}

.key-procedures-and-treatments-sec .col-md-5 .coman-title {
    display: none;
}

.key-procedures-and-treatments-sec .col-md-5 figure,
.key-procedures-and-treatments-sec .col-md-5 figure img {
    width: 100%;
}

.iv-therapy-sec {
    background: #038470;
    position: relative;
    padding-bottom: 80px;
}

.iv-therapy-sec .coman-title h2 {
    font-weight: normal;
}

.iv-therapy-sec .coman-title h2 small {
    padding-left: 0px;
    padding-right: 0px;
}

.home-healthcare-sec .coman-title h2 {
    font-weight: normal;
}

.home-healthcare-sec.meet-our-doctors-sec .coman-title h2,
.home-healthcare-sec.health-blogs-sec.no-padding .coman-title h2 {
    font-weight: bold;
}

.iv-therapy-sec:before {
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50%;
    width: 100%;
    content: "";
}

.iv-therapy-sec .container {
    position: relative;
    z-index: 2;
}

.coman-slider-block figure,
.coman-slider-block figure img {
    width: 100% !important;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0px;
}

.coman-slider-block .owl-carousel .owl-item figure img {
    width: 100% !important;
}

.coman-slider-block .item {
    background: #fff;
    border-radius: 10px 10px;
    padding: 0px;
}

/* .coman-slider-block .item {
  padding-bottom: 60px;
} */

.coman-slider-block .item-det {
    padding: 15px;
}

.coman-slider-block .item-det .coman-btn {
    /* position: absolute; */
    position: static;
    /* bottom: 15px; */
    width: 134px;
    height: auto;
    display: inherit;
}

.coman-slider-block .home-healthcare-slider .item-det h3 {
    min-height: 53px;
}

.coman-slider-block .item-det h3 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    line-height: 26px;
    min-height: 52px;
}

.coman-slider-block .item-det p {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    line-height: 20px;
}

.coman-slider-block .item-det p b {
    font-weight: 500;
}

.coman-slider-block .item-det ul {
    margin-bottom: 20px;
}

.coman-slider-block .item-det ul li {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 7px;
    padding-left: 20px;
    position: relative;
    line-height: 20px;
}

.coman-slider-block .item-det ul li:before {
    background: url("../images/li-icon.png");
    width: 15px;
    height: 15px;
    position: absolute;
    top: 1px;
    left: 0px;
    content: "";
}

.coman-slider-block .item-det .coman-btn {
    border: 1px solid #038470;
    background: #E7F3F1;
    color: #038470;
    margin: 0px !important;
}

.coman-slider-block .item-det .coman-btn:hover,
.coman-slider-block .item-det .coman-btn:focus {
    border: 1px solid #038470;
    background: #038470;
    color: #fff;
}

.home-healthcare-sec .coman-slider-block .item-det .coman-btn {
    background: #fff;
}

.home-healthcare-sec .coman-slider-block .item-det .coman-btn:hover,
.home-healthcare-sec .coman-slider-block .item-det .coman-btn:focus {
    background: #038470;
}

.coman-slider-block .rating-img {
    text-align: left;
    margin-bottom: 15px;
}

.coman-slider-block .rating-img img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.coman-slider-block .rating-img small {
    display: inline-block;
    vertical-align: middle;
    color: #1F1F1F;
    font-size: 12px;
    font-weight: 500;
}

.coman-slider-block .coman-btn.white-btn {
    background: #fff;
    color: #038470;
}

.coman-slider-block .coman-btn {
    margin-top: 30px;
}

.coman-slider-block .coman-btn.white-btn:hover,
.coman-slider-block .coman-btn.white-btn:focus {
    background: #1F1F1F;
    color: #fff;
}

.home-healthcare-sec .item {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(231, 243, 241, 0.6);
    -moz-box-shadow: 0px 3px 6px 0px rgba(231, 243, 241, 0.6);
    box-shadow: 0px 3px 6px 0px rgba(231, 243, 241, 0.6);
}

.coman-slider-block .owl-carousel.owl-drag .owl-item {
    padding: 6px;
}

.meet-our-doctors-sec {
    background: #fff;
    position: relative;
}

.meet-our-doctors-sec:before {
    background: #EDEDED;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 57.5%;
    width: 100%;
    content: "";
}

.meet-our-doctors-sec .container {
    position: relative;
    z-index: 2;
}

.meet-our-doctors-sec .coman-slider-block .item-det h3 {
    margin-bottom: 3px;
}

.meet-our-doctors-sec .coman-slider-block .item-det p {
    font-weight: normal;
    color: #038470;
    border-bottom: 1px solid rgba(3, 132, 122, 0.5);
    padding-bottom: 15px;
    margin-bottom: 15px;
    min-height: 76px;
}

.meet-our-doctors-sec .coman-slider-block .item-det a.coman-btn {
    display: block;
    text-align: center;
    width: 211px;
    margin: auto !important;
    padding: 10px;
    position: relative;
    bottom: 0px;
}

.meet-our-doctors-sec .coman-slider-block .item-det a.coman-btn .img-fluid,
.meet-our-doctors-sec .coman-slider-block .item-det a.coman-btn .img-fluid {
    display: inline-block !important;
}

.meet-our-doctors-sec .coman-slider-block .item-det a.coman-btn img.hover,
.meet-our-doctors-sec .coman-slider-block .item-det a.coman-btn img.hover {
    display: none !important;
}

.meet-our-doctors-sec .coman-slider-block .item-det a.coman-btn:hover .img-fluid,
.meet-our-doctors-sec .coman-slider-block .item-det a.coman-btn:focus .img-fluid {
    display: none !important;
}

.meet-our-doctors-sec .coman-slider-block .item-det a.coman-btn:hover .img-fluid.hover,
.meet-our-doctors-sec .coman-slider-block .item-det a.coman-btn:focus .img-fluid.hover {
    display: inline-block !important;
}

.why-choose-massh-block {
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
}

.why-choose-massh-block:before {
    background: url("../images/why-choose-massh-arrow.png");
    width: 22px;
    height: 14px;
    position: absolute;
    top: 3px;
    left: 0px;
    content: "";
}

.why-choose-massh-block:last-child {
    margin-bottom: 0px !important;
}

.coman-slider-block .iv-therapy-slider-2 .item {
    padding-bottom: 0px;
}

.why-choose-massh-block h3 {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #1F1F1F;
    margin-bottom: 8px;
}

.why-choose-massh-block p {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    color: #1F1F1F;
}

.patient-stories-sec {
    padding: 50px 0px;
}

.patient-stories-sec .coman-title h2 small::after {
    background: #D2E9E5;
}

.patient-stories-sec .coman-slider-block figure,
.patient-stories-sec .coman-slider-block figure img {
    width: 100% !important;
    border-radius: 10px 10px 10px 10px;
}

.patient-stories-sec .coman-slider-block .item {
    padding: 0px !important;
}

.patient-stories-sec .coman-slider-block .item-det {
    padding: 0;
    padding-top: 15px;
    color: #1F1F1F;
}

.patient-stories-sec .coman-slider-block .item {
    background: transparent;
}

.patient-stories-sec .coman-slider-block .item-det p.date {
    font-size: 12px;
    font-weight: bold;
}

.patient-stories-sec [class*="col-"] {
    padding: 0px 7px;
}

.patient-stories-sec .row {
    margin: 0px -7px;
}

.health-blogs-sec .coman-slider-block .item-det p {
    margin-bottom: 22px;
}

.health-blogs-sec .coman-slider-block .item-det p b {
    color: #038470;
    font-weight: bold;
}

.health-blogs-sec .coman-slider-block .item-det p span {
    color: #1F1F1F;
    font-weight: bold;
    padding: 0px 4px;
}

.health-blogs-sec .coman-slider-block .item-det .coman-btn,
.careers-sec .item-det .coman-btn {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.health-blogs-sec .coman-slider-block .item-det .coman-btn:hover,
.health-blogs-sec .coman-slider-block .item-det .coman-btn:focus {
    background: #1F1F1F;
}

.health-blogs-sec .owl-theme .owl-dots .owl-dot span,
.careers-sec .owl-theme .owl-dots .owl-dot span {
    background: #F4F4F4 !important;
}

.health-blogs-sec .owl-theme .owl-dots .owl-dot span,
.careers-sec .owl-theme .owl-dots .owl-dot span,
.recommended-sec .owl-theme .owl-dots .owl-dot span,
.careers-sec .owl-theme .owl-dots .owl-dot span {
    background: #F4F4F4 !important;
}

.health-blogs-sec .owl-theme .owl-dots,
.careers-sec .owl-theme .owl-dots {
    margin-top: 50px;
}

.health-blogs-sec .owl-theme .owl-dots .owl-dot.active span,
.health-blogs-sec .owl-theme .owl-dots .owl-dot:hover span,
.careers-sec .owl-theme .owl-dots .owl-dot.active span,
.careers-sec .owl-theme .owl-dots .owl-dot:hover span,
.recommended-sec .owl-theme .owl-dots .owl-dot.active span,
.recommended-sec .owl-theme .owl-dots .owl-dot:hover span,
.careers-sec .owl-theme .owl-dots .owl-dot.active span,
.careers-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: #038470 !important;
}

.subscribe-newsletter-info {
    background: #038470;
    border-radius: 20px;
    padding: 50px;
}

.subscribe-newsletter-info .coman-title h2 {
    color: #fff;
}

.subscribe-newsletter-info .coman-title p {
    color: #fff;
}

.subscribe-newsletter-info .coman-title h2 small::after,
.subscribe-newsletter-info .coman-title h2 small::before {
    background: #D2E9E5;
}

.new-latter-block {
    position: relative;
}

.new-latter-block form {
    position: relative;
    max-width: 571px;
    margin: auto;
}

.new-latter-block form .form-control {
    border: none;
    background: #FFFFFF;
    border-radius: 10px 10px;
    height: 50px;
    padding: 0px 20px;
    box-shadow: none;
    outline: none;
    line-height: normal;
    font-size: 14px;
    color: #939598;
    font-weight: 300;
}

.new-latter-block form .btn {
    height: 50px;
    background: #1F1F1F;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
    padding: 0px 42px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    outline: none;
    margin: 0px;
}

.new-latter-block form .btn:hover,
.new-latter-block form .btn:focus {
    background: #fff;
    color: #1F1F1F;
}

.new-latter-block ::placeholder {
    color: #939598 !important;
    font-weight: 300 !important;
}

.news-events-sec {
    background: #fff;
    position: relative;
    padding-bottom: 50px;
}

.news-events-sec:before {
    background: #038470;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 40%;
    width: 100%;
    content: "";
}

.news-events-sec .container {
    position: relative;
    z-index: 2;
}

.careers-sec .item {
    border: 1px solid rgba(3, 132, 112, 0.3);
    -webkit-box-shadow: 0px 6px 3px 0px rgba(231, 243, 241, 0.2);
    -moz-box-shadow: 0px 6px 3px 0px rgba(231, 243, 241, 0.2);
    box-shadow: 0px 6px 3px 0px rgba(231, 243, 241, 0.2);
}

.careers-sec .item:hover,
.careers-sec .item:focus {
    -webkit-box-shadow: 0px 10px 3px 0px rgba(231, 243, 241, 0.2);
    -moz-box-shadow: 0px 10px 3px 0px rgba(231, 243, 241, 0.2);
    box-shadow: 0px 10px 3px 0px rgba(231, 243, 241, 0.2);
    border: 1px solid #038470;
    cursor: pointer;
}

.careers-sec .item-det .coman-btn:hover,
.careers-sec .item-det .coman-btn:focus,
.careers-sec .item:hover .coman-btn,
.careers-sec .item:focus .coman-btn {
    background: #038470;
    color: #fff;
}

.careers-sec {
    text-align: center;
}

.careers-sec .full-time {
    margin-bottom: 10px;
}

.careers-sec .full-time-tag {
    background: #D2E9E5;
    border-radius: 48px;
    padding: 8px 15px 5px 15px;
    color: #038470;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.careers-sec .full-time-tag img {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.careers-sec .coman-slider-block .item-det p {
    margin-bottom: 7px;
}

.careers-sec .coman-slider-block .item-det p i {
    color: #038470;
}

.careers-sec .item-det .coman-btn {
    margin-top: 15px !important;
}

.careers-sec .item-det {
    text-align: left;
}

.clinical-btn {
    background: #5F6062;
    display: inline-block;
    margin: auto;
    margin-bottom: auto;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    border-radius: 50px;
    padding: 4px 35px;
    margin-bottom: 40px;
}

.careers-sec .owl-theme .owl-nav [class*="owl-"] {
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -30px !important;
}

.careers-sec .owl-theme .owl-dots {
    margin: 50px 0px !important;
}

.careers-sec .coman-slider-block:last-child .owl-theme .owl-dots {
    margin-bottom: 0px !important;
}

.press-statement-sec {
    background: #038470;
    padding-top: 40px;
}

.press-statement-sec .coman-title h2 small {
    color: #fff;
}

.press-statement-sec .coman-title h2 small::after,
.press-statement-sec .coman-title h2 small::before {
    background: #E7F3F1;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(3, 132, 112, 1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(3, 132, 112, 1);
    box-shadow: 0px 0px 1px 0px rgba(3, 132, 112, 1);
}

.press-statement-sec ul {
    text-align: center;
}

.press-statement-sec ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    margin-bottom: 40px;
}

.press-statement-sec ul li a {
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    line-height: normal;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}

.press-statement-sec ul li a img {
    max-height: 60px;
}

.press-statement-sec .coman-title h2 {
    margin-bottom: 40px;
}

footer {
    background: #038470;
    margin-top: 100px;
}

.footer-link {
    padding: 80px 0px !important;
}

.footer-link h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    color: #fff
}

.footer-link h3 a {
    color: #fff
}

.footer-link ul li a {
    font-size: 14px;
    font-weight: 300;
    color: #fff
}

.footer-link ul li a:hover,
.footer-link ul li a:focus {
    color: #000
}

.footer-link ul li {
    margin-bottom: 10px;
}

.copyright {
    background: #038470;
    text-align: center;
    padding: 10px 0px;
}

.copyright p {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.footer-logo,
.privacy-link,
.social-link {
    margin-bottom: 20px;
}

.privacy-link a {
    font-size: 14px;
    font-weight: 300;
    color: #000000
}

.privacy-link span {
    color: #000000;
    padding: 0px 15px;
}

.privacy-link a:hover,
.privacy-link a:focus {
    color: #038470
}

.social-link a {
    font-size: 20px;
    color: #fff;
    margin: 0px 10px;
}

.social-link a:hover,
.social-link a:focus {
    color: #000
}

footer p {
    color: #fff;
}

.privacy-link a {
    font-size: 14px;
    font-weight: 300;
    color: #000000
}

.privacy-link a:hover,
.privacy-link a:focus {
    color: #038470
}

.protectd-logo {
    margin-bottom: 30px;
}

.modal-dialog.modal-dialog-centered.modal-dialog-scrollable {
    max-width: 540px;
}

.modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    padding: 30px 30px;
    box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(3, 132, 112, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(3, 132, 112, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(3, 132, 112, 0.2);
    border: 1px solid #038470;
    overflow: visible;
}

.modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-content h2 {
    font-family: 'Roboto', sans-serif;
    color: #1F1F1F;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;
}

.international-patient-form .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-content h2,
.international-patient-form .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-content img {
    margin-bottom: 8px;
}

.international-patient-form .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .form-check-list {
    text-align: left;
    margin: 15px 0px 15px 0px !important;
    cursor: pointer;
}

.international-patient-form .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .form-check-list label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    width: auto;
    font-weight: bold;
}

.international-patient-form .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .form-check-list .form-check {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 0px;
}

.international-patient-form .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .form-check-list .form-check-label {
    background: none;
    border: none;
    color: #000;
    margin-bottom: 0px;
    font-weight: normal;
}

.international-patient-form .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .form-check-list .form-check-input[type="radio"] {
    border-radius: 50%;
    top: 2px;
    position: relative;
    box-shadow: none;
}

.international-patient-form .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .form-check-list .form-check-input:checked {
    background-color: #038470;
    border-color: #038470;
}

.international-patient-form .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .form-check-list .mb-0.form-check-list {
    text-align: left;
    margin: 20px 0px 20px 0px !important;
}

.modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-content p {
    font-family: 'Roboto', sans-serif;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}

.modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-content .form-control {
    height: 40px;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    color: #939598;
    border: 1px solid #D2E9E5;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    margin-bottom: 10px;
}

.form-control::file-selector-button {
    margin: .375rem -0.75rem !important;
}

.modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-content label {
    width: 100%;
    margin-bottom: 10px;
}

.modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-content .coman-btn {
    margin-top: 10px;
}

.modal-dialog-scrollable .modal-body {
    padding: 0px !important;
}

.modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-content textarea.form-control {
    height: 80px;
    padding-top: 10px;
}

.modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-content #formFileLg.form-control {
    font-size: 11px;
}

.header-info.fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(147, 149, 152, 0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(147, 149, 152, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(147, 149, 152, 0.2);
    animation: 1s ease 0s normal both 1 running fixedmenu;
    transition: all 400ms ease 0s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.centres-of-excellence-sec-block {
    text-align: center;
    background: #F3F9F8;
    border-radius: 8px;
    height: 100%;
    padding: 40px 20px;
}

.centres-of-excellence-sec-block a {
    display: inline-block;
}

.centres-of-excellence-sec-2.no-padding {
    padding-top: 20px !important;
}

.centres-of-excellence-sec-block:hover figure .img-fluid,
.centres-of-excellence-sec-block:focus figure .img-fluid {
    display: none;
}

.centres-of-excellence-sec-block figure img.hover,
.centres-of-excellence-sec-block figure img.hover {
    display: none;
}

.centres-of-excellence-sec-block:hover figure .img-fluid.hover,
.centres-of-excellence-sec-block:focus figure .img-fluid.hover {
    display: inline-block;
}

.centres-of-excellence-sec-block figure {
    margin-bottom: 20px;
}

.centres-of-excellence-sec-block p {
    font-size: 16px;
    color: #1F1F1F;
}

.centres-of-excellence-sec-2 .row {
    margin: 0px -8px;
}

.centres-of-excellence-sec-2 [class*="col-"] {
    padding: 0px 8px;
    margin-bottom: 40px;
}

.centres-of-excellence-sec-2 .coman-title h2 {
    margin-bottom: 50px;
}

.centres-of-excellence-sec-block:hover,
.centres-of-excellence-sec-block:focus {
    background: #038470;
    border-radius: 18px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(201, 233, 229, 1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(201, 233, 229, 1);
    box-shadow: 0px 10px 20px 0px rgba(201, 233, 229, 1);
}

.centres-of-excellence-sec-block:hover p,
.centres-of-excellence-sec-block:focus p {
    color: #fff;
}

.breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb-item {
    color: #1a2956;
    font-size: 14px;
}

.breadcrumb-item a {
    color: #038470;
    font-weight: 500;
}

.breadcrumb-item:last-child a {
    font-weight: normal;
}

.breadcrumb-item.active,
.breadcrumb-item:hover,
.breadcrumb-item:focus .breadcrumb-item a:hover,
.breadcrumb-item a:focus {
    color: #1F1F1F;
}

.breadcrumb-sec {
    padding: 10px 0px 20px 0px;
}

.urology-andrology-info {
    border-radius: 20px;
    padding: 5px 30px;
    min-height: 250px;
}

.urology-andrology-info .row {
    min-height: 240px;
}

.urology-andrology-info .row figure {
    margin-bottom: 0px;
}

.urology-andrology-info h2 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.urology-andrology-info .coman-btn {
    color: #038470;
    background: #fff;
    margin-top: 20px;
}

.urology-andrology-info .coman-btn:hover,
.urology-andrology-info .coman-btn:focus {
    color: #fff;
    background: #1F1F1F;
}

.defualt-content-info h1 {
    font-size: 35px;
    color: #202c59;
    margin-bottom: 13px;
    font-family: 'Roboto', sans-serif;
}

.defualt-content-info h2 {
    font-size: 30px;
    color: #1F1F1F;
    margin-bottom: 13px;
    font-family: 'Roboto', sans-serif;
}

.defualt-content-info h3 {
    font-size: 30px;
    color: #1F1F1F;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.defualt-content-info h4 {
    font-size: 20px;
    color: #1F1F1F;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.defualt-content-info h5 {
    font-size: 18px;
    color: #1F1F1F;
    margin-bottom: 13px;
    font-family: 'Roboto', sans-serif;
}

.defualt-content-info h6 {
    font-size: 16px;
    color: #038470;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.defualt-content-info figure {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 18px;
}

.defualt-content-info figure img {
    width: 100%;
    border-radius: 18px;
}

.defualt-content-info p {
    font-size: 16px;
    line-height: 1.7;
    color: #1F1F1F;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}

.defualt-content-info p a {
    color: #038470;
    font-weight: normal;
}

.defualt-content-info p a:hover,
.defualt-content-info p a:focus {
    color: #1F1F1F;
}

.defualt-content-info ul,
.defualt-content-info ol {
    margin-bottom: 35px;
}


.testimonial-card {
    background-color: #fff;
}

.defualt-content-info ul li:before {
    content: "";
    position: absolute;
    background: url("../images/why-choose-massh-arrow.png");
    width: 22px !important;
    height: 14px !important;
    position: absolute;
    left: 0px;
    top: 6px !important;
    border-radius: 0px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.defualt-content-info ul li,
.defualt-content-info ol li {
    font-size: 16px;
    line-height: 1.7;
    color: #1F1F1F;
    margin-bottom: 10px;
    padding-left: 32px;
    position: relative;
}

.defualt-content-info ul li p:first-child {
    margin-bottom: 0px;
}

.defualt-content-info ul li p b {
    font-weight: 500;
}

.defualt-content-info ul li a {
    color: #038470;
    font-weight: bold;
}

.defualt-content-info ul li a:hover,
.defualt-content-info ul li a:focus {
    color: #1F1F1F;
}

.urology-andrology-content-sec {
    padding: 50px 0px;
    position: relative;
}

.urology-andrology-content-sec:before {
    background: url("../images/urology-andrology-content-sec.png");
    background-size: auto;
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: -2%;
    width: 100%;
    height: 354px;
    background-size: contain !important;
    z-index: -1;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.condition-treatments-sec {
    background: #F3F9F8;
    border-radius: 18px;
    padding-bottom: 20px;
}

.condition-treatments-sec h4 {
    color: #038470;
    font-weight: bold;
    font-size: 20px;
    background: #D2E9E5;
    border-radius: 18px 18px 0px 0px;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
}

.condition-treatments-block-list {
    padding: 20px;
    padding-bottom: 15px !important;
}

.condition-treatments-block {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D2E9E5;
    display: none;
}

.condition-treatments-block:nth-child(1),
.condition-treatments-block:nth-child(2),
.condition-treatments-block:nth-child(3),
.condition-treatments-block:nth-child(4),
.condition-treatments-block:nth-child(5),
.condition-treatments-block:nth-child(6) {
    display: block;
}

.condition-treatments-block h5 {
    font-size: 16px;
    font-weight: 500;
    color: #1F1F1F;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
}

.condition-treatments-block.show-more {
    display: block !important;
}

.condition-treatments-block p {
    font-size: 14px;
    font-weight: normal;
    color: #1F1F1F;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.condition-treatments-block .coman-btn {
    border: 1px solid #038470;
    background: #F3F9F8;
    color: #038470;
    padding: 6px 20px;
}

.condition-treatments-block .coman-btn:hover,
.condition-treatments-block .coman-btn:focus {
    border: 1px solid #038470;
    background: #038470;
    color: #fff;
}

.accordion {
    position: relative;
}

.accordion .accordion-item {
    background-color: unset;
    border: none;
    border-radius: 0px !important;
    padding: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D2E9E5;
}

.accordion .accordion-item .accordion-header {
    margin-bottom: 0 !important;
}

.accordion .accordion-item .accordion-button {
    padding: 0px;
    box-shadow: none;
    background: none;
    color: #038470;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px;
    outline: none;
    font-family: 'Roboto', sans-serif;
    padding-right: 30px !important;
}

.accordion .accordion-item .accordion-button:after {
    width: 20px;
    height: 20px;
    background: none !important;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    transform: none !important;
    position: absolute;
    right: 20px;
}

.accordion .accordion-item .accordion-button[aria-expanded="true"]:after {
    content: "\f106";
}

.accordion .accordion-item .accordion-button[aria-expanded="false"]:after {
    content: "\f107";
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    background: none;
    color: #038470;
}

.accordion .accordion-body {
    padding: 0px;
    padding-top: 15px;
}

.accordion {
    margin-top: 30px;
}

.accordion .accordion-item:last-child {
    border-bottom: none !important;
}

.urology-andrology-content-sec .row,
.recommended-sec .row {
    margin: 0px -8px;
}

.urology-andrology-content-sec [class*="col-"],
.recommended-sec [class*="col-"] {
    padding: 0px 8px;
}

.recommended-sec.defualt-content-info iframe {
    width: 100%;
    border-radius: 18px;
}

.recommended-sec.defualt-content-info figure {
    margin-bottom: 0px;
}

.urological-conditions-block-list [class*="col-"] {
    padding: 0px 8px;
    margin-bottom: 30px;
    cursor: pointer;
}

.urological-conditions-block-list .row {
    margin: 0px -8px;
}

.urological-conditions-block {
    text-align: left;
    background: #F3F9F8;
    border-radius: 8px;
    height: 100%;
    padding: 30px 20px;
}

.urological-conditions-block:hover,
.urological-conditions-block:focus {
    background: #038470;
    border-radius: 18px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(201, 233, 229, 1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(201, 233, 229, 1);
    box-shadow: 0px 10px 20px 0px rgba(201, 233, 229, 1);
}

.urological-conditions-block:hover p,
.urological-conditions-block:focus p {
    color: #fff;
}

.urological-conditions-block p {
    font-size: 14px;
    color: #1F1F1F;
    margin-bottom: 0px !important;
}

.urological-conditions-block p b {
    font-size: 16px;
    margin-bottom: 8px;
    display: inline-block;
}

.home-healthcare-sec.kidney-stones .coman-title h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: unset;
}

.home-healthcare-sec.kidney-stones .coman-slider-block .item {
    background: #F3F9F8;
    box-shadow: none !important;
}

.home-healthcare-sec.kidney-stones .coman-slider-block .item-det .coman-btn {
    background: #F3F9F8;
    position: relative;
    bottom: 0px;
    display: inline-block;
}

.home-healthcare-sec.kidney-stones .coman-slider-block .item-det .coman-btn:hover,
.home-healthcare-sec.kidney-stones .coman-slider-block .item-det .coman-btn:focus {
    background: #038470;
}

.home-healthcare-sec.kidney-stones .coman-slider-block .item-det {
    padding: 20px;
}

.home-healthcare-sec.kidney-stones .coman-slider-block .item-det h3 {
    min-height: auto;
}

.home-healthcare-sec.kidney-stones {
    margin-top: 55px;
}

.coman-slider-block .iv-therapy-slider .item {
    padding-bottom: 0px;
    min-height: 354px;
}

.coman-side-bar-form form .form-control {
    border: 1px solid #D2E9E5;
    background: #FFFFFF;
    border-radius: 10px 10px;
    height: 50px;
    padding: 0px 20px;
    box-shadow: none;
    outline: none;
    line-height: normal;
    font-size: 14px;
    color: #939598;
    font-weight: 300;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
}

.coman-side-bar-form form textarea.form-control {
    height: 100px !important;
    padding-top: 15px !important;
}

.coman-side-bar-form form .coman-btn {
    height: 49px;
    background: #038470;
    color: #fff;
    border-radius: 67px;
    padding: 0px 43px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    outline: none;
    margin: 0px;
    margin-top: 15px;
}

.coman-side-bar-form form .coman-btn:hover,
.coman-side-bar-form form .coman-btn:focus {
    background: #000;
    color: #fff;
}

.coman-side-bar-form ::placeholder {
    color: #939598 !important;
    font-weight: 300 !important;
}

.coman-side-bar-form {
    text-align: center;
    padding: 30px 30px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(3, 132, 112, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(3, 132, 112, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(3, 132, 112, 0.2);
    border-radius: 10px;
    border: 1px solid #038470;
    position: sticky;
    top: 0px;
}

.coman-side-bar-form h2 {
    font-family: 'Roboto', sans-serif;
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.coman-side-bar-form p {
    font-family: 'Roboto', sans-serif;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 17px;
}

.coman-side-bar-form #formFileLg {
    text-align: center;
    padding: 30px 30px;
    height: 100px;
    border: 2px dotted #D2E9E5;
}

.coman-side-bar-form label {
    color: #939598;
    text-align: left;
    margin-bottom: 10px;
}

.urology-treatment-sec {
    padding-top: 10px !important;
}

.urology-andrology-content-sec.urology-treatment-sec::before {
    display: none;
}

.recommended-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.meet-our-doctors-sec.meet-our-doctors-sec-2 .coman-slider-block .item-det p {
    font-weight: normal;
    color: #1F1F1F;
    border-bottom: 1px solid rgba(3, 132, 122, 0.5);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.meet-our-doctors-sec.meet-our-doctors-sec-2 .coman-slider-block .item-det h3 {
    min-height: unset;
}

.meet-our-doctors-sec.meet-our-doctors-sec-2 .coman-slider-block .item-det h6 {
    min-height: unset;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    line-height: 18px;
}

.meet-our-doctors-sec.meet-our-doctors-sec-2 .coman-slider-block .item-det a.coman-btn {
    margin: 0px !important;
}

.meet-our-doctors-sec.meet-our-doctors-sec-2 .coman-slider-block .item-det span {
    background: #E7F3F1;
    float: right;
    color: #038470;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.meet-our-doctors-sec.meet-our-doctors-sec-2::before {
    height: 67.5%;
}

.comparison-block table tr:first-child {
    background: #fff !important;
    display: revert !important;
}

.comparison-block table tr:first-child td:first-child {
    padding: 17px;
    border-radius: 18px 0px 0px 0px;
}

.comparison-block table tr:last-child td:last-child {
    padding: 17px;
    border-radius: 0px 18px 0px 0px;
}

.comparison-block table tr:first-child h3 {
    font-size: 18px;
    color: #1F1F1F;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: left;
}

.comparison-block {
    margin-top: 60px;
}

.comparison-block h2 {
    font-size: 30px;
    color: #1F1F1F;
    margin-bottom: 13px;
    font-family: 'Roboto', sans-serif;
}

.comparison-block table tr td {
    padding: 8px 22px;
    font-size: 14px;
    color: #1F1F1F;
    cursor: pointer;
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border-left: 1px solid #D2E9E5;
}

.comparison-block table {
    border: 1px solid #D2E9E5;
    border-radius: 18px;
    width: 100%;
}

.comparison-block table tr td:first-child {
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
}

.comparison-block table tr:nth-child(2n) {
    background: #F3F9F8;
}

.comparison-block table tr:nth-child(2n+1) {
    background: #fff;
}

.international-patient-block:nth-child(even) {
    background: #F3F9F8;
}

.international-patient-block:nth-child(odd) {
    background: #fff;
}

.international-patient-block figure {
    margin-bottom: 0px;
    text-align: center;
}

.international-patient-form .coman-btn.international-patient-btn {
    text-transform: uppercase;
    position: fixed;
    width: 293px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -122px;
    border-radius: 0px;
    transform: rotate(-0.25turn);
    border-radius: 20px 20px 0px 0px;
    z-index: 999;
}

.book-appointment-right h2 {
    font-family: 'Roboto', sans-serif;
    color: #1F1F1F;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;
}

.book-appointment-right h2 {
    margin-bottom: 8px;
}

.book-appointment-right p {
    font-family: 'Roboto', sans-serif;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}

.book-appointment-right .form-control {
    height: 50px;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    color: #939598;
    border: 1px solid #D2E9E5;
    border-radius: 10px !important;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    margin-bottom: 15px;
    min-width: 100% !important;
}

.book-appointment-right textarea.form-control {
    height: 100px;
    padding-top: 20px;
}

.book-appointment-right {
    padding: 30px 81px;
    border: 1px solid #D2E9E5;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    text-align: center;
}

.book-appointment-right .row {
    margin: 0px -5px !important;
}

.book-appointment-right [class*="col-"] {
    padding: 0px 5px !important;
}

.book-appointment-left {
    border-radius: 10px;
    height: 100%;
    padding: 20px 30px;
}

.book-appointment-left h2 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 8px;
}

.book-appointment-left p {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #D2E9E5;
    margin-bottom: 28px;
    padding-bottom: 28px;
}

.book-appointment-left-block figure {
    margin-bottom: 0px;
    float: left;
    width: 40px;
    margin-right: 18px;
}

.book-appointment-left-block h6 {
    overflow: hidden;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    padding-top: 7px;
}

.book-appointment-left-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.book-appointment-page-sec .row {
    margin: 0px -8px;
}

.book-appointment-page-sec .col-md-6 {
    padding: 0px 8px;
}

.book-appointment-block-list .col-md-6 {
    width: 20%;
    margin-bottom: 16px;
}

.book-appointment-page-sec .book-appointment-block {
    text-align: left;
    background: #F3F9F8;
    border-radius: 18px;
    height: 100%;
    padding: 0px;
}

.book-appointment-page-sec .book-appointment-block-list .book-appointment-block a {
    width: 100%;
}

.book-appointment-page-sec .book-appointment-block figure,
.book-appointment-page-sec .book-appointment-block figure img {
    width: 100%;
    margin: 0px;
    border-radius: 18px 18px 0px 0px;
}

.book-appointment-page-sec .book-appointment-block p {
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    color: #1F1F1F;
}

.book-appointment-page-sec .book-appointment-block-list {
    margin-top: 60px;
}

.book-appointment-page-sec .book-appointment-block:hover,
.book-appointment-page-sec .book-appointment-block:focus {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(210, 233, 229, 1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(210, 233, 229, 1);
    box-shadow: 0px 5px 20px 0px rgba(210, 233, 229, 1);
}

.book-appointment-right .float-right {
    float: right !important;
}

.book-appointment-right .float-left {
    float: left !important;
}

.book-appointment-right .input-group-text {
    background: no-repeat;
    border: none;
    position: absolute;
    right: 5px;
    top: 8px;
    color: #038470;
    font-size: 20px;
}

.book-appointment-right a.datepicker-button {
    cursor: pointer;
    height: 0px;
    display: inherit;
}

.doctor-det {
    margin-bottom: 18px;
}

.doctor-det-col figure,
.certificates figure {
    float: left;
    width: 100% !important;
    position: relative;
    margin-bottom: 21px;
    border-radius: 10px;
}

.doctor-det-col figure img,
.certificates figure img {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.doctor-det-col .doctor-det {
    float: left;
    width: 100%;
}

.doctor-det-col .doctor-det h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    color: #1F1F1F;
}

.doctor-det-col .doctor-det span {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background: #038470;
    border-radius: 5px;
    color: #fff;
    padding: 7px 16px;
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.doctor-det-col .doctor-det p {
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 18px;
    color: #1F1F1F;
}

.doctor-det-col .doctor-det p b {
    color: #1F1F1F;
    font-weight: normal;
}

.doctor-det-col .coman-deatail {
    margin-bottom: 17px;
}

.coman-deatail {
    margin-bottom: 34px;
}

.coman-deatail h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    color: #1F1F1F;
    font-family: 'Roboto', sans-serif;
}

.coman-deatail p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    margin-bottom: 0px;
    color: #1F1F1F;
    font-family: 'Roboto', sans-serif;
}

.coman-deatail p small {
    color: #038470;
    font-weight: 500;
    font-size: 100%;
}

.col-md-4.doctor-det-col {
    width: 35%;
}

.col-md-8.about-det {
    width: 65%;
}

.doctors-details-sec [class*="col-"] {
    padding: 0px 6px;
}

.doctors-details-sec .row {
    margin: 0px -6px;
}

.doctors-details-sec {
    margin-bottom: 70px;
}

.coman-deatail ul {
    margin-top: 15px;
}

.coman-deatail ul li::before {
    background: url("../images/li-icon-2.png");
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
}

.coman-deatail ul li {
    font-size: 14px;
    font-weight: normal;
    color: #544837;
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
}

.doctor-appointment {
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #038470;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(3, 132, 112, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(3, 132, 112, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(3, 132, 112, 0.2);
}

.doctor-appointment h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #303030;
    padding: 30px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 0px !important;
}

.multi-speciaity-clinic {
    background: #FFF2E8;
    padding: 10px 30px;
}

.multi-speciaity-clinic h6 {
    font-size: 14px;
    font-weight: 500;
    color: #F2A368;
    margin-bottom: 5px;
}

.multi-speciaity-clinic p {
    font-size: 12px;
    font-weight: normal;
    color: #3F3F3F;
}

.multi-speciaity-clinic p i {
    color: #F2A368;
    padding-right: 5px;
    font-size: 15px;
}

.slot-slider {
    padding: 30px 30px;
}

.slot-booking-slider-sec .item {
    padding: 0px 3px;
}

.slot-slider-block {
    background: #F6FBFA;
    border: 1px solid #D2E9E5;
    border-radius: 8px;
    text-align: center;
    line-height: normal;
    float: left;
    width: 100%;
    padding: 8px 4px;
}

.slick-current .slot-slider-block,
.slot-slider-block:hover,
.slot-slider-block:focus {
    background: #D2E9E5;
    border: 1px solid #D2E9E5;
    cursor: pointer;
}

.slot-slider-block p {
    font-size: 11px;
    font-weight: 600;
    color: #1F1F1F;
    line-height: normal;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.slot-slider-block span {
    font-size: 9px;
    font-weight: normal;
    color: #1F1F1F;
    line-height: normal;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.slot-booking-slider-sec {
    padding: 30px 30px 25px 30px;
}

.evening-block p {
    font-size: 14px;
    font-weight: 500;
    color: #303030;
    margin-bottom: 10px;
}

.evening-block p {
    font-size: 14px;
    font-weight: 500;
    color: #1F1F1F;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.evening-block-list .form-check {
    display: inline-block;
    min-height: 0;
    padding-left: 0;
    margin-bottom: 5px;
    margin-right: 5px;
}

.evening-block-list .form-check .form-check-input {
    margin: 0px;
    position: absolute;
    opacity: 0;
}

.evening-block-list .form-check .form-check-label {
    color: #1F1F1F;
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #D2E9E5;
    border-radius: 5px;
    padding: 9px 14px;
    cursor: pointer;
}

.form-check-input:checked+.form-check-label {
    color: #fff;
    border: 1px solid #038470;
    background: #038470;
}

.form-info {
    padding: 0px 30px 30px 30px;
}

.form-info h3 {
    font-size: 16px;
    font-weight: 500;
    color: #1F1F1F;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

.doctors-details-sec .row {
    margin: 0px -4px;
}

.doctors-details-sec [class*="col-"] {
    padding: 0px 4px;
}

.form-info .form-label {
    font-size: 12px;
    font-weight: 500;
    color: #303030;
    margin-bottom: 5px;
}

.form-info .form-group {
    margin-bottom: 10px;
}

.form-info .form-control {
    height: 50px;
    padding: 0px 12px;
    font-size: 14px;
    font-weight: 300;
    color: #939598;
    border: 1px solid #D2E9E5;
    border-radius: 10px !important;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    margin-bottom: 15px;
    min-width: 100% !important;
}

.form-info .form-group p {
    font-size: 20px;
    font-weight: bold;
    color: #3F3F3F;
    padding-top: 25px;
}

.form-info .form-group p del {
    color: #1F1F1F;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 10px;
}

.form-info .form-group .coman-btn {
    background: #038470;
    border-radius: 48px;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 500;
    float: left;
    margin-top: 15px;
}

.form-info .form-group .coman-btn .contact-btn {
    color: #fff;
    background: none;
    font-size: 14px;
    font-weight: 500;
}

.slot-booking-slider-sec .slick-prev {
    left: -22px;
}

.slot-booking-slider-sec .slick-next {
    right: -22px;
}

.slot-booking-slider-sec .slot-booking-big-slider {
    margin-bottom: 30px;
}

.note {
    color: #1F1F1F;
    font-size: 10px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    background: #E7F3F1;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
    text-align: center;
}

.about-us-benner-info {
    border-radius: 18px;
    padding: 100px 50px;
    margin-bottom: 30px;
    background-position: right center !important;
}

.about-us-benner-info h2 {
    color: #FFF;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.about-us-benner-info p {
    color: #FFF;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
}

.mission-vison-sec {
    padding: 30px 0px 30px 0px;
}

.mission-vison-sec [class*="col-"] {
    padding: 0px 8px;
    margin-bottom: 30px;
}

.mission-vison-sec .row {
    margin: 0px -8px;
}

.mission-vison-block.text-center {
    border-radius: 10px;
    border: 1px solid rgba(3, 131, 122, 0.5);
    height: 100%;
    padding: 18px;
}

.mission-vison-block.text-center .defualt-content-info h6 {
    color: #1F1F1F;
    margin-bottom: 20px;
}

.mission-vison-block.text-center figure {
    margin-bottom: 30px;
}

.people-behind-massh-sec {
    background: #F3F9F8;
    padding: 50px 0px;
}

.people-behind-massh-block {
    border: 1px solid rgba(3, 131, 122, 0.5);
    padding: 25px 56px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.people-behind-massh-block p {
    text-align: center;
    color: #1F1F1F;
    font-size: 18px;
    position: relative;
    margin-bottom: 17px;
}

.people-behind-massh-block p:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0px;
    background: url("../images/quiet-img.png");
    width: 54px;
    height: 50px;
    background-size: contain !important;
    background-repeat: no-repeat;
}

.people-behind-massh-block h4 {
    margin-bottom: 0px;
    text-align: right;
    text-transform: uppercase;
}

.people-behind-massh-block small {
    margin-bottom: 0px;
    text-align: right;
    text-transform: uppercase;
    color: #038470;
    font-size: 14px;
    display: block;
}

.people-behind-massh-block:nth-child(even) h4,
.people-behind-massh-block:nth-child(even) small {
    text-align: left;
}

.people-behind-massh-block:nth-child(even) figure {
    text-align: right;
}

.people-behind-massh-block:last-child {
    margin-bottom: 0px !important;
}

.values-block {
    background: #F3F9F8;
    border-radius: 18px;
    text-align: center;
    height: 100%;
}

.values-block h4 {
    background: #038470;
    border-radius: 18px 18px 0px 0px;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.values-block p {
    padding: 20px;
    font-weight: normal;
    color: #1F1F1F;
    font-size: 15px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
}

.values-block:hover,
.values-block:focus {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(210, 233, 229, 1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(210, 233, 229, 1);
    box-shadow: 0px 10px 20px 0px rgba(210, 233, 229, 1);
    cursor: pointer;
}

.values-sec {
    padding: 60px 0px 30px 0px;
}

.values-sec .row {
    margin: 0px -8px;
}

.values-sec [class*="col-"] {
    padding: 0px 8px;
    margin-bottom: 30px;
}

.medical-services-sec {
    padding: 0px 0px 20px 0px;
}

.medical-services-sec .row {
    margin: 0px -8px;
}

.medical-services-sec [class*="col-"] {
    padding: 0px 8px;
    margin-bottom: 44px;
}

.medical-services-block {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(147, 149, 152, 0.2);
    -moz-box-shadow: 0px 10px 15px 0px rgba(147, 149, 152, 0.2);
    box-shadow: 0px 10px 15px 0px rgba(147, 149, 152, 0.2);
    border: 1px solid #E7F3F1;
    margin: auto;
    margin-bottom: 0px;
    text-align: center;
    padding: 20px;
    cursor: pointer;
}

.medical-services-block a {
    display: inline-block;
}

.medical-services-block p {
    font-size: 14px;
    color: #1F1F1F;
    line-height: normal;
}

.medical-services-block:hover p,
.medical-services-block:focus p {
    color: #038470;
    font-weight: 500;
}

.medical-services-block:hover,
.medical-services-block:focus {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(231, 243, 241, 1);
    -moz-box-shadow: 0px 10px 15px 0px rgba(231, 243, 241, 1);
    box-shadow: 0px 10px 15px 0px rgba(231, 243, 241, 1);
}

.medical-services-block figure img.hover,
.medical-services-block figure img.hover {
    display: none;
}

.medical-services-block:hover figure .img-fluid,
.medical-services-block:focus figure .img-fluid {
    display: none;
}

.medical-services-block:hover figure .img-fluid.hover,
.medical-services-block:focus figure .img-fluid.hover {
    display: inline-block;
}

.contact-information-sec {
    padding: 60px 0px;
}

.certified-training-sec .item p {
    color: #544837;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.contact-information-left {
    position: relative;
    margin-bottom: 30px;
}

.contact-information-left:last-child {
    margin-bottom: 0px;
}

.contact-information-left figure {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
}

.contact-information-left-det {
    padding-left: 40px;
}

.contact-information-left-det h6 {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.contact-information-left-det a {
    font-weight: 300;
}

.contact-information-info {
    position: relative;
}

.contact-information-info .item img {
    width: 100%;
}

.contact-information-info:before {
    background: rgb(3, 132, 112);
    background: -moz-linear-gradient(90deg, rgba(3, 132, 112, 0) 24%, rgba(3, 132, 112, 1) 51%, rgba(3, 132, 112, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(3, 132, 112, 0) 24%, rgba(3, 132, 112, 1) 51%, rgba(3, 132, 112, 1) 100%);
    background: linear-gradient(90deg, rgba(3, 132, 112, 0) 24%, rgba(3, 132, 112, 1) 51%, rgba(3, 132, 112, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#038470", endColorstr="#038470", GradientType=1);
    border: 1px solid #D2E9E5;
    border-radius: 9px;
    content: "";
    position: absolute;
    width: 100%;
    height: 88%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact-information-list {
    padding-left: 42px;
}

.home-healthcare-block {
    padding: 50px 0px;
}

.home-healthcare-block figure {
    border-radius: 18px;
    border: 1px solid #048470;
    padding: 10px;
}

.home-healthcare-block figure img {
    width: 100%;
}

.home-healthcare-block:nth-child(2n+1) [class*="col-"]:nth-child(1) {
    order: 2 !important;
}

.home-healthcare-block:nth-child(2n+1) {
    background-color: #fff !important;
    background: url("../images/curve-white.png");
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

.home-healthcare-block:nth-child(2n) {
    background-color: rgba(243, 249, 248, 0.8) !important;
    background: url("../images/curve-blue.png");
    background-position: left center !important;
    background-repeat: no-repeat !important;
}

.home-healthcare-list {
    margin-bottom: 80px;
}

.complete-hemogram-block-inn {
    background: #F5FAF9;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}

.description-block {
    border: 1px solid #038470;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.defualt-content-info .description-block p {
    font-size: 12px;
    margin-bottom: 10px;
}

.defualt-content-info .description-block p:last-child {
    margin-bottom: 0px;
}

.defualt-content-info .description-block p b {
    color: #038470;
}

.defualt-content-info .description-block p img {
    margin-right: 6px;
}

.health-checkup-detail-page-sec .defualt-content-info p {
    font-size: 14px;
}

.health-checkup-detail-add-to-cart-block {
    border: 1px solid #038470;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(3, 132, 112, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(3, 132, 112, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(3, 132, 112, 0.2);
}

.health-checkup-detail-add-to-cart-block ul {
    padding: 7px 30px;
    display: block;
    width: 100%;
    display: inline-block;
    width: 100%;
}

.health-checkup-detail-add-to-cart-block ul.last-child {
    background: #048470;
    padding: 15px 30px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.health-checkup-detail-add-to-cart-block ul.last-child li {
    color: #fff;
}

.health-checkup-detail-add-to-cart-block ul li {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #1F1F1F;
}

.health-checkup-detail-add-to-cart-block ul li:last-child {
    width: 50%;
    float: right;
    text-align: right;
}

.health-checkup-detail-add-to-cart-block {
    padding: 22px 0px 30px 0px;
    margin-bottom: 50px;
}

.health-checkup-detail-page-sec .row {
    margin: 0px -8px;
}

.health-checkup-detail-page-sec [class*="col-"] {
    padding: 0px 8px;
}

.health-checkup-detail-page-sec .coman-btn {
    width: 156px;
}

.health-checkup-page-sec p {
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 27px;
}

.health-checkup-page-sec .coman-btn {
    color: #038470;
    background: #fff;
    width: 150px;
    text-align: center;
}

.health-checkup-page-sec .coman-btn:hover,
.health-checkup-page-sec .coman-btn:focus {
    color: #fff;
    background: #038470;
}

.health-checkup-page-sec .about-us-benner-info {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0px;
    min-height: 265px;
}

.about-us-benner-info h2 {
    font-size: 40px;
}

.patient-stories-sec.patient-stories-sec-2.bg {
    margin: 50px 0px;
}

.health-check-up-sec {
    padding: 50px 0px 50px 0px;
}

.health-check-up-sec .row {
    margin: 0px -6px;
}

.health-check-up-sec [class*="col-"] {
    padding: 0px 6px;
    margin-top: 30px;
    width: 12.5%;
    text-align: center;
}

.health-check-up-sec figure {
    width: 135px;
    height: 135px;
    border-radius: 8px;
    border: 1px solid #E7F3F1;
    background: #fff;
    line-height: 135px;
    margin-bottom: 18px;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(231, 243, 241, 1);
    -moz-box-shadow: 0px 10px 15px 0px rgba(231, 243, 241, 1);
    box-shadow: 0px 10px 15px 0px rgba(231, 243, 241, 1);
}

.health-check-up-block p {
    font-size: 16px;
    font-weight: 500;
}

.health-check-up-sec .defualt-content-info h2 {
    margin-bottom: 0px;
}

.health-packages-sec {
    background: #F3F9F8;
    padding: 50px 0px 30px 0px;
}

.health-packages-sec .defualt-content-info h2 {
    margin-bottom: 0px;
}

.health-packages-sec .coman-btn {
    height: 36px;
    padding: 0px;
    width: 114px;
    text-align: center;
    line-height: 36px;
    float: right;
    margin-bottom: 30px;
}

.health-packages-block {
    border: 1px solid #D2E9E5;
    border-radius: 15px;
    padding: 10px;
    background: #fff;
}

.health-packages-block h3 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #1F1F1F;
    min-height: 34px;
}

.health-packages-block p {
    font-size: 10px;
    color: #1F1F1F;
    font-weight: normal;
}

.health-packages-block span {
    background: #E7F3F1;
    border-radius: 30px;
    float: right;
    width: 60px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    font-size: 10px;
    font-weight: 500;
}

.health-packages-block h4 {
    color: #038470;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
}

.health-packages-block h5 {
    color: #1F1F1F;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    padding-left: 5px;
}

.add-to-cart-btn {
    width: 90px;
    height: 27px;
    float: right;
    border: 1px solid #038470;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 27px;
    color: #038470;
}

.add-to-cart-btn:hover,
.add-to-cart-btn:focus {
    background: #038470;
    color: #fff;
}

.price-block {
    margin-top: 15px;
}

.health-packages-block .price-block p {
    font-size: 12px;
}

.coman-slider-block .health-packages-slider .item {
    background: transparent;
    border-radius: 15px;
    padding: 0px;
    cursor: pointer;
    padding-top: 0px !important;
    padding-bottom: 18px !important;
}

.coman-slider-block .health-packages-slider .item:hover .health-packages-block,
.coman-slider-block .health-packages-slider .item:focus .health-packages-block {
    -webkit-box-shadow: 0px 10px 14px 0px rgba(147, 149, 152, 0.2);
    -moz-box-shadow: 0px 10px 14px 0px rgba(147, 149, 152, 0.2);
    box-shadow: 0px 10px 14px 0px rgba(147, 149, 152, 0.2);
    border-radius: 15px;
}

.coman-slider-block .health-packages-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.coman-slider-block .health-packages-slider.owl-theme .owl-nav .owl-prev {
    left: -20px;
    right: auto;
}

.coman-slider-block .health-packages-slider.owl-theme .owl-nav .owl-next {
    right: -20px;
    left: auto;
}

.radiology-tests-sec .health-packages-block h5 {
    padding-left: 0px;
    width: 100% !important;
    text-align: right !important;
}

.coman-slider-block .health-packages-slider .row {
    margin: 0px -3px;
}

.coman-slider-block .health-packages-slider [class*="col-"] {
    padding: 0px 3px;
}

.coman-slider-block .health-packages-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px !important;
}

.blog-details-sec .defualt-content-info,
.news-event-page-sec .defualt-content-info {
    max-width: 768px;
    margin: auto;
}

.blog-details-sec .defualt-content-info h2 {
    margin-bottom: 30px;
}

.blog-details-sec .defualt-content-info h4 {
    color: #038470;
}

.similar-blogs-sec {
    padding: 40px 0px;
    background: #F8F8F8;
}

.blog-title h2,
.news-event-title h2 {
    font-size: 60px;
    color: #1F1F1F;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.news-event-title h2 {
    font-size: 50px;
}

.user-teb-block {
    margin-bottom: 30px;
}

.blog-img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    margin-bottom: 40px;
}

.blog-img img {
    border-radius: 18px;
    max-width: 100%;
}

.user-teb-block li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
    margin-bottom: 5px;
}

.user-teb-block li:last-child {
    margin-right: 0px !important;
}

.user-teb-block li i {
    display: inline-block;
    vertical-align: middle;
    color: #038470;
    font-size: 20px;
    margin-right: 5px;
}

.user-teb-block li img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.user-teb-block li p {
    font-size: 12px !important;
    color: #939598 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-bottom: 0px !important;
}

.user-teb-block li p a {
    color: #038470;
}

.user-teb-block li p a:hover,
.user-teb-block li p a:focus {
    color: #939598;
}

.blog-details-sec,
.blog-details-sec .container {
    position: relative;
}

.news-event-page-sec {
    position: relative;
}

.news-event-page-sec .container {
    position: relative;
}

.blog-details-sec:before,
.news-event-page-sec:before {
    background: url("../images/blog-left-curve.png") no-repeat left top;
    width: 391px;
    height: 446px;
    top: 0px;
    left: 0px;
    background-size: contain !important;
    content: "";
    position: absolute;
}

.blog-details-sec:after {
    background: url("../images/blog-right-curve.png") no-repeat left top;
    width: 179px;
    height: 476px;
    top: 170px;
    right: 0px;
    background-size: contain !important;
    content: "";
    position: absolute;
}

.similar-blogs-sec .container {
    max-width: 768px;
}

.similar-blogs-block figure {
    width: 100%;
    border-radius: 18px;
    margin-bottom: 0px;
}

.similar-blogs-block figure img {
    width: 100%;
    border-radius: 18px;
}

.similar-blogs-sec h2,
.popular-blogs-sec h2 {
    font-size: 30px;
    color: #1F1F1F;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}

.similar-blogs-block h4,
.similar-blogs-block h2 {
    font-size: 19px;
    font-weight: bold;
    color: #1F1F1F;
    margin-bottom: 7px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

.similar-blogs-block h2 {
    font-size: 30px;
    line-height: 1.4;
}

.similar-blogs-block p {
    font-size: 14px;
    font-weight: normal;
    color: #1F1F1F;
    margin-bottom: 17px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

.similar-blogs-sec .row {
    margin: 0px -8px;
}

.similar-blogs-sec [class*="col-"] {
    padding: 0px 8px;
}

.similar-blogs-sec .user-teb-block li {
    margin-right: 10px;
}

.similar-blogs-sec h4 a {
    color: #1F1F1F;
}

.blog-post-sec .similar-blogs-block figure {
    margin-bottom: 15px;
}

.similar-blogs-sec h4 a:hover,
.similar-blogs-sec h4 a:focus,
.similar-blogs-sec h2 a:hover,
.similar-blogs-sec h2 a:focus {
    color: #038470;
}

.similar-blogs-block {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.similar-blogs-block:last-child {
    margin-bottom: 0px;
}

.blog-cat {
    position: absolute;
    top: 19px;
    left: 19px;
}

.blog-cat a {
    background: #038470;
    border-radius: 8px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 5px 9px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-right: 5px;
    display: inline-block;
}

.blog-cat a:hover,
.blog-cat a:focus {
    background: #000;
    color: #fff;
}

.form-select {
    background: url("../images/select-arrow.png") right 10px center !important;
    background-repeat: no-repeat !important;
}

.instant-callback-sec {
    padding: 50px 0px;
}

.instant-callback-sec .container {
    max-width: 768px;
}

.instant-callback-sec .coman-side-bar-form {
    position: relative;
    top: 0px;
    margin: 0px !important;
}

.instant-callback-sec .coman-side-bar-form h2,
.instant-callback-sec .coman-side-bar-form p {
    text-align: left;
}

.instant-callback-sec .coman-side-bar-form .row {
    margin: 0px -5px;
}

.instant-callback-sec .coman-side-bar-form [class*="col-"] {
    padding: 0px 5px;
}

.blog-post-sec .row,
.popular-blogs-sec .row,
.explore-latest-videos-sec .row,
.slider-mini-content .row {
    margin: 0px -8px;
}

.blog-post-sec [class*="col-"],
.popular-blogs-sec [class*="col-"],
.explore-latest-videos-sec [class*="col-"],
.slider-mini-content [class*="col-"] {
    padding: 0px 8px;
    margin-bottom: 20px;
}

.popular-blogs-sec [class*="col-"],
.explore-latest-videos-sec [class*="col-"] {
    margin-bottom: 0px;
}

.popular-blogs-sec .similar-blogs-block {
    display: none;
}

.explore-latest-videos-sec {
    background: #EDEDED;
    padding: 50px 0px;
}

.popular-blogs-sec {
    padding-top: 60px;
}

.popular-blogs-sec .condition-treatments-sec ul {
    padding: 15px 20px;
}

.popular-blogs-sec .condition-treatments-sec ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D2E9E5;
}

.popular-blogs-sec .condition-treatments-sec ul li:last-child {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border-bottom: none !important;
}

.popular-blogs-sec .condition-treatments-sec ul li a {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 500;
}

.explore-latest-videos-sec iframe,
.explore-latest-videos-sec img {
    width: 100%;
    border-radius: 18px;
    height: 220px;
    margin-bottom: 10px;
}

.explore-latest-videos-sec .similar-blogs-block {
    display: none;
    margin-bottom: 39px;
}

.explore-latest-videos-sec .coman-btn,
.slider-mini-content .coman-btn {
    margin-top: 20px;
    background: transparent;
    border: 1px solid #038470;
    color: #038470;
}

.explore-latest-videos-sec .coman-btn:hover,
.explore-latest-videos-sec .coman-btn:focus,
.slider-mini-content .coman-btn:hover,
.slider-mini-content .coman-btn:focus {
    color: white;
    background: #1F1F1F;
}

.blog-slider-block {
    cursor: pointer;
    padding: 0px 10px;
}

.blog-slider-block figure {
    text-align: center;
    min-height: 40px;
}

.blog-slider-block figure img.hover,
.blog-slider-block figure img.hover {
    display: none !important;
}

.blog-slider-block:hover figure .img-fluid,
.blog-slider-block:focus figure .img-fluid {
    display: none !important;
}

.blog-slider-block:hover figure .img-fluid.hover,
.blog-slider-block:focus figure .img-fluid.hover {
    display: inline-block !important;
    margin: auto !important;
}

.blog-slider-block p {
    color: #939598;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    border-bottom: 1px solid #F3F9F8;
    padding-bottom: 10px;
}

.slick-current .blog-slider-block p,
.blog-slider-block:hover p,
.blog-slider-block:focus p {
    border-bottom: 1px solid #038470;
}

.slider-mini-teb {
    background: #F3F9F8;
    padding: 30px 0px;
    position: relative;
}

.slider-mini-teb .container {
    position: relative;
}

.slider-mini-content {
    padding: 60px 0px;
}

.slider-mini-teb .container {
    padding-right: 140px;
}

.slider-mini-teb .coman-btn {
    margin-top: 20px;
    background: transparent;
    border: 1px solid #038470;
    color: #038470;
    right: 0px;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0px;
}

.slider-mini-teb .coman-btn:hover,
.slider-mini-teb .coman-btn:focus {
    color: #038470;
    background: #fff;
}

.slider-mini-teb .slick-prev,
.slider-mini-teb .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 2;
    opacity: 0;
}

.slider-mini-teb:hover .slick-prev,
.slider-mini-teb:hover .slick-next,
.slider-mini-teb:focus .slick-prev,
.slider-mini-teb:focus .slick-next {
    opacity: 1;
}

.slick-slider-mini {
    padding-right: 10px;
}

.slider-mini-content .blog-cat {
    position: absolute;
    top: 10px;
    left: 10px;
}

.slider-mini-content [class*="col-"] {
    margin-bottom: 40px;
}

.international-patient-form .coman-btn.international-patient-btn.request-call-back-btn {
    width: 214px;
    right: -84px;
}

.book-appointment-sec.book-appointment-sec-2 {
    padding: 30px 0px 10px 0px;
}

.book-appointment-sec.book-appointment-sec-2::before {
    display: none;
}

.book-appointment-sec.book-appointment-sec-2 .book-appointment-list [class*="col-"] {
    width: 16.66%;
}

.conatct-us-benner .about-us-benner-info {
    background: rgb(3, 132, 112);
    background: -moz-linear-gradient(90deg, rgba(3, 132, 112, 1) 0%, rgba(3, 132, 112, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(3, 132, 112, 1) 0%, rgba(3, 132, 112, 0) 100%);
    background: linear-gradient(90deg, rgba(3, 132, 112, 1) 0%, rgba(3, 132, 112, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#038470", endColorstr="#038470", GradientType=1);
}

.contact-us-sec .book-appointment-right {
    padding: 40px 30px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.contact-us-sec .book-appointment-right .nav-tabs {
    justify-content: center;
    border: none;
    border-radius: 0px;
}

.contact-us-sec .book-appointment-right .nav-tabs .nav-link {
    border: none;
    width: 200px;
    height: 59px;
    padding: 0px;
    line-height: 59px;
    background: #F3F9F8;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #1F1F1F;
}

.contact-us-sec .book-appointment-right .nav-tabs .nav-item {
    margin: 0px 17px;
    margin-bottom: 45px;
}

.contact-us-sec .book-appointment-right .nav-tabs .nav-item:last-child {
    margin-right: 0px !important;
}

.contact-us-sec .book-appointment-right .nav-tabs .nav-item:first-child {
    margin-left: 0px !important;
}

.contact-us-sec .book-appointment-right .nav-tabs .nav-link.active {
    background: #038470;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(210, 233, 229, 1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(210, 233, 229, 1);
    box-shadow: 0px 10px 20px 0px rgba(210, 233, 229, 1);
    color: #fff;
}

.contact-us-sec .book-appointment-right .coman-btn {
    width: 258px;
}

.contact-us-sec .container,
.contact-us-sec-2 .container {
    max-width: 964px;
    text-align: center;
}

.contact-us-sec-info {
    border: 1px solid #038470;
    border-radius: 8px;
    padding: 26px;
    margin-bottom: 50px;
}

.contact-us-sec-info h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 9px;
    font-family: 'Roboto', sans-serif;
}

.contact-us-sec-info p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

.contact-us-sec-info .row {
    margin: 0px -30px !important;
}

.contact-us-sec-info [class*="col-"] {
    padding: 0px 30px !important;
    border-right: 1px solid #038470;
}

.contact-us-sec-info [class*="col-"]:last-child {
    border: none !important;
}

.location-block {
    padding-bottom: 116px;
}

.location-block img,
.location-block iframe {
    width: 100%;
    border-radius: 10px;
}

.location-block iframe {
    height: 340px;
}

.thank-you-block {
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    z-index: 999;
}

.thank-you-block .thank-you-info {
    max-width: 572px;
    border-radius: 10px;
    padding: 55px 35px;
    background: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0px;
    right: 0px;
    margin: auto;
}

.thank-you-block .thank-you-info h2 {
    font-size: 26px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #038470;
    margin-bottom: 5px;
}

.thank-you-block .thank-you-info p {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    color: #1F1F1F;
    margin-bottom: 0px;
}

.about-us-content-info {
    padding-top: 40px;
}

.key-conditions-treatments-sec {
    background: #038470;
    padding: 20px;
    margin-bottom: 30px;
}

.key-conditions-treatments-sec h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom: 20px;
}

.key-conditions-treatments-sec li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 12px 17px;
    padding-left: 40px;
    margin-bottom: 0px;
    border-radius: 4px;
}

.key-conditions-treatments-sec li a:hover,
.key-conditions-treatments-sec li a:focus {
    background: #E7F3F1;
    color: #038470;
}

.key-conditions-treatments-sec li a:before {
    content: "";
    position: absolute;
    background: url("../images/about-li-icon.png");
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 10px;
}

.key-conditions-treatments-sec li a:hover:before,
.key-conditions-treatments-sec li a:focus:before {
    background: url("../images/about-li-icon-hover.png");
}

.modal-dialog-scrollable {
    height: auto !important;
}

input[type='tel'] {
    padding-left: 50px !important;
}

.coman-slider-block .iv-therapy-slider-2 figure,
.coman-slider-block .iv-therapy-slider-2 figure img {
    border-radius: 10px 0px 0px 10px;
}

.coman-slider-block .iv-therapy-slider-2 .item-det {
    padding: 15px;
    padding-left: 0px;
}

.meet-our-doctors-sec.meet-our-doctors-sec-2 .coman-slider-block .iv-therapy-slider-2 .item-det p {
    min-height: 140px;
    overflow-y: auto;
    max-height: 140px;
}

.coman-slider-block .iv-therapy-slider-2 .item a:first-child {
    height: auto;
    display: unset;
}

.coman-slider-block .iv-therapy-slider-2 .item-det {
    padding-bottom: 65px !important;
    position: relative !important;
    height: 100%;
}

.coman-slider-block .iv-therapy-slider-2 .item-det .coman-btn {
    position: absolute !important;
    bottom: 15px !important;
    left: 0px !important;
}

.form-block {
    width: 100% !important;
}

.form-block .modal-dialog {
    max-width: 520px !important;
}

.form-block .modal-body.bg {
    background-size: auto auto !important;
    background-position: bottom left !important;
    border-radius: 7px;
    padding-bottom: 100px !important;
}

.form-block .col-4.col-sm-4 {
    text-align: right;
}

.form-block figure {
    margin-bottom: 20px;
}

.form-block .details-info {
    max-width: 280px;
    float: right;
}

.form-block form {
    margin-top: 20px;
}

.form-block .details-info h3 {
    color: #127764;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

.form-block .details-info h2 {
    color: #127764;
    font-size: 23px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

.form-block .form-control {
    height: 35px;
    padding: 0px 20px;
    font-size: 12px;
    font-weight: 300;
    color: #939598;
    border: 1px solid #D2E9E5;
    border-radius: 10px !important;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(3, 132, 112, 0.1);
    margin-bottom: 10px;
    min-width: 100% !important;
}

.form-block #phone {
    padding-left: 50px !important;
}

.form-block .coman-btn {
    padding: 9px 30px;
    line-height: normal;
    border-radius: 10px;
    width: 100px;
}

.form-block .form-call-info {
    margin-top: 34px;
}

.form-block .form-call-info .coman-btn {
    font-weight: normal;
    font-size: 15px;
    padding: 9px 10px;
    width: 225px;
}

.form-block .form-call-info .form-tel-link {
    display: block;
    color: #0a6252;
    font-size: 27px;
    text-transform: uppercase;
}

.form-block .form-call-info .form-tel-link img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    position: relative;
    top: -2px;
}

.coman-slider-block .item-det p:last-child {
    margin-bottom: 0px;
}

.news-event-slider figure {
    margin: 0px;
}

.news-event-slider {
    margin: 50px 0px;
    position: relative;
}

.news-event-slider:before {
    content: "";
    background: url("../images/left-arrow-slider.png");
    width: 140px;
    height: 100%;
    background-size: 100% 100% !important;
    background-position: center !important;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.iv-therapy-slider {
    position: relative;
}

.news-event-slider:after,
.iv-therapy-slider:after {
    content: "";
    background: url("../images/right-arrow-slider.png");
    width: 140px;
    height: 100%;
    background-size: 100% 100% !important;
    background-position: center !important;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.iv-therapy-slider:after {
    width: 50px !important;
}

.iv-therapy-slider .item {
    padding-top: 0px !important;
}

.iv-therapy-slider.owl-carousel .owl-item {
    padding-top: 0px !important;
}

.news-event-slider.owl-carousel .owl-item figure img {
    width: 100% !important;
}

.news-event-slider.owl-theme .owl-nav .owl-prev {
    left: 70px !important;
    z-index: 2;
    top: 50%;
    -moz-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    position: absolute !important;
}

.news-event-slider.owl-theme .owl-nav .owl-next {
    right: 70px !important;
    z-index: 2;
    top: 50%;
    -moz-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    position: absolute !important;
}