/* *-*-*-*-*-*-*-*-*-	Header Section *-*-*-*-*-*-*-*-*- */
/*header buy now bar start*/
.sticky{
	position: fixed;
	background-color: #000;
	width: 100%;
	max-width: 100%;
	top: 50px;
	z-index: 999;
}
.header-coupon {
    color: black;
}
.header-coupon:hover {
    animation: none; /* Stop the blinking on hover */
}


.admin-bar .sticky{
	box-shadow: 0px 5px 5px 0px #00000040;
	position: fixed;
	background: linear-gradient(270.19deg, #235DC4 0%, #143B7D 98.94%);
	width: 100% !important;
	max-width: 100% !important;
	top: 32px;
	z-index: 999;
}
 .mtsnb{
 z-index: 100000!important;
  }
  .mtsnb-button-type a{
    background: black;
    color: #fff!important;
    padding: 5px 10px;
    border-radius: 10px;
}
.header-coupoun{
    color: green;
}
.mtsnb-text{
      font-weight: bold;
}
/*header buy now bar end*/
body:not(.home) header .psychotherapy-topbar-header-sec{
	position: relative;
	top: 0px;
}
header .psychotherapy-topbar-header-sec {
	box-shadow: 0px 5px 5px 0px #00000040;
    position: absolute;
    z-index: 2;
    /* border-bottom: 1px solid #ffffff; */
    width: 100%;
    top: 90px;
}
.topbar-mail-col .gutentor-text-wrap a,
.topbar-call-col .gutentor-text-wrap a,
.topbar-location-col .gutentor-text-wrap a{
	text-decoration: none;
}
.col_one span.has-text-color.stk-button__inner-text{
    font-style: italic !important;
}
.psychotherapy-header-sec .header-menu-col{
	display: flex;
	justify-content: center;
	align-items: center;
    padding-left: 5rem;
}
.admin-bar .sticky .header-row {
    padding: 20px 0px !important;
    max-width: 1360px !important;
}
.sticky.wp-block-columns.header-row.is-layout-flex.wp-container-core-columns-is-layout-e924f7bf.wp-block-columns-is-layout-flex{
    max-width: 1360px !important;
}
.wp-block-group.psychotherapy-header-sec.one-container.is-layout-constrained.wp-block-group-is-layout-constrained.sticky{
    /* padding: 5px 0px; */
    max-width: 1920px !important;
}
.psychotherapy-header-sec {
    padding: 5px 0px;
    /* max-width: 1920px !important; */
}
header ul li span {
    font-family: 'Inter';
    font-weight: 600;
	font-size: 16px;
}
header ul li.has-child ul li {
    padding: 0 !important;
}
.header--menu {
    gap: 10px !important;
}

header ul li:has(a.current-menu-item) {
    /* border: 1px solid #92C7C7; */
	border-radius: 5px;
	background: #FFFFFF  !important;
	color: red !important;
}
header ul {
    column-gap: 45px !important;
	& li {
        padding: 5px 15px !important;
	}
}
.psychotherapy-header-sec nav ul ul{
    background: #ffffff !important;
}



.sticky .header-menu-col nav ul li.home a{
	color: #fff !important;
}
.sticky .header-menu-col nav ul li.home a:after{
	display: none;
}
.psychotherapy-topbar-header-sec .search_alert{
	width: 100%;
	position: fixed;
	top: 0;
	padding: 0;
	z-index: 9999;
	display: none;
}
.search_alert form .wp-block-search__inside-wrapper {
	margin: 0 auto;
	position: relative;
}
.search_alert form input[type="search"]{
	color: #fff;
	background: transparent;
	border-bottom: 3px solid #92C7C7;
	border-radius: 20px !important;
	box-shadow: 0px 3px 7px 1px #92C7C7;
	padding: 20px 80px 20px 20px;
}
.search_alert form button[type="submit"]{
	position: absolute;
	right: 20px;
	padding: 0;
	font-size: 25px;
	transform: rotate(270deg);
	background: transparent;
	color: #92C7C7;
	margin: 0 !important;
	top: 14px;
}
.search_alert form{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 15rem);
    z-index: 999;
    width: 75%;
    margin: auto !important;
}

.psychotherapy-header-sec .header-search-col{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.psychotherapy-header-sec .header-search-col:after {
	content: '';
	position: absolute;
	left: 0;
	width: 2px;
	height: 35px;
	background: #ffffff52;
}
.header-search-col .search-icon {
	cursor: pointer;
}
.wp-block-cover.search_alert .wp-block-stackable-icon.close {
	top: 0;
    cursor: pointer;
    transform: translate(-2rem, 5rem);
    position: absolute;
    right: 0;
}

/* *-*-*-*-*-*-*-*- Footer Section -*-*-*-*-*-*-*-*- */
.return_top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    border-radius: 50%;
    cursor: pointer;
}
.footer_two_row a.gutentor-element-advanced-text-link {
    color: #fff;
	&:hover {
		color: #E5781A;
	}
}
.footer_two_row a.gutentor-element-advanced-text-link h6 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 23px;
}
.copyright-text a {
    color: #fff;
	&:hover {
		color: transparent;
	}
	
}

.col_three h2{
	position: relative;
}
.col_three h2::after{
	position: absolute;
	content: '';
	height: 4px;
	width: 50px;
	background: #E5781A;
	border-radius: 5px;
	margin-left: 25px;
    top: 10px;
}
.col_two h3{
	position: relative;
}
.col_two h3::after {
    position: absolute;
    content: '';
    height: 4px;
    width: 50px;
    background: #E5781A;
    border-radius: 5px;
    margin-left: 25px;
    top: 10px;
}

.col_three li {
    position: relative;
    padding-left: 18px !important; 
}

.col_three li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 13px; 
    background-color: #ffffff; 
    border-radius: 50%;
}
.col_two li {
    position: relative;
    padding-left: 18px !important; 
	border: none;
}

.col_two li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 13px; 
    background-color: #ffffff; /* dot color */
    border-radius: 50%;
}

.col_two  li a:hover .col_two li::before{
	background: #E5781A;
}
.col_two  li a , .col_three  li a{
	font-family: 'Poppins';
	font-weight: 300;
	font-size: 20px;
	font-style: 'light';
	/* letter-spacing: 0px; */
	color: #FFFFFF;
	&:hover{
		color: #E5781A !important;
	}
}
.col_two{
	padding-left: 35px;
}

.footer_one_row{
	justify-content: space-between !important;
}

.wp-block-group.cctv_blog_sec {
	position: relative;
    z-index: 1;
}
.copy-main-grp {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    margin-top: 5rem !important;
	&:hover {
	text-decoration: none !important;
	}
}
.copyright-text:hover span{
	color: #1a1a1a !important;
}
.copy-row {
    justify-content: space-between;
}

.copyright-text a h6 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px !important;
	color: #1a1a1a;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
/* .home .cctv_footer_sec.wp-block-cover,
.page-template-about-us .cctv_footer_sec.wp-block-cover{
  margin-top: 130px;
}
.cctv_footer_sec.wp-block-cover{
  margin-top: 50px;
  box-shadow: 0px -130px 0px #F7F8F3 !important;
  z-index: 0;
}
.cctv_footer_sec .col_three .gutentor-post-image-box{
	width: 25% !important;
}
.cctv_footer_sec .col_three .gutentor-image-thumb img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.wp-block-column.latest_left_col .wp-block-stackable-carousel {
	box-shadow: 0px 3px 6px #00000029;
}
.cctv_footer_sec .gutentor-post-title a{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.cctv_footer_sec form {
	position: relative;
}
.cctv_footer_sec form  input[type="email"]{
	border-radius: 9px;
}
.cctv_footer_sec form  input[type="email"]::placeholder{
	font: normal normal 300 14px/32px Inter;
	letter-spacing: 0.42px;
	color: #000000;
}
.cctv_footer_sec form  input[type="submit"]{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #37706F;
	border-radius: 9px;
	width: 52px;
	height: 52px;
	padding: 0;
	font-family: 'FontAwesome';
}
.cctv_footer_sec nav ul li a,
.cctv_footer_sec nav ul li a span{
	font: normal normal 400 17px/30px Inter;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.wp-block-columns.footer_two_row .wp-block-column.call_col > .wp-block-group {
	flex-wrap: wrap;
}
.cctv_footer_sec .gutentor-text-wrap a{
	text-decoration: none;
}
.cctv_footer_sec nav ul{
  padding-left: 20px;
}
.cctv_footer_sec nav ul li{
  position: relative;
}
.cctv_footer_sec nav ul li::after{
	content: '\f054';
  position: absolute;
	left: -20px;
  top: 5px;
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
}
body .cctv_footer_sec .col_one .stk-button:hover svg path{
	fill: #92C7C7 !important;
}
.cctv_footer_sec .footer_two img{
	height: 65px;
  width: 60px;
}
.cctv_footer_sec ul ul{
	background-color: #92C7C7!important;
}
.cctv_footer_sec ul ul li {
	position: relative;
}
.cctv_footer_sec ul ul li::after {
	content: '\f054';
	position: absolute;
	left: -5px;
	top: 12px;
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
} */

