body {
    /*background-color:#F4F4F4 !important;*/
    padding-top: 5.3rem !important
}

body, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', Arial, 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.glacier {
    font-family: 'glacial_indifferencebold', sans-serif !important;
    /*font-family: Arial, 'Roboto', sans-serif;*/

}

.gordita {
    /*font-family: 'Gordita', sans-serif !important;*/
    font-family: 'Inter', Arial, 'Roboto', sans-serif;

}

.brooldy {
    /*font-family: Arial,'Roboto', sans-serif;*/
    font-family: 'Brooldy', sans-serif !important;
}

.apricot {
    font-family: 'hello_sweetsregular', sans-serif !important;
    /*font-family: Arial, 'Roboto', sans-serif;*/

}

.lato {
    /*font-family: 'Lato', sans-serif !important;*/
    font-family: 'Inter', Arial, 'Roboto', sans-serif;
}

.sourceserif {
    font-family: 'Source Serif Pro', sans-serif !important;
}


.row:before, .row:after {
    display: none;
}

.nav-link:focus,
.nav-link:hover {
    color: #03989e !important
}

.nav-link {
    color: black !important
}

.navbar-toggler {
    border: 0px;
}

.footer p {
    font-size: 12px;
    margin: 0px;
}

.bg-info-light {
    background-color: #a5d7da !important;
}

.bg-info-blue {
    background-color: #DAF5F6 !important;
}

.bg-info-custom {
    background-color: #03989e !important
}

.bg-warning-custom {
    background-color: #fdc033 !important
}

.text-info {
    color: #03989e !important
}

.btn-info {
    background-color: #03989e !important
}

.font-weight-400 {
    font-weight: 400 !important
}

hr {
    border-width: 1px;
    border-color: rgb(3, 152, 158);
    opacity: 1;
}

.hr {
    border-top: 0px !important;
    border-width: 4px;
    border-color: gray
}

.rounded-top-left-1 {
    border-top-left-radius: 1rem;
}

.rounded-top-right-1 {
    border-top-right-radius: 1rem;
}

.rounded-bottom-left-1 {
    border-bottom-left-radius: 1rem;
}

.rounded-bottom-right-1 {
    border-bottom-right-radius: 1rem;
}

.rounded-top-left-2 {
    border-top-left-radius: 2rem;
}

.rounded-top-right-2 {
    border-top-right-radius: 2rem;
}

.rounded-bottom-left-2 {
    border-bottom-left-radius: 2rem;
}

.rounded-bottom-right-2 {
    border-bottom-right-radius: 2rem;
}


.rounded-top-left-3 {
    border-top-left-radius: 3rem;
}

.rounded-top-right-3 {
    border-top-right-radius: 3rem;
}

.rounded-bottom-left-3 {
    border-bottom-left-radius: 3rem;
}

.rounded-bottom-right-3 {
    border-bottom-right-radius: 3rem;
}


.rounded-top-left-4 {
    border-top-left-radius: 4rem;
}

.rounded-top-right-4 {
    border-top-right-radius: 4rem;
}

.rounded-bottom-left-4 {
    border-bottom-left-radius: 4rem;
}

.rounded-bottom-right-4 {
    border-bottom-right-radius: 4rem;
}


@media (max-width: 767px) {

    .carousel-inner .carousel-item > div {
        display: none;
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}


.hover-light:hover {
    color: #03989e !important
}


.btn-hover-light:hover {
    color: #03989e !important
}

.bg-yellow-light {
    background-color: #efebeb
}

.modal-backdrop.show {
    background-color: #efebeb !important;
    opacity: 0.9;
}

.modal-content {
    border: 0px;

}

.btn-transparent {
    outline: none !important;
    box-shadow: none !important;
    border: 0px !important;
}

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

.select2-selection {
    background-color: #FEEAC6 !important;
    padding: 0.5rem !important;
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Lato';
    font-weight: 300;
}

#frmFindHospital .select2-selection, #HospitalSearch .select2-selection {
    background-color: #DAF5F6 !important;
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 0px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Inter', Arial, 'Roboto', sans-serif;
    font-weight: 300;
}

.select2-container .select2-selection--single {
    height: 42px;
    border: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}


.owl-prev {
    width: 28px !important;
    height: 28px !important;
    position: absolute !important;
    top: 40%;
    /*background-color: #1b989e !important;;*/
    background-color: #fb7f51 !important;;
    display: block !important;
    border: 0px solid black;
    border-radius: 100px;
}

.owl-prev i, .owl-next i {
    transform: scale(1) !important;
}

.owl-next {
    top: 40%;
    display: block !important;
    border: 0px solid black;
    width: 28px !important;
    height: 28px !important;
    position: absolute !important;
    top: 40%;
    right: 0px;
    /*background-color: #1b989e !important;;*/
    background-color: #fb7f51 !important;;
    display: block !important;
    border-radius: 100px
}

.owl-prev i, .owl-next i {
    color: #ccc;
}

.bg-pink {
    background-color: #fed7d2 !important;
}

.form-check-input[type=checkbox] {
    border-color: #1b989e !important;
    border-width: 2px;
}

.form-input-underline {
    border: 0px;
    background-color: transparent;
    border-bottom: 2px solid #1b989e !important;
    outline: 0px !important;
    border-radius: 0px !important;
}

.form-input-underline:focus {
    border: 0px !important;
    outline: 0px !important;
    background-color: transparent;
    border-bottom: 2px solid #1b989e !important;

}

.plyr__video-embed {
    height: 100%
}

[data-aos] {
    pointer-events: none;
}

.aos-animate {
    pointer-events: auto;
}

.aos-init[data-aos][data-aos].aos-animate {
    transform: unset;
}

.navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}


.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}

.btn-outline-info-custom {
    color: #1b989e !important;
    border-color: #1b989e !important;
}


.health_condition_img {
    transition: transform .2s; /* Animation */
}

.health_condition_img:hover {
    /*transform: scale(1.1);*/
    opacity: 0.7

    /*-webkit-filter: drop-shadow(5px 5px 15px rgba(3, 153, 158, 1));*/
    /*filter: drop-shadow(5px 5px 15px rgba(3, 153, 158, 1));*/
}

.hover_zoom {
    transition: transform .2s; /* Animation */
}

.hover_zoom:hover {
    transform: scale(1.02);

    /*-webkit-filter: drop-shadow(5px 5px 15px rgba(3, 153, 158, 1));*/
    /*filter: drop-shadow(5px 5px 15px rgba(3, 153, 158, 1));*/
}

.btn, .btn:active {
    border: 0px !important;
}

.meducation-img:hover {
    /*opacity: 0.5;*/
    -webkit-filter: drop-shadow(5px 5px 15px rgba(3, 153, 158, 0.4));
    filter: drop-shadow(5px 5px 15px rgba(3, 153, 158, 0.4));
}

.meducation-img:hover .play-btn {
    opacity: 1;
    /*color:black !important;*/

}

.talkoftown-img:hover {
    transform: scale(1.1);
    transition:0.2s
}



.play-btn {
    transition: .5s ease;
    opacity: 0.7;
    color: white !important;
    top: 0;
    left: 40%;
    position: absolute;
    z-index: 999;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: black transparent transparent transparent;
    border-width: 10px 8px 0 8px;
    margin-left: -14px;
    margin-top: -6px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent black transparent;
    border-width: 0 8px 10px 8px;
}

.fs-7 {
    font-size: 0.75rem !important;
}

a {
    color: #03989e !important;
    text-decoration: none;
}

a:hover {
    color: #025a5e !important;
    text-decoration: underline;

}

.select2-selection__clear {
    color: black !important;
}

.btn-outline-black {
    border: 1px solid #000000 !important;
    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-outline-info {
    border: 1px solid #03989e !important;
    color: #03989e !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-outline-info:hover {
    background-color: #03989e !important;
    color: white !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-outline-info:active, .btn-outline-info:focus {
    background-color: #00bcc4 !important;
    color: white !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
    /*border:1px solid white !important;*/
}

.btn-info:hover {
    background-color: #00bcc4 !important;
    text-decoration: none !important;
}

.nav-link {
    text-decoration: none !important;
}

.active > .page-link, .page-link.active {
    background-color: #03989e !important;
}

.nav-link.text-info {
    color: #03989e !important;
}

.form-control::placeholder {
    color: grey;
}

.grey::placeholder {
    color: #c2c2c2;
    text-align: left;
}

#goTopBtn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 0px;
    z-index: 999999;
    font-size: 10px;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;

}

#goTopBtn:hover {
    /*background-color: #555;*/
}

.spinner-border {
    color: #03989e !important;
}

.footer a img {
    transition: transform .2s; /* Animation */
}


.footer a img:hover {
    transform: scale(1.5);
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}


.btn-outline-info:active {
    border: 1px solid transparent !important;
}

.dropdown-item {
    text-decoration: none !important;
}

.form-control:focus {
    border-color: #1b989e !important;
    box-shadow: 0 0 0 0.25rem rgb(27 152 158 / 25%);
}

.form-check-input:checked {
    background-color: #1b989e !important;
}

body > div.swal2-container.swal2-center.swal2-backdrop-show > div > div.swal2-actions > button.swal2-confirm.swal2-styled {
    background-color: #03989e !important
}

.bg-orange-custom {
    background-color: #fc7f50 !important;
}

.nav-link {
    line-height: 21px;
}

nav .btn {
    line-height: 16px;
}

.know_about {
    font-size: 34px;
}

@media (max-width: 767px) {
    .know_about {
        font-size: 24px;
    }
}

.select2-selection__placeholder {
    font-weight: 400
}

.select2-selection__rendered {
    font-weight: 400;
    font-family: 'Inter', Arial, 'Roboto', sans-serif;

}

.see_more:hover {
    color: white !important;
}

.dropdown-menu .dropdown-item {
    white-space: normal !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef !important;;
    color: #025a5e !important;
}


.text-truncate-container {
    width: 250px;
}
.text-truncate-container p {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
