﻿.sm-form-control {
    display: block;
    width: 100%;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #b9b9b9;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.container-custom {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.covid-heading {
    font-size: 54px;
    letter-spacing: -2px;
}

.left {
    left: 10% !important;
}

@media(max-width:767px) {
    #logo a.standard-logo {
        display: none !important;
    }

    p {
        font-weight: 600 !important;
        font-size: 18px;
    }

    .relative {
        position: relative !important;
    }

    .container-custom {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px !important;
    }

    .mob-topmargin-50 {
        margin-top: 50px;
    }

    .mob-topmargin {
        margin-top: 30px;
    }
    /*iframe {
                height: 220px !important;
            }*/
    .covid-heading {
        font-size: 30px;
        text-align: center
    }

    .mobile-text-center {
        text-align: center;
    }

    .left {
        left: 0% !important;
    }

    .mob-height {
        margin-bottom: 0px !important;
        height: auto !important;
    }

    .width100 {
        width: 100% !important;
    }

    .mob-padding {
        padding: 0 50px !important;
    }

    .container-mobile {
        margin-right: auto;
        margin-left: auto;
        width: 95% !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .container-mobile-2 {
        margin-right: auto;
        margin-left: auto;
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .webp .sliderbg {
        background-image: url('/images/healthcare-slider-mobile.webp');
        background-size: cover;
        background-position: center;
    }

    .no-webp .sliderbg {
        background-image: url('/images/healthcare-slider-mobile.jpg');
        background-size: cover;
        background-position: center;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (-webkit-min-device-pixel-ratio : 2) {
    .mob-height {
        height: auto !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio : 2) {
    .no-webp .sliderbg {
        background-image: url(/images/healthcare-slider.jpg);
        background-size: cover;
        background-position: 1020px 0px !important;
    }

    .webp .sliderbg {
        background-image: url(/images/healthcare-slider.webp);
        background-size: cover;
        background-position: 1020px 0px !important;
    }

    .relative {
        position: relative !important;
    }
}


@media(min-width:768px) {
    .webp .sliderbg {
        background-image: url('/images/healthcare-slider.webp');
        background-size: cover;
        background-position: 25px -75px;
    }

    .no-webp .sliderbg {
        background-image: url('/images/healthcare-slider.jpg');
        background-size: cover;
        background-position: 25px -75px;
    }
}

.slider-caption h2 {
    font-size: 54px;
    letter-spacing: 2px;
    text-transform: inherit;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}

.slider-caption p {
    margin-bottom: 10px;
    font-size: 18px;
}

.slider-caption h2 {
    font-size: 60px;
    letter-spacing: -2px !important;
    text-transform: inherit;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}

.slider-caption:not(.dark), .slider-caption:not(.dark) h2 {
    color: #222;
    text-shadow: none;
}

.dark .slider-caption, .dark .slider-caption h2 {
    color: #eee;
    text-shadow: 1px 1px 1px rgba(0,0,0,.15);
}

.slider-caption, .nivo-caption, .flex-caption {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 9;
    max-width: 550px;
    color: #eee;
    font-size: 22px;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0,0,0,.15);
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}

#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-btn-custom {
    margin: 30px 0 0 10px;
    border-radius: 50px;
    background: #82c1cf;
    color: white;
    text-transform: inherit;
    padding: 0px 30px;
    line-height: 60px;
    height: 60px;
}

    .slider-btn-custom:hover {
        color: black;
    }

.btn-custom {
    margin: 30px 0 0 10px;
    border-radius: 50px;
    background: #82c1cf;
    color: white;
    text-transform: inherit;
    padding: 0px 30px;
    line-height: 40px;
    border: none;
    height: 40px;
}

.btn-custom-enquire {
    margin: 0px;
    border-radius: 50px;
    background: #82c1cf;
    color: white;
    text-transform: inherit;
    padding: 0px 30px;
    line-height: 50px;
    border: none;
    width: 50%;
    height: 50px;
}

.btn-custom:hover {
    color: black;
}

.hm-hidden {
    display: none;
}

.hm-font {
    font-family: Books2, 'proxima-nova', sans-serif;
}


/* .hm-only {
            display: Block !important;
        }

        .left-header {
            width: 20%;
            float: left;
        }

        .right-header {
            width: 20%;
            float: left;
            display: block !important;
        }

        .mid-header {
            width: 60%;
            float: left;
        }

        .right-margin {
            margin-right: 27.5%;
        }

        .hm-container {
            width: 85% !important;
        }*/

h1, h2, h3, h4, h5 {
    font-family: Books2, 'proxima-nova', sans-serif !important;
    line-height: 1;
}

#primary-menu.sitepages ul li > a {
    text-transform: capitalize;
    font-size: 17px;
}

.button.button-large {
    padding: 0 26px;
    font-size: 16px;
    width: 225px;
    height: 60px;
    line-height: 60px;
    text-align: left;
}

.popup-bg {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.open-modal {
    background-color: #82c1cf;
    color: #fff;
    padding: 5px 5px;
    margin: 0;
    border: none;
    cursor: pointer;
    width: auto;
    z-index: 10;
    position: fixed;
    right: 15px;
    bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .open-modal:hover {
        background-color: #3e3e3e;
    }

#modalForm {
    width: 30%;
}

.modal-closed {
    position: relative;
    top: 5px;
    right: 1.5%;
    float: right;
    color: #000;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}


.modal-opened {
    font-size: 16px;
}

@media (min-width: 420px) {
    .col-md-4.mob-topmargin-50.nobottommargin.center.bounceIn.animated {
        width: 33%;
        float: left;
    }

    .show-md {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .show-xs.full-mob {
        display: block !important;
        width: 100% !important;
    }

    .counter {
        font-size: 26px !important;
    }

    img.width100 {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .right-header {
        display: none !important;
    }

    header#header, full-header, .hidden-xs, .hidden-sm {
        display: none;
    }

    .hidden-lg.hidden-md {
        display: block !important;
    }

    .open-modal {
        background-color: #82c1cf;
        color: #fff;
        padding: 5px 0px 0px 5px;
        margin: 0;
        border: none;
        text-align: center;
        cursor: pointer;
        width: 90%;
        z-index: 10;
        position: fixed;
        right: 5%;
        bottom: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
}

@media (max-width: 768px) {

    .modal-opened {
        font-size: 18px;
    }

    .scrolll {
        overflow: scroll;
        z-index: 10;
        position: absolute;
        width: 100%;
        height: 80vh;
    }

    form#modalForm {
        left: 2.5% !important;
        right: 2.5% !important;
        width: 95%;
        height: 85vh;
        position: fixed !important;
        top: 35px !important;
    }

    .popup-bg {
        display: none;
        position: fixed;
        z-index: 10;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 10;
    }
}

#modalForm label {
    text-transform: none;
    font-weight: 400;
}

#modalForm input[type=text], #modalForm input[type=email], #modalForm textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0px;
}

#modalForm label {
    display: none;
}

form#modalForm {
    position: absolute;
    top: 25%;
    left: 35%;
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
    padding: 39px 10px;
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) {
    height: 100px;
}

#header.sticky-header #logo img {
    margin-top: 15px;
}

iframe:hover {
    z-index: 2;
}

p {
    color: #686e7b;
    font-weight: 600;
    font-family: Books2, 'proxima-nova', sans-serif;
    font-size: 18px;
}

@font-face {
    font-display: swap;
    font-family: 'CIrcular';
    src: url('css/fonts/CircularStdBold.ttf'),url('css/fonts/CircularStdBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Books2';
    src: url('css/fonts/AvenirLTStd-Book.otf'),url('css/fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Proxima Nova Black';
    src: url('css/fonts/ProximaNova-Regular.otf'),url('css/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Book';
    src: url('css/fonts/AvenirLTStd-Light.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Proxima Nova Thin';
    src: url('css/fonts/Proxima Nova Thin.otf');
    font-weight: normal;
    font-style: normal;
}

h1 > span:not(.nocolor), h2 > span:not(.nocolor), h3 > span:not(.nocolor), h4 > span:not(.nocolor), h5 > span:not(.nocolor), h6 > span:not(.nocolor) {
    color: #82c1cf;
}

.counter {
    font-family: Books2, 'proxima-nova', sans-serif !important;
}


@media(min-width:768px) {
    .google-partner-heading {
        font-size: 32px;
        letter-spacing: -1px;
        text-align: center;
        line-height: 1.5;
        margin-top: 30px;
    }
}