@import '../../node_modules/bootstrap/dist/css/bootstrap.min.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');

::-moz-selection {
    background-color: #1c3261 !important;
    color: white;
}

::selection {
    background-color: #1c3261 !important;
    color: white;
}


html {
    scroll-behavior: smooth !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    box-shadow: inset 0 0 6px white;
}

body::-webkit-scrollbar-thumb {
    background-color: #1c3261 !important;
    outline: 1px solid #1c3261 !important;
}

.bg-primary {
    background-color: #1c3261 !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

.section {
    padding: 50px 0px;
}

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

.font-700 {
    font-weight: 700 !important;
}

.bg-gray {
    background-color: #fafafa !important;
}


.text-primary {
    color: #1c3261 !important;
}

.bg-primary {
    background-color: #1c3261 !important;
}

.btn-primary {
    background-color: #1c3261 !important;
    border-color: #1c3261 !important;
}

.text-secondary {
    color: #ee537b !important;
}

.bg-secondary {
    background-color: #ee537b !important;
}

.btn-secondary {
    background-color: #ee537b !important;
    border-color: #ee537b !important;
}

.banner-section {
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}

.banner-content h2 {
    color: white;
}

.form-control {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border: 0px;
    border-bottom: 2px solid gray;
}

.form-control:focus {
    box-shadow: none !important;
}

.winning-content img {
    max-width: 80px;
    max-height: 80px;
}

.winning-content {
    cursor: pointer;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.type-content {
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    min-height: 200px !important;
}

.type-content:hover {
    border: 3px solid #ee537b;
}

.type-content img {
    max-height: 56px;
    max-width: 56px;
    margin: 0 auto;
}

.specialist-section {
    background-image: linear-gradient(to right, #1c3261 0%, #ee537b 100%);
}

.video-section {
    position: relative;
    cursor: pointer;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.storywrapper {
    position: relative;
    cursor: pointer;
}

.footer {
    background-color: #ffc4d3 !important;
}


.footer-float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    z-index: 300;
}

.footer-float-content a i {
    font-size: 25px;
}

.btn-rounded {
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
}

#form-section {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 200;
}

.footer-bottom-section {
    margin-bottom: 42px;
}

.banner-blue {
    color: #0086d3 !important;
    font-weight: 700;
}

.banner-pink {
    background-color: #ee537b;
    color: white;
}

#kenytChatBubble.style1 #kenytBubbleContainer {
    display: none !important;
}

.doctor-image {
    height: 250px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}


/*  Media Queries Starts */

/*  Large Desktops upto 1350px */
@media screen and (max-width: 1300px) {}

/* Small Desktops upto 1024px */
@media screen and (max-width: 1024px) {}

/*  Tablets upto 768px */
@media screen and (max-width: 768px) {
    .banner-content h1 {
        font-size: 23px;
    }
}


/* Small Devices and Phones upto 480px */
@media screen and (max-width: 480px) {
    .banner-content h1 {
        font-size: 23px;
    }

    #form-section {
        position: initial;
        right: initial;
        top: initial;
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
    }

    .footer-bottom-section {
        margin-bottom: 61px;
    }

    .banner-section {
        background-color: #ffffff52;
        background-blend-mode: overlay;
    }

    .navbar-light .navbar-brand {
        width: 140px;
    }

    .navbar-toggler {
        display: none;
    }

}


/*  Media Queries Ends */