/*=================== fonts ====================*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&amp;display=swap");
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');

/*--------- Body Strat -------*/

body {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 16px;
    font-family: 'Hind', sans-serif;
    color: #858585;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    /*margin:0*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Poppins', sans-serif !important;*/
    font-family: 'Hind', sans-serif;
}

p {
    color: #848484;
    font-size: 16px;
    font-weight: 300;
}

li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.doc-name {
        height: 40px;
    }
    
/*header section*/

.top_header_area {
    position: relative;
    background: #fcfcfc;
    padding: 7px 0 7px;
    color: #848484;
    border-bottom: 1px solid #f0f0f0;
}

.social i {
    color: #0A8399;
}

.social i:hover {
    color: #089966;
}

.call a {
    color: #848484;
    font-size: 14px;
}

.flaticon-phone {
    color: #0A8399;
}

.logo_section img {
    padding: 12px 0px;
}

.login-btn a {
    color: #0A8399;
    font-size: 14px;
}

.login-btn li {
    padding: 5px;
}

.icon-holder span:before {
    color: #0A8399;
    font-size: 40px;
    line-height: 40px;
}

.text-holder h4 {
    color: #089966;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 2px;
}

.text-holder span {
    color: #848484;
    font-size: 14px;
    font-weight: 300;
}

.text-holder a {
    color: #848484;
    font-size: 14px;
    font-weight: 300;
}

.call_now,
.location,
.time {
    margin-top: 20px;
}

.icon-holder {
    padding: 5px 0px;
    text-align: center;
}

.ed_header_bottom {
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
    z-index: 9;
    position: absolute;
    width: 100%;
}

.about_section {
    background: #fcfcfc;
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.section_title .border {
    position: relative;
    overflow: hidden;
    display: block;
    background: #f0f0f0;
    height: 1px;
    display: block;
    margin-bottom: 30px;
}

.section_title .border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background: #0A8399;
    content: "";
}

.section_title h1 {
    color: #222222;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.about_section .img-holder .overlay-content {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
    height: auto;
    background: rgb(255 255 255 / 81%);
    display: block;
    padding: 25px 25px 20px;
}

.footer p {
    margin-top: 16px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 86px;
    right: 15px;
    /* background-color: #25d366; */
    background-color: #089966;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    box-shadow: 2px 2px 3px rgb(12 12 12 / 34%);
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.overlay-content p {
    color: #000000;
    border: 1px solid #1cb07e;
    padding: 20px;
}

.facilities-area .single-item .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: #fcfcfc;
    border-right: 1px solid #f0f0f0;
}

.icon-box {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.facilities-area .single-item .icon-holder .icon-box {
    display: table;
    height: 100%;
    width: 100%;
}

.facilities-area .single-item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 95px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    z-index: 1;
}

.text-holder h3 {
    color: #222;
    font-size: 22px;
}

.section_title h1 {
    color: #222222;
    margin-top: 30px;
    font-size: 28px;
    font-weight: 300;
    text-transform: capitalize;
}

.section_title .border {
    position: relative;
    overflow: hidden;
    display: block;
    background: #f0f0f0;
    height: 1px;
    display: block;
    margin-bottom: 30px;
}

.footer-contact-info li {
    /*padding-left: 40px;*/
    position: relative;
    /*border-bottom: 1px solid #2f3132;*/
    padding-bottom: 17px;
    margin-bottom: 17px;
}

.footer-contact-info li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-contact-info {
    padding: 0px;
}

.footer-contact-info li .icon-holder span:before {
    color: #0A8399;
    font-size: 20px;
    line-height: 20px;
}

.usefull-links.fl-lft {
    float: left;
    margin-right: 30px;
    padding: 0px;
}

.mob-me li {
    margin: 10px 0px;
}

.mob-me li a {
    color: #848484;
}

.mt-30 {
    margin-top: 18px;
}

.icon-holder h5 {
    /*float: left;*/
}

.flaticon-pin {
    padding: 15px 0px;
}

.mob_card {
    cursor: pointer;
    border-radius: 10px;
    margin-top: 20px;
    padding: 0px 0px 5px 0px;
    box-shadow: 3px 4px 11px #e9e9e9;
}

.link-cards {
    text-align: center;
    /*margin-top: 20px;*/
}

.mob_card h4 {
    font-size: 15px;
    color: #333;
}

.mob_card img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.cards {
    display: none;
}

.icon-holder h5 {
    color: #848484;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
}

.footer_icon {
    font-size: 14px;
    color: #0A8399;
    text-align: left;
    /*padding: 0px 0px 15px 0px;*/
}

.footer_icon .fa-whatsapp {
    font-size: 20px;
}

.footer_head a {
    color: #848484;
}

.icon-text {
    text-align: left;
}

.title .border {
    height: 1px;
    width: 70px;
    display: block;
    background: #2f3132;
    margin: 19px 0 0;
}

.images-overlay {
    background-color: #000;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.footer {
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 15px 0px 0px 0px;
    position: relative;
    background-size: cover;
    /*margin-top: 30px;*/
}

.title {
    text-align: left;
    color: #fff;
}

.footer-copyright p {
    color: #848484;
    margin-top: 30px;
    font-size: 15px;
}

.copyright {
    text-align: center;
    border-top: 1px solid #2f3132;
}

.footer-social-links {
    overflow: hidden;
    padding: 0px;
}

.footer-social-links li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.footer-social-links li:last-child {
    margin-right: 0;
}

.footer-social-links li a i {
    height: 40px;
    width: 40px;
    border: 2px solid #0A8399;
    display: block;
    border-radius: 50%;
    color: #0A8399;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    transition: all 500ms ease;
}

.footer-social-links li a:hover i {
    background: #00849a;
    color: #fff;
    border-color: #00849a;
    transform: rotate(360deg);
}


/*arrow*/

.scroll-to-top {
    background: #f6f6f6;
    /* border: 2px solid #089966; */
    bottom: 25px;
    color: #089966;
    cursor: pointer;
    /*display: none;*/
    border-radius: 8px;
    font-weight: normal;
    height: 45px;
    font-size: 31px;
    line-height: 48px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 10ms ease 0s;
    width: 50px;
    z-index: 99999;
    -webkit-box-shadow: 0px 8px 23px -6px rgb(27 27 27);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    box-shadow: 0px 8px 23px -6px rgb(27 27 27);
}

.fa-chevron-left:before {
    display: none;
}

.fa-chevron-right:before {
    display: none;
}


/*arrow*/


/*--------------------------------------------------about page------------------------------------*/

.page-title {
    position: relative;
    width: 100%;
    padding: 84px 0px 101px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 65px;
}

.page-title:before {
    position: absolute;
    content: '';
    /* background: #0c869c; */
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.92;
}

.page-title .title h1 {
    display: block;
    text-align: center;
    font-size: 38px;
    line-height: 30px;
    color: #fff;
    font-weight: 800;
    text-transform:capitalize;
}

.page-title .title {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.about_image_content {
    background-color: #089966;
    padding: 20px;
}

.img-holder p {
    color: #fff;
}

.current ul li a:after {
    border-top: 2px solid #089966;
    width: 0;
    z-index: -1;
}

.current a:after {
    color: #089966;
}


/*--------------------------------------------------about page ends------------------------------------*/


/*--------------------------------------------------doctors page------------------------------------*/

.profile-btn {
    border: 1px solid #089966;
    background-color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 5px;
    font-weight: 500;
    color: #089966;
    width: 100%;
    padding: 6px 0px;
    text-transform: uppercase;
}

.book-btn {
    background-color: #089966;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    padding: 6px 0px;
    text-transform: uppercase;
    border: 1px solid #089966;
    margin-top: 5px;
}

.doctor_details {
    background-color: #fff;
    /*margin: 20px 0px;*/
    border-radius: 0px 4px 4px 0px;
    padding: 10px 10px 14px 10px;
    box-shadow: 0 0px 1px 0 rgb(153 153 153 / 70%);
}

.doctor_details h4 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
}

.doctor_details h6 {
    font-size: 13px;
    color: #00849a;
    /*padding: 0px 5px 8px 5px;*/
}

.doctor_details p {
    font-size: 12px;
    /*padding: 0px 5px;*/
    font-weight: 500;
}

.doctor_card img {
    height: 149px;
}

.find_doc_btn {
    background-color: #089966;
    border-radius: 5px;
    width: 100%;
    font-weight: 700;
    color: #fff;
    border: none;
    padding: 11px;
    text-transform: uppercase;
}

.find_doc_btn:hover {
    background-color: #00849a;
    color: #fff;
}

.speciality {
    border: none !important;
    height: 50px !important;
    padding: 2% !important;
    color: #2e2e2e !important;
    margin-bottom: 20px;
}

.sidebar-wrapper .single-sidebar .sec-title h3 {
    color: #222222;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin: 0px 0px 30px 0px;
}

.blog-single-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem!important;
}

.px-2 {
    padding-left: 0.5rem!important;
}

.p-0 {
    padding: 0!important;
}

.mt-5 {
    margin-top: 20px;
   
}


.mb-5{
    margin-bottom: 20px !important;
}

.w-40{
    width: 40% !important;
    margin-left: 150px;
}
/*--------------------------------------------------doctors page end------------------------------------*/


/*-------------------------------------------------------contact page----------------------------------------*/

.contact_form {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    display: block;
    padding: 5px 30px 40px;
}

.contact_form h2 {
    margin-bottom: 20px;
    font-size: 28px;
    color: #333;
    font-weight: 300;
}

.form_box {
    background: #ffffff;
    border: 1px solid #ececec;
    color: #999999;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    transition: all 500ms ease;
}

.hegt {
    height: 180px;
    padding: 15px;
}

.contact_btn {
    width: 100%;
    background-color: #089966;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
    border-radius: 30px;
}

.contact_details {
    border: 1px solid #f0f0f0;
    padding: 5px 25px;
    height: 33.78em;
}

.contact_details .contact-info li .icon-holder span:before {
    color: #0A8399;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

.contact-info li {
    display: block;
}

.contact_details .flaticon-pin,
.flaticon-technology,
.flaticon-interface {
    padding: 0px;
}

.contact_details span {
    color: #0A8399;
}

.sub_title {
    color: #5c5c5c !important;
    line-height: 17px;
    font-size: 14px;
    margin-left: 8px;
    font-weight:600;
}

.line {
    padding: 20px 14px;
    border-bottom: 1px solid #ebebeb;
}

.contact_details h5 {
    font-size: 16px;
    line-height: 30px;
}

.contact_details span:before {
    font-size: 35px;
}

.contact_section {
    padding-bottom: 35px;
}


/*-------------------------------------------------------contact page ends----------------------------------------*/


/*-------------------------------------------------------dept page----------------------------------------*/

.dept_content h4 {
    color: #333;
    font-size: 20px;
}

.dept_content p {
    color: #333;
    font-size: 14px;
    padding-bottom: 10px;
}

.departments {
    background: #fff;
    text-align: center;
    /* border: 1px solid #d8d5d5; */
    border-radius: 10px;
    padding: 20px 10px 24px 10px;
    box-shadow: 0 0px 2px 0 rgb(185 185 185 / 70%);
    /* box-shadow: 0 0px 1px 0 rgb(97 97 97); */
    min-height: 290px;
    margin-top: 20px;
}

.department_section {
    /*margin: 30px 0px;*/
    padding: 30px 0px;
    background-color: #f5f5f5;
}

.mt-15 {
    margin-top: 25px;
}


/*.departments:hover{ 
     border: 1px solid #089966;

}*/

.departments .read-more {
    padding: 7px 20px;
    /*float: right;*/
    font-size: 12px;
    background: #373737;
    color: #ffffff;
    /* box-shadow: 0px 10px 20px -10px #1376c5; */
    /*border-radius: 5px;*/
    text-transform: uppercase;
}


/*-------------------------------------------------------dept page end----------------------------------------*/


/*-------------------------------------------------------Carrer page end----------------------------------------*/

.carrer_section {
    margin: 30px 0px;
}

.carrer_details {
    /* border: 1px solid #f0f0f0; */
    display: block;
    padding: 5px 30px 40px;
    margin-bottom: 20px;
}

.carrer_details h2 {
    color: #222222;
    font-size: 23px;
    font-weight: 400;
}

.career_contact_form {
    /* background: #fcfcfc;*/
    border: 1px solid #f0f0f0;
    display: block;
    padding: 5px 30px 40px;
}

.dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 150px;
    border-radius: 7px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50px;
    font-size: 16px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

input[type=file] {
    display: block;
}

.single-sidebar .categories li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 12px;
    padding-bottom: 9px;
}

.single-sidebar .categories li a {
    color: #848484;
    transition: all 500ms ease;
    font-size: 16px;
    font-weight: 300;
    position: relative;
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
    background: #fff;
    border: 1px solid #f4f4f4;
    color: #ababab;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus+button,
.sidebar-wrapper .single-sidebar .search-form button:hover {
    background: #089966 none repeat scroll 0 0;
}

.sidebar-wrapper .single-sidebar .search-form button {
    background: #089966 none repeat scroll 0 0;
    color: #fff;
    border: none;
    display: block;
    height: 50px;
    padding: 12px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
}


/* .sidebar-wrapper {
    border-left: 1px solid #f0f0f0;
} */

.carrer_title h3 {
    margin: 25px 0px 30px 40px !important;
}

.carrer_title {
    margin-top: -15.4em;
}

.search-form {
    margin-left: 38px;
}


/*-------------------------------------------------------Carrer page end----------------------------------------*/


/*------------------------------------------------------- home page slider ----------------------------------------*/

.banner-bottom {
    margin-top: 40px;
}

#news-slider {
    margin-top: 50px;
}

.post-slide {
    background: #fff;
    margin: 5px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    /*box-shadow: 0px 0 1px 0 rgb(187 187 187 / 70%);*/
    box-shadow: 2px 4px 4px -1px #e4e4e4;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /* margin: -12px 15px 8px 15px;
    margin-left: -10px;*/
}

.post-slide .post-img img {
    width: 100%;
    height: 240px;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 8px 50px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #00849a;
}

.post-slide .post-description {
    line-height: 24px;
    font-size: 15px;
    color: #808080;
    margin-bottom: 15px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #089966;
    color: #ffffff;
    /* box-shadow: 0px 10px 20px -10px #1376c5; */
    border-radius: 5px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 72px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 2px 7px 15px -8px #adadae;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

.slider_mobile {
    display: none;
}

.item {
    text-align: center;
    display: none;
}

.border_design {
    border-radius: 10%;
    text-align: center;
    border: 2px solid rgb(0 132 154);
    min-width: 10.6rem;
    width: 3.6rem;
    /*margin: 0.5rem;*/
    /*margin-left: 60px;*/
}

.item img {
    object-fit: cover;
    /* border-radius: 9999px; */
    height: 9.6rem;
    /* width: 100%; */
    padding: 12px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

span {
    /*font-size: 10px;    */
    position: relative;
    /*top: -5px;*/
}

.owl-nav button:focus {
    outline: none;
}


/*------------------------------------------------------- home page slider end----------------------------------------*/


/*.mail li{
      padding: 5px 13px;
      color: #eee;
}
.mail a{
    color: #eee;
    font-size: 12px;
}
.mail i:hover{
    color: #e9c04a;
}*/

.social {
    text-align: right;
}

.social li {
    display: inline-block;
    padding: 5px 13px;
}


/*.phone h6{
    text-align: left;
}
.phone i{
margin: 3px 0px 0px 0px;
}
.phone p{
    text-align: left;
    color: #747474;  
    font-size: 14px;

}
.phone a{
  
    color: #747474; 
}
.phone h6{
   text-align: left;
    color: #2a3540;
    margin-top: 0px;
}
.location li{
    display: inline-block;
}*/


/*
.logo_main i{
    color: #283441;
    font-size: 40px;
}
.phone{
    margin-top: 38px;
    text-align: right;
}
.location h6{
   text-align: left;
    color: #2a3540;
    margin-top: 0px;
}

.location i{
      padding: 0px 15px;
}
.location p {
    color: #747474;   
    text-align: left;
}*/


/*.about h1{
    color: #1c394f;
}*/

.btn_read {
    background-color: #2a3540;
    padding: 10px 20px;
    color: #e9c04a;
    border: none;
    font-size: 14px;
    font-weight: 500;
    margin-top: 25px;
    letter-spacing: 1px;
}

.service {
    background-color: #2a3540;
    margin-top: 30px;
}

.prj img {
    margin-top: 30px;
}

.prj img {
    height: 235px;
}

.image_head {
    position: absolute;
    top: 215px;
    background-color: #fff;
    text-align: center;
    left: 8%;
}

.image_head h4 {
    font-size: 13px;
    color: #333;
}


/** {box-sizing: border-box}*/


/*body {font-family: Verdana, sans-serif; }*/

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}


/* Slideshow container */

.slideshow-container {
    /*max-width: 1000px;*/
    position: relative;
    margin: auto;
    display: none;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 15px;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    /*background-color: rgba(0,0,0,0.8);*/
}


/* Caption text */


/*.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}*/


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */


/*.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
*/


/*.active {
  background-color: #717171;
}*/


/* Fading animation */

.fade {
    animation-name: fade;
    animation-duration: .5s;
}

@keyframes fade {
    from {
        opacity: 1
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

.footer_head {
    text-align: center;
}

.btn1 {
    text-align: center;
}

.dot {
    font-size: 45px;
    color: #ecc13c;
    padding: 10px;
}

.footer_head li {
    list-style: none;
    display: inline-block;
    color: #eee;
    font-size: 14px;
}

.footer_icon {
    padding-bottom: 15px;
}

.footer-copyright a {
    color: #fff;
}


/*--------menu start----------*/

.pro_menu ul {
    /* float: right; */
    width: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
    /* text-align: right; */
    text-align: center;
}

.pro_menu ul li {
    float: left;
    position: relative;
}

.fa-bars {
    color: #000;
    font-size: 22px;
    margin: 5px;
}

.navbar-toggle {
    padding: 0px;
}

.pro_menu ul li a {
    display: inline-block;
    padding: 24px 23px;
    font-size: 14px;
    color: #222222;
    display: block;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

.header_transparent .pro_menu ul li a {
    color: #ffffff;
}

.header_yellow .pro_menu>ul>li>a {
    color: #ffffff;
}

.header_half .pro_menu>ul>li>a {
    color: #ffffff;
}

.pro_menu ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    /*background-color: #e2a3369c;*/
    border-top: 2px solid #089966;
    width: 0;
    z-index: -1;
}

.header_yellow .pro_menu>ul>li>a:after {
    background-color: #ffffff;
}

.header_half .pro_menu>ul>li>a:after {
    background-color: #ffffff;
}

.pro_menu ul li a:hover {
    color: #089966;
}

.header_yellow .pro_menu>ul>li>a:hover {
    color: #e21e10;
}

.header_half .pro_menu>ul>li>a:hover {
    color: #e21e10;
}

.pro_menu ul li a:hover:after {
    width: 100%;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pro_menu ul li.active a {
    color: #089966;
    background-color: #e21e10;
}

.mainmenu-right-box .consultation-button a {
    background: #089966;
    display: inline-block;
    width: 220px;
    /*height: 70px;*/
    border: none;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 68px;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}

@media (max-width: 900px) {
    .pro_menu ul li {
        width: 100%;
    }
    .pro_menu {
        margin-left: 0px;
    }
}

@media only screen and (max-width:769px) {
    .pro_menu ul li {
        width: 100%;
        text-align: center;
    }
}


/*@media (min-width: 768px){
.navbar-toggle {
    display: block !important;
}
}*/


/*---------------------menu end---------------------*/


/*------------------Sub menu start-----------------*/


/*.pro_menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.pro_menu ul li ul.sub-menu {
    position: absolute;
    width: auto;
    z-index: 100;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 4px 22px -10px #000000;
    -moz-box-shadow: 0px 4px 22px -10px #000000;
    -o-box-shadow: 0px 4px 22px -10px #000000;
    -ms-box-shadow: 0px 4px 22px -10px #000000;
    box-shadow: 0px 4px 22px -10px #000000;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pro_menu ul li ul.sub-menu li {
    display: block;
    position: relative;
    width: 160px;
}

.pro_menu ul li ul.sub-menu li a {
    padding: 6px 10px;
    margin: 0px;
    width: 100%;
    background-color: #ffffff;
    color: #3c3d49;
}

.pro_menu ul li ul.sub-menu li:first-child a {
    padding-top: 10px;
}

.pro_menu ul li ul.sub-menu li:last-child a {
    padding-bottom: 10px;
}

.pro_menu ul li ul.sub-menu li a:hover {
    color: #ffffff;
}

.pro_menu ul li ul.sub-menu li a:hover:after {
    width: 100%;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
*/


/*------------------Sub menu end-----------------*/


/*------------------Sub menu --Sub menu start-----------------*/

.pro_menu ul li ul.sub-menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.pro_menu ul li ul.sub-menu li ul.sub-menu {
    position: absolute;
    z-index: 100;
    left: 100%;
    top: 0px;
    text-align: left;
    border: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*------------------Sub menu --Sub menu end-----------------*/


/*------------------Sub menu --Sub menu --Sub menu start-----------------*/

.pro_menu ul li ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.pro_menu ul li ul.sub-menu li ul.sub-menu li ul.sub-menu {
    position: absolute;
    z-index: 100;
    left: 100%;
    top: 0px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pro_menu ul li:last-child ul.sub-menu li ul.sub-menu li ul.sub-menu {
    position: absolute;
    z-index: 100;
    right: 100%;
    top: 0px;
    left: auto;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*------------------Sub menu --Sub menu --Sub menu end-----------------*/


/*---------------------------------------------------------slider start--------------------------------------------*/


/*body {
  font: 14px/2 "Open sans",sans-serif;
  letter-spacing: 0.05em;
}
*/

.btn {
    display: inline-block;
    padding: 13px 20px;
    color: #00849a;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: 1px solid #e1e1e1;
    /*font: 12px/1.2 "Oswald", sans-serif;*/
    letter-spacing: 0.2em;
    font-weight: 600;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color 0.1s linear 0.05s;
}

.btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}

.btn::after {
    transition: border 0.1s linear 0.05s;
}

.btn .btn-inner {
    position: relative;
    z-index: 2;
}

.btn:hover {
    color: #fff;
    /*border: 1px solid #2a3540;*/
    border: none;
    transition: color 0.1s linear 0s;
}

.btn:hover::before {
    top: 0;
    height: 100%;
    opacity: 1;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

.btn:hover::after {
    border-color: #373737;
    transition: border 0.1s linear 0s;
}

.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 85vh;
    z-index: 1;
}

.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
    display: block;
}

.slideshow .slide.is-loaded {
    opacity: 1;
}

.slideshow .slide .caption {
    padding: 40px 50px;
}

.slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 8%);
}

.slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow .slide .title {
    margin: 0 auto 15px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    color: #333;
    text-transform: uppercase;
    font-size: 30px;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
}

.slideshow .slide .btn {
    margin: 15px 0 0;
    border-color: #00849a;
    height: 46px;
}

.slideshow .slide .btn::before {
    background: #00849a;
    border: none !important;
    color: #fff !important;
    ;
}

.slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center;
}

.slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
}

.slideshow .pagination .item+.page {
    margin-left: -2px;
}

.slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
    background-color: #fff;
}

.slideshow .arrows .arrow {
    margin: 0px 0 0;
    padding: 4px;
    position: absolute;
    top: 53%;
    cursor: pointer;
    z-index: 3;
}

.slideshow .arrows .prev {
    left: 30px;
}

.slideshow .arrows .prev:hover .svg {
    left: -10px;
}

.slideshow .arrows .next {
    right: 30px;
}

.slideshow .arrows .next:hover .svg {
    left: 10px;
}

.slideshow .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease;
}


/*-------------------------------------------------------------slider end-----------------------------------------------*/


/*.road{
    background-color: #e9c04a;
    padding: 20px;
}
.road h5{
        color: #1d1d1d;
    font-size: 16px;
    font-weight: 600;
}
.road p{
    color: #000;
    font-size: 13px;
}

.road i{
    color: #3e3e3e;
    font-size: 64px;
    margin-top: 25px;
}

.aln{
    text-align: center;
}
.slider-bottom-section
{
    position: relative;
    top: -81px;
    left:0;
    z-index: 9;
}

.road a{
        font-size: 12px;
    color: #333;
    font-weight: 500;
}

.project{
    padding-bottom: 30px;
}

.service{
   padding: 30px 0;
}
.about{
    margin: 20px 0px 80px 0px;
}
.abt_section_second_img img{
    height: 276px;
}
.abt_section_third_img img{
    height: 255px;
}
.about_page {
    margin: 20px 0px 80px 0px;
}
.about img{
filter: gray; 
-webkit-filter: grayscale(1); 
-webkit-transition: all .8s ease-in-out; 
  }

 .about img:hover {
    filter: none;
      -webkit-filter: grayscale(0);
     
    }
*/


/*overlay effect*/

.overlay p {
    color: #fff;
    font-size: 10px;
    display: none;
}

.overlay:hover p {
    color: #fff;
    font-size: 11px;
    display: block;
    margin-top: 20px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
    background-color: #0f0f0fbd;
    overflow: hidden;
    width: 84.8%;
    height: 60px;
    font-size: 12px;
    transition: .5s ease;
}

.overlay:hover {
    height: 55%;
}

.text {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


/*overlay effect*/

.caption {
    background-color: rgb(255 255 255 / 30%);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    text-align: left;
}

.caption h5 {
    font-size: 15px;
    letter-spacing: 3px;
    color: #485e62;
    margin: 20px 0px;
    text-transform: uppercase;
}

.caption p {
    color: #404040;
}


/*---------------------------------------------------------about page-----------------------------------------------------------------*/


/*.about_banner{
    background-image: url(../images/slider-03.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 100px 0px 80px 0px;
    position: relative;
    background-size: cover;
    margin-top: 30px;
    text-align: center;
}*/


/*.abt_right h2{
       font-size: 16px;
    color: #1c394f;
    font-weight: 700;
}
.abt_right{
    margin:45px 0px;
}

.abt_right i{
      font-size: 45px;
    color: #dbc27a;
}
.about_banner h1{
    color: #fff;
    padding-top: 40px;
    font-size: 38px;
}
.primary{
    background-color: #f6fafc;
}

.objective{
   background-color: #fff;
    padding: 20px 40px;
    margin: 30px 0px;
    height: 18em;
    box-shadow: 0px 0 1px 0 rgb(187 187 187 / 70%);

}
.objective h4{
color: #243343;
    font-size: 21px;
}
.number{
   color: #e4e4e4;
    font-size: 38px;
    font-weight: 700;
}
.about_back{
        background-image: url(../images/about2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0px;
    /*margin-top: 55px;*/



/*.about_back h4{
    color: #333;
    font-size: 23px;
}
.about_section{
    margin-top: 30px;
}*/

/*---------------------------------------------------------about page end--------------------------------------------------------------*/

/*---------------------------------------------------------404 error page --------------------------------------------------------------*/
.error {
    background: #f2f7f5;
    padding: 20px;
    text-align: center;
    margin-top: 91px;
    box-shadow: 3px 4px 11px #e9e9e9;
}
.error h1 {
    font-size: 10em;
    font-weight: 800;
    color: #00849a;
}
.error h4 {
    font-size: 22px;
    color: #333;
    text-transform: uppercase;
}
.error p {
    font-size: 20px;
    color: #333;
    text-transform: capitalize;
}
.error_read_more {
    background-color: #00849a;
    padding: 10px;
    color: #ffff;
    margin-top: 22px;
    border: none;
    width: 20%;
}

/*---------------------------------------------------------404 error page end--------------------------------------------------------------*/
.scroll-to-top {
    background: #f6f6f6;
    /* border: 2px solid #089966; */
    
    bottom: 25px;
    color: #089966;
    cursor: pointer;
    /*display: none;*/
    
    border-radius: 8px;
    font-weight: normal;
    height: 45px;
    font-size: 31px;
    line-height: 48px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 10ms ease 0s;
    width: 50px;
    z-index: 99999;
    -webkit-box-shadow: 0px 8px 23px -6px rgb(27 27 27);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    box-shadow: 0px 8px 23px -6px rgb(27 27 27);
}
.fa-chevron-left:before {
    display: none;
}
.fa-chevron-right:before {
    display: none;
}

/*---------------------------------------------------------login page start--------------------------------------------------------------*/
.bg-img {
    /*background: url("../images/slides-1.jpg");*/
    
    height: 0vh;
    /* background-size: cover;
  background-position: center;*/
    
    background: #fff;
    margin-top: 247px;
}
.bg-img:after {
    /*  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;*/
    /*background: rgba(0, 0, 0, 0.7);*/
}
.content2 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    text-align: center;
    padding: 60px 32px;
    width: 370px;
    transform: translate(-50%, -50%);
    background: rgb(252 238 238 / 60%);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 27%);
}
.content2 header {
    color: #333;
    font-size: 33px;
    font-weight: 600;
    margin: 0 0 35px 0;
    /*font-family: "Montserrat", sans-serif;*/
}
.field {
    position: relative;
    height: 45px;
    width: 100%;
    display: flex;
    background: rgba(255, 255, 255, 0.94);
}
.field span {
    color: #089966;
    width: 40px;
    line-height: 45px;
}
.field input {
    height: 100%;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #222;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
}
.space {
    margin-top: 16px;
}
.show {
    position: absolute;
    right: 13px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    display: none;
    cursor: pointer;
    font-family: 'Hind', sans-serif;
}
.show2 {
    position: absolute;
    right: 13px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    display: none;
    cursor: pointer;
    font-family: 'Hind', sans-serif;
}
.show2 {
    display: block !important;
}
.pass-key:valid~.show {
    display: block;
}
.pass {
    text-align: left;
    margin: 10px 0;
}
.pass a {
    color: #434343;
    text-decoration: none;
    font-family: 'Hind', sans-serif;
}
.pass:hover a {
    text-decoration: underline;
}
.field input[type="submit"] {
    background: #089966;
    color: white;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Hind', sans-serif;
}
.field input[type="submit"]:hover {
    background: #089966;
}
.login {
    color: white;
    margin: 20px 0;
    font-family: 'Hind', sans-serif;
}
.links {
    display: flex;
    cursor: pointer;
    color: white;
    margin: 0 0 20px 0;
}
.facebook,
.instagram {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-left: 10px;
}
.facebook {
    margin-left: 0;
    background: #4267b2;
    border: 1px solid #3e61a8;
}
.instagram {
    background: #e1306c;
    border: 1px solid #df2060;
}
.facebook:hover {
    background: #3e61a8;
}
.instagram:hover {
    background: #df2060;
}
.links i {
    font-size: 17px;
}
i span {
    margin-left: 8px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
}
.signup {
    font-size: 15px;
    color: #434343;
    margin-top: 30px;
    font-family: 'Hind', sans-serif;
}
.signup a {
    color: #3498db;
    text-decoration: none;
}
.signup a:hover {
    text-decoration: underline;
}

/*---------------------------------------------------------login page end --------------------------------------------------------------*/

/*---------------------------------------------------------account page start --------------------------------------------------------------*/
.account_card {
    background: #f2f7f5;
    padding: 45px;
    text-align: center;
    margin: 70px 0px;
    box-shadow: 3px 4px 11px #e9e9e9;
}
.acct_title h1 {
    font-size: 32px;
    color: #00849a;
    font-weight: 800;
}
.acct_title .fa {
    font-size: 80px;
    color: #00849a;
}
.acct_title p {
    padding-bottom: 20px;
}
.account_footer {
    padding: 30px 0px 0px;
}
.account_footer p {
    color: #333;
    font-weight: 400;
}
.check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.checkmark {
    position: absolute;
    top: 1px;
    left: 261px;
    height: 20px;
    width: 20px;
}
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.check:hover input~.checkmark {
    background-color: #ccc;
}
.check input:checked~.checkmark {
    background-color: #089966;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check input:checked~.checkmark:after {
    display: block;
}
.check .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*---------------------------------------------------------account page end --------------------------------------------------------------*/

/*---------------------------------------------------------user page start--------------------------------------------------------------*/
.user_profile {
    background: #f2f7f5;
    padding: 20px 35px;
    text-align: center;
    margin: 70px 0px;
    box-shadow: 3px 4px 11px #e9e9e9;
}
.user_profile_title h1 {
    color: #fff;
}
.user_profile_title {
    background: #089966;
    padding: 20px;
}
.user_label_style {
    text-align: left;
    margin: 18px 10px;
}
.lab_title {
    font-size: 15px;
    color: #333;
}
.prev_appt {
    background-color: #fff;
    text-align: left;
    padding: 1px 20px 20px;
}
.reschedule {
    background-color: #099b8f;
    padding: 10px;
    border: none;
    color: #fff;
    margin-top: 10px;
    width: 100%;
}
.cancel {
    background-color: #da3535;
    padding: 10px;
    border: none;
    color: #fff;
    margin-top: 10px;
    width: 100%;
}
.prev_appt h3 {
    background-color: #358bfc;
    color: #fff;
    font-size: 19px;
    padding: 12px;
}
.appt_history {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 30px;
}
.appt_history h4 {
    color: #232323;
    font-size: 21px;
    font-weight: 600;
}
.field i {
    text-align: right;
}
.user_dtl {
    margin: 5px 0px 5px 0px;
}
.user_lab_title {
    margin-top: 12px;
    font-size: 15px;
    color: #333;
}
.fa-pencil {
    margin-top: 12px;
    color: #037d72;
}

/*---------------------------------------------------------user page end---------------------------------------------------------------*/

/*---------------------------------------------------------profile page start--------------------------------------------------------------*/
.profile_section {
    /*margin: 50px 0px;*/
}
.appointment_btn {
    margin-top: 15px;
}
.welcome-area .img-holder img {
    width: 100%;
    border-radius: 7px;
}
.doc_profile h2 {
    font-size: 23px;
    font-weight: 700;
    color: #343434;
    padding-bottom: 8px;
}
.span-footer {
    background: #089966;
    height: 3px;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 38px !important;
    margin-left :3px ;
    transition: all ease 0.4s;
}
.doc_profile h6 {
    font-size: 19px;
    color: #607b78;
    font-weight: 500;
}
.doc_profile p {
    font-size: 15px;
    color: #464646;
    font-weight: 400;
    line-height: 26px;
}
.doc_profile li {
    color: #464646;
    font-size: 14px;
    padding: 2px 0px;
}
.doc_profile .fa {
    color: #089966;
    padding-right: 7px;
}
.find_doc_btn {
    background-color: #089966;
    border-radius: 5px;
    width: 100%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.find_doc_btn:hover {
    background-color: #00849a;
    color: #fff;
}

/*---------------------------------------------------------profile page ends--------------------------------------------------------------*/

/*calender style*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.content {
    overflow: none;
    width: 100%;
    /*max-width: 790px;*/
    
    padding: 0px 0;
    height: 443px;
    position: relative;
    margin: 0px auto;
    background: #f9f9f9;
}

/*  Events display */
.events-container {
    overflow-y: scroll;
    height: 100%;
    width: 50%;
    float: right;
    margin: 0px auto;
    display: inline-block;
    padding: 0px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0;
}
@media (max-width: 767.98px) {
    .events-container {
        width: 100%;
        height: auto;
    }
}
.events-container:after {
    clear: both;
}
.event-card {
    padding: 20px 0;
    max-width: 100%;
    display: block;
    background: #fff;
    border: none !important;
    margin: 20px;
    margin-left: 12px;
}
@media (max-width: 991.98px) {
    .event-card {
        margin: 10px;
    }
}
@media (max-width: 767.98px) {
    .event-card {
        margin: 0;
        background: #e6e6e6;
    }
}
.event-count,
.event-name,
.event-cancelled {
    display: inline;
    padding: 0 10px;
    font-size: 1rem;
}
.event-count {
    color: #7e0cf5;
    text-align: right;
}
.event-name {
    padding-right: 0;
    text-align: left;
    font-size: 15px;
}
.event-cancelled {
    color: #cd4dcc;
    text-align: right;
}

/*  Calendar wrapper */
.calendar-container {
    position: relative;
    margin: 0 auto;
    /*height: 100%;*/
    
    width: 50%;
    background: rgb(0 172 156);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 27%);
    font: 13px Helvetica, Arial, san-serif;
    display: inline-block;
    padding: 20px;
    float: left;
}
@media (max-width: 991.98px) {
    .calendar-container {
        padding: 0;
    }
}
@media (max-width: 767.98px) {
    .calendar-container {
        padding: 0;
        width: 100%;
    }
}
.calendar-container:after {
    clear: both;
}
.calendar {
    width: 100%;
    padding: 0;
}

/* Calendar Header */
.year-header {
    background: #fff;
    height: 40px;
    text-align: center;
    position: relative;
    color: #fff;
    border-top-left-radius: 3px;
    margin-top: 20px;
}
.year-header span {
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    color: #000;
}
.left-button,
.right-button {
    cursor: pointer;
    width: 28px;
    text-align: center;
    position: absolute;
    color: #cccccc !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px !important;
}
@media (prefers-reduced-motion: reduce) {
    .left-button,
    .right-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.left-button:hover,
.right-button:hover {
    color: #7e0cf5 !important;
}
.left-button {
    left: 0;
}
.right-button {
    right: 0;
    top: 0;
}
.days-table,
.dates-table,
.months-table {
    border-collapse: separate;
    text-align: center;
}
.day {
    height: 26px;
    width: 26px;
    padding: 0 10px;
    line-height: 26px;
    border: 2px solid transparent;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
}
.month {
    cursor: default;
    height: 26px;
    width: 26px;
    padding: 0 2px;
    padding-top: 10px;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 11px;
    color: #cccccc;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
@media (max-width: 991.98px) {
    .month {
        font-size: 8px;
    }
}
@media (max-width: 767.98px) {
    .month {
        font-size: 10.5px;
    }
}
.active-month {
    font-weight: 700;
    color: #000;
}
.month:hover {
    color: #cd4dcc;
}

/*  Dates table */
.table-date {
    cursor: default;
    color: #2b2b2b;
    height: 26px;
    width: 26px;
    font-size: 15px;
    padding: 10px;
    line-height: 26px;
    text-align: center;
    /*border-radius: 50%;*/
    
    border: 2px solid transparent;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    position: relative;
}
.table-date:not(.nil):hover {
    border-color: #cd4dcc;
}
.event-date {
    border-color: #7e0cf5;
    background: #7e0cf5;
    color: #fff;
}
.event-date:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: #28a745;
}
.active-date {
    background: #cd4dcc;
    color: #fff;
}
.event-date.active-date {
    background: #7e0cf5;
}

/*calender style*/

/*---------------------------------------------------------appointmtn page starts--------------------------------------------------------------*/
.appointment_btn h4 {
    padding-bottom: 10px;
}
.appointment {
    background-color: #fff;
    border: 1px solid #cbcbcb;
    text-align: center;
    padding: 25px 10px 8px 10px;
}
.appointment_btn p {
    font-size: 12px;
    color: #8d8d8d;
    font-weight: 600;
}
.welcome-area {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
}

/*calender*/

/*@charset "UTF-8";
* {
  font-family: "Source Sans Pro", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}*/
.calender_section {
    background-color: #fff;
    /* border: 1px solid #cbcbcb; */
    
    box-shadow: 0 0px 2px 0 rgb(116 116 116 / 56%);
    padding: 20px;
}
.timepicker-cf {
    height: 0px !important;
}
.wrapper {
    /*padding: 0 10% 10% 10%;*/
    
    padding: 0px;
}
.wrapper .timepicker-cf {
    height: 60px;
    width: 100%;
}
.wrapper .timepicker {
    /* position: absolute;
  top: 200px;
  width: 80%;
  height: 0px;
  background: #3fb998;
  overflow: hidden;*/
    
    position: absolute;
    top: 316px !important;
    width: 95%;
    left: 19px;
    height: 0px;
    background: #3fb998;
    overflow: hidden;
}
.wrapper .timepicker .owl,
.wrapper .timepicker .owl-stage {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
}
.wrapper .timepicker .owl .owl-item,
.wrapper .timepicker .owl-stage .owl-item {
    font-size: 1.1em;
    display: inline-block;
    font-weight: 600;
    color: white;
    text-align: center;
    min-width: 100px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.wrapper .timepicker .owl .center-n,
.wrapper .timepicker .owl-stage .center-n {
    font-size: 1.5em;
    opacity: 0.7;
}
.wrapper .timepicker .owl .center,
.wrapper .timepicker .owl-stage .center {
    font-size: 2em;
    opacity: 1;
}
.wrapper .fade-l {
    position: absolute;
    height: 100%;
    width: 150px;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
}
.wrapper .fade-r {
    position: absolute;
    height: 100%;
    width: 150px;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
}
.wrapper .owl-prev,
.wrapper .owl-next {
    z-index: 20;
    position: absolute;
    width: 20px;
    top: 20px;
    color: #667483;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    background: none;
    border: 0;
    font-size: 1em;
}
.wrapper .owl-prev {
    left: 20px;
}
.wrapper .owl-prev:before {
    content: "ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
    font-family: FontAwesome;
}
.wrapper .owl-prev:hover {
    left: 18px;
    transition: 0.2s ease-in-out;
}
.wrapper .owl-next {
    right: 20px;
}
.wrapper .owl-next:hover {
    right: 18px;
    transition: 0.2s ease-in-out;
}
.wrapper .owl-next:before {
    content: "ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â";
    font-family: FontAwesome;
}
.inner-wrap {
    /* padding: 0 10%;*/
    
    margin-top: 105px;
}
.request span {
    color: #fff !important;
    font-size: 15px;
}
.day {
    color: #fff !important;
    font-size: 15px;
}
.inner-wrap .request {
    width: 100%;
    height: 50px;
    text-align: left;
    padding: 0 20px;
    border: none;
    background: #667483;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    position: relative;
}
.inner-wrap .request br {
    display: none;
}
.inner-wrap .request .sendRequest {
    position: absolute;
    right: 20px;
    top: 16px;
}
.inner-wrap .request .sendRequest:before {
    content: "ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â";
    font-family: FontAwesome;
}
.inner-wrap .request:hover {
    padding-right: 15px;
    transition: all 0.2s ease-in-out;
}
.inner-wrap .request.disabled {
    opacity: 0.8;
    pointer-events: none;
    background: #888d93;
    transition: all 0.3s ease-in-out;
}
.inner-wrap .disabled span {
    display: none;
}
.inner-wrap input {
    border: none;
}
.inner-wrap .form-name {
    display: flex;
    position: relative;
    height: 50px;
    align-items: flex-end;
    margin-bottom: 13px;
}
.inner-wrap .form-name label,
.inner-wrap .form-name input {
    font-size: 1em;
    font-weight: 600;
    color: #667483;
}
.inner-wrap .form-name label {
    position: absolute;
    margin: 0;
    left: 10px;
    top: 15px;
    transition: all 250ms ease 0s;
}
.inner-wrap .form-name input {
    height: 80%;
    width: 100%;
    border-bottom: 2px solid #667483;
    padding: 0 10px;
}
.inner-wrap .form-name input:focus {
    outline: none;
}
.inner-wrap .form-name input:focus+label {
    font-size: 0.8em;
    left: 0.15rem;
    top: 0%;
}
.inner-wrap .form-name input:invalid {
    border-bottom: 2px solid #c23616;
    color: #c23616;
}
.inner-wrap .form-name input:invalid+label {
    font-size: 0.8em;
    color: #c23616;
    left: 0.15rem;
    top: 0%;
}
.inner-wrap .form-name:last-of-type {
    margin-bottom: 50px;
}
#calendar {
    overflow: hidden;
    position: relative;
}
#calendar .header {
    width: 100%;
    /*height: 160px;*/
    
    background-size: 100% auto;
}
#calendar .header .overlay {
    width: 100%;
    height: 100%;
    /*background: rgba(106, 102, 95, 0.6);*/
    
    color: #fff;
    padding: 3% 5%;
    display: flex;
    align-items: flex-end;
}
#calendar .header h1 {
    font-size: 2em;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    letter-spacing: 1%;
}
#calendar .monthChange {
    background: #fff;
    width: 100%;
    height: 0;
    position: absolute;
    top: 160px;
    z-index: 20;
}
#calendar .ui-datepicker {
    display: none;
    width: 100%;
    margin: auto;
    /*padding: 30px 10% 30px 10%;*/
    
    text-transform: uppercase;
    background: #fff;
    transition: all 0.2s ease-in-out;
}
#calendar .ui-datepicker .ui-datepicker-header {
    position: relative;
    margin-bottom: 10px;
}
.ui-datepicker-title {
    text-align: center;
}
.ui-datepicker-title span {
    text-align: center !important;
    ;
    font-weight: 700 !important;
    ;
    color: #128969 !important;
    font-size: 20px !important;
    ;
}
.ui-datepicker-calendar span {
    color: #128969 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    position: relative;
    padding-right: 5px;
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    top: -5px;
    position: absolute;
    padding: 5px;
    cursor: pointer;
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 0;
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 0;
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    content: "ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
    font-family: FontAwesome;
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
    content: "ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â";
    font-family: FontAwesome;
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
    display: inline-block;
    text-indent: -9999px;
}
#calendar .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
}
#calendar .ui-datepicker .ui-datepicker-calendar th {
    line-height: 30px;
    padding-top: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 0.95em;
    color: #1f747a;
}
#calendar .ui-datepicker .ui-datepicker-calendar td {
    padding: 0 7px;
    text-align: center;
    height: 34px;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}
#calendar .ui-datepicker .ui-datepicker-calendar td:hover {
    background: #44caa5;
    transition: all 0.2s ease-in-out;
}
#calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
    background: #49b6be;
    border-bottom: 2px solid #353c42;
}
#calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day.open {
    margin-bottom: 100px;
}
#calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
    border-bottom: 2px solid rgba(53, 60, 66, 0.5);
}
#calendar .ui-datepicker .ui-datepicker-calendar .ui-state-default {
    text-decoration: none;
    color: #353C42;
}
#calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-other-month {
    pointer-events: none;
}
#calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-other-month .ui-state-default {
    color: #919BA3;
}
@media only screen and (max-width: 600px) {
    .wrapper .inner-wrap .request br {
        display: block;
    }
}

/*calender*/

/*---------------------------------------------------------appointmtn page ends--------------------------------------------------------------*/

/*---------------------------------------------------------contct page statr--------------------------------------------------------------*/
.single_style {
    float: right;
    position: relative;
    top: -42px;
    left: -17px;
}

/*---------------------------------------------------------contct page ends--------------------------------------------------------------*/

/*---------------------------------------------------------dept page statr--------------------------------------------------------------*/
.dept_section {
    background: #fcfcfc;
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}
.dept_section .fa {
    color: #089966;
}
.dept_section li {
    margin: 10px;
    font-weight: 300;
}
.dept_section ul {
    padding: 0px;
}
.dept_section h6 {
    color: #00849a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 600;
}
.dept_section h1 {
    margin-top: 20px !important;
}
.dept_bg {
    background-image: linear-gradient(to right, #0e393f, #097e91);
}
.dept_icon {
    text-align: center;
    margin: 30px 0px;
}
.dept_icon .fa {
    color: #00849a;
    font-size: 42px;
}
.dept_icon i {
    padding: 20px 26px;
    margin: 10px;
    border-radius: 50%;
    background-color: #fff;
}
.dept_icon h4 {
    color: #fff;
    font-size: 19px;
}
.dept_icon p {
    color: #ebebeb;
    font-size: 15px;
    padding: 0px 4px;
}
.dctr_desrptn {
    padding: 20px;
    background-color: #fff;
    /* margin: 20px 0px; */
    
    border-radius: 0px 4px 4px 0px;
    padding: 10px 2px 14px 2px;
    box-shadow: 0 0px 1px 0 rgb(153 153 153 / 70%);
}
.book_now {
    padding: 7px 20px;
    margin: 10px 15px;
    font-size: 12px;
    background: #00849a;
    color: #ffffff;
    /* box-shadow: 0px 10px 20px -10px #1376c5; */
    
    border-radius: 5px;
    text-transform: uppercase;
}
.sec1 img {
    height: 260px;
}
.sec1 {
    margin-bottom: 30px;
}
.dctr_desrptn a {
    color: #fff;
    font-weight: 600;
}
.sec1 h2 {
    font-size: 18px;
    margin: 0px 9px;
    color: #333;
}
.sec1 h6 {
    font-size: 13px;
    margin: 9px 10px;
}

/*---------------------------------------------------------dept page ends--------------------------------------------------------------*/

/*-----------------------------------------------------------services page --------------------------------------------------------------*/

/*.services{
border-bottom: 1px solid #cbcbcb;
}
.services img{
    margin: 30px;
}
.services h1{
    color: #ebce58;
    font-size: 38px;
    font-weight: 700;
}
.services h4{
    color: #a9a9a9;
    font-size: 20px;
    font-weight: 600;
}

.service_banner{
    background-image: url(../images/service_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 100px 0px 80px 0px;
    position: relative;
    background-size: cover;
    margin-top: 55px;
    text-align: center;
}
.service_banner h1{
    color: #fff;
    padding-top: 40px;
    font-size: 38px;
}
*/

/*---------------------------------------------------------services page ends--------------------------------------------------------------*/

/*------ responsive css start ----*/
@media (min-width: 992px) and (max-width: 1199px) {
    .checkmark {
        left: 206px;
    }
    
    .slider_mobile {
        display: block;
    }
    
    .item {
        display: block;
    }
    
    .post-img,
    .post-content {
        display: none;
    }
    
    .owl-controls .owl-buttons {
        display: none;
    }
    
    .banner-bottom {
        margin-top: 0px;
    }
    
    #news-slider {
        margin-top: 0px;
    }
    
    .post-slide {
        box-shadow: none;
    }
    
    .about_section .img-holder .overlay-content {
        left: 0px;
    }
    
    .item p {
        color: #333;
        /* margin: 20px -10px; */
        /* margin-left: -52px; */
        margin-top: 15px;
        font-size: 15px;
        font-weight: 500;
    }
    
    .mainmenu-right-box {
        display: none;
    }
    
    .pro_menu ul li a {
        padding: 19px 17px;
    }
    
    .image_head {
        top: 180px;
    }
    
    .overlay {
        width: 88%;
    }
    
    .pro_menu {
        margin-left: 10%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .checkmark {
        left: 190px;
    }
    
    .line {
        border: none;
        padding: 0px;
    }
    
    .mob_style {
        margin-top: 50px;
    }
    
    .single_style {
        top: -43px;
        left: -118px;
    }
    
    .owl-controls .owl-buttons {
        display: none;
    }
    
    .banner-bottom {
        margin-top: 0px;
    }
    
    #news-slider {
        margin-top: 0px;
    }
    
    .tab_style {
        margin-top: -20px;
        margin-left: -12px;
    }
    
    .mob_icon_pading {
        padding: 0px;
    }
    
    .carrer_title {
        margin-top: 1em;
    }
    
    .sidebar-wrapper {
        border-left: none;
    }
    
    .slider_mobile {
        display: block;
    }
    
    .item {
        display: block;
    }
    
    .post-img,
    .post-content {
        display: none;
    }
    
    .post-slide {
        box-shadow: none;
    }
    
    .about_section .img-holder .overlay-content {
        position: absolute;
        left: 5px;
    }
    
    .border_design p {
        color: #333;
    }
    
    .item p {
        color: #333;
        margin-top: 15px;
        font-size: 15px;
        font-weight: 500;
    }
    
    .mainmenu-right-box {
        display: none;
    }
    
    .image_head {
        top: 133px;
    }
    
    .footer_head li {
        font-size: 13px;
    }
    
    .overlay {
        width: 84%;
    }
    
    .service img {
        width: 100%;
    }
    
    .main-content {
        margin-top: 49px;
    }
    
    .road i {
        color: #3e3e3e;
        font-size: 54px;
        margin-top: 0px;
    }
    
    .slideshow .slide .title {
        font-size: 23px;
    }
    
    .slider-bottom-section {
        top: -35px;
    }
    /*.contact_banner{    
    margin-top: 49px;
}
.project_banner{    
    margin-top: 49px;
}
 .service_banner{
    margin-top:49px;
    }
.about_banner{
    margin-top:49px !important;
    }*/
    
    .overlay:hover {
        height: 88%;
    }
    
    .slideshow {
        height: 60vh;
    }
    
    .pro_menu ul li a:after {
        background-color: rgb(226 163 54 / 0%);
    }
}
@media (max-width: 768px) {
    .mt-15_mob {
        margin-top: 25px;
    }
    
    .call_now,
    .location,
    .time {
        display: none;
    }
    
    .footer_contact,
    .footer_location {
        display: none;
    }
    
    .owl-controls .owl-buttons {
        display: none;
    }
    
    .banner-bottom {
        margin-top: 0px;
    }
    
    #news-slider {
        margin-top: 0px;
    }
    
    .cards {
        display: block;
    }
    
    .abt-non {
        display: none;
    }
    
    .contact_details {
        border: 1px solid #f0f0f0;
        padding: 5px 15px;
        height: 33.78em;
    }
    
    .doctor_card img {
        height: 280px;
    }
    
    .profile-btn {
        width: 97%;
    }
    
    .doctors_section {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .carrer_title {
        margin-top: 0em;
    }
    
    .reschedule,
    .cancel {
        font-size: 12px;
    }
    
    .prev_appt h3 {
        font-size: 14px;
    }
    
    .checkmark {
        left: 80px;
    }
    
    .departments img {
        width: 60px;
    }
    
    .my-float {
        margin-top: 12px;
    }
    
    .float {
        width: 52px;
        height: 52px;
    }
    
    .dept_content h4 {
        font-size: 17px;
    }
    
    .doctor_card img {
        height: 180px;
    }
    
    .profile-btn {
        width: 95%;
    }
    
    .item {
        display: block;
    }
    
    .post-img,
    .post-content {
        display: none;
    }
    
    .border_design {
        /* margin-left: 76px; */
    }
    
    .post-slide {
        box-shadow: none;
        display: none;
    }
    
    .call_now {
        display: none;
    }
    
    .item p {
        color: #333;
        font-size: 15px;
        font-weight: 500;
        margin-top: 15px;
    }
    
    .caption {
        display: none;
    }
    
    .footer_location {
        display: none;
    }
    
    .account_card {
        padding: 15px;
    }
    
    .mobile_view {
        margin-top: 16px;
    }
    
    .mainmenu-right-box {
        display: none;
    }
    
    .logo_section img {
        width: 230px;
    }
    
    .navbar-toggle {
        margin-right: -18px;
    }
    
    .footer-copyright p {
        font-size: 11px;
    }
    
    .footer_head img {
        width: 200px;
    }
    
    .nav-bg-fostrap {
        /*top: 188px;*/
        top: 123px;
    }
    
    .nav-fostrap {
        /*top: 236px;*/
        top: 164px;
        z-index: 99;
    }
    
    .overlay {
        width: 93%;
    }
    
    .slideshow .slide .title {
        font-size: 23px;
    }
    
    .slider-bottom-section {
        top: -25px;
    }
    
    .slideshow .pagination .item {
        display: none;
    }
    
    .about {
        display: none;
    }
    
    .slideshow {
        height: 35vh;
    }
    
    .slideshow .slide .title {
        font-size: 14px;
    }
    
    .slideshow-container {
        display: block;
    }
    
    .resp_view {
        display: none;
    }
    
    .pro_menu ul li a:after {
        background-color: rgb(226 163 54 / 0%);
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .social li {
        padding: 5px 3px;
    }
    
    .single_style {
        float: right;
        position: relative;
        top: -42px;
        left: -31px;
    }
    
    .checkmark {
        left: 67px;
    }
}
@media (max-width: 479px) {
    .slideshow .slide .title {
        font-size: 14px;
    }
    
    .single_style {
        float: right;
        position: relative;
        top: -42px;
        left: -31px;
    }
    
    .contact_details {
        height: 36.78em;
    }
}
@media (max-width: 376px) {
    .single_style {
        float: right;
        position: relative;
        top: -42px;
        left: -14px;
    }
}
@media (max-width: 320px) {
    .slideshow .slide .title {
        font-size: 10px;
    }
    
    .overlay {
        width: 90.1%;
    }
}

/*-----------------
	18. Booking
-----------------------*/
.booking-doc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.booking-doc-info .booking-doc-img {
    width: 90px;
    margin-right: 15px;
}
.booking-doc-info .booking-doc-img img {
    border-radius: 4px;
    height: 90px;
    width: 90px;
    object-fit: cover;
}
.schedule-widget {
    border-radius: 4px;
    min-height: 100px;
}
.schedule-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 3px 0 0;
}
.schedule-header {
    border-bottom: 1px solid #f0f0f0;
    border-radius: 8px 8px 0 0;
    padding: 10px 20px;
}
.day-slot ul {
    float: left;
    list-style: none;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.day-slot .categories__item {
    text-align: center;
    margin-bottom: 21px;
}
.day-slot .categories__item span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.day-slot .categories__item span.slot-date {
    display: block;
    color: #455A64;
    font-size: 15px;
    font-weight: 500;
}
.day-slot .categories__item small.slot-year {
    color: #455A64;
    font-size: 15px;
    font-weight: 600;
}
.day-slot .categories__item.left-arrow {
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}
.day-slot .categories__item .right-arrow {
    right: -11px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}
.day-slot .categories__item .off {
    background-color: #dddddd;
    border: 1px solid #dddddd;
    color: #fff;
}
.day-slot .categories__item .off span {
    color: #455A64;
}
.schedule-cont {
    padding: 20px 0px;
}
.date-booking .bookingrange {
    height: 60px;
    line-height: 48px;
    border-radius: 8px;
}
.date-booking h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #0071DC;
}
.date-booking p {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}
.time-slot ul {
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0;
    padding: 0;
}
.time-slot .time-item {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 14.25%;
    min-height: 1px;
    margin-bottom: 10px;
}
.time-slot .time-item .timing {
    background-color: #FFFFFF;
    border: 1px solid #455A64;
    border-radius: 8px;
    color: #455A64;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 14px 5px;
    text-align: center;
    position: relative;
}
.time-slot .time-item .timing:hover {
    background-color: #0071dc;
    border: 1px solid #0071DC;
    color: #fff;
}
.time-slot .time-item .timing:last-child {
    margin-bottom: 0;
}
.time-slot .time-item .timing.selected {
    background-color: #034c59;
    border: 1px solid #b4b6b9;
    color: #fff;
}

/* .time-slot .time-item .timing.selected::before {
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 16px;
} */
.day-slot .days {
    background: #E5F1FB;
    border: 1px solid #E5F1FB;
    border-radius: 8px;
    padding: 10px 0;
    color: #455A64;
}
.day-slot .pick {
    background: #089966;
    border: 1px solid #E5F1FB;
    border-radius: 8px;
    padding: 10px 0;
    color: #ffffff;
}
.day-slot .pick .slot-date {
    color: #ffffff !important;
}
.day-slot .pick .slot-year {
    color: #ffffff !important;
}
.schedule-list {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.schedule-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.submit-section.proceed-btn {
    margin: 0 0 30px;
}
.date-booking {
    text-align: center;
}
.book-slot {
    padding-top: 50px;
    padding-bottom: 50px;
}
.schedule-cont .owl-carousel .owl-nav button.owl-prev {
    height: 67px;
    width: 40px;
    background: #dcdfdea8 !important;
    color: #223645;
    text-align: center;
    position: absolute;
    top: 39%;
    left: -53px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 17px;
    /* border-radius: 50%; */
    
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.schedule-cont .owl-carousel .owl-nav button.owl-next {
    height: 67px;
    width: 40px;
    background: #dcdfdea8 !important;
    color: #223645;
    text-align: center;
    position: absolute;
    top: 39%;
    right: -53px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 17px;
    /* border-radius: 50%; */
    
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
@media only screen and (max-width: 900px) {
    .schedule-cont .owl-carousel .owl-nav button.owl-prev,
    .schedule-cont .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
    
    .time-slot li {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        width: 32.28%;
        min-height: 1px;
    }
    
    .time-slot .time-item {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        width: 24.25%;
        min-height: 1px;
        margin-bottom: 10px;
    }
    
    .book-slot {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    
    .welcome-area {
        background: #ffffff;
        padding-top: 50px;
        padding-bottom: 10px;
    }
}
.timming-2 {
    background-color: #0bbaab !important;
    color: white !important;
    border: 1px solid #0bbaab !important;
}
.timming-2:hover {
    background-color: #0bbaab !important;
    color: white !important;
    border: 1px solid #0bbaab !important;
}
.timing-1 {
    cursor: pointer;
}

/* new css 5/07/2022 */
.dropbtn {
    color: #848484;
    line-height: 29px;
    font-size: 15px;
    text-align: left;
    border: none;
    background: none;
    cursor: pointer;
}
@media (min-width: 768px) {
    .dropbtn {
        color: #848484;
        line-height: 29px;
        font-size: 15px;
        text-align: left;
        border: none;
        background: none;
        cursor: pointer;
        min-width: 160px;
    }
}
@media (max-width: 360px) {
    .dropbtn {
        color: #848484;
        line-height: 29px;
        font-size: 13px;
        text-align: left;
        border: none;
        background: none;
        cursor: pointer;
        min-width: 160px;
    }
    
    .social li {
        padding: 5px 3px;
        font-size: 13px;
    }
    
    .call a {
        color: #848484;
        font-size: 13px;
    }
}
.dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 98;
    max-height: 0;
    left: -18px;
    min-width: 160px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}
.dropdown-content a {
    color: black;
    background-color: #f9f9f9;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #e2e2e2;
}
.dropdown:hover .dropdown-content {
    max-height: 500px;
    min-width: 132px;
    transition: max-height 0.25s ease-in;
}
.dropdown:hover .dropbtn {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    transition: max-height 0.25s ease-in;
}

/*new added css  13/7/22 */
.abc ul {
    padding-left: 16px;
}
@media (max-width: 768px) {
    .about_section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .blog-single-area {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    
    .doctor_details h4 {
        font-size: 15px;
        font-weight: 600;
        color: #333;
    }
    
    .dept_section {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

/* new class add in doctor.html  */
.doct-container {
    margin-left: 15px;
    margin-right: 15px;
}

/* mobile header */

/* navbar regular css start */
.mobile_header .navbar-area {
    background: rgb(255 255 255 / 60%);
    border-bottom: 1px solid #fff;
}
.mobile_header .site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile_header a.site-logo {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.mobile_header .site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.mobile_header .site-navbar ul li a {
    color: #141313;
    padding: 20px;
    font-size: 14px;
    display: block;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.mobile_header .site-navbar ul li a:hover {
    background: rgba(255, 255, 255, .1);
}

/* navbar regular css end */

/* nav-toggler css start */
.mobile_header .nav-toggler {
    border: none;
    padding: 5px;
    background-color: #ffffff00;
    cursor: pointer;
    height: 39px;
    display: none;
}
.mobile_header .nav-toggler span,
.mobile_header .nav-toggler span:before,
.mobile_header .nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #2b2828;
    display: block;
    transition: .2s;
}
.mobile_header .nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
}
.mobile_header .nav-toggler span:after {
    content: '';
    transform: translateY(6px);
}
.mobile_header .nav-toggler.toggler-open span {
    background-color: #1f1e1e00;
}
.mobile_header .nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}
.mobile_header .nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}

/* nav-toggler css start */

/* mobile breakpoint start */
@media screen and (max-width: 766px) {
    .social {
        display: none;
    }
    
    .login-btn li {
        padding: 5px;
        text-align: right;
    }
    /* navbar css for mobile start */
    
    .menu-ds {
        display: none;
    }
    
    .mobile_header .nav-toggler {
        display: block;
    }
    
    .mobile_header .site-navbar {
        min-height: 90px;
    }
    
    .mobile_header .site-navbar ul {
        position: absolute;
        width: 100%;
        height: calc(100vh - 60px);
        left: 0;
        top: 138px;
        z-index: 10;
        flex-direction: column;
        align-items: center;
        /* border-top: 1px solid #fff; */
        background-color: rgb(255 255 255);
        max-height: 0;
        overflow: hidden;
        transition: .2s;
    }
    
    .mobile_header .site-navbar ul li {
        width: 100%;
        text-align: center;
    }
    
    .mobile_header .site-navbar ul li a {
        padding: 14px;
    }
    
    .mobile_header .site-navbar ul li a:hover {
        background-color: rgba(255, 255, 255, .1);
    }
    
    .mobile_header .site-navbar ul.open {
        max-height: 50vh;
        /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
        overflow: visible;
    }
    /* navbar css for mobile end */
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    /* navbar css for mobile start */
    
    .menu-ds {
        display: none;
    }
    
    .mobile_header .nav-toggler {
        display: block;
    }
    
    .mobile_header .site-navbar {
        min-height: 90px;
    }
    
    .mobile_header .site-navbar ul {
        position: absolute;
        width: 100%;
        height: calc(100vh - 60px);
        left: 0;
        top: 231px;
        z-index: 10;
        flex-direction: column;
        align-items: center;
        /* border-top: 1px solid #fff; */
        background-color: rgb(255 255 255);
        max-height: 0;
        overflow: hidden;
        transition: .2s;
    }
    
    .mobile_header .site-navbar ul li {
        width: 100%;
        text-align: center;
    }
    
    .mobile_header .site-navbar ul li a {
        padding: 25px;
    }
    
    .mobile_header .site-navbar ul li a:hover {
        background-color: rgba(255, 255, 255, .1);
    }
    
    .mobile_header .site-navbar ul.open {
        max-height: 50vh;
        /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
        overflow: visible;
    }
    /* navbar css for mobile end */
}
@media screen and (min-width: 770px)and (max-width: 998px) {
    .mobile_header {
        display: none;
    }
}
@media screen and (min-width: 999px) {
    .mobile_header {
        display: none;
    }
}

/*slider css start*/
.slider_1 {
    margin-top: 55px;
}
.slide img {
    height: auto !important;
    padding: 0px !important;
}
.carousel,
.item,
.active {
    /*height: 100%;*/
    /*height: 41em;*/
    
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
}
.carousel,
.item,
.active img {
    margin-left: auto;
    margin-right: auto;
}
.navbar-collapse.in {
    overflow-y: hidden;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 60px;
}
@media screen and (max-width: 766px) {
    .slider_1 {
        margin-top: 0px;
    }
}

/*slider css end*/
.facilities-area {
    padding-top: 50px;
    padding-bottom: 50px;
}