@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
.tempg{
    background-color: bisque;
    border: 3px solid salmon;
}
html {
    height: 100%;
}

a{
    text-decoration: none;
}

.foot{
    /* width: 90vh; */
    height: 40px;
    margin-top: 40px;
}
svg{
    margin: 20px 20px;
}
body{
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;

    background: linear-gradient(248.66deg, #FFF1F1 0%, #E9F8FB 100%);
    font-family: 'Poppins', sans-serif;
}
#topb{
    margin-top: 80px ;
    margin-bottom: 50px ;
}

#mains{
    /* padding: 30px; */
    background: repeating-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 49.9%,rgba(255, 255, 255, 0.5) 50.1%, rgba(255, 255, 255, 0.5) 100%);

}
.brand-logo-img{
    max-width: 230px;
    width: 100%;
}

#form{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 60px;
    width: 550px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

#form #form-inner{
    margin-left: 25px;
}

.fields{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.221);
    border-radius: 8px;
    height: 40px;
    padding: 8px 12px;
    width: 90%;
    
}

.area{
    height: 125px;;
}
#mains img{
   float: right;
}


h2{
 width: 90%;
 font-weight: 700;
}
.bluee{
    color: #0863B0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4A4A4A;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4A4A4A;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #4A4A4A;
  }

  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
      outline: none;
      
  }

  input[type=submit]{
      width: 90%;
      height:40px;
      background-color: #0863B0;
      border-radius: 8px;
      border: none;
      color: white;
  }


  @media only screen and (max-width: 1200px){
    #mains img{
          width: 50vw ;
      }

    #form{
        width: 500px;
        height: auto;
        padding: 50px 30px;

    }
    .fields{
        width: 95%;
        height: 40px;
        padding: 8px;
    }
    .area{
        height: 100px;
    }
    input[type=submit]{
        width: 95%;
    }
  }

  @media only screen and (max-width: 992px){

    #mains{
        background: repeating-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 49.9%,rgba(255, 255, 255, 0) 50.1%, rgba(255, 255, 255, 0) 100%);
    }
    #mains img{
            margin-top: 50px;
          width: 90vw ;
          float:none;         
          
      }

    #form{
        margin-left: auto;
        margin-right: auto;
        width: 500px;
        height: auto;
        padding: 50px 30px;

    }
    .fields{
        width: 95%;
        height: 40px;
        padding: 8px;
    }
    .area{
        height: 100px;
    }
    input[type=submit]{
        width: 95%;
    }
  }


  @media only screen and (max-width: 500px){
    #mains img{
          margin-top: 50px;
          width: 90vw ;

          margin-left: 0px;       
          
      }




    #form{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: auto;
        padding: 50px 15px;

    }
    



  }

  #enq-form {
    position: relative;
  }
  #enq-form .dropdown-menu {
    left: 0;
    right: 0;
    min-width: auto;
    max-height: 210px;
    overflow-y: scroll;
  }
  #enq-form .dropdown-menu .dropdown-item {
    white-space: normal;
    padding: 0.2rem 1.5rem;
  }
