/*
Theme Name: HealthYou 2023
Template: twentytwentythree
Author: Etekhnos
*/
html {
  scroll-behavior: smooth;
}
.lbg .wp-block-cover__inner-container{
    width:96%!important;
}
.lbg>img{
    object-fit: contain!important;
    width: 55%!important;
    object-position: right center;
}
.bd{
    border:2px solid var(--wp--preset--color--primary);
    /*padding: 50px 30px;*/
    padding: 50px 0px;
    border-radius:25px ;
    background-color:#eee;
}
.rotatetext .smaller{
    /*color:#fff;*/
    /*font-size:40px;*/
    font-size:50px;
    font-weight:800;
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
    color: transparent;
    background-color:#000;
}
.rotatetext .bigger{
    text-shadow: 1px 1px 1px rgb(251, 192, 1);
      -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
    color: transparent;
    background-color:#000;
    font-size:60px;
    font-weight:800;
    line-height:60px;
}
.rotatefeed,
.rotatetext{
    display:none;
}
.rotatefeed.slick-initialized,
.rotatetext.slick-initialized{
    display:block;
}
.wp-site-blocks>header{
    /*position:sticky;*/
    top:0;
    z-index:99999;
}
.wp-site-blocks{
    padding-top:0;
    padding-bottom:0;
}
.wp-site-blocks > footer, .wp-site-blocks > main{
    margin-top:0!important;
}
.fourcta .wp-block-image img{
    height:188px;
    object-fit:cover;
    object-position:center;
}
.rotatefeed .slick-slide > div{
    padding:20px;
    border-radius:10px;
        /*background: linear-gradient(0deg,rgb(52,77,0) 0%,rgb(72,104,1) 51%,rgb(91,130,3) 100%);*/
        color:#fff;
        font-style:oblique;
        max-width:340px;
        width:100%;
        margin:0 auto;
}

.rotatefeeds{
    display: flex;
    gap: 25px;
}

.licon{
    display: block;
    margin: auto;
    max-width: 100%;
    margin-bottom: 25px;
}

.lline-divider{
    height: 1px;
    width: 55% !important;
    background: #fff;
    display: block;
    margin: auto;
    margin-top: 25px;
}

.client-feedback-section{
    background: linear-gradient(0deg,rgb(52,77,0) 0%,rgb(72,104,1) 51%,rgb(91,130,3) 100%);
    padding-top: 25px;
    padding-bottom: 25px;
}

.rotatefeeds > div > div{
    padding:20px;
    border-radius:10px;
        /*background: linear-gradient(0deg,rgb(52,77,0) 0%,rgb(72,104,1) 51%,rgb(91,130,3) 100%);*/
        color:#fff;
        font-style:oblique;
        margin:0 auto;
        margin-bottom: 15px;
        text-align: center;
}

.rac a span{
    color:#000;
}
.rac a:hover span{
    color:#fff;
}
.rac a:hover{
    background-color: #000;
    color:#fff;
    text-decoration:none;
}
.rac a{
    line-height:normal;
    text-align:center;
    border-radius: 10px;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    background-color: #fff;
    color:#000;
    font-size:14px;
}
#gform_fields_1{
    grid-row-gap: 20px;
}
#gform_1 input[type="submit"]{
    cursor:pointer;
    padding:15px;
    color:var(--wp--preset--color--base);
    background-color:var(--wp--preset--color--primary);
    border:0;
    font-size:14px;
}

#who-we-are{
    margin-top: 0px !important;
}
@media(min-width:782px){
    .column-reverse{
        flex-direction:row-reverse!important;
    }
}
@media(max-width:781px){
    #who-we-serve .wp-block-cover__background{
        opacity:0.7;
    }
    #who-we-serve img.wp-block-cover__image-background{
        object-position:center!important;
    }
    .rotatefeeds{
        display:block;
    }
    .d-mobile-none{
        display:none!important;
    }
}
@media(max-width:500px){
    .rotatetext .smaller{
        font-size:20px;
    }
    .rotatetext .bigger{
        font-size:40px;
        line-height:normal;
    }
    
}