#boxes .container .row{
    margin-bottom: 2.5rem;
    border-bottom: 1px dashed orange;
}

section#doctor_features .container{
    padding-top: 200px;
}

section#customer_features .container{
    padding-top: 200px;
}

#customers_icon{
    font-size: 150px;
    background: white;
    color: chocolate;
    border-bottom: 1px solid black;
    border-top: 1px solid;
}

#clinics_icon{
    font-size: 150px;
    background: white;
    color: rgba(30, 74, 210, 0.69);
    border-bottom: 1px solid black;
    border-top: 1px solid;
}

#doctors_heading{
    text-align: left;
    padding-left: 19%;
}

#testimonial{
    padding-top: 75px;
}

#testimonial h2{
    color: white;
}

#login_form .container{
    padding-top: 175px;
    padding-bottom: 75px;
}

#login_form form{
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}


#sendmessage{
    display: block !important;
}


#video_section{
    padding: 15px;
}

#video_section iframe{
    width: 100% !important;
    max-width: 560px;
}


#partner_clinic_names{
    display: flex;
    flex-flow: row wrap;
}


/*Partner Clinic Details page styles*/
.partner{
    padding: 10px;
}

.material_card{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#partner_clinic_details_box{

    padding: 10px;
}

@media (max-width:780px) {
	#partner_clinic_contact_details{
        width: 90% !important;
        display: block;
        margin: 0 auto;
    }


}

@media (min-width: 780px){
    #demo_request_form{
        margin-top: 102px;
    }
}



#partner_clinic_contact_details i{
    margin-right: 10px;
    vertical-align: sub;
}


#partner_clinic_location_map {
    height: 225px;
}

.partner_clinic_doctor_details{
    height: 175px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    border-bottom: 1px dotted lightgrey;
}


.partner_clinic_doctor_details:hover{
    background: rgba(214, 214, 214, 0.12);
}


.doctor_picture{
    height: 150px;
    width: 150px;
    overflow-y: hidden;
    text-align: center;
    margin-top: 10px;
}

.doctor_picture div{
    font-size: 145px;
    color: lightgrey;
}

.doctor_picture img{
    max-width: 150px;
}

.doctor_details{
    padding-top: 25px;
    overflow-x: hidden;
}

.doctor_details p{
    margin-bottom: 1px;
}

.doctor_action_buttons_container{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;


}

.doctor_action_buttons_container .appointment_buttons_container{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;

}

.doctor_action_buttons_container .btn{
    font-size: 12px !important;
    margin-top: 10px;
}


.book_appointment_button{
    color: grey;
}


@media (min-width:640px) {
	.doctor_picture_container{
        width: 20%
    }

    .doctor_details{
        width: 50%;
    }

    .doctor_action_buttons_container{
        width: 25%;
    }

}




@media (max-width: 639px) {
    .partner_clinic_doctor_details{
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
    }

    .partner_clinic_doctor_details>div{
        display: block;
        margin: 0 auto;
        text-align: center !important;
    }

}


.doctormodal .modal-content{
    min-height: 100%;
}


.doctormodal{
    overflow-y: auto;
}

.doctormodal .close-modal {
    position: fixed;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}


.doctormodal .close-modal:hover {
    opacity: .3;
}

.doctormodal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.doctormodal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.doctormodal p{
    font-size: 1.5rem;
}


.doctormodal .doctor-name{
    color: grey;
    margin-top: 0;
}

.doctormodal .doctor-profile-detail>div{
    text-align: left;
    padding-left: 0
}

.doctormodal .doctor-profile-picture>img{
    display: block;
    margin: 0 auto;
}

.doctormodal .doctor_appointment_place {
    overflow: auto;
}

.appointment_init_button{
    font-size: 12px;
}

.testimonial_image_container{
    margin: 0 auto;
    width: 200px;
    height: 200px;
    overflow: hidden;
}


.testimonial_rating .glyphicon-star{
    color: gold;
}

.video_appointment_link{
    margin: 25px;
    border: 1px solid #29ccc0;
    color: white;
    background-color: #29ccc0;
}

.appointment_init_button{
	background-color: rgba(255, 0, 0, 0.75);
	color: white;
	margin-bottom: 2rem;
}

.doctor_appointment_place{
    height: 75px;
    overflow: auto;
    overflow: hidden;
}

#video-consultation-steps{
    background-color: white;
    padding: 50px 15px;
}

#video-consultation-steps #page-head{
    margin-top: 150px;
    text-align: center;
}

#video-consultation-steps #head-text{
    vertical-align: super;
}

#page-steps ul{
    display: block;
    margin: 0 auto;
    width: 65%;
}

#page-steps li{
    margin-bottom: 10px;
}

#page-steps li:hover{
    text-decoration: underline;
    cursor: pointer;
}

#page-steps .steps-icon{
    color: #3fbbc0;
    font-size: 24px;
    padding-right: 10px;
    vertical-align: middle;
}