 body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width:100%;
    background-color : hsla(228, 7%, 14%, 1);
  }
  .main{
    display: flex;
    flex-direction: column;
    height: auto;
    width: auto;
  }
  .sticky{
    height: 39px;
    padding: 0px 25px 0px 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: hsla(0, 0%, 24%, 1);
  }
  .location{
    gap:10px; 
    display: flex;
    flex-direction: row;  
    align-items: center;
  }
  .logos{
    gap:15px;
    display:flex;
    align-items: center;
  }
  .location>p{
    font-family: Nunito;
    font-size: 16px;
    font-weight: 275;
    line-height: 24px;
    text-align: left;
    color: hsla(0, 0%, 100%, 1);
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  nav{
    padding: 12.5px 25px 12.5px 25px;
    justify-content: space-between;
    background-color: hsla(0, 0%, 0%, 1);
    display: flex;
    flex-direction: row;
  }
  .logo{
   display: flex;
   flex-direction: row;
   gap:15px;
  }
  .logo>img{
    flex-basis: 50%;
    height: 58px;
  }
  .logo-text{
    flex-basis: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 48px;
  }
  .logo-text>p{
    font-family: Nunito;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.37px;
    text-align: left;
    color: white;
    margin: 0;
    padding: 0;
  }
  .vis{
    visibility: hidden;
    display: none;
  }
  .pages{
    display: flex;
    flex-direction: row;
    height: 44px;
    gap: 30px;
    margin-top:7px ;
    margin-bottom: 7px;
  }
  .pages>ul{
    display: flex;
    flex-direction: row;
    gap:50px;
    text-decoration: none;
    list-style-type: none;
    justify-content: center;
    align-items: center;
  }
  .pages>ul>li{
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    width:60px;
  }
  li a{
    text-decoration: none;
    color:white;
  }
 li  a:hover{
    border-bottom: 2px solid  hsla(49, 99%, 50%, 1);
    color:  hsla(49, 99%, 50%, 1);
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  .pages>button{
    padding: 10px 30px 10px 30px;
    gap: 10px;
    border-radius: 8px;
    background-color: hsla(49, 99%, 50%, 1);
    border: 2px solid hsla(49, 99%, 50%, 1);
    font-family: Manrope;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
  }
  .bg-img-container{
    width: 100%;
    height: auto;
    position: relative;
  }
  .bg-img-container>img{
    width:100%;
    height: auto;
  }
  .content{
    position: absolute; 
    top: 0px;
    right: 0px;
    left: 0px;
  }
  section{
    gap:10px;
    display: flex;
    flex-direction: column;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 170px;
  }
  section>p{
    font-family: Nunito;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color:hsla(49, 99%, 50%, 1);
    margin: 0;
    padding: 0;
  }
  section>h1{
    font-family: Nunito;
    font-size: 36px;
    font-weight: 800;
    line-height: 49.1px;
    text-align: center;    
    color: white;
    justify-content: space-around;
    display: flex;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  section>span{
    font-family: Nunito;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: white;
    justify-content: space-around;
    display: flex;
  }
  .width{
    padding-left:80px ;
    padding-right:80px ;
    padding-top:100px;
    display: flex;
    flex-direction: column;
    gap:50px;
}
 .buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:37px;
 }
 button{
    display: flex;
    height: 39px;
    padding: 10px 30px 10px 30px;
    gap: 10px;
    border-radius: 8px;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
 }
 .buttons>button:hover{
  opacity: 80%;
  transform: scale(1.03,1.03);
 }
 .pages>button:hover{
 color:hsla(49, 99%, 50%, 1);
 border: 2px solid white;
 background-color: black;
 }
 .info{
  display:flex;
 }
 .info-1{
  flex-basis: 70%;
  border-top: 2px solid hsla(49, 99%, 50%, 1);
  padding:44px 58px 31px 58px;
  gap:77px;
  display:flex;
  flex-direction: column;
  background: hsla(0, 0%, 16%, 1);
  border-radius: 12px 0px 0px 12px;
 }
 .sub-info-1>h1{
    font-family: Nunito;
    font-size: 32px;
    font-weight: 600;
    line-height: 43.65px;
    text-align: left;
    color: white;
    margin: 0;
    padding: 0;
 }
 .sub-info-1>p{
    font-family: Nunito;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.28px;
    text-align: left;
    color: white;
 }
 .sub-info-1{
    width:80%;
    gap:32px;
 }
 .info-2{
    flex-basis: 30%;
    padding: 44px 58px 31px 58px;
    background: hsla(0, 0%, 100%, 1);
    border-top: 2px solid hsla(1, 58%, 46%, 1);
    border-radius: 0px 12px 12px 0px;
  }
 .contact{
    display: flex;
    flex-direction: row;
    gap:56px;
 }
 .contact-1{
    display: flex;
    flex-direction: row;
    gap:17px;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
 }
 .sub-contact-1{
  all: unset;
  gap:3px;
  display: flex;
  flex-direction: column;
 }
 .contact-1:hover{
  transform: scale(1.05,1.05);
 }
 .sub-contact-1>p,.sub-contact-1>span{
    margin: 0;
    padding: 0;
 }
 .sub-contact-1>p{
    font-family: Inter;
    font-size: 12px;
    font-weight: 300;
    line-height: 14.52px;
    text-align: left;
    color: white;
 }
 .sub-contact-1>span{
    font-family: Nunito;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: hsla(49, 99%, 50%, 1);
 }
 .estimate{
  display: flex;
  flex-direction: column;
  gap:32px;
  border-bottom: 2px solid lightslategrey;
  height: 70%;
 }
 .estimate>h1{
  font-family: Nunito;
  font-size: 32px;
  font-weight: 600;
  line-height: 43.65px;
  text-align: left;
  color:hsla(0, 0%, 16%, 1);
  margin: 0;
  padding: 0;
 }
 .estimate>p{
  margin: 0;
  padding: 0;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.82px;
  text-align: left;
  color:hsla(0, 0%, 16%, 1);
 }
 .info-2>button{
  margin-top: 32px;
  background-color:hsla(1, 58%, 46%, 1); 
  color: hsla(1, 78%, 89%, 1); 
  border: 2px solid hsla(1, 58%, 46%, 1);
 }
 .info-2>button:hover{
  opacity: 80%;
  transform: scale(1.03,1.03);
  color: white;
 }
 .about-us{
  display: flex;
  flex-direction: row;
  gap:217px;
  margin-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
 }
 .about-us-1{
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  height: 80%;
  gap: 28px;
 }
 .about-us-1>span{
  font-family: Nunito;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.1px;
  text-align: left;
  color: hsla(0, 0%, 96%, 1);
  margin: 0; 
}
 .about-us-1>h1{
  font-family: Nunito;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  text-align: left;
  color:  hsla(0, 0%, 96%, 1);
  margin: 0;
 }
 .about-us-1>p{
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.82px;
  text-align: left;
  color:hsla(0, 0%, 96%, 1);
  margin: 0;  
 }
 .about-us-1>button{
  width: 50%;
  background-color:hsla(1, 58%, 46%, 1); 
  color: hsla(1, 78%, 89%, 1); 
  border: 2px solid hsla(1, 58%, 46%, 1);
 }
 .about-us-1>button:hover{
  opacity: 80%;
  transform: scale(1.03,1.03);
  color: white;
 }
 .about-us-2>a>img{
  width: 100%;
  border-radius: 12px;
  opacity: 80%;
 }
 a>img{
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
 }
 a>img:hover{
 transform:scale(1.05,1.05);
 opacity: 100%;
 }
 .ratings{
  padding: 41px 89px 41px 127px;
  display: flex;
  justify-content: space-around;
  background: linear-gradient(90deg, #FFFBC2 0%, #CD8D01 100%);
  color:hsla(1, 59%, 15%, 1);
  border-radius: 16px;
 }
 .sub-ratings{
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
 }
 .sub-ratings>h1{
  font-family: Nunito;
  font-size: 48px;
  font-weight: 900;
  line-height: 65.47px;
  text-align: center;
  margin: 0;
 }
 .sub-ratings:hover{
  transform: scale(1.04,1.04);
 }
.sub-ratings>span{
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.82px;
  text-align: center
}
.steps{
  display: flex;
  flex-direction: column;
  gap:28px;
  padding-top: 50px;
}
.steps-row{
  display: flex;
  flex-direction: row;
  gap:28px;
}
.sub-step{
  display: flex;
  flex-direction: column;
  flex-basis: 33.3%;
  color: hsla(0, 0%, 96%, 1);
  border-bottom: 2px solid hsla(49, 99%, 50%, 1);
  border-radius: 12px;
  opacity: 80%;
  background: rgba(41, 41, 41, 1);
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.sub-step:hover{
 transform: scale(1.03,1.03);
 border-radius: 0px 0px 12px 12px;
 opacity: 100%;
  background-color: rgba(90, 86, 86, 0.842);
 border-radius: 12px ;
}
.sub-step>img{
  width:100%;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}
.description{
  padding: 20px;
  height: 100%;
  position: relative;
  border-radius: 0px 0px 12px 12px;
}
.desc-content{
  position: absolute;
  top: -30px;
  left:20px;
}
.desc-content>img{
  height: 65px;
  width: 70px;
}
.description>h1{
  font-family: Nunito;
  font-size: 32px;
  font-weight: 700;
  line-height: 43.65px;
  text-align: left;
}
.description>h3{
  font-family: Nunito;
  font-size: 24px;
  font-weight: 700;
  line-height: 32.74px;
  text-align: left;
  color:white
}
.description>p{
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.82px;
  text-align: left;
}
.testimonials{
  margin-top: 30px;
}
.testimonials>h1{
  justify-content: space-around;
  display: flex;
  font-family: Nunito;
  font-size: 28px;
  font-weight: 700;
  line-height: 38.19px;
  text-align: center;
  color: white;
}
.testimonials-row{
  display: flex;
  flex-direction: row;
  gap:48px;
}
.sub-testimonial{
  flex-basis: 33.3%;
  display: flex ;
  flex-direction: column;
  gap:10px;
  opacity: 80%;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  border-bottom: 2px solid hsla(0, 0%, 16%, 1);
}
.sub-testimonial:hover{
opacity: 100%;
transform: scaleX(1.03);
background-color: hsla(0, 0%, 24%, 1);
border-bottom: 2px solid hsla(49, 99%, 50%, 1);
border-radius:  12px 12px 0px 0px;
}
.sub-testimonial>img{
  width: 100%;
  border-radius: 12px;
}
.comment{
  text-align: justify;
  gap: 12px;
  display:flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;
}
.comment>p{
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.82px;
  margin: 0;
  color: white;
}
.comment>h1{
  color: white;
  font-family: Nunito;
  font-size: 24px;
  font-weight: 700;
  line-height: 32.74px;
  text-align: center;
}
footer{
  padding: 48px 78px 48px 78px;
  display: flex;
  background-color: black;
}
.footer-1{
  flex-basis:50% ;
  display: flex;
  flex-direction: column;
  gap:44px;
}
.footer-frame-1{
  display: flex ;
  flex-direction: row;
  gap:40px;
  width: 80%;
}
.footer-frame-1>img{
  width: 78px;
  height: 79px;
  border-radius: 8px;
}
.footer-frame-1>p{
  margin: 0;
  font-family: Nunito;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.1px;
  text-align: left;
 color: white;
}
.timmings{
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-frame-2{
  display: flex ;
  flex-direction:  row;
  gap: 15px;
  align-items: center;
  font-family: Nunito;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: white;
}
.footer-frame-2>p{
margin: 0;
}
.footer-2{
  flex-basis:25% ;
  justify-content: space-around;
}
.head{
  font-family: Nunito;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.82px;
  text-align: left;
  color: white;
}
.footer-frame-3{
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
  font-family: Nunito;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.37px;
  text-align: left;
  color: white; 
}
.footer-frame-3>ul{
  text-decoration: none;
  list-style-type: none;
  flex-direction: column;
  display: flex;
  gap:10px;
  margin: 0;
}
.footer-3{
  flex-basis: 25%;
  font-family: Nunito;
}
.sub-footer-3>h1{
  font-size: 16px;
  font-weight: 600;
  line-height: 21.82px;
  text-align: left;
  color: white;
  margin: 0;
}
.sub-footer-3{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap:10px;
  }
.sub-contact-us>span{
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: white;
}
.contact-us{
  margin-left: auto;
  margin-right: auto;  
  align-items: center;
  display: flex;
  flex-direction: column;
  }
.footer-5{
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: hsla(0, 0%, 24%, 1);
  color: white;
  justify-content: space-between;
  padding: 5px 80px 5px 80px;
}
.copyright{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:5px;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.copyright>p{
 margin: 0;
}
.policy>h1{
  font-family: Nunito;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.37px;
  text-align: left;
  color: hsla(0, 0%, 96%, 1); 
  margin: 0;
}
.buttons>button{
  width:220px;
}
@media only screen and (min-width:320px) and (max-width:424px){
  nav{
    padding: 8px 20px 8px 20px;
  }
  .vis{

    visibility: visible;
    display: contents;
  }
  .vis>svg{
    margin: 0;
  }
  .pages{
    display: none;
  }
  .sticky{
    height: 30px;
    padding: 0px 10px 0px 10px;
  }
  .location{
    gap:5px; 
  }
  .logos{
    gap:5px;
  }
  .logos>svg{
    height: 20px;
    width: 20px;
  }
  .location>svg{
    height: 20px;
    width: 20px;
  }
  .location>p{
    font-size: 9px;
    font-weight: 400;
    line-height: 16px;
  }
  .logo{
   gap:10px;
  }
  .logo>img{
    flex-basis: 50%;
    height: 40px;
  }
  .logo-text{
    margin-top: 1px;
    margin-bottom: 1px;
    height: 40px;
  }
  .logo-text>p{
    font-size: 8px;
    line-height: 12px;
  }
  .bg-img-container{
    height: 200px;
  }
  .bg-img-container>img{
    height: 100%;
    object-fit: cover;
  }
  section{
    gap:5px;
    margin-top: 70px;
  }
  section>p{
    font-size: 10px;
    line-height: 20px;
  }
  section>h1{
    font-size: 16px;
    line-height: 20px;
  }
  section>span{
    font-family: Nunito;
    font-size: 8px;
    font-weight: 300;
    line-height: 16px;
  }
  .width{
    padding-left:15px ;
    padding-right:15px ;
    padding-top:30px;
    gap:30px;
  }
 .buttons{
    gap:10px;
    display: flex;
    flex-direction: column;
  }
  button{
    height: 24px;
    padding: 10px 30px 10px 30px;
    font-size: 10px;
    line-height: 12px;
  }
 .info{
    display:flex;
    flex-direction: column;
    gap:32px;
 }
 .info-1{
    flex-basis: 100%;
    padding:30px 30px 30px 30px;
    gap:40px;
    border-radius: 12px 12px 12px 12px;
    border: none;
 }
 .sub-info-1>h1{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
 }
 .sub-info-1>p{
    font-size: 16px;
    line-height: 20px;
    text-align: left;
 }
 .sub-info-1{
    width:100%;
    gap:32px;
    display: flex;
    flex-direction: column;
 }
 .info-2{
    padding: 30px 30px 20px 30px;
    border-top:none;
    border-radius: 12px;
  }
 .contact{
    display: flex;
    flex-direction: column;
    gap:40px;
 }
 .contact-1{
    gap:12px;
 }
 .sub-contact-1>p{
    font-size: 10px;
    line-height: 12px;
 }
 .sub-contact-1>span{
    font-size: 20px;
    line-height: 24px;
 }
 .estimate{
    gap:32px;
    padding-bottom: 40px;
 }
 .estimate>h1{
    font-size: 28px;
    line-height: 36px;
 }
 .estimate>p{
    font-size: 14px;
    line-height: 18px;
 }
 .info-2>button{
    width:100%;
    padding: 15px;
 }
.about-us{
  flex-direction: column;
  gap:32px;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
 }
 .about-us-1{
  display: flex;
  flex-direction: column;
  gap: 12px;
 }
 .about-us-1>span{
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
 .about-us-1>h1{
  font-size:32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
 }
 .about-us-1>p{
  font-size: 10px;
  line-height: 18px;
  text-align: center; 
 }
 .about-us-1>button{
  margin-top: 20px;
  width: 100%;
 }
 .ratings{
  padding: 15px;
  padding-left: 20px;
  padding-right: 10px;
  border-radius: 4px;
  text-align: center;
  gap:10px;  
 }
 .sub-ratings>h1{
  font-size: 18px;
  font-weight: 900;
  line-height:24px;
  margin-left: 2px;
}
.sub-ratings>span{
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
}
.display{
  display: none;
 }
 .steps{
  gap:24px;
  padding-top:50px;
}
.steps-row{
  flex-direction: column;
  gap:20px;
}
.sub-step{
  border-radius: 8px;
}
.sub-step:hover{
 border-radius: 8px;
}
.sub-step>img{
  border-radius: 8px 8px 0px 0px;
}
.description{
  border-radius: 0px 0px 8px 8px;
}
.desc-content>img{
  height: 55px;
  width: 60px;
}
.description>h1{
  font-size: 24px;
  line-height: 36px;
}
.description>h3{
  font-size: 20px;
  line-height: 26px;
}
.description>p{
  font-size: 12px;
  line-height: 18px;
}
.testimonials>h1{
  font-size: 24px;
  line-height: 32px;
}
.testimonials-row{
  flex-direction: column;
  gap:36px;
}
.sub-testimonial{
  gap:5px;
}
.comment{
  gap: 4px;
  padding: 16px;
}
.comment>p{
  font-size: 12px;
  line-height: 18px;
}
.comment>h1{
  font-size: 20px;
  line-height: 28px;
}
footer{
  padding: 50px 20px 50px 20px;
  flex-direction: column;
}
.footer-1{
  flex-basis:100% ;
  flex-direction: column;
  gap:32px;
}
.footer-frame-1{
  display: flex ;
  flex-direction: row;
  gap:30px;
  width: 100%;
}
.footer-frame-1>img{
  width: 75px;
  height: 75px;
}
.footer-frame-1>p{
  font-size: 12px;
  line-height: 16px;
}
.timmings{
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  align-items: center;
}
.footer-frame-2{
  gap: 10px;
  font-size: 16px;
  line-height: 20px;
}
.head{
  margin-top: 100px;
}
.footer-frame-3{
  font-size: 12px;
  line-height: 14px;
}
.footer-frame-3>ul{
  padding: 10px;
}
.footer-3{
margin-top: 30px;
padding: 0;
}
.sub-footer-3{
  margin-left: 0;
  margin-right: 0;
  }
.sub-contact-us>span{
  font-size: 14px;
  line-height: 20px;
}
.contact-us{
  align-items: unset;
  margin-left: 15px;
}
.footer-5{
  padding: 5px 20px 5px 20px;
}
.copyright{
  gap:5px;
  font-size: 10px;
  line-height: 12px;
}
.copyright>p{
 margin: 0;
}
.copyright>svg{
  height: 14px;
  width: 14px;
}
}
@media only screen and (min-width:425px) and (max-width:767px){
  nav{
    padding: 10px 24px 10px 24px;
  }
  .vis{
    visibility: visible;
    display: contents;
  }
  .vis>svg{
    margin: 0;
  }
  .pages{
    display: none;
  }
  .sticky{
    height: 36px;
    padding: 0px 14px 0px 14px;
  }
  .location{
    gap:8px; 
  }
  .logos{
    gap:8px;
  }
  .logos>svg{
    height: 24px;
    width: 24px;
  }
  .location>svg{
    height: 24px;
    width: 24px;
  }
  .location>p{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  .logo{
   gap:12px;
  }
  .logo>img{
    flex-basis: 50%;
    height: 44px;
  }
  .logo-text{
    margin-top: 1px;
    margin-bottom: 1px;
    height: 40px;
  }
  .logo-text>p{
    font-size: 10px;
    line-height: 14px;
  }
  .bg-img-container{
    height: 250px;
  }
  .bg-img-container>img{
    height: 100%;
    object-fit: cover;
  }
  section{
    gap:8px;
    margin-top: 80px;
  }
  section>p{
    font-size: 12px;
    line-height: 24px;
  }
  .width{
    padding-left:20px ;
    padding-right:20px ;
    padding-top:40px;
    gap:30px;
  }
 .buttons{
    gap:12px;
    display: flex;
    flex-direction: column;
  }
  button{
    height: 24px;
    padding: 14px 34px 14px 34px;
    font-size: 10px;
    line-height: 14px;
  }
 .info{
    display:flex;
    flex-direction: column;
    gap:34px;
 }
 .info-1{
    flex-basis: 100%;
    padding:30px 30px 30px 30px;
    gap:40px;
    border-radius: 12px 12px 12px 12px;
    border: none;
 }
 .sub-info-1>h1{
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
 }
 .sub-info-1>p{
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    font-weight: 400;
 }
 .sub-info-1{
    width:100%;
    gap:36px;
    display: flex;
    flex-direction: column;
 }
 .info-2{
    padding: 30px 30px 20px 30px;
    border-top:none;
    border-radius: 12px;
  }
 .contact{
    display: flex;
    flex-direction: column;
    gap:44px;
 }
 .contact-1{
    gap:16px;
 }
 .sub-contact-1>p{
    font-size: 12px;
    line-height: 14px;
 }
 .sub-contact-1>span{
    font-size: 22px;
    line-height: 26px;
 }
 .estimate{
    gap:36px;
    padding-bottom: 44px;
 }
 .estimate>h1{
    font-size: 32px;
    line-height: 40px;
 }
 .estimate>p{
    font-size: 18px;
    line-height: 28px;
 }
 .info-2>button{
    width:100%;
    padding: 18px;
    font-size: 14px;
 }
.about-us{
  flex-direction: column;
  gap:36px;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
 }
 .about-us-1{
  display: flex;
  flex-direction: column;
  gap: 16px;
 }
 .about-us-1>span{
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
 .about-us-1>h1{
  font-size:36px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
 }
 .about-us-1>p{
  font-size: 12px;
  line-height: 24px;
  text-align: center; 
 }
 .about-us-1>button{
  margin-top: 30px;
  width: 100%;
  font-size: 14px;
 }
 .ratings{
  padding: 20px;
  padding-left: 24px;
  padding-right: 16px;
  border-radius: 8px;
  text-align: center;
  gap:14px;  
 }
 .sub-ratings>h1{
  font-size: 24px;
  font-weight: 900;
  line-height:24px;
  margin-left: 2px;
}
.sub-ratings{
  gap:10px;
  display: flex;
  flex-direction: column;
}
.sub-ratings>span{
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}
.display{
  display: none;
 }
 .steps{
  gap:24px;
  padding-top:50px;
}
.steps-row{
  flex-direction: column;
  gap:20px;
}
.sub-step{
  border-radius: 8px;
}
.sub-step:hover{
 border-radius: 8px;
}
.sub-step>img{
  border-radius: 8px 8px 0px 0px;
}
.description{
  border-radius: 0px 0px 8px 8px;
}
.desc-content>img{
  height: 55px;
  width: 60px;
}
.description>h1{
  font-size: 28px;
  line-height: 40px;
}
.description>h3{
  font-size: 24px;
  line-height: 30px;
}
.description>p{
  font-size: 16px;
  line-height: 24px;
}
.testimonials>h1{
  font-size: 24px;
  line-height: 32px;
}
.testimonials-row{
  flex-direction: column;
  gap:36px;
}
.sub-testimonial{
  gap:5px;
}
.comment{
  gap: 10px;
  padding: 16px;
}
.comment>p{
  font-size: 14px;
  line-height: 22px;
}
.comment>h1{
  font-size: 22px;
  line-height: 20px;
}
footer{
  padding: 50px 20px 50px 20px;
  flex-direction: column;
}
.footer-1{
  flex-basis:100% ;
  flex-direction: column;
  gap:32px;
}
.footer-frame-1{
  display: flex ;
  flex-direction: row;
  gap:30px;
  width: 100%;
}
.footer-frame-1>img{
  width: 78px;
  height: 78px;
}
.footer-frame-1>p{
  font-size: 14px;
  line-height: 20px;
}
.timmings{
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  align-items: center;
}
.footer-frame-2{
  gap: 10px;
  font-size: 16px;
  line-height: 20px;
}
.head{
  margin-top: 70px;
}
.footer-frame-3{
  font-size: 12px;
  line-height: 14px;
}
.footer-frame-3>ul{
  padding: 10px;
}
.footer-3{
margin-top: 30px;
padding: 0;
}
.sub-footer-3{
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-contact-us{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px
}
.sub-contact-us>span{
  font-size: 14px;
  line-height: 20px;
}
.contact-us{
  align-items: unset;
  margin-left: 15px;
}
.footer-5{
  padding: 5px 20px 5px 20px;
}
.copyright{
  gap:6px;
  font-size: 12px;
  line-height: 12px;
}
.copyright>p{
 margin: 0;
}
.copyright>svg{
  height: 14px;
  width: 14px;
}
}
@media only screen and (min-width:768px) and (max-width:1023px){
  nav{
    padding: 10px 24px 10px 24px;
  }
  .vis{
    visibility: visible;
    display: contents;
  }
  .vis>svg{
    margin: 0;
  }
  .pages{
    display: none;
  }
  .sticky{
    height: 36px;
    padding: 0px 14px 0px 14px;
  }
  .location{
    gap:8px; 
  }
  .logos{
    gap:8px;
  }
  .logos>svg{
    height: 24px;
    width: 24px;
  }
  .location>svg{
    height: 24px;
    width: 24px;
  }
  .location>p{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  .logo{
   gap:12px;
  }
  .logo>img{
    flex-basis: 50%;
    height: 44px;
  }
  .logo-text{
    margin-top: 1px;
    margin-bottom: 1px;
    height: 40px;
  }
  .logo-text>p{
    font-size: 10px;
    line-height: 14px;
  }
  .bg-img-container{
    height: 250px;
  }
  .bg-img-container>img{
    height: 100%;
    object-fit: cover;
  }
  section{
    gap:8px;
    margin-top: 70px;
  }
  section>p{
    font-size: 14px;
    line-height: 24px;
  }
  .width{
    padding-left:20px ;
    padding-right:20px ;
    padding-top:40px;
    gap:30px;
  }
 .buttons{
    gap:12px;
    display: flex;
    flex-direction: column;
  }
  button{
    height: 24px;
    padding: 14px 34px 14px 34px;
    font-size: 10px;
    line-height: 14px;
  } 
 .display{
   display: none;
  }
  .info-1{
    padding:40px 40px 36px 40px;
    gap:40px;
   }
   .sub-info-1>h1{
      font-size: 30px;
      line-height: 46px;
   }
   .sub-info-1>p{
      font-size: 18px;
      line-height: 24px;
   }
   .sub-info-1{
      width:90%;
      gap:24px;
   }
   .info-2{
    padding:40px 40px 36px 40px;
    }
   .contact{
      gap:24px;
    }
   .contact-1{
      gap:8px;
    }
   .contact-1>svg{
    height:40px;
    width: 40px;
   }
   .sub-contact-1>span{
      font-size: 18px;
   }
   .sub-contact-1>p{
    font-size: 10px;
  }
   .estimate{
    gap:22px;
    padding-bottom: 18px;
    border-bottom: 1px solid slategrey;
    height: 60%;
   }
   .estimate>h1{
    font-size: 22px;
    line-height: 36px;
   }
   .estimate>p{
    font-size: 12px;
    line-height: 18px;
   }
   .info-2>button{
    margin-top: 24px;
   }
   .info-2>button{
    padding:10px 20px 10px 20px;
    font-size: 12px;
    height: 36px;
   }
   
 .about-us{
  gap:80px;
  margin-top: 40px;
 }
 .about-us-1{
  gap: 8px;
 }
 .about-us-1>span{
  font-size: 10px;
  line-height: 12px;
}
 .about-us-1>h1{
  font-size: 26px;
  line-height: 36px;
 }
 .about-us-1>p{
  font-size: 10px;
  line-height: 14px;
 }
 .about-us-1>button{
  width: 100%;
  font-size: 12px;
 }
 .ratings{
  padding: 20px 70px 30px 100px;
 }
 .sub-ratings>h1{
  font-size: 36px;
  line-height: 52px;
 }
.sub-ratings>span{
  font-size: 12px;
  line-height: 12px;
}
.description>h1{
  font-size: 24px;
  line-height: 40px;
}
.description>h3{
  font-size: 18px;
  line-height: 30px;
}
.description>p{
  font-size: 12px;
  line-height: 18px;
}
.testimonials>h1{
  font-size: 26px;
  line-height: 34px;
}
.comment{
  padding:8px;
}
.comment>p{
  font-size: 12px;
  line-height: 20px;
}
.comment>h1{
  font-size: 20px;
  line-height: 28px;
}
footer{
  padding: 32px 30px 32px 30px;
}
.footer-1{
  gap:32px;
}
.footer-frame-1{
  gap:28px;
  flex-direction: column;
}
.footer-frame-1>img{
  width: 100px;
  height: 100px;
}
.footer-frame-1>p{
  font-size: 10px;
}
.timmings{
  gap: 10px;
}
.footer-frame-2{
  gap: 14px;
  font-size: 16px;
}
.footer-frame-3>ul{
  padding: 0;
}
.footer-frame-2>p{
margin: 0;
}
.footer-2{
  flex-basis:40% ;
  justify-content: space-around;
}
.footer-frame-3{
 font-size: 12px;
}
.footer-3{
  flex-basis: 40%;
}
.copyright{
  font-size: 14px;
}
}
@media only screen and (min-width:1024px) and (max-width:1439px){
  .sticky{
    height:40px;
    height: auto;
    padding: 0px 20px 0px 20px;
  }
  .location{
    gap:5px; 
  }
  .location>svg{
    height: 20px;
    width: 20px;
  }
  .logos{
    gap:7px;
  }
  .logos>svg{
    height: 20px;
    width: 20px;
  }
  .location>p{
    font-size: 14px;
  }
  .logo{
   gap:10px;
  }
  .logo>img{
    height: 50px;
  }
  .logo-text{
    margin-top: 2px;
    margin-bottom: 2px;
    height: 48px;
  }
  .vis{
    visibility: hidden;
    display: none;
  }
  .pages{
    gap: 25px;
  }
  .pages>ul{
    gap:30px;
  }
  .pages>ul>li{
    font-size: 14px;
  }
  .pages>button{
    padding: 7px 20px 7px 20px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 22px;
  } 
  section{
    gap:7px;
    margin-top: 110px;
  }
  section>p{
    font-size: 16px;
    line-height: 20px;
  }
  section>h1{
    font-size: 28px;
    line-height: 36px;
  }
  section>span{
    font-size: 12px;
    line-height: 16px;
  }
 .buttons{
    gap:24px;
  }
  button{
    padding: 7px 25px 7px 25px;
    font-size: 14px;
  }
 .width{
  padding-left:50px ;
  padding-right:50px ;
  padding-top:60px;
  gap:30px;
}
 .info-1{
  padding:40px 40px 36px 40px;
  gap:50px;
 }
 .sub-info-1>h1{
    font-size: 32px;
    line-height: 40px;
 }
 .sub-info-1>p{
    font-size: 18px;
    line-height: 24px;
 }
 .sub-info-1{
    width:90%;
    gap:24px;
 }
 .info-2{
  padding:40px 40px 36px 40px;
  }
 .contact{
    gap:36px;
 }
 .contact-1{
    gap:10px;
 }
 .contact-1>svg{
  height:45px;
  width: 40px;
 }
 .sub-contact-1>span{
    font-size: 22px;
 }
 .estimate{
  gap:22px;
  padding-bottom: 15px;
  height: 60%;
 }
 .estimate>h1{
  font-size: 28px;
  line-height: 40px;
 }
 .estimate>p{
  font-size: 14px;
  line-height: 18px;
 }
 .info-2>button{
  margin-top: 20px;
 }
 .info-2>button{
  padding:10px 20px 10px 20px;
  font-size: 14px;
 }
 .about-us{
  gap:150px;
  margin-top: 50px;
 }
 .about-us-1{
  gap: 14px;
 }
 .about-us-1>span{
  font-size: 12px;
  line-height: 16px;
}
 .about-us-1>h1{
  font-size: 34px;
  line-height: 38px;
 }
 .about-us-1>p{
  font-size: 12px;
  line-height: 16px;
 }
 .about-us-1>button{
  width: 100%;
  font-size: 12px;
 }
 
 .ratings{
  padding: 25px 80px 35px 110px;
 }
 .sub-ratings>h1{
  font-size: 40px;
  line-height: 56px;
 }
.sub-ratings>span{
  font-size: 14px;
  line-height: 18px;
}
.description>h1{
  font-size: 28px;
  line-height: 40px;
}
.description>h3{
  font-size: 20px;
  line-height: 30px;
}
.description>p{
  font-size: 14px;
  line-height: 20px;
}
.testimonials>h1{
  font-size: 26px;
  line-height: 34px;
}
.comment>p{
  font-size: 14px;
  line-height: 20px;
}
.comment>h1{
  font-size: 22px;
  line-height: 30px;
}
footer{
  padding: 48px 66px 48px 66px;
}
.footer-1{
  gap:40px;
}
.footer-frame-1{
  gap:28px;
}
.footer-frame-1>p{
  font-size: 11px;
}
.timmings{
  gap: 12px;
}
.footer-frame-2{
  gap: 14px;
  font-size: 16px;
}
.footer-frame-2>p{
margin: 0;
}
.footer-2{
  flex-basis:40% ;
  justify-content: space-around;
}
.footer-frame-3{
 font-size: 12px;
}
.footer-3{
  flex-basis: 40%;
}
.copyright{
  font-size: 14px;
}
}
@media only screen and (min-width:2000px){
  .sticky{
    height: 50px;
    padding: 10px 35px 10px 35px;
  }
  .location{
    gap:15px; 
  }
  .location>svg{
    height: 45px;
    width: 45px;
  }
  .logos{
    gap:20px;
  }
  .logos>svg{
    height: 50px;
    width: 50px;
  }
  .location>p{
    font-size: 28px;
    line-height: 30px;
  }
  nav{
    padding: 16px 32px 16px 32px;
  }
  .logo{
   display: flex;
   flex-direction: row;
   gap:15px;
  }
  .logo>img{
    height: 120px;
  }
  .logo-text{
    height: 100px;
  }
  .logo-text>p{
    font-size: 24px;
    line-height: 36px;
  }
  .vis{
    visibility: hidden;
    display: none;
  }
  .pages{
    height: 100px;
    gap: 50px;
    justify-content: center;
    align-items: center;
  }
  .pages>ul{
    gap:100px;
  }
  .pages>ul>li{
    font-size: 28px;
    line-height: 36px;
    width:80px;
  }
  .pages>button{
    padding: 32px 40px 32px 40px;
    font-size: 30px;
    line-height: 38px;
    border-radius: 16px;
  }
  .bg-img-container{
    width: 100%;
  }
  section{
  gap:30px;
  margin-top: 280px;
  }
  section>p{
  font-size: 30px;
  line-height: 24px;
  }
  section>h1{
  font-size: 50px;
  line-height: 56px;
  }
  section>span{
  font-size: 26px;
  line-height: 28px;
  }
  .width{
  padding-top:120px;
  gap:70px;
 }
 .buttons{
  gap:50px;
 }
 .buttons>button{
  height: 60px;
  padding: 10px ;
  border-radius: 12px;
  font-size: 24px;
  line-height: 24px;
  width:350px;
 }
 .info-1{
  padding:54px 72px 54px 72px;
  gap:86px;
  border-radius: 16px 0px 0px 16px;
  border-top: 3px solid hsla(49, 99%, 50%, 1);
 }
 .sub-info-1>h1{
  font-size: 44px;
  line-height: 48px;
 }
 .sub-info-1>p{
  font-size: 36px;
  line-height: 44px;
 }
 .sub-info-1{
  width:80%;
 }
 .info-2{
  padding:54px 72px 54px 72px;
  border-radius: 0px 12px 12px 0px;
  border-top: 3px solid rgb(216, 49, 46);
  }
 .contact{
  gap:72px;
 }
 .contact-1{
  gap:24px;
 }
 .sub-contact-1>p{
  font-size: 24px;
  line-height: 28px;
 }
 .contact-1>svg{
  height: 66px;
  width: 66px;
 }
 .sub-contact-1>span{
  font-size: 38px;
  line-height: 44px;
 }
 .estimate{
  gap:40px;
 }
 .estimate>h1{
  font-size: 44px;
  line-height: 48px;
 }
 .estimate>p{
  font-size: 28px;
  line-height: 36px;
 }
 .info-2>button{
  margin-top: 40px;
  padding:30px 40px 30px 40px;
  font-size: 24px;
  border-radius: 16px;
 }
 .about-us{
  gap:200px;
  margin-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
 }
 .about-us-1{
  gap: 36px;
 }
 .about-us-1>span{
  font-size: 24px;
  line-height: 28px;
}
 .about-us-1>h1{
  font-size: 58px;
  line-height: 64px;
 }
 .about-us-1>p{
  font-size: 22px;
  line-height: 36px;
 }
 .about-us-1>button{
  width: 50%; 
  height:62px;
  border-radius: 16px;
  font-size: 22px;
 }
 .about-us-2>a>img{
  border-radius: 16px;
 }
 .ratings{
  padding: 60px 100px 60px 100px;
 }
 .sub-ratings>h1{
  font-size: 62px;
  line-height: 72px;
 }
.sub-ratings>span{
  font-size: 24px;
  line-height: 32px;
}
.sub-step{
  border-radius: 16px;
  border-bottom: 3px solid hsla(49, 99%, 50%, 1);
}
.sub-step:hover{
 border-radius: 0px 0px 16px 16px;
 border-bottom: 3px solid hsla(49, 99%, 50%, 1);
}
.sub-step>img{
  border-radius: 16px 16px 0px 0px;
}
.description{
  border-radius: 0px 0px 16px 16px;
}
.description>h1{
  font-size: 44px;
  line-height: 52px;
}
.description>h3{
  font-size: 38px;
  line-height: 44px;
}
.description>p{
  font-size: 24px;
  line-height: 32px;
}
.testimonials>h1{
  font-size: 44px;
  line-height: 52px;
}
.testimonials-row{
  gap:56px;
}
.sub-testimonial{
  gap:15px;
}
.sub-testimonial:hover{
  border-radius:  16px 16px 0px 0px;
}
.sub-testimonial>img{
  border-radius: 16px;
}
.comment{
  gap: 16px;
}
.comment>p{
  font-size: 24px;
  line-height: 32px;
}
.comment>h1{
  font-size: 32px;
  line-height: 40px;
}
footer{
  padding: 70px 100px 70px 100px;
}
.footer-1{
  gap:60px;
}
.footer-frame-1{
  gap:50px;
}
.footer-frame-1>img{
  width: 150px;
  height: 150px;
  border-radius: 16px;
}
.footer-frame-1>p{
  font-size: 26px;
  line-height:40px;
}
.timmings{
  gap: 28px;
}
.footer-frame-2>svg{
  height: 30px;
  width: 30px;
}
.footer-frame-2{
  gap: 16px;
  font-size: 28px;
  line-height: 36px;
}
.head{
  font-size: 28px;
  line-height: 36px;
}
.footer-frame-3{
  font-size: 22px;
  line-height: 30px;
}
.footer-frame-3>ul{
  gap:20px;
  margin: 0;
}
.sub-footer-3>h1{
  font-size: 28px;
  line-height:32px;
}
.sub-footer-3{
  gap:18px;
}
.sub-contact-us{
  align-items: center;
  display: flex;
  gap:14px;
}
.sub-contact-us>span{
  font-size: 24px;
  line-height: 28px;
}
.sub-contact-us>svg{
  height:30px;
  width: 30px;
}
.footer-5{
  padding: 20px 100px 20px 100px;
}
.copyright{
  gap:10px;
  font-size: 24px;
  line-height: 32px;
}
.copyright>svg{
  height: 24px;
  width: 24px;
}
.policy>h1{
  font-size: 22px;
  line-height:28px;
}
}