.contactPage{
    background: #EEFAFF;
    padding-top: 17px;
  } 
  .innerBreadcum{
      background: #EEFAFF;
  } 
  .service-section{
     background: linear-gradient(0deg, #EFFCFF 24.5%, rgba(241, 253, 255, 0.00) 94.17%);
  }
  .contact-form{
    width: 100%;
    max-width: 768px;
    margin: auto;
    padding: 31px 77px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 10px 27.8px 0px rgba(0, 0, 0, 0.14);  
  } 
  .contact-form .btn-primary{
    height: 60px;
    width: 100%;
    font-size: 20px;
  } 
  .contact-form textarea{
    resize: none;
  }
  /* width */
  .contact-form select{
    scrollbar-width: thin;
  }
  .contact-form select::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  .contact-form select::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .contact-form select::-webkit-scrollbar-thumb {
    background: #D9D9D9; 
  }
  
  /* Handle on hover */
  .contact-form select::-webkit-scrollbar-thumb:hover {
    background: #D9D9D9; 
  }
  
  .custom_uplaod {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      border-radius: 10px;
      border: 1px dashed #828282;
      background: #F3F3F3;
      margin-bottom: 50px;
  }
  .custom_uplaod .file-input {
        display: none;
  }
  .custom_uplaod label {
      width: 100%;
      height: 100%;
      padding: 22px 10px 48px;
     position: relative; 
    margin: 0 0 0px;
    line-height: 22px;
     height: 100px;
  }
  .custom_uplaod label .orLabel{
    color: #6A6A6A;
    font-size: 17px;
    font-weight: 400;
    line-height: 1px; /* 25.5px */
  }
  .custom_uplaod label .btn-primary {
      background: #767676;
      color: #fff;
      width: auto;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      max-width: fit-content;
      bottom: -28px;
         height: 42px; 
      font-size: 16px;   
  }
  div#image-preview p{
    padding-right: 30px;
    position: relative;
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    margin: 0 0 3px;
  }
  div#image-preview p:before {
      transform: rotate(45deg);
      height: 20px;
      width: 10px;
      border-bottom: 3px solid #04F495;
      border-right: 3px solid #04F495;
      content: "";
      position: absolute;
      right: 0;
      top:2px;
  }
  
  
  /**==================mobile responsive code================**/
  @media only screen and (max-width: 1200px){
   .contact-form{
    filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.14));
     padding: 20px;
   } 
  .contact-form .btn-primary{
    height: 42px;
    font-size: 16px;
  } 
  .custom_uplaod{
    border-radius: 6px;
  }
  .custom_uplaod label{
    height: 71px;
    padding: 14px 6px 35px;
    line-height: 15px;
  }
  .custom_uplaod label .orLabel{
      font-size: 14px;
      line-height: 0px;
  }
  .custom_uplaod label .btn-primary {
      bottom: -18px;
      height: 34px;
      font-size: 14px;
      padding: 7px 22px;
  }
  .custom_uplaod label .btn-primary img{
    width: 12px;
    height: 12px;
    object-fit: contain;
  }
  div#image-preview p{
    font-size: 14px;
    margin-bottom: 2px;
    padding-right: 20px;
  }
  div#image-preview p:before {
      height: 15px;
      width: 6px;
      border-bottom: 2px solid #04F495;
      border-right: 2px solid #04F495;
  }
  .heading_center p br:nth-child(2){
    display: none;
  }
  }