    .be-splash-screen {
        background-color: #fff;
        font-family: Montserrat;
        height: 95vh !important;
    }
    
    .seperator {
        display: block;
        width: 100%;
        max-width: 180px;
        position: relative;
        margin: 0 auto;
        text-align: center;
        z-index: 999;
    }
    
    .seperator:before {
        content: "";
        position: absolute;
        background: url(../images/logo-png.png) no-repeat center;
        background-size: 100%;
        width: 115px;
        height: 115px;
        top: 30px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    
    .seperator:after {
        content: "";
        position: absolute;
        top: 180px;
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        max-width: 3px;
        height: 490px;
        margin: 0 auto;
        text-align: center;
        background: #f1f1f1;
        z-index: 9999;
        overflow: hidden;
    }
    /* slider */
    
    .items {
        width: 100%;
        margin: 0px auto;
    }
    
    .loginPageSlider {
        position: relative;
        width: 100%;
        display: block;
        z-index: 8;
    }
    
    .loginPageSlider .items.slick-initialized.slick-slider {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
    
    .loginPageSlider .slick-slide.slick-current.slick-active {
        margin: 0;
    }
    
    .loginPageSlider .slick-slide.slick-current.slick-active:focus {
        border: none;
        outline: none;
    }
    
    .loginPageSlider .slick-dotted.slick-slider {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    
    img.slider {
        margin: 0px;
        padding: 0px;
    }
    
    .slick-slide img {
        width: 70%;
        float: right;
        border: 0px solid #fff;
        transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    }
    
    button.slick-next.slick-arrow,
    button.slick-prev.slick-arrow {
        display: none !important;
    }
    
    .loginPageSlider .slick-dots li button:before {
        display: none !important;
    }
    /* slick slider dots start*/
    
    ul.slick-dots {
        text-align: left;
        width: 100%;
        max-width: 90px;
        background-color: #e9e9e9;
        position: relative;
        top: -80px;
        left: 95px;
        height: 6px;
        border-radius: 16px;
        margin: 0px;
    }
    
    ul.slick-dots li {
        height: 5px !important;
        width: 30px;
        list-style-type: none;
        position: relative;
        display: inline-block;
        margin: 0;
    }
    
    ul li {
        display: inline-block;
    }
    
    ul.slick-dots li button {
        background-color: transparent;
        border: none;
        width: 30px;
        height: 6px;
        position: absolute;
        top: -13px;
        display: block;
        cursor: pointer !important;
    }
    
    ul.slick-dots li.slick-active button {
        background-color: #DE3535 !important;
        border: 1px solid #DE3535 !important;
        color: red;
        border-radius: 4px;
        width: 30px;
        height: 6px;
        padding: 0;
        position: absolute;
        top: -10px;
        display: block;
        cursor: pointer !important;
    }
    
    ul.slick-dots li button {
        background-color: transparent;
        border: none;
        width: 30px;
        height: 6px;
        overflow: hidden;
    }
    
    ul.slick-dots li.slick-active button:focus {
        outline: none;
    }
    /* slick slider dots end */
    /* slider end */
    
    .loginPageSlider .items .item {
        position: relative;
    }
    
    .doctor-content {
        width: 50%;
        padding: 0;
        display: block;
        position: absolute;
        left: 0;
        bottom: 95px;
        left: 35px;
        min-height: 90px;
        max-height: 90px;
        min-width: 270px;
        max-width: 270px;
        overflow: hidden;
    }
    
    h2.doctor-heading {
        width: 100%;
        font-size: 18px;
        color: #000000;
        font-family: Montserrat;
        font-weight: 600;
        margin: 0;
        margin-bottom: 10px;
    }
    
    p.doctor-subheading {
        width: 100%;
        min-width: 270px;
        max-width: 270px;
        min-height: 55px;
        max-height: 55px;
        overflow: hidden;
        word-break: break-word;
        font-size: 16px;
        font-family: Montserrat;
        font-weight: 500;
        word-break: break-word;
        margin-bottom: 0;
    }
    /* _____________________________Media Query Start ____________________________*/
    
    @media (max-width: 767px) {
        .hide-seperator-onMobile:after,
        .hide-seperator-onMobile:before {
            display: none;
        }
        .display-none-onMobile {
            display: none;
        }
        h2.doctor-heading {
            font-size: 18px;
        }
        p.doctor-subheading {
            font-size: 14px;
        }
    }