/* banner-section */
body{
    position: relative;
  
} 
.bg-banner-img{
    background-image: url(../images/support-group/bg-banner.jpg);
    background-position: top;background-repeat: no-repeat;
    background-size: cover;
}
.bodybg{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    /* height: 100%; */
    object-fit: cover;
}
.blog-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #FF840C;
    width: 87%;
    margin: auto;
    padding-top: 140px;
 
}
.blog-title h4 {
    color: #000;
    font-family: "Poppins-SemiBold";
    font-size: 24px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    align-self: center;
    margin-bottom: 12px;
}
.blog-title img {
    width: 180px;
    position: relative;
    right: -34px;
}  
.slick-dots li button:before {
    font-family: slick !important; 
    content: '' !important;
    text-align: center !important;
    opacity: 1 !important;
    color: #000 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    width: 11px !important;
    border-radius: 30px !important;
    height: 11px !important;
    margin: 5px !important;    font-size: 0px !important;
    background-color: transparent !important;
    border: 1px solid #585555 !important;}
    .slick-dots li.slick-active button:before { opacity: 1 !important;background: #585555 !important;}
    .slick-dots li{margin: 0 2px !important;}
    .slick-prev,
.slick-next {
  display: none !important;
}
.slick-dots { bottom: -36px !important;}
@media (max-width:1200px){
    .blog-title {
        padding-top: 110px;
     }
} 
@media (max-width: 600px) { 
    .blog-title img {
        width: 115px;
        right: -23px;
    }
    .blog-title {
        width: 84%;
    }
    .blog-title h4 {
        font-size: 20px;
    }
}

/* //banner-section */

.sec-container{display: flex;
    justify-content: space-between; 
    width: 87%;
    margin: auto;}
.sec-1st{width: 56%;}
.sec-1st h5{color: #000;
    font-family: "Poppins-SemiBold";
    font-size: 18px; 
    line-height: normal;}
.sec-1st p{color: #000;
    font-family: "Poppins-Regular";
    font-size: 13px; 
    line-height: normal;}

.sec-container-bg-white{display: flex;
        justify-content: space-between; 
        width: 95%;
        margin: auto;
        border-radius: 5px;
        background: #FFFAF6;}
.sec-container-bg-white h6{color: #000;
    font-family: "Poppins-SemiBold";
    font-size: 13px; padding-bottom: 7px;
    line-height: normal; display: inline-block;}
.btn-join-now:hover{box-shadow:0 0 5px 0px #FB5411;color: #fff;background: #FB5411;}
.btn-join-now{color: #FB5411;transition: all 0.5s ease;
    text-align: center;
    font-family: "Poppins-SemiBold";padding: 3px 10px;
    font-size: 12px; border: 1px solid #FB5411;border-radius: 20px;
    line-height: normal;}
/* .w-200px img{width: 63px;} */
.AB-line{position: relative;}
.AB-line::before{content: '';position: absolute;top: 0px;left: -10px;width: 3px;height:24px;
    background: #FB5411;border-radius:10px 10px 0 0;}
.main-title{font-family: "Poppins-SemiBold";
    color: #000; 
font-size: 21px; 
line-height: 28px;
}
.img-shadow img{border-radius:5px;position: relative;}
.img-shadow{box-shadow: -9px -8px 13.6px 0px rgba(0, 0, 0, 0.35);border-radius: 5px;
position: relative;}
.img-shadow::before{content: '';position: absolute;top: -22px;left: -12px;
    width: 100%;height: 100%; 
    border-radius: 6px;border: 1px dashed #BFAB95;}
.w-200px{min-width:50px ;text-align: center;}

@media only screen and (max-width:600px){
    .sec-1st { width: 100%; }
      .sec-container-bg-white .justify-content-around { flex-flow: column;justify-content: inherit; }
      .w-200px{min-width: 50px;}
      .sec-container-bg-white h6{padding-bottom: 0px; display: block;}
      .cus-col-md:last-child {padding-bottom: 20px;}
        .cus-col-md {
        padding-bottom: 35px;
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
      .bodybg { height: 15%;}
      .w-100.mbl-w-100-fit {
        width: fit-content !important;
      }
      .img-shadow img,.img-shadow {
        border-radius: 7px;
      }
      .bg-banner-img { background-attachment: fixed; }

}

@media only screen and (min-width:601px) and (max-width:991px){
    .bg-banner-img { background-attachment: fixed; }
    .sec-1st { width: 100%; }
    .sec-container-bg-white .justify-content-around{flex-wrap: wrap;} 
.w-200px{min-width: 55px;text-align: center;}
.sec-container-bg-white h6{padding-bottom: 0px; display: block}
.cus-col-md:last-child {padding-bottom: 20px;}
        .cus-col-md {
        padding-bottom: 35px;
        width: 50%;
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .w-100.mbl-w-100-fit {
        width: fit-content !important;
      }

}

@media only screen and (min-width:992px) and (max-width:1199px){
    .sec-container-bg-white h6{padding-bottom: 0px; display: block;font-size: 10px;margin-bottom: 2px;}
    .btn-join-now { 
        padding: 1px 6px;
        font-size: 9px;}
.sec-container-bg-white { width: 99%;}
}

@media only screen and (min-width:1750px){
.bg-body{max-width: 1700px;margin-left: auto;margin-right: auto;}
}

