

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
img{
    width: 100%;
}
.sub_title {
    color: #146FD3;
    font-size: 24px;
    font-weight: 600;
}

.title {
    color: #010101;
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
}
.title span {
    color: #146FD3;
}
.des {
    color: #747474;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 0;
}
.more {
    background: linear-gradient(100deg, rgba(20,111,211,1) 0%, rgba(39,203,238,1) 100%);
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 13px 18px;
    border-radius: 5px;
    font-weight: 700;
    display: inline-flex;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    align-items: center;
}
.more:hover {
    background: linear-gradient(100deg, rgba(20, 111, 211, 1) 0%, rgb(22 119 214) 100%);
    color: #fff;
}
.more img {
    width: 8px;
    margin-left: 10px;
}


/* Header Sec */

.header_sec .t_header .des {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.header_sec .t_header {
    background: #146FD3;
    padding: 12px 0;
}
.header_sec.sticky .t_header {
    display: none;
}


.header_sec {
    background: #fff;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0;
}
.header_sec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slide-down 0.7s;
    opacity: 1;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0s;
    border-bottom: 1px solid #eaeaea;
}
@keyframes slide-down{
    0%{opacity:0;transform:translateY(-100%);} 
    50%{opacity:0;transform:translateY(-100%);} 
    100%{opacity:1;transform:translateY(0);} 
}



.header_sec .top_sec {
    background: #12B7E7;
    padding: 13px;
}

.header_sec .top_sec .container {
    display: flex;
    justify-content: space-between;
}

.header_sec .top_sec .left_sec a {
    color: #FDFDFD;
    text-decoration: none;
    margin-right: 14px;
    border-right: 1px solid #fff;
    padding-right: 14px;
    font-size: 20px;
}
.header_sec .top_sec .left_sec a i {
    margin-right: 14px;
}
.header_sec .top_sec .left_sec a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.header_sec .top_sec .social_sec .f_social_sec a {
    color: #fff;
    margin-left: 12px;
    font-size: 20px;
}

.header_sec .top_sec .social_sec .f_social_sec a:hover {
    color: #b3eeff;
}

.header_sec .container {
    position: relative;
}
.header_sec .logo {
    width: 140px;
}

.header_sec .nave_sec .nav_list {
    justify-content: center;
}
.header_sec .navbar {
    padding: 0;
}

.header_sec .nave_sec .navbar-nav li a {
    padding: 0 14px;
    color: #333333;
    font-size: 20px;
    line-height: 15px;
    border-right: 1px solid #333333;
}
.header_sec .nave_sec .navbar-nav li:last-child a {
    border-right: none;
    padding-right: 0;
}
.header_sec .nave_sec .navbar-nav li a.active, .header_sec .nave_sec .navbar-nav li a:hover {
    color: #27cbee;
}

.header_sec .nave_sec .navbar-nav li .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.header_sec .nave_sec .navbar-nav li .dropdown-menu li a {
    padding: 12px;
    border-right: none;
    border-bottom: 1px solid #d1d1d1;
    font-size: 16px;
}

.header_sec .nave_sec .navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: none;
}
.header_sec .nave_sec .navbar-nav li a:active {
    background: #fff;
}
.header_sec .nave_sec .appointment_btn {
    color: #fff;
    display: flex;
    background: linear-gradient(100deg, rgba(20,111,211,1) 0%, rgba(39,203,238,1) 100%);
    font-size: 24px;
    padding: 23px 24px;
    align-items: center;
    font-weight: 600;
    margin-left: 24px;
    text-decoration: none;
}
.header_sec .nave_sec .appointment_btn:hover {
    background: rgb(20,111,211);
}
.header_sec .nave_sec .appointment_btn img {
    width: 24px;
    margin-right: 10px;
}

.header_sec .nave_sec .navbar-nav {
    align-items: center;
}
/* Header Sec */

/*****===== Home Page =====*****/

/* Banner Sec */
.banner_sec {
    margin-top: 177px;
    /* height: 844px; */
    overflow: hidden;
}

/* .banner_sec .banner_photo {
    height: 844px;
}

.banner_sec .banner_photo img {
    height: 844px;
} */

.banner_sec .banner_slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 5px;
}

.banner_sec .banner_slider .owl-nav .owl-prev span {
    font-size: 30px;
    color: #fff;
}

.banner_sec .banner_slider .owl-nav .owl-prev:focus {
    outline: 0;
}

.banner_sec .banner_slider .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.banner_sec .banner_slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 5px;
}

.banner_sec .banner_slider .owl-nav .owl-next span {
    font-size: 30px;
    color: #fff;
}

.banner_sec .banner_slider .owl-nav .owl-next:focus {
    outline: 0;
}

.banner_sec .banner_slider .owl-nav .owl-next:hover {
    background: #000 !important;
}

.banner_sec .banner_slider:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.banner_sec .banner_slider:hover .owl-next {
    right: 0px;
    opacity: 1;
}

/* Banner Sec */


/* Doctor Sec */
.doctor_sec {
    background: url(../images/doctor_bg.png);
    text-align: center;
    padding: 120px 0;
}

.doctor_sec .title {
    margin-bottom: 100px;
}

.doctor_sec .doctor_content {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    box-shadow: 0px 9px 25px -4px rgb(225 225 225);
    -moz-box-shadow: 0px 9px 25px -4px rgb(225 225 225);
    -webkit-box-shadow: 0px 9px 25px -4px rgb(225 225 225);
    background: #fff;
}

.doctor_sec .doctor_content .doctor_photo {
    height: 225px;
    overflow: hidden;
    width: 18%;
    flex: 0 0 18%;
    overflow: hidden;
    position: relative;
}
.doctor_sec .doctor_content .doctor_photo img {
    height: 225px;
    object-fit: cover;
}

.doctor_sec .doctor_content .text_content {
    padding: 30px;
    text-align: left;
    width: 100%;
}
.doctor_sec .doctor_content .text_content .more {
    padding: 7px 10px;
    margin-top: 20px;
    text-transform: capitalize;
    margin-right: 10px;
}
.doctor_sec .doctor_content .text_content .more i {
    font-size: 15px;
    margin-right: 7px;
}
.doctor_sec .doctor_content .text_content .more.online {
    background: #fff;
    border: 1px solid #25beea;
    color: #1c95de;
}
.doctor_sec .doctor_content .text_content .more.online:hover {
    background: #1c95de;
    color: #fff;
}
.doctor_sec .doctor_content .text_content .treatment {
    font-size: 18px;
    font-weight: 400;
    margin: 8px auto 4px;
    line-height: 1.4;
    word-break: break-word;
}
.doctor_sec .doctor_content .text_content  .time {
    font-size: 16px;
    margin-bottom: 0;
    color: #787878;
    font-weight: 400;
}

.doctor_sec .doctor_content .doctor_photo .location {
    position: absolute;
    top: 10px;
    background: #fff;
    left: 6px;
    color: #25c3eb;
    padding: 3px 10px;
    font-size: 15px;
    border-radius: 5px;
}

.doctor_sec .doctor_content .doctor_photo .location i {
    font-size: 14px;
}

.doctor_sec .doctor_content .text_content .doctor_name {
    color: #20ade5;
    text-transform: capitalize;
    margin: 0;
    font-size: 24px;
}
.doctor_sec .doctor_content .text_content .doctor_name i {
    margin-right: 6px;
}
.doctor_sec .doctor_content .text_content .time i {
    margin-right: 3px;
}

.doctor_sec .doctor_slider .owl-nav.disabled {
    display: block;
}
.doctor_sec .doctor_slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 0;
    transition: all 0.4s ease-out;
    background: url(../images/doctor_l_arrow.png);
    width: 40px;
    cursor: pointer;
    height: 50px;
    display: block;
    z-index: 1000;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    overflow: hidden;
    bottom: 0;
    margin: auto;
}
.doctor_sec .doctor_slider .owl-nav .owl-prev span, .doctor_sec .doctor_slider .owl-nav .owl-next span {
    display: none;
}
.doctor_sec .doctor_slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 0%;
    bottom: 0;
    background: url(../images/doctor_r_arrow.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    width: 40px;
    cursor: pointer;
    height: 50px;
    display: block;
    z-index: 1000;
    margin: auto;
}
.doctor_sec .doctor_slider {
    padding: 0 70px;
}
/* Doctor Sec */

/* Appointment Sec */
.appointment_sec {
    background: linear-gradient(100deg, rgba(20,111,211,1) 0%, rgba(39,203,238,1) 100%);
    position: relative;
}
.appointment_sec:before {
    content: "";
    width: 51%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(../images/appointment_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0;
}
.appointment_sec .text_content {
    padding: 54px  0 55px 52%;
}

.appointment_sec .text_content .title {
    color: #fff;
    font-size: 54px;
    margin-bottom: 28px;
}
.appointment_sec .text_content .more {
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    padding: 18px 24px;
    background: #12B7E7;
    box-shadow: 0px 9px 25px -4px rgb(9 126 165);
    -moz-box-shadow: 0px 9px 25px -4px rgb(9 126 165);
    -webkit-box-shadow: 0px 9px 25px -4px rgb(9 126 165);
}

.appointment_sec .text_content .more img {
    width: 24px;
    margin: 0 10px 0 0;
}
.appointment_sec .text_content .more:hover {
    background: #46c9ef;
    box-shadow: none;
}
/* Appointment Sec */



/* About Sec */
.about_sec {
    padding: 180px 0 120px;
    background-position: top;
}

.about_sec .container {
    display: flex;
    flex-wrap: wrap;
}
.about_sec .about_photo {
    width: 46%;
    flex: 0 0 46%;
}


.about_sec .text_content {
    margin-left: 4%;
    width: 48%;
    flex: 0 0 48%;
}
.about_sec .text_content .title {
    margin-bottom: 30px;
}
.about_service {
    padding: 0;
    /* color: #000; */
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 20px;
}

.about_service li {
    display: flex;
    align-items: center;
    font-size: 20px;
    width: 48%;
    margin-bottom: 20px;
    color: #333333;
}

.about_service li img {
    width: 10px;
    margin-right: 15px;
}
.about_sec .text_content .more {
    margin-top: 30px;
}
/* About Sec */

/* Why Choose Sec */
.whychoose_sec {
    background: url(../images/why_choose_bg.png);
    text-align: center;
    padding: 120px  0;
}

.whychoose_sec .whychoose_content {
    background: #fff;
    box-shadow: 0px 9px 25px -4px rgb(225 225 225);
    border-radius: 10px;
    height: 100%;
}
.whychoose_sec .title {
    margin: 20px auto 60px;
}

.whychoose_sec .whychoose_content .icon {
    width: 50px;
    margin: auto;
    position: relative;
}

.whychoose_sec .whychoose_content .icon:after {
    content: "";
    background: #ccf6ff;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 18%;
    border-radius: 50%;
    top: -48%;
    z-index: 0;
}

.whychoose_sec .whychoose_content .icon img {
    position: relative;
    z-index: 1;
}

.whychoose_sec .whychoose_content .number {
    background: linear-gradient(100deg, rgba(20,111,211,1) 0%, rgba(39,203,238,1) 100%);
    width: 78px;
    height: 78px;
    color: #fff;
    border-radius: 10px 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}
.whychoose_sec .whychoose_content .number span {
    margin-right: 16px;
}
.whychoose_sec .whychoose_content .text_content {
    padding: 34px 18px;
}

/* Why Choose Sec */


/* Our Branch */
.our_branch {
    text-align: center;
    padding: 120px 0;
}
.our_branch .title {
    margin-bottom: 60px;
}
.our_branch .our_branch_contain .nav-tabs {
    justify-content: center;
    border-bottom: 3px solid #DADADA;
}



.our_branch .our_branch_contain .nav-tabs button {
    margin: 0 10px 0 !important;
    background: #C7C7C7;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    border-radius: 15px 15px 0 0;
    text-transform: capitalize;
    border: none;
    border-bottom: none;
}

.our_branch .our_branch_contain .nav-tabs button.active {
    margin: 0;
    background: linear-gradient(100deg, rgba(20,111,211,1) 0%, rgba(39,203,238,1) 100%);
    border-bottom: none;
}
.our_branch .our_branch_contain .nav-tabs button:hover {
    background: linear-gradient(100deg, rgba(20, 111, 211, 1) 0%, rgb(22 119 214) 100%);
}
.our_branch .our_branch_contain .tab-content {
    padding: 40px 15px 0;
}
.our_branch .our_branch_contain .tab-content .branch_content {
    border-radius: 15px;
    overflow: hidden;
}

.our_branch .our_branch_contain .tab-content .branch_content .branch_photo {
    height: 290px;
    overflow: hidden;
}

.our_branch .our_branch_contain .tab-content .branch_content .branch_photo img {
    height: 290px;
    object-fit: cover;
}
.our_branch .our_branch_contain .tab-content .branch_content .text_content {
    background: linear-gradient(100deg, rgba(20,111,211,1) 0%, rgba(39,203,238,1) 100%);
    padding: 14px 0;
}

.our_branch .our_branch_contain .tab-content .branch_content .text_content .branch_name {
    color: #fff;
    font-size: 24px;
    margin: 0;
}
/* Our Branch */


/* Service Sec */


.service_sec {
    background: url(../images/our_service_bg.png);
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.service_sec .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service_sec .title {
    margin-bottom: 50px;
}


.service_sec .text_content .title {
    margin-bottom: 30px;
}

.service_sec .text_content .des {
    font-size: 18px;
    line-height: 1.9;
}

.service_sec .service_left {
    width: 44%;
    flex: 0 0 44%;
}

.service_sec .service_icon {
    width: 38px;
    position: relative;
    margin-bottom: 34px;
}
.service_sec .service_icon img {
    position: relative;
    z-index: 1;
    margin-top: 17px;
    width: 40px;
}
.service_sec .service_icon:after {
    content: "";
    background: #ccf6ff;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 18%;
    border-radius: 50%;
    top: 0;
    z-index: 0;
}

.service_sec .service_content {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    box-shadow: 0px 9px 25px -4px rgb(208 229 235);
    -moz-box-shadow: 0px 9px 25px -4px rgb(208 229 235);
    -webkit-box-shadow: 0px 9px 25px -4px rgb(208 229 235);
}

.service_sec .service_photo {
    width: 48%;
    flex: 0 0 48%;
}

/* Service Sec */


/* Feedbacks Sec */
.feedbacks_sec {
    background: url(../images/feedback_city.png);
    padding: 160px  0 200px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center bottom;
}


.feedbacks_sec .feedbacks_content {
    background: #fff;
    box-shadow: 0px 9px 25px -9px rgb(207 207 207);
    border-radius: 10px;
    margin: 60px 10px 20px;
    position: relative;
    padding: 70px 20px 33px;
    text-align: left;
    /* min-height: 650px; */
}

.feedbacks_sec .feedbacks_content .top_sec {
    left: 0;
    display: flex;
    align-items: self-end;
    position: absolute;
    top: -29px;
    /* padding-bottom: 70px; */
    right: 0;
    padding: 0 20px;
}

.feedbacks_sec .feedbacks_content .top_sec .client_photo {
    width: 94px;
    margin-right: 20px;
}

.feedbacks_sec .feedbacks_content .top_sec .client_name {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
}

.feedbacks_sec .feedbacks_content .top_sec .client_name span {
    display: block;
    color: #146FD3;
    margin-bottom: 6px;
}

.feedbacks_sec .feedbacks_content .bottom_sec {
    margin-top: 24px;
}

.feedbacks_sec .feedbacks_content .bottom_sec img {
    width: 110px;
    margin-bottom: 10px;
}

.feedbacks_sec .feedbacks_content .bottom_sec .des {
    font-size: 18px;
    line-height: 1.8;
    height: 170px;
    overflow-y: scroll;
}


.feedbacks_sec .feedbacks_content .bottom_sec .des::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.feedbacks_sec .feedbacks_content .bottom_sec .des::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}

.feedbacks_sec .feedbacks_content .bottom_sec .des::-webkit-scrollbar-thumb
{
	background-color: #ddd;
	border: 1px solid #555555;
}

.feedbacks_sec .feedbacks_slider {
    padding: 0 80px;
}
.feedbacks_sec .feedbacks_slider .owl-nav.disabled {
    display: block;
}

.feedbacks_sec .feedbacks_slider  .owl-dots.disabled {
    display: block;
}
.feedbacks_sec .feedbacks_slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 0;
    transition: all 0.4s ease-out;
    background: url(../images/doctor_l_arrow.png);
    width: 40px;
    cursor: pointer;
    height: 50px;
    display: block;
    z-index: 1000;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    overflow: hidden;
    bottom: 0;
    margin: auto;
}
.feedbacks_sec .feedbacks_slider .owl-nav .owl-prev span {
    display: none;
}
.feedbacks_sec .feedbacks_slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 0%;
    bottom: 0;
    background: url(../images/doctor_r_arrow.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    width: 40px;
    cursor: pointer;
    height: 50px;
    display: block;
    z-index: 1000;
    margin: auto;
}
.feedbacks_sec .feedbacks_slider .owl-nav .owl-next span {
    display: none;
}
/* Feedbacks Sec */

/*****===== Home Page =====*****/


/*****===== Branceh Page =====*****/
.branceh_page .branceh_banner {
    background-color: #146FD3;
    margin-top: 194px;
    background-repeat: no-repeat;
    /* height: 330px; */
    position: relative;
    overflow: hidden;
}
.branceh_page .branceh_banner img {
    /* height: 330px; */
    object-fit: cover;
}
.branceh_page .branceh_banner .container {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    left: 0;
    right: 0;
}
.our_branch.doctor_sec .our_branch_contain .nav-tabs li button {
    font-size: 18px;
    padding: 7px 24px 5px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}
.branceh_page .branceh_banner .text_contain .title {
    color: #fff;
    font-size: 68px;
    margin: 0;
}

.branceh_page .branceh_sec {
    padding: 120px 0;
}
.branceh_page .branceh_sec .title {
    text-align: center;
    margin-bottom: 90px;
}


.branceh_page .branceh_sec .branch_content {
    margin-bottom: 40px;
}
.branceh_page .branceh_sec .container {
    max-width: 1000px;
}
.branceh_page .branceh_sec .branch_content .branch_address {
    border-radius: 15px;
    overflow: hidden;
}

.branceh_page .branceh_sec .branch_content .branch_address .branch_photo {
    height: 320px;
    overflow: hidden;
}

.branceh_page .branceh_sec .branch_content .branch_address .branch_photo img {
    height: 320px;
    object-fit: cover;
}

.branceh_page .branceh_sec .branch_content .text_content {
    background: linear-gradient(100deg, rgba(20,111,211,1) 0%, rgba(39,203,238,1) 100%);
    padding: 16px 15px;
    text-align: center;
}

.branceh_page .branceh_sec .branch_content .text_content .branch_name {
    color: #fff;
    text-align: center;
    font-size: 24px;
    display: block !important;
    width: 100%;
    border-right: none !important;
    padding: 0 0 11px !important;
}

.branceh_page .branceh_sec .branch_content .text_content .details_list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    padding: 0;
    margin-bottom: 18px;
}
.branceh_page .branceh_sec .branch_content .text_content .details_list li {
    display: flex;
    color: #fff;
    align-items: center;
    border-right: 1px solid #fff;
    padding: 0 10px;
    line-height: 18px;
}
.branceh_page .branceh_sec .branch_content .text_content .details_list li:last-child {
    border-right: none;
}
.branceh_page .branceh_sec .branch_content .text_content .details_list li.address {
    width: 90%;
    justify-content: center;
    align-items: self-start;
}
.branceh_page .branceh_sec .branch_content .text_content .details_list li.address i {
    margin: 11px 8px 0 0;
}
.branceh_page .branceh_sec .branch_content .text_content .details_list li .des {
    color: #fff;
}

.branceh_page .branceh_sec .branch_content .text_content .details_list li i {
    color: #fff;
    margin-right: 13px;
}

.branceh_page .branceh_sec .branch_content .text_content .details_list li a {
    color: #fff;
    text-decoration: none;
}
.branceh_page .branceh_sec .branch_content .text_content .more.appointment_btn {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    padding: 10px 15px;
    background: #12B7E7;
    box-shadow: 0px 9px 25px -4px rgb(9 126 165);
    -moz-box-shadow: 0px 9px 25px -4px rgb(9 126 165);
    -webkit-box-shadow: 0px 9px 25px -4px rgb(9 126 165);
    border-radius: 5px;
}

.branceh_page .branceh_sec .branch_content .text_content .more.appointment_btn img {
   margin: 0 10px 0 0;
   width: 18px;
}
.branceh_page .branceh_sec .branch_content .text_content .more.appointment_btn:hover {
    background: #46c9ef;
    box-shadow: none;
}
.branceh_page .branceh_sec .branch_content .location_sec {
    height: 360px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}
.branceh_page .branceh_sec.polyclinic_branceh {
    padding-top: 0;
}

.location_content .top_sec {
    background: linear-gradient(100deg, rgba(20,111,211,1) 0%, rgba(39,203,238,1) 100%);
    text-align: center;
    padding: 10px;
    border-radius: 15px 15px  0 0;
}

.location_content .top_sec .branch_name {
    color: #fff;
}

.location_content .top_sec .address {
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #fff; */
}

.location_content .top_sec .address i {
    color: #fff;
    font-size: 16px;
    margin-right: 6px;
}
.location_content .top_sec .address .des {
    color: #fff;
    font-size: 17px;
}

/*****===== Branceh Page =====*****/

/*****===== About Page =====*****/
.branceh_page .about_text_content .text_content {
    margin: 0;
    width: 100%;
    margin-top: 50px;
    flex: 0 0 100%;
}
/*****===== About Page =====*****/


/*****===== Contact Page =====*****/
.branceh_page .contact_sec .branch_address {
    box-shadow: 0px 9px 25px -4px rgb(225 225 225);
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.branceh_page .contact_sec {
    padding: 120px 0;
}
.branceh_page .contact_sec .container {
    max-width: 1000px;
}
.branceh_page .contact_sec .branch_address .address_contain {
    margin-right: 50px;
    width: 60%;
}

.branceh_page .contact_sec .branch_address .address_contain .text_contain .branch_name {
    color: #12b7e7;
    font-size: 22px;
}
.branceh_page .contact_sec .branch_address .address_contain .text_contain .branch_name i {
    margin-right: 6px;
    font-size: 20px;
}
.branceh_page .contact_sec .branch_address .more {
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 5px;
    margin-left: auto;
}

.branceh_page .contact_sec .title {
    text-align: center;
    margin-bottom: 30px;
}
.branceh_page .contact_sec .address_content {
    margin-bottom: 70px;
}
.branceh_page .contact_sec .address_content.contact_sec {
    padding: 0;
    margin: 0;
}

.branceh_page .contact_sec .address_content.contact_sec .branch_address .address_contain {
    width: 100%;
    margin: 0;
}

.branceh_page .contact_sec .address_content.contact_sec .branch_address .address_contain a {
    font-size: 24px;
    text-decoration: none;
    color: #010101;
}
.branceh_page .contact_sec .address_content.contact_sec .branch_address .address_contain a:hover {
   color: #27cbee;;
}
/*****===== Contact Page =====*****/

/*****===== Services Page =====*****/
.dental_services_sec {
    padding: 60px 0;
}

.dental_services_sec .service_list li {
    list-style-type: none;
    width: 23%;
    background: #fff;
    box-shadow: 0 8px 8px 0 rgb(171 171 171 / 50%);
    -moz-box-shadow: 0 8px 8px 0 rgb(171 171 171 / 50%);
    -webkit-box-shadow: 0 8px 8px 0 rgb(171 171 171 / 50%);
    padding: 10px;
    margin: 12px 10px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: #3c3838;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.dental_services_sec .service_list li:hover {
    background: #f9f9f9;
    
}
.dental_services_sec .service_list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.dental_services_sec .service_list li span {
    display: block;
    text-align: center;
    width: 100%;
}
/*****===== Services Page =====*****/


/* Footer Sec */
.footer-wrapper .footer_sec .f_content.f_about_sec .f_logo {
    display: block;
    width: 140px;
    margin-bottom: 30px;
}
.footer-wrapper .footer_sec .f_content.quick_link {
    padding-left: 40px;
}
.footer-wrapper .footer_sec .f_content.f_about_sec .f_logo img {
    width: 170px;
}
.footer-wrapper .footer_sec {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(77,212,241,1) 100%);
    padding: 60px 0;
}
.footer-wrapper .footer_sec .f_title {
    font-size: 30px;
    margin-bottom: 28px;
    color: #021929;
    position: relative;
    padding-bottom: 18px;
}
.footer-wrapper .footer_sec .f_title:after {
    content: "";
    background: #021929;
    position: absolute;
    bottom: 0;
    width: 30%;
    left: 0;
    height: 3px;
}
.footer-wrapper .footer_sec .f_list {
    padding: 0;
}

.footer-wrapper .footer_sec .f_list li {
    list-style-type: none;
    margin-bottom: 20px;
}

.footer-wrapper .footer_sec .f_list li a {
    color: #54595F;
    text-decoration: none;
    font-size: 20px;
}
.footer-wrapper .footer_sec .f_list li a:hover {
    color: #27cbee;
}
.footer-wrapper .footer_sec .f_list li a img {
    width: 19px;
    margin-right: 20px;
}
.footer-wrapper .footer_sec .f_content .des {
    color: #54595F;
    line-height: 31px;
    font-size: 18px;
    margin: 0;
}
.footer-wrapper .footer_sec .f_content .f_social_sec a {
    margin-right: 10px;
}
.footer-wrapper .footer_sec .f_contact_content {
    display: flex;
    margin-bottom: 16px;
}
.footer-wrapper .footer_sec .f_contact_content i {
    margin-top: 6px;
    margin-right: 20px;
    color: #54595F;
    font-size: 20px;
}
.footer-wrapper .footer_sec .f_contact_content a {
    color: #54595F;
    text-decoration: none;
    font-size: 20px;
}

.footer-wrapper .footer_sec .f_content .f_social_sec a i {
    color: #54595F;
    font-size: 24px;
}
.footer-wrapper .footer_sec .f_content .f_social_sec a i:hover, .footer-wrapper .footer_sec .f_contact_content a:hover {
    color: #27cbee;
}

.footer-wrapper .footer_bottom {
    background: #3BC0DD;
    text-align: center;
    padding: 14px 0;
}

.footer-wrapper .footer_bottom .des {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
/* Footer Sec */















 /*=============== Start Responsive css ===============*/

 
/* 1800px */
@media screen and (max-width: 1800px) {

    /*****===== Home Page =====*****/
    /* .banner_sec {
        height: 744px;
    }
    .banner_sec .banner_photo, .banner_sec .banner_photo img {
        height: 744px;
    } */
    .our_branch .our_branch_contain .tab-content .branch_content .branch_photo, .our_branch .our_branch_contain .tab-content .branch_content .branch_photo img  {
        height: 400px;
    }
    /*****===== Home Page =====*****/

  
}


/* 1600px */
@media screen and (max-width: 1600px) {

    .container {
        max-width: 1200px;
    }
    /*****===== Home Page =====*****/
    /* .banner_sec .banner_photo, .banner_sec .banner_photo img {
        height: 664px;
    } */
    .whychoose_sec .whychoose_content .text_content .whychoose_title {
        font-size: 20px;
    }
    .doctor_sec .doctor_content .text_content {
        padding: 24px;
    }
    .doctor_sec .doctor_content .doctor_photo, .doctor_sec .doctor_content .doctor_photo img {
        height: 200px;
    }
    .about_sec .about_photo {
        width: 40%;
        flex: 0 0 40%;
    }
    .about_sec .text_content {
        width: 54%;
        flex: 0 0 54%;
    }
    .service_sec .service_left {
        width: 48%;
        flex: 0 0 48%;
    }
    .service_sec .service_photo {
        width: 48%;
        flex: 0 0 48%;
    }
    .our_branch .our_branch_contain .tab-content .branch_content .branch_photo, .our_branch .our_branch_contain .tab-content .branch_content .branch_photo img {
        height: 366px;
    }
    .our_branch.doctor_sec .our_branch_contain .nav-tabs li button {
        padding: 7px 22px 5px;
    }
    /*****===== Home Page =====*****/

    /*****===== About Page =====*****/
    .branceh_page .branceh_banner, .branceh_page .branceh_banner img  {
        height: 280px;
    }
    /*****===== About Page =====*****/


    /*****===== Branceh Page =====*****/
    .location_content .top_sec .address .des {
        color: #fff;
        font-size: 18px;
    }
     /*****===== Branceh Page =====*****/

    
}


/* 1400px */
@media screen and (max-width: 1400px) {

    .container {
        max-width: 1100px;
    }
  
    /*****===== Home Page =====*****/
    /* .banner_sec, .banner_sec .banner_photo, .banner_sec .banner_photo img {
        height: 560px;
    } */
    .whychoose_sec .whychoose_content .text_content .des {
        line-height: 1.5;
    }
    .our_branch .our_branch_contain .tab-content .branch_content .branch_photo, .our_branch .our_branch_contain .tab-content .branch_content .branch_photo img {
        height: 334px;
    }
    .our_branch .our_branch_contain .tab-content .branch_content .text_content {
        padding: 20px 10px;
    }
    .our_branch.doctor_sec .our_branch_contain .nav-tabs li button {
        padding: 7px 17px 5px;
    }
    /*****===== Home Page =====*****/

    /*****===== Doctors Page =====*****/
    /* .our_branch.doctor_sec .our_branch_contain .nav-tabs li button {
        padding: 7px 20px 5px;
    } */
    .doctor_sec .doctor_content .text_content .doctor_name {
        font-size: 24px;
    }
    .doctor_sec .doctor_content .doctor_photo, .doctor_sec .doctor_content .doctor_photo img {
        height: 186px;
    }
    .doctor_sec .doctor_content .text_content .more {
        padding: 5px 10px;
        margin-top: 12px;
    }
    /*****===== Doctors Page =====*****/

    /*****===== Branceh Page =====*****/
    .location_content .top_sec {
        padding: 15px 10px;
    }
    .location_content .top_sec .address i {
        font-size: 16px;
        margin-right: 10px;
    }
    .location_content .top_sec .address .des {
        font-size: 17px;
    }
    /*****===== Branceh Page =====*****/

   
}


/* 1200px */
@media screen and (max-width: 1200px) {

   
    /*****===== Home Page =====*****/
    /* .banner_sec, .banner_sec .banner_photo, .banner_sec .banner_photo img {
        height: 420px;
    } */
   
    .appointment_sec:before {
        width: 50%;
    }
    .appointment_sec .text_content .title {
        font-size: 40px;
    }
    .appointment_sec .text_content .more {
        font-size: 22px;
        padding: 12px 16px;
    }
    .appointment_sec .text_content {
        padding: 40px  0 40px 52%;
    }
    .whychoose_sec {
        padding: 100px  0;
    }
    .whychoose_sec .whychoose_content .text_content .whychoose_title {
        font-size: 20px;
        word-wrap: break-word;
    }
    .whychoose_sec .whychoose_content .text_content .des {
        font-size: 18px;
    }
    .our_branch .our_branch_contain .tab-content .branch_content .branch_photo, .our_branch .our_branch_contain .tab-content .branch_content .branch_photo img {
        height: 244px;
    }
    .our_branch .our_branch_contain .tab-content .branch_content .text_content {
        padding: 24px 0;
    }
    .our_branch {
        text-align: center;
        padding: 90px 0 70px;
    }
    .service_sec .service_photo {
        width: 40%;
        flex: 0 0 40%;
    }
    .service_sec .service_left {
        width: 56%;
        flex: 0 0 56%;
    }
    .our_branch.doctor_sec .our_branch_contain .nav-tabs li button {
        padding: 7px 11px 5px;
    }
    /*****===== Home Page =====*****/

    /*****===== About Page =====*****/
    .branceh_page .branceh_banner, .branceh_page .branceh_banner img {
        height: 220px;
    }
    /*****===== About Page =====*****/


    /*****===== Branceh Page =====*****/
    .our_branch .our_branch_contain .tab-content .branch_content .branch_photo, .our_branch .our_branch_contain .tab-content .branch_content .branch_photo img {
        height: 280px;
    }
    /*****===== Branceh Page =====*****/


    
    /*****===== Doctors Page =====*****/
    .our_branch.doctor_sec .our_branch_contain .nav-tabs li button {
        padding: 5px 11px 4px;
    }
    .branceh_page .branceh_sec .branch_content .text_content {
        padding: 30px 10px;
    }
    .location_content .top_sec .address .des {
        font-size: 15px;
    }
    .branceh_page .branceh_sec .branch_content .branch_address .branch_photo {
        height: 450px;
    }
    .branceh_page .branceh_sec .branch_content .branch_address .branch_photo img {
        height: 450px;
    }
    .branceh_page .branceh_sec .branch_content .location_sec {
        height: 510px;
    }
    .branceh_page .branceh_sec .branch_content .text_content .details_list li {
        padding: 0 8px;
    }
    .branceh_page .branceh_sec .branch_content .text_content .branch_name {
        font-size: 20px;
    }
    .branceh_page .branceh_sec .branch_content .text_content .details_list li i {
        margin-right: 5px;
        font-size: 14px;
    }
    .doctor_sec .doctor_content .doctor_photo, .doctor_sec .doctor_content .doctor_photo img {
        height: 166px;
    }
    .doctor_sec .doctor_content .text_content {
        padding: 16px 28px;
    }
    .doctor_sec .doctor_content .text_content .doctor_name {
        font-size: 22px;
    }
  
    .doctor_sec .doctor_content .text_content .treatment {
        font-size: 16px;
    }
    .doctor_sec .doctor_content .text_content .more {
        padding: 5px 10px;
        margin-top: 14px;
        font-size: 18px;
    }
    /*****===== Doctors Page =====*****/
    
    
    /*****===== Services Page =====*****/
    .dental_services_sec .service_list li {
        width: 23%;
        padding: 10px;
        margin: 12px 9px;
    }
    /*****===== Services Page =====*****/
    
}


/* 991px */
@media only screen and (max-width: 991px) {

    .header_sec .nave_sec .navbar-nav li a {
        padding: 0 10px;
        font-size: 16px;
    }
    .header_sec .nave_sec .navbar-nav li a.appointment_btn {
        font-size: 22px;
        padding: 23px 16px;
    }
    
    .header_sec .nave_sec .appointment_btn img {
        width: 18px;
        margin-right: 8px;
    }
    .header_sec .logo {
        width: 100px;
    }
    .header_sec .nave_sec .appointment_btn {
        font-size: 20px;
        padding: 20px 12px;
        margin-left: 10px;
    }
      
    .title {
        font-size: 38px;
    }
    /*****===== Home Page =====*****/
    .banner_sec {
        margin-top: 215px;
    }
    /* .banner_sec, .banner_sec .banner_photo, .banner_sec .banner_photo img {
        height: 330px;
    } */

    .doctor_sec .doctor_content .doctor_photo, .doctor_sec .doctor_content .doctor_photo img {
        height: 290px;
    }
   
    .appointment_sec .text_content .title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .about_sec {
        padding: 110px 0 90px;
    }
    .about_sec .text_content .title {
        margin-bottom: 20px;
        font-size: 38px;
    }
    .about_service li {
        font-size: 20px;
        width: 100%;
    }
    .whychoose_sec .row {
        justify-content: center;
    }
    .our_branch .our_branch_contain .tab-content .branch_content .text_content {
        padding: 14px 0;
    }
    .service_sec .container {
        justify-content: center;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .service_sec .service_photo {
        width: 48%;
        flex: 0 0 48%;
        margin: 0 auto 30px;
    }
    .service_sec .service_left {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 40px;
    }
    .service_sec .service_left {
        width: 100%;
        flex: 0 0 100%;
    }
    .service_sec .service_left .sub_title {
        text-align: center;
    }
    .service_sec .title {
        margin-bottom: 50px;
        text-align: center;
    }
    .feedbacks_sec .feedbacks_slider {
        padding: 0 70px;
    }
    .our_branch .our_branch_contain .tab-content .branch_content .branch_photo, .our_branch .our_branch_contain .tab-content .branch_content .branch_photo img {
        height: 224px;
    }
    /*****===== Home Page =====*****/

    /*****===== About Page =====*****/
    .branceh_page .branceh_banner {
        margin-top: 215px;
    }
    .branceh_page .branceh_banner, .branceh_page .branceh_banner img {
        height: 180px;
    }
    .branceh_page .branceh_banner .text_contain .title {
        font-size: 58px;
    }
    /*****===== About Page =====*****/


    /*****===== Doctor Page =====*****/
    

    .our_branch.doctor_sec .doctor_content .doctor_photo, .our_branch.doctor_sec .doctor_content .doctor_photo img {
        height: auto;
        height: 130px;
    }
  
    .our_branch.doctor_sec .doctor_content .text_content {
        padding: 14px 24px;
    }
    .doctor_sec .doctor_content .text_content .doctor_name {
        font-size: 18px;
    }
    .our_branch .our_branch_contain .nav-tabs {
        justify-content: normal;
    }
    .our_branch .our_branch_contain .nav-tabs li {
        margin: 0 2px;
    }
    .our_branch.doctor_sec .our_branch_contain .nav-tabs li button {
        padding: 5px 3px 3px;
        font-size: 14px;
        width: 100%;
    }
    .doctor_sec .doctor_content .text_content .more {
        padding: 5px 10px;
        margin-top: 10px;
        font-size: 16px;
    }
    .doctor_sec .doctor_content .text_content .doctor_name {
        font-size: 16px;
    }
    .doctor_sec .doctor_content .text_content .treatment {
        font-size: 15px;
    }
    .doctor_sec .doctor_content .text_content .more {
        padding: 5px 10px;
        margin-top: 10px;
        font-size: 16px;
    }
    .our_branch.doctor_sec .doctor_content .doctor_photo {
        width: 20%;
        flex: 0 0 20%;
    }
    .our_branch.doctor_sec .doctor_content .doctor_photo, .our_branch.doctor_sec .doctor_content .doctor_photo img {
        height: 144px;
    }
    /*****===== Doctor Page =====*****/

    /*****===== Contact Page =====*****/
    .branceh_page .contact_sec .branch_address {
        flex-direction: column;
    }
    .branceh_page .contact_sec .branch_address .address_contain {
        margin: 0;
        width: 100%;
    }
    .branceh_page .contact_sec .branch_address .address_contain .text_contain .branch_name i {
        margin: 0 auto 12px;
        font-size: 28px;
        display: block;
    }
    .branceh_page .contact_sec .branch_address .more {
        margin: 0;
    }
    .branceh_page .contact_sec .branch_address .address_contain .text_contain {
        text-align: center;
        margin-bottom: 12px;
    }
    /*****===== Contact Page =====*****/

    /*****===== Branceh Page =====*****/
    .branceh_page .branceh_sec .branch_content .text_content .details_list li.branch_name {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
        line-height: 1.5;
    }
    /*****===== Branceh Page =====*****/


     /*****===== Branceh Page =====*****/
     .branceh_page .branceh_sec {
        padding: 80px 0 40px;
    }
    .branceh_page .branceh_sec .title {
        margin-bottom: 50px;
    }
    .branceh_page .branceh_sec .branch_content .branch_address .branch_photo {
        height: 300px;
    }
    .branceh_page .branceh_sec .branch_content .branch_address .branch_photo img {
        height: 300px;
    }
    .branceh_page .branceh_sec .branch_content .location_sec {
        height: 380px;
    }
    .branceh_page .branceh_sec .branch_content .text_content .details_list li.branch_name {
        width: 100%;
        padding: 0;
        margin-bottom: 18px;
        line-height: 1.5;
        display: block;
        border: none;
    }
    .location_content .top_sec .address {
        flex-direction: column;
    }
    .location_content .top_sec .address i {
        font-size: 18px;
        margin: 0 auto 5px;
        display: block;
    }
    
   
    /*****===== Branceh Page =====*****/
    
    /*****===== Service Page =====*****/
    .branceh_page.dental_services_page .title {
        font-size: 38px !important;
    }
    .dental_services_sec {
        padding: 30px 0;
    }
    .dental_services_sec .service_list li {
        width: 31%;
        padding: 11px;
        margin: 12px 8px;
    }
    /*****===== Service Page =====*****/
   

   



    /* Footer Sec */
    .footer-wrapper .footer_sec .f_content.f_about_sec .f_logo {
        margin: 0 auto 30px;
    }
    .footer-wrapper .footer_sec .f_content.f_about_sec {
        text-align: center;
        margin-bottom: 70px;
    }
    .footer-wrapper .footer_sec .f_content.quick_link {
        padding-left: 0;
    }
    /* Footer Sec */
   
   
}




/* 767px */
@media only screen and (max-width: 767px) {

    .title {
        font-size: 34px;
    }

    /* Header Sec */
    .header_sec .t_header .des {
        font-size: 16px;
        line-height: 1.8;
    }
    .header_sec.sticky {
        border-bottom: 1px solid #dbdbdb;
    }
    .header_sec .top_sec .left_sec a {
        font-size: 16px;
        line-height: 18px;
    }
    .header_sec .top_sec .container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
    }
    .header_sec .navbar {
        padding: 0;
    }
    .header_sec .navbar-toggler {
        background: #12b7e7;
        border: none;
        border-radius: 3px;
        padding: 0;
        width: 40px;
        height: 34px;
        /* float: right; */
        margin-left: auto;
    }

    .header_sec .nave_sec .appointment_btn {
        font-size: 20px;
        padding: 12px 14px;
        margin-left: 10px;
    }
    .header_sec .nave_sec .appointment_btn span {
        display: none;
    }
    .header_sec .nave_sec .appointment_btn img {
        width: 24px;
        margin: 0;
    }
    .header_sec .navbar-toggler:focus {
        box-shadow: none;
    }
    .header_sec .navbar-toggler span i {
        color: #fff;
    }

    
    .header_sec .navbar .nave_sec .nav_list {
        display: block;
        position: fixed;
        z-index: 1;
        background: #146fd3;
        height: 100vh;
        top: 0;
        width: 64%;
        right: -64%;
        transition: all 0.3s ease-in-out;
        -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;
        overflow: scroll;
    }
    .header_sec .navbar .nave_sec .nav_list.show .navbar-nav, .header_sec .navbar .nave_sec .nav_list.navbar-collapse.show {
        right: 0;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li {
        width: 100%;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li a {
        color: #fff;
        margin: 0;
        padding: 8px;
        border-bottom: 1px solid #7c89f7;
        padding: 10px 13px;
        line-height: 1.5;
        border-right: none;
    }
    .header_sec .nave_sec .navbar-nav li:last-child a {
        border-bottom: 1px solid #7c89f7 !important;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li a.active {
        color: #abb4ff;
    }
    .header_sec .top_sec .left_sec {
        display: flex;
        justify-content: center;
        margin-bottom: 8px;
    }
    .header_sec .top_sec .social_sec .f_social_sec {
        text-align: center;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li.dropdown .dropdown-menu li a {
        background: #1123bf;
    }
   
     /* Header Sec */


    
    /*****===== Home Page =====*****/
    .banner_sec {
        margin-top: 212px;
    }
    .our_branch .our_branch_contain .nav-tabs {
        justify-content: center;
    }
   /* .banner_sec, .banner_sec .banner_photo, .banner_sec .banner_photo img {
        height: 224px;
    } */
    .doctor_sec {
        padding: 70px 0;
    }
    .doctor_sec .title {
        margin-bottom: 30px;
    }
    .doctor_sec .doctor_slider {
        padding: 0 50px;
    }
    .doctor_sec .doctor_content .doctor_photo, .doctor_sec .doctor_content .doctor_photo img {
        height: 270px;
    }
    .doctor_sec .doctor_content .text_content .doctor_name {
        font-size: 16px;
    }
    .appointment_sec:before {
       display: none;
    }
    .appointment_sec .text_content {
        padding: 24px;
    }
    .appointment_sec .text_content {
        padding: 24px;
        text-align: center;
    }
    .about_sec {
        padding: 80px 0 80px;
    }
    .about_sec .container {
        flex-direction: column;
        justify-content: center;
    }
    .about_sec .about_photo {
        width: 70%;
        flex: 0 0 70%;
        margin: auto;
    }
    .about_sec .text_content {
        width: 100%;
        flex: 0 0 100%;
        margin: 50px auto 0;
        text-align: center;
    }
    .about_sec .text_content .title {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .whychoose_sec {
        padding: 100px  0 70px;
    }
    .whychoose_sec .title {
        margin: 20px auto 50px;
    }
    
    .whychoose_sec .whychoose_content {
        margin: 0 30px;
    }
    .our_branch {
        text-align: center;
        padding: 70px 0 40px;
    }
    .our_branch .our_branch_contain .nav-tabs li {
        margin: 0 auto 14px;
        width: 100%;
    }
    .our_branch .our_branch_contain .nav-tabs li button {
        border-radius: 10px;
        width: 100%;
    }
    .service_sec {
        padding: 70px 0;
    }
    .service_sec {
        padding: 80px 0;
    }
    .service_sec .service_photo {
        width: 80%;
        flex: 0 0 80%;
        margin: 0 auto 30px;
    }
    .service_sec .service_content {
        text-align: center;
    }
    .our_branch .title {
        margin-bottom: 30px;
    }
    .service_sec .service_icon {
        margin: 0 auto 40px;
    }
    .service_sec .service_icon:after {
        left: 0;
        right: 0;
        margin: auto;
    }
    .feedbacks_sec .feedbacks_content .top_sec {
        justify-content: center;
    }
    .feedbacks_sec .feedbacks_slider {
        padding: 0 15px;
    }
    .feedbacks_sec .feedbacks_content .bottom_sec {
        text-align: center;
    }
    .feedbacks_sec .feedbacks_content .bottom_sec img {
        margin: 0 auto 20px;
    }
    .feedbacks_sec .feedbacks_slider .owl-nav .owl-prev {
        left: 0;
        width: 30px;
    }
    .feedbacks_sec .feedbacks_slider .owl-nav .owl-next {
        right: 0;
        width: 30px;
    }
    .our_branch .our_branch_contain .tab-content .branch_content .branch_photo, .our_branch .our_branch_contain .tab-content .branch_content .branch_photo img {
        height: auto;
    }
    /*****===== Home Page =====*****/

    /*****===== About Page =====*****/
    .branceh_page .branceh_banner {
        margin-top: 212px;
    }
    .branceh_page .branceh_banner, .branceh_page .branceh_banner img {
        height: 130px;
    }
    .branceh_page .branceh_banner .text_contain {
        display: block;
        width: 100%;
        text-align: center;
    }
    .branceh_page .branceh_banner .text_contain .title {
        font-size: 48px;
    }
    /*****===== About Page =====*****/


    /*****===== Branceh Page =====*****/
    .branceh_page .branceh_sec .branch_content .branch_address {
        border-radius: 15px 15px 0 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .location_content .top_sec {
        border-radius: 0;
    }
    .branceh_page .branceh_sec .branch_content .branch_address .branch_photo, .branceh_page .branceh_sec .branch_content .branch_address .branch_photo img {
        height: auto;
    }
    .branceh_page .branceh_sec .branch_content .location_sec {
        height: 300px;
        border-radius: 0 0 15px 15px;
    }
    .branceh_page .branceh_sec {
        padding: 70px 0;
    }
    .branceh_page .branceh_sec .title {
        margin-bottom: 40px;
    }
    .doctor_sec .doctor_content {
        flex-direction: column;
    }
    /*****===== Branceh Page =====*****/


    /*****===== Doctor Page =====*****/
    .our_branch.doctor_sec .our_branch_contain .nav-tabs li button {
        border-radius: 5px;
        margin: 0 !important;
    }
    .our_branch.doctor_sec .our_branch_contain li {
        width: 31%;
        margin: 4px 3px;
    }
    .our_branch.doctor_sec .doctor_content .doctor_photo, .our_branch.doctor_sec .doctor_content .doctor_photo img {
        height: 446px;
        width: 100%;
    }
    .our_branch.doctor_sec .doctor_content .text_content {
        padding: 14px;
        text-align: center;
    }
    /*****===== Doctor Page =====*****/
    
    /*****===== Dental Services Page =====*****/
    .dental_services_sec .service_list li {
        width: 100%;
        height: 60px;
    }
    .dental_services_sec {
        padding: 30px 0;
    }
    .dental_services_sec .service_list li span {
        text-align: left;
    }
    
    /*****===== Dental Services Page =====*****/

   
   

    .footer-wrapper .footer_contact_sec .container {
        padding: 30px 12px;
        flex-direction: column;
    }
    .footer-wrapper .footer_contact_sec .f_logo {
        width: 28%;
        margin-bottom: 20px;
    }
    .footer-wrapper .footer_contact_sec .f_contact {
        align-items: start;
    }
    .footer-wrapper .footer_contact_sec .f_contact .phone_icon {
        width: 34px;
        margin-right: 22px;
    }
    .footer-wrapper .footer_sec .f_content.f_about_sec {
        text-align: center;
    }
    .footer-wrapper .footer_sec .f_title {
        text-align: center;
    }
    .footer-wrapper .footer_sec .f_list {
        text-align: center;
    }
    .footer-wrapper .footer_sec .f_social_sec {
        text-align: center;
    }
    .footer-wrapper .footer_sec .f_title:after {
        bottom: 0;
        width: 20%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .footer-wrapper .footer_sec .f_contact_content {
        justify-content: center;
    }
}


/* 480px */
@media only screen and (max-width: 480px) {
    

    /*****===== Home Page =====*****/
    .our_branch.doctor_sec .doctor_content .doctor_photo, .our_branch.doctor_sec .doctor_content .doctor_photo img {
        height: 316px;
    }
    .our_branch .our_branch_contain .nav-tabs button {
        margin: 0 10px 0 !important;
        font-size: 19px;
        border-radius: 15px 15px 0 0;
        padding: 4px 13px;
    }
    /* .banner_sec, .banner_sec .banner_photo, .banner_sec .banner_photo img {
        height: 166px;
    } */
    /*****===== Home Page =====*****/
    
}
 /*=============== End Responsive css ===============*/
