/*
Theme Name: Banus Clinic Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.17.4
Description: Banus Clinic Child Theme
 Template: BC
Author: WebOConnect
Author URI: https://weboconnect.com/
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

::-webkit-scrollbar {
    height: 5px;
    width: 6px;
	border-radius:100px;
}

#sidebar {
    display: none !important;
}
.single-post header, .author header, .category header {
    background: #171e36;
}
.et_right_sidebar #main-content .container:before{
	display:none !important;
}

#left-area {
    width: 100% !important;
    float: none !important;
}
input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: #ffffff;
    color: #ffffff;
    border: 1px solid #bbbbbb !important;
}
::-webkit-scrollbar {
    width:8px; 
}

::-webkit-scrollbar-track {
    background:#f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #e8c358;
}

#main-header {
    background: transparent;
    box-shadow: 0 0px 0 rgba(0, 0, 0, .1);
}

.ss_d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 0px !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>.ss_book_menu a {
    background: #D0AB5C;
    padding: 15px 30px 13px !important;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500 !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>.ss_book_menu a {
	 background:fff;
	color:#D0AB5C;
}
.et-menu li li a {
    padding: 6px 0px !important;
    font-size: 15px ! IMPORTANT;
}

.et_pb_menu .et-menu-nav>ul ul {
	padding: 10px 0;
}
.et-menu li li.menu-item-has-children>a:first-child:after {
	right: 0px;
}

.nav li li ul{
	    top: -16px !important;
}

ul#menu-main-menu {
    display: flex;
    align-items: center;
}

.et_pb_menu .et-menu>li {
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 0 !important;
}

.et_pb_section_0_tb_header.et_pb_section {
    transition: background-color 0.4s ease-in-out;
}

.et_pb_sticky.et_pb_section_0_tb_header.et_pb_section {
    background-color: rgb(23 30 54) !important;
}


.ss_banner_sec .et_pb_slide_content h2 {
   font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
}
.ss_banner_sec .et_pb_slide_content p{
	    font-weight: 300;
    line-height: 1.3em;
}

.ss_banner_sec .et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: 0 0px 0px rgba(0, 0, 0, .3);
}

.ss_banner_sec .et_pb_button_wrapper {
    margin-top: 0px;
}

.ss_banner_sec .et_pb_slide{
	border-radius:0px !important;
}
.ss_d_flex{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.ss_book_menu a {
    background: #d0ab5c;
    padding: 13px 15px ! IMPORTANT;
    border-radius: 100px;
    color: #000 !important;
}

.treatment-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.treatment-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.treatment-link {
  position: absolute;
    top: 15px;
    right: 15px;
    background: rgb(0 0 0 / 36%);
    color: #ffffff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s 
ease;
}

.treatment-link:hover {
  background: #ff6600;
  color: #fff;
}

.treatment-overlay {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgb(23 30 54 / 65%);
          backdrop-filter: blur(3px);
          padding: 15px;
          text-align: left;
}

.treatment-stars {
  color: #f5a623;
  font-size: 14px;
  margin-bottom: 5px;
  display: none;
}

.treatment-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.treatment-desc {
  font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    font-weight: 400;
}

.et_pb_row {
	width: 92%;
}

.ss_why_ic_bx .et_pb_image_wrap {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
}
 
.ss_why_ic_bx .et_pb_image_wrap img {
    border-radius: 0;
	width: 30px;
}

ul.ss-details {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 20px;
    align-items: center;
}

span.ss-expert {
    display: block;
    font-size: 15px;
    color: #787878;
    font-weight: 400;
}

span.ss-title {
    font-size: 20px;
}

li.ss-img img {
    border-radius: 100px;
    width: 60px !important;
}

.ss-stars {
    padding-bottom: 10px;
}

.ss-testimonial-item {
    padding: 25px;
    box-shadow: 0px 0px 10px #e5e5e5;
    margin: 10px 10px 35px;
    position:relative;
    border-radius: 18px;
    background: #fff;
}

.ss-testimonial-item:after{
	content:"";
	background-image:url(../../uploads/2025/10/testimonial_after.png);
	position:absolute;
	bottom: -34px;
	right: 7px;
	width:53px;
	height:38px;
}
.ss-desc {
    font-weight: 300;
}

.ss_frm_grp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 25px;
}

.ss_frm_gp_dv label {
    color: #fff;
}

.ss_frm_grp input {
    background: transparent !important;
    border: 1px solid #fff;
    height: 40px;
    padding: 0 20px !important;
    border-radius: 100px;
    font-size: 15px;
    color:#fff !important;
    width: 100%;
}


.ss_frm_select select {background: transparent;width: 100%;height: 45px;border-radius: 100px;padding: 0 15px;font-size: 15px;color: #fff;border: 1px solid #fff;}

.ss_frm_select option {
    color: #000;
}

.ss_hm_frm_mn_sec label {
    color: #fff;
}

.ss_frm_btn_sec input {
    width: 100%;
    height: 45px;
    background: #D0AB5C;
    border: 0;
    border-radius: 100px;
    margin-top: 25px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
    color: #030303;
}

.ss_frm_select {
    margin-top: 25px;
}

.ss_frm_gp_dv input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.ss_frm_gp_dv input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}

.ss_book_pg_frm input::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.ss_book_pg_frm select {
    background: transparent;
    color: #000000;
    border: 1px solid #cbcbcb;
}

.ss_book_pg_frm input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}
.ss_book_pg_frm label {
    color: #121212;
}

.walcf7-timepicke{
	color:#fff;
}
.walcf7-timepicker::placeholder {
	color: #fff;}
input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: #ffffff;
    color: #ffffff;
}


.ss_flex_wrp{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}


.ss_foot_link ul li {
    line-height: 27px;
}
.ss_foot_link ul {
    display: block !important;
}

.ss_foot_cnt_info .et_pb_image_wrap{
	    width: 50px !important;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ss_foot_cnt_info .et_pb_image_wrap img{
	width:22px !important;
	border-radius:0;
}
.footer_col_3 {
    width: 20% !important;
}
.footer_col_4 {
    width: 25% !important;
}
.ss_foot_cnt_info .et_pb_module_header {
    padding-bottom: 5px;
}

.ss-testi-carousel .owl-nav svg, .ss_blog_slider .owl-nav svg{
	    fill: #000;
    width: 18px;
}

.ss-testi-carousel .owl-nav, .ss_blog_slider .owl-nav {
       position: absolute;
    top: -97px;
    right: 0;
    display: flex;
    gap: 10px;
}

.ss-testi-carousel .owl-nav-left, .ss-testi-carousel .owl-nav-right, .ss_blog_slider .owl-nav-left, .ss_blog_slider .owl-nav-right  {
    width: 45px;
    height: 45px;
    background: #ffffff;
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px #e5e5e5;
}
.ss-testi-carousel span.owl-nav-left:hover, .ss-testi-carousel .owl-nav-right:hover{
	background:#E9C156;
}

.ss_blog_slider span.owl-nav-left:hover, .ss_blog_slider .owl-nav-right:hover{
	background:#E9C156;
}

.ss-testi-item {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #e5e5e5;
}

h3.ss-post-title {
    margin-top: 30px;
    color: #000;
    font-size: 20px;
    line-height: 25px;
}

ul.ss-post-meta {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

ul.ss-post-meta li {
    color: #7C7C7C;
}
.ss-post-img img {
    border-radius: 15px;
}

.ss_page_breadcrumb_sec:before {
    content: "";
    background: #171e36;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
	opacity:0.9;
    margin: auto;
    left: 0;
}



.ss_title_sec span {
    color: #fff;
    text-align: center;
    padding: 0px 7px 3px;
    display: inline-block;
}

.ss_title_sec {
    font-size: 1.1rem;
    display: inline-block;
    text-align: center;
    left: 0;
    margin: auto;
    right: 0;
}

.ss_title_sec a {
    color: #ffb02c;
}

.ss_title_sec {
    font-size: 1.1rem;
    display: inline-block;
    text-align: center;
    left: 0;
    margin: auto;
    right: 0;
    border-radius: 100px;
}

.ss_page_breadcrumb_sec{
	text-align:center;
}
.ss_blurb_sec .et_pb_blurb_content {
    display: flex;
    align-items: baseline;
}

.ss_blurb_sec .et_pb_main_blurb_image {
    margin-bottom: 0;
    width: auto;
	    position: relative;
    top: 2px;
}
.my-list {
    padding: 0 0 10px 7px !important;
}
.my-list li {
  position: relative;
  padding-left: 30px;
  list-style: none;
	font-weight:300;
  margin-bottom: 10px;
}

.my-list li::before {
  content: "";
  font-family: 'ETmodules' !important;
  font-weight: 400 !important;
  font-size: 18px;
  color: #d0ab5c;
  position: absolute;
  left: 0;
  top: 0;
}
.my-list strong{
	font-weight:600;
}
footer .et_pb_menu .et-menu>li {
    padding-left: 12px !important;
}
.et_pb_menu_0_tb_header.et_pb_menu .ss_book_menu a:hover{
	color:#000 !important;
}

.ss-service-list {
    list-style-type: none !IMPORTANT;
    padding: 0 !important;
    text-align: left;
}

.ss-service-list li {
   border: 1px solid #e5e5e5;
   border-radius: 6px;
   margin-top: 13px;
   background: #171e36;
   position: relative;
   padding-right: 35px; /* space for icon on right */
}

.ss-service-list a {
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
}

/* Icon after each li */
.ss-service-list li::after {
    content: "5"; /* ETmodules icon code */
    font-family: ETmodules !important;
    font-weight: 400 !important;
    color: #d0ab5c;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e !important;
}

.ss_hm_frm_mn_sec input, .ss_hm_frm_mn_sec select{
	color:#fff !important;
}
.ss_hm_frm_mn_sec.ss_book_pg_frm input, .ss_hm_frm_mn_sec.ss_book_pg_frm select{
	color: #4e4e4e !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output{
	background:#ffb900;
}
.ss_inner_frm_sec .wpcf7-text {
    height: 45px;
    padding: 15px;
    width: 100%;
    margin-top: 15px;
    border-radius: 5px;
}
.ss_inner_pg_frm {
    background: #d0ab5c;
    padding: 20px;
    border-radius: 10px;
}

.ss_inner_pg_frm h4 {
    font-weight: 600;
    color: #000;
    font-size: 20px;
}

.ss_inner_pg_frm p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.ss_inner_frm_sec .wpcf7-textarea {
    margin-top: 15px;
    height: 100px;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
}
.ss_inner_frm_sec .wpcf7-submit {
    padding: 12px 30px;
    border: 0;
    background: #18162b;
    color: #fff;
    border-radius: 100px;
    margin-top: 12px;
    font-size: 16px;
    cursor: pointer;
}
.ss_inner_page_mn_sec .et_pb_column_1_4.et_pb_column_2 {
    position: sticky;
    top: 100px;
}
.wp-theme-BC .et_pb_sticky_module .et_pb_row {
    padding-bottom: 0 !important;
}
.ss-service-menu {
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 10px;
}

h2.ss-service-heading {
    font-weight: 600;
}

.ss-service-list li:hover {
    background: #d0ab5c;
}
.wp-child-theme-Banus-Clinic-child .et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li.current-menu-item a {
    color: #ffffff !important;
}
.ss_list_color_white li {
    color: #fff;
}
.ss_list_color_white p{
	color:#fff;
	font-weight:300;
}

.ss_faq_btn_sec {
    text-align: center;
}

.ss_faq_btn_sec button {
    background: #000;
    border: 0;
    color: #fff;
    cursor: pointer;
    margin: 0px 5px;
    padding: 10px 24px;
    font-size: 16px;
    border-radius: 100px;
}

.ss_faq_btn_sec .active {
    background: #d0ab5c;
}

ul.ss_cnt_call_sec {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

ul.ss_cnt_call_sec > li.ss_call_icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: #000;
    border-radius: 100px;
}

ul.ss_cnt_call_sec > li.ss_call_icon img {
    border-radius: 50%;
    object-fit: cover;
    width: 20px;
	border-radius:0;
}

ul.ss_cnt_call_sec > li.ss_call_text {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.ss_inner_cnt_pg_frm h4 {
    font-size: 35px;
    font-weight: 600;
}

.ss_d_flex p {
    display: flex;
	gap:15px;
	    width: 100%;
	    margin-top: 20px;
}

.ss_inner_cnt_pg_frm .wpcf7-text {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 12px 20px;
    border-radius: 100px;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.ss_inner_cnt_pg_frm textarea{
	    width: 100%;
    padding: 15px;
    margin-top: 20px;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
}
.ss_inner_cnt_pg_frm .wpcf7-submit{
	    background: #d0ab5c;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 12px 60px;
    margin-top: 20px;
    border-radius: 100px;
    cursor: pointer;
    color: #000;
}
.ss_inner_cnt_pg_frm .wpcf7-submit:hover{
	background:#000;
	color:#fff;
}


.gt_selector{
	    background-color: #bca65d !important;
    border-color: #bca65d !important;
	color:#fff !important;
	    padding: 8px;
    font-size: 16px;
}


/***********media Screen Start*******************/
/***********media Screen Start*******************/

@media only screen and (min-width: 320px) and (max-width: 767px){
	
	.ss_banner_sec .et_pb_slide_content h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
	.ss_mrg_col_0 {
    margin-bottom: 0;
}
	.treatments-list {
	    grid-template-columns: repeat(1, 1fr) !important;
	}
	.ss-testi-carousel .owl-nav, .ss_blog_slider .owl-nav {
    position: absolute;
    bottom: -48px;
    right: 0;
		top:auto !important;
    display: flex;
    gap: 10px;
    left: 0;
    margin: auto !important;
    justify-content: center;
}
	.ss_frm_grp{
		    grid-template-columns: 1fr;
    gap: 12px;
	}
	.ss_foot_link ul {
    display: block !important;
    position: relative;
    border: 0;
    padding: 0 !IMPORTANT;
}
	footer .et_mobile_nav_menu{
		    width: 100%;
	}
	footer span.mobile_menu_bar {
    display: none;
}
	footer .et_pb_menu_0_tb_footer.et_pb_menu .et_mobile_menu, footer .et_pb_menu_1_tb_footer.et_pb_menu .et_mobile_menu{
		background:transparent !important;
	}
	footer .mobile_nav {
		width:100%;
	}
	.footer_col_4 {
    width: 100% !important;
}
	.footer_col_3 {
    width: 100% !important;
}
	footer .et_mobile_menu li a{
		padding:5px 0!important;
	}
	footer .et_pb_column .et_pb_module {
        margin-bottom: 5px;
    }
	footer .et_pb_menu .et_mobile_nav_menu{
		margin:0 !important;
	}
	.et_pb_column_3_tb_footer {
    padding-left: 0;
}
	    #mobile_menu1 {
        max-height: 400px;
        overflow-y: auto;
    }
	.ss_faq_btn_sec button {
    margin: 6px 5px;
    width: 100%;
}
	.ss_book_menu {
    display: none;
}
	
}
@media only screen and (min-width: 481px) and (max-width: 767px){ }
@media only screen and (min-width: 767px) and (max-width: 1023px){
	.ss_banner_sec .et_pb_slide_content h2 {
    font-size: 30px;
    font-weight: 600;
		line-height: 46px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1300px){}


