.ben_first{
    padding:2px; min-height:165px; margin-bottom:10px;
}
.ben_first_div{
    border:1px solid #000; padding:10px; border-radius:5px; padding-bottom:12px;
}
.ben_second{
    padding:2px; min-height:165px; margin-bottom:10px;
}
.ben_second_div{
    border:1px solid #000; padding:10px; border-radius:5px; padding-bottom:11px;
}
.ben_third{
    padding:2px; min-height:165px; margin-bottom:10px;
}
.ben_third_div{
    border:1px solid #000; padding:10px; border-radius:5px; padding-bottom:13px;
}
.ben_forth{
    padding:2px; min-height:165px; margin-bottom:10px;
}
.ben_forth_div{
    border:1px solid #000; padding:10px; border-radius:5px;
}
.ben_fifth{
    padding:2px; min-height:165px; margin-bottom:10px;
}
.ben_fifth_div{
    border:1px solid #000; padding:10px; border-radius:5px; padding-bottom:10px;
}
.ben_six{
    padding:2px; min-height:165px; margin-bottom:10px;
}
.ben_six_div{
    border:1px solid #000; padding:10px; border-radius:5px; padding-bottom:40px;
}
.ben_thrid_pad{
    padding-bottom:9px;
}
.ben_fifth_pad{
    padding-bottom:69px;
}
@media screen and (max-width: 767px) {
    .ben_fifth_pad{
        padding-bottom:10px;
    }
    .ben_six_pad{
        padding-bottom:10px;
    }
}
.banner_para_b{
    font-size:27px;
    font-weight:600;
    line-height:35px;
}
.new_banner_heading{
    font-size:50px;
    line-height:60px;
    font-weight:500;
    letter-spacing: 1px;
    color:#2A7178;
}
/*.dropdown-menu {
    display: none;
}
.dropdown:hover .dropdown-menu {
    display: block;
}*/

.blue_link{
    color:#2A7178;
}
.blue_link:hover{
    color:#ffffff;
}
.dark_link{
    color:#A8CDD2;
}
.dark_link:hover{
    color:#ffffff;
}
.n_light_blue{
    background-color:#e2eaec;
}
.dark{
    color:#2A7178;
}
.font_20{
    font-size:20px;
}
.dark_25{
    color:#2A7178;
    font-size:25px;
}
.min_h_140{
    min-height:140px;
}
.detail_process_b{
    border-bottom:2px solid #E8E8E8;
}
.center_container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.process_btn{
    text-align:center;
    font-family: 'Avenir';
    padding: 7px 15px;
    background-color:#B6B0DC;
    color:#ffffff;
    font-weight:500;
    border-radius:50px;
    font-size:14px;
    width:100%;
}
.process_btn:hover{
    background-color:#A8CDD2;
    color:#ffffff;
}
.mobile_only{
    display:none;
}

.call_of_action{
    background-image: url("https://sanctuarywellnessinstitute.com/new-website-images/call_off_action.webp");
    background-size:cover;
    background-repeat:no-repeat;
    background-position: top center;    
}
.call_of_action_bg{
    background-color: #A8CDD2;
    text-align:left;
    font-weight:300;
    color:#ffffff;
    width: 100%;
    padding:50px 25px 50px 50px;
}
.w_b_150{
    width:150px;
    border-radius:100px;
}
.half_bg{
    background-color:#e2eaec;
    /*background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(226,234,236,1) 50%);*/
}
.z_index_up{
    z-index:999;
}
.z_index_down{
    z-index:-1;
}
.mt_80_neg{
    margin-top:-80px;
}
.pt_80_bp_50{
    padding-top:80px;
    padding-bottom:50px;
}

.center_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/*--- Image Border Start ---- */
.flex-container {
    display: flex;
    align-items: center;
    justify-content: center !important;
    /*justify-content: space-between;*/
}
.about-content {
    gap: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.img-wrapper {
    position: relative;
    padding:10px;
}
.about-image {
    border-radius: 999px;
    display: block;
}

.img-wrapper::after {
    content: "";
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: conic-gradient(
        from 130deg,
        #B6B0DC 50%,
        #B6B0DC 50%,
        transparent 50%
    );
}
.img-wrapper::after {
    -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 3px),
        #fff calc(100% - 2px)
    );
    mask: radial-gradient(
    farthest-side,
        transparent calc(100% - 3px),
        #fff calc(100% - 2px)
    );
}
/*--- Image Border Ends---- */

/*------ Border Start ----- */
.our_border{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.our_border_div{
    width: 100%;
    background: #2A7178;
    padding: 12px 13px;
    background: linear-gradient(#A8CDD2, #A8CDD2) top left / 50px 3px,
    linear-gradient(#A8CDD2, #A8CDD2) top left / 3px 50px,
    linear-gradient(#A8CDD2, #A8CDD2) bottom right / 50px 3px,
    linear-gradient(#A8CDD2, #A8CDD2) bottom right / 3px 50px;
    background-repeat: no-repeat;
}
/*------ Border End ----- */

/*------- FAQ Code Starts --------*/
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.3rem;
    color: #212529;
    text-align: left;
    background-color: #e2eaec;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    color: #2a7178;
    background-color: #e2eaec;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::before {
    background-image: url("https://sanctuarywellnessinstitute.com/new-website-images/close.png");
    transform: rotate(-90deg);
}
.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 10px;
    content: "";
    background-image: url("https://sanctuarywellnessinstitute.com/new-website-images/close.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
}
.accordion-button::after{
    background-image: none;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button::before {
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #cae895;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
/*------- FAQ Code Ends --------*/


.boxstyle{
    background-color: #f6f6f6; border-radius: 10px; padding:8px 15px; color:#000000; font-size:18px; font-weight: 300;
}
.boxstyle_p{
    font-size:21px; font-weight:400;
}










@media only screen and (max-width: 767px) {
    .new_banner_heading{
        font-size:40px;
        letter-spacing: 1px;
        line-height:50px;
    }
    .h1_heading_dark{
        font-size:32px;
        line-height:40px;
    }
    .mobile_only{
        display:block;
    }
    .laptop_only{
        display:none;
    }
    .center_container{
        height:110px !important;
    }
}










