/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

label {
    display: inline;
    
}

.inline-field input,
.inline-field label {
    display: inline-block;
    margin-bottom: 0; 
    vertical-align: middle; 
}
.CareConnect-Orange {
    color: #e8786c !important;
}

.btn-CareConnect-Orange {
    color: #fff;
    background-color: #e8786c;
    border-color: #e8786c;
    font-size: 24px;
    Padding: 34px 56px;
}

.btn-CareConnect-Orange:hover {
        color: #333;
        background-color: #e69d95;
        border-color: #e69d95;

 }

.btn-CareConnect-White {
    color: black;
    background-color: #ffffff;
    border-color: #ffffff;
    font-size: 24px;
    Padding: 34px 56px;
}

.btn-CareConnect-Blue {
    color: #fff;
    background-color: #2c99c2;
    border-color: #2c99c2;
    font-size: 24px;
    Padding: 34px 56px;
}

.btn-CareConnect-Orange:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}


hr.BlueDot {
    border-top: 2px dotted #2c99c2;
    border-bottom: 1px dotted #fff;
}

hr.GreyDot {
    border-top: 2px dotted #99aab0;
    border-bottom: 1px dotted #fff;
}


/*=======================================================
			DEPARTMENT
========================================================*/
.department {
    background: #fcfcfc;
    text-align: center;
}

    .department .tab-content .tittle {
        margin-top: 50px;
        width: 100%;
        text-align: center;
    }

        .department .tab-content .tittle h2 {
            text-align: left;
            width: 100%;
            font-weight: 300;
            letter-spacing: 2px;
        }

    .department .tab-content {
        display: inline-block;
        width: 100%;
        min-height: 745px;
    }

    .department .nav-tabs {
        background: #3dc5df;
        width: 100%;
        display: inline-block;
        border: none;
        padding: 36px 0;
        height: 100%;
        position: relative;
    }

        .department .nav-tabs li {
            width: 100%;
            margin: 0px;
            border: none;
        }

            .department .nav-tabs li a {
                font-size: 18px;
                font-weight: bold;
                letter-spacing: 3px;
                text-transform: uppercase;
                color: #fff;
                margin: 0px;
                border: none;
                border-radius: 0px;
                padding: 35px 0;
                border: none !important;
                border-bottom: 1px solid rgba(255,255,255,0.3) !important;
            }

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
}*/

.department .nav-tabs li:hover a {
    background: #fff;
    color: #333333;
}

.department .nav-tabs li.active a:before {
    content: '\f0d9';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 80px;
    left: -20px;
    top: -10px;
    color: #fff;
    z-index: 8;
}

.department .nav-tabs li.active a {
    color: #333333;
}

.department img {
    width: 100%;
}

.department .dep-sec-txt {
    text-align: left;
}
/*====	OVERVIEW BG	====*/
.department .depart-bg-over {
    background: url(../images/depart-bg-over.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
    height: 100%;
}
/*====	DENTAL BG	====*/
.department .dentel-bg {
    background: url(../images/dental-bg-img.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
    height: 100%;
}
/*====	CARDIOOGY BG	====*/
.department .cardio-bg {
    background: url(../images/cardiology-bg-img.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
    height: 100%;
}
/*====	FOR DISABLE BG	====*/
.department .for-dis-bg {
    background: url(../images/for-dis-img.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
    height: 100%;
}
/*====	Ophthalmology BG	====*/
.department .opth-bg {
    background: url(../images/opht-bg-img.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
    height: 100%;
}
/*====	EMERGENCY BG	====*/
.department .emer-bg {
    background: url(../images/emer-bg-img.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
    height: 100%;
}
/*====	X-RAY BG	====*/
.department .x-ray-bg {
    background: url(../images/x-ray-img.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
    height: 100%;
}

.department .img-bg-dep {
    position: absolute;
    height: 100%;
}

.department .ab-cnter {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100%;
    z-index: 999;
    margin: 0 auto;
}

.department .dep-sec-img {
    float: left;
    width: 37%;
}

.department .dep-sec-txt {
    float: right;
    width: 37%;
    padding: 0 40px;
}

.department .dep-sec-nav {
    width: 26%;
}

.department .fact {
    margin-top: 50px;
    text-align: left;
    margin-bottom: 30px;
}

.fact p {
    line-height: 30px;
}

.fact i {
    background: #fff;
    color: #3dc5df;
    border: 1px solid #3dc5df;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
    font-size: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fact li:hover i {
    background: #3dc5df;
    color: #fff;
}

.depart-sec {
    padding-bottom: 80px;
}

    .depart-sec h5 {
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 3px;
    }

    .depart-sec ul li {
        text-align: center;
        position: relative;
        margin-top: 10px;
        margin-bottom: 30px;
    }

        .depart-sec ul li .in-dert {
            padding: 0px 40px;
            padding-top: 40%;
            min-height: 480px;
            position: relative;
            overflow: hidden;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            background: #2a7092;
        }

        .depart-sec ul li:nth-child(1) .in-dert {
            background: #2a7092;
        }

        .depart-sec ul li:nth-child(2) .in-dert {
            background: #2a80a3;
        }

        .depart-sec ul li:nth-child(3) .in-dert {
            background: #2a88b3;
        }

        .depart-sec ul li:nth-child(4) .in-dert {
            background: #2a97c1;
        }

        .depart-sec ul li:nth-child(5) .in-dert {
            background: #2d9ac4;
        }

        .depart-sec ul li:nth-child(6) .in-dert {
            background: #36abd8;
        }

    .depart-sec .over-depart {
        position: absolute;
        height: 100%;
        top: 0px;
        width: 100%;
        z-index: 11;
        padding: 0 40px;
        left: 0%;
        opacity: 0;
        padding-top: 20%;
        background: #fff;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .depart-sec .over-depart img {
            margin-bottom: 20px;
        }

        .depart-sec .over-depart h5 {
            margin-bottom: 20px;
        }

    .depart-sec li:hover .over-depart {
        opacity: 1;
    }

    .depart-sec ul li:hover .in-dert {
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }

    .depart-sec ul li .in-dert a {
        color: #3dc5df;
        font-weight: bold;
        margin-top: 20px;
        display: inline-block;
    }

.dep-detail-page .qoute {
    position: absolute;
    top: 30%;
    width: 360px;
    background: rgba(255,255,255,0.8);
    padding: 30px;
    left: 30px;
    color: #696969;
    line-height: 24px;
}

    .dep-detail-page .qoute i {
        color: #3dc5df;
        margin-right: 10px;
    }

    .dep-detail-page .qoute h6 {
        margin: 0px;
        margin-top: 40px;
    }

    .dep-detail-page .qoute p {
        font-weight: bold;
        font-size: 18px;
    }

.dep-detail-page .img-single {
    position: relative;
}

.dep-detail-page {
    padding: 120px 0;
}

    .dep-detail-page h5 {
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px;
        letter-spacing: 2px;
    }

    .dep-detail-page .detail-sec {
        margin-top: 30px;
    }

        .dep-detail-page .detail-sec h6 {
            margin-top: 30px;
            margin-bottom: 15px;
        }

        .dep-detail-page .detail-sec ul {
            margin-top: 40px;
            margin-bottom: 40px;
        }

            .dep-detail-page .detail-sec ul img {
                margin-bottom: 10px;
            }

    .dep-detail-page .video {
        width: 80%;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
        text-align: center;
    }

        .dep-detail-page .video iframe {
            border: none;
            width: 100%;
            height: 360px;
            margin-bottom: 20px;
        }

.detail-sec .services-slide {
    margin: 50px 0;
}

    .detail-sec .services-slide .sec-ser {
        background: #f7f7f7;
        padding: 0 15px;
        padding-bottom: 40px;
    }

.detail-sec .downlod {
    font-weight: bold;
    color: #3dc5df;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

    .detail-sec .downlod i {
        margin-right: 10px;
    }

.dep-detail-page .search input {
    display: inline-block;
    width: 100%;
    border: none;
    background: #f7f7f7;
    height: 40px;
    padding: 0 10px;
    font-size: 12px;
}

.dep-detail-page .search button {
    float: right;
    border: none;
    background: none;
    font-size: 18px;
    color: #aaaaaa;
    margin-right: 10px;
    margin-top: -33px;
}


.side-bar h5 {
    text-transform: uppercase !important;
}

.side-bar .depart-sec {
    padding-bottom: 0px;
}

.side-bar .dapart .row {
    margin-right: -5px;
    margin-left: -5px;
}

.side-bar .cate {
    display: inline-block;
    width: 100%;
}

    .side-bar .cate li {
        float: left;
        width: 50%;
        padding-left: 15px;
        line-height: 44px;
        position: relative;
    }

        .side-bar .cate li a {
            width: 100%;
            display: inline-block;
        }

            .side-bar .cate li a:hover {
                color: #3dc5df;
            }

        .side-bar .cate li:before {
            content: "";
            background: #e3e3e3;
            height: 6px;
            width: 6px;
            left: 0px;
            display: inline-block;
            margin-right: 10px;
            position: absolute;
            margin-top: 20px;
        }

.side-bar .dapart li {
    padding: 0 5px;
    margin-bottom: 0px;
}

.side-bar ul li .in-dert {
    padding: 15px;
    min-height: inherit;
    display: inline-block;
    width: 100%;
}

.side-bar ul li:hover .in-dert {
    background: #fff;
}

.side-bar .add-call .call {
    background: #3dc5df;
    text-align: center;
    padding: 20px;
}

.side-bar .add-call p {
    color: #fff;
}

.side-bar .add-call h5 {
    color: #fff;
    margin: 0px;
    letter-spacing: 0px;
}

.appointment li {
    margin-bottom: 10px;
    position: relative;
}

.appointment input {
    width: 100%;
    display: inline-block;
    height: 40px;
    background: #f7f7f7;
    border: none;
    font-size: 12px;
    padding: 0 10px;
    color: #696969;
}

.appointment ul li i {
    position: absolute;
    right: 10px;
    top: 13px;
    color: #696969;
}

.appointment select {
    width: 100%;
    display: inline-block;
    height: 40px;
    background: #f7f7f7;
    border: none;
    font-size: 12px;
    padding: 0 10px;
    color: #696969;
}

.appointment textarea {
    width: 100%;
    display: inline-block;
    height: 120px;
    background: #f7f7f7;
    border: none;
    font-size: 12px;
    padding: 5px 10px;
    color: #696969;
}

.appointment button {
    margin-top: 0px;
    padding: 10px 10px;
}

.depart-style-2 .dep-sec-nav {
    width: 100%;
}

.depart-style-2 .nav-tabs li {
    width: 16.66666%;
}

.depart-style-2 .ab-cnter {
    position: relative;
}

.depart-style-2 .dep-sec-img {
    width: 50%;
}

.depart-style-2 .dep-sec-txt {
    width: 50%;
    padding-bottom: 50px;
}

.depart-style-2 .nav-tabs li.active a:before {
    display: none;
}

.depart-style-2 .nav-tabs {
    padding: 0px;
    float: left;
}

    .depart-style-2 .nav-tabs li a {
        letter-spacing: 0px;
        font-size: 16px;
    }

.depart-style-2 {
    padding-top: 80px;
}

    .depart-style-2 .tab-content {
        min-height: inherit;
    }


    
/* ======
07. Cards
   ====== */
.card {
    border: none;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }
}

.card-columns .card {
    margin-bottom: 30px;
}

/* ======
16. Tabs
   ====== */
/* =============
   Tabs & Accordions
============= */
.nav-tabs .nav-link, .nav-pills .nav-link {
    color: #2a3142;
    font-weight: 500;
}

.nav-tabs-custom {
    border-bottom: 2px solid #DDD;
}

.nav-tabs-custom .nav-item {
    position: relative;
}

.nav-tabs-custom .nav-item .nav-link {
    border: none !important;
    font-weight: 500;
}

.nav-tabs-custom > li > a {
    color: #2a3142;
}

.nav-tabs-custom > li > a::after {
    content: "";
    background: #2a7092;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.nav-tabs-custom > li > a.active::after, .nav-tabs-custom > li:hover > a::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.nav-tabs-custom > li > a.active {
    color: #2a7092 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #2a7092;
}

#accordion .card-header {
    border-bottom: 1px solid rgba(42, 49, 66, 0.05);
}
.card-size {
    max-height: 500px;
    min-height: 500px;
    padding-bottom: 0%
                
}
.btn-padding {
    padding: 8px 55px;
    font-size: 14px;
    line-height: 1.38;
}
.container-clinic {
    width: 1300px;
    max-width: 1320px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1310px) {
    .container-clinic {
        width: 1300px;
        max-width: 1320px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 1200px) {
    .container-clinic {
        width: 1170px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 922px) {
    .container-clinic {
        width: 920px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 789px) {
    .container-clinic {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 575px) {
    .container-clinic {
        width: 540px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}


   


