/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

select#service_select {
    background: transparent;
    border: 1px solid #ced4da;
    color: #5c7674;
}
.footer_prt ul{
  text-align: right;
    li{
      display: inline-block;
        a{
          color: #fff;
          font-size: 14px;
        }
    }
}

#checkbox div{
    font-size: 12px !important;
}

@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1199px) {

.logo-banner-box .content-banner-text-area .ecom-bg-text{
  width: 80%;
}
.banner-content-button p{
  margin: 0;
  padding: 0;
}

.tab.nav{
  gap: 5px;
}
  /* responsive page CSS start here */
  .review-banner-section h4{
    font-size: 1.4rem;
  }
.footer-form-wrap .form-before:before{
  display: none;
}
.business-website, .ecommerce-website{
  padding: 2rem;
}

.banner-home{
  height: 100%;
  margin: 2rem;
}

  .responsive-website{
    height: 100% ;
    padding-top: 10rem;
  }

  .testimonial-box{
    width: 100%;
    padding: 20px;
  }
  .review-banner-section{
    padding-bottom: 2.5rem;
  } 
  /* responsive page CSS end here */

  /* index page CSS start here  */
  .footer-form-wrap{
    background-color: #22ca86;
    padding: 2rem;
    margin-top: 0;
  }
  .footer-form-wrap:before{
    display: none;
  }
  .footer-form-sec p{
    color: #fff;
  }
  input.form-control::placeholder {
    color: white;
  }
  #service_select::placeholder{
    color: #fff;
  }
  select#service_select {
    background-color: transparent;
    border: 1px solid #ced4da;
    color: #fff;
}
  #checkbox div {
    font-size: 14px !important;
    color: white;
  }
  .footer-text-sec{
    margin: 0;
    padding: 2rem;
  }

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 769px) and (max-width: 1024px) {

.logo-banner-image {
  place-self: center;
}

.logo-banner-box{
  width: 80%;
}

.logo-banner-box .content-banner-text-area .ecom-bg-text{
  width: 80%;
}
.banner-content-button p{
  margin: 0;
  padding: 0;
}

.hamburger {
  display: block;
}
.portfolio-box .portfolio-tabing-box li{
  width: 40% !important;
}

.business-website, .ecommerce-website{
  height: auto;
  padding: 2rem;
}
  
/* marge CSS start here */
.main-website, .customize-website, .responsive-website {
  height: 100%;
  padding: 2rem !important;
}
 .inner-banner-content h1{
  font-size: 2.5rem;
}
  
.banner-content h1 ,.header-text {
  font-size: 2rem !important;
  line-height: 3rem !important;
}
.tab.nav{
  gap: 5px;
}

/* marge CSS end here  */
.service-type-box{
  padding: 5px;
}
.service-type-box h4{
    padding: 15px 5px 0 5px;
    width: 100%;
}

.custom-tab-list ul li a{
  padding: 5px 10px;
}


.cta-before-image , .cta-after-image{
    display: none;
}
   .banner-home{
    height: 100%;
    margin: 2rem;
  }
  .visionary-businesses{
    width: 100%;
  }
   h6{
    font-size: 0.8rem;
  }
  .container{
    width: 100%;
  }
  
  .contact-details ul.inline-block{
    display: flex ;
    justify-content: space-evenly;
  }

.portfolio-text-sec{
  margin: 0;
  padding: 0;
}
.portflio-heading{
  padding: 1.5rem;
}
.category-portfolio{
  margin: 0;
}
.content-sec .content-row{
  flex-direction: column-reverse;
}
.banner-box {
  width: 100%;
}
.website-content-banner-section{
  height: 100%;
}
.video-review-btn{
  margin-top: 0;
}

.process-section .process-card p{
  padding: 0;
  margin: 0;
}
.review-section .review-card{
  height: 100%;
  padding: 20px;
}

/* navigation */
.header-contact-details{
  display: none;
}
.hamburger{
  right: 10px;
}
.contact-detail, .get-in-touch {
    padding-top: 0;
    display: flex;
    justify-content: center;
}

/* footer section start here  */

.footer-form-wrap .footer-row{
  margin: 0;
}
.footer-form-wrap .footer-text-sec{
  width: 100%;
  margin-top: 0;
}
.footer-form-wrap .footer-form-sec {
  margin: 0 !important;
  width: 100%;
}
.footer-form-wrap .footer-text-sec .quote{
  position: relative;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 100%;
  box-shadow: none;
}
.footer-form-wrap .footer-text-sec .quote p {
  font-size: 22px;
}
.footer-form-wrap .ft__nav {
  margin-bottom: 0;
}
.footer-bottom .footer-con{
  padding: 0;
}
.footer-bottom .copy-rights{
  text-align: left;
}

.footer-text-sec .quote:after{
  display: none;
}
.footer-form-wrap:before{
  background-color: transparent;
}
.footer-form-wrap .form-before:before{
  display: none;
}


}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  
  .banner-content h1 ,.header-text {
    font-size: 2rem !important;
    line-height: 3rem !important;
}

  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 768px) {

  .logo-banner-box{
    width: 100%;
    padding: 2rem 1rem;
  }

  .logo-banner-box .content-banner-text-area .ecom-bg-text{
    width: 100%;
  }

  .banner-btn-wrap{
    width: auto;
    justify-self: center;
  }
  .banner-btn-wrap .banner-btn-1{
    padding: 10px;
  }
  .banner-btn-wrap .banner-btn-2{
    text-align: center;
  }

  .contact-detail, .get-in-touch {
    padding-top: 0;
    display: flex;
    justify-content: left;
  }
  .contact-detail{
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .content-section .item-list ul li{
    margin-bottom: 5px;
  }
  ul.inline-block {
    margin-top: 0;
  }
  .content-banner-text-area p{
    margin: 0;
    padding: 0;
  }
  .banner-content-button{
    display: flex;
    flex-direction: column;
    gap: 10px;
    p{
      padding: 0;
      margin: 0;
    }
}

  /* .main-logo{
    text-align: center;
  } */

  .logo-banner-image{
    place-self: center;
  }

.business-website, .ecommerce-website{
  padding: 2rem;
}

  .responsive-website {
    height: 100%;
    padding: 2rem !important;
  }

.process-card{
  margin: 10px 0;
}

.container{
  width: 100%;
}
.banner-box .content-banner-text-area h1{
  font-size: 1.8rem;
}
.banner-box .content-banner-text-area .ecom-bg-text{
  width: 90%;
  font-size: 1.5rem;
}

.ecom-content-banner-section{
  display: flex;
  place-items: center;
  padding: 1rem;
}

  .website-content-banner-section{
    height: 100%;
    padding: 1rem;
  }

  .banner-box {
    width: 100%;
    margin: 0;
    padding: 1rem;
  }
  .visionary-box{
    h1{
      font-size: 2.5rem;
    }
    h6{
      font-size: 1rem;
    }
  }
  #checkbox div{
    font-size: 12px !important;
  }
  .footer-row{
      margin: 0;
  }
  div.footer-text-sec{
      width: 100% !important;
  }
.banner-content h1 ,.header-text {
    font-size: 2rem !important;
    line-height: 3rem !important;
}
.home-banner-image{
  margin-top: 2rem;
  width: 70%;
  display: flex;
  place-self: center;

}
  .banner-home{
    padding: 2rem 1rem;
    margin-top: 0;
  }
  .banner-content{
    padding: 0;
  }
  .visionary-businesses{
    width: 100%;
    margin-bottom: 0;
  }


  .service-box-section{
    padding: 10px;
    margin-top: 20px;
  }
  .cta-before-image , .cta-after-image{
    display: none;
  }
  .footer-form-sec{
      margin-top: 1rem;
      margin-bottom: 0;
  }
  .contact-details ul.inline-block{
    display: flex ;
    justify-content: space-evenly;
  }
  .cta__2{
    display: none;
  }
  .combo-box{
    height: 400px;
  }
  .combo-text{
    padding-left: 1rem;
  }
  .point-wrap{
    padding: 20px;
  }
  .industy-icon{
    max-width: 10%;
  }
  
  .footer-text-sec .quote{
    position: none;
    padding: 0;
    margin-bottom: 0;
    max-width: 100%;
    background-color: transparent;
    width: 100%;
    p{
      font-size: 24px;
    }
  }
  .footer-text-sec{
    margin-bottom: 0;
    padding: 2rem;
  }
  .ftr_4 li:last-child a {
    font-size: 15px !important;
}
.footer-bottom .copy-rights p{
  text-align: center;
}
.footer_prt ul{
  text-align: center;
}
.footer-top .ft__nav p{
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
  /* .combo-package .row .main{
    flex-direction: column-reverse;
  } */
  .with_us_content{
    display: flex;
  }
  .call_us{
    margin-left: 1rem;
  }
  .footer-form-sec{
    width: 100%;
    margin-left: 0;
  }
  .footer-form-wrap .container{
    width: 100%;
  }
  .bg__detail .footer-top .container{
    margin: 0;
    width: 100%;
  }
  .testimonial-partner-image{
    max-width: 100%;
  }
  .brand-image{
    max-width: 100%;
  }
  .custom-tab-list{
    margin-bottom: 0;
  }
  .area-service .slick-slide{
    margin: 0;
  }
  .cta__3 .get-in-touch .btn-style-2{
    width: auto;
  }
  .btn-style-2 span.moving-circle{
    display: none;
  }

.content-section{
  margin-bottom: 10px;
}

/* website page  */

.main-website{
  padding: 2rem !important;
  height: auto;
}
.portfolio-text-sec{
  margin: 0;
  padding: 0;
}
.portflio-heading{
  padding: 1rem;
}
.portflio-heading p {
  padding: 0;
  margin: 0;
}
.category-portfolio{
  margin: 0;
}
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

.visionary-box{
  h1{
    font-size: 2rem;
  }
  h6{
    font-size: 1rem;
  }
}


.footer-form-wrap{
  padding: 2rem 0;
}

.testimonials{
  padding: 10px !important;
}
.headingstyle1{
  padding: 10px !important;
}
.portfolio-box .category-responsive-slider li {
    flex: 1 1 100%;
    margin: 8px 0;
}

/* marge pages CSS start */


.footer-form-sec{
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}
.footer-text-sec{
  margin-bottom: 40px;
  width: 100%;
}
.footer-text-sec .quote{
  position: none !important;
  width: 100%; 
  padding: 0;
  background-color: transparent;
}
.footer-text-sec .quote p{
  font-size: 20px;
}
.footer_prt ul {
  text-align: center;
}



.business-website, .landing-website, .business-website, .ecommerce-website, .customize-website, .responsive-website, .main-logo, .corporate, .merchandise{
  padding: 2rem 0 !important;
  height: 100%;
}

.ecom-content-banner-section, .website-content-banner-section, .logo-content-banner-section, .brand-content-banner-section, .animation-content-banner-section, .video-content-banner-section, .merchandise-content-banner-section, .labels-content-banner-section{
  padding: 20px 0;
  height: auto;
}

.banner-box, .logo-banner-box, .brand-banner-box, .video-banner-box, .labels-banner-box{
  width: 100%;
  margin: 0;
  padding: 1rem;
}
.banner-box .content-banner-text-area .ecom-bg-text, .logo-banner-box .content-banner-text-area .ecom-bg-text, .brand-banner-box .content-banner-text-area .ecom-bg-text, .video-banner-box .content-banner-text-area .ecom-bg-text, .labels-banner-box .content-banner-text-area .ecom-bg-text{
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.banner-box .content-banner-text-area p, .content-banner-text-area p{
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}

.content-banner-text-area h1{
  font-size: 2rem !important;
  line-height: 2.2rem;
}

.animation, .main-logo, .corporate{
  padding: 2rem 0 !important;
  height: 100%;
  text-align: center;
  .inner-banner-content{
    padding-top: 0;
    padding-left: 0;
  }
  .inner-banner-content p{
    margin-bottom: 0;
  }
  
  .website-banner-image, .logo-banner-image{
    margin-top: 1rem;
    margin-left: 0 !important;
    display: flex;
    justify-content: center;
    place-self: center;
    width: 70%;
  }
}
.corporate{
  .banner-btn-wrap .banner-btn-2{
      padding: 8px 40px !important;
      margin-right: 0;
      font-size: 15px !important;
      span.moving-circle{
      display: none;
      }
  }
  .banner-btn-wrap .banner-btn-1{
      padding: 8px 20px !important;
      margin-right: 0;
    }
}

/* marge pages CSS end */

.middle-section-image{
  max-width: 90% !important;
}


.banner-content h1 ,.header-text {
    font-size: 1.8rem !important;
    line-height: 2.4rem !important;
}
.home-banner-image{
  width: 100%;
}
  .banner-home{
    padding-bottom: 0;
    margin: 2rem 1rem;
  }
  .visionary-businesses{
    width: 100%;
    margin-bottom: 0;
  }
  .service-box-section{
    padding-top: 0;
    padding-bottom: 0;
  }
  .cta-before-image , .cta-after-image{
    display: none;
  }
  .package-details p {
    font-size: 0.8rem;
    color: #333333;
    font-weight: 500;
    /* margin-bottom: 30px; */
}
.combo-text{
    padding-left: 1rem;
    padding-top: 1rem;
}
    .package-details h3 {
        font-size: 40px;
        font-weight: 800;
    }
        .point-wrap {
        padding: 20px;
    }
        .banner-content p {
        font-size: 0.7rem !important;
        line-height: 1rem !important;
    }
    .call_us .icon{
        margin-right: 0;
        border: none;
    }
    .call_us{
        margin-left: 0rem;
    }
    .call_us .icon{
margin: 0;
    }

ul.slick-dots{
  gap: 0;
  padding: 10px 0;
}
.cta__2{
  display: none;
}
.cta__3 .get-in-touch .btn-style-2{
  padding: 5px 40px 5px 20px;
  width: 60%;
}
.work-with-us{
  padding-top: 2rem;
}
.with_us_content {
    display: flex;
    flex-direction: column;
    place-items: center;
}
.call_us{
  margin-bottom: 8px;
}
.call_us .icon{
  text-align: end;
  margin-right: 10px;
}
.icon{
  padding: 0;
}
.brand-section{
  padding: 20px 5px;
}
.brand-image{
  max-width: 100%;
  width: 100%;
}



.ftr_4 li:last-child a{
  font-size: 14px !important;
}

.footer-bottom .copy-rights p{
  font-size: 13px;
}
.footer_prt{
  text-align: center !important;
}
.footer_prt ul li a{
  font-size: 13px;
}

/* portfolio section CSS */
.portfolio-box .portfolio-tabing-box li{
  margin: 8px 0 !important;
}
.combo-box{
  display: none;
}
.spacing__x{
  padding: 0;
}
.package-details h3{
  margin-bottom: 0;
  line-height: 45px;
}
.package-details h5{
  margin-bottom: 0;
}

/* review page CSS */

.testimonial-heading{
  margin: 0;
}
.testimonial-image-section{
  display: none;
}
.tiktok-banner-image{
  margin-left: 0;
  margin-top: 1rem;
}

/* website page CSS */

.portflio-heading h1{
  margin-bottom: 0;
}
.portflio-heading h1 span{
  font-size: 20px !important;
}
.process-card{
  padding: 1rem;
  margin: 10px 0;
}
.content-section h1 span{
  font-size: 1.8rem !important;
}
.contact-detail, .get-in-touch{
  padding: 0;
}
.get-in-touch{
  margin-bottom: 1rem;
}

.content-banner-text-area{
  margin-bottom: 0;
}
.banner-content-button{
  margin-bottom: 0;
}
.banner-content-button .inline-block{
  margin-bottom: 0.5rem;
}
.banner-content-button p{
  margin-bottom: 0;
}
.process-section{
  margin: 0;
  padding: 0;
}
.review-banner-section-image{
  width: 50%;
}
.review-banner-section h4{
  text-align: center;
}

/* website page CSS */

.inner-banner-content h1{
  font-size: 1.5rem !important;
  line-height: 1.6rem !important;
}
.middle-content-section h1{
  font-size: 1.5rem !important;
  line-height: 30px !important;
  margin-bottom: 0;
}
.portfolio-text-sec{
  margin-bottom: 0;
  padding: 20px 0;
}
.category-portfolio{
  margin-top: 0;
}

/* customize page CSS */

.content-section h1{
  padding: 0;
  margin: 0;
}
.content-section .item-list ul{
  padding: 0;
}






}