.consultation{
    background-image: url("image/home/blue bg.jpg") ;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .bg-blue{
    background-color: #00206C;
 }
 .header{
  background-image: url("image/home/header.png") ;
  background-repeat: no-repeat;
  background-size: cover;

 }

  .consultationwhite{
    background: rgba(248, 250, 251, 0.69);
    
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 10px;
  }
 @media only screen and (max-width: 992px) {
  .half1{
  background-image: url("image/home/half1.svg") ;
  background-size: 0%;
  }
  
 }
 @media only screen and (max-width: 378px) {
  .heading{
   font-size: smaller;
  }
 }
 @media only screen and (max-width: 344px) {
   .heading{
    font-size: small;
   }
  }
  @media only screen and (max-width: 341px) {
   .heading{
    font-size: x-small;
   }
  }
  @media only screen and (max-width: 303px) {
   .heading{
    display: none;
   }
  }
 @media only screen and (min-width: 326px) {
  .arrow{
  width: 326px !important;
  }
}
@media only screen and (max-width: 968px) {
  .sent{
   width: 100px !important;
  }
 }
 @media only screen and (max-width: 575px) {
  .contacts{
   width: 100% !important;
  }
 }
 @media only screen and (max-width: 767px) {
  .half1{
padding: 30px;
  }
}
@media only screen and (max-width: 561px) {
  .copyright{
    font-size: revert;
  }
  
 }