/*-------common-----*/
.start{
    display: flex;
    justify-content: start;
    align-items: center;
}
.cent{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.accordion-button:not(.collapsed) {
    color:  #0075A2;
    background-color: #0075A250;
}
.inner-working {
    display: flex !important;
}
.start.hidden-feature {
    display: none;
}
.primary-btn {
    background-color: #0075A2;
    border:1px solid #0075A2;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
}
.market-service-box a.primary-btn {
    font-size: 16px;
    padding: 8px 16px;
    margin-top: 20px;
}
a.secondary-btn:hover,
a.primary-btn:hover {
    color: #fff;
}
.secondary-btn {
    background-color: #0075A200;
    border:1px solid #0075A2;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: unset ;
    outline: 0;
    box-shadow: unset;
}
.btwn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fd-row{
    flex-direction: row;
}
.fd-col{
    flex-direction: column;
}
p, h1, h2, h3, h4, h5, h6{
    margin-bottom: 0px;
}
a{
    text-decoration: none;
}
.common-mar-top{
    margin-top: 30px;
}
.common-padding{
    padding: 30px 0px;
}
.common-gap{
    gap: 25px 0px;
}
.heading-col-gap{
    gap: 15px 0px;
    text-align: center;
    margin-bottom: 10px;
}
.banner-col, .banner-btn, .banner-btn:hover, .market-service-heading, .market-service-box-btn, .market-service-box-btn:hover, .market-service-btn, .market-service-btn:hover, .results-box p, .results-box h4, .business-growth-box-why p, .client-says-heading, .h_contact-info-col, .h_contact-info-btn, .h_contact-info-btn:hover, .lseo-service-pkg-heading, .plan-heading, .v-offer-heading{
    color: white;
}
.banner-col{
    text-align: center;
}
.client-says-heading h2 , .market-service-heading h2 {
    color: #fff;
}

.client-says-heading p  , .market-service-heading p {
    color: #fff;
}
.banner-col h1, .trusted-companies-heanding  h2, .market-service-heading h2, .business-growth-heading h2, .results-heading h2, .business-growth-why-heading h2, .how-we-work-heading h2, .client-says-heading h2, .faq-heading h2, .h_contact-info-col h2, .h_contact-col h2, .success-stories-heading h2, .best-dma-heading h2, .project-contact-heading h2, .lseo-service-pkg-heading h2, .seo-optimization-heading h2, .technology-heading h2, .our-clients-heading h2, .plan-heading h2, .key-video-marketing-col h2, .v-offer-heading h2, .top-vmc-heading h2{
    font-weight: 700;
}
.banner-col h1{
    color: #fff !important;
}
.banner-col p{
    color: #fff !important;
}
.trusted-companies-heanding h2{
    color:#171717;
}
.banner-col p, .market-service-heading p, .banner-btn, .banner-btn:hover, .market-service-box strong, .market-service-btn, .market-service-btn:hover, .results-heading p,.business-growth-why-heading  p, .business-growth-box-why p, .how-we-work-heading p, .how-we-work-contant strong, .client-says-heading p, .faq-heading p, .faq-col .accordion-button, .h_contact-info-col p, .h_contact-info-btn, .h_contact-info-btn:hover, .h_contact-col p, .success-stories-heading p, .best-dma-heading p, .project-contact-heading p, .project-contact-colone-heading p, .lseo-service-pkg-heading p, .seo-optimization-heading p, .seo-optimization-col-btn, .seo-optimization-col-btn:hover, .technology-heading p, .our-clients-heading p, .plan-heading p, .bp-btn, .bp-btn:hover, .key-video-marketing-col p, .v-offer-heading p, .v-offer-box strong, .top-vmc-heading p{
    font-size: 20px;
}
.banner-col p, .banner-btn, .banner-btn:hover, .results-heading p, .business-growth-why-heading p, .business-growth-box-why p, .how-we-work-heading p, .how-we-work-contant p, .client-says-heading p, .faq-heading p, .faq-col .accordion-button, .h_contact-info-col p, .h_contact-info-btn, .h_contact-info-btn:hover, .success-stories-heading p, .best-dma-heading p, .project-contact-heading p, .project-contact-colone-box-para, .lseo-service-pkg-heading p, .seo-optimization-heading p, .technology-heading p, .our-clients-heading p, .bp-btn, .bp-btn:hover, .key-video-marketing-col p, .v-offer-heading p, .top-vmc-heading p{
    font-weight: 500;
}
.market-service-box p, .market-service-box-btn, .market-service-box-btn:hover, .results-box p, .how-we-work-contant p, .project-contact-colone-box-para, .seo-optimization-box p, .v-offer-box p{
    font-size: 17px;
}
.clr-gray{
    color: gray;
}
/*--------home page------*/
.banner {
  position: relative;
  height: 700px;
  overflow: hidden;
  color: #fff;
}

/* Background image */
.banner-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Gradient overlay + layout */
.banner-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.60)
  );
  padding-bottom: 60px;
}

/* Text content */
.banner-content {
  text-align: center;

  max-width: 800px;
	margin: auto;
}

.banner-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
	color: #fff;
}

.banner-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
	color: #fff;
}

.banner-buttons {
  gap: 25px;
  justify-content: center;
}

@media (max-width: 1200px) {
  .banner {
    height: 600px;
  }
  .banner-content h1 {
    font-size: 2.4rem;
  }
}

/* Tablets (992px and below) */
@media (max-width: 992px) {
  .banner {
    height: 550px;
  }
  .banner-overlay {
    padding-bottom: 50px;
  }
  .banner-content h1 {
    font-size: 2.2rem;
  }
  .banner-content p {
    font-size: 1rem;
    max-width: 90%;
    margin: 0 auto 25px;
  }
}

/* Mobile landscape (768px and below) */
@media (max-width: 768px) {
  .banner {
    height: 500px;
  }
  .banner-overlay {
    align-items: center;
    padding-bottom: 30px;
  }
  .banner-content h1 {
    font-size: 1.8rem;
  }
  .banner-content p {
    font-size: 0.95rem;
  }
}

/* Small mobile (576px and below) */
@media (max-width: 576px) {
  .banner {
    height: 450px;
  }
  .banner-content h1 {
    font-size: 1.6rem;
  }
  .banner-content p {
    font-size: 0.9rem;
  }
}

/* Extra small (400px and below) */
@media (max-width: 400px) {
  .banner {
    height: 420px;
  }
  .banner-content h1 {
    font-size: 1.4rem;
  }
  .banner-content p {
    font-size: 0.85rem;
  }
}

/* -------------------------------- */


.trusted-companies-col, .market-service{
    background: #001720;
}
.trusted-companies .trusted-companies-box{
    border-radius: 10px;
    background: white;
    height: 90px;
    width: 17%;
}
.trusted-companies-box img{
    height: 60px;
    width: auto;
}
.trusted-companies-col{
    justify-content: space-around !important;
}
            
 .clients-slide-2 {
  direction: rtl;
}
.clients-slide-2 .slick-track {
  direction: ltr;
}

.market-service-box{
    background: white;
    border-radius: 10px;
    padding: 15px;
    gap: 10px;
    width: 90%;
    margin: auto;
}
.market-service-box{
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.market-service-box p{
    width: 100% !important;
    text-align: left !important;
}
.market-service-box-btn, .market-service-box-btn:hover, .market-service-btn, .market-service-btn:hover{
    background: #4f8bfa;
    margin-top: 15px;
    gap: 10px;
}
.market-service-btn, .market-service-btn:hover{
    width: 25%;
    height: 60px;
}
.business-growth-box{
    width: 100%;
    border-radius: 10px;
    gap: 15px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.business-growth-box p{
    font-size: 25px;
    font-weight: 500;
}
.business-growth-box img{
    height: 75px;
    width: auto;
}
.results-box{
    width: 100%;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    gap: 10px;
    background: #001720;
}
.results-box h3{
    font-size: 40px;
    font-weight: 700;
    color: rgb(255, 166, 0);
}
.business-growth-why-img img{
    border: 4px solid rgb(255, 166, 0);
    width: 100%;
    height: auto;
}
.business-growth-col-why{
    flex-wrap: wrap;

    gap: 25px 15px;
}
.business-growth-box-why{
    width: 45%;
    border-radius: 10px;
    background: #001720;
    padding: 15px;
    gap: 10px;
    text-align: center;
}

.business-growth-box-why p {
font-size: 13px;	
}

.business-growth-box-why img{
    height: 40px;
    width: auto;
}
.how-we-work-col{
    flex-wrap: wrap;
    gap: 35px 10px;
}
.how-we-work-box{
    width: 100%;
    border-top: 4px solid #0075a2;
    border-bottom: 4px solid #0075a2;
	border-radius: 1rem;
    padding: 20px 0px;
    gap: 10px;
}
.how-we-work-box .how-we-work-image{
    width: 100px;
	height: 100px;
}
.hww-arrow{
    width:  10%;
}
.hww-arrow img{
    height: 25px;
    width: auto;
}
.how-we-work-contant{
    padding: 15px;
    gap: 10px;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px ;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.client-says{
    background: #171717;
}
.client-says-box{
    background: white;
    border-radius: 10px;
    padding: 30px 20px;
    gap: 10px;
}
.client-says-image-name{
    width: 100%;
    gap: 10px;
}
.client-says-name p{
    text-align: left;
    width: 100%;
    font-size: 12px;
}
.client-says-star{
    width: 100%;
    gap: 7px;
}
.client-says-content p{
    text-align: justify;
    font-size: 15px;
}
.success-stories-box{
    width: 100%;
    background: rgb(243, 243, 243);
    border-radius: 10px;
    padding: 25px 15px;
    gap: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 15px;
}
.success-stories-box-heading{
    gap: 10px;
    width: 100%;
}
.success-stories-content, .success-stories-cb{
    width: 100%;
    gap: 15px;
}
section.h_contact.common-mar-top section.h_contact-info p,
section.h_contact.common-mar-top section.h_contact-info h2 {
    color: #fff;
}
.success-stories-cb-p1{
    background: white;
    border-radius: 50px;
    gap: 10px;
    padding: 10px 20px;
    width: 75%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    justify-content: start !important;
}
.col-12.best-dma-heading.heading-col-gap h2 {
    margin-bottom: 16px;
}
.success-stories-cb-p2{
    width: 24%;
    background: #50C88B;
    border-radius: 10px;
    height: 40px;
    color: white;
}
.success-stories-cb-p1, .success-stories-cb-p2{
    font-size: 14px;
    font-weight: 500;
}
.success-stories-cb-p1 i{
    color: gray;
}
.best-dma-image{
    position: relative;
}
.best-dma-image-box{
    position: absolute;
    background: #171717;
    border-radius: 10px;
    width: 33%;
    height: 250px;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.best-dma-image-one{
    z-index: 1 !important;
    margin-left: 25px;
    margin-top: 25px;
}
.project-contact-colone-box{
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    gap: 15px;
    align-items: flex-start !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.project-contact-colone-heading{
    border: 1px solid lightgray;
    background: rgb(240, 238, 238);
    border-radius: 50px;
    padding: 10px;
    gap: 10px;
}
.project-contact-coltwo input, .project-contact-coltwo textarea, .project-contact-coltwo select{
    width: 100%;
    border-radius: 10px;
    padding: 12px;
    color: gray;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid lightgray;
}
.project-contact-coltwo textarea{
    height: 150px;
}
.project-contact-row{
    align-items: flex-start !important;
}
.project-contact-coltwo-btn, .project-contact-coltwo-btn:hover{
    background: #405f97;
    color: white;
    font-size: 22px;
    height: 60px;
    width: 50%;
    border-radius: 10px;
    font-weight: 500;
}
.pcc-two-para{
    font-size: 13px;
    font-weight: 600;
}
.pcc-two-para a{
    color: black;
}
.h_contact-info{
    background: #171717;
}
.h_contact-info-button{
    gap: 25px;
}
.h_contact-info-btn, .h_contact-info-btn:hover{
    border:1px solid #4f8bfa;
    height: 60px;
    border-radius: 10px;
    width: 25%;
}
.h_contact-info-btn:hover{
    background: #4f8bfa;
}
.h_contact-s1{
     background: url(../images/images/home/bg.png) no-repeat 0 0;
    background-size: cover;
    height: 600px;
}
.h_contact-row{
    align-items: flex-end !important;
    height: 600px;
}
.h_contact-col{
    align-items: flex-start !important;
    margin-bottom: 100px;
    gap: 20px;
}
.h_contact-col a{
    font-size: 30px;
    font-weight: 700;
    color: black;
}
.h_contact-box{
    gap: 10px;
    margin: 15px;   
}
.h_contact-box p{
    width: 100%;
    text-align: left;
}
.h_contact-image img{
    height: 500px;
    width: auto;
}
.faq-image-col img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.faq-col .accordion{
    gap: 20px;
}
.faq-col .accordion-item{
    width: 100%;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.faq-col .accordion-item, .faq-col .accordion-header, .faq-col .accordion-button{
    border-radius: 10px !important;
}

/*--------local seo package----*/
.lseo-service-pkg-section{
    background: #001720;
}
.lseo-service-pkg-box{
    width: 100%;
    background: white;
    border-radius: 10px;
}
.lseo-service-pkg-image, .lseo-service-pkg{
    padding: 20px;
    border-left: 1px solid lightgray;
}
.lseo-service-pkg{
    gap: 10px;
}
.lseo-service-pkg img{
    height: 15px;
}
.lseo-service-pkg-para{
    gap: 10px;
    font-size: 14px;
}
.seo-optimization{
    background-image: linear-gradient(to right, rgb(243, 247, 248), white,white);
}
.seo-optimization-banner img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.seo-optimization-col{
    margin-top: -200px;
}
.seo-optimization-box{
    width: 70%;
    background: white;
    border-radius: 10px;
    padding: 25px;
    gap: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    align-items: flex-start;
}
.seo-optimization-col-btn, .seo-optimization-col-btn:hover{
    background: #405f97;
    height: 60px;
    width: 20%;
    color: white;
}
.technology-box{
    width: 15%;
    border: 1px solid lightgray;
    height: 140px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}
.technology-box img{
    height: 80px;
    width: auto;
}
.our-clients-col{
    flex-wrap: wrap;
}
.our-clients-box{
    width: 24%;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    height: 100px;
}
.our-clients-box img{
    height: 80px;
    width: auto;
}
.our-clients-box:hover{
    border: 2px solid gray;
}
.plan{
    background: #171717;
    padding-top: 50px;
    margin-bottom: 100px;
}
.plan-col{
    margin-bottom: -70px;
}
.plan-box{
    width: 80%;
    background: white;
    border-radius: 10px;
    padding: 25px 15px;
    gap: 10px;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
     align-items: flex-start !important;
}
.plan-box p{
    width: 100%;
    text-align: start;
	margin-bottom: 5px;
}
.bp-1{
    font-weight: 700;
    font-size: 20px;
}
.bp-start{
    color: lightgray;
    font-size: 15px;
    font-weight: 500;
}
.bp-price{
    font-size: 30px;
    font-weight: 700;
}

/* Hide the extra features initially */
.hidden-feature {
  display: none;
}

/* Optional smooth reveal */
.bp-features {
transition: .25s ease;
}

.bp-more-btn {
  background: transparent;
  border: none;
  color: #4f8bfa;
  font-weight: 600;
  cursor: pointer;
  gap: 6px;
}

.bp-setup{
    font-size: 15px;
    color: gray;
    font-weight: 500;
}
.bp-btn, .bp-btn:hover{
    width: 100%;
    height: 60px;
    border-radius: 10px;
    background: rgb(255, 166, 0);
    margin: 20px 0px;
}

.bp-para{
    gap: 10px;
	   font-weight: 500;
    font-size: 15px;
}

.bp-more-button{
    width: 100%;
}
.bp-more-btn, .bp-more-btn:hover{
    border: 1px solid gray;
    gap: 10px;
    margin: 15px 0px;
    font-size: 15px;
}
.mid-offer-plan{
    background: #001720;
}
.mid-offer-plan p{
    color: white !important;
}
.mid-offer-plan .bp-more-btn, .mid-offer-plan .bp-more-btn:hover{
    color: white;
}

/*---------video marketing--------*/
.kvm-image-col img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.kvm-key-box{
    gap: 10px;
    border-radius: 10px;
    padding: 15px;
    font-size: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.kvm-key-box img{
    height: 70px;
    width: auto;
}
.v-offer{
    background: #171717;
}
.v-offer-box{
    background: white;
    border-radius: 10px;
    padding: 20px;
    gap: 10px;
}
.v-offer-box p{
    text-align: left;
    width: 100%;
}
.top-vmc-col{
    flex-wrap: wrap;
}
.top-vmc-box{
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    width: 26%;
}
.top-vmc-box img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.top-vmc-box p{
    padding: 20px;
    font-size: 22px;
    text-align: center;
}
.project-contact-colone h2{
    font-weight: 700;
}
.project-contact-colone span{
    color: #0075a2;
}
.lseo-service-pkg-heading h2, .lseo-service-pkg-heading p {
    color: #fff;
}
.plan-heading p, .plan-heading h2 {
    color: #fff;
}
.v-offer-heading h2, .v-offer-heading p {
    color: #fff;
}
.v-para{
    font-size: 15px;
}
   .inner-working {
    margin: 0 15px;
}
@media screen and (max-width: 1400px) {
    .lseo-service-pkg-image, .lseo-service-pkg{
        padding: 10px;
        gap: 5px;
    }
    .lseo-service-pkg-image img{
        height: 40px;
        width: auto;
    }
    
}
@media screen and (max-width: 1200px) {
    .banner-overlay, .banner{
        height: 600px;
    }
    .banner-btn, .banner-btn:hover{
        width: 30%;
    }
}
@media screen and (max-width: 992px) {
    .banner-col p, .market-service-heading p, .banner-btn, .banner-btn:hover, .market-service-box strong, .market-service-btn, .market-service-btn:hover, .results-heading p, .business-growth-why-heading p, .how-we-work-heading p, .how-we-work-contant strong, .client-says-heading p, .faq-heading p, .faq-col .accordion-button, .h_contact-info-col p, .h_contact-info-btn, .h_contact-info-btn:hover, .h_contact-col p, .success-stories-heading p, .best-dma-heading p, .project-contact-heading p, .project-contact-colone-heading p, .lseo-service-pkg-heading p, .seo-optimization-heading p, .seo-optimization-col-btn, .seo-optimization-col-btn:hover, .technology-heading p, .our-clients-heading p, .plan-heading p, .bp-btn, .bp-btn:hover, .key-video-marketing-col p, .v-offer-heading p, .v-offer-box strong, .top-vmc-heading p, .top-vmc-box p{
        font-size: 15px;
    }
    .market-service-box p, .market-service-box-btn, .market-service-box-btn:hover, .results-box p, .how-we-work-contant p, .project-contact-colone-box-para, .seo-optimization-box p, .v-offer-box p{
        font-size: 13px;
    }
    .kvm-image-col img{
        height: 300px;
    }
    .kvm-key-box{
        font-size: 15px;
    }
    .kvm-key-box img{
        height: 50px;
    }
    .v-offer-box{
        width: 100%;
    }
    .top-vmc-box{
        width: 32%;
    }
    .seo-optimization-banner img{
        height: 250px;
    }
    .seo-optimization-box{
        width: 100%;
    }
    .plan-box{
        width: 100%;
        padding: 1rem;
    }
    .seo-optimization-col{
        margin-top: 0px;
    }
    .seo-optimization-box{
        padding: 10px;
        gap: 5px;
    }
    .seo-optimization-img img{
        height: 50px;
    }
    .seo-optimization-col-btn, .seo-optimization-col-btn:hover{
        width: 40%;
        margin-top: 0px !important;
    }
    .bp-para, .bp-more-btn, .bp-more-btn:hover, .bp-start, .bp-setup{
        font-size: 13px;
    }
    .bp-price{
        font-size: 25px;
    }
    .bp-1{
        font-size: 15px;
    }
    .technology-box img{
        height: 50px;
    }
    .technology-box{
        height: 80px;
    }
    .our-clients-box img{
        height: 50px;
    }
    .common-padding{
        padding: 20px 0px;
    }
    .common-mar-top{
        margin-top: 20px;
    }
    .bp-btn, .bp-btn:hover {
    height: auto;
    margin: 10px 0px;
}
.market-service-box{
    width: 100%;
}
.business-growth-box p{
    font-size: 15px;
}
.business-growth-box{
    padding: 10px;
    gap: 5px;
}
.business-growth-box img{
    height: 50px;
}
.client-says-content p{
    font-size: 13px;
}
.h_contact-image img{
    height: 300px;
}
.h_contact-s1, .h_contact-row{
    height: 350px;
}
.h_contact-col{
    margin-bottom: 0px;
}
.h_contact-col a{
    font-size: 20px;
}

}
@media screen and (max-width: 767px) {
    .technology-box{
        width: 30%;
    }
    .technology-col{
        flex-wrap: wrap;
    }
    .our-clients-box{
        width: 30%;
    }
    .banner-btn, .banner-btn:hover{
        width: 48%;
    }
    .trusted-companies-col {
        flex-wrap: wrap;
        gap: 15px 0px;
    }
    .trusted-companies-box{
        width: 30%;
        
    }
    .trusted-companies-box img{
        height: 50px;
    }
    .trusted-companies-box{
        height: 80px;
    }
    .how-we-work-box{
        width: 85%;
    }
 
    .client-says-row{
        justify-content: center !important;
    }
    .best-dma-image, .h_contact-image{
        display: none !important;
    }
    .project-contact-coltwo-button{
        margin-top: 0px !important;
    }
    .h_contact-info-btn, .h_contact-info-btn:hover{
        width: 47%;
    }
    .h_contact-info-button{
        margin-top: 0px !important;
    }
    .v-para{
    font-size: 13px;
}
.v-offer-col {
    width: 50%;
}
}

@media screen and (max-width: 576px) {
    .kvm-image-col img{
        height: 200px;
    }
    .kvm-key-box{
        padding: 10px;
        gap: 5px;
        flex-direction: column !important;
        align-items: center !important;
    }
    .kvm-key-box img{
        height: 40px;
    }
    .kvm-key-box{
        font-size: 13px;
        text-align: center;
    }
    .v-offer-box{
        padding: 10px;
        gap: 5px;
    }
    .top-vmc-box{
        width: 48%;
    }
    .top-vmc-box p{
        padding: 10px;
    }
    .seo-optimization-col-btn, .seo-optimization-col-btn:hover{
        width: 60%;
    }
    .plan-col{
        margin-bottom: 0px;
    }
    .plan-row{
        justify-content: center !important;
    }
    .our-clients-box, .technology-box{
        width: 48%;
    }
    .technology-box img{
        height: 60px;
    }
    .common-gap{
        gap: 20px 0px;
    }
    .plan{
        margin-bottom: 0px;
        padding-bottom: 25px;
        padding-top: 25px;
    }
	
	.plan .plan-col {
        width: 100%;
		padding: 0.5rem;
    }
    .lseo-service-pkg{
        width: 80%;
    }
    .market-service-box{
        padding: 8px;
        gap: 5px;
    }
    .market-service-btn, .market-service-btn:hover{
        width: 40%;
    }
    .business-growth-box{
        flex-direction: column !important;
        text-align: center;
    }
    .business-growth-col-why{
        gap: 15px!important;
    }
    .how-we-work-box{
        width: 100%;
    }
    .project-contact-coltwo input, .project-contact-coltwo textarea, .project-contact-coltwo select{
        font-size: 13px;
    }
    .project-contact-coltwo-btn, .project-contact-coltwo-btn:hover{
        height: 40px;
        width: 50%;
        font-size: 15px;
    }
    .trusted-companies-heanding h2 {
    font-size: 28px;
}
.col-12.best-dma-heading.heading-col-gap h2 {
    font-size: 30px;
}
section.business-growth h2 {
    font-size: 32px;
}
.h_contact-info-button {
    flex-wrap: wrap;
}
.secondary-btn {
    padding: 16px;
    font-size: 16px;
}
.primary-btn {
    padding: 16px 16px;
    font-size: 16px;
}
.banner-col h1 {
    font-size: 24px ;
}
.banner-buttons {
    flex-wrap: wrap;
	gap: 10px;
}
.success-stories-cb-p1 {
    border-radius: 8px;
    padding: 10px 10px;
}
.success-stories-cb-p2 {
    padding: 10px;
}
.success-stories-cb-p1, .success-stories-cb-p2 {
    font-size: 12px;
    font-weight: 500;
}
.market-service-row {
    flex-wrap: wrap;
}
.market-service-row .market-service-col {
    width: 60%;
    flex: 1 0 100%;
}
}

@media(max-width:476px){
    
    .v-offer-col {
    width: 100%;
}
}

