/*Style CSS*/

html * {
    outline: none !important;
}

body {
    font-family: "Overpass", sans-serif;
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
}

a {
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #03b2ef;
}

a:hover {
    text-decoration: none;
}

p {
    color: #666666;
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Overpass", sans-serif;
    font-weight: bold;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    -webkit-transition: all .5s;
    transition: all .5s;
}

img {
    max-width: 100%;
}

#translator .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
    height: 35px!important;
    border-radius: 25px;
}

#translator .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px!important;
}

.bg-light-black {
    background: #02b8f4;
}

.default-btn {
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    padding: 8px 30px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
}

.default-btn:hover {
    background-color: #333333;
    background: linear-gradient(45deg, #0c59a7, #02b8f4);
    color: #ffffff;
}

.form-control {
    height: 35px;
    border-color: #ffffff;
    padding: 8px 15px;
    border-radius: 5px;
}

.form-control::-webkit-input-placeholder {
    color: #777777;
}

.form-control::placeholder {
    color: #777777;
}

.form-group {
    margin-bottom: 20px;
}

.pl-10 {
    padding-left: 10px;
}

.main-header {
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 0;
}

.navbar-light {
    padding: 2px 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    padding-right: 12px;
    padding-left: 12px;
    letter-spacing: 0.5;
    font-family: "Lato", sans-serif;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #333;
}

@media only screen and (min-width: 991px) {
    .navbar-light .collapse ul li {
        position: relative;
    }
}

.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 999;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    max-width: 100%;
}

.is-sticky .navbar-light .navbar-nav .nav-link {
    color: #333333;
}

.appointment-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.appointment-inline .appointment-btn {
    background-color: #396cf0;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 20px;
}

.book-now-btn {
    background-color: #ffffff;
    color: #396cf0;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px 20px;
}

.footer-widget {
    margin-top: -4px;
}

.footer-widget .footer-logo {
    margin-bottom: 20px;
    display: inline-block;
}

.footer-widget h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.footer-widget .socials-links {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
}

.footer-widget .socials-links li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.footer-widget .socials-links li i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    background: #717171;
    color: #ffffff;
    transition: .5s;
    border-radius: 50%;
}

.footer-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li a {
    color: #666666;
}

.bottom-footer p {
    margin: 0;
}


/*Custom CSS*/


/*@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css');*/

body {
    font-size: 15px;
}

.language-translator {
    padding: 7px 15px;
    /*border-radius: 15px;*/
    background: rgba(255, 255, 255, 0.5);
    margin-left: 10px;
    width: 150px;
}

textarea.form-control {
    height: 90px;
}

.b-0 {
    border: 0;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #2fb6e8;
}


/*Home Header */

.appointment-inline .appointment-btn {
    padding: 5px 20px;
    border-radius: 15px;
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
}

.default-btn {
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    padding: 5px 30px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Overpass';
    border-radius: 4px;
}

.form-control,
.book-now-btn {
    border-radius: 0;
    border: 1px solid #ccc;
}

.book-now-btn {
    border: 0;
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    color: #fff;
}

.mark {
    background: #FFF;
    color: rgba(0, 0, 0, .87);
    border: 1px solid #dfe1e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 16px;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.mark__image {
    margin-right: 8px;
}

.mark__image-photo {
    vertical-align: middle;
}

.mark__devider {
    height: 3px;
    width: 3px;
    border-radius: 100%;
    background: #000;
    margin: 0 8px;
}

.list-inline .list-inline-item {
    display: inline-block;
    padding: 0px 20px;
    color: #CCC;
    border-right: 1px solid #FFFFFF;
}

.list-inline .list-inline-item {
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;
}

.list-inline .list-inline-item:first-child {
    border-top-right-radius: 0;
}

.list-inline .list-inline-item:last-child {
    border-bottom-left-radius: 0;
}

.bottom-footer p {
    color: #CCC;
}

.footer-phone {
    border: 1px solid #ccc;
    padding: 5px 15px;
    width: 190px;
    border-radius: 25px;
    text-align: center;
}

.footer-widget ul {
    text-align: left;
}

.footer-phone a {
    color: #666666;
}

.footer-widget .socials-links li {
    margin-right: 5px;
}

.footer-phone img {
    margin-right: 5px;
    height: 15px;
    width: 20px;
}

.hospital-block .relative {
    font-size: 14px;
}

.card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: transparent;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 1px;
    border: 1px solid #fff;
    border-radius: 0;
}


/*Single Hospital Page*/

.single-hospital {
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    padding: 25px 0;
}

.verticle-line {
    width: 1px;
    height: 10px;
    background: #000;
    margin: 0 5px;
    display: inline-block;
}

.treatment-inside h1 {
    font-size: 20px;
    color: #666;
    font-weight: normal;
}

.search-input .form-control {
    height: 50px;
    border: 0;
}

.search-input .btn {
    position: absolute;
    height: 46px;
    border: 0;
    border-radius: 0;
    margin: 2px 2px;
    background: linear-gradient(#3a9bbb, #0d4680);
    right: 0;
    width: 46px;
    z-index: 9;
}

.search-input .btn i {
    font-size: 20px;
    color: #fff;
}

.seached-pill {
    display: flex;
}

.filter-pill {
    padding: 0 5px;
    border: 1px solid #e8e9eb;
    margin-right: 2px;
    background: #e8e9eb;
    border-radius: 3px;
    font-size: 12px;
}

.remove-selected-filter {
    font-size: 20px;
    margin-top: 12px;
    position: relative;
    top: 3px;
    line-height: 0;
    margin-left: 5px;
}

.filter-bar {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}

.filter-text {
    color: #333;
    font-size: 14px;
    border-right: 1px solid #e8e9eb;
    line-height: 45px;
    padding-right: 10px;
    cursor: pointer;
    position: relative;
}

.filter-data-container {
    position: absolute;
    top: 120%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 300px;
    padding: 10px 10px;
    margin: 2px 0 0;
    margin-top: 2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
}

.filter-data-container::before {
    bottom: 103%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
}

.filter-text.show-open .filter-data-container {
    display: block;
}

.filter-data-container .select2-container--default .select2-selection--single {
    height: 35px;
    border: 1px solid #dadada;
}

.filter-data-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.filter-data-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.filter-data-container .select2-results__option {
    font-size: 14px;
    padding: 3px 6px;
    line-height: 24px;
}

.filter-data-container .select2-container--default .select2-search--dropdown .select2-search__field {
    height: 35px;
}

.hospital-speciality i,
.hospital-beds i {
    margin-right: 5px;
}

.search-bar-cta {
    border-left: 1px solid #94abbe;
    flex: 0 0 29%;
    max-width: 29%;
    margin-left: 45px;
    padding: 0;
}

.search-bar-cta h6 {
    font-weight: normal;
    font-size: 14px;
}

.search-bar-cta .default-btn {
    background: #fff!important;
    color: #333!important;
    padding: 10px 20px!important;
    margin-top: 10px;
}

.search-bar-cta p {
    font-size: 11px;
    color: #fff;
    margin-top: 5px;
}


/*Footer*/

.footer-top {
    padding: 0px;
    margin-bottom: 10px;
}

.footer-top ul li a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    line-height: 18px !important;
    font-weight: normal;
}

.footer-top ul li {
    padding: 2px 0;
    /*border-bottom: 1px solid #444;*/
}

.footer-top ul li:last-child {
    border-bottom: 0;
}

.disclaimer {
    font-size: 12px;
}

.fa-star.active {
    background: -webkit-linear-gradient(#3a9bbb, #0d4680);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-star.half-active {
    background: -webkit-linear-gradient(0, #01b8f4, #ccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.relative {
    position: relative;
}

.fa-star {
    color: #ccc;
}

.absoulte {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 150px;
}


/*Modal*/

.modal-dialog {
    max-width: 60%;
}

.new-inquiry-title,
.new-inquiry-title {
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 0;
}

.inquiry-info p {
    margin-bottom: 0;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
}

.new-inquiry-title ul.usp-items,
.new-inquiry-title ul.usp-items {
    text-align: center;
    margin: 8px auto;
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
}

.new-inquiry-title ul.usp-items li,
.new-inquiry-title ul.usp-items li {
    background: url(https://www.medigo.com/images/check-green.png) left 7px no-repeat;
    float: left;
    padding-left: 20px;
    margin-right: 15px;
    background-size: 15px;
    line-height: 20px;
    font-family: "Arimo";
}

.modal-header {
    padding: 5px 10px;
}

.modal-content {
    /* background: linear-gradient(45deg, #02b8f4, #0c59a7);*/
    color: #333;
    border: 0;
    border-radius: 0;
}

.modal-content .form-control {
    height: 35px;
    border-color: #ffffff;
    padding: 5px 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.form-control {
    font-size: 14px;
}

.modal-content textarea.form-control {
    height: 70px;
}

.modal.animate {
    opacity: 0
}

.modal.animate.show {
    opacity: 1;
    z-index: 9999;
}

.modal.animate .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal.animate .a-fadeDown {
    -webkit-animation: fadeOutDown .5s;
    animation: fadeOutDown .5s
}

.modal.animate.show .a-fadeDown {
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s
}

.hospital_name,
.experience {
    font-size: 14px;
}

.hospital_name i {
    margin-right: 12px;
}

.brd-25 {
    border-radius: 25px;
}

.brd-0 {
    border-radius: 0px;
}


/*Treatment List page*/

.gradient-text {
    background: -webkit-linear-gradient(#3a9bbb, #0d4680);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*Hospital List Page*/

.hospital-block {
    box-shadow: 0px 1px 4px #868686;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px 0;
}

.hospital_img_block {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #008000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hospital-logo {
    height: auto;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hospital_img_block .custom-badge {
    position: absolute;
    bottom: 6px;
    right: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    background: #fff;
}

.hospital_img_block .custom-badge img {
    width: 12px;
    height: auto;
    margin-top: -1px;
}

.hospital_img_block .custom-badge i {
    margin-right: 0;
    color: red;
}

.hospital_img {
    width: 90%;
}

.hospitalName {
    font-size: 18px;
}

.list-inline .list-inline-item.hospital-treatment {
    display: inline-block;
    padding: 0px 5px;
    color: #666;
    margin-left: 0;
    border: 1px solid #e8e9eb;
    margin-top: 5px;
    margin-right: 5px;
    background: #e8e9eb;
    border-radius: 3px;
}

.ul-hospital-list-accreditation {
    position: absolute;
    right: 5px;
    top: 0px;
}

.ul-hospital-list-accreditation.list-inline .list-inline-item {
    padding: 0 2px;
}

.ul-hospital-list-accreditation img {
    width: 20px;
    height: 20px;
}

.list-inline .list-inline-item.hospital-treatment a {
    color: #666;
}

.hospital_treatment_name {
    font-size: 13px;
}

.caption-text {
    position: relative;
}

.rating-quote-block {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.button {
    text-align: right;
}


/*Select 2 Multi CSS*/

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 35px;
}

.select2-container--default .select2-selection--multiple {
    height: 40px;
    min-height: 40px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: auto!important;
    border: 1px solid #aaa;
}

.dropdown-wrapper {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 35px;
    margin-left: 0px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-top: 0px;
}


/*Modal Forms*/

#modalContactForm .modal-dialog,
#modalLoginForm .modal-dialog {
    max-width: 320px;
    top: 20%;
    margin: 0 auto;
}


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #fff;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    outline: 1px solid slategrey;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.filter-sidebar.active {
    width: 327px;
    position: fixed;
    z-index: 1;
    transition: all 2s ease-in-out;
    top: 70px;
}

#universalSearch {
    height: 39px;
    margin-top: 5px;
    border: 0;
    border-radius: 35px;
}

.universal-heading {
    font-size: 15px;
    padding: 5px 10px 5px;
    background: #18abff;
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
}

#mydata {
    position: absolute;
    top: 105px;
    right: 10%;
    width: 300px;
    min-height: 60px;
    max-height: 300px;
    height: auto;
    overflow-y: scroll;
    z-index: 999!important;
    border: 1px solid #ccc;
    background-color: #fff;
    display: none;
}

.autocomplete {
    overflow: hidden;
    position: relative;
    height: auto;
    padding: 7px 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.autocomplete:hover {
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    color: #fff;
}

.autocomplete a:hover,
.autocomplete:hover a {
    color: #fff;
}

.hospital-universal-icon {
    padding-right: 10px;
}

.modal-backdrop.in {
    opacity: 0.5!important;
}

.btn-treatment-hospital {
    padding: 0 10px;
}

.width-100 {
    width: 100%;
}

#popup_country_code {
    width: 100px;
}

#webopinion_country_code {
    padding: 8px 0;
}


/*Error Formating*/

.home-country-code .select2-container--default .select2-selection--single,
.md-callback .select2-container--default .select2-selection--single {
    height: 45px!important;
}

.home-country-code .select2-container--default .select2-selection--single .select2-selection__rendered,
.md-callback .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px!important;
}

.home-country-code .select2-container--default .select2-selection--single .select2-selection__arrow,
.md-callback .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px!important;
}

.md-callback .select2-container {
    width: 100%!important;
    margin-bottom: .5rem!important;
}

.error-block {
    background: rgb(255 255 255 / 0);
    padding: 2px 5px 0 0;
    font-family: Overpass;
    color: #ff0000;
}

.error-block p {
    color: red;
    font-size: 14px;
}


/*Popup with Image*/

.pop_img_block img {
    min-height: 80px;
    max-height: 80px;
    border-radius: 10px;
}

.form-control.not-allowed {
    background: #e2e2e2;
    border: 0;
    padding: 8px 15px;
    color: #333;
    cursor: not-allowed;
}

.modal-content .form-group {
    margin-bottom: 2px;
}


/* Add Zoom Animation */

.animate,
.doctor-personalized_form {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/*Genral Popup*/

.modal-body {
    padding: 0.5rem 1rem;
}

.general .select2-container,
.animate .select2-container,
.doctor-personalized_form .select2-container {
    width: 100%!important;
}

.general .select2-container--default .select2-selection--single,
.animate .select2-container--default .select2-selection--single,
.doctor-personalized_form .select2-container--default .select2-selection--single {
    height: 35px!important;
}

.general .select2-container--default .select2-selection--single .select2-selection__rendered,
.animate .select2-container--default .select2-selection--single .select2-selection__rendered,
.doctor-personalized_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

#popupGenral_country_code {
    width: 92px;
}

#popup_doctor_country_code {
    width: 110px;
}

.modal.general {
    opacity: 0
}

.modal.general.show {
    opacity: 1;
    z-index: 9999;
}

.modal.general .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-top: 25px;
}

.modal.general .a-fadeDown {
    -webkit-animation: fadeOutDown .5s;
    animation: fadeOutDown .5s
}

.modal.general.show .a-fadeDown {
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s
}


/*Dynamic Form*/

.modal-open .modal {
    overflow-y: hidden;
}

.animate .modal-dialog,
.general .modal-dialog,
.doctor-personalized_form .modal-dialog {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.animate .modal-content,
.general .modal-content,
.doctor-personalized_form .modal-content {
    background: #fff;
    color: #333;
    max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #0c59a7;
}

.animate .modal-content .form-control,
.general .modal-content .form-control,
.doctor-personalized_form .modal-content .form-control {
    line-height: 18px;
    border: 1px solid #ccc;
    font-family: Overpass;
    font-size: 14px;
    color: #063056;
}

.file-label {
    display: flex;
}

label.attachment {
    width: 25%;
    line-height: 30px;
}

.file-label input[type="file"] {
    width: 75%;
}

.terms-condition {
    position: absolute;
    left: 10px;
}

.remember-forgot {
    justify-content: space-between;
}

.terms-text {
    font-size: 11px;
    font-family: Overpass;
    line-height: 14px;
    width: 95%;
    font-weight: 500;
    margin-left: 20px;
}

.remember-text {
    font-size: 14px;
    font-family: Overpass;
    line-height: 14px;
    width: auto;
    font-weight: 500;
    margin-left: 20px;
}

.forgot-section {
    line-height: 1;
    font-size: 14px;
}

.md-callback .modal-body {
    padding: 10px;
}

.brd {
    border-radius: 0;
}

.sticky-sidebar.active,
.doctor-sticky-sidebar.active,
.treatment-sticky-sidebar.active {
    width: 295px;
    position: fixed;
    z-index: 1;
    top: 40px;
    right: 6%;
}

.navbar>.container,
.navbar>.container-fluid {
    justify-content: flex-start;
}

.is-sticky {
    padding: 5px 0;
}

#enquiry p,
.sidebar-how p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-family: Overpass;
}

.sidebar-how {
    padding: 15px 10px;
    margin: 0px 0;
    color: #333;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border: 0;
    width: 100%;
    background: #d5f2fd;
    position: relative;
}

.treatment-effects,
.treatment-short-info {
    padding: 15px 10px;
    margin: 15px 0;
    color: #333;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border: 0;
    width: 100%;
    position: relative;
}

.how-list,
.green-tick-list {
    list-style: none!important;
    padding-left: 0px!important;
    color: #333!important;
    font-size: 14px;
    line-height: 22px;
    font-family: Overpass;
    padding-bottom: 10px;
}

.how-list li,
.green-tick-list li {
    font-size: 14px;
    line-height: 1.7;
    font-weight: normal;
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 7px;
}

.how-list li::before,
.green-tick-list li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: FontAwesome!important;
    width: 15px;
    height: 15px;
    color: #188405;
    font-size: 16px;
    font-weight: bold;
}

.treatment-effects p {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.form-control {
    height: 35px;
}

.home-first-call-action {
    padding-top: 20px;
    padding-bottom: 10px;
}

.swt-text-small {
    font-size: 14px;
}

.swt-text-large {
    font-size: 16px;
}

.swal2-content {
    padding: 0 0.5em;
}

.modal label {
    margin-bottom: 0;
    font-weight: 500;
}


/*Custom File CSS*/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    font-weight: 500;
    font-size: 16px;
    color: #162b4f;
    display: inline-block;
    cursor: pointer;
    /* "hand" cursor */
}

.inputfile:focus+label,
.inputfile+label:hover {
    background-color: transparent;
}

.inputfile:focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
    pointer-events: none;
}

.switcher {
    font-family: 'Overpass';
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    border-radius: 25px;
    border: 0;
    width: 162px;
    line-height: 12px;
}

.switcher .option {
    width: 175px;
}

.switcher a {
    font-size: 14px;
}

.switcher .selected a {
    border: 1px solid #2fb6e8;
    color: #666;
    padding: 0px 0px 0 15px;
    width: 145px;
    border-radius: 25px;
    font-size: 14px;
}

.switcher .selected a:after {
    right: 20px;
}

.hospital-block .img_block {
    text-align: center;
}

.popup-show,
.hide {
    display: none;
}

.swal2-styled {
    margin: .3125em;
    padding: 7px 15px!important;
    box-shadow: none;
    font-weight: 500;
    border-radius: 50px !important;
}

.swal2-styled.swal2-cancel {
    background-color: #278027!important;
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-display: swap;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-bed:before {
    content: "\f236"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-user:before {
    content: "\f007"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-star:before {
    content: "\f005"
}

.fa-search:before {
    content: "\f002"
}

.fa-phone:before {
    content: "\f095"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}


/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2021 IcoFont 
* @license - https://icofont.com/license/
*/

@font-face {
    font-family: "IcoFont";
    font-weight: normal;
    font-style: "Regular";
    src: url("../fonts/icofont1.woff2") format("woff2"), url("../fonts/icofont1.woff") format("woff");
}

[class^="icofont-"],
[class*=" icofont-"] {
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.icofont-prescription:before {
    content: "\ec30";
}

.icofont-search-document:before {
    content: "\ed13";
}

.icofont-handshake-deal:before {
    content: "\e96f";
}

.icofont-airplane-alt:before {
    content: "\ee0d";
}


/*List Page*/

#hospital-list {
    background: #f9fafb;
    margin-top: 5px;
}

.awards {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 60px;
}

.profile-view-link {
    padding-top: 10px;
}

.list-inline .list-inline-item.hospital-treatment.active {
    background: #04a3e3;
    border: 0;
}

.list-inline .list-inline-item.hospital-treatment.active a {
    color: #fff;
}

.list-inline .list-inline-item.hospital-treatment.more-data {
    background: transparent;
    border: 0;
}

.list-inline .list-inline-item.hospital-treatment.more-data a {
    color: #04a3e3;
    font-weight: 600;
}

.hospital-speciality,
.hospital-beds {
    font-size: 14px;
}

.hospital-word {
    font-size: 36px;
    line-height: 1;
    text-decoration: none;
    color: #b2b2b2;
}

.verticle-line {
    width: 1px;
    height: 10px;
    background: #666666;
    margin: 0 5px;
    display: inline-block;
}

.ratings-reviews {
    padding-top: 5px;
}

.hospital-reviews {
    color: #666;
    margin-left: 15px;
}

.pagination-container {
    justify-content: space-between;
    border: 1px solid #c6c6c6;
    padding: 5px 15px 5px 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination .active a {
    background-color: transparent !important;
    color: #333!important;
    border: 1px solid #c6c6c6!important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 7px 12px 3px;
    margin-left: -1px;
    line-height: 1;
    color: #428bca;
    text-decoration: none;
    background-color: transparent;
    border: 0;
}

.page-item.disabled .page-link {
    background: transparent;
    border-color: transparent;
}

.pagination-container p {
    padding-top: 3px;
}

.icofont-arrow-left:before {
    content: "\ea5c";
}

.icofont-arrow-right:before {
    content: "\ea5d";
}

.steps-box {
    padding-left: 17px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}

.steps-box::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 350px;
    background: #afafaf;
    left: 12px;
    top: 85px;
}

.steps-box .steps-outer {
    display: flex;
    margin-bottom: 50px;
    padding: 2px 0px;
    width: 100%;
}

.steps-box .steps-outer:nth-last-child(1) {
    margin-bottom: 0;
}

.steps-box .steps-outer .steps-number {
    width: 65px;
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    height: 65px;
    /*padding: 2px;*/
    padding-top: 5px;
    position: relative;
}

.steps-box .steps-outer .steps-number::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #afafaf;
    top: 45%;
    border-radius: 50%;
    left: -20px;
}


/*.steps-box .steps-outer .steps-number::after {
	position: absolute;
	content: '';
	width: 10px;
    height: 2px;
    background: #04a8e7;
    left: -11px;
    top: 50%;
}*/

.steps-box .steps-outer .steps-number i {
    background: -webkit-linear-gradient(#3a9bbb, #0d4680);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    line-height: 57px;
}

.steps-box .steps-outer .steps-content {
    margin: auto 0;
    padding-left: 15px;
    flex: 0 0 70%;
}

.steps-box .steps-outer .steps-content h5 {
    font-size: 16px;
    color: #333;
    margin-bottom: 2px;
}

.steps-box .steps-outer .steps-content p {
    color: #333;
}

#modalContactForm .modal-dialog,
#modalLoginForm .modal-dialog {
    max-width: 320px;
    top: 20%;
    margin: 0 auto;
}

.text-white-hos {
    font-family: "Overpass", sans-serif;
    line-height: 1.2;
    font-size: .85rem;
    font-weight: normal;
    margin-bottom: .5rem;
    color: #fff
}

.how-it {
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    text-align: center;
}

.how-it-mo1 {
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    text-align: center;
    padding-top: 20px;
}

.how-it-sub {
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    font-size: 1.00rem;
    margin-bottom: .25rem;
}