/* put here your custom css styles */

.single-post .hero-banner .box-wave {
    width: 100%;
    /* background-color: #435e8a; */
    background: #ffffff;
    position: relative;
    text-align: left;
    z-index: 0;
    padding-bottom: 0;
    display: flex;
    /* padding: 12vh 0 16vh 0; */
    padding: 5vh 0 0vh 0;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    /* border-bottom: 1px #f1f1f1 solid; */
    height: auto;
    /* float: left; */
    max-width: 1230px;
    margin: 0px auto;
    /* margin-bottom: 2px!important; */
}

.site-container .wpb_row {
	position: relative;
	z-index: 99;
}

.single-post .hero-banner .box-wave:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    opacity: 0.7;
    height: 100%;
    width: 100%;
}
.single-post .hero-banner {
	background-color: #ffffff;
	border-top: 0px solid #e7e7e7;
	float:left;
	width:100%;
}
.breadcrumb-div {
	background: none;
}
.single-post .hero-banner .custom-breadcrumb {
    margin-bottom: 20px;
    max-width: 1175px;
    margin: 0 auto;
    color: #ccc !important;
    padding: 5px 0 !important;
    font-size: 14px;
    width: 100%;
    text-align: left;
    justify-content: start;
    margin: 0;
    line-height: 26px;
}
.single-post .hero-banner h1 {
	margin-top: 20px;
	/* margin-bottom: 0px; */
	font-size:54px;
	line-height:66px;
	color: #252525 !important;
	text-transform:capitalize;
	font-weight: 600;
}

.heading-h1 {

    font-weight: 600;
}

.hero-date-sec {
    margin-top: 10px;
    background: none;
    padding: 0px 0;
    color: #000;
    float: left;
    width: 50%;
}

.single-post .hero-banner .sp-head-info__wrap {
    -webkit-box-align: end;
    align-items: flex-end;
    justify-content: end;
    display: block!important;
    max-width: 100%;
    margin: 5px auto;
    border-radius:5px;
    color: #181818 !important;
    background: none;
    /* padding: 10px 0; */
    /* float: left; */
}
.single-post .hero-banner .sp-head-info__wrap strong{
	color: #252525 !important;
}
.single-post .hero-banner .sp-head-info__wrap .sp-head-info__reviewed-date strong{
	font-weight: 600;
}
.single-post .hero-banner .sp-head-info__reviewed-date{
	margin: 0 15px 0 0px;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
}

.single-post .hero-banner .sp-head-info__wrap .sp-head-info__date strong{
	font-weight: 600;
	font-size: 14px;
}
.single-post .hero-banner .sp-head-info__date, .sp .sp-head-info__reviewed-date {
    font-size: 14px;
    line-height: 21px;
    margin: 0 10px;
}
.single-post .hero-banner .custom-breadcrumb span a{
	font-weight:600;
	color: #1E407D;
}
.single-post .hero-banner .custom-breadcrumb span a:hover {
	color:#6d89b7;
}
.single-post .hero-banner .custom-breadcrumb .breadcrumb_last{
	color: #555555;
    font-weight: 500;
}
.single-post .hero-banner .sp-head-info__authors-wrap .sp-about-author__text .read-btn a{
	color:#666!important;
}
.single-post .hero-banner .sp-head-info__authors-wrap{
    -webkit-box-align: start;
    -ms-flex-align: center;
    align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    margin-bottom: 25px;
    position: relative;
    justify-content: start;
    /* max-width: 1230px; */
    margin: 0 auto 0px;
    /* top: 0; */
    width: 50%;
}
.single-post .hero-banner .author-sec {
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* border-radius: 200px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 17px;
    padding: 0px 0;
    border-right: 0px solid #ffffff42;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-end;
    justify-content: center;
    width: auto;
    margin: 0 40px 0 0px;
}
.single-post .hero-banner .author-sec:last-child { 
	border-right: 0px solid #162f5c;
}
.single-post .hero-banner .author-sec img {
    border-radius: 50%!important;
    height: 60px;
    margin-right: 0;
    position: relative;
    width: 60px;
}
.single-post .hero-banner .author-sec h3{
	line-height:normal;
	display:flex;
	color: #454545;
}
 .single-post .hero-banner .author-sec h3 a {
	font-size: 16px;
	line-height: 26px;
	color: #23232C;
	cursor:pointer;
	font-weight: 600;
}
.single-post .hero-banner .author-sec .sp-head-info__author-info, 
.single-post .hero-banner .author-sec .sp-head-info__doctor-info {
	text-align:left;
	padding-left: 15px;
}

.single-post .hero-banner .wave__image-wrap{
	max-height: 600px;
    overflow: hidden;
    width: 100%;
}
 .single-post .hero-banner .wave__image-wrap img {
    width:100%;
	min-height: 500px;		
}
.single-post .hero-banner span{
	line-height:normal !important;
	color: #252525;
}
.single-post .hero-banner .catagory-box span{
	color: #1e407d;
}
.single-post .hero-banner .custom-breadcrumb .arrow-icon:before {
    /*content: "\64";*/
	content: "/";
    font-family: 'template' !important;
    margin: 0 5px 0px 5px;
    height: 20px;
    display: inline-flex;
    align-items: center;
 
    top: 3px;
    color: #122547;
    font-size: 18px;
}





.single-post .banner-box {
	background-color: #ffffff;
	border-top: 0px solid #e7e7e7;
	float:left;
	width:100%;
}
.single-post .banner-box .row-wav-sec{
	 width:100%;
	 display:flex;
	 gap: 50px;
	 padding-top: 40px;
	 padding-bottom: 40px;
}
.single-post .banner-box .col-content{
	width: 67%;
}
.single-post .banner-box .col-sidebar{
	width: 33%;
	position: relative;
	z-index: 9999;
	margin-top: 0;
}
.single-post .banner-box .col-sidebar .sp__about-author {
    border: 1px solid #e1e1e1;
    padding: 30px;
    text-align: center;
    border-radius: 5px 5px;
}
.single-post .banner-box .col-sidebar .sp__about-author img {
	border-radius:50%;
	width: 80px;
	height: 80px;
} 
.single-post .banner-box .content-box h2 {
	font-size: 40px !important;
	line-height: 50px;
	color: #b1735f;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 600;
}
.single-post .banner-box .jumpcontainer {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    width: 100%;
    top: 0;
    z-index:9;
}
.single-post .banner-box .jumpcontainer svg{
	float:right;
}
.single-post .banner-box .jumpcontainer #jumplink h3{
	justify-content: space-between;
	display: flex;
	align-items: anchor-center;
	color: #060606;
	font-size: 24px !important;
	line-height: 34px;
	font-weight: 600;
	cursor: pointer;
	padding: 16px 25px;
}
.single-post .banner-box .sp-about-author__name h3{
	color: ##B1735F;
}
.single-post .banner-box .sp-about-author__name h3 a{
	color: #435e8a;
	color: #B1735F;
	font-weight: 600;
}
.single-post .banner-box .sp-about-author__title p, .single-post .banner-box .sp-about-author__text p {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #252525;
}

.single-post .banner-box .sp-about-author__title .sp-about-author__text p{
	padding-top:5px;
	padding-bottom:5px;
}

.single-post .banner-box .learn-more-btn{
    background-color: #1e407d;
    padding: 10px 40px;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    border-radius: 10px;
}

.sp-about-author__social{
	display: flex;
    justify-content: center;
    gap: 18px;
	margin: 10px 0;
}
.single-post .banner-box .learn-more-btn:hover {
	background-color:#435e8a;
	text-decoration:none;
}
.single-post .banner-box .keypoint-sec h3{
		color:#435e8a;
		font-weight: 600;
}
.single-post .banner-box .key-box-sec ul li{
	margin-bottom: 15px;
	line-height: 28px;
}
.single-post .banner-box .sp-verify-insurance__logo .col-sidebar{
    margin-top: 30px;
    max-height: 50px;
    max-width: 126px;
    padding: 0 15px;
}
.single-post .banner-box .col-sidebar .sp-verify-insurance  {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 46px;
    margin-top: 45px;
    padding: 40px 30px 50px;
    position: relative;
	text-align:center;
}
.single-post .banner-box .col-sidebar .sp-verify-insurance__logos {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
	display:flex;
	justify-content:center !important;
}
.single-post .banner-box .col-sidebar .sp-verify-insurance__logo{
    margin-top: 30px;
    max-height: 50px;
    max-width: 126px;
    padding: 0 15px;
}
.single-post .banner-box .col-sidebar .sp-verify-insurance__logo img{
	max-width:100%;
}

.single-post .banner-box .col-sidebar .sp-verify-insurance__btn a{
	background-color: #435e8a;
	padding: 12px 40px;
	display: inline-block;
	margin-top: 40px;
	color: #fff;
}
.single-post .banner-box .col-sidebar .sp-verify-insurance__btn a:hover {
	background-color: #435e8a;
	text-decoration:underline;
}
.single-post .banner-box .col-sidebar .widget_menu .area-listing ul li{
	margin-bottom: 15px;
    list-style-type: none;
	position: relative;
	list-style: disc;
    color: #1d3d78;
}

.single-post .banner-box .col-sidebar .widget_menu .area-listing ul li:before {
    content: "";
    margin-left: -35px;
    font-size: 24px;
    font-family: 'template' !important;
    color: #1e407d;
    position: absolute;
    margin-top: 1px;
    background: #b15f5f00;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* top: 5px; */
    padding-top: 0px;
    font-weight: 600;
}
.single-post .banner-box .col-sidebar .widget_menu .area-listing .menu{
	padding-left:25px;
    padding-top: 10px;
}
.single-post .banner-box .col-sidebar .widget_menu .area-listing ul li a{
	color:#252525;
}
.editorial-section{
	 font-size: 16px;
    color: #4B4B4B;
    font-weight: 400;
    line-height: 28px;
}
   
.single-post .banner-box .auther-guidelines {
  border: 0px solid #435e8a;
  padding: 40px;
  text-align: center;
  margin: 40px 0;
  border-radius: 16px;
  background-image: linear-gradient(to right bottom, rgba(234, 242, 254, 0.8), rgba(239, 239, 230, 1));
  /* background: linear-gradient(180deg, #eaf2ff 0%, #f0f0f0 189%);*/
  width: 100%;
  border: 1px solid #1e407d1f;
}
.single-post .banner-box .auther-guidelines h2{
	font-size: 38px !important;
    line-height: 48px;
    color: #4D4741;
}
 .single-post .banner-box .auther-guidelines p {
	max-width: 910px;
    margin: 0px auto;
	margin-bottom: 15px;
}

.single-post .banner-box .auther-guidelines a{
	background-color: #435e8a;
	padding: 15px 40px;
	display: inline-block;
	color: #fff;
	margin-bottom: 15px;
	background: #1e407d !important;
	border-radius: 10px;
}
.single-post .banner-box .auther-guidelines a:hover {
	background-color:#435e8a !important;
	color: #fff;
	text-decoration:none;
}
.single-post .banner-box .author-info-block__wrap{
	padding: 80px;
	text-align: center;
	margin-bottom: 40px;
	border-radius: 16px;
	background-color: #1e407d !important;
	margin-top: 40px;
}
.single-post .banner-box .author-info-block__wrap h3{
	font-size: 38px !important;
	line-height: 48px;
	color: #ffffff;
	max-width: 700px;
	margin: 0px auto;
}
.single-post .banner-box .author-info-block__wrap p{
	color:#ffffff;
}

.single-post .banner-box .author-info-block__wrap .author-info-block__link a {
	background-color: #ffffff;
	padding: 12px 40px;
	display: inline-block;
	margin-top: 15px;
	color: #435e8a;
	margin-bottom: 10px;
	border: 2px solid #ffffff66;
	border-radius:10px;
}
.single-post .banner-box .author-info-block__wrap .author-info-block__link a:hover{
	background-color: #b1735f; 
	color: #ffffff;
	text-decoration:none;
}
.single-post .banner-box .faq-box-wave h2{
	font-size: 38px !important;
	line-height: 48px;
	color: #435e8a;
	margin-bottom:20px;
	margin-top:20px;
}
.single-post .banner-box .faq-box-wave .text{
	font-size:20px;
	line-height:30px;
}

.single-post .banner-box .faq .accordion-header{
	display: flex;
	justify-content: space-between;
	align-items: anchor-center;
	cursor: pointer;
	padding: 22px 22px;
}

.single-post .banner-box .faq .accordion-header:hover{
	color: #435e8a;
}

.single-post .banner-box .faq .accordion-body {
    padding: 0 25px !important;
}

.single-post .banner-box .faq .accordion-body p {
    padding-top: 0px;
}

.single-post .banner-box .faq .accordion-open .accordion-header{
	color: #1e407d;
}

.single-post .banner-box .source-box-wave .accordion-header{
	display: flex;
	justify-content: space-between;
	align-items: anchor-center;
	cursor: pointer;
	padding: 20px 20px;
}
.single-post .banner-box .source-box-wave .accordion-header span{
	color:#252525;
}
.single-post .banner-box .source-box-wave .accordion-header span svg{ 
	width:26px;
	height:26px;
}
.single-post .banner-box .source-box-wave .accordion-body {
	padding: 0 20px 20px;
	word-wrap:break-word;
}


.single-post .banner-box .faq-box-wave .sp-faq__item{
	border-bottom: 1px solid #e7e7e7;
	padding: 24px 0px;
}
.single-post .banner-box .source-box-wave {
	margin-top:20px;
}
.single-post .banner-box .source-box-wave .text{
	font-size:20px;
	line-height:30px;
	color: #435e8a;
}
.source-box-wave .sp-sources__item-title{
	display: flex;
	justify-content: space-between;
	align-items: anchor-center;
}
.source-box-wave .sp-sources__item{
	border: 1px solid #e7e7e7;
	padding: 20px;
	margin-top: 80px;
}
.source-box-wave .sp-sources__item-content {
	padding-bottom:10px;
}
.single-post .key-box-sec ul li:before {
    content: "";
    margin-left: -30px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'template' !important;
    color: #ffffff;
    position: absolute;
    margin-top: 10px;
    background: #b15f5f00;
    border-radius: 25px;
    width: 9px;
    height: 9px;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* top: 5px; */
    padding-top: 0px;
    background: #b1735f;
    display: flex;
}
.single-post .key-box-sec ul{ }

.single-post .key-box-sec ul li{
	list-style-type: none;
}
.single-post #jumpbox ul{
	padding-left: 0px!important;
}
.single-post #jumpbox .toc li{
	list-style-type:none;
	position: relative;
	border-bottom: 1px solid #e1e1e1;
    padding: 9px 0px;
}
.single-post #jumpbox .toc li:last-child {
	border-bottom:none;
}

.single-post #jumpbox .toc li a{
	color:#666;
	font-size: 16px;
	line-height: 28px;
}
.single-post #jumpbox .toc li a:hover{
	color:#b1735f;
	text-decoration:none;
}
 
.faq .accordion-header span{
	font-size: 18px;
	text-transform: capitalize;
	line-height: 32px!important;
	/* color: #435e8a; */
}
.faq .accordion-item {
    border: 1px solid #cccccc;
    /*padding: 25px 25px;*/
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 10px;
}
.single-post .sp-verify-insurance__title h2{
	color:#435e8a;
	font-size: 24px !important;
	line-height: 34px !important;
}
}
.single-post .sp-about-author__name h3 a{
	color:#1b2029;
	font-weight:600;
	text-decoration:none;
}

	
.single-post #jumplink .active svg{
	transform: rotate(180deg);
	
}
.single-post .banner-box .content-box h3 {
	color: #181818;
}
.single-post  .accordion-open svg{
	transform: rotate(180deg)!important;
}
.single-post .faq .faq-heading h2{
	color: #b1735f;
	margin-top:20px;
	margin-bottom: 30px;
	font-size: 38px !important;
	line-height: 48px;
	font-weight:600;
}
.single-post .faq .accordion-item:last-child {
	/*border-bottom:none;*/
}
.single-post .source-box-wave{
	/*padding: 25px 25px;*/
	margin-bottom: 15px;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #cccccc;
}

.single-post .source-box-wave span{
	font-size: 20px !important;
	line-height: 30px !important;
}
.single-post .source-box-wave .accordion-open .accordion-header{
	color:#1e407d;
}
	
.area-listing .widget_nav_menu {
    border: 1px solid #e1e1e1;
    padding: 30px;
    border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.area-listing .widget_recent_entries {
    border: 1px solid #e1e1e1;
    padding: 40px;
    border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.contributor-section .contributor-box .row{
	display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 80px;
}
.contributor-section .contributor-box .contributor-col{
	margin-left:0px;
}
.sp__about-author .read-btn{
	margin-bottom: 15px;
}
.header-top-sidebar-container p.phone {
    font-size: 16px !important;
    color: #ffffff !important;
    text-align: center;
}
.header-top-sidebar-container .phone a {
    font-size: 14px !important;
    color: #ffffff !important;
    text-align: center;
    background: #122547;
    padding: 9px 20px;
    border-radius:0px;
    border: 2px solid #5d79a7;
	margin-left: 5px;
}
.header-top-sidebar-container .phone a:hover {
    color: #122547 !important;
    background: #ffffff;
}
.single-post .healing-right #nav_menu-4 h2{
	color: #B1735F !important;
	font-size: 24px!important;
	line-height: 34px;
	font-weight: 600;
}
.single-post .healing-right #nav_menu-4 h2::after{
    content: "";
    display: block;
    bottom: 0;
    width: 85px;
    /*height: 2px;*/
	height: 0px;
    background-color: #1d3e7a;
    margin-top: 10px; 
}
.single-post .banner-box{
	font-size:16px;
	line-height:26px;
}

.editorial-sec{
	padding:40px !important;
	background: linear-gradient(180deg, #eaf2ff 0%, #f0f0f0 189%);
	margin: 70px 0px !important;
}
.single-post .banner-box .key-box-sec{
	margin-bottom:30px;
	background: #efefe659;
	padding: 25px;
	border-radius: 5px;
	border: 0px solid #e1e1e1;
}
.header-left a img {
	max-width:180px !important;
	margin-left:-38px;
}
.single-post .banner-box .content-box{
    margin-bottom: 0px !important;
    margin-top: 0px;
    position: relative;
}

.single-post .banner-box .content-box ul li {
	margin:10px 0;
	color:#252525;
}

.single-post .banner-box .key-box-sec ul{
	padding-left: 30px!important;
}
.single-post .banner-box .sp-head-info__reviewed-date strong{
	font-weight: 600!important;
}
.single-post .banner-box .sp-head-info__date strong{
	font-weight: 600!important;
}
.single-post .banner-box #jumpbox ul{
	padding-left:0px;
	margin: 0px 30px 20px;
}
.source-box-wave .accordion-body p{
	padding-bottom:0px!important;
}


/*.single-post .banner-box .col-sidebar .widget_menu .area-listing ul li:before {
    content: "\44";
    margin-left: -25px;
    font-size: 16px;
    font-family: 'template' !important;
    color: #B1735F;
    position: absolute;
    margin-top: 3px;
}

.single-post .banner-box .col-sidebar .widget_menu .area-listing {
	padding-left:25px;
}*/

.single-post  .wave__image{
	background-color: #435e8a;
	text-align:center;
}
.single-post .wave__image img{
	max-width: 1230px!important;
	text-align:center;
	padding-bottom:20px;
	display:none;
}
.single-post .sp-head-info{
	margin-top: 30px;
	top: 0px;
	width: 100%;
	float:left;
	border-top: 1px solid #e1e1e1;
	padding: 20px 0px 0px 0px;
	display: flex;
}

body .contributor-section .contributor-box {
    padding-top: 70px !important;
}

.catagory-box span {
    background-color: rgba(49, 88, 151, 0.7);
    color: #ffffff !important;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 30px;
    /* margin-bottom: 25px; */
    font-size:14px;
}

.single-post .banner-box .col-sidebar .widget_menu .area-listing ul li a:hover{
	color:#b1735f;
	text-decoration:none;
}

/*header css

.header-container .header-left {
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
.header-container.sticky.move {
   
}
.single-post .faq .accordion-header span:hover {
	color:000 !important;
}

.single-post .banner-box .faq .accordionn span {
    line-height: 32px !important;
    color: #252525;
}
.single-post .banner-box .faq .accordionn span svg {
    width: 26px;
    height: 26px;
}
.single-post .content-box strong {
    color: #666666;
}

.editorial-section .wpb_text_column li {
	list-style-position: inside !important;
    list-style: disc;
}
.editorial-section .wpb_text_column li::before{
	content:none !important;
}

@media screen and (max-width: 600px){
	.source-box-wave .accordion-body p{
	 word-break: break-word;
	 }
}



/*Footer-section*/
.home .footer-container {
    padding-top: 243px;
    position: relative;
    margin-top: -230px;
}
.home .contact{
    position: relative;
}
.home .contact__inner {
	background-color: #435e8a;
	border-radius: 10px;
	color: #fff;
	display: flex;
	justify-content:center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width:100%;
}
.home .contact__info {
    /* max-width: 597px; */
    position: relative;
    width: 50%;
    padding: 80px 70px 80px 70px;
    z-index: 1;
    background: #435e8a url(https://newwaverecoverycenter.com/wp-content/uploads/2025/03/leaf-opac.png?id=5259) !important;
    background-repeat: no-repeat!important;
    background-position: 100% 100%!important;
}
.home .contact__form{
	max-width: 597px;
	position: relative;
	width: 50%;
	padding:80px 70px 80px 70px;
	background-color: #324c75;
	z-index:2;
}
.home .contact__info .contact__title h2 {
    color: #fff;
    font-size: 34px !important;
    line-height: 44px;
}
.home .contact__info .contact__title h2:after {
    content: "";
    display: block;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #d8d8c0;
    margin-top: 20px;
}
.home .contact__info .contact__text {
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 40px;
}
.home .contact__info .contact__link {
	color:#fff;
	display:block;
	/*margin-bottom:15px;*/
	font-size: 16px;
	line-height: 30px;
}


.home .contact__info .address_box{
	display:flex;
	margin-bottom:20px;
}
.home .contact__info .reachbox label{
    font-size: 30px !important;
    color: #d8d8c0  !important;
    line-height: 40px;
    margin-bottom: 10px;
}

.home .contact__info .reachbox label{
    font-size: 15px !important;
    color: #d8d8c0  !important;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
.home .contact__info .address_box:before {
    content: "\f052";
}
.home .contact__info .email_box{
	display:flex;
	margin-bottom:20px;
	
}
.home .contact__info .email_box:before {
    content: "\f097";
   
}
.home .contact__info .contact_box:before {
	content: "\f088";
}

.home .contact__info .contact_box{
	display:flex;
	margin-bottom:20px;
	
}
.home .contact__info .reachbox:before {
    color: #ffffff;
    fill: #070707;
    font-size: 20px;
    font-family: 'features' !important;
    margin-right: 20px;
    background: #334c75;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home .contact .gform_heading{
	display:none;
}
.home .contact .gform-body .gfield_label {
	color:#fff;
	font-weight:500;
}
.home .contact .gform-body .gform-field-label {
	color:#fff;
	margin-bottom: 12px;
}
.home .gform_wrapper .gform_footer{
	justify-content:center;
}
.home .gform_wrapper .gform_footer #gform_submit_button_1{
	padding: 18px 30px;
    background: #9f6755;
    font-size: 15px;
    margin-top: 20px;
    width:100%;
}
.home .gform_wrapper .gform_footer #gform_submit_button_1:hover{
    color: #9f6755;
    background-color:#fff;

}
.home .contact__info .contact__title h2 span {
    color: #ffffff;
    font-weight: 600;
}

.home .gform_wrapper .gform_fields .gfield .ginput_container input {
    background: #db141400;
    border: none;
    border-bottom: 2px solid hsla(0, 0%, 100%, .3);
    color: #fff;
    display: block;
    font-family: Akkurat, Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 28px !important;
    margin: 0 !important;
    padding: 0 0 11px !important;
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
}
.home .gform_wrapper .gform_fields .gfield .ginput_container input:focus{
	 border-bottom: 2px solid #fff;
	 
}
.home .gform_wrapper .gform_fields .gfield .ginput_container input::placeholder{
	color:#ffffff3d;
}
.home .gform_wrapper .gform_fields .gfield .ginput_container select:focus{
	border-bottom: 2px solid #fff;
}
.home .gform_wrapper .gform_fields .gfield .ginput_container select {
    border: none;
    border-bottom: 2px solid hsla(0,0%,100%,.3);
    color: #ffffff3d;
    display: block;
    font-family: Akkurat,Helvetica,Arial,sans-serif;
    font-size: 18px!important;
    font-weight: 400;
    line-height: 28px!important;
    margin: 0!important;
    padding: 0 0 11px!important;
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
    background-color: #ffffff00;
}
.home .gform_wrapper .gform_fields .gfield .ginput_container select option{
	background-color: #324c75;
    color: #fff;

}



/*.home .gform_wrapper .gform_fields .gfield .ginput_container select::before{
font-family: 'template';
    content: "\65";
    font-size: 21px;
    color: #666;
    speak: none;
    position: relative;
    vertical-align: text-top;
    margin-left: 3px;
    line-height: 1;
    direction: ltr;
    display: inline-block;
}*/
.home .gform_wrapper .gform_fields .gfield .ginput_container select option {
    background-color: #324c75;
    color: #fff;
}
.home .gform_wrapper .gform_fields .gfield .ginput_container input:focus {
    box-shadow: none;
}
.home .contact__info .reachbox:hover{
	text-decoration:none;
}
.home .contact__info ul{
    list-style: none;
    padding-left: 0px;
}
.home .contact__info .reachbox:hover:before {
    background: #d8d8c0  !important;
    text-decoration: none;
    color: #191919;
}
.home .contact__info .reachbox:hover .contact__link {
    color: #a6b0bb;
}


/*Logo-bar*/
.home .logo-sec .wpb_wrapper{
	    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    column-gap: 10px;
}
.home .logo-sec .wpb_wrapper .wpb_single_image {
    width: 23%;
    padding: 20px;
}


.home .logo-sec .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
    justify-content: center;
    
}
.home .logo-sec .wpb_single_image img {
     max-width: 240px !important;
    
}
#icegram_message_5683{
	display:none!important;
}

@media(max-width:1280px){
	.home .logo-sec .wpb_single_image img {
		max-width: 190px !important;
	}
	.single-post .breadcrumb-div .container {
		
		max-width: 990px!important;
		
	}
}

@media(max-width:1024px){
	.single-post .banner-box .row-wav-sec{
		display:block;
		gap:0;
	}
	.single-post .banner-box .col-content{
		width:100%;
	}
	.single-post .banner-box .col-sidebar{
		width:100%;
	}
	.single-post .banner-box .container { 
		width:100%;
		max-width:80%;
	}
	.source-box-wave { 
		margin-bottom: 40px;
	}
	.single-post .banner-box .sp-head-info__authors-wrap {
		width:80%;
		padding-bottom:10px;
	}
	.single-post .banner-box .sp-head-info__wrap {
		width:80%;
	}
	.single-post .banner-box .col-sidebar{
    margin-top: 0;
	}
	.single-post .source-box-wave {
		margin-bottom: 60px;
	}
	.single-post .banner-box .row-wav-sec {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
}


@media (max-width:999px){
	.home .contact__inner {
   display:flex;
   flex-direction:column;
   width:100%;
   max-width:100%;
}
.home .contact__info {
   width: 100%;
   background:none;
   padding:0px;
  
}
.home .contact__info .contact-col {
    padding: 70px;
}
.home .contact__form{
	width:100%;
	max-width:100%;
	padding:0px;
}

.home .contact__form .form-col{
	padding:70px;
}
.home .logo-sec .wpb_wrapper .wpb_single_image {
    width: 49%;
    padding: 24px;
}
.home .logo-sec .wpb_single_image img {
    max-width: 220px !important;
}
}

@media(max-width:767px){
	.single-post .sp-head-info__authors-wrap {
		display: flex !important;
	}
	.single-post .sp-head-info__author{
		margin-bottom:30px;
	}
	.single-post .banner-box .sp-head-info__date, .sp .sp-head-info__reviewed-date {
		margin-right:10px;
	}
	.single-post .banner-box .sp-head-info__reviewed-date {
		margin-right: 10px;
	}
	.header .mobile-menu-switch{
		display: inline-flex!important; 
		margin-top: -0px!important;
	}
	.single-post .banner-box .author-sec {
		border-right:0px;
		margin:10px 0;
	}

	.single-post .banner-box .faq .accordionn span {
		font-size: 16px !important;
	}
	.contributor-box .wpb_column{
    padding-top: 20px !important;
}
	.home .insurance_section {
	max-width:700px;
    }
    .home .insurance_section .vc_row {
    display: flex!important;
	width:100%!important;
    }
    .home .insurance_section .vc_row .vc_col-sm-3{
	width:50%!important;
   }
.page-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    width: 90%;
}
.home .contact__info .contact-col {
    padding: 50px;
}
.home .contact__form .form-col{
	padding:50px;
}
.home .logo-sec .wpb_wrapper .wpb_single_image {
    width: 100%;
  
}
}
@media(max-width:600px){
	.single-post .banner-box h1 {
		font-size:36px!important;
		line-height:46px!important;
	}
	.single-post .banner-box .sp-head-info__wrap {
		display:block!important;
	}
	.single-post .banner-box .sp-head-info__reviewed-date{
		margin-bottom:10px;
	}
	.single-post .banner-box .sp-head-info__date{
		margin-bottom:10px;
	}
	.home .contact__info .contact__title h2 {
    color: #fff;
    font-size: 30px !important;
    line-height: 40px;
}
}

.page-footer__socials {
    text-align: right;
}	
	
.blog-hero-sec {
    height: auto;
    width: 100%;
    float: left;
    align-content: center;
    align-items: center;
    /* max-width: 800px; */
}

.blog-hero-sec .heading-h1{
	max-width:800px;
}

.sp-about-author__social-item {
    width: 40px;
    height: 40px;
    background: #f9f9f5;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    border: 1px solid #1e407d;
}
.sp-about-author__social-item:hover {
	background: #1e407d;
	border: 1px solid #f9f9f5;
}
.sp-about-author__social-item svg {
	width:16px;
	height:16px;
}	
.single-post a.sp-about-author__social-item svg path {
    fill: #1e407d !important;
}
.single-post a.sp-about-author__social-item:hover svg path {
    fill: #f9f9f5 !important;
}

/* author css */

.custom-author-header #page-header-bg .inner-wrap .socialicon a i {
	font-size: 16px;
	color: #8c8676 !important;
}

.custom-author-header #page-header-bg .inner-wrap .socialicon a:hover i {
	font-size: 16px;
	color: #000;
}

.cah-author .cah-text h2 {
	font-weight: 500 !important;
	letter-spacing: -0.03em !important;
	font-size: 42px !important;
	line-height: 48px;
}

.auther-guidelines a {
   display: block;
   text-align: center;
   margin-top: 28px;
   background: #b1735f !important;
   padding: 15px;
   text-decoration: none;
   color: #fff;
   font-size:15px;
   line-height: 20px;
}

.author .auther-guidelines a:hover {
	background: #435e8a !important;
}

.our_team_h h1 {
}

.custom-author-header .span_6 {
	margin-bottom: 0 !important;
}

.custom-author-header .page-header-bg-image:after {
	background: #ffffff;
}

.cah-text h2:before {
	display: none !important;
}

.cah-text ul {
	margin-bottom: 0;
	padding: 0;
}

.author .cah-bio ul li {
	list-style: none;
	margin-bottom: 10px;
	padding: 0px 0 0 25px;
	color: #666;
	line-height: 1.71429;
	position: relative;
}

.author .cah-bio ul li:before {
	content: '\e915';
	font-family: icomoon !important;
	display: inline-block;
	position: absolute;
	left: 0;
	color: #ef9149;
	font-size: 20px;
	margin-top: 1px;
	content: url(https://newwaverecoverycenter.com/wp-content/uploads/2026/01/check-blue1.webp) !important;
	margin-left: 0px;
	font-size: 16px;
	font-family: 'Roboto' !important;
	color: #619ed2;
	position: absolute;
	margin-top: 0px;
	top: 0px !important;
	left: 0px !important;
	background-color: unset !important;
}

.cah-text h2 {
	font-size: 30px;
	line-height: 38px;
	margin-top: 10px;
}

.custom-author-header #page-header-bg .inner-wrap h1 {
	color: #000000;
	width: 100%;
	margin-top: 3px;
	text-align: left;
}

.cah-content {
	display: flex;
	justify-content: space-between;
	/*padding-bottom: 50px;*/
	margin-bottom: 50px;
	/*border-bottom: 1px solid #95a7ac;*/
}

.custom-author-header #page-header-bg .inner-wrap p {
	color: #000000;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.custom-author-header #page-header-bg .inner-wrap p strong {
	color: #000000;
	margin-top: 15px;
	margin-bottom: 5px;
}

.custom-author-header #page-header-bg .inner-wrap .socialicon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

body.author .ocm-effect-wrap .ocm-effect-wrap-inner div.container-wrap.bottom {
	padding-top: 0px !important;
}

.custom-author-header #page-header-bg .inner-wrap .socialicon a {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .1);
	cursor: pointer;
	margin: 0 5px;
}

.custom-author-header #page-header-bg .inner-wrap .socialicon a i {
	font-size: 16px;
	color: #000;
}

#page-header-bg .container {
	max-width: 1230px;
	margin: 0 auto;
}

body.author .ocm-effect-wrap .ocm-effect-wrap-inner div.container-wrap {
	padding-top: 80px !important;
}

@media only screen and (max-width: 999px) {
	.author .post-area {
		padding: 0 !important;
		margin: 0 !important;
	}
	
}

.cah-head {
	display: flex;
	/* flex-direction: column; */
	/* justify-content: center; */
	align-content: center;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

@media only screen and (max-width: 1600px) {
	.cah-head {
		margin-top: 50px;
	}
}

.cah-avatar {
	max-width: 180px;
	align-items: center;
	margin-bottom: 25px;
	float: left;
	margin-right: 24px;
	height: 180px;
}

@media only screen and (max-width: 767px) {
	.cah-avatar {
		max-width: 150px;
	}
	
}

@media only screen and (max-width: 576px) {
	.cah-avatar {
		max-width: 120px;
	}
}

.cah-avatar img {
	border-radius: 50%;
	width: 180px;
	margin: 0 !important;
}

.cah-info {
	display: flex;
	flex-direction: column;
	align-items: baseline;
}

.cah-role {
	color: #000000;
	text-align: left;
	font-weight: 500;
	color: #3f3f3f;
	font-size: 16px;
	padding: 0px 20px;
	line-height: 22px;
	margin-top: 26px;
	border-radius: 20px;
	margin-bottom: 12px;
}

.cah-content {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
	.cah-content {
		flex-wrap: wrap;
	}
}

.cah-text {
	width: 100%;
	max-width: calc(100% - 400px - 50px);
}

@media only screen and (max-width: 1199px) {
	.cah-text {
		max-width: 100%;
	}
}

body .cah-text h2,container-wrap.bottom h2 {
	font-size: 30px !important;
	line-height: 42px !important;
	margin-bottom: 14px;
}

.cah-text h2:before {
	content: '';
	display: block;
	width: 100%;
	height: 28%;
	position: absolute;
	bottom: 14%;
	left: 0;
	right: 0;
	z-index: -1;
	background: linear-gradient(to right,rgba(194,89,53,0.3) 0,rgba(194,89,53,0.3) 100%);
}

.cah-auther-guidelines {
	width: 100%;
	max-width: 380px;
}

.author .auther-guidelines {
	padding: 30px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .2);
}

.author .auther-guidelines h3 {
	font-size: 30px!important;
	line-height: 38px;
	font-weight: 600;
}

.author .auther-guidelines p {
	/* margin-top: 20px!important; */
	text-align: center;
	padding-bottom: 5px;
	padding-top: 2px;
}

.cah-mr {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}

.cah-mr span {
	color: #435e8a !important;
	margin-left: 10px;
	font-weight: 500;
}

.cah-bio {
	color: #000;
}

.cah-bio p {
	color: #000000;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	padding-bottom: 0 !important;
}

.cah-bio p strong {
	color: #000000;
	margin-top: 15px;
	margin-bottom: 5px;
}

.review-role {
	width: 100%;
	margin-top:0px;
	float: left;
}

.cah-dr {
	width: auto;
	float: left;
	margin-right: 10px;
}

.cah-role {
	width: 100%;
	float: left;
	margin-top: 14px !important;
	padding-left: 6px;
	font-weight: 500;
	color: #000;
}

.author .cah-mr {
	border: 1px solid #d1d1d1;
	padding: 9px 20px;
	border-radius: 30px;
	width: auto;
	float: left;
	margin-right: 10px;
	font-size: 16px;
}

.author .breadcrumb-light span {
	color: #435e8a !important;
	font-size: 16px;
	font-weight: 500;
}

.author .breadcrumb-light .breadcrumb_last {
	color: #000 !important;
}
body.single-post #ajax-content-wrap .container-wrap.no-sidebar .jumpcontainer svg {
    float: right;
    margin-top: 8px;
}

.single-post .sp__verify-insurance{
	display:none;
}
.single-post .banner-box .col-sidebar .sp__about-author{
	margin-bottom: 40px;
}
.author .author-info__content-title {
    font-weight: 600 !important;
	color:#000;
}

.author .area-listing h2 .widget-title {
    font-size: 24px !important;
    font-weight: 600;
}

.author .area-listing {
    margin-top: 40px;
}
.author .area-listing .widget-title {
    font-weight: 600;
    font-size: 24px !important;
}

.author .author-info__container .author-info__content-wrap {
    max-width: 63%!important;
    padding-right: 60px;
}
.posts__author-img img {
    border-radius: 50%;
    max-height: 45px;
    max-width: 45px;
    min-height: 45px;
    min-width: 45px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.author .author-hero__social {
		margin-left: 212px;
	}
	.contributor-section .wpb_wrapper h2 {
		margin-top: 30px;
	}
		body .contributor-section .contributor-box {
		padding-top: 60px !important;
	}
	.editorial-sec {
		margin: 60px 0px !important;
	}
}

@media screen and (max-width: 1009px) {
	.contributor-section .contributor-box .contributor-col{
		width:48%;
	}
}

@media only screen and (max-width: 999px){
	.author .author-info__container.page-container.container.author-container {
		display: block;
	}
	.cah-auther-guidelines {
		max-width: 100% !important;
		margin-top: 50px;
		
	}
	.author .author-info__container .author-info__content-wrap {
		max-width: 100%!important;
		padding-right:0px;
	}

	.author .author-hero__img img {
		border-radius: 50%;
		width: 150px;
		height: 150px;
		min-width: 150px;
	}
	.author .author-hero__img {
		min-width: 165px !important;
		width: 165px !important;
	}
	.author .author-hero__social {
		margin-left: 200px;
	}
	
}

@media only screen and (max-width: 768px){
	.author #page-header-bg .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.editorial-sec {
    margin: 50px 0px !important;
}

}
@media only screen and (max-width: 767px) {
	.cah-avatar img {
		width: 150px;
	}
	body .contributor-section .contributor-box {
    padding-top: 30px !important;
}
.contributor-section{
	width:80%!important;
}
.contributor-editorial{
	width:80%!important;
}
	.contributor-section .contributor-box .contributor-col {
    width: 100%;
}
}
@media(max-width:600px){
	.author .review-role {
		flex-direction: column;
		align-items: center;
	}
	.author .author-hero__container h1 {
		font-size: 52px !important;
	}
	.author .breadcrumb-light span {
		font-size: 15px;
	}
	
	.editorial-section h2 {
    font-size: 30px !important;
    line-height: 40px;
}
}

.author .author-posts__container.page-container {
    max-width: 1230px;
    margin: 0 auto;
}
.author-posts__list {
    display: flex;
    width: 100%;
}
.author-posts__list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.author-posts__item{
    position: relative;
    /* width: calc(33.33333% - 23px); */
    width: calc(50% - 23px);
    background: #ffffff;
    /*padding-bottom: 15px;*/
    border-radius: 5px;
    /* box-shadow: 1px 1px 4px #f0f0f0;*/
	box-shadow: 1px 1px 4px 2px #f0f0f0;
    border: 0px solid #f0f0f0;
}

.author-posts__image-wrap {
    position: relative;
    width: 100%;
}
.author-posts__image {
    /* background-color: #d9d9d9; */
    border-radius: 10px;
    padding-top: 70.56%;
    border: 0px;
}
.author-posts__image img {
    border-radius: 10px 10px 0px 0px;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.author-posts__cats {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    z-index: 111;
    margin-top: -60px;
    width: 96%;
    padding: 0 2%;
    justify-content: space-between;
    display: flex;
}
.author-posts .author-contents {
    border-bottom: 0px;
    padding: 20px;
}
.author-posts h3 {
    color: #19304c;
    font-size: 26px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.author-posts__author-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
	margin-top:15px;
}
.author-posts__author-img-wrap {
    max-width: 45px;
}
.author-posts__author-img-wrap {
    border-radius: 50%;
    max-height: 45px;
    max-width: 45px;
    min-height: 45px;
    min-width: 45px;
    -o-object-fit: cover;
    object-fit: cover;
}
.author-posts__author-img-wrap img {
    border-radius: 50%;
    max-height: 45px;
    max-width: 45px;
    min-height: 45px;
    min-width: 45px;
    -o-object-fit: cover;
    object-fit: cover;
}
.author-posts__author-wrap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 12px;
}
.author-posts__author-name {
	color: #19304c;
    font-size: 16px;
    font-weight: 700;
}
/*.author-posts__author-date {
    color: #000;
    font-family: Outfit,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
}*/
.author-posts__author-date {
    color: #bbbbbb;
    font-family: Outfit,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
}
.author-posts__cat {
    padding: 0px 15px;
    z-index: 99;
    background-color: #19304c;
    border-radius: 15px;
    color: #fff;
    margin-right: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Outfit, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 26px;
    margin-top: 10px;
}
.author .author-posts__title.section-title {
    margin-bottom: 25px;
	font-size: 42px !important;
	font-weight: 600 !important;
}
.author-posts__item a:hover {
    text-decoration: none;
} 

.author-posts {
    padding-bottom: 120px;
	padding-top:100px;
    background: #f6f6f6;
}

.posts__item {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.post-card {
    position: relative;
    /*width: calc(33.33333% - 23px);*/
	width: calc(50% - 23px);
    background: #ffffff;
    padding-bottom: 0px;
    border-radius: 5px;
    box-shadow: 1px 3px 2px #f0f0f0;
    border: 0px solid #f0f0f0;
}
.posts .vc_inner{
	border-bottom:0px!important;
	padding:80px 0px;
}
.author .breadcrumb-light li{
	list-style:none;
}
.bread-crumb #breadcrumbs span a{
	color: #435e8a !important;
}
.bread-crumb{
	margin:0px 10px;
}
.bread-crumb li span a {
    font-size: 16px!important;
    line-height: 26px!important;
}
.bread-crumb li.separator{
	color :#435e8a;
}
.bread-crumb li {
	text-transform:capitalize!important;
	font-size:16px!important;
	line-height:24px!important;
	color:#000;
}
.posts .posts__cats{
	position:absolute;
	z-index:111;
	margin-top:-60px;
		width: 96%;
	padding:0 2%;
	justify-content: space-between;
	display: flex;
}	
.posts .posts__author-wrap {
	display: flex;
	margin-left: 20px;
	width: 100%;
	justify-content: center;
	align-content: center;
	/* align-items: flex-start; */
	/* flex-wrap: nowrap; */
	flex-direction: column;
}
.posts .post-contents{
	border-bottom:0px;
	padding: 20px;
}
.posts .post-contents .posts__author-info{
	padding-left:0px;
	padding-right:0px;
}
.posts .post-contents h3{
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
}

.posts {
    padding-bottom: 120px;
    margin-top: 0px;
    background: #f6f6f6;
}
.posts .page-header-left {
    max-width: 100%;
    display: grid;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    justify-content: center;
}
.posts .page-header-left .page-title {
    text-align: center;
    font-size: 70px!important;
    font-weight: 600;
    line-height: 80px;
	color: #435e8a !important;
}
.page-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
	width: 90%;
}



.posts__title {
	color: #19304c;
	margin: 0 auto;
	max-width: 466px;
	text-align: center;
}

.posts__categories {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.posts__category {
    border-radius: 0px;
    color: #999999;
    cursor: pointer;
    font-family: Outfit,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 26px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    padding: 5px 20px;
    border: 1px solid #19304c59;
}
.posts__category:hover {
    background-color: #7A8370;	
	color: #fff;
}
.posts__category.active {
    background-color: #1e407d;	
	color: #fff!important;
}

.posts__category.active:hover {
	color: #fff;
	background-color:#1e407d!important;
}


.posts__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 30px;
	margin-top: 45px;
	width: 100%;
}

.posts__link {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1
}

.posts__image,.posts__image-wrap {
	position: relative;
	width: 100%
}

.posts__image {
	border-radius: 5px;
	padding-top: 70.56%
}

.posts__image img {
	border-radius: 5px 5px 0px 0px; 
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%
}

.posts__cats {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
	padding: 0 20px;
}

.posts__cat {
	background-color: #19304c;
	border-radius: 15px;
	color: #fff;
	margin-right: 7px;
	padding-left: 15px;
	padding-right: 15px;
}

.posts__cat,.posts__time-read {
	font-family: Outfit,Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 26px;
	margin-top: 10px;
}

.posts__time-read {
	background-color: #19304c82;
	border-radius: 15px;
	color: #fff;
	margin-right: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.posts h3 {
    color: #435e8a;
    font-size: 24px !important;
    line-height: 30px;
    margin-top: 0px;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.posts__author-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0px;
	padding: 0 20px;
}

.posts__author-img-wrap {
	max-width: 45px
}

.posts__author-img {
	border-radius: 50%;
	max-height: 45px;
	max-width: 45px;
	min-height: 45px;
	min-width: 45px;
	-o-object-fit: cover;
	object-fit: cover
}

.posts__author-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 12px
}

.posts__author-name {
	color: #19304c;
	font-size:16px;
	font-weight: 700
}

.posts__author-date {
	color: #bbbbbb;
	font-family: Outfit,Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 1;
	margin-top: 10px
}

.page-archive__pagination,.posts__pagination {
	border-top: 1px solid rgba(0,0,0,.1);
	margin-top: 52px;
	padding-top: 25px;
	position: relative
}

.page-archive__pagination,.posts__next,.posts__pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.posts__next {
	border: 1px solid #e5e5e5;
	border-radius: 16px;
	color: #000;
	font-family: Outfit,Helvetica,Arial,sans-serif;
	font-size: 14px;
	height: 35px;
	line-height: 1;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 16px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.posts__next span {
	display: block;
	margin-right: 10px
}

.posts__next:hover {
	border-color: #19304c;
	color: #19304c
}

.posts__prev {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e5e5e5;
	border-radius: 16px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Outfit,Helvetica,Arial,sans-serif;
	font-size: 14px;
	height: 35px;
	line-height: 1;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 16px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.posts__prev span {
	display: block;
	margin-left: 10px
}

.posts__prev:hover {
	border-color: #19304c;
	color: #19304c
}

.posts__pages {
	bottom: 0;
	color: #000;
	font-family: Outfit,Helvetica,Arial,sans-serif;
	font-size: 14px;
	left: 50%;
	line-height: 35px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.content-box ul li strong{
	color:#000;
}
 #blog-nav{
	margin-bottom: 50px;
	display: flex;
    justify-content: center;
    align-items: baseline;
}
  #blog-nav a{
	border-radius: 0px;
    color: #999999;
    cursor: pointer;
    font-family: Outfit, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
	text-align:center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    padding: 5px 20px;
	border: 1px solid #19304c59;
}
#blog-nav a:hover{	
	background-color: #7A8370;
	color: #fff;
	text-decoration:none;
}

#blog-nav a.active { 	
	background: #1e407d;
	color: #fff;
	min-width: 110px;
	border: 0px solid #00000008;
}

.category .bread-crumb {
    margin: 0px auto;
}
.contributor-newwave h1 {
    font-size: 64px !important;
    line-height: 66px;
    color: #ffffff !important;
    text-transform: capitalize;
    font-weight: 500;
	padding-top:50px;
}
.contributor-box .dce-user_content .user-custommeta {
    font-size: 14px;
    margin-top: 10px;
	color:#fff;
}
.contributor-box .dce-user_image img {
    border-radius: 10px 10px 0 0;
	width: 100%;
}

.contributor-box .dce-user_content {
	background:#435E8A;
	padding: 34px 30px 68px;
	border-radius:0 0 10px 10px;
	text-align:center;
}
.contributor-section .wpb_wrapper h2{
	font-size:46px !important;
	/*padding-bottom: 60px;*/
}
.contributor-box .team__circle-l, .team__circle-l svg path {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.contributor-box .contributor-col a:hover {
    text-decoration: none;
}

.contributor-box .team__circle-l {
	z-index:2;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #B1735F;
    border-radius: 50%;
    bottom: -36px;
    display: flex;
    height: 72px;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 72px;
}

.contributor-box .vc_col-sm-4 a:hover .team__circle-l {
    background-color: #435E8A;
}

.contributor-box .vc_col-sm-4 a:hover .dce-user_content {
    background-color: #B1735F;
}

.contributor-section .dce-user_content .user-displayname{
	 font-size: 24px;
    font-weight: 500;
	line-height: 32px;
	color:#fff;
}

.editorial-sec .vc_cta3-content p{
    max-width: 910px;
    margin: 0px auto;
    margin-bottom: 15px;
	font-size:16px;
}

.editorial-sec .vc_cta3-content-header h2{
	font-size: 38px !important;
    line-height: 48px;
    color: #4D4741;
}
.editorial-sec .editorial-button a {
    margin-top: 28px;
    padding: 15px 40px;
    font-size: 15px;
    line-height: 20px;
	margin-bottom:15px;
}

body .contributor-section {
    padding: 50px 0px !important;
}

@media screen and (max-width: 1440px) {
	.posts {
		margin-bottom:calc(4.5vw + 55.2px);
		margin-top: calc(4vw + 57.4px);
	}
}
@media screen and (max-width: 1249px) {
	.contributor-box .dce-user_content {
		min-height: 190px;
	}
}

@media screen and (max-width: 1024px) {
	.posts__list {
		gap:45px 20px
	}
	.posts__item {
		width:calc(100% - 10px)
	}
	.post-card {
		width:47%;
	}
	.page-template-template-blog .posts__item {
		margin: 0px auto;
		justify-content: center;
	}
	.page-template-template-blog .posts {
		margin-top: 0px;
	}
	.editorial-section{
		width:90%!important;
	}
	.contributor-section .wpb_wrapper h2 {
		padding-bottom: 0px; 
	}
	.single-post .breadcrumb-div .container {
    
	width:80%;
	}
}

@media screen and (max-width: 768px) {
	.posts__item {
		width:100%;
	}
	.post-card {
		width:100%;
	}
	.single-post .box-wave {
	}
	.single-post .banner-box .sp-head-info__wrap {
        width: 100%;
    }
	.author-posts__item {
		width:100%;
	}
}

@media only screen and (max-width: 576px) {
	.cah-avatar img {
		width: 120px;
	}
	.cah-text h2 {
		font-size: 30px!important;
		line-height: 38px!important;
		margin-top: 10px;
	}
	.contributor-newwave h1 {
		font-size: 54px !important;
		line-height: 64px;
		color: #ffffff !important;
		text-transform: capitalize;
		font-weight: 500;
		padding-top: 50px;
	}
}

@media screen and (max-width: 480px) {
	.posts {
		margin-bottom:75px;
		margin-top: 75px;
	}
	.posts .page-header-left .page-title {
		font-size: 42px!important;
		line-height: 50px;
	}
	.author .author-hero__info{
		margin-left:0px !important;
		margin-right:0px !important;
	}
	.author-hero__container.page-container.container.author-container{
		padding-left:0px;
		padding-right:0px;
	}
	.author-info__container.page-container.container.author-container{
		padding-left:0px;
		padding-right:0px;
	}
	.author-posts {
		padding-top: 70px;
	}
	.editorial-sec .vc_cta3-actions{
		white-space: normal !important;
	}
	.home .contact__form {
		max-width: 597px;
		position: relative;
		width: auto;
		padding: 45px 50px;
		background-color: #324c75;
		z-index: 2;
	}
	.home .contact__info .contact-col {
		padding: 30px;
	}

	.home .contact__form .form-col {
		padding: 30px;
	}
	.home .contact__info .contact__title h2 {
		color: #fff;
		font-size: 28px !important;
		line-height: 38px;
	}
	.home .contact__info .reachbox:before {
		font-size: 16px;
		height: 50px;
		width: 50px;
	}
}
.contributor-newwave {
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 17vh 0vh;
}

.contributor-newwave:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: #020406;
    opacity: 0.6;
    height: 100%;
    width: 100%;
}
   

.banner-container {
	position: relative;
}
.custom-breadcrumb li.separator {
    color: #fff;
}
.custom-breadcrumb li a {
    color: #fff;
}
.custom-breadcrumb  li {
    text-transform: capitalize!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #fff;
}
.custom-breadcrumb li a:hover {
    color: #b1735f !important;
}
.custom-breadcrumb {
	padding:0px !important;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0;
}

@media screen and (max-width: 480px) {
	.contributor-newwave {
		padding-top: 10vh;
		padding-bottom: 10vh;
	}
	.contributor-section .contributor-box .row {
		row-gap: 40px;
	}
	.editorial-sec .vc_cta3-content-header h2 {
		font-size: 32px !important;
		line-height: 42px;
	}
}

.footer-container {
	width:100%;
	float:left;
}
.single-post .hero-banner .blog-image {
    height: 60vh;
    background-size:cover !important;
    background-position:center !important;
    padding: 0 !important;
    max-width: 1230px;
    margin: 24px auto;
    border-radius: 20px;
}
.single-post .hero-banner .sp-head-info__wrap .date {
    display: flex;
    /* gap: 0px; */
    justify-content: end;
    padding-bottom: 2px;
}
.single-post .hero-banner .blog-image:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.single-post .banner-box .faq .accordion-open span svg rect:nth-child(1) {
	display:none;
}
.single-post .banner-box .faq .accordion-open span svg rect:nth-child(3) {
	transform: rotate(270deg);
}

.single-post .banner-box .source-box-wave .accordion-open span svg rect:nth-child(1) {
	display:none;
}
.single-post .banner-box .source-box-wave .accordion-open span svg rect:nth-child(3) {
	transform: rotate(270deg);
}

@media screen and (max-width: 1249px) {
	.single-post .hero-banner .blog-image {
		max-width:990px;
	}
}

@media screen and (max-width: 1024px) {
	.single-post .site-container .wpb_row {
		width: 80% !important;
	}
	.single-post .hero-banner .blog-image {
        width: 80%;
		height: 40vh;
        padding: 0 10%;
        background-size: cover !important;
        background-position: center !important;
    }
	.single-post .banner-box .row-wav-sec {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header-left a img {
		margin-left:0px;
	}
}
@media screen and (max-width: 767px) {
	.single-post .hero-banner .site-container .vc_row {
		width: 100% !important;
		padding: 0% !important;
	}
	.single-post .hero-banner h1 {
		font-size: 36px !important;
		line-height: 48px;
	} 
	.single-post .banner-box .content-box h2 {
		font-size: 32px !important;
		line-height: 40px;
	}
	.single-post .banner-box .faq .accordionn span {
        font-size: 16px !important;
        line-height: 26px !important;
    }
	.single-post .banner-box .author-info-block__wrap h3 {
		font-size: 32px !important;
		line-height: 40px;
	}
	.single-post .banner-box .auther-guidelines h2 {
		font-size: 32px !important;
		line-height: 42px;
	}
	.single-post .hero-banner .sp-head-info__authors-wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.single-post .hero-banner .sp-head-info__wrap { 
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.single-post .hero-banner .sp-head-info__date, .sp .sp-head-info__reviewed-date {
		margin: 5px 10px 5px 0px;
	}
	.header-top-sidebar-container p.phone {
		width: 100%;
		float: left;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
        align-items: center;
	}
	.header-top-sidebar-container .phone a{
		float:left;
	}
}

.copyright-area-container {
    float: left;
    width: 100%;
}





/* common service */

.common-service {
	background:#ffffff;
	border-radius: 0px;
	overflow: hidden;
}

.common-service .hero-banner{
	margin:0px;
}
.common-service .hero-banner .box-wave{
	position:relative;
	background-size: cover !important;
	background-position:center !important;
	padding: 20vh 0 0vh 0;
	border-radius: 0px;
}
.common-service .box-wave::before{
    background: #00000075 !important;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius:0px;
}
.common-service .area-listing .widget_nav_menu {
    border: 1px solid #587ec438;
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
    /* border-bottom: 0px solid #e1e1e1; */
}

.common-service .area-listing .widget_nav_menu h2 {
	color: #B1735F;
	font-size: 28px;
	font-weight: 600;
}


.common-service .banner-box .row-wav-sec{
	 width:100%;
	 display:flex;
	 gap: 40px;
	 padding-top: 40px;
	 padding-bottom: 40px;
}
.common-service .banner-box .col-content{
	width:70%;
}
.common-service .banner-box .col-sidebar{
	width:30%;
	position: relative;
	z-index: 9999;
	margin-top: 0;
}
.common-service .banner-box .col-sidebar .sp__about-author {
    border-bottom: 1px solid #ccc;
    padding: 30px;
    text-align: center;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #dce4f1;
}
.common-service .banner-box .col-sidebar .sp__about-author img {
	border-radius:50%;
	width: 120px;
    height: 120px;
} 
.common-service .banner-box .content-box h2 {
	font-size: 40px !important;
    line-height: 48px;
    color: #b1735f;
	margin-top: 15px;
	font-weight: 500;
}
.common-service .banner-box .jumpcontainer {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    width: 100%;
    top: 0;
    z-index:9;
}
.common-service .banner-box .jumpcontainer svg{
	float:right;
}
.common-service .banner-box .jumpcontainer #jumplink h3{
	justify-content: space-between;
	display: flex;
	align-items: anchor-center;
	color: #060606;
	font-size: 26px !important;
	cursor: pointer;
	padding: 10px 20px;
}
.common-service .banner-box .sp-about-author__name h3{
	color: #B1735F;
}
.common-service .banner-box .sp-about-author__name h3 a{
	color: #435e8a;
}
.common-service .banner-box .sp-about-author__title p, 
.common-service .banner-box .sp-about-author__text p {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #252525;
}

.common-service .banner-box .sp-about-author__title .sp-about-author__text p{
	padding-top:5px;
	padding-bottom:5px;
}

.common-service .banner-box .learn-more-btn{
    background-color: #1e407d;
    padding: 10px 40px;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    border-radius: 10px;
}


.common-service .banner-box .learn-more-btn:hover {
	background-color:#435e8a;
	text-decoration:none;
}
.common-service .banner-box .keypoint-sec h3{
		color:#435e8a;
}
.common-service .banner-box .key-box-sec ul li{
	margin-bottom: 15px;
	line-height: 28px;
}
.common-service .banner-box .sp-verify-insurance__logo .col-sidebar{
    margin-top: 30px;
    max-height: 50px;
    max-width: 126px;
    padding: 0 15px;
}
.common-service .banner-box .col-sidebar .sp-verify-insurance {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 40px 30px 40px;
    position: relative;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dce4f1;
}
.common-service .banner-box .col-sidebar .healing-right {
    background: #ffffff;
    border: 0px solid #ccc;
    border-radius: 5px;
    border-top: 0;
    overflow: hidden;
}

.common-service .banner-box .col-sidebar .sp-verify-insurance__logos {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
	display:flex;
	justify-content:center !important;
}
.common-service .banner-box .col-sidebar .sp-verify-insurance__logo{
    margin-top: 30px;
    max-height: 50px;
    max-width: 126px;
    padding: 0 15px;
}
.common-service .banner-box .col-sidebar .sp-verify-insurance__logo img{
	max-width:100%;
}

.common-service .banner-box .col-sidebar .sp-verify-insurance__btn a{
	background-color: #1c3b74;
	padding: 12px 40px;
	border-radius: 10px;
	display: inline-block;
	margin-top: 40px;
	color: #fff;
}
.common-service .banner-box .col-sidebar .sp-verify-insurance__btn a:hover {
	background-color: #435e8a;
	text-decoration:underline;
}
.common-service .banner-box .col-sidebar .widget_menu .area-listing ul li{
	margin-bottom: 15px;
    list-style-type: none;
	position: relative;
	list-style: disc;
    color: #1d3d78;
}

.common-service .banner-box .col-sidebar .widget_menu .area-listing ul li:before {
    content: "";
    margin-left: -35px;
    font-size: 24px;
    font-family: 'template' !important;
    color: #1e407d;
    position: absolute;
    margin-top: 1px;
    background: #b15f5f00;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* top: 5px; */
    padding-top: 0px;
    font-weight: 600;
}
.common-service .banner-box .col-sidebar .widget_menu .area-listing .menu{
	padding-left:25px;
    padding-top: 10px;
}
.common-service .banner-box .col-sidebar .widget_menu .area-listing ul li a{
	color:#666;
}

.common-service .hero-banner .sp-head-info__wrap {
    -webkit-box-align: end;
    display: flex;
    max-width: 100%;
    margin: 5px auto;
    border-radius:5px;
    color: #ffffff !important;
    background: none;
    padding: 0px 0;
    justify-content: flex-start;
}
.common-service .hero-banner .hero-date-sec .sp-head-info__wrap .date{
	display: flex;
	gap: 15px;
	justify-content: end;
}
.common-service .hero-banner .sp-head-info__wrap strong{
	color: #ffffff !important;
	font-weight:600;
}
.common-service .hero-banner .sp-head-info__wrap .sp-head-info__reviewed-date strong{
	font-weight: 600;
}
.common-service .hero-banner .sp-head-info__reviewed-date{
	/* margin: 0 0 0px !important; */
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	/* margin: auto; */
	margin-right: 0;
	margin-left: 15px;
}

.common-service .hero-banner .sp-head-info__wrap .sp-head-info__date strong{
	font-weight: 600;
}
.common-service .hero-banner .sp-head-info__date, .sp .sp-head-info__reviewed-date {
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    /* margin: 0 10px; */
}
.common-service .hero-banner .custom-breadcrumb span a{
	font-weight:600;
	color: #ffffff;
}
.common-service .hero-banner .custom-breadcrumb span a:hover {
	color: #f2ff2;
}
.common-service .hero-banner .custom-breadcrumb .breadcrumb_last{
	color: #ffffff;
	font-weight: 500;
}
.common-service .hero-banner .sp-head-info__authors-wrap .sp-about-author__text .read-btn a{
	color:#666!important;
}
.common-service .hero-banner .sp-head-info__authors-wrap{
    -webkit-box-align: start;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: start;
    width: 50%;
}
.common-service .hero-banner .author-sec {
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* border-radius: 200px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 17px;
    padding: 0px 0;
    border-right: 0px solid #ffffff42;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-end;
    justify-content: center;
    width: auto;
    margin: 0 40px 0 0px;
}
.common-service .hero-banner .author-sec:last-child { 
	border-right: 0px solid #162f5c;
}
.common-service .hero-banner .author-sec img {
    border-radius: 50%!important;
    height: 60px;
    margin-right: 0;
    position: relative;
    width: 60px;
}
.common-service .hero-banner .author-sec h3{
	line-height:normal;
	display:flex;
	color: #454545;
}
 .common-service .hero-banner .author-sec h3 a {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	cursor:pointer;
	font-weight: 600;
}
.common-service .hero-banner .author-sec .sp-head-info__author-info, 
.common-service .hero-banner .author-sec .sp-head-info__doctor-info {
	text-align:left;
	padding-left: 15px;
}

.common-service .hero-banner .wave__image-wrap{
	max-height: 600px;
    overflow: hidden;
    width: 100%;
}
 .common-service .hero-banner .wave__image-wrap img {
    width:100%;
	min-height: 500px;		
}
.common-service .hero-banner span{
	line-height:normal!important;
	color: #ffffff;
}
.common-service .sp-head-info span {
    text-transform: uppercase;
}
.common-service .hero-banner .catagory-box span{
	color: #1e407d;
}
.common-service .hero-banner .custom-breadcrumb .arrow-icon:before {
    /*content: "\64";*/
    content: "/";
    font-family: 'template' !important;
    margin: 0 5px 0px 5px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 3px;
    color: #ffffff;
    font-size: 18px;
}





.common-service .banner-box {
	background-color: #ffffff;
	border-top: 0px solid #e7e7e7;
	float:left;
	width:100%;
}
.common-service .banner-box .row-wav-sec{
	 width:100%;
	 display:flex;
	 gap: 40px;
	 padding-top: 40px;
	 padding-bottom: 40px;
}
.common-service .banner-box .col-content{
	width:70%;
}
.common-service .banner-box .col-sidebar{
	width:30%;
	position: relative;
	z-index: 9999;
	margin-top: 0;
}
.common-service .banner-box .col-sidebar .sp__about-author {
    border-bottom: 1px solid #dce4f1;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}
.common-service .banner-box .col-sidebar .sp__about-author img {
	border-radius:50%;
	width: 120px;
    height: 120px;
} 
.common-service .banner-box .content-box h2 {
	font-size: 40px !important;
    line-height: 48px;
    color: #b1735f;
	margin-top: 15px;
	font-weight: 500;
}
.common-service .banner-box .jumpcontainer {
    border: 1px solid #dce4f1;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    width: 100%;
    top: 0;
    z-index:9;
}
.common-service .banner-box .jumpcontainer svg{
	float:right;
}
.common-service .banner-box .jumpcontainer #jumplink h3{
	justify-content: space-between;
	display: flex;
	align-items: anchor-center;
	color: #252525;
	font-size: 24px !important;
	cursor: pointer;
	padding: 10px 20px;
}
.common-service .banner-box .sp-about-author__name h3{
	color: ##B1735F;
}
.common-service .banner-box .sp-about-author__name h3 a{
	color: #b1735f;
}
.common-service .banner-box .sp-about-author__title p, .common-service .banner-box .sp-about-author__text p {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #252525;
}

.common-service .banner-box .sp-about-author__title .sp-about-author__text p{
	padding-top:5px;
	padding-bottom:5px;
}

.common-service .banner-box .learn-more-btn{
    background-color: #1e407d;
    padding: 10px 40px;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    border-radius: 10px;
}


.common-service .banner-box .learn-more-btn:hover {
	background-color:#435e8a;
	text-decoration:none;
}
.common-service .banner-box .keypoint-sec h3{
		color:#435e8a;
}
.common-service .banner-box .key-box-sec ul li{
	margin-bottom: 15px;
	line-height: 28px;
}
.common-service .banner-box .sp-verify-insurance__logo .col-sidebar{
    margin-top: 30px;
    max-height: 50px;
    max-width: 126px;
    padding: 0 15px;
}
.common-service .banner-box .col-sidebar .sp-verify-insurance  {
    border-bottom: 1px solid #dce4f1;
    border-radius: 5px;
    margin-bottom: 40px;
    margin-top: 0;
    padding: 40px 30px 50px;
    position: relative;
    text-align:center;
}
.common-service .banner-box .col-sidebar .sp-verify-insurance__logos {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
	display:flex;
	justify-content:center !important;
}
.common-service .banner-box .col-sidebar .sp-verify-insurance__logo{
    margin-top: 30px;
    max-height: 50px;
    max-width: 126px;
    padding: 0 15px;
}
.common-service .banner-box .col-sidebar .sp-verify-insurance__logo img{
	max-width:100%;
}

.common-service .banner-box .col-sidebar .sp-verify-insurance__btn a{
	background-color: #1e407d;
	padding: 12px 40px;
	display: inline-block;
	margin-top: 40px;
	color: #fff;
}
.common-service .banner-box .col-sidebar .sp-verify-insurance__btn a:hover {
	background-color: #435e8a;
	text-decoration:underline;
}
.common-service .banner-box .col-sidebar .widget_menu .area-listing ul li{
	margin-bottom: 15px;
    list-style-type: none;
	position: relative;
	list-style: disc;
    color: #1d3d78;
}

.common-service .banner-box .col-sidebar .widget_menu .area-listing ul li:before {
    content: "";
    margin-left: -35px;
    font-size: 24px;
    font-family: 'template' !important;
    color: #1e407d;
    position: absolute;
    margin-top: 1px;
    background: #b15f5f00;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* top: 5px; */
    padding-top: 0px;
    font-weight: 600;
}
.common-service .banner-box .col-sidebar .widget_menu .area-listing .menu{
	padding-left:25px;
    padding-top: 10px;
}
.common-service .banner-box .col-sidebar .widget_menu .area-listing ul li a{
	color:#666;
}

   
.common-service .banner-box .auther-guidelines {
  border: 0px solid #435e8a;
  padding: 40px;
  text-align: center;
  margin: 40px 0;
  border-radius: 15px;
  background: linear-gradient(180deg, #eaf2ff 0%, #f0f0f0 189%);
  width: 100%;
}
.common-service .banner-box .auther-guidelines h2{
	font-size: 38px !important;
    line-height: 48px;
    color: #4D4741;
}
 .common-service .banner-box .auther-guidelines p {
	max-width: 910px;
    margin: 0px auto;
	margin-bottom: 15px;
}

.common-service .banner-box .auther-guidelines a{
	background-color: #435e8a;
	padding: 15px 40px;
	display: inline-block;
	color: #fff;
	margin-bottom: 15px;
	background: #1e407d !important;
	border-radius: 10px;
}
.common-service .banner-box .auther-guidelines a:hover {
	background-color:#435e8a !important;
	color: #fff;
	text-decoration:none;
}
.common-service .banner-box .author-info-block__wrap{
	padding: 40px;
	text-align: center;
	margin-bottom: 40px;
	border-radius: 15px;
	background-color: #1e407d !important;
	margin-top: 40px;
}
.common-service .banner-box .author-info-block__wrap h3{
	font-size: 38px !important;
	line-height: 48px;
	color: #ffffff;
	max-width: 700px;
	margin: 0px auto;
}
.common-service .banner-box .author-info-block__wrap p{
	color:#ffffff;
}

.common-service .banner-box .author-info-block__wrap .author-info-block__link a {
	background-color: #ffffff;
	padding: 12px 40px;
	display: inline-block;
	margin-top: 15px;
	color: #435e8a;
	margin-bottom: 10px;
	border: 2px solid #ffffff66;
	border-radius:10px;
}
.common-service .banner-box .author-info-block__wrap .author-info-block__link a:hover{
	background-color: #b1735f; 
	color: #ffffff;
	text-decoration:none;
}
.common-service .banner-box .faq-box-wave h2{
	font-size: 38px !important;
	line-height: 48px;
	color: #435e8a;
	margin-bottom:20px;
	margin-top:20px;
}
.common-service .banner-box .faq-box-wave .text{
	font-size:20px;
	line-height:30px;
}

.common-service .banner-box .faq .accordion-header{
	display: flex;
	justify-content: space-between;
	align-items: anchor-center;
	cursor: pointer;
	padding: 22px 22px;
}

.common-service .banner-box .faq .accordion-header:hover{
	color: #435e8a;
}

.common-service .banner-box .faq .accordion-body {
    padding: 0 25px !important;
}

.common-service .banner-box .faq .accordion-body p {
    padding-top: 0px;
}

.common-service .banner-box .faq .accordion-open .accordion-header{
	color: #1e407d;
}

.common-service .banner-box .source-box-wave .accordion-header{
	display: flex;
	justify-content: space-between;
	align-items: anchor-center;
	cursor: pointer;
	padding: 20px 20px;
}
.common-service .banner-box .source-box-wave .accordion-header span{
	color:#252525;
}
.common-service .banner-box .source-box-wave .accordion-header span svg{
	width:26px;
	height:26px;
}
.common-service .banner-box .source-box-wave .accordion-body {
	padding: 0 20px;
	padding-bottom: 20px;
}

.common-service .banner-box .faq-box-wave .sp-faq__item {
	border-bottom: 1px solid #e7e7e7;
	padding: 24px 0px;
}
.common-service .banner-box .source-box-wave {
	margin-top:20px;
}
.common-service .banner-box .source-box-wave .text {
	font-size:20px;
	line-height:30px;
	color: #435e8a;
}

.common-service .key-box-sec ul li:before {
    content: "";
    margin-left: -30px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'template' !important;
    color: #ffffff;
    position: absolute;
    margin-top: 10px;
    background: #b15f5f00;
    border-radius: 25px;
    width: 9px;
    height: 9px;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* top: 5px; */
    padding-top: 0px;
    background: #b1735f;
    display: flex;
}
.common-service .key-box-sec ul{ }

.common-service .key-box-sec ul li{
	list-style-type: none;
}
.common-service #jumpbox ul{
	padding-left: 0px!important;
}
.common-service #jumpbox .toc li{
	list-style-type:none;
	position: relative;
	border-bottom: 0px solid #e1e1e1;
	padding: 8px 25px;
	color: #252525;
}
.common-service #jumpbox .toc li:hover{
	background:#1E407D;
}
.common-service #jumpbox .toc li:last-child {
	border-bottom:none;
}

.common-service #jumpbox .toc li a{
	color: #252525;
	font-size: 16px;
	line-height: 28px;
}
.common-service #jumpbox .toc li:hover a{
	color:#ffffff;
	text-decoration:none;
}
 
.common-service .sp-verify-insurance__title h2{
	color: #B1735F;
	font-size: 28px !important;
	line-height: 36px !important;
	text-align:center;
	font-weight: 600;
}

.common-service .sp-about-author__name h3 a{
	color:#1b2029;
	font-weight:600;
	text-decoration:none;
}

	
.common-service #jumplink .active svg{
	transform: rotate(180deg);
	
}
.common-service .banner-box .content-box h3 {
	color: #181818;
}
.common-service  .accordion-open svg{
	transform: rotate(180deg)!important;
}
.common-service .faq .faq-heading h2{
	color: #b1735f;
	margin-top:20px;
	margin-bottom: 30px;
	font-size: 38px !important;
	line-height: 48px;
}
.common-service .faq .accordion-item:last-child {
	/*border-bottom:none;*/
}
.common-service .source-box-wave{
	/*padding: 25px 25px;*/
	margin-bottom: 15px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #cccccc;
}

.common-service .source-box-wave span{
	font-size: 20px !important;
	line-height: 30px !important;
}
.common-service .source-box-wave .accordion-open .accordion-header{
	color:#1e407d;
}

.common-service .healing-right #nav_menu-4 h2::after{
    content: "";
    display: block;
    bottom: 0;
    width: 85px;
    /*height: 2px;*/
	height: 0px;
    background-color: #1d3e7a;
    margin-top: 10px; 
}
.common-service .banner-box{
	font-size:16px;
	line-height:26px;
}
.common-service .banner-box .key-box-sec{
	margin-bottom:30px;
	background: #efefe659;
	padding: 25px;
	border-radius: 5px;
	border: 0px solid #e1e1e1;
}
.common-service .banner-box .content-box{
    margin-bottom: 0px !important;
    margin-top: 0px;
    position: relative;
}

.common-service .banner-box .content-box ul li {
	margin:10px 0;
	color: #252525;
}

.common-service .banner-box .key-box-sec ul{
	padding-left: 30px!important;
}
.common-service .banner-box .sp-head-info__reviewed-date strong{
	font-weight: 600!important;
}
.common-service .banner-box .sp-head-info__date strong{
	font-weight: 600!important;
}
.common-service .banner-box #jumpbox ul{
	padding-left:0px;
	margin: 0px 0px 20px;
}

.common-service .wave__image{
	background-color: #435e8a;
	text-align:center;
}
.common-service .wave__image img{
	max-width: 1230px!important;
	text-align:center;
	padding-bottom:20px;
	display:none;
}
.common-service .sp-head-info {
    margin: 60px 0 0px 0;
    top: 0px;
    width: 100%;
    float: left;
    border-top: 1px solid #dfdfdfba;
    display: flex;
    padding: 25px 0px 25px 0px;
    justify-content: space-between;
}
.common-service .banner-box .col-sidebar .widget_menu .area-listing ul li a:hover{
	color:#b1735f;
	text-decoration:none;
}
.common-service .faq .accordion-header span:hover {
	color:000 !important;
}
.common-service .banner-box .faq .accordionn span {
    line-height: 30px !important;
    color: #252525;
}
.common-service .banner-box .faq .accordionn span svg {
    width: 26px;
    height: 26px;
}
.common-service .content-box strong {
    color: #666666;
}

.common-service .hero-banner .custom-breadcrumb {
    margin-bottom: 20px;
    max-width: 1160px;
    margin: 0 auto;
    color: #ffffff !important;
    padding: 5px 0 !important;
    font-size: 16px;
    width: 100%;
    text-align: left;
    justify-content: start;
    margin: 0;
}
.common-service .hero-banner h1 {
	margin-top:15px;
	margin-bottom: 0px;
	font-size:54px;
	line-height:64px;
	color: #ffffff !important;
	text-transform:capitalize;
	font-weight: 500;
}

.common-service .hero-banner .blog-image {
    height: 60vh;
	background-size:cover !important;
	background-position:center !important;
    padding: 0 !important;
    max-width: 1230px;
    margin: 30px auto 0;
    border-radius: 20px;
}
.common-service .hero-banner .blog-image:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.common-service .banner-box .faq .accordion-open span svg rect:nth-child(1) {
	display:none;
}
.common-service .banner-box .faq .accordion-open span svg rect:nth-child(3) {
	transform: rotate(270deg);
}
.common-service .banner-box .source-box-wave .accordion-open span svg rect:nth-child(1) {
	display:none;
}
.common-service .banner-box .source-box-wave .accordion-open span svg rect:nth-child(3) {
	transform: rotate(270deg);
}
.common-service a.sp-about-author__social-item svg path {
    fill: #1e407d !important;
}
.common-service a.sp-about-author__social-item:hover svg path {
    fill: #f9f9f5 !important;
}


@media screen and (max-width: 1249px) {
	.common-service .hero-banner .blog-image {
		max-width:990px;
	}
	.single-post .sp-head-info {
		display: flex;
		flex-direction:column;
	}
	.single-post .hero-banner .sp-head-info__authors-wrap {
    width: 100%!important;
	}
	.single-post .hero-date-sec {
    width: 100%!important;
	}
	
	
}

@media screen and (max-width: 1024px) {
	.common-service .hero-banner .box-wave .wpb_row {
		width: 90%;
		margin: 0 auto;
	}
	.common-service .hero-banner .blog-image {
        width: 100%;
		height: 50vh;
        padding: 0 10%;
        background-size: cover !important;
        background-position: center !important;
    }
	.common-service .banner-box .row-wav-sec {
		padding-top: 20px;
		padding-bottom: 20px;
		display:block;
		gap:0;
	}
	.common-service .banner-box .col-content{
		width:100%;
	}
	.common-service .banner-box .col-sidebar{
		width:100%;
	}
	.common-service .banner-box .container { 
		width:100%;
		max-width:80%;
	}
	.common-service .banner-box .sp-head-info__authors-wrap {
		width:80%;
		padding-bottom:10px;
	}
	.common-service .banner-box .sp-head-info__wrap {
		width:80%;
	}
	.common-service .banner-box .col-sidebar{
		margin-top: 0;
	}
	.common-service .source-box-wave {
		margin-bottom: 60px;
	}
	.common-service .banner-box .row-wav-sec {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 1024px) {
	.menu-container {
        display: none !important;
    }
	.mobile-menu-container {
        display: block !important;
		position:relative;
		top: 240px !important;
    }
	.header .mobile-menu-switch {
        display: inline;
        margin-top: 0px;
        margin: 0;
    }
	.header-left {
        display: flex;
        width: 100%;
        text-align: center; 
		margin-top: 15px; 
        margin-bottom: 15px;
        justify-content: space-between;
        align-items: center;
    }
	.common-service .sp-head-info {
		flex-direction: column;
	}
	.common-service .hero-banner .sp-head-info__authors-wrap {
		width: 100%;
	}
	.hero-date-sec {
		width: 100%;
	}
	.single-post .hero-banner .sp-head-info__authors-wrap {
		width: 100%;
	}
	.single-post .sp-head-info {
		flex-direction: column;
	}
}

@media screen and (max-width: 1009px) {
	.common-service .hero-banner .blog-image {
		width: 90%;
	}
}

@media screen and (max-width: 767px){
	.header .mobile-menu-switch {
        display: inline;
        /* margin-top: -100px !important; */
		margin-top: 0px !important;
	}
	
	.single-post .hero-banner .custom-breadcrumb {
		flex-wrap: wrap;
	}
	.common-service .hero-banner .site-container .vc_row {
		width: 100% !important;
		padding: 0% !important;
	}
	.common-service .hero-banner h1 {
		font-size: 36px !important;
		line-height: 48px;
	} 
	.common-service .banner-box .content-box h2 {
		font-size: 32px !important;
		line-height: 40px;
	}
	.common-service .banner-box .faq .accordionn span {
        font-size: 16px !important;
        line-height: 26px !important;
    }
	.common-service .banner-box .author-info-block__wrap h3 {
		font-size: 32px !important;
		line-height: 40px;
	}
	.common-service .banner-box .auther-guidelines h2 {
		font-size: 32px !important;
		line-height: 42px;
	}
	.common-service .hero-banner .sp-head-info__authors-wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.common-service .hero-banner .sp-head-info__wrap {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.common-service .hero-banner .sp-head-info__date, .sp .sp-head-info__reviewed-date {
		margin: 5px 10px 5px 0px;
	}
	.common-service .hero-banner .custom-breadcrumb {
		flex-wrap:wrap;
	}
	.common-service .hero-banner .custom-breadcrumb .breadcrumb_last {
		margin-top:5px;
	}
}

@media screen and (max-width: 600px){
	.common-service .hero-banner .sp-head-info__reviewed-date {
		margin-left:0px;
	}
}

.fullwidth .header-container.sticky.move {
    max-width: 100%;
    display: none;
}



/*contributor-sec*/
.home .contributor-box {
    padding: 25px 0 80px 0;
}

.home .contributor-box .row{
	 width:100%;
	 display:flex!important;
	 flex-wrap:wrap;
	 margin: 40px auto;
	 align-items: center;
	 justify-content: center;
}

.home .contributor-box .row .vc_col-sm-4{
	width: 100% !important;
	margin-right:0px;
	position: relative;
	padding-left: 20px;
	margin-left: 0;
	height: auto;
	margin-top: 0;
}
.home .contributor-box .row .vc_col-sm-4 a{
	display: flex;
	align-items: center;
	flex-direction: row;
	align-content: center;
	flex-wrap: nowrap;
}
.home .contributor-box .row .vc_col-sm-4 img{
	width:100%;
}
.home .contributor-box .row .vc_col-sm-4 .dce-user_content{
	background-color: #f2f7f9;
	padding: 70px 20px 30px 20px;
	margin-bottom: 20px;
	text-align:center;
	border-radius: 10px;
}
.home .contributor-box .row .vc_col-sm-4 .dce-user_content .user-custommeta{
	color:#000;
}
.home .contributor-box .row .vc_col-sm-4 .dce-user_image {
    overflow: hidden;
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0px auto;
    border-radius: 50%;
    margin-bottom: -50px;
    border: 1px solid #01afe2;
    padding: 3px;
}
.home .contributor-box .row .vc_col-sm-4 .dce-user_image img{margin-bottom:0px;border-radius: 50%;}
.home .contributor-box .vc_col-sm-4 .dce-user_image a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.63%, rgba(36, 55, 70, 0)), to(#2437468a));
}
.home .contributor-box .vc_col-sm-4 .dce-user_content a{
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-top: 10px!important;
	display: inline-block;
	margin-bottom: 10px;
}
.home .contributor-author .row{
	max-width:776px;
	gap:40px;
	display: flex;
	flex-wrap: nowrap;
}
.home .contributor-author .vc_col-sm-4{
	display: flex!important;
	justify-content: center;
	align-items: anchor-center;
	background-color: none;
	margin-right:0px!important;
	width: 30%!important;
	}
	.home .contributor-author .row .vc_col-sm-4 .dce-user_image {
    overflow: hidden;
    position: relative;
    width: 90px;
    height: 90px;
    margin-right: 20px;
    margin-left: 0px;
    border-radius: 50%;
    margin-bottom: 0px!IMPORTANT;
    border: 0px solid #01afe2;
    padding: 3px;
}
.home .contributor-author .row .vc_col-sm-4 .dce-user_content {
	background:#ffffff;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
	font-size: 18px;
	line-height:24px;
    text-align: left;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home .contributor-author .vc_col-sm-4 .dce-user_content a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px!important;
    display: inline-block;
    margin-bottom: 0px;
}
	.home .contributor-author .vc_col-sm-4{
		padding-top: 20px;
    padding-bottom: 20px;
	}
	.home .contributor-author .vc_col-sm-4 .dce-user_content a {
    
    margin-top: 0px!important;
  
}
.home .contributor-author .vc_col-sm-4 .dce-user_image a:before {
   display:none!important
}
.home .contributor-author .row .vc_col-sm-4 .dce-user_image {   
    max-width: 90px;
    height: auto;  
}
.home .blog-home-sec .item-main{
	text-align:left;
}
.home .blog-home-sec .meta-category{
	position: absolute!important;
    top: 40px;
}
.home  .blog-home-sec .nectar-post-grid-item .item-main > .meta-author img {
    width: 42px;
    height: 42px;
    margin-right: 20px;
    margin-left: 0px;
}

@media screen and (max-width: 767px){
	.home .contributor-author .row {
		flex-wrap: wrap;
	}
}



/*Testimonial css */

.testimonials .testimonials-item img {
    width: 100px !important;
    float: right;
    text-align: right;
}
.testimonials .testimonials-item p{
    width:100%;
    float:left;
    margin-top:16px;
}


.testimonial-user {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.testimonials-carousel .owl-stage .owl-item {
    width: 390px;
    margin-right: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 20px;
}
.owl-carousel .testimonial-user img {
    width: 50px !important;
    height:50px !IMPORTANT;
    border-radius: 50px;
    margin-right: 20px;
}
.owl-carousel .testimonial-user .user-name-sec {
    width:50%;
    float:left;
}
.owl-carousel .testimonial-user .user-name-sec h3 {
    font-size: 20px !important;
    line-height: 32px;
    font-weight:600;
}
.testimonials-heading{
    width:100%;
    float:left;
    margin:0 0 60px 0;
}
.testimonials-heading h2 {
    width: 60%;
    font-size: 48px !important;
    line-height: 52px;
    margin:0 0;
    padding:0 0;
    font-weight: 600;
}
.testimonials-heading h2 span{
    color:#B1735F;
}

.testimonials-carousel {
    width:100%;
    float:left;
}

.testimonials .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
}

.testimonials .owl-nav button {
    font-size: 24px !important;
    background-color: #09090900 !important;
    border-radius: 50% !important;
    width: 40px;
    color: #fff !important;
    display: flex;
    justify-items: center;
    opacity: 1!important;
    position: revert;
    right: 0px;
    top: -100px;
    border: 1px solid #B1735F !important;
    flex-direction: row;
    align-items: center;
    height: 40px;
    cursor:pointer;
   }
   .testimonials .owl-nav button span {
    color: #b1735f;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-bottom: 4px;
}
.testimonials .owl-nav button:hover {
    background: #b1735f !important;
}
.testimonials .owl-nav button:hover span {
   color:#fff;
}

.testimonials .testimonials-item p:before {
    content: url(https://newwavercstg.wpenginepowered.com/wp-content/uploads/2026/03/Group-2.png);
    position: absolute;
    left: 20px;
    top: 0;
    opacity: 0.8;
    line-height: 115px;
    color: #252525;
}

.testimonials .review-btn {
    margin: 50px auto 0;
    text-align: center;
    width: 100%;
    float: left;
}

.testimonials .review-btn a {
    font-size: 14px;
    padding: 14px 20px;
    margin:0 0;
    background-color: #B1735F;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    line-height: 21px;
    font-weight: 500;
}
.testimonials .owl-stage .owl-item{
    min-height:360px;
    
}
.testimonials .owl-stage .testimonial-user{
    position:absolute;
    bottom:30px;
}

.testimonials .testimonials-carousel .owl-theme .owl-nav{
    margin-top: -30px;
    margin-right: 10px
}




@media screen and (max-width: 600px) {
	.testimonials-heading h2  {
		font-size:24px !important;
		line-height:32px;
	}
}
@media screen and (max-width: 425px) {
	.common-service .hero-banner .hero-date-sec .sp-head-info__wrap .date {
		display: block;
		gap: 15px;
		justify-content: end;
	}
}
.banner-hero-box .page-header-left {
    align-items: flex-start !important;
    flex-direction: column !important;
}
.banner-hero-box .page-header-left .bread-crumb{
	margin:0px; 
}

/*review-css*/
	.google-reviews__bottom img {
		margin-top: 5px;
		border: 2px solid #fff;
		border-radius: 50%;
		height: 35px !important;
		width: 35px !important;
	} 
	.google-reviews .satisfy-client-images{
		display: flex;
		width: 50%;
		max-width: 160px;
		justify-content: center;
		margin-right:15px;
	}
	.google-reviews .satisfy-client-image img{
		width: 40px !important;
	}
	.reviews-right{
		width:210px;
		color:#ffffff;
	}
	.reviews-right .google-reviews__list {
		height: auto;
		float: left;
		width: 100%;
	}
	
	.google-reviews .satisfy-client-image {
		margin-left: -5px;
		border: 2px solid #fff;
		border-radius: 20px;
	}
	.google-reviews__link{
		display: flex;
		width: 100%;
		align-items: anchor-center;
		opacity:1!important;
		margin-top: 50px;
	}
	.google-reviews__bottom{
		float:left;
		margin-right:15px;
	}
	.google-reviews__label{
		font-size: 16px;
		line-height: 26px;
	}
	.google-reviews__num{
		font-size:26px;
	}



.hero-bbb-rating .box-header::after {
	height:0px;
}
.hero-bbb-rating .home-editorial .wpb_wrapper p{
	font-size:16px;
	line-height:24px;
	color:#252525;
}

.hero-section-bg .hero-section-content{
	max-width:1230px;
	margin:0 auto !important;
}
.hero-section-bg .hero-section-content .page-container {
	widt: 100% !important;
	margin: 0;
}

.hero-section-content h1{
	font-size: 64px;
    line-height: 66px;
    color: #ffffff !IMPORTANT;
    text-transform: capitalize;
    font-weight: 600;
    padding-top: 50px;
}
.hero-section-content p{
	font-size: 20px;
    line-height: 32px;
	color:#ffffff;
}
.hero-section-content a.btn-mission {
    background: #fff;
    border-radius: 5px;
    margin-right: 10px;
    color: #69524A;
    font-size: 16px;
}
.hero-section-content a.btn-contact {
	background: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
}

.home .wpb-content-wrapper {
	background:#fff;
}
.home .jumpcontainer {
	display:none;
}
.home .home-editorial .vc_col-sm-4 {
    background: #F8F8F8;
    background: linear-gradient(180deg, rgba(248, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 50%);
    border-radius: 20px;
	color:#252525;
}
.home .home-editorial .vc_col-sm-4 h3 {
    font-size: 22px !important;
    font-weight: 600;
    margin: 30px 0 10px 0;
}
h2.heading-h2{
	font-size:48px !important;
	font-weight:600;
	color:#B1735F;
	line-height:65px;
}
.evidence-box .box-header::after{
	background: none;
}
/*.vc_row.wpb_row.vc_row-fluid.vc_column-gap-10.page-margin-top.full-width {
    width: 100%;
    margin: 0px auto;
    max-width: 80%;
}*/






/*css-banner*/
.single-post .breadcrumb-div .container{
	
	margin: 0px auto;
	max-width:1230px;
}
.single-post .breadcrumb-div{
	background-color:#1E407D;
	padding:15px 0px!important;
}
.single-post .breadcrumb-div a{
	color:#fff!important;
}
.single-post .breadcrumb-div .breadcrumb_last{
	color:#fff!important;
}
.single-post .hero-banner .custom-breadcrumb .arrow-icon:before {
	color:#fff!important;
}
.single-post .hero-banner .custom-breadcrumb {
	padding:0px!important;
}
.single-post .hero-banner .sp-head-info__authors-wrap {
	width:45%;
	    
}
.single-post .hero-date-sec {
	width:55%;
}
.single-post .hero-banner .sp-head-info__wrap {
	justify-content: end!important;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	display: flex !important;
	max-width: 100%;
	border-radius: 5px;
	color: #181818 !important;
	background: none;
	
}

.single-post .sp-head-info {
    margin-top: 40px;
    top: 0px;
    width: 100%;
    float: left;
    border-top: 1px solid rgba(30, 64, 125, 0.4);
    padding-top: 24px;
}
.accordionn .accordion-open span{
	color:#1e407d!important;
	font-weight:600;
}
.single-post .heading-h1 {
	max-width:850px;
}

