.footer-widget-area-inner .copyright_site{
    color:#808080;
    text-align:center;
    font-size:15px;
}
.footer-widget-area-inner .copyright_site a{
    color:#ffb015 !important;
}
.author .ast-container{
    max-width:1450px;
}
.teambox{
    position: relative;
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.teambox .row { 
    display: flex;
    justify-content: center;
    text-align: center;
}
.teambox .vc_col-sm-4 {
    float: left;
    margin-bottom: 35px !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 45%;
}
.fa-check:before {
    content: "\f00c";
}

.single-post .post-content .contdrent-inner .jumpcontainer h3 {
    font-size: 25px;
    cursor: pointer;
}
.single-post .jumpcontainer h3 svg {
    float: right;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: 12px;
    width: 20px;
}
.single-post .jumpcontainer h3.active svg {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-00deg);
    transform: rotate(-00deg);
}
.jumpcontainer #jumpbox {
    display: none;
    margin-top: 14px;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    padding: 0px 0px 20px 0px;
    -o-transition: 0.70s;
    margin: 0;
}
.jumpcontainer #jumpbox ul {
    list-style: arabic-indic;
    margin: 0;
    list-style: decimal;
    padding: 0;
}
.jumpcontainer #jumpbox ul li {
    list-style: none;
    margin-left: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 5px;
    font-size: 18px;
    padding: 10px;
}
.single-post .post-content .content-inner ul li {
    padding-bottom: 1.5em;
    line-height: 33px;
}
.jumpcontainer #jumpbox ul li a {
    text-decoration: none;
    color:#3b3b3b;
    font-size: 17px;
}
.single-post .learnbox {
    margin-bottom: 40px;
    position: relative;
}
.single-post .learnbox h3 {
    font-size: 25px;
    margin-bottom:18px;
}




#secondary{
    padding-left:0px !important;
}
.single-post #content-bottom {
    display: flex;
    float: none;
    margin: 135px 1px 20px 1px;
}
.single-post .thumbnail_img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0px, 50px, 0px);
    will-change: transform;
    background-attachment: scroll;
    margin-top: -58px;
    padding: 300px 280px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    text-align: center;
}

.single-post .lwptoc {
    display:none !important;
}

.blog_sidebar .sp-about-author__text a{
    color:#ffb015 !important;
}
.single-post #secondary{
    width:100%;
    margin-top: -15px;
    padding:0px;
}
.single-post #sidebar .widget {
    margin-bottom: 40px;
}
.single-post #recent-posts-1{
    padding:0px !important;
    margin:0px;
}
.single-post #categories-1{
    padding:0px !important;
    margin:0px;
}
.single-post #sidebar h2 {
    border-bottom: 1px solid #ccc;
    font-size: 23px;
    line-height: 35px !important;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight:700;
}
#sidebar ul {
    padding-left: 0px !important;
}
#sidebar li {
    margin-bottom: 10px;
}
#sidebar li::marker {
    display: none !important;
    content: "";
}
.single-post #sidebar ul li a {
    color: #232c2f !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-bottom: 5px;
    text-decoration: none !important;
}
.single-post .blog_sidebar .box_cont {
    border-top: 1px solid #ccc;
    padding-top: 11px;
   /* padding-left: 40px;
    display: flex;*/
    text-align: center;
    margin-top: 11px;
    width: 100%;
}
.single-post .ctaboxbtm a:hover{
    color:#fff !important;
}
.single-post .blog_sidebar .box_cont a {
    color: #ffb015 !important;
    text-decoration: none !important;
}
.single-post .blog_sidebar .tooltip {
    cursor: pointer;
    margin-left: 6px;
    position: relative;
}
.single-post .blog_sidebar .box_cont img {
    width: 14px !important;
    margin-top: 8px !important;
    height: 14px !important;
}
.single-post .blog_sidebar .tooltip .box {
    background-color: #fff !important;
    border: 1px solid #e4ebed !important;
    border-radius: 20px !important;
    color: #353535 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 175% !important;
    list-style-type: none;
    margin: 0 !important;
    max-width: 271px !important;
    opacity: 0;
    padding: 10px 20px !important;
    position: absolute !important;
    right: -30px !important;
    top: calc(100% + 15px) !important;
    -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out !important;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out !important;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out !important;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out !important;
    visibility: hidden !important;
    width: 271px !important;
    will-change: transform !important;
    z-index: 100 !important;
}
.single-post .blog_sidebar .tooltip .box:after {
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.single-post .blog_sidebar .tooltip .box:after {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 25px;
}

.single-post .blog_sidebar .box_cont {
    border-top: 1px solid #ccc;
    padding-top: 11px;
    /*padding-left: 40px;
    display: flex;*/
    text-align: center;
    margin-top: 11px;
    width: 100%;
}
.author-box {
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    padding-top: 80px;
}
.author-box .section-title {
    display: grid;
}
.author-box .section-title img {
    height: 150px;
    min-width: 150px;
    position: relative;
    width: 150px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
}
.author-box .subheader {
    font-weight: 500 !important;
    margin-top: 15px;
    color: #075a70;
    font-family: "Alex Brush", handwriting;
    font-size: 18px;
    
}
.author-box h1 {
    font-size: 52px;
    font-weight:700;
    color: #000;
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
}
.social_icons a {
    background-color: #ffffff;
    padding: 10px 16px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 27px;
    border: 1px solid #ccc;
}
.scnd_sec .elementor-icon-list-icon {
    display: flex;
    margin-bottom: -25px;
}
.scnd_sec .elementor-icon-list-icon ::before {
    color: #ffb015;
    width: 25px;
    height: 15px;
    display: inline-block;
    left: -2px;
    margin-top: 6px;
    position: relative;
}
.fa-check:before {
    content: "\f00c";
}
.authormedicalreviewer {
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    color: #ffb015;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    /*font-weight: 700;*/
    line-height: 18px;
    /* margin-right: 19px; */
    padding: 10px 24px 10px 12px;
    border: 1px solid #ccc;
}
.authormedicalreviewer span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #ffb015;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    justify-content: center;
    margin-right: 12px;
    width: 35px;
}
.authormedicalreviewer span img {
    height: 19px !important;
    width: 19px !important;
}
.scnd_sec {
    padding: 50px 15px 80px 15px;
}
.scnd_sec .row {
    display: flex;
    border-top: 1px solid #ccc;
}
.scnd_sec .column {
    width: 70%;
    padding-right: 30px;
    padding-top: 10px;
}
.scnd_sec .column1 {
    width: 30%;
    margin-top: 40px;
    height: fit-content;
    border-radius: 13px;
    text-align: center;
}
.guidelinebox {
    border: 1px solid #ccc;
    padding: 20px 18px 10px 18px;
    margin-bottom: -2px;
}
.scnd_sec h2 {
    margin-bottom: 20px;
    color: #075a70;
    margin-top: 40px;
    font-size: 30px;
    font-weight: 600;
}
.scnd_sec .guidelinebox h3 {
    color: #244d61;
    line-height: 38px !important;
    margin-bottom: 15px;
    margin-top: 7px;
    font-size: 28px;
}
.single-post .guidelinebox a {
    display: inline-block;
    text-align: center;
    margin-top: 24px;
    border: 2px solid;
    background: #244d61;
    color: #fff;
    border-radius: 0;
    padding: 11px 20px;
    margin-bottom: 22px;
    text-decoration: none !important;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 15px;
}
#posts-by h2 {
    margin-bottom: 25px;
    color: #244d61;
    font-size: 35px;
    margin: 10px 0px 20px 0px;
    font-family:Poppins, Arial, Helvetica, sans-serif;
}
#posts-by .vc_col-sm-4 {
    position: relative;
    width: 50%;
    display: block;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 40px;
}
#posts-by .one-press {
    padding-bottom: 20px;
    width: 100%;
}
.one-press-picture {
    border-radius: 15px;
    padding-top: 45%;
    position: relative;
    width: 100%;
}
.orange-links {
    position: relative;
    padding: 1px 20px 1px 20px;
    z-index: 10;
    color: #fff;
    width: 100%;
    left: auto;
    backdrop-filter: blur(1.5px);
   /* background: hsla(0, 0%, 100%, .2); */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(53 88 115 / 63%)), to(#244d61));
    border-radius: 0 0 15px 15px;
}
.author #content{
    background:#fff !important;
}
.one-press-picture img {
    border-radius: 15px 15px 0px 0px;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
}
#posts-by h3 {
    color: #fff;
    font-size: 25px;
    margin: 35px 0px;
}
.orange-links p {
    margin-top: 25px;
    margin-bottom: 30px;
}
.orange-links a {
   /* color: #040447;
    background: #f1f1f1;
    padding: 9px 18px;
    border-radius: 50px;
    text-decoration: none !important;
    font-size: 15px;*/
}

.jumpcontainer #jumpbox ul li:last-child {
    border-bottom: 0px solid #e1e1e1;
}
.jumpcontainer #jumpbox ul li ul {
    margin-top: 1px;
    margin-left: 14px;
}
.accordion p{
    margin-top:0px;
}
.single-post #sidebar h2 {
    border-bottom: 1px solid #ccc;
    font-size: 23px;
    line-height: 35px !important;
    padding-bottom: 15px;
    margin-bottom: 20px;
        margin-top: 0px;
}
#sidebar ul {
    padding-left: 0px !important;
}
#sidebar li {
    margin-bottom: 10px;
}
#sidebar li::marker {
    display: none !important;
    content: "";
}
.single-post .guidelinebox a:hover {
    border: 2px solid #244d61 !important;
    background: #fff !important;
    color: #244d61 !important;
}
.guidelinebox a:hover{
    border: 2px solid #ffb015 !important;
    background: #fff !important;
    color: #ffb015 !important;
}
.single-post .ctaboxbtm {
    padding: 31px 45px 55px 45px;
    background: #244d61;
    color: #fff;
    -webkit-transition: .55s;
    transition: .55s;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    border-radius: 16px;
    margin-bottom: 40px;
    /* line-height: 60px; */
    text-align: center;
    width: 100%;
}
.single-post .leftboxbtm {
    margin-bottom: 45px;
}
.single-post .leftboxbtm h2 {
    color: #fff;
}
.single-post .ctaboxbtm a {
    background-color: #244d61;
    padding: 11px 26px;
    font-size: 16px;
    color: #fff;
    text-decoration: none !important;
    font-family: Montserrat, sans-serif;
    border: 2px solid #fff;
    font-weight: 600;
}
.single-post .ctaboxbtm a:hover {
    background-color: #ffb015;
    border: 2px solid #ffb015;
}
.single-post .guidelinebox {
    text-align: center;
    border-radius: 16px;
    margin-bottom: 40px;
    padding: 15px 45px 30px 45px;
    border: 1px solid rgba(32, 78, 95, .3);
}
.guidelinebox a {
    display: inline-block;
    text-align: center;
    margin-top: 24px;
    border: 2px solid;
    background: #ffb015;
    color: #fff;
    border-radius: 57px;
    padding: 11px 20px;
    margin-bottom: 22px;
    text-decoration: none !important;
}
.single-post .accordion {
    max-width: 1170px;
    margin: 40px auto 40px;
    padding:0px;
}
.accordion:after{
    content:'' !important;
}
.accordion{
    background-color:transparent !important;
    padding:0px;
}
.accordion:hover{
    background-color:transparent !important;
}
.active, .accordion:hover {
   /* background-color: transparent !important; */
	 color: #000 !important;
}
.accordion:after {
    content: '';
}
.learnbox .fa-check{
    margin:5px 10px 0px 0px;
    color:#ffb015;
}
.active:after {
    content: "" !important;
}
.single-post .at-item {
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid rgba(32, 78, 95, .3);
}
.single-post .at-title {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}
.single-post .at-title h4 {
    padding: 22px 26px 22px 26px;
    margin: 0 !IMPORTANT;
    font-size: 20px;
    font-weight: 500;
    line-height: 3.5rem;
    color: #040447;
}
.single-post .at-title span {
    float: right;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.single-post .at-title span svg {
    width: 20px;
}
.single-post .at-tab {
    display: none;
    padding: 0px 26px 15px 26px;
    border-top: none;
}
.single-post .at-title.active span {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-00deg);
    transform: rotate(-00deg);
}


.learnbox li{
    display:flex;
    margin-top:8px;
}



.single-post .fusion-row{
    max-width:100% !important;
}
.single-post #main{
    padding:0px !important;
}
.single-post .ast-container{
    width: 100%;
    max-width: 95%;
}
.single-post #content {
    margin-top: 5%;
}
.single-post #content {
    width: 1200px;
    display: flex;
    float: none;
    margin: 0px auto;
}
.single-post .post {
    width: 65% !important;
    margin-right: 0px;
    Padding: 0px !important;
}
#jumplink .active{
    background-color:transparent;
}
.single-post .post {
    margin-bottom: 0;
}
.single-post .sidebar_auth {
    /*width: 50%;
    height: 100%;
    padding: 0px 0px 0px 35px;*/
    width: 35%;
    height: 100%;
    padding: 0px 0px 0px 50px;
}
.blog_sidebar {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    /* margin-top: 44px; */
    margin-bottom: 50px;
    /* border-bottom: 0px solid #95A7AC; */
    /* background-color: #F2F7F9; */
    border: 1px solid rgba(32, 78, 95, .3);
    /* border-radius: 10px; */
    padding: 6px 28px 25px 28px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(32, 78, 95, .3);
}
.blog_sidebar .sp-about-author__img {
    width: 100px;
    margin-bottom: 15px;
    margin-top: -66px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
}
.jumpcontainer {
    border: 1px solid rgba(32, 78, 95, .3);
    margin-top: 0px !important;
    border-radius: 12px;
    font-size: 17px;
    padding: 20px 22px;
    margin-bottom: 40px;
}
/*.learnbox ul li:before {
    background-image: url(https://seastaddictio.wpenginepowered.com/wp-content/themes/astra/assets/svg/arrow.jpg);
    background-repeat: no-repeat;
    background-position: left;
    content: '';
    width: 14px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 3px;
    margin-top: 10px;
}*/
.scnd_sec .fas {
    margin-left: -15px;
}
/*.scnd_sec span:before {
    background-image: url(https://seastaddictio.wpenginepowered.com/wp-content/themes/astra/assets/svg/arrow.jpg);
    background-repeat: no-repeat;
    background-position: left;
    content: '';
    width: 14px;
    height: 12px;
    display: inline-block;
    position: relative;
    left: 3px;
    margin-top: 10px;
}*/
.learnbox h2 {
    margin-bottom: 0px;
}
.single-post .sp-about-author__text{
    text-align:center;
}
.single-post h3, h4 {
    color: #244d61;
}
.single-post h2 {
    color: #244d61;
    font-size: 30px;
    font-weight:500;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 33px !important;
    font-weight: 600;
    margin-top: 50px;
}
.single-post h3 {
    color: #244d61;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 33px !important;
    font-weight: 600;
    margin-top: 50px;
}
.learnbox ul {
    margin-left: 0px;
    padding: 0;
}
/*.learnbox span{
    color: #1F2D5C;
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.learnbox span {
    color: #8BC34A;
    width: 20px;
    height: 15px;
    display: inline-block;
    left: -15px;
    margin-top: 4px;
    position: relative;
}*/
.fa-check:before {
    content: "\f00c";
}
.single-post .jumpcontainer h3 svg {
    float: right;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: 12px;
    width: 20px;
}
.jumpcontainer #jumplink h3:after {
    background-image: url(/wp-content/themes/astra/assets/images/chevron-downarrow.svg);
    background-repeat: no-repeat;
    background-position: right;
    content: '';
    width: 16px;
    height: 10px;
    float: right;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    margin-top: 10px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-00deg);
    transform: rotate(-00deg);
    margin-right: 16px;
}
.single-post .jumpcontainer h3.active svg {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-00deg);
    transform: rotate(-00deg);
}
.single-post #jumplink span{
    color:#244d61;
}
.single-post .learnbox span{
    color:#244d61;
}
.sp-about-author__wrap .sp-about-author__info-wrap .sp-about-author__name {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: var(--global-palette2);
    color: #232c2f;
    font-family: 'Montserrat',sans-serif;
}
.sp-about-author__wrap .sp-about-author__info-wrap .sp-about-author__title {
    font-size: 30px;
    color: var(--global-palette2);
    color: #232c2f !important;
    font-family: 'Montserrat', sans-serif;
}
.blog_sidebar .sp-about-author__social {
    padding: 15px 0px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.sp-about-author__social a {
    border: 1px solid #ffb015;
    padding: 11px 9px;
    display: flex;
    border-radius: 50px;
    margin: 0 4px;
    text-align: center;
}
.sp-about-author__social a svg {
    width: 22px;
    height: 17px;
}
#content_sec{
    padding:0px !important;
} 
.single-post .image_sec {
    /*width: 100%;
    MAX-WIDTH: 1560px;
    MARGIN: 0 AUTO;*/
    margin-top: 65px;
}
#category-and-time span {
    background-color: #ffb015;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    font-size: 16px;
    padding: 7px 21px;
}
/*.fa-folder-open:before {
    color: #49BBEC;
    margin-right: 10px;
}
.fa-folder-open:before {
    content: "\f07c";
}*/
.single-post h1 {
    color: #244d61;
    font-weight: 700;
        margin: 9px 0px 40px 0px;
    font-size: 42px;
    line-height: 53px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}
.single-post #top-stats {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(32, 78, 95, .3);
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
    padding-bottom: 25px;
    padding-top: 23px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
    border-bottom: 0px solid rgba(32, 78, 95, .3);
}
.single-post .one-stat {
    width: 50%;
}
.single-post .lastreserved {
    width: 50%;
    text-align: end;
    opacity: .6;
    font-size: 17px;
    font-family:Poppins, Arial, Helvetica, sans-serif;
}
.single-post .img_txt {
    display: flex;
    line-height: 25px;
}
.single-post .blog_img {
    align-items: center;
    justify-content: center;
    display: flex;
}
.blog_img img {
    height: 60px;
    width: 60px !important;
    border-radius: 50%;
    max-width: 60px;
}
.single-post .img_txt {
    display: flex;
    line-height: 25px;
}
.single-post .one-stat-title {
    opacity: .6;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family:Poppins, Arial, Helvetica, sans-serif;
}
/*#category-and-time span {
    background-color: #1F2D5C;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    font-size: 16px;
    padding: 7px 21px;
}*/
.blog_txtM p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}
.blog_txtM p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}
.single-post .os-name a {
    color: #244d61 !important;
    text-decoration: none !important;
}
.single-post .os-name a:hover {
    color: #ffb015 !important;
}
.single-post .blog_txtM a {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    line-height: 27px;
}
.single-post .fusion-row{
    max-width:100% !important;
}
.single-post #main{
    padding:0px !important;
}
.teambox .row{
    display: block;
    justify-content:center;
    text-align:center;
}
.teambox {
    position: relative;
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.teambox .vc_col-sm-4 {
    float: left;
    margin-bottom: 35px !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 50%;
}
.teambox .dce-user_image {
    overflow: hidden;
    position: relative;
    /* width: 100%; */
}
.teambox .dce-user_image a {
    display: flex;
}
.teambox .vc_col-sm-4 .dce-user_content {
}
.teambox .vc_col-sm-4 .user-displayname a {
    font-size: 20px;
    line-height: 40px;
    text-decoration: none !important;
    color: #0274be !important;
    font-family: 'Montserrat';
    font-weight: 700;
}
.teambox .dce-user_content .user-custommeta {
    color: #fff;
    opacity: .6;
    font-size: 17px;
    line-height: 22px;
}
.teambox .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(#243746));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.63%, rgba(36, 55, 70, 0)), to(#243746));
}
.teambox .dce-user_image img {
    margin-bottom: 0 !important;
    border-radius: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.teambox .dce-user_content .user-displayname {
    line-height: 32px;
    margin-bottom: 5px;
}
.teambox .dce-user_content .user-custommeta {
    color: #fff;
    opacity: .6;
    font-size: 17px;
    line-height: 22px;
}

@media only screen and (max-width: 1024px) {
    .recent_posts a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px !important;
}
.recent_posts .recent-posts-content{
    margin-top:-90px;
}
   .teambox .vc_col-sm-4 .dce-user_content{
       padding:15px;
   }
   .teambox .vc_col-sm-4 .user-displayname a {
    font-size: 22px;
    line-height: 25px;
   }
   .single-post h1{
    font-size: 46px;
    line-height: 65px;
   }
   .single-post #content{
       width:970px;
       display:block;
   }
   .single-post .sidebar_auth{
       width:100%;
       padding:25px 0px 0px 0px;
   }
   #posts-by h3{
       font-size:20px;
   }
   .one-press-picture{
       padding:21%;
   }
   .teambox .vc_col-sm-4 .dce-user_content{
       padding:15px;
   }
   .teambox .vc_col-sm-4 .user-displayname a {
    font-size: 22px;
    line-height: 25px;
   }
   .single-post h1{
    font-size: 46px;
    line-height: 65px;
   }
   .single-post #content{ 
       width:970px;
       display:block;
   }
   .single-post .sidebar_auth{
       width:100%;
       padding:25px 0px 0px 0px;
   }
}
@media only screen and (max-width: 768px) {
    .single-post #content-bottom{
        display:block;
    }
    .scnd_sec .column {
        width: 100%;
    }
    .scnd_sec .column1 {
        width: 100%;
        margin-top: 60px;
    }
    .single-post h1 {
        font-size: 41px;
        line-height: 55px;
    }
        .blog_under_sec {
        text-align: center;
    }
        .single-post #top-stats {
        display: block;
    }
        .single-post .one-stat {
        text-align: center;
        width: 100%;
    }
        .single-post .lastreserved {
        width: 100%;
        text-align: center;
    }
        .single-post .img_txt {
        display: block;
    }
        .single-post .blog_img {
        margin-top: 25px;
    }
    .single-post .image_sec{
        margin-top:75px;
    }
    .single-post #content{
        width:740px !important;
        padding-left:30px;
    }
    .scnd_sec .column {
        width: 100%;
    }
    .scnd_sec .column1 {
        width: 100%;
        margin-top: 60px;
    }
    .single-post h1 {
        font-size: 41px;
        line-height: 55px;
    }
        .blog_under_sec {
        text-align: center;
    }
        .single-post #top-stats {
        display: block;
    }
        .single-post .one-stat {
        text-align: center;
        width: 100%;
    }
        .single-post .lastreserved {
        width: 100%;
        text-align: center;
    }
        .single-post .img_txt {
        display: block;
    }
        .single-post .blog_img {
        margin-top: 25px;
    }
    .single-post .image_sec{
        margin-top:75px;
    }
    .single-post #content {
        width: 100% !important;
        padding-left: 0;
    }
    .single-post .thumbnail_img {
        padding: 0;
        width: 100%;
        height: 300px;
    }
    .single-post #content-bottom {
        margin-top: 77px ;
    }
}
@media only screen and (max-width: 768px) {
    .single-post .at-title h4{
        padding:22px 8px 22px 15px;
    }
   .teambox .vc_col-sm-4 {
    /* float: left; */
    margin-bottom: 35px !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100%;
    }
   .teambox .row{
    display:block;
    }
    .teambox .vc_col-sm-4 .dce-user_content {
        padding: 30px;
    }
    .scnd_sec .row{
        display:block;
    }
    .author-box h1{
        font-size:60px;
    }
    #posts-by .vc_col-sm-4{
        width:100%;
    }
    .one-press-picture{
        padding:25%;
    }
    .single-post{
    background:#fff !important;
}
}
@media only screen and (max-width: 425px){
.single-post .thumbnail_img{
    padding:0px;
    height:200px;
}
.single-post #content-bottom{
    margin:100px 1px 20px 1px;
}

    .author-box h1 {
        padding: 0px 10px;
        font-size: 33px !important;
        line-height: 45px !important;
    }     
    .single-post h1 {
        font-size: 30px;
        line-height: 40px;
        margin:25px 0px;
    }
    .single-post .image_sec{
        margin-top:50px;
    }
    .single-post #content {
        width: 415px !important;
        padding-left: 10px;
        margin-top:60px;
    }
    .single-post h2{
        font-size:32px;
        line-height:40px;
    }
    .single-post h3 {
       font-size: 20px;
    }
    .single-post .at-title h4{
        line-height:2.5rem;
    }
    .single-post .guidelinebox{
        padding:15px 20px 30px 20px;
    }
    .single-post .ctaboxbtm{
        padding:31px 20px 55px 20px;
    }
}


    .teambox .row{
    justify-content:center;
    text-align:center;
}
.teambox {
    position: relative;
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.teambox.contributorbox .vc_col-sm-4 {
    float: left;
    margin-bottom: 35px !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 0 !important;
    width: 33%;
}
.teambox .dce-user_image {
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    /* width: 100%; */
}
.teambox .dce-user_image a {
    display: flex;
}
.teambox .vc_col-sm-4 .dce-user_content {
    position: relative;
    padding: 20px;
    z-index: 10;
    color: #232c2f;
    width: 100%;
    left: auto;
    text-align: center;
    float: left;
}
.teambox .vc_col-sm-4 .user-displayname a {
}
.teambox .dce-user_content .user-custommeta {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
}
.teambox .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(#243746));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.63%, rgba(36, 55, 70, 0)), to(#243746));
}
.teambox .dce-user_image img {
    margin-bottom: 0 !important;
    border-radius: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.teambox .dce-user_content .user-displayname {
    line-height: 32px;
    margin-bottom: 5px;
    font-family:Poppins, Arial, Helvetica, sans-serif;
    color: red;
}
.teambox .dce-user_content .user-custommeta {
    color: #333;
    opacity: 1;
    font-size: 17px;
    line-height: 22px;
}
@media only screen and (max-width: 1024px) {
   .teambox .vc_col-sm-4 .dce-user_content{
       padding:15px;
   }
   .teambox .vc_col-sm-4 .user-displayname a {
    font-size: 22px;
    line-height: 25px;
   }
}
@media only screen and (max-width: 768px) {
   .teambox .vc_col-sm-4 {
    /* float: left; */
    margin-bottom: 35px !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100%;
    }
   .teambox .row{
        display:block;
    }
    .teambox .vc_col-sm-4 .dce-user_content {
        padding: 30px;
    }
    
}
#jumplink h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.single-post #secondary .widget {
  
    padding: 1em;
    margin-bottom: 1em;
}
.single-post .sidebar_auth #secondary .widget {
    padding: 1em !important;
    margin-bottom: 1em !important;
}




/***********Home Page Press Part ************/

.home-latest-news .wp-block-image.size-full{margin: 0rem 0;}

/***********Home Page Trust Building Block ************/


.gb-grid-wrapper-d80eac0e {
    padding: 20px 10px 10px 20px;
    max-width: 1200px;
       margin: 20px auto 30px !important;
}

/***********Home Page Press ************/


.home-press{ align-items:center;}
.home-press img{width:150px;}
.home-press .gb-grid-column-3cf05413{align-content: center;}
.home-press .gb-grid-wrapper .wp-block-image img {
    max-width: 81%;
    max-height: 58px;
}
.home-press .gb-grid-wrapper .wp-block-image {
    margin-bottom: 0;
    text-align: center;
}




/***********Home Page Blog ************/

.bg-blog {
    background: rgb(245, 245, 245);
}

.post-list ul {
    display:inline-block !important;
}

.south-a-blog p {
    line-height: 24px;
}

.south-a-blog h4 {
    min-height: 75px;
    position: absolute;
    bottom: 0px;
    background: rgba(45, 111, 128, 0.77);
    padding: 10px 27px;
    line-height: normal;
    width: 100%;
    color: rgb(255, 255, 255) !important;
    margin-bottom: 0px !important;
}

.south-a-blog li {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    width: 47%;
    margin: 1.2% !important;;
}

.south-a-blog h4 a {
    color: rgb(255, 255, 255);
    text-transform: capitalize;
}

.south-a-blog h4 a:hover {
    color: rgb(255, 179, 29) !important;
}

.south-a-blog .post-list ul {
    margin-top: 0px !important;
}

.post-list {
    background: rgb(236, 240, 245);
    padding: 5px 0px 25px;
    margin-top: 0px !important;
}

.post-list ul {
    margin-top: 0px !important;
}



.home-press .gb-grid-wrapper-e2763d44 > .gb-grid-column {
    text-align: center;
}

@media(max-width:768px){
    .south-a-blog li {  
        width: 100%;
    }
    .home-press{
        text-align:center;
    }
    .home-press img {
        margin: 20px 0px;
    }   
}
.blog-filter ul {
    max-width: 960px;
    margin: 0px auto;
text-align: center;
list-style: none;
}
.blog-filter ul li a{
    
    margin-bottom: 15px;
        font-weight: 600;
        text-transform:uppercase;
    display: inline-block;
    color:#244d61!important;
     border:2px solid #244d61!important;
         Padding: 5px 20px;
    font-family: 'Montserrat', sans-serif!important;
    transition: all .3s linear;
    }
.blog-filter ul li{ display: inline-block;
    margin: 0px 5px;
}
.blog-filter ul li a:hover{
    border:2px solid #244d61!important;
    background:#244d61!important;
    color:white!important;  
}

.blogs-container h2{
    margin-top:10px;
    margin-bottom:8px!important;
    font-weight:600!important;
}
.blogs-container .wp-block-post-date{
    margin-bottom:5px;
    font-weight: 600;
    color: #a19a9a;
    font-family: 'Montserrat', sans-serif;
}
.page-id-2408 .blog-query-loop {
gap:30px;
}

/*.blogs-container .wp-block-post-excerpt__more-link{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    background-color: #244d61;
    color:white;
    display: inline-block;
    padding: 5px 15px;
        transition: all .3s linear;
}
.blogs-container .wp-block-post-excerpt__more-link:hover{
    background-color:#ffb015!important;
    font-weight:600;
}*/


/***** Editorial Home *********/

.gb-container-a9c55fc9 {
    margin-top: 0px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.gb-container-a9c55fc9 > .gb-inside-container {
    padding: 20px 10px 10px 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.gb-grid-wrapper-e63088a1 {
    margin-top: 0px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.mental-health p.resource-txt {
    min-height: 125px;
    overflow: hidden;
}

.btn-meet a:hover {
    color: rgb(255, 255, 255) !important;
}
.gb-container-6bda1d10 > .gb-inside-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.gb-grid-wrapper > .gb-grid-column-f791f9a0 > .gb-container {
    padding: 20px 10px 10px 20px;
}
.gb-grid-wrapper > .gb-grid-column-8c4c87a7 > .gb-container {
    padding: 0px 10px 10px 50px;
}





/****** press page ******/
.press-certi{ text-align:center;}

.press-certi-logo{}

.latest-post{background:#fff; padding:50px 0px;}
.latest-post-heading{}
.latest-post-heading h3 {  text-align: center;  font-size: 45px; font-family:Montserrat, sans-serif;}

.page-container{max-width:1200px; margin:0px auto;}

.press-box-text{padding: 0px 30px; padding-bottom:30px;}

.press-box-text h3{ font-family: Montserrat, sans-serif; font-size: 24px; margin-top:20px;}

.press-box-text h3 a{ text-decoration:none; color:#0c122d; font-weight:700;}

.press-box-text h3 a:hover{color:#244d61; border-bottom:0px;}

.press-box-text p {  font-size: 14px;  line-height: 22px;  font-family: Droid Serif;   color: #999999; margin-bottom:30px;}

.press-box-img{ border-bottom:1px solid #abb8c3;}

.press-box-img img{padding-left: 30px;  padding-bottom: 30px;  padding-top: 30px; width:200px;  height:150px; object-fit:contain;   max-width: 85%;    max-height: 117px;}

.press-list{display:flex;gap:20px;}

.page-container{max-width:1200px; margin:0px auto;}

.press-box { border: 1px solid transparent; background: #FFF;  flex: 1 1 30%;box-shadow:0px 0px 10px 0px rgb(0 0 0 / 11%);border-radius:5px;max-width:30%;}

.press-list { display: flex; gap: 30px;   width: 100%;  flex-direction: row;  flex-wrap: wrap;}

.press-button { padding-top: 35px; text-align:center; padding-bottom:30px;}

.press-button a{font-family: Montserrat, sans-serif; font-size:16px;  background: #2d6f80; border:1px solid #2d6f80; color:#fff; text-decoration:none; font-weight:700; text-transform:uppercase;                       padding: 18px 30px;}

.press-button a:hover{color:#244d61; background:#ffd015; border-color:#ffd015; }

.press-button-border{ text-align:center; margin-bottom:10px;}

.press-button-border img{}

@media(max-width:767px){
        .press-box{ max-width: 90%;  margin: 0px auto;  flex: 100%; }
}
@media(max-width:1024px){
        .latest-post{padding:0px 10px;}
}



/****** Table ******/


.single-post table {Â  font-family: Montserrat ,sans-serif;Â  border-collapse: collapse;Â  width: 100%; font-size:16px;}Â 
.single-post td, tr:first-child {  /*  background: #244d61;*/ background:rgba(45, 111, 128, 0.77); font-weight:700; color:#fff; font-family: Montserrat ,sans-serif; font-size:16px; text-transform:capitalize; }

.single-post td, tr {Â  border: 1px solid rgb(236, 240, 245);Â  text-align: left;Â  padding: 8px;font-family:Droid Seriff, Helvetica, Arial, sans-serif; font-size:16px;}Â 
.single-post table tr:hover > td{background:#f2f2f287;}
.single-post table tbody tr:hover > td,
.single-post table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
.single-post table tbody > tr:nth-child(odd) > td,
.single-post table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}

/**** Blog page*****/

.blog-query-loop li{ padding: 25px;    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 11%); border-radius: 5px;}
.wp-block-post-excerpt__excerpt{    overflow: hidden;    -webkit-line-clamp: 5;    -webkit-box-orient: vertical;    display: -webkit-box;}
.wp-block-post-excerpt__more-link {background: #2d6f80;   border: 1px solid transparent;   color: #fff;    padding: 7px 20px; float:left;}
.wp-block-post-excerpt__more-text{margin-top:50px;}
.wp-block-post-excerpt__more-link:hover{background: #ffd015;}


/**** Blog Categories  pages*****/
.ast-separate-container .ast-article-post {
    background-color: var(--ast-global-color-5);
    background-image: none;
    width: 30.5%;
    margin: 0 15px !important;
    min-height:500px;
}
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    border-bottom: 0px !important;
    margin: 0;
    padding: 0em !important;
}
.post-content .entry-title {
    font-size: 20px !important;
}
.entry-meta, .entry-meta * {
    line-height: 1.45;
    color: #0274be;
}
.post-content .entry-content p{
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.ast-post-format-.blog-layout-1 {
    padding: 23px !important;
    box-shadow: 0;
    border-radius: 0;
    margin-bottom: 40px;
    border: 1px solid #ccc !important;
}
.entry-meta {
    font-size: 14px !important;
}

.read-more a {
    background: #2d6f80;
    border: 1px solid transparent;
    color: #fff;
    padding: 7px 20px;
    margin: 25px 0px 0px;
    float: left;
}
.read-more a:hover{background: #ffd015;}
.entry-title{   overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.post-thumb img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}


/**** Home page Editioral*****/
.cont-img{}
.cont-img figure.wp-block-image.size-large{width:80px !important;}
.cont-img .gb-container .wp-block-image img {
    border-radius: 52px;
}
.cont-img img.wp-image-7585 {
    margin-left: -40px;
}
img.wp-image-7584 {
    border-radius: 52px;
}
img.wp-image-7585 {
    border-radius: 52px;
    margin-left: -40px;
}

.gb-container-69cdad86 .wp-block-gallery {justify-content:center;}


.home-editorial {
    background: linear-gradient(90deg,#ecf0f5 50%, #fff 50%);
}

@media(max-width:767px){
        .home-editorial {
    background: linear-gradient(180deg, #ecf0f5 59%, #fff 50%);
}
    .gb-grid-wrapper > .gb-grid-column-8c4c87a7 > .gb-container {
    padding: 20px 10px 10px 20px;
}
    .gb-container-46ecc29b {
    margin-bottom: 40px;
}
    
}
@media (max-width:768px){.cont-img figure.wp-block-image.size-large {
    width: 70px;
}
}
@media(max-width:768px){
.gb-container-035e7224 > .gb-inside-container {
    padding: 20px 20px;
}
} 



.blog_list .ast-article-post:nth-child(3n+4) {
    clear: both;
}


/**** Blog page categories active *****/

.blog-filter ul li a :active {
    border: 2px solid #244d61!important;
    background: #244d61!important;
    color: white!important;
}

.page-template-drug_template .hero-sec .breadcrumbs  {
    color: #fff;
}

.locationtabbox {
    margin-top: 80px;
    background-color: #fbfbfb;
    width: 100% !important;
    padding-bottom: 80px;
    display: inline-table;
}

.locationtabbox {
}
 .locationtabbox .elementor-tabs-wrapper {
    text-align: center;
}
 .locationtabbox .elementor-tabs-wrapper:after {
     content:'';
     border: -1px solid rgba(188, 200, 216, 0.6);
     width: 100%;
     display: block;
     margin-top: -3px;
}
 .locationtabbox .elementor-tabs-content-wrapper {
}
 .locationtabbox .elementor-tabs-content-wrapper {
}
 .locationtabbox .elementor-tabs-content-wrapper {
     padding: 50px 0px 0 0px;
}
 .locationtabbox .location-map {
     width: 50%;
     float: right;
     overflow: hidden;
     border: 1px solid #ccc;
     border-radius: 5px;
}
 .locationtabbox .location-map iframe {
    width: 100%;
    height: 500px;
    float: left;
}

.locationtabbox .location-info {
    margin-top: 50px;
    display: flow;
}
 .locationtabbox .contentbox {
     float: left;
     width: 45%;
     color: #203448;
}
 .locationtabbox .contentbox h3 {
     margin-bottom: 36px;
     line-height: 47px;
     font-size: 36px;
     margin-top: 20px;
}
 .locationtabbox .contentbox .icon {
     float: left;
     width: 100%;
     display: flex;
     margin-bottom: 24px;
}
 .locationtabbox .contentbox .phone {
}
 .locationtabbox .contentbox .address strong,.locationtabbox .contentbox .phone strong {
    display: block;
    margin-bottom: 4px;
    margin-top: 0px;
    font-size: 16px !important;
    font-family: Montserrat, sans-serif;
    text-align: left;
    margin-bottom: 0px;
    text-transform: uppercase;
}
 .locationtabbox .contentbox .icon strong {font-size: 23px;'The Seasons', Helvetica, Arial, font-family: sans-serif;}
 .locationtabbox .contentbox .icons {background: rgb(185 207 232 / 34%);width: 54px;height: 54px;border-radius: 100px;text-align: center;line-height: 51px;}
 .locationtabbox .contentbox .detail {
    float: left;
    width: 69%;
    margin-left: 19px;
    margin-top: 4px;
    line-height: 30px;
}

.locationtabbox .contentbox .icons img {
    width: 17px;
}
 .locationtabbox .contentbox .icon i {
     border: 1px solid #fff;
     width: 70px;
     height: 70px;
     display: inline-block;
     font-size: 25px;
     padding: 23px 20px;
     border-radius: 200px;
     text-align: center;
     float: left;
}
 .locationtabbox .contentbox .button_direction {
     display: block;
     clear: both;
     margin-top: 24px;
     float: left;
     width: 100%;
     text-align: left;
}
 .locationtabbox .contentbox .button_direction a {margin-right: 7px;}
 .locationtabbox .elementor-tabs-wrapper .elementor-tab-title {
     padding: 10px 43px;
     display: inline-block;
     border-radius: 5px;
     font-size: 28px !important;
     background: #d1dfdf;
     line-height: 52px !important;
     margin: 0 2px 5px 2px;
     color: #203448 !important;
}
 .locationtabbox .elementor-tabs-wrapper .elementor-tab-title.elementor-active {background: #203448 !important;color: #d1dfdf !important;}
 .locationtabbox .elementor-tabs-wrapper .elementor-tab-title:after {
}
 .locationtabbox .elementor-tabs-wrapper .elementor-tab-title:before {
}
 .locationimage {
     background-size: cover; 
}
 .locationlink ul {
}

.threebox {

}


.threebox .heading {
    text-align: center;
}

.threebox .textbox {
     text-align: center;
     font-size: 16px;
     color: #000;
     min-height: 244px;
}

 
.threebox .wp-block-buttons   {
    vertical-align: baseline;
}


.threebox .wp-block-button__link {
    
}

.threebox_container {
    border-bottom: 0 !important;
}

.linkbox {

}

.linkbox .gb-grid-column {
    width: 35%;
    display: inline-flex;
    text-align: left;
    margin-top: 37px;
}


.linkbox .gb-grid-column a {
    padding-bottom: 14px;
    display: inline-block;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.linkbox .gb-grid-column a:before {
   content: "\e900";
   display: inline-block;
   font-family: Astra;
   font-size: .6rem;
   font-weight: bold;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin-left: 10px;
   line-height: normal;
   transform: rotate(-90deg);
   position: absolute;
   left: -12px;
   margin-top: 10px;
}

.linkbox .gb-grid-column a:hover {
    color: var(--ast-global-color-0) !important;
}

body .linkbox_container:before {
    background-image: url(https://southeastaddiction.com/wp-content/uploads/2024/11/Service-2.webp);
    background-position: center;
    opacity: 0.1 !important;
}


body .linkbox_container .main_heading {

}

.gallery-image {

}
.page-template-drug_template .single-post  {width: 1200px;margin: 0 auto;}

.page-template-drug_template .single-post h2 {font-family: Montserrat, sans-serif;font-size: 34px;text-align: left;margin-bottom: 0px;font-weight: 600;width: 60%;margin: 0 auto;line-height: 47px !important;}

.page-template-drug_template .single-post h2 {text-align: center;}
.gallery-image .button_hover a {    padding: 13px 29px;}

.gallery-image .button_hover a:hover {color: #fff !important;}
.page-template-drug_template .linkboxheading {
    width: 60%;
    margin: 0px auto;
}
.linkbox .gb-grid-column:last-child {
    width: 28%;
    display: inline-flex;
    text-align: left;
    margin-top: 37px;
}

.threebox .button_hover a {}

.threebox .button_hover a:hover {background: #244d61 !important;color: #fff !IMPORTANT;border-color: #244d61 !important;}

.linkbox_container .has-shadow-button {
    margin-top: 24px;
}


.page-template-drug_template .source_box {
    padding-bottom: 9px;
    background: #f4f4f4;
}


.page-template-drug_template .source_box .single-post .accordion {
    margin: 40px auto 0px;
    padding: 0px; 
}

.page-template-drug_template .source_box .single-post .accordion .at-item {
    border: 0px solid rgba(32, 78, 95, .3);
}

.page-template-drug_template .source_box .single-post .accordion .at-item .at-title h4 {
    padding: 22px 0px 22px 0px;
}

.page-template-drug_template .source_box .single-post .accordion .at-item .at-tab {
    
    padding: 0px 26px 15px 0px;
}


.page-template-drug_template .threectatext {

}


.page-template-drug_template .threectatext h3 {
    text-transform: uppercase;
    font-size: 19px !important;
}

.page-template-drug_template .threectatext p {
    font-size: 16px !important;
    color: #262627 !important;
    font-family: 'Montserrat', sans-serif !important;
}


.page-template-drug_template .button_normal {margin-bottom: 16px;width: 100%;display: block;text-align: left;}

.page-template-drug_template .button_normal .has-custom-width {margin-bottom: 16px;width: 100% !important;display: block;text-align: left;}


.page-template-drug_template .button_normal a  {background: none !important;color: #244d61;font-size: 16px !important;text-align: left;padding: 0;text-transform: capitalize;font-weight: 300 !important;position: relative;padding-left: 15px;}
.page-template-drug_template .button_normal a:before {
    content: "\e900";
    display: inline-block;
    font-family: Astra;
    font-size: .6rem;
    font-weight: bold;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    line-height: normal;
    transform: rotate(-90deg);
    position: absolute;
    left: -13px;
    margin-top: 3px;
    visibility: rte;
}

.page-template-drug_template .button_normal a:hover  {
    color: #ffb015 !important;
}


.button_direction {

}


.contentbox .button_direction a {
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-color: #424f53;
    background-color: transparent;
    color: #424f53;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    line-height: 1em;
    font-size: 15px !important;
    font-size: 0.875rem;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border: 3px solid #424f53;
    text-transform: uppercase;
    font-weight: 500;
}


.contentbox .button_direction a:hover {
    background-color: #424f53 !important;
    color: #fff !important;
}


.page-template-drug_template input#gform_submit_button_3 {
    background-color: transparent;
    color: #d1af49;
    background-color: #ffb015;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 16px 40px;
}


.page-template-drug_template input#gform_submit_button_3:hover {
    color: #fff;
    background-color: #333;
}


.page-template-drug_template .drugpageform .gform_wrapper.gravity-theme .gfield textarea, 
.page-template-drug_template .drugpageform .gform_wrapper.gravity-theme .gfield input {
    background: #ffffff !important;
}

body.page-template-drug_template .drugpageform #gform_wrapper_3.gform_wrapper.gravity-theme .gfield textarea, body.page-template-drug_template .drugpageform #gform_wrapper_3.gform_wrapper.gravity-theme .gfield input[type="text"] {
    color: #333 !important;
}




.page-template-drug_template .Programsbox .description {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}


.page-template-drug_template .Programsbox .gb-grid-column {
   
}

@media only screen and (max-width: 768px) {
   .page-template-drug_template .single-post {
    width: 90%;
    margin: 0 auto;
	   BACKGROUND: TRANSPARENT ! IMPORTANT;
}
	body.page-template-drug_template, .page-template-drug_template .ast-separate-container {
        background-color:#fff !important;
    }
	.locationtabbox .location-info {
		width: 90%;
		margin: 0 auto;
	}
	.locationtabbox .contentbox {
		width: 100%;
		margin-bottom: 30px;
	}
	.locationtabbox .location-map {
		width: 100%;
	}
	.page-template-drug_template .linkboxheading {
		width: 100%;
	}
	.page-template-drug_template .linkbox .gb-grid-column{
    	width: 100%;
	}
	.linkbox .gb-grid-column {
	    margin-top: 0;
	}
	.locationtabbox .contentbox h3 {
   		line-height: 35px;
  	  	font-size: 24px;
}
}


.page-template-drug_template .gb-container-a3e107c1.ctaboxnew  {
    margin-top:0px;
    background-image: url(https://southeastaddiction.com/wp-content/uploads/2024/11/magnet-me-315vPGsAFUk-unsplash.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.page-template-drug_template .ctaboxnew {
    margin-top: 0;
    text-align: center;
}

.page-template-drug_template .ctaboxnew  .gb-inside-container {
	width: 900px;
	margin: 0 auto;
}

.page-template-drug_template .ctaboxnew  .gb-inside-container p,.page-template-drug_template .ctaboxnew  .gb-inside-container h2 {
	color:#fff;

}

@media only screen and (max-width: 768px) {
	.page-template-drug_template .ctaboxnew  .gb-inside-container {
		width: 90%;
	}
	.page-template-drug_template .gb-container.gb-container-29a8e516.is-hidden-mobile {
		display: none;
	}
}

.Programsbox  {
    border-top: 1px solid #ccc;
}



.home-editorial .gb-grid-wrapper > .gb-grid-column-06343b5c {
    width: 35% !important;
}
.gb-container-035e7224 {
    background-color: #222526 !important;
}
.gb-container-f3757dc2{
	border-left:none !important;
}
.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    border-top: 1px solid #f2f2f230;
    padding-top: 25px;
}
.wp-block-button .wp-block-button__link:hover {
    color: #244d61 !important;
    background: #fff !important;
    border: 2px solid #244d61;
}

.wp-block-button .wp-block-button__link:hover {
    color: #244d61 !important;
    background: #fff !important;
    border: 2px solid #244d61;
}
.home-treat-service .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link:hover {
	color: #ffffff !important;
    background: #244d61 !important;
    border: 0px solid #244d61;
}

.home-editorial p.gb-headline-34a77ded {
	min-height: 140px;
}

.btn-yellow-white .gb-button-wrapper a:hover {
	background-color: #ffffff !important;
    color: #222222 !important;
}





@media only screen and (max-width: 768px) {
	
	.page-template-drug_template .threebox_container{ 
		margin-top:-50px;
	}
	.page-template-drug_template .treatment-cards .wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
		width: 75%;
	}
	.page-template-drug_template .treatment-cards .wp-block-image img{
		object-fit:cover !important;
	}
	.page-template-drug_template .single-post .at-title h4 {
		padding: 22px 50px 22px 15px;
		position: relative;
		font-size: 18px;
		line-height: 30px;
	}
	.page-template-drug_template .single-post .at-title span {
		position: absolute;
		right: 20px;
		top: 23px;
	}
	.page-template-drug_template .single-post h2 {
		font-size: 32px;
		width: 100%;
	}
	.page-template-drug_template .drug-text .gb-inside-container p { 
		padding-right: 0px !important;
   		padding-left: 0px !important;
	}
	.page-template-drug_template .drug-text .gb-inside-container {
		padding:40px;
	}
	.page-template-drug_template .locationtabbox{
		padding: 10px 40px 80px;
	}
	.page-template-drug_template .why-choose-drug{
		padding:0px 40px;
	}
	.page-template-drug_template .recovery-testimonial{
		padding:0px 30px;
	}
	.gb-grid-wrapper-ef836211 > .gb-grid-column {
		padding-left: 15px;
	}
	.home-treat-client .gb-grid-column {
		padding-left:0px !important;
	}
	.home-treat-service .gb-grid-wrapper > .gb-grid-column, .home-treat-service .gb-grid-wrapper > .gb-grid-column h3 {
		text-align:center;
	}
}

@media only screen and (max-width: 480px) {
	.ast-logo-title-inline .site-logo-img {
		padding-left: 1em;
	}
	.page-template-drug_template .hero-sec .gb-container-45736292 > .gb-inside-container {
		padding-bottom: 40px;
	}
	.page-template-drug_template .drug-text .gb-inside-container {
    	padding: 80px 40px !important;
	}
	.page-template-drug_template .drug-text .gb-inside-container p{
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.page-template-drug_template .drug-text .gb-container .gb-inside-container {
		padding: 0 !important;
	}
	.page-template-drug_template .locationtabbox .gb-headline-69947d88{
		font-size:32px;
	}
	.page-template-drug_template .linkbox .gb-grid-column:last-child {
		margin-top: 0px;
	}
	.page-template-drug_template .linkbox {
    	row-gap: 0px !important;
	}
	.page-template-drug_template .linkbox_container .main_heading {
		margin-bottom: 40px;
	}
	.page-template-drug_template .locationtabbox .contentbox {
		margin-bottom: 50px;
	}
	.page-template-drug_template .treatment-drug .threebox {
		margin-bottom: 30px;
	}
	.page-template-drug_template .treatment-cards .threebox .textbox {
		min-height: auto;
	}
	.page-template-drug_template .single-post h2 {
		width: 100%;
	}
	.page-template-drug_template .gb-container-8e27b692 > .gb-inside-container {
		padding: 80px 40px 100px !important;
	}
	.page-template-drug_template .treatment-cards .wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
		width: 50% !important;
	}
	.page-template-drug_template .locationtabbox .location-info {
   	 	padding: 0px 40px;
	}
	.page-template-drug_template .gb-container-093758bc > .gb-inside-container {
	    padding: 40px 40px 80px !important;
	}
	.page-template-drug_template .recovery-testimonial .gb-grid-column.gb-grid-column-54608cfe {
		margin-top: 40px;
	}
	.page-template-drug_template .get-started-drug .gb-inside-container {
    	padding: 20px 30px 30px !important;
	}
	.page-template-drug_template .source_box .single-post .accordion .at-item .at-tab {
		padding: 0px 25px 15px 25px;
	}
	.page-template-drug_template .source_box .single-post .accordion .at-item .at-title h4 {
		padding: 22px 40px 22px 25px;
	}
	
	.home-editorial .gb-grid-wrapper > .gb-grid-column-06343b5c {
		width: 50% !important;
	}
	.home-treat-service .gb-inside-container {
    	padding: 20px 20px 10px 20px;
	}

}

.home-who-we-are a.gb-button-text {
    float: left;
}

.darkbg-link a:hover{color:#fff !important; text-decoration:underline !important;}

#gform_wrapper_3 .button {
   	font-weight:600;
}
#gform_wrapper_3 .button:hover {
    background-color: #ffffff !important;
    color: #244d61 !important;
	font-weight:600;
}
.contact-icon .gb-grid-column .gb-container !important {
	background:#ffb015 !important
}


.gb-button-wrapper a.gb-button-c788d5f4:hover, .gb-button-wrapper a.gb-button-c788d5f4:active, .gb-button-wrapper a.gb-button-c788d5f4:focus {
    border-color: #fff !important;
    background-color: #fff !important;
    color: #232c2f !important;
}



.mental-keypoint ul li{
	display:flex;
}
.mental-keypoint ul li a{
	padding:8px 18px!important;
}
.mental-keypoint ul{
	margin-left:35px;
}
.mental-keypoint ul li:before {
    content: "\f00c";
    -webkit-font-smoothing: antialiased;
    font-family: 'FontAwesome';
    font-size: 13px;
    position: relative;
    right: 10px;
    font-weight: 800;
    color: #ffb015;
    margin-top: 5px;
}


.faq_sec .accordion{
	font-size: 22px!important;
	line-height: 32px!important;
	font-family:Montserrat, sans-serif;
	    color: #0c122d !important;
}
.faq_sec .gb-container{
	width:1200px;
	margin:0 auto;
}
.faq_sec .gb-inside-container{
	
}
.faq_sec .accordion:after {
	color: #000;
    float: right;
    margin-left: 5px;
    content: "\e900" !important;
    display: inline-block;
    font-family: Astra;
    font-size: 13px;
    font-weight: bold;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    line-height: normal;
}
.faq_sec .accordion{
border-bottom:1px solid #cdd0d7 !important;	
}
 
@media only screen and (max-width: 1200px) { 
	.faq_sec .gb-container{
		width:90%;
	}
}