* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }
  section {
    height: 100vh;
    width: 100%;
    display: grid;
    place-items: center;
  }
  .row2 {
    display: flex;
    flex-wrap: wrap;
  }
  .column-service {
    width: 100%;
    padding: 0 1em 1em 1em;
    text-align: center;
  }
  .card-service {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(#ffffff 50%, #d80516 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
  }
  h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
  }
  p {
    /* color: #575a7b; */
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  .icon-wrapper {
    background-color: #d80516;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
  }
  .card-service:hover {
    background-position: 0 100%;
  }
  .card-service:hover .icon-wrapper {
    background-color: #ffffff;
    color: #d80516;
  }
  .card-service:hover h3 {
    color: #ffffff;
  }
  .card-service:hover p {
    color: #f0f0f0;
  }
  .card-service:hover .quickbtn {
    color: #000;
    background-color: #fff;
  }


  .quickquote{
    margin-top: 7%;
  }
  .quickbtn{
  background-color: #d80516;
      padding: 10px 30px;
      margin-top: 5%;
      line-height: 30px;
      border: 0;
      box-shadow: inset 0 0 0 0 #bb0b0b;
      -webkit-transition: .4s ease-out;
      -moz-transition: .4s ease-out;
      transition: .4s ease-out;
      color: #fff;
      border-radius: 10px;
  }
  .quickbtn:hover{
    color: #fff;
    background-color: #000;
  }


  @media screen and (min-width: 768px) {
    section {
      padding: 0 2em;
    }
    .column-service {
      flex: 0 50%;
      max-width: 50%;
    }
  }
  @media screen and (min-width: 992px) {
    section {
      padding: 1em 3em;
    }
    .column-service {
      flex: 0 0 33.33%;
      max-width: 33.33%;
    }
  }
  











  .pricing{
    width: 100%;
    height: auto;
    float: left;
  }

  .container-pricing {
    width: 90%;
    /* position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  }
  .inner-pricing {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .inner .common__inner {
    width: calc(100% / 3);
    height: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    /* padding: 35px; */
    box-sizing: border-box;
    margin-left: 1%;
  }
  .inner .inner1 {
    background: #e28525;
    background: #ff9624;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .inner .inner2 {
    background: #016972;
    background: #46c952;
  }
  .inner .inner3 {
    background: #00403f;
    background-color: #40cbb4;
   
  }
  .inner .inner4 {
    background: #00403f;
    background-color: #d31718;
    border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
  }
  .inner .inner1 .img, .inner .inner2 .img, .inner .inner3 .img, .inner .inner4 .img {
    height: 85px;
    padding-left: 30%;
  }
  .inner .inner1 .title, .inner .inner2 .title, .inner .inner3 .title, .inner .inner4 .title {
    color: white;
    font-size: 22px;
    font-family: system-ui;
   
    height: 75px;
    padding: 10% 7%;
    padding-left: 20%;
  }
  .inner .inner1 .desc, .inner .inner2 .desc, .inner .inner3 .desc, .inner .inner4 .desc  {
    color: #ffffffbf;
    font-size: 15px;
    font-family: system-ui;
    padding: 10% 0;
    line-height: 23px;
  }
  .inner .inner1 .button, .inner .inner2 .button, .inner .inner3 .button, .inner .inner4 .button {
    height: calc(100% - 275px);
    padding: 0px 20%;
    padding-left: 25%;
  }
  .inner .inner1 .button button, .inner .inner2 .button button, .inner .inner3 .button button, .inner .inner4 .button button {
    background: white;
    border: unset;
    padding: 13px 27px;
    border-radius: 20px;
    color: #e28525;
    font-family: system-ui;
      font-weight: bold;
    cursor: pointer;
  }
  .inner .inner2 .button button {
    color: #016972;
    color:  #46c952;;
  }
  .inner .inner3 .button button {
    color: #00403f;
   color: #40cbb4;
  }
  .inner .inner4 .button button {
    color: #d31718;
  }
 .desc p{
  color: #ffffff;
 }
  @media only screen and (max-width: 768px) {
    .container-pricing {
      width: 90%;
      margin: 100px auto;
      position: unset;
      top: unset;
      left: unset;
      transform: unset;
    }
    .inner {
      flex-direction: column;
    }
    .inner .common__inner {
      width: 100%;
      padding: 55px;
    }
    .inner .inner1 {
      border-bottom-left-radius: unset;
        border-top-right-radius: 8px;
    }
    .inner .inner3 {
      border-bottom-left-radius: 8px;
        border-top-right-radius: unset;
    }
  }











  .testimonial {
      width: 100%;
      height: auto;
      float: left;
      background-color: #fff;
  
  }
  .show-desktop {
    display: inline-block;
}



.testimonial h2 {
    /* color: #53565A; */
    text-align: center;
    text-transform: capitalize;
    font-size: 42px;
    /* margin: 1% 0; */
    padding: 2% 0;
}
  .boxsec {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}


figure.snip1390 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 380px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  color: #fff;
  font-weight: 500;
  letter-spacing: .3px;
  text-align: center;
  font-size: 16px;
  background-color: #2C3447;
  background-color: #78BE3C;
  background-color: rgba(38,51,54, 1);
  background-color: #d31718;
  
  padding: 30px;
  background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1390 *,
figure.snip1390 *:before,
figure.snip1390 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1390 figcaption {
  width: 100%;
}
figure.snip1390 h3,
figure.snip1390 h4,
figure.snip1390 blockquote {
  margin: 0;
}
figure.snip1390 h3,
figure.snip1390 h4 {
  font-weight: 300;
}
figure.snip1390 h3 {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
figure.snip1390 h4 {
  color: #a6a6a6;
}
figure.snip1390 blockquote {
  font-size: 1em;
      /* padding: 5px 20px 40px 50px; */
      padding: 5% 5%;
      line-height: 1.5;
      /* margin-top: 30px; */
      /* background-color: #ffffff; */
      border-radius: 5px;
      /* box-shadow: inset -1.4px -1.4px 2px rgb(0 0 0 / 30%); */
      text-align: left;
      position: relative;
}
figure.snip1390 blockquote:before {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 70px;
  opacity: 0.25;
  font-style: normal;
  top: 0px;
  left: 20px;
  display: none;
}
figure.snip1390 .profile {
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  border: solid 5px #A6A57A;
}



.FAQ {
  width: 100%;
  float: left;
  margin-top: 2%;
  background-color: rgb(38, 51, 54);
  background-color: #d31718;
  height: auto;
}
.inner-faq {
  padding: 0 5%;
  padding-bottom: 4%;
}

.FAQ h2{
font-size: 42px;
    /* margin-bottom: 2%; */
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    padding-top: 2% 0;
    padding: 2%
}


summary {
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #53565A;
    background-color: #fff;
    /* color: #fff; */
    padding: 1rem;
    /* margin-bottom: 1rem; */
    /* margin-bottom: .5%; */
    outline: none;
    /* border-radius: 0.25rem; */
    text-align: left;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #d31718;
}

summary::after{
  color: #d31718;
}
.faq__content p {
  color: rgb(255, 255, 255);
  padding: 1% 2%;
  line-height: 1.4;
  letter-spacing: 0.4px;
  border: 1px solid #fff;
  border-top: none;
}











.areas-section{
  width: 100%;
  float: left;
  height: auto;

}

:root {
  --col-primary: #296eb3;
  --col-secondary: #003b81;
  --col-background: #e8e8e8;
  --col-light: #e8e8e8;
  --col-dark: #022f64;
  --col-free: #7dbaff;
  --col-bronze: #b85a24;
  --col-silver: #8a8a8a;
  --col-gold: #e2a922;
}

.price_table {
  /* margin: 0 auto; */
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  
   align-items: start;
  column-gap: 1.5rem;
  row-gap: 2rem;
  display: inline-flex;  */
  display: flex;
}
.package {
  border-radius: 4px;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  width: 16%;
  margin-left: 1%;
}
.package h2 {
  margin: 0;
  padding: 1rem;
  background: var(--col-primary);
  font-size: 1.2em;
  text-align: center;
  font-weight: normal;
  color: white;
  position: relative;
}
.package h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.4rem;
  left: 0;
  bottom: 0;
}
.package .price {
  padding: 0.2rem 1rem;
  background: linear-gradient(45deg, var(--col-secondary) 0%, var(--col-dark) 100%);
  color: white;
  text-shadow: 0 4px 0 var(--col-dark);
}
.package p {
  padding: 1rem;
}
.package .price {
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  box-shadow: inset 0 10px 4px -6px rgba(0, 0, 0, 0.1);
}
.package .big {
  display: inline;
  font-size: 4em;
  font-weight: 700;
}
.package ul {
  list-style: none;
  padding: 0 0 1rem 0;
  margin: 0;
  border-bottom: 1px solid var(--col-primary);
}
.package li {
  padding: 0.8em 1em;
  font-size: 0.9em;
}
.package li:nth-child(odd) {
  background: var(--col-light);
}
.package button {
  cursor: pointer;
  padding: 1em 2em;
  font-size: 1rem;
  display: block;
  color: white;
  margin: 1rem auto;
  border: none;
  border-radius: 5px;
  background: linear-gradient(0deg, var(--col-secondary) 0%, var(--col-primary) 100%);
  transition: all 0.2s;
}
.package button:hover, .package button:focus {
  background: linear-gradient(0deg, var(--col-secondary) 0%, var(--col-dark) 100%);
  box-shadow: 0 0 0 4px white, 0 0 0 8px var(--col-primary);
  outline: 0;
}
.package .banner {
  background: linear-gradient(90deg, #33a530 0%, #4eee49 50%, #33a530 100%);
  transform: rotate(-45deg);
  position: absolute;
  z-index: 1;
  padding: 0.5rem 4rem;
  top: 2rem;
  left: -4rem;
  border: 2px solid #91ff69;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.package_free h2::after {
  background: var(--col-free);
  background: linear-gradient(90deg, var(--col-free) 0%, white 50%, var(--col-free) 100%);
}
.package_bronze h2::after {
  background: linear-gradient(90deg, var(--col-bronze) 0%, white 50%, var(--col-bronze) 100%);
}
.package_silver h2::after {
  background: linear-gradient(90deg, var(--col-silver) 0%, white 50%, var(--col-silver) 100%);
}
.package_gold h2::after {
  background: linear-gradient(90deg, var(--col-gold) 0%, white 50%, var(--col-gold) 100%);
}












#c1{
  width: 40%;
  padding-top: 8%;
  padding-left: 4%;
}

#c2 {
  width: 56%;
  height: auto;
  /* background-color: yellow; */
  /* position: relative; */
  padding: 0;
  margin: 0;
}

@keyframes slidy {
  0% { left: 0%; }
  20% { left: 0%; }
  25% { left: -100%; }
  45% { left: -100%; }
  50% { left: -200%; }
  70% { left: -200%; }
  75% { left: -300%; }
  95% { left: -300%; }
  100% { left: -400%; }
  }
  #slider-top { overflow: hidden; }
  #slider-top .figurebanner img { width: 20%;
  height: 500px; float: right; }
 #slider-top .figurebanner { 
    position: relative;
    width: 500%;
   
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 20s slidy infinite; 
  }
  
  .background-overlay{
    background: rgba(0, 0, 0, .8);
  }

  #header-mid{
    height: 500px;
  }
  .inner-banner{
  width: 100% !important;
  }















  /* why choose us new css */
  
/* .container-whychoo {
  position: relative;
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.container-whychoo .serviceBox {
  position: relative;
  width: 350px;
  height: 280px;
  background: #51446e;
  border-radius: 20px;
  overflow: hidden;
}

.container-whychoo .serviceBox .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--i);
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition-delay: 0.25s;
}

.container-whychoo .serviceBox:hover .icon {
  top: 30px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition-delay: 0s;
}

.container-whychoo .serviceBox .icon i {
  font-size: 5em;
  color: #fff;
  transition: 0.5s;
  transition-delay: 0.25s;
}

.container .serviceBox:hover .icon i {
  font-size: 2em;
  transition-delay: 0s;
}

.container-whychoo .serviceBox .content {
  position: relative;
  padding: 20px;
  color: #fff;
  text-align: center;
  margin-top: 100px;
  z-index: 1;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0s;
}

.container .serviceBox:hover .content {
  transform: scale(1);
  transition-delay: 0.25s;
}

.container-whychoo .serviceBox .content h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.container-whychoo .serviceBox .content p {
  font-weight: 300;
  line-height: 1.5em;
}

 */





 .container-whychoose {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* max-width: 1200px !important; */
  flex-wrap: wrap;
  padding: 40px 4%;
  width: 100%;
  height: auto;
  float: left;
}

.container-whychoose .card1 {
  position: relative;
  width: 300px;
  height: 335px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05), 
              inset -5px -5px 5px rgba(255, 255, 255, 0.5), 
              5px 5px 15px rgba(0, 0, 0, 0.05), 
              -5px -5px 15px rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin: 30px;
}
.card1 {

  background-image: url(../images/test-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.container-whychoose .card1 .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  /* background: #ebf5fc; */
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.container-whychoose .card1:hover .box {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(45deg, #b95ce4, #4f29cd); */
  background: rgba(220, 28, 19,.9);
}

.container-whychoose .card1 .box .content {
  padding: 20px;
  text-align: center;
}

.container-whychoose .card1 .box .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 5em;
  color: rgba(0, 0, 0, 0.05);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  pointer-events: none;
}

.container-whychoose .card1:hover .box .content h2 {
  color: rgba(0, 0, 0, 1);
}

.container-whychoose .card1 .box .content h3 {
  font-size: 22px;
  font-weight: 700;
  /* padding-top: 45%; */
  text-transform: uppercase;
  color:#000 ;
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

 .container-whychoose .card1 .box .content p {
  font-size: 1em;
  font-weight: 500;
  color: rgba(0, 0, 0,.7);
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
} 

.container-whychoose .card1:hover .box .content h3, .container .card1:hover .box .content p {
  color: #fff;
}

.container-whychoose .card1 .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: #03a9f4;
  margin-top: 20px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.container-whychoose .card1:hover .box .content a {
  background: #ff568f;
}


.why-heading {
  width: 100%;
  float: left;
  padding-bottom: 3%;
}
.card-what-u-get {
  width: 23% !important;
  height: 300px !important;
  margin: 10px 10px !important;
  display: inline-flex;
}





























 /* css  for contact us page  */


 .container2 {
  width: 100%;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  /* background: url(../images/what\ you\ will\ get\ with\ social\ media\ marketing\ service\,\ bg\ banner\ size\ 1920x1080.webp); */
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #101010 !important; */
  background: #d31718;
  display: flex;
    justify-content: center;
    /* align-items: center; */
    /* max-width: 1200px !important; */
    flex-wrap: wrap;
    padding: 40px 0;
}


.contact-detail {
  width: 40%;
}
 .inner-cont{
  width:100% !important;
 }
ul {
  list-style: none;
}

input {
  overflow: hidden;
}

.section-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 10% 0 25px;
  color: #fff;
    margin-left: 12%;
}

.sec-pad {
 
 width: 100%;
 height: auto;
 float: left;
 padding: 0;
}

.contact-sec {
  
  display: flex;
  /* background-color: #5cbde466; */
}

.contact-sec .contact-ul li,
.contact-ul b {
  font-size: 20px;
  margin: 10px 0;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  word-wrap: break-word;
  color: #fff;
}
.contact-ul li {
  padding: 2% 13%;
 
}
.contact-ul a:hover{
  /* color: #d80516 !important; */
}

.contact-sec .contact-ul i {
  font-size: 18px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
}
.contact-detail {
  width: 40%;
}
.contact-detail a {
  /* color: #000; */
  text-decoration: none;
  color: #fff;
}

.contact-sec .contact-ul li b:hover {
  color: #f93;
}

.contact-sec .contact-ul li .fa-location-dot {
  color: #f44337;
  color: #d80516;
  /* border: 2px solid #f4433790; */
}

.contact-sec .contact-ul li .fa-phone {
  /* color: #00b055;
  color: #d80516; */
 


}

.contact-sec .contact-ul li .fa-envelope {
  /* color: #ff6347;
  color: #d80516; */
  /* border: 2px solid #ff634790; */
}

.contact-detail span {
  width: 400px;
  display: flex;
  justify-content: center;
}
.contact-detail span a {
  font-size: 20px;
  padding: 6px 12px;
  color: #000;
  border-radius: 50%;
  margin: 0px 5px;
}
.contact-detail span .fb {
  color: #3b5998;
  border: 3px solid #3b5998;
}
.contact-detail span .fb:hover {
  color: #fff;
  background-color: #3b5998;
}

.contact-detail span .insta {
  color: #833ab4;
  border: 3px solid #833ab4;
}
.contact-detail span .insta:hover {
  color: #fff;
  background-color: #833ab4;
}

.contact-detail span .twitter {
  color: #00acee;
  border: 3px solid #00acee;
}
.contact-detail span .twitter:hover {
  color: #fff;
  background-color: #00acee;
}

form.contFrm {
  max-width: 396px;
  margin: auto;
}

.inptFld {
  width: 100%;
  height: 50px;
  border: 0;
  margin: 0 0 10px;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
}

.inptFld:focus {
  outline-offset: -4px;
  outline: 1px solid #f93;
}

.contFrm textarea {
  height: 75px;
  padding-top: 5px;
}
.inptBtn {
  height: 50px;
  border: 0;
  background: #00b055;
  font-size: 14px;
  color: #fff;
  margin: auto;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
}
#form3 {
  width: 50%;
  height: 500px;
  /* margin: 5% auto; */
  padding-top: 3%;
  float: right;
}
#name3{
  width: 45%;
  height: 50px;
  padding-left: 2%;
  float: left;
  border: none;
  background-color: #f1f1f1;
  font-size: 18px !important;
}
#email3{
  width: 45%;
  height: 50px;
  padding-left: 2%;
  float: left;
  margin-left: 5%;
  border: none;
  background-color: #f1f1f1;
  font-size: 18px !important;
}
#phone3 {
    width: 45%;
    height: 50px;
    padding-left: 2%;
    float: left;
    margin-top: 6%;
    border: none;
    background-color: #f1f1f1;
    font-size: 18px !important;
}
#company3 {
  width: 45%;
  height: 50px;
  float: left;
  padding-left: 2%;
  margin-left: 5%;
  margin-top: 6%;
  border: none;
  background-color: #f1f1f1;
  color: #000 !important;
  font-size: 18px !important;
}
#from3 {
  width: 45%;
  height: 50px;
  padding-left: 2%;
  float: left;
  margin-top: 6%;
  border: none;
  background-color: #f1f1f1;
  font-size: 18px !important;
}
#to3 {
width: 45%;
height: 50px;
float: left;
padding-left: 2%;
margin-left: 5%;
margin-top: 6%;
border: none;
background-color: #f1f1f1;
font-size: 18px !important;
}


.textarea3{
  width: 95%;
  height: 120px;
  float: left;
  margin-top: 5%;
  margin-bottom: 4%;
  padding-left: 2%;
  padding-top: 2%;
  resize: vertical;
  border: none;
  background-color: #f1f1f1;
  font-size: 18px !important;

  /* border-bottom: 1px solid #000; */
}
/* Responcive css Start */

.btn-contact{
  background-color: #fff;
  color: #000;
}

::placeholder{
  color: #000 !important;
}





@media (max-width: 991px) {
  .sec-pad {
    padding: 20px 0 20px;
  }

  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 18px;
  }

  .contact-sec .contact-ul i {
    font-size: 14px;
    padding: 6px;
    margin-right: 6px;
  }

  .inptFld {
    height: 40px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-detail span {
    width: auto;
  }
  .contact-detail span a {
    font-size: 18px;
    padding: 5px 10px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px 20px;
  }
}

@media (max-width: 575px) {
  .contact-sec {
    border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
  }

  .contact-sec .contact-ul i {
    border: none;
  }
  .inptFld {
    height: 36px;
    margin: 0 0 8px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 16px;
  }
}












.con1ar{
  width: 100%;
  height: auto;
  float: left;
  display: inline;
  padding: 0;
}


.c4ar1 {
  width: 50%;
  height: 950px;
  float: left;
  background-color: #78BE3C;
  background: #101010;
  background: #d31718;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.c4ar1 h4 {
  text-align: center;
  /* margin-left: 10%; */
  color: #fff;
  font-weight: 800;
  float: left;
  font-size: 35px;
  text-align: center;
  padding: 2% 4%;
}
.c4ar1 p {
  text-align: center;
  /* margin-left: 10%; */
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  padding: 2% 8%;
}
.c5ar1 {
  width: 50%;
  height: 950px;
  background-image: url(../images/new/aires\ truck\ 2.webp);
  background-size: cover;
  background-position: center;
  float: left;
}
.c4ar {
  width: 50%;
  height: 900px;
  float: left;
  background-color: #78BE3C;
  background: #101010;
  background: #d31718;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.c4ar h4 {
  text-align: center;
  /* margin-left: 10%; */
  color: #fff;
  font-weight: 800;
  float: left;
  font-size: 35px;
  text-align: center;
  padding: 2% 4%;
}
.c4ar p {
  text-align: center;
  /* margin-left: 10%; */
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  padding: 2% 8%;
}
.c5ar {
  width: 50%;
  height: 900px;
  background-image: url(../images/new/Furniture\ removalist.webp);
  background-size: cover;
  background-position: center;
  float: left;
}
.c6ar {
  width: 50%;
  height: 950px;
  background-image: url(../images/new/house\ moving---.webp);
  background-size: cover;
  background-position: center;
  float: left;
}
.c7ar {
  width: 50%;
  height: 950px;
  float: left;
  background-color: #53565A;
  background: #101010;
  background: #d31718;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.c7ar h4 {
  text-align: center;
  /* margin-left: 10%; */
  color: #fff;
  font-weight: 800;
  float: left;
  font-size: 38px;
  text-align: center;
  padding: 2% 4%;
}
.c7ar p {
  text-align: center;
  /* margin-left: 10%; */
  color: #fff;
  font-weight: 500;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  padding: 2% 8%;
}
.btn2 {
    padding: 12px 38px;
    /* background-color: #78BE3C; */
    /* color: #E0F0D2; */
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    border: #53565A;
    display: block;
    margin: 2% auto;
    /* border-radius: 20px; */
    cursor: pointer;
}


/* 
floating form css start here  */



#newsletter-popup{
  margin: 280px auto;
  padding:30px 40px 40px;
  background: #fff;
  border-radius: 5px;
  width: 30%;

  position: relative;
  transition: all 1s ease-in-out;
}

@media screen and (max-width: 1366px){
  #newsletter-popup{
    width: 40%;
  }
}

@media screen and (max-width: 992px){
  #newsletter-popup{
    width: 70%;
  }
}

.newsletter-overlay{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  display: none;
}

#newsletter-popup h3{
  color: #000;
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 10px;

}
#newsletter-popup p{
  color: #000;
  font-size: 22px;
  margin: 0 0 10px;

}
.bottom{
margin-bottom: 4% !important;
}

#newsletter-popup .popup-close{
  padding: 12px 38px;
  background-color: #53565A;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  border: #53565A;
  /* border-radius: 20px; */
  display: block;
  margin: 0 auto;
  margin-top: 0%;
  margin-bottom:0%;
  cursor: pointer;
  transition: 0.4s ease-out;
}
.backdrop4{
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(2px);
display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.popup4{
  width: 35%;
  float: left;
  background-color:#ffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  padding: 2% 0;
  border: 1px #fff solid;
  transition: 0.4s all ease;
}
.offer{
  width: 85%;
  margin: auto;
}
.offer h2{
  font-size: 34px;
  text-align: center;
}
.offer p{
  font-size: 18px;
  text-align: center;
  color: #000;
  font-weight: 400;
  padding: 0 2%;
  margin-bottom: 4%;
}
.open-popup4{
  display: block;
  }
  .input2{
    width: 80%;
    height: 40px;
    margin: 0.5% 10%;
    padding-left: 2% ;
    letter-spacing: .5px;
  }
  .backdrop5{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(2px);
display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .open-popup5{
    display: block;
    }

.show-desktop{
  display:inline-block;

}
.show-mobile{
 display: none;
}
.ben-list{
color: #fff;
letter-spacing: 0.5px;
margin-bottom:4% ;
margin-left: 2%;
}
.ben-list li{
margin-bottom: 1%;

}
.input{
    font-size: 22px;
  }

  .detail{
    width: 100%;
    float: left;
  height: auto;
  }
  .box9{
    width: 30%;
    margin-top: 2%;
    margin-bottom: 5%;
    border: 2px #53565A solid;
    height: auto;
    float: left;
  }
  .box9 img{
    width: 100%;
  }
.thnks{
font-size: 20px;
color: #fff;
display: inline-block;
margin:0% 8% ;
margin-top: 2%;
position: relative;
z-index: 100;

font-weight: bold;
}

.service-pop,.service-pop2,.service-pop3,.service-pop4,.service-pop5,.service-pop6,.service-pop7,.service-pop8,.service-pop9{
width: 100vw;
height: 100vh;
background: rgba(0,0,0,0.4);
backdrop-filter: blur(2px);
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
}
.show-popup,.show-popup2,.show-popup3,.show-popup4,.show-popup5,.show-popup6,.show-popup7,.show-popup8,.show-popup9{
display: block;
}

.popup {
  width: 35%;
  float: left;
  background-color: #53565A;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  padding: 2% 0;
  border: 1px #fff solid;
  transition: 0.4s all ease;
}
.popup, .popup2 h2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-size: 32px;
  font-family: 700;
  margin: 2% 0;
}
.popup2 .dq-h2 {
  font-size: 30px;
  
  padding-left: 5%;

}


.open-popup2{
  display: block;
}
/* floating form css  */
.input-sec-get{
width: 90%;
color: #000;
height: 35px;
font-family: sans-serif;
margin-top: 0%;
padding-left: 2%;
padding-top: 1%;
margin-left: 10%;
margin-bottom: 0%;
/* background: transparent; */
border: solid 1px #ffff;
}


.popup2{
background: #6ba539;
}
.popup{
background: #6ba539;
}
.popup .gqq-h2{
font-size: 35px;
}
.popup2 .dq-h2{
font-size: 27px;
}
.btn1 {
  width: 81%;
  padding: 12px 38px;
  /* background-color: #78BE3C; */
  background-color: #101010;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  border: #53565A;
  /* border-radius: 20px; */
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.backdrop8{
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(2px);
display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.open-popup8{
 display: block;
  }
.backdrop{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(2px);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .grey{
    color:#ccc !important;
  }
.popup{
    width: 35%;
    float: left;
    background-color:#53565A;
    background-color: #d80516;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    padding: 2% 0;
    border: 1px #fff solid;
    transition: 0.4s all ease;
}
.open-popup{
  display: block;
}
.backdrop2{
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(2px);
display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.popup,.popup2 h2 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 32px;
    font-family: 700;
    margin: 0 0;
  }

  .input{
    width: 80%;
    height: 40px;
    margin: 2% 10%;
    padding-left: 2% ;
    letter-spacing: .5px;
  }
 
  .radio{
    margin-left: 10%;
  }
  /* select option:first-child{ color: red; } */
  .backdrop7{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(2px);
   display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .open-popup7{
    display: block;
    }
  .backdrop6{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(2px);
  display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .open-popup6{
    display: block;
    }

    .backdrop{
      width: 100vw;
      height: 100vh;
      background: rgba(0,0,0,0.4);
      backdrop-filter: blur(2px);
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
    }
    .open-popup{
      display: block;
      }


      .popup2 {
        width: 40%;
        float: left;
       background-color: #d80516;
        position: fixed;
        top: 12% !important;
        left: 30%;
        z-index: 9999;
        padding: 2% 0;
        border: 1px #fff solid;
        transition: 0.4s ease;
    }



    .in {
      width: 90%;
      float: left;
      margin-top: 2%;
  }

    .input-sec-get {
      width: 90%;
      color: #000;
      height: 35px;
      font-family: sans-serif;
      margin-top: 0%;
      padding-left: 2%;
      padding-top: 1%;
      margin-left: 10%;
      margin-bottom: 0%;
      /* background: transparent; */
      border: solid 1px #ffff;
  }
  .messagepop{
    width: 90%;
    float: left;
    margin-top: 2%;
}

.messagepop label {
  padding-left: 7%;
}
.textarea1 {
  width: 90%;
  color: #000;
  height: 80px;
  font-family: sans-serif;
  margin-top: 0%;
  padding-left: 2%;
  padding-top: 1%;
  margin-left: 10%;
  margin-bottom: 3%;
  /* background: transparent; */
  border: solid 1px #ffff;
  font-size: 18px !important;
}

/* ends here floating form css  */






.service-menu{
  position: relative;
  /* width: 200px; 
  height: 60px; */
  
 
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 240px;
  margin-top: 0.2px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10000;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
  display: block;
}

.service-menu .dropdown-content a:hover {background-color: #ddd;}

.service-menu:hover .dropdown-content {display: block;}


#toggle{
  width: 40px;
  height:40px;
  float: right;
  margin-top: 4%;
  cursor: pointer;
  display: none;
  margin-right: 5%;
}
.togglebtn{
  width: 100%;
  height: 4px;
  margin-top: 4px;
  background: #fff;
}


#serviceaires{
  margin-top: 0;
}





.img-rt{
  width: 100%;
  height: auto;
  padding: 0;
}





















.page-section{
  background: #000;
  background: #d80516;
  background-color: #d31718;
  color: orange;
  width: 100%;
  height: auto;
  float: left;
}
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #ffc800;
  background: #d80516;
  background: #fff;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
    text-transform: none;
    /* color: #d80516; */
    /* color: #000; */
    color: #fff;
    line-height: 1.8;
    letter-spacing: .5px;
    font-size: 18px;
    padding-top: 5%;
    font-weight: 400;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 40px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: left;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
    
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
  
        /* padding: 0 20px 20px 100px; */
        padding-top: 0%;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  /* .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  } */
}


.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .page-section {
    padding: 9rem 0;
  }
}

.text-center {
    text-align: center !important;
}

.page-section h2.section-heading, .page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.text-uppercase {
    text-transform: uppercase !important;
    color: #fff;
}

.page-section h3.section-subheading, .page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 4rem;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}


@media (min-width: 1400px){
.container-about-new-xxl, .container-about-new-xl, .container-about-new-lg, .container-about-new-md, .container-about-new-sm, .container-about-new-about-new {container-about-new
    max-width: 1320px;
}
}
@media (min-width: 1200px){
.container-about-new-xl, .container-about-new-lg, .container-about-new-md, .container-about-new-sm, .container-about-new {
    max-width: 1140px;
} 
}
/* @media (min-width: 992px){
.container-about-new-lg, .container-about-new-md, .container-about-new-sm, .container-about-new {
    max-width: 960px;
}
} */
@media (min-width: 768px){
.container-about-new-md, .container-about-newcontainer-about-new-sm, .container-about-newcontainer-about-new {
    max-width: 720px;
}
}
@media (max-width: 576px){
.container-about-new-sm, .container-about-new {
    max-width: 540px;
}
}
.container-about-new, .container-about-new-fluid, .container-about-new-xxl, .container-about-new-xl, .container-about-new-lg, .container-about-new-md, .container-about-new-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}


*, *::before, *::after {
    box-sizing: border-box;
}

.page-section {
  padding: 2rem 0;
}

.abouttext{
  font-size: 80px !important;
  margin-top: 42% !important;
  color: #d31718;
}






.service{
  background-color: #f5f5f5f5;
}

#name, #email, #phone, #to1, .textareatop, #date1, #from1, #message {
  font-size: 18px !important;
}
.input-sec-get{
  font-size: 18px;
}
.textarea1{
  font-size: 18px;
}

 .textarea3 {
  font-size: 18px !important;
}




/* input[type="date"]:not(.has-value):before{
  color: #000 !important;
  content: attr(placeholder);
}

input[type="date"]:focus:before {
  content: 'Select from  calender-' !important;
}

input[type="date"]
{
    display:block;
   
     -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em; 
  
} */