/*
 Theme Name:     Ambai
 Theme URI:      
 Description:    Ambai Theme
 Author:         Ambai
 Author URI:     https://www.Project name.com
 Template:       Divi
 Version:        1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Poppins', sans-serif !important;
}
.fix_width{
    width: 1600px !important;
    margin: auto !important;
}
.no_padding{
    padding: 0 !important;
}
.fix_padding{
    padding: 80px 0 !important;
}
.et_animated {
    opacity: 1 !important;
}
div#main-content {
    margin-top: 140px ;
}
.padding_section{
    padding: 0 !important;
}
.btn_left .site_button {
    margin-top: 10px;
    margin-left: 0;
}

.site_title {
    font-size: 40px;
    text-transform: uppercase;
    color: #39609e;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 1;
}
.site_content {
    color: #000;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
}
.site_inner_title {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
}
/*------------scroll------------*/
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #5ab146; 
}
::-webkit-scrollbar-thumb:hover {
  background: #5ab146; 
}

::-webkit-scrollbar:horizontal{
  height: 3px;
  background-color: #5ab146;
}
::-webkit-scrollbar-thumb:horizontal{
    background: #f1f1f1;
}
/*------------end scroll------------*/
/*-------banner section-----------*/
.ab_banner_row{
    padding: 0 !important;
}
.ab_banner_col .et_pb_slide {
    height: 750px;
    width: 100% !important;
    background-size: cover !important;
    padding: 0 !important;
}
.et_pb_slide_description {
    text-align: left;
}
.ab_banner_title {
    font-size: 45px;
    color: #377ab7;
    font-weight: 700;
    text-transform: uppercase;
    width: 50%;
    line-height: 1.2;
    text-shadow: none;
}
.ab_banner_col .et_pb_slide::before,.ab_team_section::before {
    content: "";
    position: absolute;
	background: url(../../../wp-content/uploads/2022/06/g-line_1.gif) no-repeat;
    width: 300px;
    height: 64px;
    background-size: contain;
    left: 0;
    bottom: -18px;
    z-index: 9999;
}
.ab_banner_col{
    overflow: visible !important;
}
.ab_banner_button.btn_left {
    text-shadow: none;
}
.et-pb-slider-arrows a {
    background: #5ab146;
}
.ab_banner_col  .et_pb_container.clearfix {
    display: flex;
    height: 100%;
}
.ab_banner_col .et_pb_slides .et_pb_slider_container_inner {
    margin: auto;
}
.et-pb-slider-arrows {
    display: none;
}
.et-pb-controllers a {
    width: 30px;
    height: 7px;
    background-color: #395f9e;
    opacity: 1;
}
.et-pb-controllers .et-pb-active-control {
    background-color: #5ab146;
}
.ab_banner_col .ab_banner_title{
    color: #fff !important;
}
.ab_banner_col .site_button {
    background: #fff;
    color: #000;
    border: 1px solid #ffffff;
}
/*-------end banner section-----------*/
/*----------------about section---------------*/
.am_about_image_col span:before, .am_about_image_col span:after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.6s ease 0.3s;
}
.am_about_image_col span:before {
    border-left: 2px solid #5ab146;
    border-top: 2px solid #5ab146;
    top: 19px;
    left: 19px;
    z-index: 1;
}
.am_about_image_col span:after {
    border-bottom: 2px solid #5ab146;
    border-right: 2px solid #5ab146;
    bottom: 19px;
    right: 19px;
}
.ab_about_row :hover .am_about_image_col span:before, .ab_about_row :hover .am_about_image_col span:after {
    opacity: 1;
    transform: scale(1);
}
.ab_about_row {
    padding: 100px 300px !important;
    display: flex;
    align-items: center;
}
.ab_about_row_col_two {
    padding-left: 45px;
}
.ab_about_row_col_one {
    position: relative;
}
.ab_about_row_col_one::after {
    content: "";
    position: absolute;
    background: #377ab7;
    height: 80%;
    width: 100%;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.ab_about_title_col_mob{
    display: none;
}
.ab_about_section::before,.ab_dia_tre_section::before{
    content: "";
    position: absolute;
    background: url(../../../wp-content/uploads/2022/06/b-line_1.gif) no-repeat;
	width: 155px;
    height: 50px;
    background-size: contain;
    right: 0;
    bottom: 10%;
}
.am_about_image_col img {
    width: 90% !important;
    height: 100%;
    object-fit: contain;
}
.ab_about_content.site_content span {
    display: block;
    padding-bottom: 10px;
}
/*----------------end about section---------------*/
/*---------our team----------------*/
.ab_team_section::before {
    bottom: 90px !important;
}
.ab_team_row {
    padding: 170px 300px 100px !important;
}
.ab_team_right_web{
    display: none;
}
.ab_team_inner_box {
    display: flex;
    align-items: center;
    gap: 35px;
}
.ab_team_left {
    width: 60%;
}
.ab_team_right {
    width: 40%;
}
.ab_team_content.site_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-transform: capitalize;
}
.ab_team_inner_box {
    border: 1px solid #f2f2f2;
    background: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px 10px 50px;
    padding: 10px 60px 50px 60px;
}
.ab_team_image img {
    width: 100%;
    height: 585px;
    object-fit: contain;
}
.ab_team_title {
    padding-bottom: 40px;
}
.ab_team_right.ab_team_right_mob {margin-top: -200px;}
.ab_team_box {padding-top: 200px;}
.ab_team_block {margin-top: -200px;}
.bk_team_social_box a:hover {
    color: #5ab146;
}
.bk_team_social_box a {
    font-size: 25px;
    color: #000;
    transition: 1s;
}
.bk_team_social_box {
    padding: 12px 20px 12px 0;
}
.ab_team_social{display: flex;}
.slick-prev:before, .slick-next:before{
    display: none !important;
}
.slick-arrow {
    background: #5ab146;
    width: 60px;
    height: 60px;
    z-index: 1;
    display: flex;
    margin: auto;
    justify-content: center;
    transition: 1s;
    top: 60%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    color: white;
    background: -webkit-linear-gradient( 0deg, rgb(56,97,159) 0%, rgb(51,147,207) 100%);
    transition: 1s;
}
.slick-prev {left: -100px;}
.slick-next {right: -100px;}
.slick-arrow img {
    width: 100%;
    height: 30px;
    object-fit: contain;
    margin: auto;
}
.slick-prev img {
    transform: rotate(180deg);
}
/*---------end our team----------------*/
/*------------book your_appointment-----------*/
.ab_book_app_row{
    padding: 110px 0 !important;
}
.ab_book_app_section::before {
    content: "";
    position: absolute;
    background: #377ab7f2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ab_book_app_col_box {
    background: #fff;
    width: 60%;
    margin: auto;
    padding: 70px;
    text-align: center;
}
.ab_book_app_box {padding: 20px 0 0;}
.ab_book_app_12 {
    display: flex;
    width: 100%;
    gap: 40px;
    padding-bottom: 30px;
}
.ab_book_app_6 {
    width: 100%;
    display: flex;
    align-items: end;
    gap: 8px;
}
.ab_book_app_12 input {
    width: 100%;
    height: 50px;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    font-size: 16px;
    color: #000 !important;
}
.ab_book_app_icon {
    width: 35px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ab_book_app_12 select{
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
}
.ab_book_app_12 select:focus,.ab_book_app_12 input:focus{
	border-bottom: 1px solid #377ab7 !important;
}
.ab_book_app_12 input::placeholder {color: #000;}
.ab_book_app_input {width: 100%;}
.ab_book_icon_1 {background-image: url(../../../wp-content/uploads/2022/05/book-1.png);}
.ab_book_icon_2 {background-image: url(../../../wp-content/uploads/2022/05/book-2.png);}
.ab_book_icon_3 {background-image: url(../../../wp-content/uploads/2022/05/book-3.png);}
.ab_book_icon_4 {background-image: url(../../../wp-content/uploads/2022/05/book-4.png);}
.ab_book_icon_5 {background-image: url(../../../wp-content/uploads/2022/05/book-5.png);}
.ab_book_icon_6 {background-image: url(../../../wp-content/uploads/2022/05/book-6.png);}
.ab_book_icon_7 {background-image: url(../../../wp-content/uploads/2022/05/book-7.png);}
.ab_book_icon_8 {background-image: url(../../../wp-content/uploads/2022/05/book-8.png);}
.ab_book_button .site_button {border: none;    margin-top: 10px;}
.ab_book_app_col_box,.ab_book_app_inner_box {position: relative;}
.ab_book_app_col_box::after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    top: -12px;
    left: -12px;
    padding: 10px;
    z-index: -1;
}
.ab_book_app_inner_box::after,.ab_book_app_inner_box::before{
     content: "";
    position: absolute;
    background: #5ab146;
    width: 55px;
    height: 55px;
    z-index: -1;  
    animation: rotating 8s infinite linear;
    transition: 1s;  
}
.ab_book_app_inner_box::after {
    top: -95px;
    left: -83px;
}
.ab_book_app_inner_box::before {
    bottom: -70px;
    right: -87px;    
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #377ab7;
}
span.wpcf7-not-valid-tip {text-align: left;}
.gj-datepicker-md [role=right-icon] {
    display: none;
}
/*------------end book your_appointment-----------*/
/*----------dia and tre --------------*/
.ab_dia_tre_section::before{
    bottom: 1%;
}
.ab_dia_tre_row{
    padding: 100px 160px !important;
}
.ab_dia_te_title {text-align: center;}
.ab_dia_tre_box {
    border: 1px solid #f2f2f2;
    box-shadow: rgb(100 100 111 / 4%) 0px 7px 13px 0px;
    height: 290px !important;
    width: 290px !important;
    display: flex !important;
    padding: 0 18px;
    text-align: center;
    line-height: 1.2;
    position: relative;
}
.ab_dia_tre_inner_box {
    margin: auto;
    position: relative;
    z-index: 1;
}
.ab_dia_tre_img {    
    background: #fff;
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0 auto 10px;
}
.ab_dia_tre_img img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.ab_dia_tre_title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    transition: 0.5s;
}
.ab_dia_tre_box:hover .ab_dia_tre_title {
    color: #fff;

}
.ab_dia_tre_inner_col .slick-arrow img{
    filter: brightness(0);
}
.ab_dia_tre_inner_col .slick-arrow {
    background: transparent;    
}
.ab_dia_tre_inner_col .slick-arrow img.hover_color{
    filter: brightness(1);
    display: none;
}
.ab_dia_tre_inner_col .slick-arrow:hover img.hover_color {
    display: block;
}
.ab_dia_tre_inner_col .slick-arrow:hover img{
    display: none;
}
.ab_dia_tre_inner_col .slick-prev:hover,.ab_dia_tre_inner_col .slick-prev:focus,.ab_dia_tre_inner_col .slick-next:hover,.ab_dia_tre_inner_col .slick-next:focus {
    background: transparent;
}
.slick-slide.slick-current.slick-center .ab_dia_tre_box::after,.ab_dia_tre_box::after {
    content: "";
    position: absolute;
    background: -webkit-linear-gradient( 0deg, rgb(57,96,158) 0%, rgb(54,141,202) 100%);
    height: 12px;
    width: 100%;
    z-index: 0;  
    left: 0;
    bottom: 0;
    transition: 1s;
}
.slick-slide.slick-current.slick-center .ab_dia_tre_box:hover::after,.ab_dia_tre_box:hover::after {
    height: 100%;
}
.ab_dia_tre_box::after {
    bottom: -15px;
}
/*----------end dia and tre --------------*/
/*-------------patient review------------*/
.ab_patient_row{
    padding: 0 300px !important;
}
.ab_patient_title {
    text-align: center;
}
.ab_patient_box {
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 60px 35px;
    text-align: center;
}
.ab_patient_content {
    height: 195px;
    overflow: auto;
}
.ab_patient_inner_title {
    font-size: 22px;
    color: #386eac;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 0;
}
.ab_patient_review i{   
    font-size: 25px;
    letter-spacing: 10px;
}
.ab_patient_review i.yellow_star {
    color: #ffc100;
}
.ab_patient_block .slick-slide {
    margin: 0 20px !important;
}
.slick-dots {
    bottom: -45px;
    padding: 0 !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
    background: -webkit-linear-gradient( 0deg, rgb(57,96,158) 0%, rgb(54,141,202) 100%);
    width: 30px !important;
}
.slick-dots li button:before {
    width: 25px !important;
    height: 8px;
    font-size: 0;
    background: #dad8d8;
    opacity: 1;
}
.slick-dots li {
    margin: 0 7px;
}
/*-------------end patient review------------*/
/*-----------service-------------*/
.et_pb_row.et_pb_row_2.ab_service_row.et_pb_gutters1 {
    padding: 100px 150px !important;
    text-align: center;
}
.ab_service_block {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 20px 15px;
}
.ab_service_box {
    background: #fff;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    cursor: pointer;
    transition: 6s;
}
.ab_service_img img {
    width: 145px;
    height: 145px;
    object-fit: cover;
    border-radius: 100%;
    border: 5px solid #fff;
    transition: 1s;
    margin: auto;
}
.ab_service_text {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding-top: 15px;
    position: relative;
}
.ab_service_box:hover .ab_service_text{
	color: #fff;
}
.ab_service_box{
    position: relative;
    overflow: hidden;
}
.ab_service_box::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    transition: 1s;
    transform: scale(1);
    background: linear-gradient(0deg,#3864a2 0%,#377ab7 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
}
.ab_service_box:hover::before {
    width: 100%;
    height: 100%;
    transform: scale(1.5);
}
/*-----------end service-------------*/
a.ab_service_inner_box {
    position: relative;
}


@media all and (min-width: 320px) and (max-width: 767px) {
    .fix_width {
        width: 100% !important;
    }
    .fix_padding {
        padding: 40px 20px !important;
    }
    div#main-content {
        margin-top: 50px;
    }
    .site_title {
        font-size: 27px;
    }
    .site_content {
        font-size: 15px;
        line-height: 1.5;
    }
    .site_inner_title {
        font-size: 18px;
    }
    /*-----------banner section--------------*/
    .ab_banner_col .et_pb_slide {
        height: 270px;
    }
	.ab_banner_button.btn_left {
		display: none;
	}
    .ab_banner_title {
        width: 100%;
        font-size: 15px;
    }
    .ab_banner_button .site_button {
        margin-left: auto;
    }
    .ab_banner_col .et_pb_slide::before {
        width: 175px;
        height: 44px;
    }
	.ab_banner_col .et_pb_slides .et_pb_slider_container_inner {
		margin: auto auto 0;
	}
	.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    	padding: 190px 8% !important;
	}
    /*-----------end banner section--------------*/ 
    /*----------------about section---------------*/
    .ab_about_row {
        padding: 30px 10px !important;
        display: block;
    }
    .ab_about_row_col_one::after {     
       display: none;
    }
    .ab_about_row_col_two {padding-left: 0px;}
    .ab_about_title_col_mob{display: block;}
    .ab_about_title_web{display: none;}
    .ab_about_button .site_button {margin: auto;}
    .ab_about_content.site_content {
        text-align: center;
        padding-top: 15px;
    }
    .ab_about_title {text-align: center;}
    .ab_about_row_col_one .et_pb_module.et_pb_image {
        display: flex;
        justify-content: center;
    }
    .ab_about_section::before {
		width: 77px;
		height: 25px;
		bottom: 1%;
	}
    .am_about_image_col img {
            width: 100% !important;
            height: 380px;
            object-fit: contain;
        }
    /*----------------end about section---------------*/
    /*------------our team-----------------*/
    .ab_team_row {
        padding: 30px 20px 30px !important;
    }
    .ab_team_inner_box {
        padding: 20px 10px 20px 10px;
    }
    .slick-prev {left: -15px;}
    .slick-next {right: -15px;}
    .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .ab_team_image img {
        height: 220px;
        margin-bottom: 10px;
    }
    .bk_team_social_box a {
        font-size: 23px;
    }
    .slick-arrow img {
        height: 20px;
    }
    .ab_team_content {
        height: 145px;
        overflow: auto;
        text-align: center;
    }
    .ab_team_left {width: 100%;}
    .ab_team_right {display: none;}
    .ab_team_right.ab_team_right_web {
        display: block;
        margin: auto;
        width: 100%;
    }
    .ab_team_social {justify-content: center;}
    .ab_team_button  .site_button{
        margin: auto;
    }
    .ab_team_person_title,.ab_team_title {text-align: center;}
    .ab_team_title {
        padding-bottom: 20px;
    }
     .ab_team_section::before {
       	bottom: 5px !important;
	    width: 135px;
	    height: 26px;
    }
    /*------------end our team-----------------*/
    /*-----------book apoointment---------------*/
    .ab_book_app_row {
        padding: 50px 0 !important;
    }
    .ab_book_app_col_box {
        width: 92%;
        padding: 20px 10px;
    }
    .ab_book_app_inner_box::after {
        top: -32px;
        left: -13px;
    }
    .ab_book_app_inner_box::before {
        bottom: -32px;
        right: -18px;
    }
    .ab_book_app_icon {
        width: 30px;
        height: 30px;
    }
    .ab_book_app_12 {
        padding-bottom: 20px;
        gap: 20px;
        display: grid;
    }
    .ab_book_app_col_box::after {
        top: -10px;
        left: -10px;
        padding: 9px;
    }
    /*-----------end book apoointment---------------*/
    /*----------dia and tre --------------*/
    .ab_dia_tre_row {
        padding: 50px 35px !important;
    }
    .ab_dia_tre_inner_col .slick-prev {left: -40px;}
    .ab_dia_tre_inner_col .slick-next {right: -40px;}
    .ab_dia_tre_box {
        height: 210px !important;
        width: 250px !important;
        margin: auto;
    }
    .ab_dia_tre_img img {
        height: 80px;
    }
    .ab_dia_tre_title {
        font-size: 18px;
    }
    .ab_dia_tre_section::before {
	    bottom: 0%;
	    width: 107px;
	    height: 46px;
	}
    /*----------end dia and tre --------------*/
    /*------------patient review--------------*/
    .ab_patient_row {
        padding: 0 10px 40px !important;
    }
    .ab_patient_inner_title {
        font-size: 18px;
    }
    .ab_patient_review i {
        font-size: 20px;
    }
    .ab_patient_box {
        padding: 35px 20px;
    }
    .ab_patient_block .slick-slide {
        margin: 0 5px !important;
    }
    .ab_patient_content {
        height: 140px;
    }
     .ab_patient_block .slick-prev {
        left: -6px;
    }
    .ab_patient_block .slick-next {
        right: -6px;
    }
    /*------------end patient review--------------*/
     /*-------------service----------------*/    
    .et_pb_row.et_pb_row_2.ab_service_row.et_pb_gutters1 {
        padding: 40px 10px !important;
    }
    .ab_service_block {
        gap: 15px 20px;
        grid-template-columns: repeat(1,1fr);
    }
    .ab_service_text {
        font-size: 18px;
    }
    .ab_service_box {
        padding: 15px;
        height: 230px;
    }
    .ab_service_img img {
        width: 135px;
        height: 135px;
    }
    /*-------------end service----------------*/
}
@media all and (min-width: 481px) and (max-width: 767px) {
    .fix_width {
        width: 100% !important;
    }
    .fix_padding {
        padding: 40px 20px !important;
    }
    /*----------dia and tre --------------*/
    .ab_dia_tre_box {
        height: 210px !important;
        width: 225px !important;
        margin: auto;
    }
   	/*----------about--------------*/
   	.ab_about_section::before {
		width: 110px;
		height: 43px;
		bottom: 1%;
	}
   	/*----------end about--------------*/
    /*----------end dia and tre --------------*/
     /*-------------service----------------*/    
    .ab_service_block {
        gap: 15px 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    /*-------------end service----------------*/
}
@media all and (min-width: 768px) and (max-width: 980px) {
    .fix_width {
        width: 100% !important;
    }
    .fix_padding {
        padding: 40px 20px !important;
    }
    div#main-content {
        margin-top: 65px;
    }
    .site_title {
        font-size: 30px;
    }
    .site_content {
        font-size: 15px;
    }
    .site_inner_title {
        font-size: 18px;
    }
    /*-----------banner section--------------*/
    .ab_banner_col .et_pb_slide {
        height: 400px;
    }
    .ab_banner_title {
        width: 95%;
        font-size: 25px;
        text-align: center;
        margin: auto;
    }
    .ab_banner_button .site_button {
        margin-left: auto;
    }
	.ab_banner_button.btn_left {
		display: none;
	}
	.ab_banner_col .et_pb_slides .et_pb_slider_container_inner {
		margin: auto auto 0 !important;
	}
	.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
		padding: 65px 8% 65px;
	}
    /*-----------end banner section--------------*/ 
    /*----------------about section---------------*/
    .ab_about_row {
        padding: 40px 10px !important;
        display: block;
    }
    .ab_about_row_col_one::after {     
        display: none;
    }
    .ab_about_row_col_two {padding-left: 0px;}
    .ab_about_title_col_mob{display: block;}
    .ab_about_title_web{display: none;}
    .ab_about_button .site_button {margin: auto;}
    .ab_about_content.site_content {
        text-align: center;
        padding-top: 15px;
    }
    .ab_about_title {text-align: center;}
    .ab_about_row_col_one .et_pb_module.et_pb_image {
        display: flex;
        justify-content: center;
    }
    .ab_about_section::before {
		width: 155px;
		height: 52px;
		bottom: 1%;
	}
    .am_about_image_col img {
        width: 100% !important;
        height: 520px;
        object-fit: contain;
    }

    /*----------------end about section---------------*/
    /*------------our team-----------------*/
    .ab_team_row {
        padding: 40px 60px 40px !important;
    }
    .ab_team_inner_box {
        padding: 30px 10px 30px 10px;
    }
    .slick-prev {left: -53px;}
    .slick-next {right: -53px;}
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
    .ab_team_image img {
        height: 330px;
        margin-bottom: 10px;
    }
    .bk_team_social_box a {
        font-size: 23px;
    }
    .slick-arrow img {
        height: 20px;
    }
    .ab_team_content {
        height: 145px;
        overflow: auto;
        text-align: center;
    }
    .ab_team_left {width: 100%;}
    .ab_team_right {display: none;}
    .ab_team_right.ab_team_right_web {
        display: block;
        margin: auto;
        width: 100%;
    }
    .ab_team_social {justify-content: center;}
    .ab_team_button  .site_button{
        margin: auto;
    }
    .ab_team_person_title,.ab_team_title {text-align: center;}
    .ab_team_title {
        padding-bottom: 20px;
    }
     .ab_team_section::before {
        bottom: 10px !important;
        width: 183px;
        height: 38px;
    }
    /*------------end our team-----------------*/
    /*-----------book apoointment---------------*/
    .ab_book_app_row {
        padding: 50px 0 !important;
    }
    .ab_book_app_col_box {
        width: 90%;
        padding: 40px 30px;
    }
    .ab_book_app_inner_box::after {
        top: -70px;
        left: -75px;
    }
    .ab_book_app_inner_box::before {
        bottom: -70px;
        right: -75px;
    }
    .ab_book_app_icon {
        width: 30px;
        height: 30px;
    }
    .ab_book_app_12 {
        padding-bottom: 20px;
        gap: 20px;
    }
    /*-----------end book apoointment---------------*/
    /*----------dia and tre --------------*/
    .ab_dia_tre_row {
        padding: 50px 35px !important;
    }
    .ab_dia_tre_inner_col .slick-prev {left: -50px;}
    .ab_dia_tre_inner_col .slick-next {right: -50px;}
    .ab_dia_tre_box {
        height: 210px !important;
        width: 222px !important;
    }
    .ab_dia_tre_img img {
        height: 80px;
    }
    .ab_dia_tre_title {
        font-size: 18px;
    }
    /*----------end dia and tre --------------*/
    /*------------patient review--------------*/
    .ab_patient_row {
        padding: 0 10px !important;
    }
    .ab_patient_inner_title {
        font-size: 18px;
    }
    .ab_patient_review i {
        font-size: 20px;
    }
    .ab_patient_box {
        padding: 35px 20px;
    }
    .ab_patient_block .slick-slide {
        margin: 0 5px !important;
    }
     .ab_patient_block .slick-prev {
        left: -6px;
    }
    .ab_patient_block .slick-next {
        right: -6px;
    }
    /*------------end patient review--------------*/
    /*-------------service----------------*/    
    .et_pb_row.et_pb_row_2.ab_service_row.et_pb_gutters1 {
        padding: 40px 10px !important;
    }
    .ab_service_block {
        gap: 15px 20px;
        grid-template-columns: repeat(3,1fr);
    }
    .ab_service_text {
        font-size: 18px;
    }
    .ab_service_box {
        padding: 15px;
        height: 230px;
    }
    .ab_service_img img {
        width: 135px;
        height: 135px;
    }
    /*-------------end service----------------*/
}
@media all and (min-width: 981px) and (max-width: 1024px) {
    .fix_width {
        width: 100% !important;
    }
    .fix_padding {
        padding: 40px 20px !important;
    }
    div#main-content {
        margin-top: 120px;
    }
    .site_title {
        font-size: 32px;
    }
    .site_content {
        font-size: 15px;
    }
    .site_inner_title {
        font-size: 20px;
    }
    /*-----------banner section--------------*/
    .ab_banner_col .et_pb_slide {
        height: 550px;
    }
    .ab_banner_title {
        width: 80%;
        font-size: 36px;
    }
    .et_pb_slide_description {
        padding: 16% 1% !important;
    }
    .ab_banner_col_box {
	    padding-left: 40px;
	}
    /*-----------end banner section--------------*/ 
    /*----------------about section---------------*/
    .ab_about_row {
        padding: 40px 10px !important;
    }
    .ab_about_row_col_one::after {
        right: 0px;
    }
    .ab_about_row_col_two {
        padding-left: 35px;
    }
    .ab_about_section::before {
		bottom: 3%;
	}
    /*----------------end about section---------------*/
    /*------------our team-----------------*/
    .ab_team_row {
        padding: 100px 60px 50px !important;
    }
    .ab_team_inner_box {
        padding: 30px 20px 30px 20px;
    }
    .slick-prev {left: -53px;}
    .slick-next {right: -53px;}
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
    .ab_team_image img {
        height: 390px;
    }
    .bk_team_social_box a {
        font-size: 23px;
    }
    .slick-arrow img {
        height: 20px;
    }
    .ab_team_content {
        height: 90px;
        overflow: auto;
    }
     .ab_team_section::before {
        bottom: 10px !important;
        width: 183px;
        height: 38px;
    }

    /*------------end our team-----------------*/
    /*-----------book apoointment---------------*/
    .ab_book_app_row {
        padding: 50px 0 !important;
    }
    .ab_book_app_col_box {
        width: 90%;
        padding: 50px 30px;
    }
    .ab_book_app_inner_box::after {
        top: -70px;
        left: -75px;
    }
    .ab_book_app_inner_box::before {
        bottom: -70px;
        right: -75px;
    }
    .ab_book_app_icon {
        width: 30px;
        height: 30px;
    }
    .ab_book_app_12 {
        padding-bottom: 20px;
        gap: 20px;
    }
    /*-----------end book apoointment---------------*/
    /*----------dia and tre --------------*/
    .ab_dia_tre_row {
        padding: 50px 40px !important;
    }
    .ab_dia_tre_inner_col .slick-prev {left: -50px;}
    .ab_dia_tre_inner_col .slick-next {right: -50px;}
    .ab_dia_tre_box {
        height: 210px !important;
        width: 210px !important;
    }
    .ab_dia_tre_img img {
        height: 80px;
    }
    .ab_dia_tre_title {
        font-size: 18px;
    }
    /*----------end dia and tre --------------*/
    /*------------patient review--------------*/
    .ab_patient_row {
        padding: 0 10px !important;
    }
    .ab_patient_inner_title {
        font-size: 20px;
    }
    .ab_patient_review i {
        font-size: 23px;
    }
    .ab_patient_box {
        padding: 35px 20px;
    }
    .ab_patient_block .slick-slide {
        margin: 0 15px !important;
    }
    .ab_patient_block .slick-prev {
        left: -6px;
    }
    .ab_patient_block .slick-next {
        right: -6px;
    }
    /*------------end patient review--------------*/
    /*-------------service----------------*/    
    .et_pb_row.et_pb_row_2.ab_service_row.et_pb_gutters1 {
        padding: 40px 10px !important;
    }
    .ab_service_block {
        grid-template-columns: repeat(4,1fr);
    }
    .ab_service_text {
        font-size: 18px;
    }
    .ab_service_box {
        padding: 15px;
        height: 250px;
    }
    .ab_service_img img {
        width: 135px;
        height: 135px;
    }
    /*-------------end service----------------*/
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
    .fix_width {
        width: 100% !important;
    }
    .fix_padding {
        padding: 40px 20px !important;
    }
    div#main-content {
        margin-top: 120px;
    }
    .site_title {
        font-size: 36px;
    }
    .site_content{
        font-size: 15px;
    }
    .site_inner_title {
        font-size: 20px;
    }
    /*-----------banner section--------------*/
    .ab_banner_col .et_pb_slide {
        height: 580px;
    }
    .ab_banner_title {
       width: 70%;
        font-size: 38px;
    }
    .et_pb_slide_description {
        padding: 16% 1% !important;
    }
    .ab_banner_col_box {
	    padding-left: 40px;
	}
    /*-----------end banner section--------------*/ 
    /*----------------about section---------------*/
    .ab_about_row {
        padding: 40px 10px !important;
    }
    .ab_about_row_col_one::after {
        right: 0px;
    }
    .ab_about_row_col_two {
        padding-left: 35px;
    }
    .ab_about_section::before {
		bottom: 3%;
	}
    /*----------------end about section---------------*/
    /*------------our team-----------------*/
    .ab_team_row {
        padding: 100px 60px 50px !important;
    }
    .ab_team_inner_box {
        padding: 30px 20px 30px 20px;
    }
    .slick-prev {left: -53px;}
    .slick-next {right: -53px;}
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
    .ab_team_image img {
        height: 390px;
    }
    .bk_team_social_box a {
        font-size: 23px;
    }
    .slick-arrow img {
        height: 20px;
    }
    .ab_team_content {
        height: 90px;
        overflow: auto;
    }
    .ab_team_section::before {
	    bottom: 10px !important;
        width: 190px;
    	height: 40px;
	}
    /*------------end our team-----------------*/
    /*-----------book apoointment---------------*/
    .ab_book_app_row {
        padding: 50px 0 !important;
    }
    .ab_book_app_col_box {
        width: 90%;
        padding: 50px 30px;
    }
    .ab_book_app_inner_box::after {
        top: -70px;
        left: -75px;
    }
    .ab_book_app_inner_box::before {
        bottom: -70px;
        right: -65px;
    }
    .ab_book_app_icon {
        width: 30px;
        height: 30px;
    }
    .ab_book_app_12 {
        padding-bottom: 20px;
        gap: 20px;
    }
    /*-----------end book apoointment---------------*/
    /*----------dia and tre --------------*/
    .ab_dia_tre_row {
        padding: 50px 40px !important;
    }
    .ab_dia_tre_inner_col .slick-prev {left: -50px;}
    .ab_dia_tre_inner_col .slick-next {right: -50px;}
    .ab_dia_tre_box {
        height: 235px !important;
        width: 225px !important;
    }
    .ab_dia_tre_img img {
        height: 90px;
    }
    .ab_dia_tre_title {
        font-size: 18px;
    }
    /*----------end dia and tre --------------*/
    /*------------patient review--------------*/
    .ab_patient_row {
        padding: 0 20px !important;
    }
    .ab_patient_inner_title {
        font-size: 20px;
    }
    .ab_patient_review i {
        font-size: 23px;
    }
    .ab_patient_box {
        padding: 35px 20px;
    }
    .ab_patient_block .slick-slide {
        margin: 0 15px !important;
    }
     .ab_patient_block .slick-prev {
        left: -6px;
    }
    .ab_patient_block .slick-next {
        right: -6px;
    }
    /*------------end patient review--------------*/
    /*-------------service----------------*/    
    .et_pb_row.et_pb_row_2.ab_service_row.et_pb_gutters1 {
        padding: 50px 20px !important;
    }
    .ab_service_block {
        grid-template-columns: repeat(4,1fr);
    }
    .ab_service_text {
        font-size: 18px;
    }
    .ab_service_box {
        padding: 15px;
        height: 270px;
    }
    .ab_service_img img {
        width: 135px;
        height: 135px;
    }
    /*-------------end service----------------*/
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
    .fix_width {
        width: 1100px !important;
    }
    .fix_padding {
        padding: 50px 0 !important;
    }
    .site_outter_block {
        gap: 30px;
    }
    div#main-content {
        margin-top: 140px ;
    }
    .site_title {
        font-size: 36px;
    }
    .site_content{
        font-size: 15px;
    }
    .site_inner_title {
        font-size: 22px;
    }
    /*-----------banner section--------------*/
    .ab_banner_col .et_pb_slide {
        height: 650px;
    }
    .ab_banner_title {
        width: 70%;
        font-size: 40px;
    }
    .et_pb_slide_description {
        padding: 16% 1% !important;
    }
    .ab_banner_col_box {
	    padding-left: 40px;
	}
    /*-----------end banner section--------------*/ 
    /*----------------about section---------------*/
    .ab_about_row {
        padding: 50px 20px !important;
    }
    .ab_about_row_col_one::after {
        right: -11px;
    }
    .ab_about_section::before {
		bottom: 3%;
	}
    /*----------------end about section---------------*/
    /*------------our team-----------------*/
    .ab_team_row {
        padding: 100px 60px 50px !important;
    }
    .ab_team_inner_box {
        padding: 30px 20px 30px 20px;
    }
    .slick-prev {left: -53px;}
    .slick-next {right: -53px;}
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
    .ab_team_image img {
        height: 448px;
    }
    .bk_team_social_box a {
        font-size: 23px;
    }
    .slick-arrow img {
        height: 20px;
    }
    .ab_team_section::before {
        bottom: 10px !important;
        width: 183px;
        height: 38px;
    }
    /*------------end our team-----------------*/
    /*-----------book apoointment---------------*/
    .ab_book_app_row {
        padding: 70px 0 !important;
    }
    .ab_book_app_col_box {
        width: 80%;
        padding: 50px;
    }
    .ab_book_app_inner_box::after {
        top: -70px;
        left: -75px;
    }
    .ab_book_app_inner_box::before {
        bottom: -70px;
        right: -75px;
    }
    .ab_book_app_icon {
        width: 30px;
        height: 30px;
    }
    .ab_book_app_12 {
        padding-bottom: 20px;
        gap: 20px;
    }
    /*-----------end book apoointment---------------*/
    /*----------dia and tre --------------*/
    .ab_dia_tre_row {
        padding: 70px 40px !important;
    }
    .ab_dia_tre_inner_col .slick-arrow img {
        height: 25px;
    }
    .ab_dia_tre_inner_col .slick-prev {
        left: -70px;
    }
    .ab_dia_tre_inner_col .slick-next {
        right: -70px;
    }
    .ab_dia_tre_box {
        height: 265px !important;
        width: 245px !important;
    }
    .ab_dia_tre_img img {
        height: 95px;
    }
    /*----------end dia and tre --------------*/
    /*----------dia and tre --------------*/
    .ab_dia_tre_row {
        padding: 70px 40px !important;
    }
    .ab_dia_tre_inner_col .slick-prev {left: -50px;}
    .ab_dia_tre_inner_col .slick-next {right: -50px;}
    .ab_dia_tre_box {
        height: 245px !important;
        width: 245px !important;
    }
    .ab_dia_tre_img img {
        height: 90px;
    }
    .ab_dia_tre_title {
        font-size: 20px;
    }
    /*----------end dia and tre --------------*/
    /*------------patient review--------------*/
    .ab_patient_row {
        padding: 0 20px !important;
    }
    .ab_patient_inner_title {
        font-size: 20px;
    }
    .ab_patient_review i {
        font-size: 23px;
    }
    .ab_patient_box {
        padding: 50px 20px;
    }
    .ab_patient_block .slick-slide {
        margin: 0 15px !important;
    }
     .ab_patient_block .slick-prev {
        left: -30px;
    }
    .ab_patient_block .slick-next {
        right: -30px;
    }
    /*------------end patient review--------------*/
    /*-------------service----------------*/    
    .et_pb_row.et_pb_row_2.ab_service_row.et_pb_gutters1 {
        padding: 50px 20px !important;
    }
    .ab_service_block {
        grid-template-columns: repeat(4,1fr);
    }
    .ab_service_text {
        font-size: 18px;
    }
    .ab_service_box {
        padding: 15px;
        height: 280px;
    }
    .ab_service_img img {
        width: 135px;
        height: 135px;
    }
    /*-------------end service----------------*/
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
    .fix_width {
        width: 1200px !important;
    }
    .fix_padding {
        padding: 50px 0 !important;
    }
    .site_outter_block {
        gap: 30px;
    }
    .site_title {
        font-size: 38px;
    }
    /*-----------banner section--------------*/
    .ab_banner_col .et_pb_slide {
        height: 690px;
    }
    .ab_banner_title {
        width: 65%;
        font-size: 41px;
    }
    .et_pb_slide_description {
        padding: 16% 2% !important;
    }
    .ab_banner_col_box {
	    padding-left: 40px;
	}
    /*-----------end banner section--------------*/
    /*----------------about section---------------*/
    .ab_about_row {
        padding: 60px 20px !important;
    }
    .ab_about_row_col_one::after {
        right: -11px;
    }
    .ab_about_section::before {
		bottom: 7%;
	}
    /*----------------end about section---------------*/
    /*------------our team-----------------*/
    .ab_team_row {
        padding: 125px 70px 70px !important;
    }
    .ab_team_inner_box {
        padding: 15px 45px 35px 45px;
    }
    .slick-prev {left: -63px;}
    .slick-next {right: -63px;}
    .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .ab_team_image img {
        height: 555px;
    }
    .bk_team_social_box a {
        font-size: 23px;
    }
    .ab_team_section::before {
        bottom: 10px !important;
    }
    /*------------end our team-----------------*/
    /*-----------book apoointment---------------*/
    .ab_book_app_row {
        padding: 80px 0 !important;
    }
    .ab_book_app_col_box {
        width: 72%;
        padding: 60px;
    }
    .ab_book_app_inner_box::after {
        top: -70px;
        left: -75px;
    }
    .ab_book_app_inner_box::before {
        bottom: -70px;
        right: -75px;
    }
    /*-----------end book apoointment---------------*/
    /*----------dia and tre --------------*/
    .ab_dia_tre_row {
        padding: 70px 40px !important;
    }
    .ab_dia_tre_inner_col .slick-prev {left: -50px;}
    .ab_dia_tre_inner_col .slick-next {right: -50px;}
    .ab_dia_tre_box {
        height: 245px !important;
        width: 230px !important;
    }
    .ab_dia_tre_img img {
        height: 90px;
    }
    .ab_dia_tre_title {
        font-size: 20px;
    }
    /*----------end dia and tre --------------*/
    /*------------patient review--------------*/
    .ab_patient_row {
        padding: 0 10px !important;
    }
    .ab_patient_inner_title {
        font-size: 20px;
    }
    .ab_patient_review i {
        font-size: 23px;
    }
    .ab_patient_box {
        padding: 50px 20px;
    }
     .ab_patient_block .slick-prev {
        left: -40px;
    }
    .ab_patient_block .slick-next {
        right: -40px;
    }
    /*------------end patient review--------------*/
    /*-------------service----------------*/    
    .et_pb_row.et_pb_row_2.ab_service_row.et_pb_gutters1 {
        padding: 70px 30px !important;
    }
    .ab_service_block {
        grid-template-columns: repeat(4,1fr);
    }
    .ab_service_text {
        font-size: 20px;
    }
    /*-------------end service----------------*/
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
    .fix_width {
        width: 1350px !important;
    }
    .site_title {
        font-size: 38px;
    }
    /*-----------banner section--------------*/
    .ab_banner_col .et_pb_slide {
        height: 700px;
    }
    .ab_banner_title {
        font-size: 43px;
    }
    .et_pb_slide_description {
        padding: 16% 2% !important;
    }
    .ab_banner_col_box {
	    padding-left: 40px;
	}
    /*-----------end banner section--------------*/
    /*----------------about section---------------*/
    .ab_about_row {
        padding:70px 70px !important;
    }
    /*----------------end about section---------------*/
    /*------------our team-----------------*/
    .ab_team_row {
        padding: 150px 70px 70px !important;
    }
    .ab_team_inner_box {
        padding: 15px 55px 40px 55px;
    }
    .slick-prev {left: -63px;}
    .slick-next {right: -63px;}
    .slick-arrow {
        width: 55px;
        height: 55px;
    }
    .ab_team_image img {
        height: 555px;
    }
    .ab_team_section::before {
        bottom: 10px !important;
    }
    /*------------end our team-----------------*/
    /*-----------book apoointment---------------*/
    .ab_book_app_row {
        padding: 80px 0 !important;
    }
    .ab_book_app_col_box {
        width: 72%;
    }
    /*-----------end book apoointment---------------*/
    /*----------dia and tre --------------*/
    .ab_dia_tre_row {
        padding: 70px 60px !important;
    }
    .ab_dia_tre_inner_col .slick-prev {left: -70px;}
    .ab_dia_tre_inner_col .slick-next {right: -70px;}
    .ab_dia_tre_box {
        height: 265px !important;
        width: 265px !important;
    }
    .ab_dia_tre_img img {
        height: 95px;
    }
    /*----------end dia and tre --------------*/
    /*------------patient review--------------*/
    .ab_patient_row {
        padding: 0 70px !important;
    }
    /*------------end patient review--------------*/
    /*-------------service----------------*/    
    .et_pb_row.et_pb_row_2.ab_service_row.et_pb_gutters1 {
        padding: 70px 30px !important;
    }
    /*-------------end service----------------*/

}
@media all and (min-width: 1681px) and (max-width: 1880px) {
    .fix_width {
        width: 1500px !important;
    }
    /*-----------banner section--------------*/   
    .et_pb_slide_description {
        padding: 16% 4% !important;
    }
    /*-----------end banner section--------------*/
    /*----------------about section---------------*/
    .ab_about_row {
        padding: 80px 200px !important;
    }
    /*----------------end about section---------------*/
    /*------------our team-----------------*/
    .ab_team_row {
        padding: 160px 200px 80px !important;
    }
    .ab_team_section::before {
        bottom: 20px !important;
    }
    /*------------end our team-----------------*/
    /*-----------book apoointment---------------*/
    .ab_book_app_row {
        padding: 100px 0 !important;
    }
    .ab_book_app_col_box {
        width: 70%;
    }
    /*-----------end book apoointment---------------*/
    /*----------dia and tre --------------*/
    .ab_dia_tre_row {
        padding: 80px 60px !important;
    }
    .ab_dia_tre_inner_col .slick-prev {left: -70px;}
    .ab_dia_tre_inner_col .slick-next {right: -70px;}
    /*----------end dia and tre --------------*/
    /*------------patient review--------------*/
    .ab_patient_row {
        padding: 0 200px !important;
    }
    /*------------end patient review--------------*/
    /*-------------service----------------*/
    .et_pb_row.et_pb_row_2.ab_service_row.et_pb_gutters1 {
        padding: 80px 100px !important;
    }
    /*-------------end service----------------*/
}
