.goog-te-banner-frame { direction: none; }

* {
    outline: 0 !important;
    word-wrap: break-word;
    font-weight: 400;
}
li,
ul {
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    list-style-type: none;
}
img {
    color: #000;
    font-size: 11px;
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-top: 0px;
}
body {
    margin: 0;
    padding: 0 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    letter-spacing:0.2px;
}
.text-align {
    text-align: center;
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?r8tlcs);
    src: url(../fonts/icomoon.eot?r8tlcs#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?r8tlcs) format("truetype"), url(../fonts/icomoon.woff?r8tlcs) format("woff"), url(../fonts/icomoon.svg?r8tlcs#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
html.translated-rtl article,
html.translated-rtl h1,
html.translated-rtl h2,
html.translated-rtl h3,
html.translated-rtl h4,
html.translated-rtl h5,
html.translated-rtl h6,
html.translated-rtl h7,
html.translated-rtl label,
html.translated-rtl p {
    text-align: right;
}
html.translated-rtl ul li {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
}
html.translated-rtl .top-list-content p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
html.translated-rtl ul li::before {
    left: inherit;
    right: 0;
}
.home.blog {
    padding-top: 0;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-briefcase:before {
    content: "\e901";
}
.icon-receiver:before {
    content: "\e902";
}
.icon-right-arrow-thin:before {
    content: "\e903";
}
.icon-bed:before {
    content: "\e900";
}
.icon-care:before {
    content: "\e905";
}
.icon-details:before {
    content: "\e906";
}
.icon-doctor:before {
    content: "\e907";
}
.icon-down-arrow:before {
    content: "\e908";
}
.icon-flight:before {
    content: "\e909";
}
.icon-hat:before {
    content: "\e90a";
}
.icon-hospitals:before {
    content: "\e90b";
}
.icon-hotel:before {
    content: "\e90c";
}
.icon-lab:before {
    content: "\e90d";
}
.icon-left-arrow:before {
    content: "\e90e";
}
.icon-location:before {
    content: "\e90f";
}
.icon-magnifier:before {
    content: "\e910";
}
.icon-medicine:before {
    content: "\e911";
}
.icon-money:before {
    content: "\e912";
}
.icon-quotation:before {
    content: "\e913";
}
.icon-quote:before {
    content: "\e914";
}
.icon-right-arrow:before {
    content: "\e915";
}
.icon-right-thick-arrow:before {
    content: "\e916";
}
.icon-shakehand:before {
    content: "\e917";
}
.icon-treatment:before {
    content: "\e918";
}
.icon-visa:before {
    content: "\e919";
}
.icon-translator:before {
    content: "\e904";
}
.tmargin20 {
    margin-top: 20px;
}
.bmargin20 {
    margin-bottom: 20px;
}
.tmargin30 {
    margin-top: 30px;
}
.bmargin30 {
    margin-bottom: 30px;
}
.bottom-padding-0 {
    padding-bottom: 0 !important;
}
.translated-rtl body {
    padding-top: 0;
}
.btn {
    height: initial;
    border-radius: 25px;
    padding: 5px 25px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 16px;
    line-height:30px;
}
.btn-success {
    background-color: #11cba9;
    border-color: #08c2a0;
    color: #fff;
    min-width: 150px;
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background-color: #21dbb9 !important;
    border-color: #08c2a0 !important;
}
.make-call::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -5px;
    background-image: url(../images/receiver.svg);
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 15px;
    height: 15px;
}
.language-selectionbox a:hover .make-call::before {
    opacity: 1;
}
.form-control {
    height: 55px;
    color: #000;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 17px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
}
textarea {
    resize: none;
    height: 115px;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #0b88e7;
}
.form-group {
    margin-bottom: 30px;
    position: relative;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    transition: padding 0.2s ease 0s, background 0.2s ease 0s;
    -moz-transition: padding 0.2s ease 0s, background 0.2s ease 0s;
    -webkit-transition: padding 0.2s ease 0s, background 0.2s ease 0s;
    -ms-transition: padding 0.2s ease 0s, background 0.2s ease 0s;
    -o-transition: padding 0.2s ease 0s, background 0.2s ease 0s;
}
/* .inner-header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
} */
.language-selectionbox a {
    position: relative;
    color: #6d7887;
}
.brandbox {
    background-image: url(../images/logo.png);
    padding: 0;
    width: 200px;
    height: 75px;
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    margin-top: 3px;
    background-position: center center;
    background-size: contain;
}
.no-padding header .brandbox {
    background-image: url(../images/logo_ht.svg);
    padding: 0;
    width: 150px;
    height: 88px;
    background-color: transparent;
    background-repeat: no-repeat;
    margin-top: 3px;
    background-position: center center;
    background-size: contain;
    margin-left: 0;
}
header.inner-header .brandbox {
    background-image: url(../images/logo_ht.svg);
    padding: 0;
    width: 150px;
    height: 88px;
    background-color: transparent;
    background-repeat: no-repeat;
    margin-top: 3px;
    background-position: center center;
    background-size: contain;
}
.header-menu {
    float: right;
    margin-top: 25px;
    position: relative;
}
.make-call {
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
    line-height: normal;
    top: -1px;
    position: absolute;
    left: 0;
}
.menu-items {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    text-align: right;
    margin: 0;
    vertical-align: middle;
    position: relative;
}
.menu-items li {
    display: inline-block;
    list-style-type: none;
    padding: 3px 0;
    margin: 0 0 0 25px;
    vertical-align: middle;
    position: relative;
}
.menu-items li a {
    color: #000;
    font-size: 13px;
    color: #6d7887;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: block;
}
.home-tetimonial .owl-carousel .owl-item.active {
    opacity: 1;
}
.home-tetimonial .owl-carousel .owl-item {
    opacity: 0.2;
}
.great-achievement .secondary-font {
    text-align: center;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    font-weight: 600;
}
.great-achievement label {
    font-size: 25px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 55px;
}
.great-achievement .secondary-font small {
    font-size: 30px;
    font-weight: 300;
    color: #000;
    line-height: 36px;
}
header a {
    text-decoration: none !important;
    transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
}
.menu-items li a:hover,
.menu-items li.active a {
    color: #000;
    text-decoration: none;
}
.free-quote {
    border: 1px solid #11cba9;
    font-size: 14px;
    color: #11cba9;
    background-color: #fff;
    padding: 8px 20px;
}
.menu-items li a.free-quote {
    color: #11cba9;
}
.free-quote:active,
.free-quote:focus,
.free-quote:hover,
.hospital-block .card-bottom .free-quote:active,
.hospital-block .card-bottom .free-quote:focus,
.hospital-block .card-bottom .free-quote:hover {
    color: #11cba9;
    background-color: rgb(17, 203, 169, 0.2);
}
header .free-quote {
    display: inline-block;
    font-size: 12px;
    height: 32px;
    padding: 6px 16px;
}
.translated-rtl header .free-quote {
    line-height: 12px;
}
.whats-app-notofied label {
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    top: -2px;
    left: 0;
    color: #000;
    opacity: 1;
}
.whats-app-notofied input {
    margin-right: 5px;
}
.global-search {
    font-size: 16px;
    color: #6f6f6f;
    position: relative;
    top: 4px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.whats-app-notofied.custom-whtsapp-noti {
    position: relative;
    margin-top: -10px;
}
.whats-app-notofied.custom-whtsapp-noti input {
    position: absolute;
    left: 0;
    top: -3px;
}
.whats-app-notofied.custom-whtsapp-noti label {
    display: block;
    padding-left: 20px;
    line-height: normal;
    font-size: 10px;
}
.global-search:hover {
    color: #000;
}
.counrty {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    margin-right: 0;
}
.countrypicker.bootstrap-select > .dropdown-toggle {
    width: auto;
    border: none;
    border-radius: 0;
    padding: 0 24px 0 0;
    height: auto;
    background-color: #fff !important;
}
.countrypicker.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
    vertical-align: top;
}
.countrypicker.bootstrap-select .dropdown-toggle .filter-option {
    padding: 2px 0 0 0;
    position: initial;
    width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #6f6f6f;
}
.countrypicker.bootstrap-select .dropdown-toggle .caret {
    border: none;
    font-family: icomoon !important;
    font-size: 5px;
    right: 22px;
    margin-top: -2px;
    color: #9b9b9b;
}
.countrypicker.bootstrap-select .dropdown-toggle .caret::before {
    content: "\e908";
}
.countrypicker.bootstrap-select .dropdown-menu {
    right: 0;
    left: auto;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.btn-group.open .dropdown-toggle {
    outline: 0 !important;
    box-shadow: none !important;
}
.countrypicker.bootstrap-select .dropdown-toggle::before {
    display: none;
}
.telephone-number {
    font-size: 13px;
    color: #6d7887;
    padding: 0 0 0 12px;
    margin: 0;
    vertical-align: middle;
}
.telephone-number:hover {
    color: #000;
}
.language-selectionbox {
    float: right;
    margin-top: 0;
    text-align: right;
    margin-right: 22px;
    margin-left: 0;
}
.countrypicker .open > .dropdown-menu {
    display: block;
    max-width: 220px;
    width: 200px;
    max-height: 300px !important;
}
.countrypicker.bootstrap-select .dropdown-menu li a span.text {
    white-space: normal;
}
.bs-searchbox .form-control {
    height: auto;
    border: 1px solid #f1f1f1;
    padding: 6px 11px;
    font-size: 12px;
    border-radius: 2px;
    color: #262626;
    font-weight: 400;
    box-shadow: 0 5px 2px -1px rgba(0, 0, 0, 0.03);
}
footer {
    padding: 50px 0 0;
    background: rgba(245, 245, 245, 1.1);
    margin-top: 2px;
}
.rotated-design {
    position: relative;
    overflow: hidden;
}
.seperator {
    margin: 50px 0 0;
    border-top: 1px solid #e5e5e5;
    padding: 35px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.t-margin {
    margin-top: 40px;
}
.address-associated p {
    font-size: 11px;
    line-height: 18px;
    margin-top: 5px;
    letter-spacing: 0.3px;
}
.happiness-data-box p span {
    font-weight: 300;
}
.rotated-design::before {
    content: "";
    width: 630px;
    height: 630px;
    position: absolute;
    top: 45px;
    left: -190px;
    border-radius: 80px;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    background: -moz-linear-gradient(top, #0983e8 0, rgba(15, 173, 217, 0.98) 53%, #4fcbbb 89%, #4fcbbb 100%);
    background: -webkit-linear-gradient(top, #0983e8 0, rgba(15, 173, 217, 0.98) 53%, #4fcbbb 89%, #4fcbbb 100%);
    background: linear-gradient(to bottom, #0983e8 0, rgba(15, 173, 217, 0.98) 53%, #4fcbbb 89%, #4fcbbb 100%);
}
.footer-links {
    padding: 60px 0 0 450px;
    min-height: 1px;
}
.hospals-on-apps {
    padding: 15px 0 10px;
    margin-top: 10px;
}
.hospals-on-apps .mobile-app-links {
    float: left;
    white-space: nowrap;
}
.hospals-on-apps .mobile-app-links a {
    margin-right: 10px;
}
.rights-reserved {
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
    margin: 2px 0 0;
}
.aboutbrand-content p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    opacity: 0.8;
    margin-top: 3px;
    letter-spacing: 0.3px;
    text-align: justify;
}
.links-for {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.links-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
}
.links-list li {
    width: 100%;
    list-style-type: none;
    margin-top: 2px;
}
.links-list a {
    color: #817f7f;
    font-size: 13px;
    font-weight: 400;
}
.links-list a:hover {
    text-decoration: underline;
    color: #444;
}
.home-banner {
    padding: 0;
    position: relative;
}
.banner-left {
    width: 39%;
    float: left;
    background-image: linear-gradient(#0761e8, #01aaf0);
    height: 648px;
}
.no-padding {
    padding: 0;
}
.no-padding header {
    background: transparent;
    box-shadow: none;
}
.banner-content {
    position: absolute;
    width: 100%;
    top: 0;
}
.right-banner {
    width: 61%;
    float: left;
    position: relative;
    margin-left: -25px;
    padding-top: 95px;
}
.close-icon-box {
    position: absolute;
    right: 0;
    top: 10px;
}
.no-padding .brandbox {
    padding: 20px 20px 0;
    background: #fff;
    margin: 0;
}
.right-banner-content {
    width: 100%;
    height: 580px;
    float: left;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 820px;
}
.aboutbrand-content a img {
    height: 100px;
}
.treatment-block:hover {
    background-color: #fff;
    border-color: #dbf7f2;
    box-shadow: 0 0 6px 2px #dbf7f2;
}
.brandbox a img {
    width: 100px;
    position: relative;
    top: -14px;
}
header .bootstrap-select .dropdown-menu {
    z-index: 2;
    top: 25px;
    width: auto;
    right: 0;
    min-width: 94px;
    left: -30px;
}
svg {
    display: block;
}
.overlay-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/banner-overlay.png) no-repeat center center;
    display: none;
}
.main-search.home-search ul {
    max-width: 100%;
    z-index: 2;
    left: 0;
}
.banner-title-box #search-bx {
    width: 150px;
    margin-top: 25px;
}
.main-search.home-search .form-control.custom-placeholder::placeholder {
    color: #000;
    opacity: 0.5;
}
.main-search.home-search .form-control.custom-placeholder:-ms-input-placeholder {
    color: #000;
    opacity: 0.5;
}
.main-search.home-search .form-control.custom-placeholder::-ms-input-placeholder {
    color: #000;
    opacity: 0.5;
}
.main-search {
    width: 490px;
    max-width: 100%;
    margin: 20px 0 0;
    position: relative;
    text-align: left;
}
.main-search .form-control {
    height: 55px;
    border-radius: 40px;
    text-overflow: ellipsis;
    padding: 15px 50px 15px 15px;
    font-size: 15px;
    border-color: #e7e7e7;
    letter-spacing: 0.3px;
}
.main-search .form-control:focus {
    border: 1px solid #11cba9;
}
.main-search .btn-success {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    font-size: 15px;
    width: 150px;
}
.main-search .custom-btn {
    border-radius: 0 30px 30px 0;
    width: 100px;
    padding: 10px;
    cursor: auto;
    text-align: center;
    cursor: pointer;
}
.page-primaryfont {
    font-size: 30px;
    color: #bafff9;
    text-align: left;
    font-weight: 700;
    line-height: 40px;
    margin-top: 205px;
    max-width: 450px;
    letter-spacing: 0.3px;
}
.page-primaryfont span {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
}
.main-search.home-search .form-control {
    height: 50px;
    background: 0 0;
    color: #000;
    box-shadow: none;
}
.right-banner-content img {
    height: 580px;
}
.btn.btn-success.custom-btn .icon-magnifier {
    color: #fff;
    font-weight: 700;
    position: relative;
    top: -1px;
}
.header-menu .btn-group .btn.dropdown-toggle.btn-default {
    padding: 10px 0;
    min-width: 100px;
    background: 0 0;
    padding: 0;
    line-height: normal;
}
.main-search.home-search .btn-success:active,
.main-search.home-search .btn-success:focus,
.main-search.home-search .btn-success:hover {
    background-color: #fff;
    border-color: none;
}
.container.home-container {
    max-width: 1200px;
    background: #fff;
}
.header-menu .btn.dropdown-toggle.btn-default {
    border: none;
}

.header-menu .btn-default:active,
.header-menu .btn-default:focus,
.header-menu .btn-default:hover {
    background: #fff;
}
.header-menu .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 80px;
    border: none;
    margin-right: 5px;
    position: relative;
}
.header-menu .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)::before {
    content: "";
    position: absolute;
    right: -20px;
    width: 1px;
    height: 13px;
    background: #e5e5e5;
    top: 0;
}
.sub-menu li:last-child::before {
    background-image: none;
    position: initial;
}
header .menu-items li .sub-menu li:last-child {
    padding-left: 10px;
}
.main-search.home-search .custom-btn {
    width: 50px;
    height: 50px;
    background: #13ccaa;
    border: none;
    border-radius: 100%;
    right: 0;
    top: 0;
    min-width: initial;
}
.main-search.home-search {
    width: 500px;
    display: inline-block;
    list-style-type: none;
    margin-top: 0;
}
.custom-width {
    width: 155px;
}
.medical-treatment {
    padding: 0 0 100px;
}
.secondary-font {
    font-size: 26px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}
.stroke-line {
    stroke-dasharray: 2 5;
    stroke-dashoffset: 0;
}
.secondary-font .stroke-line {
    display: inline-block;
    vertical-align: top;
    position: relative;
    bottom: -13px;
}
.secondary-font span {
    color: #ef2027;
    font-weight: 600;
    display: inline-block;
}
.secondary-font.search-doctors-in {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 35px;
    font-weight: 600;
}
.secondary-font.search-doctors-in span.inline-font {
    display: inline;
    position: relative;
    top: 4px;
    line-height: 35px;
}
.treatment-rate-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    transform: skew(0, 2deg);
    top: -100px;
    bottom: 150px;
    background: #fafafa;
}
.secondary-font.search-doctors-in .text-black {
    color: #000;
    font-weight: 300;
}
.secondary-font.search-doctors-in .searchandfilter {
    display: inline;
}
.secondary-font.search-doctors-in .searchandfilter .dropdown-toggle {
    padding: 0;
    border: none;
    height: auto;
    font-size: 32px;
    font-weight: 600;
    color: #34cbaa;
    width: auto;
    background: 0 0 !important;
    box-shadow: none !important;
}
.secondary-font.search-doctors-in .searchandfilter .dropdown-toggle .filter-option {
    font-weight: 600;
    position: relative;
    display: inline-block;
    width: auto;
    padding-right: 20px;
    color: #34cbaa;
    border-bottom: 1px solid #34cbaa;
}
.secondary-font.search-doctors-in .searchandfilter .dropdown-toggle .filter-option::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #34cbaa transparent transparent;
    position: absolute;
    right: 0;
    top: 50%;
}
.secondary-font.search-doctors-in .searchandfilter .dropdown-toggle .bs-caret {
    display: none;
}
.secondary-font.search-doctors-in .searchandfilter .dropdown-menu span {
    color: #34cbaa;
    font-size: 20px;
    font-weight: 400;
}
.text_content_box {
    width: 100%;
    max-width: 100%;
    padding: 45px 40px;
    border-radius: 10px;
    border: 1px solid #e9f6f7;
    margin: 30px auto 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
}
.medical-treatment .text_content_box {
    width: 910px;
    background: #fff;
}
p {
    font-size: 15px;
    font-weight: 300;
    color: #262626;
    line-height: 28px;
    margin-bottom: 12px;
}
p:last-of-type {
    margin-bottom: 15;
}
.hospals-line {
    width: 70px;
    margin: 10px 0;
}
.side-curves {
    position: relative;
}
.side-curves .curve-block {
    width: 400px;
    height: 400px;
    z-index: 1;
    position: absolute;
    left: -320px;
    bottom: -90px;
    opacity: 0.1;
    top: auto;
    border-radius: 80px;
    margin-left: -180px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: -moz-linear-gradient(top, #0983e8 0, rgba(15, 173, 217, 0.98) 53%, #4fcbbb 89%, #4fcbbb 100%);
    background: -webkit-linear-gradient(top, #0983e8 0, rgba(15, 173, 217, 0.98) 53%, #4fcbbb 89%, #4fcbbb 100%);
    background: linear-gradient(to bottom, #0983e8 0, rgba(15, 173, 217, 0.98) 53%, #4fcbbb 89%, #4fcbbb 100%);
}
.side-curves.show-curve .curve-block {
    margin-left: 0;
}
.featured-hospitals {
    padding: 40px 0 80px;
}
.scrolling-brands {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 48%;
    min-height: 460px;
    position: relative;
}
.scrolling-brands::before {
    content: "";
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    background: -moz-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0.77) 42%, rgba(255, 255, 255, 0.61) 85%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0.77) 42%, rgba(255, 255, 255, 0.61) 85%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0.77) 42%, rgba(255, 255, 255, 0.61) 85%, rgba(255, 255, 255, 0) 100%);
}
.scrolling-brands::after {
    content: "";
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.61) 15%, rgba(255, 255, 255, 0.77) 58%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.61) 15%, rgba(255, 255, 255, 0.77) 58%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.61) 15%, rgba(255, 255, 255, 0.77) 58%, #fff 100%);
}
.scrolling-brands .brandsbox {
    height: 50px;
    display: inline-block;
    line-height: 50px;
    margin: 20px;
    width: 135px;
    text-align: center;
}
.scrolling-brands .brandsbox img {
    max-height: 50px;
    vertical-align: middle;
}
.featured-content {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 90px;
}
.marquee {
    overflow: hidden;
}
.how-it-works {
    padding: 110px 0 125px;
    background: #087eea;
    background: -moz-linear-gradient(top, #087eea 0, #0faed8 100%);
    background: -webkit-linear-gradient(top, #087eea 0, #0faed8 100%);
    background: linear-gradient(to bottom, #087eea 0, #0faed8 100%);
}
.row25 {
    margin: 0 -25px;
}
.col-25 {
    float: left;
    width: 25%;
    padding: 0 25px;
}
.procedure-card {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 25px;
    position: relative;
}
.card-icon {
    display: inline-block;
    height: 40px;
    margin-bottom: 5px;
}
.procedure-card .card-icon {
    font-size: 32px;
    color: #6f6f6f;
}
.procedure-card label {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 22px;
    display: block;
}
.number-card {
    position: relative;
    margin-top: 85px;
}
.number-card::before {
    content: attr(card-number);
    color: #267dd7;
    font-size: 80px;
    line-height: 20px;
    position: absolute;
    left: 10px;
    top: -33px;
    font-weight: 900;
    z-index: 0;
}
.secondary-font.white-font {
    color: #fff;
}
.secondary-font.white-font span {
    color: #1bc8e8;
}
.width-limit-content {
    width: 850px;
    max-width: 100%;
    margin: auto;
}
.how-it-works .width-limit-content p {
    color: #fff;
}
.featured-treatment {
    width: 100%;
    padding: 110px 0;
}
.available_treatment {
    display: inline-block;
    padding: 0;
    margin: 50px 0;
    list-style-type: none;
    width: 100%;
}
.available_treatment > li {
    float: left;
    width: 25%;
    height: 290px;
    position: relative;
    display: table;
}
.available_treatment > li::before {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    border-right: 2px solid #f7f7f7;
}
.available_treatment > li::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #f7f7f7;
}
.available_treatment > li:nth-child(4n) .treatment_name::after,
.available_treatment > li:nth-child(4n)::before {
    display: none;
}
.available_treatment > li:nth-last-child(1) .treatment_name::after,
.available_treatment > li:nth-last-child(1)::after,
.available_treatment > li:nth-last-child(2) .treatment_name::after,
.available_treatment > li:nth-last-child(2)::after,
.available_treatment > li:nth-last-child(3) .treatment_name::after,
.available_treatment > li:nth-last-child(3)::after,
.available_treatment > li:nth-last-child(4) .treatment_name::after,
.available_treatment > li:nth-last-child(4)::after {
    display: none;
}
.treatment_name {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    position: relative;
    z-index: 3;
}
.available_treatment > li .treatment_name .hidden label a {
    color: #858ba0;
    text-decoration: none;
}
.available_treatment > li .treatment_name .hidden label a:ative,
.available_treatment > li .treatment_name .hidden label a:focus,
.available_treatment > li .treatment_name .hidden label a:hover {
    color: #000;
}
.available_treatment .treatment_name::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    bottom: -20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    z-index: -1;
}
.treatment_name .icon-box {
    display: block;
    width: 50px;
    margin: auto;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.treatment_name .icon-box img {
    max-height: 100%;
}
.full-click {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.treatment_name h4 {
    font-size: 20px;
    color: #000;
    margin: 23px 0 10px;
}
.treatment_name .hidden label {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #858ba0;
}
.more-link {
    font-size: 16px;
    color: #0b93ed;
    font-weight: 600;
}
.more-link:active,
.more-link:focus,
.more-link:hover {
    text-decoration: none;
    color: #2083cf;
}
.treatment_name .more-link {
    display: inline-block;
    margin: 6px 0 0;
}
.available_treatment .hover-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f7feff;
    z-index: -1;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}
.available_treatment > li:hover .hover-content {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}
.available_treatment > li .treatment_name .hidden {
    display: block !important;
}
.available_treatment > li .treatment_name .hidden .more-link,
.available_treatment > li .treatment_name .hidden label {
    visibility: hidden;
    opacity: 0;
    margin: -30px 0 0 0;
    line-height: 25px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.available_treatment > li:hover .treatment_name .hidden .more-link,
.available_treatment > li:hover .treatment_name .hidden label {
    visibility: visible;
    opacity: 1;
    margin: 0;
}
.available_treatment > li:hover .treatment_name::after {
    display: none;
}
.available_treatment > li:hover {
    z-index: 5;
}
.explore-more {
    text-align: center;
}
.more-link .icon-right-thick-arrow {
    font-size: 11px;
    vertical-align: middle;
}
.testimonial-section {
    width: 100%;
    padding: 95px 0;
    background-color: #f7f7f7;
    position: relative;
    margin-top: 0;
    display: none;
}
.testimonial-section::before {
    content: "";
    height: 50px;
    width: 100%;
    position: initial;
    left: 0;
    top: -40px;
    background: url(../images/fade.png) repeat-x 0 0;
    z-index: 1;
    right: 0;
}
.send-enquiry-btn-block {
    position: absolute;
    bottom: -65px;
    left: 65px;
}
.testimonial-carousel {
    max-width: 100%;
    margin: 0 auto;
}
.testimonial-carousel .roundperson-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
}
.tesimonials_thumbs {
    width: 340px;
    max-width: 100%;
    margin: 0 auto;
}
.roundperson-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.testimonial-carousel .synced .roundperson-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    -webkit-filter: none;
    filter: none;
}
.testimonial-carousel .person-name {
    margin: 35px 0 20px;
}
.person-name h4 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 10px;
}
.person-name label {
    font-size: 13px;
    color: #797979;
    margin: 2px 0 0;
    font-weight: 400;
}
.estimate-section {
    padding: 80px 0;
    background-image: linear-gradient(rgb(241, 241, 241, 0.5), #fff);
}
.find-by-estimation {
    margin: 0 auto;
    max-width: 100%;
    padding-right: 200px;
    position: relative;
}
.find-by-estimation .secondary-font {
    font-size: 30px;
    margin: 0;
    line-height: 43px;
}
.find-by-estimation label {
    font-size: 21px;
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
    color: #000;
}
.find-by-estimation .position-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
.zig-zag-line {
    width: 100%;
    height: 150px;
    background-repeat: repeat-x;
    overflow: hidden;
    background-position: 0 center;
}
.zigzag-svg {
    stroke-dasharray: 3270;
    width: 100%;
    animation: pulseline 20s linear infinite;
    -moz-animation: pulseline 20s linear infinite;
    -webkit-animation: pulseline 20s linear infinite;
}
@keyframes pulseline {
    0% {
        stroke-dashoffset: 3270;
    }
    100% {
        stroke-dashoffset: -3270;
    }
}
@-moz-keyframes pulseline {
    0% {
        stroke-dashoffset: 3270;
    }
    100% {
        stroke-dashoffset: -3270;
    }
}
@-webkit-keyframes pulseline {
    0% {
        stroke-dashoffset: 3270;
    }
    100% {
        stroke-dashoffset: -3270;
    }
}
.about-hospals {
    padding: 0;
}
.two-col-content {
    width: 100%;
    padding: 0 500px 50px 0;
    position: relative;
}
.starting-line {
    position: relative;
}

.block-pic {
    width: 450px;
    height: 350px;
    max-width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 0;
}
.about-hospals p {
    margin-bottom: 5px;
}
.secondary-font.starting-line {
    margin-bottom: 10px;
}
.start-to-end-care {
    width: 100%;
}
.two-col-content + .start-to-end-care {
    margin-top: -110px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.care-steps {
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #f7f7f7;
    background-color: #fff;
    padding: 15px 30px 30px;
    margin-top: 50px;
    box-shadow: 0 3px 14px -8px rgba(0, 0, 0, 0.3);
}
.care-steps li {
    width: 105px;
    float: left;
    border-right: 1px solid #f7f7f7;
    height: 60px;
    margin-top: 15px;
    text-align: center;
}
.care-steps li:last-child {
    border-right: none;
}
.square-block {
    display: inline-block;
    height: 32px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #4fcbbb;
}
.care-steps li label {
    display: block;
    margin: 0;
    font-size: 14px;
    color: #262626;
    font-weight: 300;
}
.block-line {
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 300;
}
.available_slides {
    padding: 40px 0;
    overflow: hidden;
}
.availability-list {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}
.treatment-block {
    width: 165px;
    height: 135px;
    border-radius: 10px;
    list-style-type: none;
    border: 1px solid #f7f7f7;
    text-align: center;
    margin: 0 0 22px 0;
    padding: 25px 15px;
    box-shadow: 0 3px 14px -8px rgba(0, 0, 0, 0.3);
    position: relative;
}
.treatment-click {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 4;
}
.treatment-block .treatment_name {
    padding: 0;
    width: 100%;
    display: block;
}
.availability-list .mTSButton {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 0;
    line-height: 31px;
    text-align: center;
    margin-top: -18px;
    z-index: 10;
}
.availability-list .mTSButton img {
    height: 12px;
    line-height: normal;
    vertical-align: middle;
    opacity: 0.6;
}
.availability-list .mTSButton:hover img {
    opacity: 1;
}
.treatment-block .treatment_name h4 {
    font-size: 16px;
    color: #000;
    margin: 15px 0 10px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.scrolling-items.mTS-buttons-out {
    padding: 0;
    background: 0 0;
}
.form-section {
    width: 100%;
    padding: 70px 0;
}
.help-labelbox {
    width: 300px;
    padding: 40px 25px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    float: left;
    border-radius: 10px;
    margin-top: 50px;
}
.help-labelbox .secondary-font span {
    color: #4fcbbb;
    font-weight: 700;
    display: block;
    font-size: 42px;
}
.help-labelbox .secondary-font {
    margin-bottom: 15px;
}
.cropped-spacebox {
    padding-left: 70px;
}
.form-gradientbox {
    width: 100%;
    padding: 50px 100px 50px 350px;
    border-radius: 10px;
    background: #0363d6;
}
.form-gradientbox .secondary-font {
    color: #fff;
}
.form-gradientbox .btn-default {
    min-width: 180px;
    height: 42px;
    background-color: #11cca8;
    border: 1px solid #11cca8;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}
.form-gradientbox .form-group .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0);
    color: #fff;
    font-weight: 300;
}
.form-gradientbox .form-group textarea.form-control {
    height: 125px;
}
.form-gradientbox .form-control:focus {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}
.form-gradientbox .form-control::-moz-placeholder {
    color: #fff;
    opacity: 0.5;
}
.form-gradientbox .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
}
.form-gradientbox .form-control::-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
}
.form-gradientbox .form-control::placeholder {
    color: #fff;
    opacity: 0.5;
}
.services-section {
    padding: 90px 0;
}
.services-brief {
    display: inline-block;
    width: 69.5%;
    vertical-align: middle;
}
.services-section .container {
    max-width: 100%;
}
.services-brief p {
    font-size: 34px;
    font-weight: 200;
    line-height: 50px;
}
.v-middle-portrait {
    display: inline-block;
    width: 30%;
    height: 370px;
    border-radius: 10px;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-block-container {
    width: 100%;
    margin-top: 70px;
}
.common-pointer-box {
    width: 100%;
    padding-right: 50px;
    margin-bottom: 35px;
    position: relative;
}
.service-card {
    width: 100%;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 3px 14px -8px rgba(0, 0, 0, 0.3);
    border: 1px solid #efefef;
}
.service-floatingbox {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 3px 14px -8px rgba(0, 0, 0, 0.3);
    border: 1px solid #f7f7f7;
    font-size: 40px;
    color: #0b93ed;
}
.service-floatingbox img {
    max-width: 60px;
}
.service-floatingbox span {
    display: inline-block;
    vertical-align: middle;
}
.service-floatingbox .icon-bed {
    font-size: 35px;
}
.service-namedbox {
    padding-left: 145px;
}
.services-listed {
    width: 100%;
    padding-left: 17px;
    list-style-type: none;
    position: relative;
}
.services-listed::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 12px;
    bottom: 8px;
    border-left: 1px dashed #f7f7f7;
}
.services-listed > li {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    color: #262626;
    margin-bottom: 5px;
    position: relative;
}
.services-listed > li::before {
    content: "";
    width: 11px;
    background-color: #fff;
    border: 1px dotted #ef2027;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    left: -19px;
    top: 6px;
    z-index: 1;
}
.services-listed > li::after {
    content: "";
    width: 5px;
    background-color: #ef2027;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 9px;
    z-index: 2;
}
.services-listed > li:last-of-type {
    margin-bottom: 0;
}
.common-pointer-box::after {
    content: attr(data-number);
    font-size: 100px;
    color: #e9f6f7;
    font-weight: 700;
    position: absolute;
    right: 5px;
    top: 0;
}
.detail-section {
    padding: 100px 0;
}
.detail-section .two-col-content {
    padding: 0 400px 0 0;
    min-height: 350px;
}
.detail-section .two-col-content .block-pic {
    bottom: auto;
    top: 0;
    height: 340px;
    width: 285px;
}
.team-speciality {
    padding: 50px 0;
}
.available_speciality {
    padding: 0;
    margin: 25px 0 0;
    list-style-type: none;
}
.available_speciality > li {
    width: 100%;
    list-style-type: none;
    padding-left: 20px;
    margin: 0 0 20px;
    position: relative;
}
.available_speciality > li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #7f7f7f;
}
.thin-headingfont {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 15px;
}
.treatment-heading h5 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 40px 0 15px;
    line-height: 33px;
}
.treatment-heading ul {
    padding: 0;
    margin: 25px 0 0;
    list-style-type: none;
}
.treatment-heading ul > li {
    width: 100%;
    list-style-type: none;
    padding-left: 20px;
    margin: 0 0 20px;
    position: relative;
}
.treatment-heading ul > li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #7f7f7f;
}
.treatment-heading ul > li label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
}
.available_speciality .speciality-name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
}
.hospital-block {
    width: 100%;
    margin-bottom: 30px;
    background-color: #fafafa;
    border: 1px solid #ededed;
    border-radius: 4px;
    position: relative;
}
.scrolling-items .mTSThumbContainer,
.scrolling-items.mTS-buttons-out .mTS_horizontal .mTSThumbContainer {
    margin: 0 30px 0 0;
}
.scrolling-items .mTSThumbContainer:last-of-type,
.scrolling-items.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:last-of-type {
    margin-right: -1px;
}
.scrolling-items.mTS-buttons-out .mTSButtonIcon {
    fill: #000;
    height: 15px;
    top: 0;
    left: 5px;
}
.hospital-logo {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    height: 208px;
    line-height: 135px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hospital-logo img {
    max-height: 90%;
    display: inline-block;
    vertical-align: middle !important;
}
.card-bottom {
    background-color: #fff;
    padding: 15px 17px;
    border-radius: 0 0 4px 4px;
    min-height: 168px;
}
.card-bottom .doctor-name,
.card-bottom .hsp-name {
    font-size: 14px;
    color: #000;
    margin: 0;
    display: block;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.card-bottom .place {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.card-bottom .place,
.card-bottom .treatment-from {
    display: block;
    color: #212121;
    font-size: 12px;
}
.card-bottom .treatment-from {
    font-style: italic;
    margin: 5px 0 10px;
    height: 34px;
    overflow: hidden;
}
.availability-list .hospital-logos .mTSButton {
    margin-top: -10px;
}
.treatments-lists-section {
    padding: 75px 0 100px;
}
.treatments-lists {
    padding: 65px 0 40px;
}
.treatments-brief-content {
    text-align: center;
    width: 690px;
    max-width: 100%;
    margin: 0 auto;
}
.treatments-brief-content .secondary-font {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
}
.treatments-listcard-container {
    width: 100%;
}
.treatmentlist-card {
    background-color: #fcfcfc;
    padding: 25px;
    border-width: 4px 1px 1px;
    border-style: solid;
    border-color: #e2e2e2;
    border-radius: 4px;
    width: 100%;
    margin: 30px 0 0;
    box-shadow: 0 4px 7px -5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.treatmentlist-card:hover {
    background-color: #fff;
    border-color: #dbf7f2;
    box-shadow: 0 0 6px 2px #dbf7f2;
}
.mason-listcontainer {
    margin: auto;
}
.mason-listcontainer .mason-item {
    padding: 0 15px;
    width: 25%;
    margin: 0;
}
.treatmentlist-card h3 {
    font-size: 16px;
    color: #11cca8;
    font-weight: 500;
    margin-bottom: 15px;
}
.treatments {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
}
.treatments > li,
.treatments > li a {
    position: relative;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    color: #6d7887;
}
.treatments > li a {
    margin: 0;
    color: #6d7887;
    padding: 0;
    text-decoration: none;
}
.treatments > li a:hover {
    color: #337ab7;
}
.treatments > li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #979797;
}
.color_1 {
    color: #0b93ed;
}
.color_2 {
    color: #11cca8;
}
.color_3 {
    color: #e94e4e;
}
.color_4 {
    color: #f2ac68;
}
.color_5 {
    color: #cac446;
}
.color_6 {
    color: #6fc810;
}
.color_7 {
    color: #2db08c;
}
.color_8 {
    color: #1ecdf3;
}
.color_9 {
    color: #1035f1;
}
.color_10 {
    color: #8909f6;
}
.color_11 {
    color: #36a47e;
}
.color_12 {
    color: #f312bb;
}
.color_13 {
    color: #f41a57;
}
.color_14 {
    color: #feb6ef;
}
.color_15 {
    color: #c0be26;
}
.profile_person {
    padding: 85px 0 65px;
    background: #087eea;
    background: -moz-linear-gradient(top, #087eea 0, #0fafd8 100%);
    background: -webkit-linear-gradient(top, #087eea 0, #0fafd8 100%);
    background: linear-gradient(to bottom, #087eea 0, #0fafd8 100%);
}
.profile-dp {
    width: 160px;
    height: 160px;
    float: left;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.profile-brief {
    padding: 0 30px;
    color: #fff;
}
.person-location {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin: 10px 0 5px;
    display: block;
    position: relative;
    padding-left: 15px;
}
.person-location .place-pointer {
    position: absolute;
    left: 0;
    top: 2px;
}
.profile-brief p {
    font-size: 13px;
    font-weight: 300;
    margin: 10px 0 0;
    color: #fff;
}
.profile-brief p a {
    color: #fff;
    font-weight: 500;
}
.person-name {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 3px;
}
.grid-container {
    background-color: #f9fafc;
}
.contact-details {
    padding: 15px 30px 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 14px -8px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}
.grid-container + footer {
    background-color: #f9fafc;
}
.contact-databox {
    display: inline-block;
    white-space: nowrap;
    padding-right: 10px;
    position: relative;
    margin: 15px 10px 0 0;
    font-size: 13px;
    min-height: 22px;
    color: #898989;
}
.contact-databox:last-of-type {
    margin-right: 0;
    padding-right: 0;
}
.contact-databox::after {
    content: "";
    width: 0;
    height: 10px;
    border-right: 1px solid #ccc;
    position: absolute;
    right: -1px;
    top: 5px;
}
.contact-databox:last-of-type::after {
    display: none;
}
.contact-databox::before {
    content: attr(data-text);
    color: #585858;
    font-weight: 600;
    letter-spacing: 0.7px;
    display: inline-block;
}
.more-in-count {
    width: 20px;
    height: 20px;
    background-color: #9c9c9c;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
}
.listing-holder_card {
    box-shadow: 0 3px 14px -8px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    margin-bottom: 30px;
    padding: 0 0 30px 0;
    border-radius: 10px;
}
.listing-holder_card .block-name {
    font-size: 20px;
    color: #9f9f9f;
    padding: 25px 30px;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #fafafa;
}
.blog-cards_listing {
    padding: 0 30px;
    margin: 0;
    list-style-type: none;
}
.blog-cards_listing > li {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #e9f6f7;
}
.card-image {
    float: left;
    width: 240px;
    height: 135px;
    position: relative;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    line-height: 135px;
}
.card-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}
.card-click {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 3;
}
.blogcard-content {
    padding: 15px 0 0 270px;
}
.blogcard-content .blog-name,
.blogcard-content .blog-name a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.blogcard-content .post-date {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin: 5px 0;
    color: #959595;
}
.blogcard-content p {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 30px;
}
.overlapping-box {
    width: 100%;
    position: relative;
    top: -40px;
}
.see-all {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #6bdbc5;
    font-weight: 600;
    text-decoration: none;
}
.see-all [class*="icon-"] {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 4px;
}
.see-all:active,
.see-all:focus,
.see-all:hover {
    color: #5bcbb5;
    text-decoration: none;
}
.blog-cards_listing > li:last-of-type {
    padding: 20px 0;
    border: none;
}
.gallery-box {
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 3px 14px -8px rgba(0, 0, 0, 0.3);
}
.gallery-card-heading {
    display: inline-block;
    width: 100%;
    padding: 2px 0 0 10px;
}
.gallery-card-heading .all-gallery-items {
    font-size: 12px;
    color: #0980e9;
    text-decoration: none;
    float: right;
    font-weight: 300;
}
.gallery-card-heading h4 {
    display: inline-block;
    font-size: 13px;
    color: #585858;
    font-weight: 600;
}
.gallery-slides {
    margin: 0 -7px;
}
.lg-backdrop,
.lg-outer,
.mfp-bg,
.mfp-wrap {
    z-index: 999999;
}
.lg-outer .lg-thumb {
    width: 100% !important;
    text-align: center;
}
.lg-outer .lg-thumb-item {
    display: inline-block;
    float: none;
}
.gallery-slides > a {
    float: left;
    width: 50%;
    padding: 0 7px;
    margin-top: 14px;
    height: 120px;
    line-height: 120px;
    position: relative;
    overflow: hidden;
}
.gallery-slides > a > img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.gallery-slides .balance-slides {
    position: absolute;
    left: 7px;
    right: 7px;
    top: 0;
    bottom: 0;
    font-size: 20px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.gallery-slides .vi-play {
    position: absolute;
    left: 7px;
    right: 7px;
    top: 0;
    bottom: 0;
    font-size: 20px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.vi-play img {
    max-width: 35px;
}
.grid-container.side-curves .curve-block {
    left: auto;
    right: -360px;
    bottom: 160px;
    z-index: 0;
}
.designations {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    display: block;
    margin: 0;
}
.designations small {
    font-size: 14px;
    margin-right: 10px;
}
.dot-listing {
    width: 100%;
    padding: 18px 30px 30px;
    list-style-type: none;
}
.dot-listing li {
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    margin: 12px 0 0;
    font-size: 14px;
    font-weight: 300;
    color: #262626;
    line-height: 25px;
}
.dot-listing li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #7f7f7f;
}
.education_exp_card {
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 3px 14px -8px rgba(0, 0, 0, 0.3);
}
.details_relative_doctor {
    width: 100%;
    margin-bottom: 20px;
}
.details_relative_doctor:last-of-type {
    margin: 0;
}
.detail_card_heading {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    color: #585858;
    font-weight: 600;
    display: block;
    margin: 0;
    letter-spacing: 0.5px;
}
.detail_card_heading [class*="icon-"] {
    color: #7f7f7f;
    position: absolute;
    left: 0;
    top: 2px;
}
.details_relative_doctor p {
    padding-left: 25px;
    font-size: 13px;
    color: #939393;
    font-weight: 400;
}
.details_relative_doctor .dot-listing {
    padding: 0;
    padding-left: 25px;
}
.details_relative_doctor li {
    font-size: 13px;
    color: #939393;
    font-weight: 400;
    padding-left: 15px;
    margin-top: 2px;
}
.details_relative_doctor li::before {
    width: 4px;
    height: 4px;
    top: 11px;
    left: 3px;
}
.form-section.white-theme,
.form-section.white-theme + footer {
    background-color: #fff;
}
.form-section.white-theme .cropped-spacebox {
    padding-left: 0;
}
.form-section.white-theme .form-gradientbox {
    padding: 50px 100px 50px 420px;
    background: #fff;
    border: 1px solid #f7f7f7;
    box-shadow: 0 3px 14px -8px rgba(0, 0, 0, 0.3);
}
.form-section.white-theme .help-labelbox {
    border: none;
    border-radius: 10px;
    margin: 50px 0 0 50px;
}
.form-section.white-theme .form-gradientbox .secondary-font {
    color: #585858;
}
.form-section.white-theme .form-gradientbox .form-control {
    background-color: #fff;
    border-color: #f1f1f1;
    color: #444;
}
.form-section.white-theme .form-gradientbox .form-control:focus {
    background-color: #f9f9f9;
    border-color: #ececec;
}
.form-section.white-theme .form-gradientbox .form-control::-moz-placeholder {
    color: #a3a3a3;
}
.form-section.white-theme .form-gradientbox .form-control::-webkit-input-placeholder {
    color: #a3a3a3;
}
.form-section.white-theme .form-gradientbox .form-control::-ms-input-placeholder {
    color: #a3a3a3;
}
.form-section.white-theme .form-gradientbox .form-control::placeholder {
    color: #a3a3a3;
}
.form-section.white-theme .form-gradientbox .btn-default {
    background-color: #11cbaa;
    border: 1px solid #11cbaa;
    color: #fff;
}
.form-section.white-theme .form-gradientbox .btn-default:active,
.form-section.white-theme .form-gradientbox .btn-default:focus,
.form-section.white-theme .form-gradientbox .btn-default:hover {
    background-color: #21dbba;
}
.privacy-content {
    padding: 25px 0 100px;
    position: relative;
}
.privacy-content p {
    font-size: 14px;
}
.primary-font {
    font-size: 32px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
}
.privacy-info-card {
    border-top: 1px solid #e5e5e5;
    padding-top: 45px;
    margin-top: 45px;
    position: relative;
}
.privacy-content .secondary-font {
    font-size: 22px;
    color: #2897fb;
    font-weight: 600;
    margin: 0;
}
.black-font {
    color: #000;
    font-weight: 300;
    margin: 3px 0;
    display: block;
}
.content-by-separation {
    margin-top: 35px;
}
.content-by-separation h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
    color: #4c4c4c;
}
.privacy-info-card .dot-listing {
    padding: 10px 0 20px;
}
.privacy-info-card .dot-listing li {
    padding-left: 15px;
    margin-top: 8px;
}
.privacy-info-card .dot-listing li::before {
    width: 4px;
    height: 4px;
    top: 11px;
    left: 3px;
}
.privacy-content.side-curves.show-curve .curve-block {
    margin-left: 0;
    bottom: auto;
    top: 50%;
    left: -370px;
}
.privacy-content.side-curves.show-curve .curve-block.curve-rightside {
    margin-left: 0;
    left: auto;
    right: -370px;
    top: 25%;
    bottom: auto;
}
.treatment-rate-section {
    padding: 00px 0 195px;
    background-color: #f9f9f9;
    background: -moz-linear-gradient(3deg, rgba(249, 249, 249, 0) 0, rgba(249, 249, 249, 0) 30%, #f9f9f9 30%, #f9f9f9 100%);
    background: -webkit-linear-gradient(3deg, rgba(249, 249, 249, 0) 0, rgba(249, 249, 249, 0) 30%, #f9f9f9 30%, #f9f9f9 100%);
    background: linear-gradient(3deg, rgba(249, 249, 249, 0) 0, rgba(249, 249, 249, 0) 30%, #f9f9f9 30%, #f9f9f9 100%);
}
.pricing-box-container {
    width: 100%;
    padding-top: 30px;
    position: relative;
}
.pricing-box-container .secondary-font {
    font-size: 36px;
    margin-bottom: 5px;
}
.pricing-box-container .secondary-font span {
    color: #11cba9;
}
.pricing_card-box {
    width: 290px;
    padding: 10px;
    position: relative;
}
.treatement_price {
    padding: 25px 25px 15px;
    border-radius: 5px;
    color: #fff;
    position: relative;
    background: #087eea;
    background: -moz-linear-gradient(top, #087eea 0, #0faed8 100%);
    background: -webkit-linear-gradient(top, #087eea 0, #0faed8 100%);
    background: linear-gradient(to bottom, #087eea 0, #0faed8 100%);
}
.treatement_price::after {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
    border-radius: 5px;
    background: #087eea;
    background: -moz-linear-gradient(top, #087eea 0, #0faed8 100%);
    background: -webkit-linear-gradient(top, #087eea 0, #0faed8 100%);
    background: linear-gradient(to bottom, #087eea 0, #0faed8 100%);
}
.pricing-box-container .pricing_card-box {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.pricing-box-container .pricing_card-box.stop {
    position: fixed;
    right: auto;
    margin-left: 850px;
    top: 120px;
}
.treatement_price * {
    position: relative;
    z-index: 1;
}
.treatement_price h3 {
    color: #97d8fe;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.treatement-amount {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.help-formbox {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    border: 1px solid #f3f3f3;
    box-shadow: 0 3px 14px -8px rgba(0, 0, 0, 0.3);
}
.help-formbox::after {
    content: "";
    width: 72px;
    height: 72px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    right: -25px;
    bottom: -35px;
    opacity: 0.15;
    background: #087eea;
    background: -moz-linear-gradient(top, #087eea 0, #0faed8 100%);
    background: -webkit-linear-gradient(top, #087eea 0, #0faed8 100%);
    background: linear-gradient(to bottom, #087eea 0, #0faed8 100%);
}
.help-formbox::before {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    right: 32px;
    bottom: -72px;
    opacity: 0.15;
    background: #087eea;
    background: -moz-linear-gradient(top, #087eea 0, #0faed8 100%);
    background: -webkit-linear-gradient(top, #087eea 0, #0faed8 100%);
    background: linear-gradient(to bottom, #087eea 0, #0faed8 100%);
}
.help-formbox .form-tagline {
    font-size: 17px;
    color: #838383;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 27px;
    display: block;
}
.help-formbox .form-group {
    margin-bottom: 20px;
}
.form-submition {
    padding: 0;
}
.help-formbox .form-control {
    border-color: #e4e4e4;
    height: 45px;
    padding: 10px 16px;
    font-weight: 300;
    font-size: 14px;
    border-radius: 3px;
}
.help-formbox .attachement-inner-block .attachment-img-box {
    background: url(../images/attach-icon.svg) no-repeat center center/18px auto;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 11px;
    top: 12px;
}
.help-formbox textarea.form-control {
    height: 100px;
}
.help-formbox .form-control:focus {
    border-color: #bdbdbd;
}
.bootstrap-select .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    overflow: hidden;
}
.form-submition .btn-success {
    height: 42px;
    font-weight: 600;
    padding: 10px 30px;
    min-width: 150px;
}
.estimates-how-works {
    padding: 40px 0 70px;
}
.right-gap {
    padding-right: 300px;
}
.work_procedure_steps {
    width: 730px;
    max-width: 100%;
    display: inline-block;
    list-style-type: none;
    margin: 10px 0 25px;
}
.work_procedure_steps > li {
    float: left;
    width: 25%;
    padding-right: 30px;
    margin-top: 20px;
    position: relative;
}
.work_procedure_steps > li::after {
    content: "";
    position: absolute;
    top: 52px;
    border-top: 1px dashed #4fcbbb;
    left: 20px;
    right: -20px;
}
.work_procedure_steps > li:last-child::after {
    display: none;
}
.work-stepbox {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    text-align: center;
    line-height: 95px;
    box-shadow: 0 3px 14px -8px rgba(0, 0, 0, 0.3);
    border: 1px solid #f7f7f7;
    font-size: 35px;
    color: #58b1f2;
    background: #fff;
    position: relative;
    z-index: 1;
}
.work-stepbox span.icon-shakehand {
    margin-bottom: -5px;
}
.work-stepbox span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}
.work_procedure_steps li label {
    display: block;
    font-size: 14px;
    color: #424242;
    font-weight: 300;
    margin: 20px 0 0;
}
.more-link.knowmore {
    display: inline-block;
    font-size: 14px;
    color: #3ed1b2;
    font-weight: 400;
    text-transform: uppercase;
}
.more-link.knowmore i {
    font-size: 11px;
    margin: -1px 0 0 6px;
    vertical-align: middle;
    display: inline-block;
}
.availability-list .fixed-items {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.fixed-items > li {
    float: left;
    margin: 0 0 20px 0;
    padding-right: 20px;
    width: 25%;
}
.fixed-items.width-added > li {
    width: 33.33%;
}
.fixed-items .hospital-block {
    max-width: 100%;
    overflow: hidden;
}
.fixed-items.width-added .hospital-block {
    width: auto;
}
.fixed-items.width-added .card-bottom {
    min-height: 72px;
}
.card-bottom .doctor_degree,
.card-bottom .doctor_degree p {
    font-size: 12px;
    color: #212121;
    font-weight: 400;
    line-height: 18px;
    height: 35px;
    overflow: hidden;
    display: block;
}
.team-speciality .thin-headingfont ~ .thin-headingfont {
    margin-top: 40px;
}
.thin-headingfont.bigfont {
    font-size: 27px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.5px;
}
.team-speciality.team-detail {
    background-color: #fafafa;
    padding: 90px 0;
    margin-top: 40px;
}
.treatment-rate-section.side-curves .curve-block {
    left: -370px;
    bottom: -180px;
    overflow: initial;
}
.available_slides .curve-block.curve-rightside {
    left: auto;
    right: -377px;
}
.listing-boxes .hospital-block {
    width: 100%;
    min-height: 340px;
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    border-color: #efefef;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.listing-boxes .hospital-logo {
    height: 208px;
    line-height: 208px;
    background-position: center top;
}
.listing-boxes .hospital-block:hover {
    box-shadow: 0 2px 11px -5px rgba(0, 0, 0, 0.2);
}
.hsptl-short-detail {
    margin-top: 10px;
}
.card-bottom.hospital-card {
    height: 120px;
    overflow: hidden;
}
.hsptl-short-detail label {
    font-size: 12px;
    display: block;
    color: #787878;
    font-weight: 400;
    margin: 5px 0 0;
}
.hsptl-short-detail label br {
    display: none;
}
.hsptl-short-detail label b {
    color: #000;
    font-weight: 500;
}
.search-by-box {
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
}
.search-by-box h1 {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.7px;
    margin: 20px 0;
    font-weight: 700;
    line-height: 27px;
}
.searchformbox {
    width: 100%;
}
.search-elementholder {
    width: 100%;
    position: relative;
    padding: 0;
    background-color: #fff;
    border-radius: 50px;
    height: 55px;
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, 0.05);
}
.search-elementholder > .form-group {
    float: left;
    width: 33.33333333%;
    margin: 0;
    position: relative;
}
.search-elementholder > .form-group::before {
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 17px;
    border-right: 1px solid #ececec;
    z-index: 3;
}
.search-elementholder > .form-group:last-of-type::before {
    display: none;
}
.search-elementholder .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    display: block;
}
.search-elementholder .bootstrap-select > .dropdown-toggle {
    height: 55px;
    padding: 18px 32px 16px 18px;
    border: none;
    border-radius: 0;
    font-size: 13px;
    background-color: #fff !important;
    line-height: 20px;
}
.search-elementholder .btn-success {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0 30px 30px 0;
    width: 110px;
}
.search-elementholder ul li:first-child .bootstrap-select > .dropdown-toggle {
    border-radius: 30px 0 0 30px;
}
.search-elementholder .bootstrap-select .dropdown-toggle .caret {
    border: none;
    font-family: icomoon !important;
    font-size: 5px;
    color: #b7b7b7;
    right: 27px;
    top: 40%;
    margin-top: -3px;
}
.search-elementholder .bootstrap-select .dropdown-toggle .caret::before {
    content: "\e908";
}
.search-elementholder .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option {
    color: #b5b5b5;
}
.search-elementholder .bootstrap-select .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
}
.treatment-rate-section.search-by-category {
    margin-bottom: -130px;
}
.bootstrap-select .dropdown-menu.inner {
    max-height: 235px !important;
}
.bootstrap-select .dropdown-menu {
    top: 55px;
    width: auto;
    right: 0;
}
.get-quote-content .help-block,
.help-block,
.help-formbox .help-block {
    font-size: 13px;
}
.get-quote-content .help-block {
    position: absolute;
    bottom: -20px;
    margin: 0;
}
.maonj_pagenavi {
    text-align: center;
    margin-top: 50px;
}
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink {
    margin-right: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.about-videos {
    width: 100%;
    padding-bottom: 85px;
    background-size: cover;
    background-position: center bottom;
}
.video-boxes-in {
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    background-color: #fff;
    display: inline-block;
}
.leftshort-des-box {
    width: 280px;
    padding-top: 50px;
    max-width: 100%;
    float: left;
}
.leftshort-des-box h4 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
}
.leftshort-des-box h4 span {
    display: block;
    font-size: 25px;
    margin-bottom: 4px;
}
.leftshort-des-box p {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 25px;
    margin: 0 0 10px;
}
.dctr-dtl {
    margin-bottom: 50px;
}
.dctr-dtl .secondary-font {
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.vd-listboxes {
    padding-left: 340px;
}
.particular-video-box {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    background-color: #fff;
}
.video-posterimg {
    border-radius: 20px 20px 0 0;
    height: 265px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.video-posterimg .video-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    line-height: 265px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 0 0;
}
.video-namebox {
    padding: 20px;
    height: 115px;
}
.video-namebox .name-in-bold {
    display: block;
    color: #000;
    font-size: 13px;
    white-space: nowrap;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.video-namebox p {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wp-pagenavi .current {
    color: #11cca8;
    border: 1px solid #11cca8;
    border-radius: 100%;
    padding: 0;
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 34px;
}
.search-elementholder .selectpicker .bootstrap-select ul.dropdown-menu.inner li:last-child:last-child {
    width: 100%;
    position: initial;
}
.search-elementholder {
    width: 100%;
    display: block;
    position: relative;
    padding: 0 0 0 10px;
    background-color: #fff;
    border-radius: 50px;
    height: 55px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.search-elementholder ul li {
    float: left;
    width: 28.6666666%;
    margin: 0;
    position: relative;
}
.searchandfilter ul {
    width: 100%;
}
.search-elementholder ul li input {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0 30px 30px 0;
    width: 100%;
    height: 55px;
    background-color: #11cba9;
    border: 1px solid #08c2a0;
    color: #fff;
}
.search-elementholder ul li input:active,
.search-elementholder ul li input:focus,
.search-elementholder ul li input:hover {
    background-color: #21dbb9 !important;
    border-color: #08c2a0 !important;
    color: #fff;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
    width: 100%;
    padding: 0;
}
.search-elementholder ul li:last-child {
    width: 14%;
    position: absolute;
    right: 0;
    top: 0;
}
.search-elementholder ul li::before {
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 17px;
    border-right: 1px solid #ececec;
    z-index: 3;
}
.search-elementholder ul li:last-child::before {
    border: none;
}
.search-elementholder ul li:nth-child(3n)::before {
    border: none;
}
.listing-holder_card ul {
    width: 100%;
    padding: 18px 30px 30px;
    list-style-type: none;
}
.listing-holder_card ul li {
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    margin: 12px 0 0;
    font-size: 14px;
    font-weight: 300;
    color: #262626;
    line-height: 25px;
}
.listing-holder_card ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #7f7f7f;
}
.detail-section,
.team-speciality {
    font-size: 15px;
    font-weight: 300;
    color: #262626;
    line-height: 28px;
    margin-bottom: 12px;
}
.detail-section ul li::before,
.team-speciality ul li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #7f7f7f;
}
.detail-section ul,
.team-speciality ul {
    padding: 0;
    margin: 25px 0 0;
    list-style-type: none;
}
.detail-section ul li,
.team-speciality ul li {
    width: 100%;
    list-style-type: none;
    padding-left: 20px;
    margin: 0 0 20px;
    position: relative;
}
.team-speciality h4 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 8px;
}
.team-speciality h4 strong {
    font-size: 17px;
}
.team-speciality h5 {
    margin-bottom: 20px;
}
.bootstrap-select .dropdown-menu li:last-child {
    width: 100%;
    position: relative;
}
.work-procedure.right-gap ol {
    padding: 0;
    margin: 0 0 0;
    list-style-type: none;
}
.work-procedure.right-gap ol li {
    width: 100%;
    list-style-type: none;
    font-weight: 300;
    color: #262626;
    line-height: 28px;
    padding-left: 20px;
    margin: 0 0 20px;
    position: relative;
}
.work-procedure.right-gap ol li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #7f7f7f;
}
.work-procedure.right-gap h5 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 40px 0 15px;
}
.translated-rtl .testimonial-carousel .person-name h4 {
    text-align: center;
}
.translated-rtl .secondary-font {
    text-align: center;
}
.translated-rtl .page-primaryfont {
    text-align: left;
}
.translated-rtl .address-associated {
    max-width: 100%;
    min-height: 60px;
}
.translated-rtl .close-icon-box {
    display: none;
}
.translated-rtl .rights-reserved {
    text-align: left;
    float: left;
}
.translated-rtl .listing-holder_card .block-name {
    text-align: left;
}
.translated-rtl .person-location {
    padding-right: 15px;
    padding-left: initial;
}
.translated-rtl .person-location .place-pointer {
    right: 0;
}
.translated-rtl .detail_card_heading {
    padding-right: 25px;
    padding-left: initial;
}
.translated-rtl .detail_card_heading [class*="icon-"] {
    left: initial;
    right: -5px;
}
.translated-rtl {
    direction: rtl;
}
.translated-rtl .happiness-data-box p {
    text-align: center;
}
.translated-rtl .testimoial-description a span {
    right: 0;
}
.translated-rtl .ft-left-box h2 {
    text-align: left;
}
.translated-rtl .links-list li {
    padding-left: 20px;
    padding-right: 0;
}
.translated-rtl .common-flow-box a {
    float: right;
}
.translated-rtl .great-achievement label {
    text-align: center;
}
.translated-rtl .service-floatingbox {
    float: right;
}
.translated-rtl .service-namedbox {
    padding-right: 145px;
}
.translated-rtl .services-listed::before {
    right: -6px;
    top: 12px;
    bottom: 8px;
    left: initial;
    border-right: 1px dashed #4fcbbb;
}
.translated-rtl .services-listed > li::after {
    right: -25px;
    top: 9px;
}
.translated-rtl .common-pointer-box::after {
    left: -13px;
    top: 0;
    right: initial;
}
.translated-rtl .common-pointer-box {
    padding-left: 50px;
    padding-right: 0;
    left: -13px;
    top: 0;
    right: initial;
}
.translated-rtl .services-listed {
    padding-left: initial;
    padding-right: 17px;
}
.translated-rtl .starting-line::before {
    left: initial;
    right: 0;
}
.form-gradientbox div.wpcf7-validation-errors,
.form-gradientbox span.wpcf7-not-valid-tip,
div.wpcf7-acceptance-missing {
    color: #fff;
    line-height: 20px;
    font-size: 11px;
}
.form-gradientbox span.wpcf7-not-valid-tip {
    position: absolute;
    color: #f44c47 !important;
    display: block;
    width: 100%;
    max-width: 100%;
}
.form-section.white-theme.mobile-responsive .form-gradientbox div.wpcf7-validation-errors,
.form-section.white-theme.mobile-responsive .form-gradientbox span.wpcf7-not-valid-tip,
.form-section.white-theme.mobile-responsive div.wpcf7-acceptance-missing {
    color: #f44c47;
    line-height: 20px;
    font-size: 11px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}
.procedure-card::before {
    content: "";
    width: 56px;
    height: 0;
    border-top: 1px dashed #e5e5e5;
    position: absolute;
    top: 71px;
    right: -57px;
}
.procedure-card.treated-box::before {
    position: initial;
}
.translated-rtl header {
    direction: ltr;
}
.how-it-works .secondary-font {
    text-align: center;
}
.translated-rtl .search-elementholder ul li:last-child {
    padding-right: 0;
}
.translated-rtl .search-by-box h1 {
    text-align: center;
}
.translated-rtl .secondary-font {
    text-align: center;
}
.translated-rtl .find-by-estimation .secondary-font {
    text-align: right;
}
.translated-rtl .find-by-estimation .position-right {
    left: 0;
    right: initial;
}
.translated-rtl .find-by-estimation {
    padding-right: 0;
    padding-left: 200px;
}
.translated-rtl .services-brief {
    text-align: right;
}
.translated-rtl .secondary-font.starting-line {
    text-align: right;
}
.translated-rtl .service-card.clearfix .secondary-font {
    text-align: right;
}
.translated-rtl .two-col-content {
    padding: 0 0 150px 500px;
}
.translated-rtl .block-pic {
    left: 0;
    right: initial;
}
.translated-rtl .person-location .place-pointer {
    position: absolute;
    right: 0;
    top: 6px;
}
.translated-rtl .treatments-lists-section {
    text-align: center;
}
.treatments-lists-section .secondary-font {
    text-align: left;
}
.treatments-brief-content.estimate-box .secondary-font {
    text-align: center !important;
}
.listing-holder_card.dr-detail-card p {
    padding: 18px 30px 0;
}
.treatments-lists-section h1 {
    text-align: left !important;
}
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: none;
}
.translated-rtl .home-graphic {
    direction: ltr;
}
.owl-carousel .owl-item.synced .roundperson-img {
    opacity: 1;
    border: 2px solid #0b93ed;
}
.owl-carousel .owl-item .roundperson-img {
    opacity: 0.2;
}
.no-data-found-box {
    text-align: center;
    padding: 90px 0;
}
.no-data-found-box img {
    width: 200px;
    height: 176px;
}
nothing-found-content {
    margin-top: 35px;
}
.nothing-found-content p {
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #d0d0d0;
    font-weight: 300;
    margin-bottom: 10px;
}
.nothing-found-content h2 {
    font-size: 35px;
    letter-spacing: 0.3px;
    color: #d0d0d0;
    font-weight: 500;
    line-height: 35px;
}
.nothing-found-content {
    margin-top: 30px;
}
.nothing-found-content.four-not-four-box p {
    color: #000;
    margin: 0;
}
.no-data-found-box.wrong-data-box img {
    width: 445px;
    height: 150px;
}
.form-section.white-theme.mobile-responsive .form-gradientbox {
    padding: 50px 100px;
    background: #f3f3f3;
}
.form-section.white-theme.mobile-responsive .cropped-spacebox.detail-form-block .form-gradientbox {
    padding: 50px 100px 50px 420px;
    background: #fff;
    border: 1px solid #f7f7f7;
    box-shadow: 0 3px 14px -8px rgba(0, 0, 0, 0.3);
}
.form-section.white-theme.mobile-responsive .cropped-spacebox.detail-form-block .secondary-font {
    margin-bottom: 25px;
}
.form-section.white-theme .secondary-font {
    margin-bottom: 5px;
}
.counrty .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: initial;
}
.counrty .pull-left {
    float: none !important;
}
.counrty .bootstrap-select .dropdown-toggle .filter-option {
    position: initial;
    padding: 0;
    border: none;
    font-size: 13px;
    color: #6d7887;
}
.counrty .btn {
    padding: 0;
    border: none;
    height: 38px;
}
header .counrty .btn {
    height: 20px;
    padding-right: 10px;
}
.sub-menu li .active a,
.sub-menu li a,
.sub-menu li a:hover {
    color: #337ab7;
}
.sub-menu li a {
    color: #afafaf;
}
.counrty .btn-default:active,
.counrty .btn-default:focus,
.counrty .btn-default:hover,
.open > .dropdown-toggle.btn-default:active,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    background: 0 0;
}
.counrty .btn-default.active,
.counrty .btn-default:active,
.counrty .open > .dropdown-toggle.btn-default {
    background: 0 0;
}
.counrty .bootstrap-select .dropdown-toggle .caret {
    right: 0;
}
.sub-menu {
    position: absolute;
    text-align: left;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    top: 20px;
    z-index: 1;
    padding: 5px 0;
    display: none;
    max-height: 400px;
    overflow-y: auto;
    width: 240px;
}
.sub-menu .menu-item {
    display: block;
    margin-left: 0;
    padding: 5px 10px 5px;
}
header .sub-menu .menu-item:last-child {
    margin-right: 0;
}
.sub-menu .menu-item:hover {
    background: #f2f9ff;
}
header .menu-item:hover .sub-menu {
    display: block;
    min-width: 210px;
}
.owl-buttons img {
    width: 32px;
}
.owl-buttons .owl-prev {
    position: absolute;
    top: 20%;
    left: -50px;
}
.owl-buttons .owl-next {
    position: absolute;
    top: 20%;
    right: -50px;
}
.suceess-content a {
    position: absolute;
    right: 15px;
    top: 10px;
}
.suceess-modalbox {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    text-align: center;
    line-height: 95vh;
}
.suceess-content {
    position: relative;
    width: 850px;
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    padding: 40px 50px 45px;
    line-height: normal;
    vertical-align: middle;
    margin: 20px 0;
    max-width: 100%;
}
.suceess-content p {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    margin: 20px 0 0;
}
.sucess-img-box h2 {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.3px;
    margin: 15px 0 0;
    line-height: 30px;
}
.sucess-img-box p {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.3px;
}
.sucess-img-box img {
    width: 80px;
}
.sucess-img-box {
    float: left;
    text-align: center;
    width: 37%;
    vertical-align: middle;
    margin-top: 0;
    background: #11cba9;
    padding: 60px 30px;
    border-radius: 10px;
    position: absolute;
    left: -30px;
}
.suceess-content a img {
    width: 10px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    color: #444;
}
.sucess-content-box {
    vertical-align: middle;
    text-align: left;
    width: 100%;
    float: left;
    padding-left: 275px;
}
.sucess-content-box ol li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #7f7f7f;
}
.btn-custom-width {
    min-width: 155px;
}
.file-type {
    display: block;
    background: #fff;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    height: 55px;
    border-color: #f1f1f1;
    position: relative;
}
input[type="file"] {
    cursor: pointer;
    padding: 17px;
}
.sucess-content-box p {
    color: #424242;
    margin-bottom: 10px;
    font-weight: 200;
    letter-spacing: 0.3px;
    font-size: 14px;
    margin-top: 0;
    line-height: 26px;
}
.sucess-content-box p span {
    color: #30c5a6;
}
.sucess-content-box ol li {
    color: #424242;
    font-weight: 200;
    letter-spacing: 0.3px;
    font-size: 14px;
    margin-top: 0;
    line-height: 26px;
    position: relative;
    padding-left: 15px;
}
.sucess-content-box ol {
    margin-bottom: 20px;
    padding: 0;
}
.need-help-form .form-gradientbox .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control,
.need-help-form .form-gradientbox .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0);
}
.form-section.white-theme.mobile-responsive.contact-forn-design .form-gradientbox .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control:focus,
.form-section.white-theme.mobile-responsive.contact-forn-design .form-gradientbox .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control:focus {
    background-color: #fff;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    position: absolute;
    bottom: 10px;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 100px;
}
header .menu-items > li:last-child {
    margin-right: 10px;
}
.home-search ::placeholder {
    color: #fff;
    opacity: 1;
}
.happiness-across {
    padding: 100px 0;
    text-align: center;
}
.hapiness-container {
    max-width: 950px;
    width: 100%;
}
.happiness-data-box h3 {
    font-size: 40px;
    font-weight: 600;
    color: #0363d6;
    display: inline-block;
}
.happiness-data-box h3.counter-value::after {
    content: "";
    margin-left: 5px;
}
.happiness-data-box p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
}
.happiness-data-box {
    margin-top: 35px;
}
.small-heading {
    color: #4d4d4d;
    letter-spacing: 0.3px;
    font-size: 16px;
}
.home-search :-ms-input-placeholder {
    color: #fff;
}
.home-search ::-ms-input-placeholder {
    color: #fff;
}
.home-testimonial-content {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    position: relative;
    background: #fff;
}
.testimoial-description span {
    position: relative;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
    color: #000;
    text-decoration: none;
}
.testimoial-description small {
    margin-bottom: 0;
    display: block;
    font-size: 12px;
    margin-top: 3px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #212121;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testimoial-description {
    position: relative;
}
.no-padding .inner-header {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.testimoial-description.clearfix p {
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    color: #212121;
}
.dr-detail-card h1,
.dr-detail-card h2,
.dr-detail-card h3,
.dr-detail-card h4,
.dr-detail-card h5,
.dr-detail-card h6 {
    padding: 0 30px;
}
.no-padding .inner-header .brandbox {
    padding: 0;
    background-color: transparent;
    margin-top: 3px;
}
.testimonila-user-img {
    width: 100%;
    height: 170px;
    position: relative;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    display: block;
}
.home-tetimonial {
    margin-top: -215px;
    background-size: cover;
    padding: 0 0 70px;
    overflow-x: hidden !important;
}
.home-tetimonial .owl-controls.clickable {
    text-align: center;
    position: relative;
    display: inline-block;
    height: 50px;
    width: 100%;
}
.associated-content ul {
    display: flex;
    justify-content: space-around;
}
.home-tetimonial .loop {
    width: 800px;
    margin: 0 auto;
}
.home-tetimonial .owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    top: auto;
    bottom: -45px;
}
.treatments-lists ul li:first-child {
    margin-left: 0;
}
.associated-content {
    padding: 25px 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-top: 0;
}
.country-associated {
    margin-top: 80px;
}
.home-tetimonial .owl-controls .owl-page {
    display: inline-block;
}
.home-tetimonial .owl-controls .owl-page.active span {
    background-color: #62c3b4;
}
.associated-content ul img {
    width: 37px;
    margin-right: 5px;
    border-radius: 3px;
}
.common-flow-box img {
    height: 500px;
    max-width: inherit;
    float: right;
    margin-right: -260px;
}
.common-flow-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.common-left-box {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}
.common-right-box h3 span {
    font-size: 19px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.common-right-box h3 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #1894e7;
    margin-bottom: 0;
    line-height: 35px;
}
.common-flow-box.custom-common-flow {
    flex-direction: row-reverse;
}
.common-right-box ul {
    margin-top: 25px;
}
.common-right-box ul li {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 25px;
    position: relative;
    padding-left: 22px;
    margin-bottom: 15px;
}
.common-right-box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 9px;
    line-height: 11px;
    background: #e5e5e5;
    border-radius: 100%;
}
.common-flow-box.custom-common-flow img {
    margin-right: -130px;
}
.common-flow-box .hospitality-img {
    margin-right: -280px;
}
.common-flow-box.custom-common-flow .beyond-img {
    margin-right: -485px;
}
.ft-treatment {
    margin: 0 auto;
    padding: 80px 0 30px;
    background: #e8f5f6;
    border-radius: 10px 0 0 10px;
}
.feature-treament-slide {
    float: right;
    width: 95%;
    margin-right: -100px;
    overflow: hidden;
    margin-top: -35px;
    position: relative;
    border-radius: 5px 0 0 5px;
}
.ft-right-box {
    float: left;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer {
    overflow: visible;
}
.ft-left-box a {
    color: #fff;
    letter-spacing: 0.3px;
    text-decoration: none;
    display: block;
    margin-top: 5px;
}
.treatments-lists ul {
    display: flex;
    align-items: center;
    position: relative;
}
.trusted-list.clearfix {
    margin-bottom: 100px;
}
.treatment-box {
    height: 325px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0 15px;
    border-radius: 10px;
}
.treatment-box a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
}
.treatments-lists {
    padding: 65px 0 70px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.consultation-bx {
    display: flex;
    align-items: center;
}
.treatments-lists ul li {
    flex: 1;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin: 0 15px;
    position: relative;
}
.treatments-lists.top-hospitals ul li {
    min-height: 290px;
    vertical-align: top;
}
.treatments-lists ul li:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.treatments-lists .trusted-list li {
    float: left;
    width: 23%;
    margin-right: 0;
    margin-left: 15px;
    margin-top: 30px;
    background: 0 0;
    box-shadow: none;
    border: none;
}
.treatments-lists .trusted-list li:hover {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
.treatments-lists .trusted-list li:first-child,
.treatments-lists .trusted-list li:nth-child(5) {
    margin-left: 0;
}
.treatments-lists .trusted-list {
    display: block;
    width: 100%;
}
.treatments-lists ul li:last-child {
    margin-right: 0;
}
.treatments-lists ul a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
}
.treatments-lists .secondary-font a {
    position: initial;
    float: right;
    font-size: 13px;
    letter-spacing: 0.3px;
    color: #11cba9;
    margin-top: 9px;
}
.treatments-lists .secondary-font a img {
    position: relative;
    top: -1px;
    margin-left: 3px;
}
.top-list-content {
    padding: 20px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.top-list-content p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: normal;
    letter-spacing: 0.3px;
}
.top-list-content span {
    font-size: 13px;
    font-weight: 400;
    color: #999;
}
.top-list-img {
    height: 197px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    background-position: top center;
}
.treatments-lists.top-doct-list {
    background: #f4f7fc;
}
.treatement-content-box img {
    height: 76px;
    margin-right: 0;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 5px;
}
.treatment-costing-box {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.treatment-costing-box h4 {
    font-size: 10px;
    min-height: 22px;
    font-weight: 300;
    color: #000;
}
.links-for a {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.treatement-content-box {
    display: table;
    width: 100%;
    height: 76px;
    padding: 15px;
    border: 1px solid #d2d2d2;
    background: #fff7f7;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 15px 0;
}
.treatment-costing-box p {
    font-size: 18px;
    font-weight: 600;
    color: #0b93ed;
    letter-spacing: 0.2px;
    line-height: normal;
    margin-top: 2px;
}
.common-left-box {
    width: 200px;
}
.great-achievement {
    padding: 100px 0;
    overflow-x: hidden !important;
}
.associated-content ul li {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
}
.associated-container {
    max-width: 1000px;
    width: 100%;
}
.home-tetimonial .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    vertical-align: middle;
    background-color: #11caa9;
    display: inline-flex;
    margin: 5px;
    border-radius: 100%;
}
.home-tetimonial .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}
.home-tetimonial .loop .item {
    margin: 0 30px;
}
header .bootstrap-select .dropdown-menu.inner {
    overflow: hidden !important;
    padding-bottom: 0;
}
.availability-list .mTS-buttons-out .mTSButton {
    background-color: rgba(255, 255, 255, 0.9);
}
.treatment-rate-section.side-curves.show-curve .wpcf7-form-control.wpcf7-submit.btn.btn-default {
    background-color: #11cba9;
    border-color: #08c2a0;
    color: #fff;
}
.form-control,
.form-group .form-control,
.white-theme .form-gradientbox .form-group .form-control {
    background: #fff;
    border: 1px solid #e4e4e4;
    font-weight: 300;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.04);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-section.white-theme .form-gradientbox .bootstrap-select .btn-default,
.get-quote-modalbox .field-user-country_id .bootstrap-select > .dropdown-toggle.bs-placeholder,
.get-quote-modalbox .field-user-country_id .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.get-quote-modalbox .field-user-country_id .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.get-quote-modalbox .field-user-country_id .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.get-quote-modalbox .field-user-country_id .btn-default,
.get-quote-modalbox .field-user-country_id .open > .dropdown-toggle.btn-default {
    color: #444;
}
.form-section.white-theme .form-gradientbox .bootstrap-select .btn-default,
.form-section.white-theme .form-gradientbox .bootstrap-select .btn-default:active,
.form-section.white-theme .form-gradientbox .bootstrap-select .btn-default:focus,
.get-quote-modalbox .field-user-country_id .bootstrap-select .dropdown-toggle.btn-default {
    background-color: #fafafa;
    height: 52px;
    color: #444;
    border: none;
    padding: 15px 17px;
}
.form-section.white-theme .field-user-country_id .bootstrap-select > .dropdown-toggle.bs-placeholder,
.form-section.white-theme .field-user-country_id .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #444;
}
.dropdown-menu > li > a {
    white-space: normal;
}
.form-control:focus {
    border-color: #bdbdbd;
}
.form-section.white-theme.mobile-responsive.contact-forn-design .form-gradientbox {
    padding: 80px 110px !important;
    background: #0ad;
    border: none;
    box-shadow: none;
    padding: 50px 125px;
}
.help-formbox .attachement-inner-block {
    border: 1px solid #e4e4e4;
    background-color: #fafafa;
    height: 45px;
    padding: 12px 16px 12px 40px;
    font-weight: 300;
    font-size: 14px;
    white-space: nowrap;
    color: #919191;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.help-formbox .attachement-inner-block .attachement-file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 14px;
}
.availability-list .mTS_horizontal .mTSContainer {
    padding-top: 20px;
}
.contact-content-img-box img {
    width: 18px;
}
.contact-content-box {
    text-align: left;
    vertical-align: middle;
}
.contact-content-img-box {
    float: left;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 47px;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    position: relative;
    top: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    background: -moz-linear-gradient(top, #0983e8 0, rgba(15, 173, 217, 0.98) 53%, #4fcbbb 89%, #4fcbbb 100%);
    background: -webkit-linear-gradient(top, #0983e8 0, rgba(15, 173, 217, 0.98) 53%, #4fcbbb 89%, #4fcbbb 100%);
    background: linear-gradient(to bottom, #0983e8 0, rgba(15, 173, 217, 0.98) 53%, #4fcbbb 89%, #4fcbbb 100%);
}
.contact-description-box-design {
    text-align: left;
    padding-left: 65px;
    margin-top: 15px;
}
.contact-description-box-design h3 {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #000;
    margin: 0 0 5px;
    display: inline-block;
    margin-right: 5px;
}
.address-box li {
    width: 33.33%;
    float: left;
    border-right: 1px solid #f2f0fd;
    border-bottom: 1px solid #f2f0fd;
    height: 170px;
    margin: 0;
    padding: 40px;
    align-items: center;
}
.address-box li:last-child {
    border-right: none;
    border-bottom: none;
}
.address-box li:nth-child(7),
.address-box li:nth-child(8) {
    border-bottom: none;
}
.address-box li p {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}
.address-box li:nth-child(3),
.address-box li:nth-child(6) {
    border-right: none;
}
.address-box li h4 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
}
.contact-description-box-design span {
    padding: 0 10px;
}
.contact-description-box-design p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #000;
    margin: 0 0 0 !important;
    line-height: 20px;
    display: inline-block;
}
.contact-box-new {
    margin: 50px 0 70px;
    display: inline-block;
    width: 100%;
}
.contact-mail-box.contact-box-new {
    background: #fafafa;
    border-radius: 5px;
    padding: 30px 0;
    border: 1px solid #e5e5e5;
}
.contact-content-box.custom-contact-padding.clearfix {
    padding-left: 65px;
}
.available_treatment > li .treatment_name .hidden label a:hover {
    color: #0b93ed;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
    display: none !important;
}
.mobile-app-links.custom-app-link-block {
    float: right;
}
.hospals-on-apps.custom-app-block.clearfix {
    margin-top: 45px;
    border-top: 1px solid rgba(209, 210, 211, 0.4);
    padding-bottom: 15px;
}
.t9l-link {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    width: 50px;
}
.attachment-block {
    background: #fafafa;
    z-index: 2;
    border-radius: 5px;
    padding: 10px;
}
.attachment-block .form-control {
    border-style: dashed;
}
.attachment-block .wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.form-control {
    height: initial;
    padding: 15px;
}
.wpcf7-form-control-wrap.attachment1 input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    opacity: 0;
}
.wpcf7-form-control-wrap.attachment1 {
    position: initial;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    text-align: left;
}
.form-section.need-help-form .attachement-outer-block,
.form-section.white-theme.mobile-responsive .attachement-outer-block,
.form-section.white-theme.mobile-responsive.contact-forn-design .attachement-outer-block {
    width: 100%;
    position: relative;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.form-section.need-help-form .attachement-inner-block,
.form-section.white-theme.mobile-responsive .attachement-inner-block,
.form-section.white-theme.mobile-responsive.contact-forn-design .attachement-inner-block {
    width: 100%;
    width: 100%;
    height: 40px;
}
.form-section.need-help-form .attachment-img-box,
.form-section.white-theme.mobile-responsive .attachment-img-box,
.form-section.white-theme.mobile-responsive.contact-forn-design .attachment-img-box {
    position: relative;
    top: 12px;
    width: 45px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    float: left;
}
.form-section.need-help-form .attachement-file-name,
.form-section.white-theme.mobile-responsive .attachement-file-name,
.form-section.white-theme.mobile-responsive.contact-forn-design .attachement-file-name {
    width: 100%;
    padding: 12px 20px 12px 45px;
    height: 40px;
    color: #ccc;
    font-size: 13px;
}
.form-section.need-help-form .attachement-outer-block {
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
}
.form-section.need-help-form .attachement-inner-block {
    border: none;
    height: 45px;
}
.form-section.need-help-form .attachment-img-box {
    height: 45px;
    line-height: 40px;
    background-color: transparent;
    position: relative;
    top: 12px;
    left: 15px;
}
.form-section.need-help-form .attachement-file-name {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}
.form-section.white-theme.mobile-responsive .attachement-outer-block {
    border: 1px solid #e4e4e4;
    background-color: #fafafa;
}
.form-section.white-theme.mobile-responsive .attachement-inner-block {
    height: 45px;
}
.form-section.white-theme.mobile-responsive .attachment-img-box {
    height: 45px;
    line-height: 40px;
    top: 12px;
    left: 15px;
    position: relative;
}
.form-section.white-theme.mobile-responsive .attachement-file-name {
    background-color: transparent;
    color: #ccc;
}
.form-section.white-theme.mobile-responsive .attachment-img-box {
    width: 20px;
    height: 25px;
    background-image: url(../images/attach-icon.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 17px;
}
.form-section.need-help-form .attachment-img-box {
    width: 20px;
    height: 25px;
    background-image: url(../images/white-attach-icon.svg);
    background-repeat: no-repeat;
    background-size: 17px;
}
.form-section.white-theme.mobile-responsive.contact-forn-design .attachment-img-box {
    width: 20px;
    height: 25px;
    background-image: url(../images/attach-icon.svg);
    background-repeat: no-repeat;
}
.medical-treatment .text_content_box {
    text-align: left;
}
.medical-treatment .text_content_box .mfp-iframe-holder .mfp-close,
.medical-treatment .text_content_box .mfp-image-holder .mfp-close {
    opacity: 1;
    right: -33px;
    top: -18px;
}
.medical-treatment .text_content_box a.popup-youtube {
    width: 280px;
    height: 210px;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/vide0-play.png);
    float: left;
    margin-right: 40px;
    border-radius: 5px;
    position: relative;
    text-align: center;
}
.medical-treatment .text_content_box a.popup-youtube span {
    position: absolute;
    top: 43%;
    left: 43%;
}
.medical-treatment .text_content_box a.popup-youtube span img {
    width: 40px;
    opacity: 0.7;
}
.medical-treatment .text_content_box a.popup-youtube:hover span img {
    opacity: 1;
}
.mfp-close {
    opacity: 1 !important;
    right: -10px !important;
    top: -44px !important;
    font-size: 30px !important;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
    position: fixed !important;
    top: 0 !important;
}
.testimonial-sections {
    background-color: #f2f2f2;
    padding: 100px 0 0;
}
.testimonial-design {
    position: relative;
    padding-bottom: 0;
}
.testimonial-design::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 280px;
    border-radius: 0 0 100px 0;
    -ms-transform: skewY(20deg);
    -webkit-transform: skewY(20deg);
    transform: skewY(5deg);
    background: #fff;
    top: -70px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
}
.testimonial-container {
    max-width: 1000px;
}
.testimonial-box.bg-white.listing-testimonial {
    margin-top: 70px;
}
.testimonial-box {
    position: relative;
    padding: 100px 0;
}
.bg-white {
    background-color: #fff;
}
.inverted-comma {
    position: absolute;
    right: 0;
}
.inverted-comma img {
    width: 170px;
}
.testimonial-img.listing-image-testimonial {
    height: 208px;
    margin: 0;
    border-radius: 5px 5px 0 0;
    width: 100%;
}
.testimonial-left-box.listing-box {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}
.country-wise p {
    display: inline-block;
    margin-right: 10px;
    letter-spacing: 0.3px;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
}
.country-wise .btn.dropdown-toggle.btn-default {
    height: auto;
    padding: 10px 0 6px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
}
.country-wise {
    margin-bottom: 30px;
}
.country-wise .btn-default:hover {
    color: #333;
    background-color: transparent;
}
.country-wise .bootstrap-select .dropdown-menu {
    top: 36px;
}
.country-wise .dropdown-menu > li > a:focus,
.country-wise .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #e9f6f7;
}
.testimonial-img {
    width: 100%;
    height: 468px;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    margin-right: 40px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.country-wise .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 150px;
}
.btn-default.active,
.country-wise .btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-color: #fff;
}
.testimonial-box.bg-white.listing-testimonial .country-wise {
    position: relative;
    z-index: 6;
}
.testimonial-description-box .age-block {
    color: silver;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.flag-text {
    width: 21px;
    height: 12px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #0b93ed;
}
.flag-box {
    float: right;
    vertical-align: middle;
}
.small-comma {
    width: 100%;
    height: auto;
    display: block;
    margin: 15px 0 10px;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 500;
    height: 0;
}
.testimonial-description-box.listing-description-box p {
    font-size: 13px;
    font-weight: 200;
    line-height: normal;
    display: inline-block;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}
.testimonial-img.testimonial-right-img {
    margin-left: 50px;
    margin-right: 0;
}
.testimonial-description-box.listing-description-box p a {
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: 200;
    color: #11cba9;
    display: inline-block;
}
.testimonial-description-box {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    position: relative;
}
.inverted-comma.inverted-comma-small {
    top: 40px;
    right: 0;
    z-index: 0;
}
.inverted-comma.inverted-comma-small img {
    width: 100px;
}
.testimonial-description-box p {
    position: relative;
}
.testimonial-description-box.custom-description-box {
    width: 80%;
}
.links-for.custom-link-for {
    margin-top: 20px;
}
.flag-box.custom-flag-box {
    float: left;
}
.testimonial-description-box.custom-description-box .inverted-comma.inverted-comma-small {
    top: 40px;
}
.testimonial-description-box.custom-description-box .flag-text {
    color: #17bd98;
}
.testimonial-sections.listing-testimonial-box {
    background: #fff;
}
.main-search > ul {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    max-width: 450px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
    max-height: 279px;
    overflow-x: hidden;
    position: absolute;
    left: 20px;
    z-index: 1;
}
.main-search > ul > li > ul > li a {
    padding: 10px;
    line-height: 20px;
    font-weight: 200;
    color: #000;
    letter-spacing: 0.3px;
    display: block;
}
.main-search > ul > li > ul > li a:active,
.main-search > ul > li > ul > li a:focus,
.main-search > ul > li > ul > li a:hover {
    background-color: #f8f8f8;
    text-decoration: none;
}
.main-search .search-heading {
    padding: 10px;
    line-height: 20px;
    background: #e9f6f7;
    font-size: 10px;
    font-weight: 500;
    color: #797979;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.main-search > ul > li > ul {
    padding: 0;
}
.main-search > ul > li > ul:last-child {
    padding: 0;
}
.main-search .icon-magnifier::before {
    font-size: 14px;
    position: relative;
    top: 6px;
    right: -1px;
}
.main-search .custom-btn:hover {
    border-color: transparent !important;
}
.testimonial-description-box.listing-description-box {
    width: 100%;
    padding: 15px;
    min-height: 160px;
}
.address-associated .cntct-no {
    margin-top: -10px;
}
.testimonial-description-box.listing-description-box .links-for.custom-link-for {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin: 23px 0 0;
    line-height: 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.testimonial-description-box.listing-description-box .flag-box.custom-flag-box {
    width: 100%;
}
.user-detail-box .links-for {
    line-height: 20px;
    font-size: 28px;
    display: inline-block;
}
.testimonial-left-box .user-detail-box .flag-box .flag-text {
    font-size: 28px;
    position: relative;
    top: -9px;
}
.links-for .age-block {
    color: silver;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.user-detail-box {
    margin-bottom: 25px;
}
.get-quotes {
    padding-top: 10px;
    display: block;
}
.location-blk {
    min-height: 15px;
    display: inline-block;
    font-size: 12px;
    color: #212121;
    letter-spacing: 0.3px;
}
.testimonial-description-box {
    padding-top: 0;
    margin-top: 30px;
}
.testimonial-left-box.listing-box .testimonial-description-box {
    margin-top: 0;
    min-height: initial;
}
.hospital-block .card-bottom .free-quote {
    padding: 5px 20px;
    line-height: 20px;
    width: 100%;
    height: 32px;
    margin-top: 20px;
    position: relative;
    z-index: 6;
}
.listing-holder_card .block-name a {
    padding: 5px 20px;
    line-height: 20px;
    height: 32px;
    margin-top: -5px;
    position: relative;
    z-index: 6;
    float: right;
}
.get-quote-modalbox {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    text-align: center;
    line-height: 95vh;
}
.get-quote-content {
    position: relative;
    width: 770px;
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    padding: 35px;
    line-height: normal;
    vertical-align: middle;
    margin: 20px 0;
    max-width: 100%;
}
.get-quote-content .cropped-spacebox {
    padding: 0;
    text-align: left;
}
.get-quote-content .form-gradientbox {
    padding: 0;
    background: 0 0;
}
.get-quote-content .wpcf7-form-control-wrap .form-control::placeholder {
    color: #a3a3a3;
}
.get-quote-content .attachement-outer-block {
    border: 1px solid #e4e4e4;
    background-color: #fafafa;
    width: 100%;
    position: relative;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}
.get-quote-content .attachement-inner-block {
    height: 45px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.get-quote-modalbox .btn-default {
    background-color: #11cbaa;
    border: 1px solid #11cbaa;
    color: #fff;
}
.get-quote-content .attachment-img-box {
    width: 20px;
    height: 25px;
    background-image: url(../images/attach-icon.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 17px;
    line-height: 40px;
    top: 12px;
    left: 15px;
    position: relative;
    text-align: center;
    float: left;
}
.get-quote-content .attachement-file-name {
    background-color: transparent;
    color: #b0b0b0;
    width: 100%;
    padding: 10px 20px 12px 45px;
    height: 45px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    top: -36px;
    line-height: 45px;
}
.form-section.white-theme .form-gradientbox .btn-default:active,
.form-section.white-theme .form-gradientbox .btn-default:focus,
.get-quote-modalbox .btn-default:hover {
    background-color: #21dbba;
}
.get-quote-content .secondary-font {
    font-size: 30px;
    margin-bottom: 0;
}
.get-quote-content p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #000;
    margin-bottom: 23px;
}
.get-quote-content .close {
    position: absolute;
    right: 20px;
    top: 15px;
    text-shadow: none;
    filter: initial;
    opacity: 1;
}
.get-quote-content .close a img {
    width: 16px;
}
.testimonial-left-box h3.degree-hold {
    margin: 40px 0 14px;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 500;
    line-height: normal;
}
.user-detail-box .age-block {
    display: block;
    margin-top: 15px;
}
.field-user-country_id .btn-default {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    border: none;
    text-transform: none;
    font-size: 15px;
    padding: 10px 15px;
    height: 55px;
    color: #fff;
}
.field-user-country_id .bs-placeholder .filter-option {
    opacity: 0.4;
}
.field-user-country_id .open > .dropdown-toggle.btn-default {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.field-user-country_id .bootstrap-select > .dropdown-toggle.bs-placeholder,
.field-user-country_id .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.field-user-country_id .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.field-user-country_id .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #fff;
}
.scrolling-items.mTS-buttons-out .mTSButtonIcon {
    height: 15px;
    top: 9px;
    left: 9px;
}
.form-gradientbox .help-block {
    font-size: 12px;
    position: absolute;
    top: 55px;
    margin: 0;
    line-height: 14px;
}
.form-gradientbox .form-group .bs-searchbox .form-control {
    color: #000 !important;
}
.bootstrap-select .dropdown-menu li.no-results {
    color: #000;
}
.attachement-outer-block p {
    margin: 0;
}
.bootstrap-select.form-control {
    padding: 0;
}
.help-formbox .form-group .bootstrap-select .btn-default {
    border-radius: 4px;
    padding: 12px 15px;
    height: 40px;
    background-color: #fafafa;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.04);
    border-color: #e4e4e4;
    color: #000;
}
.help-formbox .field-user-country_id .bootstrap-select > .dropdown-toggle.bs-placeholder,
.help-formbox .field-user-country_id .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.help-formbox .field-user-country_id .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.help-formbox .field-user-country_id .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #444;
}
.help-formbox .bootstrap-select .filter-option {
    font-weight: 300;
}
.help-formbox .bootstrap-select .dropdown-menu {
    top: 45px;
}
.teleconsultancy-banner-content .page-primaryfont {
    color: #000;
    font-size: 40px;
    line-height: 50px;
    max-width: 430px;
    margin: 0;
    letter-spacing: 0.2px;
}
.teleconsultancy-banner-content .page-primaryfont span {
    font-size: 23px;
    text-transform: none;
    letter-spacing: 0.2px;
    color: #0674ea;
    margin-top: 25px;
    display: block;
}
.teleconsultancy-banner {
    padding: 40px;
    position: relative;
}
.tele-featured-treatment img {
    height: 28px;
    margin-right: 5px;
}
.tele-feat-box {
    padding: 25px 30px;
    border: 1px solid #f2f4f3;
    border-radius: 10px;
    -webkit-box-shadow: 3px 8px 20px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 8px 20px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 8px 20px -4px rgba(0, 0, 0, 0.15);
    margin-top: -35px;
}
.banner-content-box {
    display: flex;
    align-items: center;
}
.tele-feat-box .tele-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.banner-common-box {
    flex-basis: 50%;
}
.tele-treatment-box h4 {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin: 0;
}
.tele-treatment-box {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}
.tele-featured-treatment {
    overflow: hidden;
}
.tele-featured-treatment .owl-item {
    margin-right: 00px;
}
.tele-works-img img {
    max-width: 100%;
    width: 434px;
}
.tele-works {
    margin-top: 90px;
    background-color: #fafafa;
    padding: 70px 0;
    background-size: cover;
}
.tele-works-content h3 {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.tele-works-box {
    display: flex;
    align-items: center;
}
.tele-works-common-box {
    flex-basis: 50%;
}
.tele-works-content {
    padding: 25px 45px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    position: relative;
    margin-bottom: 15px;
}
.tele-works-common-box .tele-works-content:last-child {
    margin-bottom: 0;
}
.tele-works-content p {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 22px;
    color: #000;
    opacity: 0.8;
    font-weight: 200;
}
.tele-works-content span {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: #11caa9;
    position: absolute;
    left: -15px;
    background: #fff;
    top: 20px;
}
.tele-contact {
    padding: 100px 0;
    background: #087eea;
    background: -moz-linear-gradient(top, #0761e8 0, #01aaf0 100%);
    background: -webkit-linear-gradient(top, #0761e8 0, #01aaf0 100%);
    background: linear-gradient(to bottom, #0761e8 0, #01aaf0 100%);
}
.tele-contact .form-gradientbox {
    background: 0 0;
    padding: 0 0 0 25px;
}
.btn.active,
.btn:active {
    box-shadow: none;
}
.tele-contact .attachement-outer-block {
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    width: 100%;
    position: relative;
    padding: 0;
}
.tele-contact .form-gradientbox .secondary-font {
    margin-bottom: 15px;
}
.tele-contact .form-gradientbox p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 35px;
}
.tele-contact .attachement-inner-block {
    border: none;
    height: 55px;
}
.tele-contact .attachment-img-box {
    width: 20px;
    height: 25px;
    background-image: url(../images/white-attach-icon.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    line-height: 40px;
    background-color: transparent;
    position: relative;
    top: 18px;
    left: 20px;
    text-align: center;
    float: left;
}
.tele-contact .attachement-file-name {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    width: 100%;
    padding: 12px 20px 12px 45px;
    height: 55px;
    line-height: 30px;
}
.tele-contact input[type="file"] {
    min-width: 180px;
    height: 55px;
    background-color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #11cca8;
    letter-spacing: 0.5px;
}
.tele-contact-box {
    padding: 30px;
    border-radius: 10px;
    background: #e6f2fd;
}
.tele-contact-box p {
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 24px;
}
.tele-contact-box h2.secondary-font {
    color: #4d4d4d;
    line-height: 36px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    font-size: 29px;
}
.tele-choose-img img {
    height: 45px;
}
.tele-choose-img {
    display: inline-block;
    width: 82px;
    background: #fff;
    height: 75px;
    line-height: 75px;
    border-radius: 10px;
    border: 1px solid #f2f4f3;
    -webkit-box-shadow: 3px 8px 10px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 8px 10px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 8px 10px -4px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
}
.tele-choose-content {
    text-align: center;
    margin-top: 20px;
}
.tele-choose .secondary-font {
    color: #4d4d4d;
}
.home-tetimonial.tele-testimonial {
    padding: 100px 0;
}
.home-tetimonial.tele-testimonial .secondary-font {
    text-align: center;
    margin-bottom: 50px;
    line-height: 44px;
}
.tele-bottom-choose-box p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
}
.tele-choose {
    padding: 100px 0;
    background: #fafafa;
    text-align: center;
}
.tele-contact-box span {
    display: block;
    margin: 20px 0;
    height: 2px;
    width: 38px;
    background: #b8c2ca;
}
.query-box p {
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #000;
}
.query-box a {
    color: #11cca8;
    text-decoration: none;
}
#google_translate_element2 {
    opacity: 0;
}
.tele-contact .form-gradientbox .select2.select2-container.select2-container--krajee {
    height: 55px;
    line-height: 55px;
}
.tele-contact .form-gradientbox .select2-container--krajee .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0);
    color: #fff;
    font-weight: 300;
    height: 55px;
    box-shadow: none;
}
.tele-contact .form-gradientbox .select2-container .select2-selection--single .select2-selection__rendered {
    height: 55px;
    line-height: 41px;
}
.tele-contact .form-gradientbox .select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    color: #fff;
    opacity: 0.5;
}
.tele-contact .form-gradientbox .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    opacity: 0.5;
    color: #fff;
    border-color: #fff transparent transparent transparent;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 55px;
    border: none;
    right: 10px;
}
.input-group .form-control,
.input-group-addon.kv-date-picker {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0);
    color: #fff;
    opacity: 1;
}
.input-group-addon.kv-date-remove {
    display: none;
}
.glyphicon.glyphicon-calendar.kv-dp-icon {
    color: #fff;
    opacity: 0.5;
}
.tele-contact .form-gradientbox .select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
.country {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    margin-right: 0;
}
.country .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100px;
}
.country .btn {
    padding: 0;
    border: none;
    height: auto;
}
.country .btn .filter-option {
    text-align: center;
    position: absolute;
    padding: 0;
    border: none;
    font-size: 13px;
    color: #6d7887;
}
.country .btn .caret {
    right: 0;
}
.counrty .btn-default.active,
.counrty .btn-default:active,
.counrty .open > .dropdown-toggle.btn-default {
    background: 0 0;
}
.counrty .btn-default.active,
.counrty .btn-default:active,
.counrty .open > .dropdown-toggle.btn-default {
    background: 0 0;
}
.country .btn.dropdown-toggle.btn-default:focus,
.country .btn.dropdown-toggle.btn-default:hover {
    background: 0 0;
}
header .country .bootstrap-select .dropdown-menu {
    z-index: 2;
    top: 30px;
    width: auto;
    right: 0;
    min-width: 94px;
    left: -30px;
}
.telephone-number {
    font-size: 13px;
    color: #6d7887;
    padding: 0 15px;
    border-width: 0 1px;
    border-left-width: 1px;
    border-style: solid;
    border-left-style: solid;
    border-color: #e1e1e1;
    border-left-color: #e1e1e1;
    vertical-align: middle;
    border-left: none;
    margin-right: 15px;
    padding-right: 0;
    border-right: none;
}
#google_translate_element {
    display: none;
    position: absolute;
    left: -500px;
    top: 0;
    opacity: 0;
}
#gtranslate_selector {
    z-index: 99999;
    position: initial;
    min-height: initial;
    height: auto;
    width: initial;
    display: inline-block !important;
}
.medical-supplies-band {
    position: absolute;
    top: 0;
    background: #11caaa;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    z-index: 1;
    display: none;
}
.medical-supplies-band:hover {
    color: #fff;
    text-decoration: none;
}
.teleconsultation-page .telephone-number {
    padding-right: 15px;
    margin-right: 5px;
    border-right: 1px solid #e1e1e1;
}
.teleconsultation-page .goog-te-gadget-simple {
    border: none;
}
.teleconsultation-page .goog-te-menu-value span:last-child {
    font-size: 10px;
}
.translated-rtl .teleconsultancy-banner {
    margin-top: 80px;
}
.translated-rtl .tele-contact .secondary-font,
.translated-rtl .tele-works-common-box .secondary-font {
    text-align: right;
}
.suceess-content.sucess-new-content .sucess-box-new {
    display: flex;
    align-items: center;
}
.suceess-content.sucess-new-content .sucess-box-new .sucess-img-box {
    position: initial;
    flex-basis: 50%;
    margin-left: -80px;
}
.suceess-content.sucess-new-content .sucess-box-new .sucess-img-box.sucess-common-box {
    padding: 30px;
}
.suceess-content.sucess-new-content {
    min-height: initial !important;
}
.suceess-content.sucess-new-content {
    width: 600px;
}
.suceess-content.sucess-new-content .sucess-box-new .sucess-img-box h2 {
    margin-top: 10px;
}
.suceess-content.sucess-new-content .sucess-box-new .sucess-img-box p {
    margin-top: 15px;
}
.suceess-content.sucess-new-content .sucess-box-new .sucess-img-box {
    min-width: 314px;
}
.suceess-content.sucess-new-content .sucess-box-new .sucess-content-box {
    padding-left: 35px;
}
.translated-rtl .suceess-content.sucess-new-content .sucess-box-new .sucess-img-box {
    margin-right: -80px;
    margin-left: 0;
    padding: 30px;
}
.translated-rtl .suceess-content.sucess-new-content .sucess-box-new .sucess-content-box {
    padding-right: 35px;
    padding-left: 0;
}
.translated-rtl .tele-featured-treatment .owl-item {
    margin: 0;
}
.suceess-content.sucess-new-content .sucess-box-new .sucess-content-box p span {
    display: block;
    line-height: 20px;
}
.suceess-content.sucess-new-content .sucess-box-new .sucess-content-box p:nth-child(2) {
    line-height: 22px;
}
.translated-rtl .arabic-featrured {
    float: right;
}
.translated-rtl .owl-carousel {
    direction: ltr;
}
.translated-rtl .tele-treatment-box {
    float: left;
}
.translated-rtl .tele-featured-treatment img {
    margin-left: 6px;
    margin-right: 0;
}
.suceess-content.sucess-new-content {
    min-height: initial !important;
}
.about-slides-available {
    background-size: cover;
    padding: 50px;
    background-position: center center;
}
.about-slides-available .treatment-block {
    margin-bottom: 0;
    background: #fff;
}
.about-hospals.about-hospals-description {
    padding-top: 75px;
}
.key-feature {
    background: #087eea;
    background: -moz-linear-gradient(top, #0761e8 0, #01aaf0 100%);
    background: -webkit-linear-gradient(top, #0761e8 0, #01aaf0 100%);
    background: linear-gradient(to bottom, #0761e8 0, #01aaf0 100%);
    padding: 50px 0 100px;
    margin-top: -55px;
}
.key-feature .care-steps {
    display: inline-block;
    border-radius: 10px;
    border: none;
    background-color: #fff;
    padding: 0;
    margin-top: 50px;
    box-shadow: none;
    background: 0 0;
}
.custom-key-box {
    display: flex;
    align-items: center;
    max-width: 902px;
    margin-top: 50px;
}
.common-key-feature label {
    margin: 0;
    font-size: 30px;
    color: #d9f1ff;
    letter-spacing: 0.2px;
    line-height: normal;
}
.custom-key-box .common-key-feature:first-child {
    min-width: 210px;
}
.common-key-feature span {
    display: block;
    width: 45px;
    height: 2px;
    background: #d9f1ff;
}
.common-key-feature p {
    color: #fff;
    line-height: 22px;
}
.about-hospals .start-to-end-care {
    margin-bottom: 0;
}
.wrbnair-registration {
    padding: 55px 30px 35px;
    background: #057beb;
    border-radius: 10px;
}
.wrbnair-registration label {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
}
.webinar-img-box {
    overflow: hidden;
    text-align: center;
    margin-top: 35px;
}
.wb-webinar.mb-webnair {
    display: none;
}
.search-by-box.search-blog {
    width: 960px;
}
.search-by-box.search-blog ul li {
    width: 21.667%;
}
.search-by-box.search-blog .bootstrap-select .dropdown-menu.inner li {
    width: 100%;
}
.search-by-box.search-blog .search-elementholder ul li:nth-child(3n)::before {
    border-right: 1px solid #ececec;
}
.search-by-box.search-blog h1 {
    margin-top: 0;
}
.search-by-box.search-blog ul li:last-child {
    width: 14%;
}
.search-by-box.search-blog .search-elementholder ul li:last-child::before,
.search-by-box.search-blog .search-elementholder ul li:nth-last-child(2)::before {
    border: none;
}
.blog-search {
    margin-top: 0px;
    padding: 35px 0 80px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.search-by-box.search-blog h1 {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 700;
}
.search-by-box.search-blog h1 span {
    color: #0b93ed;
    font-weight: 700;
}
.blog-small-box {
    background: #fafafa;
    padding-bottom: 85px;
    padding-top: 45px;
}
.blog-list-box {
    margin-top: 35px;
    border: 1px solid #ededed;
    border-radius: 5px;
    position: relative;
}
.blog-list-box .blog-list-description  a { position: relative ; }
.blog-list-box a {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    cursor: pointer;
}
.blog-tags a {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.blog-list-img {
    border-radius: 5px 5px 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 170px;
}
.blog-list-description {
    background: #fff;
    padding: 20px;
    min-height: 130px;
    border-radius: 0 0 5px 5px;
}
.blog-by span {
    flex-basis: 50%;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #505050;
    font-weight: 400;
}
.blog-by span small {
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.2px;
    float: right;
}
.blog-by span small.blog-author {
    font-weight: 600;
    float: none;
}
.blog-tags {
    margin: 18px 0 23px;
}
.blog-tags span {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 28px;
    color: #000;
    background: #eefbf9;
    padding: 0 10px;
    margin-right: 2px;
    border: 1px solid #ddf1ed;
    border-radius: 5px;
    display: inline-block;
}
.blog-list-description h2 {
    font-size: 20px;
    line-height: 24px;
    
    color: #000;
    
    font-weight: 500;
}
.blog-list-description p {
    font-size: 13px;
    font-weight: 300;
    color: #333;
    line-height: 22px;
    
    margin-top: 15px;
    min-height: 44px;
}
.container.blog-container {
    width: 1200px;
    max-width: 100%;
}
.blog-list-box.big-list-blog {
    display: flex;
    align-items: center;
}
.blog-list-box.big-list-blog .blog-list-img {
    width: 370px;
    border-radius: 5px 0 0 5px;
}
.blog-list-box.big-list-blog .blog-list-description h2 {
    min-height: initial;
}
.blog-list-box.big-list-blog .blog-list-description p {
    min-height: initial;
}
.blog-list-box.big-list-blog {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.blog-list-box.big-list-blog .blog-list-description {
    padding: 20px 30px;
}
.blog-detail {
    margin-top: 20px;
    padding: 70px 0;
    background: #fff;
}
.container.blog-detail-container {
    max-width: 100%;
    width: 900px;
}
.detail-blog-by span {
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #505050;
    position: relative;
    margin-right: 35px;
}
.detail-blog-by span:first-child::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    right: -20px;
    background: #e5e5e5;
    top: 0;
}
.detail-blog-by span small {
    font-size: 12px;
    font-weight: 600;
}
.blog-detail-description h1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.2px;
    color: #000;
    font-weight: 700;
    margin: 10px 0;
}
.blog-detail-img {
    height: 320px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100%;
    margin: 40px 0 35px;
}
.blog-detail-description .blog-tags span {
    margin-bottom: 10px;
    margin-right: 10px;
}
.blog-detail-description .blog-tags {
    margin-top: 25px;
}
.blog-detail-description p,
.blog-detail-description ul li {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #000;
    font-weight: 200;
    margin: 15px 0 0;
}
.blog-detail-description h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 26px;
    margin-top: 45px;
}
.blog-detail-description ul {
    margin-top: 35px;
    padding-left: 15px;
}
.blog-detail-description ul li {
    list-style-type: disc;
    font-size: inherit;
}
.blog-description-container {
    overflow: hidden;
    height: 65px;
}
.blog-description-container p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mebinar {
    text-align: center;
    margin-bottom: 20px;
}
.mebinar img {
    height: 35px;
}
.mebinar-session {
    position: relative;
}
.mebinar-session a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
}
.mebinar-box label {
    font-size: 17px;
    font-weight: 500;
    opacity: 0.7;
    letter-spacing: 0.2px;
    line-height: normal;
    margin: 0;
}
.mebinar-box {
    max-width: 630px;
    margin-bottom: 30px;
}
.mebinar-box h1 {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 34px;
}
.hospital-detail-section {
    width: 100%;
    height: auto;
    padding: 35px 0 75px;
    box-sizing: border-box;
}
.hospital-detail-wrap {
    display: block;
    width: 85%;
    height: auto;
}
.hospital-detail-left {
    width: auto;
    padding: 8px 0 10px;
}
.hospital-detail-left span {
    width: 163px;
    height: 29px;
    border-radius: 5px;
    border: solid 1px #8bccf7;
    background-color: #cee9fb;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.34;
    letter-spacing: 0.48px;
    text-align: center;
    color: #0b93ed;
    display: inline-block;
}
.hospital-detail-left h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 5px 0 4px;
}
.hospital-detail-left h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 5px 0 4px;
}
.hospital-detail-left .hospital-location {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    text-align: left;
    color: #737373;
}
.hospital-detail-left .hospital-location img {
    width: 12px;
    height: 13px;
    position: relative;
    top: -1px;
}
.hospital-detail-left .hospital-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.73;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    width: 100%;
    margin: 10px 0 25px;
}
.read-more-about {
    color: #0cc9a5;
    font-weight: 400;
}
.read-more-about:active,
.read-more-about:focus,
.read-more-about:hover {
    color: #0cc9a5;
    text-decoration: none;
}
.hospital-detail-left .hospital-awards {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(96, 96, 96, 0.7);
    margin-bottom: 9px;
}
.hospital-detail-left .awards-images {
    margin-bottom: 29px;
}
.hospital-detail-left .awards-images img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    margin-right: 11px;
}
.send-enquiry-btn {
    width: 159px;
    height: 41px;
    background-color: #17bd98;
    font-size: 14px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    display: block;
}
.send-enquiry-btn:active,
.send-enquiry-btn:focus,
.send-enquiry-btn:hover {
    background-color: #17bd98;
    color: #fff;
    text-decoration: none;
}
.hospital-carousel-wrap {
    width: 370px;
    box-sizing: border-box;
    position: relative;
}
.hospital-carousel-wrap .carousel-control.left,
.hospital-carousel-wrap .carousel-control.right {
    background-image: none;
    background: #0000007a;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: auto;
}
.hospital-carousel-wrap .carousel-control.left {
    left: 5px;
}
.hospital-carousel-wrap .carousel-control.right {
    right: 5px;
}
.hospital-carousel-wrap .carousel-inner {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.hospital-carousel-wrap .carousel-inner img {
    border-radius: 6px;
    height: 374px;
}
.hospital-carousel-wrap .indicator-tag {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 50px;
    height: 23px;
    border-radius: 5px;
    background: rgb(255, 255, 255, 0.7);
    text-align: center;
}
.hospital-carousel-wrap .indicator-tag span {
    font-size: 12px;
    font-weight: 400;
    line-height: 2.17;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
#myCarousel .carousel-control .glyphicon-chevron-left:before,
#myCarousel .carousel-control .glyphicon-chevron-right:before {
    content: "";
}
#myCarousel .carousel-control .glyphicon-chevron-left,
#myCarousel .carousel-control .glyphicon-chevron-right {
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
#myCarousel .carousel-control .glyphicon-chevron-left {
    background-image: url(../images/hospital/left_white_arrow.svg);
    margin-left: -11px;
}
#myCarousel .carousel-control .glyphicon-chevron-right {
    background-image: url(../images/hospital/right_white_arrow.svg);
    margin-right: -11px;
}
#myCarousel .carousel-control {
    opacity: 1;
}
#myCarousel .carousel-control:hover {
    opacity: 1;
}
.hospital-info-section,
.hospital-info-wrap {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
}
.hospital-about-wrap {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.gallery-image h6 {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    color: #333;
}
.hospital-about-wrap .info-heading {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.21;
    letter-spacing: 0.29px;
    text-align: left;
    color: #000;
    margin: 0;
    padding: 0;
}
.hospital-about-wrap .about-content {
    margin: 15px auto 26px;
}
.hospital-about-wrap .about-content > .specialisation-list > li,
.hospital-about-wrap .about-content > p,
.hospital-about-wrap .about-content > ul > li {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.14px;
    text-align: left;
    color: #000;
    margin-bottom: 16px;
}
.hospital-about-wrap .about-content .specialisation-list li:last-child,
.hospital-about-wrap .about-content p:last-child,
.hospital-about-wrap .about-content > ul > li:last-child {
    margin-bottom: 0;
}
#about-hospital #about-content {
    transition: all 0.5s ease;
}
#about-hospital .smalldesc {
    max-height: 100px;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
}
#about-hospital .smalldesc li {
    margin-bottom: 10px;
}
#about-hospital .bigdesc {
    height: auto;
    margin-bottom: 5px;
}
.hospital-read-more {
    z-index: 99;
    position: relative;
}
.hospital-about-wrap .about-video {
    max-width: 752px;
    width: 100%;
    height: 423px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    margin-top: 25px;
}
.hospital-about-wrap .about-video .hospital-video {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.hospital-about-wrap .about-video a {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    place-items: center;
    place-content: center;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.hospital-about-wrap .about-video a img {
    width: 20px;
    height: 20px;
}
.about-content .specialisation-list {
    width: 100%;
    margin: 0;
}
.about-content .specialisation-list li {
    position: relative;
    padding-left: 19px;
}
.about-content .specialisation-list li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5.5px;
    border-radius: 50%;
    background: #999;
    box-sizing: border-box;
}
.offer-box {
    width: 270px;
    height: 110px;
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.05);
    border: solid 1px #fff;
    background-color: #fff;
    border-radius: 5px;
    padding: 24px 12px 24px 20px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-right: 15px;
    display: inline-block;
}
.listing-boxes {
    margin-top: 15px;
}
.offer-box .offer-image {
    width: 51px;
    height: 49px;
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
}
.offer-image .skin-problem {
    width: 53px;
    height: 49px;
}
.offer-image .organ-transplant {
    width: 52px;
    height: 46px;
}
.offer-image .cardiology {
    width: 47px;
    height: 41px;
}
.offer-image .neurology {
    width: 41px;
    height: 48px;
}
.offer-image .orthopedic {
    width: 52px;
    height: 41px;
}
.offer-box .offer-content {
    width: 71%;
    display: inline-block;
    vertical-align: top;
}
.offer-content .offer-heading {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.34px;
    text-align: left;
    color: #000;
    margin-bottom: 6px;
}
.about-content .offer-content .offer-price,
.about-content .offer-content .offer-price span {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.28px;
    text-align: left;
    color: #9d9d9d;
    margin-bottom: 0;
}
.about-content .offer-content .offer-price span {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.32px;
    color: #0b93ed;
}
.about-content.listing-boxes {
    margin: 20px auto 30px;
}
.see-more-box {
    text-align: center;
}
.send-enquiry-btn.see-more {
    width: 158px;
    height: 40px;
    color: #17bd98;
    border-radius: 20px;
    line-height: 39px;
    letter-spacing: normal;
    border: solid 1px #17bd98;
    background-color: #fff;
    transition: all 0.3s ease;
}
.send-enquiry-btn.see-more:active,
.send-enquiry-btn.see-more:focus,
.send-enquiry-btn.see-more:hover {
    color: #11cba9;
    background-color: rgb(17, 203, 169, 0.2);
}
.about-content .offer-box.infrastructure {
    width: 268px;
    height: 74px;
    border: solid 1px #eee;
    padding: 16px 10px 18px 17px;
    margin-bottom: 33px;
}
.about-content .offer-box.infrastructure .offer-image {
    width: 40px;
    height: 33px;
    margin-right: 13px;
}
.offer-image .no-of-beds {
    width: 40px;
    height: 33px;
    margin-top: 2px;
}
.offer-image .operation-theaters {
    width: 36px;
    height: 33px;
    margin-top: 2px;
}
.offer-image .no-of-surgeon {
    width: 30px;
    height: 32px;
    margin-top: 2px;
}
.infrastructure-heading {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.24px;
    text-align: left;
    color: #000;
    margin: 0 0 4px;
}
.infrastructure-price {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0.52px;
    text-align: left;
    color: #000;
    margin: 0;
}
.testimonial-left-box.listing-box.blogs {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
}
.about-content.listing-boxes1 {
    margin: 0 auto;
    padding: 0;
    clip-path: inset(-100vw -100vw -100vw 0);
    overflow-x: visible !important;
}
.about-content.listing-boxes1 .blog-list-box {
    max-width: 368px;
    width: 100%;
}
.about-content.listing-boxes1.home-tetimonial .loop {
    width: 800px;
    margin: 0;
}
.about-content.listing-boxes1.home-tetimonial .loop .item {
    margin: 0 30px 0 0;
}
.home-tetimonial .owl-carousel .owl-item {
    opacity: 1;
}
.info-tabs-wrap {
    width: 100%;
    height: auto;
    position: relative;
}
.info-tabs-inner {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 50px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.info-tabs-inner li {
    position: relative;
}
.cta-wrap {
    width: 269px;
    text-align: center;
}
.popup-gallery span .v-play-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.popup-gallery a {
    position: relative;
    margin-right: 24px;
    width: 31%;
    float: left;
    margin-top: 15px;
}
.video-thumbnail {
    width: 100%;
    height: 240px;
    border-radius: 8px;
    position: relative;
    display: inline-block;
}
.popup-gallery span {
    height: 240px;
    display: table;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}
.info-tabs {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    position: relative;
    transition: all 0.3s ease;
}
.info-tabs:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
}
.info-tabs.active {
    background: transparent;
    color: #0863d6;
    font-weight: 400;
    border-bottom: 2px solid #0863d6;
    padding-bottom: 9px;
    z-index: 5;
}
.info-tabs:active,
.info-tabs:focus,
.info-tabs:hover {
    color: #0863d6;
    text-decoration: none;
}
.info-tabs.active:active,
.info-tabs.active:focus,
.info-tabs.active:hover {
    color: #0863d6;
    text-decoration: none;
}
.info-tabs-wrap.fixed {
    position: fixed;
    top: 110px;
}
#footer-box {
    width: 100%;
    height: 2px;
    background: 0 0;
}
.rating-wrap {
    width: 100%;
    margin-bottom: 70px;
}
.rating-wrap-inner {
    width: 100%;
    padding: 35px 15px 47px;
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.rating-image-box .rating-image {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 18px;
    display: inline-block;
}
.rating-image-box .rating-image {
    background-image: url(/images/hospital/star_grey.svg);
}
.rating-image-box .rating-image.active {
    background-image: url(/images/hospital/star_rated.svg);
}
.rating-image-box .rating-image.half-rating {
    background-image: url(/images/hospital/half-rated-star.svg);
}
.rating-wrap-inner h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: 0.24px;
    color: #0b93ed;
    margin-top: 34px;
    margin-bottom: 22px;
}
.rating-wrap-inner p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.28px;
    color: #505050;
    margin-bottom: 0;
}
.team-speciality {
    font-size: 15px;
    font-weight: 300;
    color: #262626;
    line-height: 28px;
    margin-bottom: 12px;
}
.speciality-box .hospital-specialization {
    margin: 10px 0;
}
.speciality-box .hospital-specialization p {
    margin: 0;
    color: #606060;
    font-weight: 600;
    opacity: 0.7;
    letter-spacing: 0.3px;
    font-size: 14px;
}
.speciality-box .hospital-specialization ul {
    padding: 0;
    background: #fff;
    margin-top: 5px;
}
.speciality-box ul li {
    display: inline list-item;
    margin-right: 15px;
    padding-left: 15px;
}
.team-speciality ul li {
    width: 100%;
    list-style-type: none;
    margin: 0 0 20px;
    position: relative;
}
.speciality-box ul li {
    display: inline list-item;
    margin-right: 15px;
    padding-left: 15px;
}
.team-speciality ul li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #7f7f7f;
}
.help-formbox ul li::before {
    position: initial;
}
.help-formbox ul li {
    margin-bottom: 0;
}
.tab-hospital-box {
    max-width: 870px;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 9px;
}
.tab-hospital {
    background: #fafafa;
    border-radius: 10px 10px 0 0;
}
.custom-scroll .nav-tabs {
    height: 50px;
}
.tab-hospital .nav-tabs {
    border-bottom: none;
}
.custom-scroll .scroll_tabs_container .scroll_tab_left_button_disabled,
.scroll_tabs_container .scroll_tab_left_button,
.scroll_tabs_container .scroll_tab_right_button,
.scroll_tabs_container .scroll_tab_right_button_disabled {
    height: 50px;
    background: 0 0;
}
.scroll_tabs_container .scroll_tab_left_button_disabled {
    color: #aaa;
    background-color: #ccc;
}
.custom-scroll .scroll_tabs_container .scroll_tab_left_button::before {
    content: "<";
    top: 6px;
    font-weight: lighter;
    position: relative;
    font-size: 20px;
    padding-left: 10px;
    display: none;
}
.custom-scroll .scroll_tabs_container div.scroll_tab_inner {
    height: auto;
    background: #fafafa;
    left: 0 !important;
}
.tab-hospital a:hover {
    color: #0980e9;
    opacity: 1;
}
.tab-hospital a.active {
    color: #0980e9;
    opacity: 1;
}
.tab-hospital a {
    padding: 10px 25px;
    display: inline-block;
    color: #000;
    opacity: 0.4;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    border: 1px solid #fafafa;
}
.tab-hospital a.active {
    color: #0980e9;
    opacity: 1;
    border-bottom: 1px solid #0980e9;
}
.custom-scroll .scroll_tabs_container .scroll_tab_right_button::before {
    content: ">";
    top: 6px;
    font-weight: lighter;
    position: relative;
    font-size: 20px;
    padding-right: 10px;
    padding-left: 8px;
    display: none;
}
.tab-hospital-box .tab-pane {
    padding: 35px 30px;
}
.tab-hospital-box .offer-box {
    display: inline-block;
    margin: 15px 15px 0 0;
}
#nav-awards p {
    margin-top: 10px;
}
.team-speciality .help-formbox .form-tagline {
    font-size: 25px;
    line-height: normal;
    color: #939393;
}
.team-speciality .help-formbox .form-tagline span {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 30px;
    display: block;
    font-weight: 700;
}
.related-blogs h2 {
    margin-bottom: 0;
}
.related-blogs.realted-testimonial {
    padding: 50px 0 0;
}
.realted-testimonial .home-testimonial-content {
    margin-top: 35px;
}
.doctor-profile-main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.doctor-profile-common-box {
    display: flex;
    align-items: center;
    flex: 1;
}
.doctor-data-box {
    display: flex;
    align-items: center;
    flex: 1;
}
.data-common-box {
    background: #3ca9e8;
    border-radius: 5px;
    padding: 15px 30px;
    text-align: center;
    margin: 0 9px;
    flex: 1;
}
.data-doctor-image {
    display: inline-block;
    vertical-align: middle;
}
.data-doctor-image img {
    height: 34px;
}
.data-content-doctor {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    text-align: left;
}
.data-content-doctor label {
    font-size: 22px;
    color: #fff;
    display: block;
    margin: 0;
    line-height: 22px;
    letter-spacing: 0.2px;
}
.data-content-doctor small {
    font-size: 12px;
    color: #fff;
    display: block;
    margin: 0;
    line-height: 18px;
    letter-spacing: 0.2px;
}
.doctor-data-box .data-common-box:last-child {
    margin-right: 0;
}
.hspl-paging .pagination > li > a,
.hspl-paging .pagination > li > span {
    border: none;
    color: #000;
    background: 0 0;
}
.hspl-paging .pagination > .active > a,
.hspl-paging .pagination > .active > a:focus,
.hspl-paging .pagination > .active > a:hover,
.hspl-paging .pagination > .active > span,
.hspl-paging .pagination > .active > span:focus,
.hspl-paging .pagination > .active > span:hover {
    border: 1px solid #11cca8;
    color: #11cca8;
    margin-top: 1px;
    background: 0 0;
    line-height: 17px;
    border-radius: 100%;
}
.offer-box.awards-bx .no-of-beds {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    margin-right: 11px;
}
.offer-box.awards-bx .offer-content {
    vertical-align: middle;
    width: 70%;
}
.offer-box.awards-bx .infrastructure-price {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.2px;
}
.offer-box.awards-bx .offer-image {
    vertical-align: middle;
}
.offer-box.awards-bx {
    width: 275px;
    padding: 10px 25px;
    height: initial;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    display: inline-block;
    margin: 25px 15px 0 0;
}
.info-tabs-inner.fixed-part {
    position: fixed;
    top: 95px;
    padding: 10px 15px;
    left: 0;
    background:#f9f9f9;
    border: 1px solid #e5e5e5;
    z-index: 9999;
    justify-content: space-evenly;
}
.see-more-box .see-more {
    border-color: #999;
    border: none;
    padding: 0;
    width: 70px;
    margin-left: -5px;
}
.see-more-box .see-more:hover {
    background: 0 0;
}
.see-more-box a span img {
    width: 6px;
    position: relative;
    top: -1.5px;
    margin-left: 2px;
}
#about-hospital #about-content ol {
    padding: 0;
}
.see-more-box {
    position: relative;
    top: -20px;
    z-index: 9;
}
.pricing_card-box.fixed-part {
    position: fixed;
    top: 110px;
}
.hospital-carousel-wrap.full-width {
    width: 100%;
}
.hospital-carousel-wrap.full-width .carousel-inner {
    border: 0;
    border-radius: 0;
}
.particular-video-box.gallery,
.particular-video-box.gallery .video-posterimg,
.particular-video-box.gallery .video-posterimg .video-link {
    border-radius: 8px;
}
.particular-video-box.gallery {
    margin-bottom: 30px;
}
.tz-gallery {
    padding: 0;
}
.gallery-image {
    margin-bottom: 30px;
    position: relative;
}
.tz-gallery .lightbox .inner-image {
    width: 100%;
    height: 240px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    margin-top: 15px;
}
.inner-image span.v-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gallery-image iframe {
    width: 100%;
    height: 240px;
    border: 0;
    border-radius: 8px;
}
.baguetteBox-button {
    background-color: transparent !important;
}
.banner-left.gradient-2 {
    background-image: linear-gradient(150deg, #0fc4a3 20%, #02aaf2);
}
.banner-title-box.title-box-2 h1 {
    max-width: 380px;
    color: #fff;
}
.banner-title-box.title-box-2 p,
.banner-title-box.title-box-4 p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.14px;
    margin-top: 4px;
    margin-bottom: 22px;
    color: #fff;
    max-width: 360px;
}
.banner-title-box.title-box-2 a {
    color: #13ccaa;
    border: solid 1px #00b891;
    background-color: #fff;
    text-transform: uppercase;
}
.banner-title-box.title-box-3 h1 {
    max-width: 360px;
    margin-bottom: 20px;
}
.banner-title-box.title-box-4 h1 {
    max-width: 370px;
    margin-top: 225px;
}
.banner-title-box.title-box-3 a,
.banner-title-box.title-box-4 a {
    width: auto;
}
.banner-title-box.title-box-2 a.btn-success:active,
.banner-title-box.title-box-2 a.btn-success:focus,
.banner-title-box.title-box-2 a.btn-success:hover {
    background-color: #fff !important;
}
.banner-title-box a.btn-success {
    text-transform: uppercase;
}
.carousel-indicators.push-left {
    bottom: 30px;
    left: 13%;
}
.carousel-indicators.push-left li {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.carousel-indicators.push-left li.active {
    background-color: #fff;
    border: none;
    color: #fff;
}
.testimonial-video-box {
    margin-top: 20px;
}
.testimonial-description-box video,
.testimonial-video-box iframe {
    width: 500px;
    height: 281px;
    border: none;
}
.help-labelbox .secondary-font.form-title {
    margin-bottom: 0;
}
.help-labelbox .secondary-font.form-title span {
    font-size: 29px;
    margin-top: 5px;
    line-height: 1.2;
}
.carousel-indicators.push-left li {
    background-color: transparent;
    border: none;
    display: inline-block;
    width: auto;
    color: rgba(255, 255, 255, 0.7);
    text-indent: initial;
    text-align: left;
    font-size: 6px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin: 0 10px;
    height: 50px;
}
.carousel-indicators.push-left li.active {
    background-color: transparent;
}
.happiness-across.custom-hapiness-across {
    padding: 70px 0 200px;
    background: #f4f7fc;
}
.custom-scroll .tab-content > .tab-pane {
    display: block;
}
.tab-hospital-box h5 {
    margin-bottom: 0;
    font-size: 16px;
}
.happiness-across.search-across {
    overflow: initial;
    padding: 15px 0;
    text-align: center;
}
.pricing-box-container .pricing_card-box.fixed-part {
    right: 180px;
}
@media only screen and (min-width: 1920px) {
    #myCarousel .carousel-indicators.push-left {
        left: 585px;
        bottom: 5px;
    }
}
@media only screen and (min-width: 1400px) {
    .ft-right-box {
        width: 100%;
    }
}
@media only screen and (max-width: 1460px) {
    #myCarousel .carousel-indicators.push-left {
        left: 300px;
        bottom: 5px;
    }
}
@media only screen and (max-width: 1360px) {
    #myCarousel .carousel-indicators.push-left {
        left: 250px;
    }
    .pricing-box-container .pricing_card-box.fixed-part {
        right: 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .scrolling-items .mTSButton.mTSButtonLeft {
        left: -40px;
    }
    .scrolling-items .mTSButton.mTSButtonRight {
        right: -40px;
    }
}
@media only screen and (max-width: 599px) {
    .popup-gallery a {
        margin: 20px 0 0;
        width: 100%;
    }
    .form-section.white-theme.mobile-responsive .cropped-spacebox.detail-form-block .form-gradientbox {
        padding: 25px;
        padding-top: 120px;
    }
}
.form-gradientbox .help-block {
    bottom: -18px !important;
    top: unset;
}
.popup-gallery h6 {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    color: #333;
    text-decoration: none;
}
.popup-gallery a:active,
.popup-gallery a:focus,
.popup-gallery a:hover,
.popup-gallery a:hover h6,
popup-gallery a:active h6,
popup-gallery a:focus h6 {
    text-decoration: none;
}
.popup-gallery a:last-child {
    margin-right: 0;
}
.treatement-content-box.custom-tc-bx {
    display: initial;
    width: 100%;
    height: initial;
    padding: 0;
    border: none;
    background: 0 0;
    text-align: center;
    border-radius: 0;
    margin: 0 0 15px 0;
}
.ft-left-box h2 {
    position: relative;
    top: -20px;
    color: #000;
}
.common-doc-blog .blog-list-box {
    margin: 0 0 30px;
}
@media (max-width: 992px) {
    .doctor-profile-common-box {
        align-items: start;
    }
}
@media (max-width: 990px) {
    header.inner-header .brandbox {
        margin-top: 0;
        width: 85px;
    }
}