@import url('https://fonts.googleapis.com/css2?family=Freehand&amp;display=swap');

.style-font{
    font-family: 'Freehand', cursive;
    color:#ff0053;
    font-size:28px;
    position: relative;
}
.style-font::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    background: url('../img/service-page/style-font-border.png') no-repeat center;
    background-size: contain;
    bottom: -15px;
}

.service-hero{
    background: url('../img/service-page/service-hero.png') no-repeat center !important;
    background-size: cover !important;
    padding: 60px 0px;
    min-height: 650px;
    display: flex;
    align-items: center;
}
.color-light{
    color: #6ddef2;;
}
.yellow-color{
    color: #fcb10e;
}




.hero-text h2{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.hero-text p{

color: #fff !important;

font-weight: 500 !important;

text-align: left;

font-size: 24px;

}

.bi-banner{
    margin-bottom: 80px;
}

.bi-button{
    background-color: #1f3e66;
    color: #fff;
    padding: 15px 40px;
    transition: .3s;
    box-shadow: none !important;
    font-weight: 600;
}



.bi-button:hover{  
    background-color: #000;
    color: #fff;
}
.no-bg-color{
    background-color: transparent !important;
}
.bold{
    color: #78fb91;
    font-size: 20px;
    font-weight: 700;
}

.happy-client{
    padding: 80px 0px;
}



.happy-client-top h2{
    font-weight: 700;
}

.happy-client-top h2, .happy-client-top p{
    text-align: center;
}

.happy-client-slide{
    width: 100%;
}

.happy-client-slide img{
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.happy-client-slide h3{
    float: left;
    text-transform: uppercase;
    color: #555;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}

.happy-client-slide p{
    color: #000 !important;
    margin: 0 !important;
    float: right;
    text-align: right;
    font-weight: 600;
}

.happy-client-slide .details{
    text-align: left !important;
    float: left !important;
    color: #999 !important;
    font-weight: 400;
}

.happy-client .owl-nav{
    display: block !important;
}

.happy-client .owl-nav .owl-prev span{
    position: absolute;
    top: 35%;
    margin-left: -25px;
    background-color: #ff0053 !important;
    padding: 1px 25px !important;
    font-size: 50px !important;
    color: white;
    font-weight: 800 !important;
}


.happy-client .owl-nav .owl-next span{
    position: absolute;
    top: 35%;
    margin-right: -25px;
    right: 0;
    background-color: #ff0053 !important;
    padding: 1px 25px !important;
    font-size: 50px !important;
    color: white;
    font-weight: 800 !important;
}



.happy-client .support-btn{
    padding: 15px 45px !important;
}

  section.bi-handle .we-handle-bg .we-handle-text .swiper {
    height: 600px;
    margin-left: 0 !important;
    width: 100%;
}
section.bi-handle .we-handle-bg .we-handle-text .swiper-slide {
    font-size: 18px;
    /* background: rgba(255, 255, 255, 0.493); */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding-left: 10px;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .icon-and-text img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }
  .icon-and-text h3{
      font-size: 18px;
      font-weight: 700;
      margin-left: 10px;
  }
  .icon-and-text{
      display: flex;
      justify-content: flex-start ;
      align-items: center;
      width: 40%;
      height: 80px;
      background: #fff;
      padding: 13px 30px;
    }
    .text-show{
        width: 60%;
        height: 80px;
        display: none;
        transition: all linear .5s;
    }
    .text-show p{
        background: #fff;
        padding: 15px;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        height: 80px;
    }
    section.bi-handle .we-handle-bg .we-handle-text .swiper-slide-active .text-show {
      
      display: block;
  }

/* .wrapper .list{
    background-color: rgba(255, 255, 255, 0.514);
    width: 450px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
    position: relative;
}

.wrapper .list .img{
    position: absolute;
    height: 90px;
    width: 90px;
    left: -5px;
}
.list .img img{
    width: 100%;
    height: 100%;
    
} */

.we-handle-bg{
    background: url('../img/service-page/we-handle-bg.png') no-repeat center !important;
    background-size: cover !important;
    min-height: 50vh !important;
    width: 100% !important;
}

.top-text{
    text-align: center;
}

.top-text h2{
    padding-bottom: 20px;
    font-weight: 700;
}
.we-handle-text{
    padding: 25px 0px !important;
}

.icon-heading{
    margin-top: 10px;
    height: 75px;
    background-color: rgba(255, 255, 255, 0.466);
    padding: 5px 15px !important;
}

.para-show{
    opacity: 0;
    height: 75px;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.466);
    padding: 5px 15px !important;
    transition: all .3s !important;
}

.no-gut{
    --bs-gutter-x: 0px !important
}

.icon-heading img{
    object-fit: contain !important;
    width: 60px;
    margin-right: 5px;
}

.icon-heading h2{
    font-size: 22px;
    margin-left: 5px;
    font-weight: 600;
}

.para-show p{
    color: #555 !important;
    font-size: 14px;
    font-weight: 600;

}

.price-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    /* border-top: 1px solid #555;
    border-bottom: 1px solid #555; */
}

.price-table{
    width: 25%;
    padding: 50px 25px;
    transition: .6s;
    border: 1px solid #555;
    background-color: #fff;
}


.price-table h5{
    font-size: 24px;
    font-weight: 700;
}

.price-table p{
    font-size: 14px;
    text-align: left;
}

.price-table small{
    font-size: 14px;
    font-weight: 700;
    color: #555;
}

.price-table h2{
    color: #555;
    font-weight: 700;
}

.price-table h2 sub{
    font-size: 14px;
}

.price-table h3{
    background-color: #80ebad;
    padding: 10px;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.price-table button{
    outline: none;
    background-color: transparent;
    text-align: center;
    border: 1px solid #000;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    height: 45px;
    border-radius: 5px;
}

.price-table:hover button{
    border: none;
    background-color: #ff0053;
    color: #fff;
}

.price-table li{
    position: relative;
    list-style: none;
    font-size: 18px;
    padding-left: 20px;
    margin: 5px 0px;
    margin-bottom: 15px;
}

.price-table li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: url('../img/check-img.png') no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
}

.bi-price{
    margin-bottom: 80px;
}

.banner-bg{
    background: url('../img/digital-marketing-page/banner-img.png') no-repeat center;
    background-size: cover;
}

.banner-text{
    padding: 70px 0px;
}

.banner-text h1{
    color: white;
    font-size: 50px;
    margin-bottom: 25px;
}

.banner-text h3{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
}



.banner-text p{
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.banner-text h2{
    color: #fcb10e ;
    font-weight: 700;
}

.banner-text button{
    background-color: #ff0053;
    color: #fff;
    padding: 15px 50px;
    border: none;
    border-radius: 5px;
}

button{
    outline: none !important;
}

/* .bi-accordian{
    border: none !important;
}

.bi-accordian button{    
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #555 !important;
    background-color: #f5f5f5 !important;
    border-radius: 5px !important;
}

.bi-accordian button:focus{
    border-color: transparent !important;
    box-shadow: none !important;
}

.bi-accordian button:not(.collapsed){
    background-color: #000 !important;
    color: #fff !important;
} */

.accordion-button{
    color: #555;
    font-size: 22px;
    font-weight: 700;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding-left: 65px;
    transition: all .3s;
}

.accordion-button:focus{
    border-color: transparent;
    box-shadow: none ;
}

.accordion-button:not(.collapsed){
    background-color: #000;
    color: #fff;
}

.accordion-button::after{
    background-image: url('../img/faq-plus-sign.png') ;
}
.accordion-button:not(.collapsed)::after{
    background-image: url('../img/faq-minus-sign.png') ;
    margin-top: -15px;
}

.accordion-item{
    margin-bottom: 15px;
    border: none;
}

.accordion-item p{
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.bi-faq{
    margin-bottom: 100px;
}

@media (max-width: 1260px) and (min-width: 992px)
{
    .hero-text h2{
        font-size: 35px;
    }
    .bi-button{
        padding: 12px 20px;
    }
    .happy-client-slide img{
        height: 300px !important;
    }
    .owl-nav .owl-prev span{
        top: 25%;
        margin-left: -15px;
    }
    .owl-nav .owl-next span{
        top: 25%;
        margin-right: -15px;
    }
    .icon-heading{
        height: 68px;
    }
    .icon-heading h2{
        font-size: 16px;
    }
    .icon-heading img{
        width: 50px;
        height: 50px;
    }
    .para-show{
        height: 68px;
    }

    .banner-text h1 {
        font-size: 45px;
    }
    .banner-text h2{
        font-size: 35px;
    }
    .banner-text button{
        padding: 10px 35px;
        font-size: 16px;
    }
}

@media (max-width: 991px) and (min-width: 768px){

    .hero-text h2{
        font-size: 30px;
    }
    .bi-button{
        padding: 10px 20px;
    }


    .happy-client-slide img{
        height: 300px ;
    }
    .owl-nav .owl-prev span{
        top: 30%;
        margin-left: -15px;
        font-size: 35px !important;
    }
    .owl-nav .owl-next span{
        top: 30%;
        margin-right: -15px;
        font-size: 35px !important;
    }
    .happy-client-slide h3 {
        font-size: 20px;
    }

    .icon-heading{
        height: 65px;
    }

    .icon-heading img{
        width: 40px;
        height: 60px;
    }
    .icon-heading h2{
        font-size:  16px;
    }
    .para-show p {
        font-size: 12px;
    }

    .banner-text h1{
        font-size: 40px;
    }
    .banner-text h2{
        font-size: 28px;
    }
    .text-show p{
        padding: 8px;
    }
}

@media (max-width: 767px) and (min-width: 576px){


    h1{
        font-size: 34px !important;
    }


    .bi-button{
        padding: 10px 20px;
    }

    .happy-client-slide img{
        height: 280px;
    }
    .owl-nav .owl-prev span{
        top: 30%;
        margin-left: -15px;
        padding: 8px 25px !important;
        font-size: 28px !important;
    }
    .owl-nav .owl-next span{
        top: 30%;
        margin-right: -15px;
        padding: 8px 25px !important;
        font-size: 28px !important;
    }

    .icon-heading{
        height: 65px;
    }
    .icon-heading h2{
        font-size: 18px !important;
    }
    .icon-heading img{
        width: 45px;
        height: 60px;
    }
    .price-table{
        padding: 30px 15px;
    }
    .price-table h3{
        font-size: 12px;
    }
    .banner-text button {
        padding: 10px 25px;
    }

    .accordion-button{
        font-size: 18px;
    }

    .accordion-button::after{
        width: 15px;
        height: 15px;
        background-size: contain;
    }
    .swiper-slide{
        flex-direction: column;
    }
    .swiper-slide-active{
        margin-bottom: 110px !important;
    }
    .text-show p{
        height: 105px;
    }
    .icon-and-text{
        width: 100%;
    }
    .text-show{
        width: 100%;
        margin-left: 0;
    }

}

@media (max-width: 575px) and (min-width: 320px){
    h1{
        font-size: 28px !important;
    }

    .hero-text {
        padding: 130px 20px;
        padding-right: 10px !important;
    }
    .bi-button{
        padding: 10px 20px;
        align-self: flex-start;
    }

    .happy-client-slide img{
        height: 250px;
    }
    .owl-nav .owl-prev span{
        top: 25%;
        margin-left: 0px;
        padding: 1px 15px !important;
        font-size: 30px !important;
    }
    .owl-nav .owl-next span{
        top: 25%;
        margin-right: 0px;
        padding: 1px 15px !important;
        font-size: 30px !important;
    }

    .icon-heading h2{
        font-size: 16px  !important;
    }
    .icon-heading img{
        width: 40px;
        height: 60px;
    }
    .price-table{
        width: 100%;
        padding: 25px 15px;
        border-bottom: 1px solid #fcfc;
    }
    .banner-text{
        padding: 70px 20px;
    }
    .banner-text button{
        padding: 10px 20px;
        font-size: 14px;
    }
    .accordion-button{
        font-size: 16px;
        padding-left: 30px;
    }
    .accordion-button::after{
        width: 14px;
        height: 14px;
        background-size: contain;
    }

    .swiper-slide{
        flex-direction: column;
    }
    .swiper-slide-active{
        margin-bottom: 110px !important;
    }
    .text-show p{
        height: 105px;
    }
    .icon-and-text{
        width: 100%;
    }
    .text-show{
        width: 100%;
        margin-left: 0;
    }

}
@import url('https://fonts.googleapis.com/css2?family=Freehand&amp;display=swap');

.style-font{
    font-family: 'Freehand', cursive;
    color:#ff0053;
    font-size:28px;
    position: relative;
}
.style-font::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    background: url('../img/service-page/style-font-border.png') no-repeat center;
    background-size: contain;
    bottom: -15px;
}

.service-hero{
    background: url('../img/service-page/service-hero.png') no-repeat center !important;
    background-size: cover !important;
    padding: 60px 0px;
    min-height: 650px;
    display: flex;
    align-items: center;
}
.color-light{
    color: #6ddef2;;
}
.yellow-color{
    color: #fcb10e;
}



.hero-text h2{
    color: #fff;
    font-size: 46px;
    font-weight: 700;
}

.hero-text p{

color: #fff !important;

font-weight: 500 !important;

text-align: left;

font-size: 24px;

}

.bi-banner{
    margin-bottom: 80px;
}

.bi-button{
    background-color: #1f3e66;
    color: #fff;
    padding: 15px 40px;
    transition: .3s;
    box-shadow: none !important;
    font-weight: 600;
}



.bi-button:hover{  
    background-color: #000;
    color: #fff;
}
.no-bg-color{
    background-color: transparent !important;
}
.bold{
    color: #78fb91;
    font-size: 20px;
    font-weight: 700;
}

.happy-client{
    padding: 80px 0px;
}



.happy-client-top h2{
    font-weight: 700;
}

.happy-client-top h2, .happy-client-top p{
    text-align: center;
}

.happy-client-slide{
    width: 100%;
}

.happy-client-slide img{
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.happy-client-slide h3{
    float: left;
    text-transform: uppercase;
    color: #555;
    font-size: 24px;
    font-weight: 700;
}

.happy-client-slide p{
    color: #000 !important;
    margin: 0 !important;
    float: right;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}

.happy-client-slide .details{
    text-align: left !important;
    float: left !important;
    color: #999 !important;
    font-weight: 400;
}

.happy-client .owl-nav{
    display: block !important;
}

.happy-client .owl-nav .owl-prev span{
    position: absolute;
    top: 35%;
    margin-left: -25px;
    background-color: #ff0053 !important;
    padding: 1px 25px !important;
    font-size: 50px !important;
    color: white;
    font-weight: 800 !important;
}


.happy-client .owl-nav .owl-next span{
    position: absolute;
    top: 35%;
    margin-right: -25px;
    right: 0;
    background-color: #ff0053 !important;
    padding: 1px 25px !important;
    font-size: 50px !important;
    color: white;
    font-weight: 800 !important;
}


.happy-client .support-btn{
    padding: 15px 45px !important;
}



.swiper {
    margin-left: 0 !important;
    width: 100%;
  }

  .swiper-slide {
    font-size: 18px;
    /* background: rgba(255, 255, 255, 0.493); */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding-left: 10px;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .icon-and-text img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }
  .icon-and-text h3{
      font-size: 18px;
      font-weight: 700;
      margin-left: 10px;
  }
  .icon-and-text{
      display: flex;
      justify-content: flex-start ;
      align-items: center;
      width: 40%;
      height: 80px;
      background: #fff;
      padding: 13px 30px;
    }
    .text-show{
        width: 60%;
        height: 80px;
        display: none;
        transition: all linear .5s;
    }
    .text-show p{
        background: #fff;
        padding: 15px;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        height: 80px;
    }

  .swiper-slide-active .text-show {
      
      display: block;
  }

/* .wrapper .list{
    background-color: rgba(255, 255, 255, 0.514);
    width: 450px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
    position: relative;
}

.wrapper .list .img{
    position: absolute;
    height: 90px;
    width: 90px;
    left: -5px;
}
.list .img img{
    width: 100%;
    height: 100%;
    
} */

.we-handle-bg{
    background: url('../img/service-page/we-handle-bg.png') no-repeat center !important;
    background-size: cover !important;
    min-height: 50vh !important;
    width: 100% !important;
}

.top-text{
    text-align: center;
}

.top-text h2{
    padding-bottom: 20px;
    font-weight: 700;
}

.we-handle-text{
    padding: 25px 0px !important;
}

.icon-heading{
    margin-top: 10px;
    height: 75px;
    background-color: rgba(255, 255, 255, 0.466);
    padding: 5px 15px !important;
}

.para-show{
    opacity: 0;
    height: 75px;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.466);
    padding: 5px 15px !important;
    transition: all .3s !important;
}

.no-gut{
    --bs-gutter-x: 0px !important
}

.icon-heading img{
    object-fit: contain !important;
    width: 60px;
    margin-right: 5px;
}

.icon-heading h2{
    font-size: 22px;
    margin-left: 5px;
    font-weight: 600;
}

.para-show p{
    color: #555 !important;
    font-size: 14px;
    font-weight: 600;

}

.price-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    /* border-top: 1px solid #555;
    border-bottom: 1px solid #555; */
}

.price-table{
    width: 25%;
    padding: 50px 25px;
    transition: .6s;
    border: 1px solid #555;
    background-color: #fff;
}
.price-table h5{
    font-size: 24px;
    font-weight: 700;
}

.price-table p{
    font-size: 14px;
    text-align: left;
}

.price-table small{
    font-size: 14px;
    font-weight: 700;
    color: #555;
}

.price-table h2{
    color: #555;
    font-weight: 700;
}

.price-table h2 sub{
    font-size: 14px;
}

.price-table h3{
    background-color: #80ebad;
    padding: 10px;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.price-table button{
    outline: none;
    background-color: transparent;
    text-align: center;
    border: 1px solid #000;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    height: 45px;
    border-radius: 5px;
}

.price-table:hover button{
    border: none;
    background-color: #ff0053;
    color: #fff;
}

.price-table li{
    position: relative;
    list-style: none;
    font-size: 18px;
    padding-left: 20px;
    margin: 5px 0px;
    margin-bottom: 15px;
}

.price-table li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: url('../img/check-img.png') no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
}

.bi-price{
    padding-bottom: 80px;
    padding-top: 80px;
}

.banner-bg{
    background: url('../img/digital-marketing-page/banner-img.png') no-repeat center;
    background-size: cover;
}

.banner-text{
    padding: 70px 0px;
}

.banner-text h1{
    color: white;
    font-size: 50px;
    margin-bottom: 25px;
}

.banner-text h3{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
}



.banner-text p{
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.banner-text h2{
    color: #fcb10e ;
    font-weight: 700;
}

.banner-text button{
    background-color: #ff0053;
    color: #fff;
    padding: 15px 50px;
    border: none;
    border-radius: 5px;
}

button{
    outline: none !important;
}

/* .bi-accordian{
    border: none !important;
}

.bi-accordian button{    
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #555 !important;
    background-color: #f5f5f5 !important;
    border-radius: 5px !important;
}

.bi-accordian button:focus{
    border-color: transparent !important;
    box-shadow: none !important;
}

.bi-accordian button:not(.collapsed){
    background-color: #000 !important;
    color: #fff !important;
} */

.accordion-button{
    color: #555;
    font-size: 22px;
    font-weight: 700;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding-left: 65px;
    transition: all .3s;
}

.accordion-button:focus{
    border-color: transparent;
    box-shadow: none ;
}

.accordion-button:not(.collapsed){
    background-color: #000;
    color: #fff;
}

.accordion-button::after{
    background-image: url('../img/faq-plus-sign.png') ;
}
.accordion-button:not(.collapsed)::after{
    background-image: url('../img/faq-minus-sign.png') ;
    margin-top: -15px;
}

.accordion-item{
    margin-bottom: 15px;
    border: none;
}

.accordion-item p{
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.bi-faq{
    margin-bottom: 100px;
}

@media (max-width: 1260px) and (min-width: 992px)
{
    .hero-text h2{
        font-size: 35px;
    }

    .bi-button{
        padding: 12px 20px;
    }


    .happy-client-slide img{
        height: 300px !important;
    }
    .owl-nav .owl-prev span{
        top: 25%;
        margin-left: -15px;
    }
    .owl-nav .owl-next span{
        top: 25%;
        margin-right: -15px;
    }
    .icon-heading{
        height: 68px;
    }
    .icon-heading h2{
        font-size: 16px;
    }
    .icon-heading img{
        width: 50px;
        height: 50px;
    }
    .para-show{
        height: 68px;
    }
    .price-table{
        width: 50%;
    }
    .banner-text h1 {
        font-size: 45px;
    }
    .banner-text h2{
        font-size: 35px;
    }
    .banner-text button{
        padding: 10px 35px;
        font-size: 16px;
    }
}

@media (max-width: 991px) and (min-width: 768px){

    .hero-text h2{
        font-size: 30px;
    }
    .bi-button{
        padding: 10px 20px;
    }


    .happy-client-slide img{
        height: 300px ;
    }
    .owl-nav .owl-prev span{
        top: 30%;
        margin-left: -15px;
        font-size: 35px !important;
    }
    .owl-nav .owl-next span{
        top: 30%;
        margin-right: -15px;
        font-size: 35px !important;
    }
    .happy-client-slide h3 {
        font-size: 20px;
    }

    .icon-heading{
        height: 65px;
    }

    .icon-heading img{
        width: 40px;
        height: 60px;
    }
    .icon-heading h2{
        font-size:  16px;
    }
    .para-show p {
        font-size: 12px;
    }
    .price-table {
        width: 50%;
    }
    .banner-text h1{
        font-size: 40px;
    }
    .banner-text h2{
        font-size: 28px;
    }
    .text-show p{
        padding: 8px;
    }
}

@media (max-width: 767px) and (min-width: 576px){


    h1{
        font-size: 34px !important;
    }


    .bi-button{
        padding: 10px 20px;
    }

    .happy-client-slide img{
        height: 280px;
    }
    .owl-nav .owl-prev span{
        top: 30%;
        margin-left: -15px;
        padding: 8px 25px !important;
        font-size: 28px !important;
    }
    .owl-nav .owl-next span{
        top: 30%;
        margin-right: -15px;
        padding: 8px 25px !important;
        font-size: 28px !important;
    }

    .icon-heading{
        height: 65px;
    }
    .icon-heading h2{
        font-size: 18px !important;
    }
    .icon-heading img{
        width: 45px;
        height: 60px;
    }
    .price-table{
        width: 50%;
        padding: 30px 15px;
    }
    .price-table h3{
        font-size: 12px;
    }
    .banner-text button {
        padding: 10px 25px;
    }

    .accordion-button{
        font-size: 18px;
    }

    .accordion-button::after{
        width: 15px;
        height: 15px;
        background-size: contain;
    }
    .swiper-slide{
        flex-direction: column;
    }
    .swiper-slide-active{
        margin-bottom: 110px !important;
    }
    .text-show p{
        height: 105px;
    }
    .icon-and-text{
        width: 100%;
    }
    .text-show{
        width: 100%;
        margin-left: 0;
    }

}

@media (max-width: 575px) and (min-width: 320px){
    h1{
        font-size: 28px !important;
    }

    .hero-text {
        padding: 130px 20px;
        padding-right: 10px !important;
    }
    .bi-button{
        padding: 10px 20px;
        align-self: flex-start;
    }

    .happy-client-slide img{
        height: 250px;
    }
    .owl-nav .owl-prev span{
        top: 25%;
        margin-left: 0px;
        padding: 1px 15px !important;
        font-size: 30px !important;
    }
    .owl-nav .owl-next span{
        top: 25%;
        margin-right: 0px;
        padding: 1px 15px !important;
        font-size: 30px !important;
    }

    .icon-heading h2{
        font-size: 16px  !important;
    }
    .icon-heading img{
        width: 40px;
        height: 60px;
    }
    .price-table{
        width: 100%;
        padding: 25px 15px;
        border-bottom: 1px solid #fcfc;
    }
    .banner-text{
        padding: 70px 20px;
    }
    .banner-text button{
        padding: 10px 20px;
        font-size: 14px;
    }
    .accordion-button{
        font-size: 16px;
        padding-left: 30px;
    }
    .accordion-button::after{
        width: 14px;
        height: 14px;
        background-size: contain;
    }

    .swiper-slide{
        flex-direction: column;
    }
    .swiper-slide-active{
        margin-bottom: 110px !important;
    }
    .text-show p{
        height: 105px;
    }
    .icon-and-text{
        width: 100%;
    }
    .text-show{
        width: 100%;
        margin-left: 0;
    }

}

.bi-banner.cta-section .banner-text h1 {
    color: black;
}

.bi-banner.cta-section .banner-text h3 {
    color: black !important;
}

.bi-banner.cta-section .banner-text p {
    color: black!important;
}
@media (max-width:1199px){
    .text-show p {
        font-size: 13px;
    }
    .icon-and-text{
        text-align: left;
    }
}
@media(max-width:991px){
.top-text h2 {
    padding-bottom: 0px;
}
.bi-price{
    margin-bottom: 0px!important;
}
}
@media(max-width:767px){
    .we-handle-bg {
        position: relative;
    }
    .we-handle-bg::before {content: "";position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;background: hsl(0deg 0% 0% / 47%);}
}