*{
    font-family: 'Roboto', sans-serif;
}




.slider-section{
    max-height: 500px;
    height: 500px;
    overflow: hidden;
}

.slider-section img{
    /*//max-height: 550px;*/
    height: 500px;
}

.slider-section .carousel-caption{
    position: absolute;
    padding: 100px 180px 0px 180px;
    box-sizing: border-box;
    bottom: 150px;
    width: 100%;
    left: 0;
}


.slider-section .carousel-caption h3{
    font-size: 33px;
    font-weight: 700;
    /*color: #2e3842;*/
    text-align: left;
    font-family: 'Poppins', sans-serif;
    padding: 0px;
    /*margin-bottom: 0px;*/
}
.slider-section .carousel-caption h1{
    font-size: 65px;
    font-weight: 700;
    /*color: #1e5c92;*/
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.slider-section .carousel-caption p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color:#2e3842;
    text-align: left;
    font-weight: 700;
    line-height: 150%;
    padding-left: 5px;
}


.design-content-section{
    margin-top: 70px;
    background-image: url('../images/background.svg');
    background-repeat: no-repeat;
    min-height: 500px;
    background-position: left bottom;
}

.design-content-section .design-heading{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.design-content-section .design-p{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    padding-left: 5px;
}


.register-content-box{
    width: 100%;
    background: #8373d5;
    /*border:1px solid #8373d5;*/
    border-radius: 5px;
    min-height: 110px;

    /*webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);*/
    padding: 17px 10px;
    margin-bottom: 20px;
    background-image: url('../images/btn-bg.png');
}

.design-content-section .box-link{
    font-size: 18px;
    color: #FFFFFF;
}

.register-content-box .left-icon-section{
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 10px;
    min-height: 80px;
}

.register-content-box .right-text-section{
    float: left;
    width: 80%;
    box-sizing: border-box;
    padding: 10px;
    min-height: 80px;
    vertical-align: center;
}

.design-card-img{
    height: 50px;
    width: 100%;
}

.register-content-box .right-text-section p{
    font-size: 18px;
    padding-top: 4px;
    margin-bottom: 0px;
    vertical-align: center;
}


.section-footer{
    border-top: 0.5px solid rgba(192, 192, 192, 0.24);
    background-color: #f3f4f5;
    padding: 10px;
}

.section-footer p{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}



/*****************************************
* Doctor View Option
*******************************************/


.header-bottom{
    width: 100%;
    padding: 10px 20px;
}

.header-bottom p{
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: white;
}
.header-bottom a{
    color: white;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.header-bottom h4{
    color: white;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 10px;
}




/*****************************************
* Doctor Carosel Item
*******************************************/

.doctor-list-section{
    padding: 50px;
}

.doctor-list-section h2{
    text-align: left;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.doctor-list-section  .subtitle{
    text-align: left;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #2e3842;
}

.doctor-list-section .item{

}

.doctor-list-section .item h3{
    margin-top: 20px;
    font-size: 18px;
}

.doctor-list-section .item p{
    font-size: 13px;
    color:#757575;
    margin: 0px;
    padding: 2px 0px;
}

.btn-purpel{
    background-color: #800080;
    border: none;
    font-size: 12px;
    color: #FFFFFF;
    padding: 8px 8px;
}

.btn-purpel:hover{
    color: #FFFFFF;
    opacity: 0.8;
}

.btn-view-profile{
    background-color: transparent;
    color: #800080;
    font-size: 12px;
    border: 2px solid #800080;
    transition: all 0.5s ease 0s;
    padding: 6px 8px;
}

.btn-view-profile:hover{
    background-color: #800080;
    color: #FFFFFF;
    transition: all 0.5s ease 0s;
}


/**********************************/
.owl-carousel .owl-stage-outer {
     position: relative;
     overflow: hidden;
     -webkit-transform: translate3d(0,0,0);
     z-index: 200;
 }

.owl-nav{
    /*position: absolute;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*top: 0;*/
    /*z-index: 230;*/
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    position: absolute;
    left: 0;
    z-index: 400;
    font-size: 30px;
    color: red;
    background: yellow;
}


.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -20px;
    z-index: 400;
    font-size: 23px;
    color: silver;
    background: white;
    top: 40%;
    display: block;
    width: 33px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}

.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    left: 99%;
    z-index: 400;
    font-size: 23px;
    color: silver;
    background: white;
    top: 40%;
    display: block;
    width: 33px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}


/**************************************************
* Doctor profile
****************************************/
.doctor-profile-section{
    background-image: url("../images/undraw_doctor_kw5l.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 300px;
}

.doctor-profile-section h3{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.doctor-profile-section p{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

.middle-content{
    position: absolute;
    top : 50%;
    left: 10%;
    -ms-transform: translate(0%, -50%);
    transform    : translate(0%, -50%);
}
.space-top{
    margin-top: 20px;
}

.timeline > div > .timeline-item {
    box-shadow: none;
    border-radius: .25rem;
    background: transparent;
    color: #495057;
    margin-left: 60px;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.timeline > div > .timeline-item > .timeline-header {
    border-bottom: none;
    padding: 5px 10px;
}

.doctor-details-section{

}

.doctor-details-section p{
    margin-left: 11px;
}

.doctor-details-section h2{
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.doctor-details-section h5{
    color: #495057;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-left: 20px;
    margin-bottom: 15px;

}


.menu-button{
    background-color: #800080;
    padding: 7px 20px;
    border-radius: 5px;
    color: #fff;
    border:none;
    font-size: 13px;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    0% {
        background-color: #8373d5;
        transition: all 0.5s ease 0s;
    }

    50% {
        background-color: #800080;
        transition: all 0.5s ease 0s;
    }

    75% {
        background-color: #2b6ca2;
        transition: all 0.5s ease 0s;
    }

    100% {
        background-color: #800080;
        transition: all 0.5s ease 0s;
    }
}


.menu-button:hover{
    opacity: 0.8;
}


.btn-yellow{
    color: #000;
    background-color: #e7b52b;
    border-color: #e7b52b;
}

.btn-yellow:hover{
    opacity: 0.7;
}


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

