
body::-webkit-scrollbar{
  height: 0%;
  width: 0%;
}

.contactusbody{
  margin-top: 0rem;
  flex: 1;
  
}
.contactusbox{
  height: 345px;
  background: white;
  box-shadow: 0px 141px 200px -80px rgba(25, 58, 75, 0.3);
  border-radius: 50px;
  margin: 0rem 2rem;
}
.contactustxt{
  font-weight: 700;
  font-size: 40px;
  line-height: 80px;
  letter-spacing: 0.2px;
  color: #252B42;
  
}
.getintouch{
font-weight: 700;
font-size: 30px;
line-height: 66px;
color:black;
}
.changecolor{
  color:#B79A88;
}
.desc{
font-weight: 600;
font-size: 12px;
line-height: 24px;
/* or 171% */

letter-spacing: 0.01em;

color: #000000;


}
.pdesc{
  font-weight: 400;
font-size: 16px;
color: #000000;
}

.leftcol{

  padding: 2rem 3rem !important;
  height: 100%;
 
}
.rightcol{
  background: #5F8F90;
  border-radius: 0px 50px 50px 0px;
  height: 100%;
}

@media screen and (max-width:755px) {
  .pdesc{
   
  font-size: 14px;
  
  }
  
}
@media screen and (max-width:768px) {
  .footer{
    position: relative;
  }
  .contactusbox{
    margin-bottom: 1.5rem;
  }
  .contactustxt{
    
    font-size: 35px;
   
  }
}
  @media screen and (max-width:650px) {
    .pdesc{
     
    font-size: 13px;
    
    }
    .contactustxt{
    
      font-size: 30px;
     
    }
    
  }

  @media screen and (max-width:576px) {
    .pdesc{
     
    font-size: 13px;
    
    }
    .rightcol{
      display: none;
    }
    
    
  }
  @media screen and (max-width:520px) {
    .contactusbody{
      height: 466px;
    }
    
    
  }
  @media screen and (max-width:425px) {
    .pdesc{
     
    font-size: 10px;
    
    }
    
    
    
  }
  @media screen and (max-width:325px) {
    .pdesc{
     
    font-size: 8px;
    
    }
    .contactusbox{
      height: 50% !important;
    }
    .getintouch{
      line-height: 40px;
    }
    
  }