body {
    font-family: 'Cairo',sans-serif !important;
    background-color: #fff;
    color: #999;
    line-height: 2;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Cairo',sans-serif !important;
    font-weight: 700;
    color: #000;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a, a:hover {
        text-decoration: none !important;
    }

.text-black {
    color: #000;
}

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 3.5rem;
    font-weight: 700;
}

h3 {
    font-size: 2rem;
    font-weight: 700;
}

.form-control {
    border: none;
    border: 1px solid #d9d9d9;
    border-radius: 0;
}

    .form-control:active, .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #000;
    }

.col-form-label {
    color: #000;
}

.btn, .form-control {
    height: 55px;
}

    .btn:active, .btn:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

label.error {
    font-size: 12px;
    color: red;
}

#message {
    resize: vertical;
}

#form-message-warning, #form-message-success {
    display: none;
}

#form-message-warning {
    color: #B90B0B;
}

#form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

.edit {
    font-size: 4rem;
}

.edit-2 {
    font-size: 3rem;
}

.font-alt-top {
    color: #000;
    font-size: 20px;
}

.font-alt {
    font-size: 20px;
    font-weight: 700;
}

section.cta-2 {
    position: relative;
    padding: 3rem 0;
    background-image: url("../images/depositphotos_240620978-stock-photo-male-doctor-standing-hospital-office.jpg");
    background-position: center;
    background-size: cover;
}

    section.cta-2 .cta-content {
        position: relative;
        z-index: 1;
    }

    section.cta-2:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

.bg {
    padding: 15px;
    border-radius: 10px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}

    .bg:hover {
        transform: scale(1.05);
    }

.bg-2 {
    padding: 15px;
    border-radius: 10px;
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}

    .bg-2:hover {
        transform: scale(1.05);
    }

::ng-deep .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

::ng-deep .owl-theme .owl-dots .owl-dot.active span,
::ng-deep .owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
}

::ng-deep .owl-carousel .nav-button {
    height: 50px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 110px !important;
}

::ng-deep .owl-carousel .owl-prev.disabled,
::ng-deep .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

::ng-deep .owl-carousel .owl-prev {
    left: -35px;
}

::ng-deep .owl-carousel .owl-next {
    right: -35px;
}

::ng-deep .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 39px;
    background: #000000;
    border-radius: 3px;
}

::ng-deep .owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
}

::ng-deep .owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
}

/*
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        justify-content: flex-end;
        align-items: flex-end;
        align-content: flex-end;
        flex-wrap: wrap;
        flex-direction: column;
    }
}*/

.doctors {
    text-align: center;
}


    .doctors .card-title,
    .jobs .card-title {
        max-height: 30px;
        overflow: hidden;
    }

    .doctors .card-content p {
        min-height: 50px;
        max-height: 50px;
        overflow: hidden;
    }



/* Contact Us Section */
#contact .social_links a {
    margin-right: 18px;
    color: #686868;
    border: 1px solid #686868;
    height: 50px;
    width: 50px;
    display: inline-block;
    padding: 0;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    transition: .5s ease;
}

    #contact .social_links a:hover {
        color: #fff;
        background-color: #686868;
        transition: .25s ease;
    }

.profilecontainer {
    background: #F1F3FA;
}
/* Profile container */
.profile {
    margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
}
.profile-userpic {
    text-align: center;
    height:100px;

}
.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 100%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

    .profile-userbuttons .btn {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        padding: 6px 15px;
        margin: 5px;
        width: 80%;
        height: 100%;
    }

        

 

    

     

       

        
      
     

/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}
.doc_about{
    font-size:22px;
    font-weight:700;
    color:darkslategrey;

}
.doc_list li {
    /* Default bullets style erased */
    list-style: none;
    /* 	cursor:pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

    .doc_list li::before {
        /* Unicode for a bullet or nothing */
        content: "";
        /* Styles for Indentation*/
        height: 10px;
        width: 10px;
        background: violet;
        display: inline-block;
        margin-left: -1em;
        margin-right: 0.5em;
        margin-bottom: 1px;
        border-radius: 50%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cfilter id='filter-gdb42amw'%3E%3CfeTurbulence baseFrequency='0.2' numOctaves='5' seed='26' /%3E%3CfeColorMatrix type='hueRotate' values='0'%3E%3Canimate attributeName='values' from='0' to='360' dur='10s' repeatCount='indefinite' /%3E%3C/feColorMatrix%3E%3CfeColorMatrix values='-2.1 4.6 -4.1 2 -3.6 -3.3 -1.2 0.3 1.5 0.3 -1.6 0.8 2.8 3.6 2.8 -0.9 -0.7 4.3 1.2 -0.9'%3E%3C/feColorMatrix%3E%3C/filter%3E%3Crect width='100%25' height='100%25' fill='rgb(3,10,131)' class='bgRect'%3E%3C/rect%3E%3Crect width='100%25' height='100%25' filter='url(%23filter-gdb42amw)'%3E%3C/rect%3E%3C/svg%3E");
        box-shadow: inset 1px 1px 2px rgba(0, 0, 100, 0.7), 0 0 7px rgba(255, 255, 255, 0.2), 0 0 5px rgba(255, 255, 155, 0.5);
    }

.doc_list li {
    color: dimgray;
}

 