::-webkit-scrollbar {
    display: none;
}
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.middle{
    background-color: #fff;
}
.navbar{
    margin: 0 25px;
}
.apply{
    display:none !important;
}
.logo{
    width: 165px;
}
.cover{
    width:100%;
    height:100px;
    background-color:#fff;
    margin-top: -6%;
    z-index: 99999;
    position:absolute;
}
.nav-item{
    margin-right: 20px;
    font-weight: 600;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.apply{
  padding: 2px 25px;
  font-weight: 600;
  color: gray;
  font-size: 1rem;
  border: 1px solid rgba(0,0,0,.55);
}
.apply:hover{
  color: #fff;
  background-color: rgba(0,0,0,.55);
}
.banner{
    background-color: #344871;
    color: #fff;
    width: 100%;
    height: 190px;
}
.contacts-form{
    text-align: center;
    padding-top: 3%;
}
  .some {
    text-align: center;
    font-size: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
 
  input{
    border-radius: 5px;
    border: 0.5px solid;
    margin: 10px 0;
    height: 40px;
    background-color: #F3F3F3;
    padding: 1.5%;
  }
  .form-input{
    width: 400px;
  }
  .extras{
    border-radius: 5px;
    border: 0.5px solid;
    /*margin: 10px 0 -15px 17%;*/
    height: 40px;
    background-color: #F3F3F3;
    padding: 1.5%;
    color: gray;
  }
  .checks{
    text-align: left;
    /*margin-left: 17%;*/
  }
#subject{
    border-radius: 5px;
    border: 0.5px solid;
    margin: 10px 0;
    background-color: #F3F3F3;
    padding: 1.5%;
    width: 400px;
}
.help{
    background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);
    padding: 0 155px;
}
.contact-us{
        display: flex;
    align-items: center;
    justify-content: center;
}
.adjust{
    width: 99%;
}
.img-left{
    width: 90%;
    margin-left: 15%;
    margin-top:55%;
}
.img-right{
    width: 90%;
    margin-left: -20%;
    margin-top: 125%;
}
.map{
    border: 0.5px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.touch{
    margin: 5% 3%;
}
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;700;900&display=swap");

.header {
  margin: -10% auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Exo 2", sans-serif;
}

.title-wrapper {
  display: grid;
  align-items: center;
  justify-content: center;
  /* transform: skew(0, -10deg); */
}
.title-wrapper h1{
  font-weight: 700;
}

.details{
    margin-top: 10%;
    margin-left: 8%;
    font-family: 'Libre Baskerville', serif;
}
.inner-details{
    margin-top: -7%;
    margin-left: 30%;
    /* color: #D0A2F7; */
    color: #3E5178;
}
.details h3{
    color: #00A9FF;
}
.mapping{
    width:675px;
    height: 450px;
}

/* loading animation */

.loading{
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
}

.container2 {
    height: 100px;
    width: 86px;
    transform: scale(0.5);
    position: absolute;
    left: 45%;
    top: 25%;
  }
  
  .cube {
    position: absolute;
    width: 86px;
    height: 100px;
  }
  
  .right {
    background: #E79C10;
    transform: rotate(-30deg) skewX(-30deg) translate(49px, 65px) scaleY(0.86);
  }
  
  .left {
    background: #D53A33;
    transform: rotate(90deg) skewX(-30deg) scaleY(0.86) translate(25px, -50px);
  }
  
  .top {
    background: #1d9099;
    transform: rotate(210deg) skew(-30deg) translate(-75px, -22px) scaleY(0.86);
    z-index: 2;
  }
  
  .face {
    height: 50px;
    width: 50px;
    position: absolute;
    transform-origin: 0 0;
  }
  
  .h1.w1.l1 {
    z-index: -1;
    animation-name: h1w1l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w1l1 {
    0% {
      transform: translate(0%, -100%);
    }
    14% {
      transform: translate(-50%, -125%);
    }
    28% {
      transform: translate(0%, -150%);
    }
    43% {
      transform: translate(0%, -200%);
    }
    57% {
      transform: translate(50%, -175%);
    }
    71% {
      transform: translate(0%, -150%);
    }
    85% {
      transform: translate(0%, -100%);
    }
    100% {
      transform: translate(0%, -100%);
    }
  }
  .h1.w1.l2 {
    z-index: -1;
    animation-name: h1w1l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w1l2 {
    0% {
      transform: translate(50%, -75%);
    }
    14% {
      transform: translate(50%, -75%);
    }
    28% {
      transform: translate(100%, -100%);
    }
    43% {
      transform: translate(100%, -150%);
    }
    57% {
      transform: translate(100%, -150%);
    }
    71% {
      transform: translate(50%, -125%);
    }
    85% {
      transform: translate(50%, -75%);
    }
    100% {
      transform: translate(50%, -75%);
    }
  }
  .h1.w1.l3 {
    z-index: -1;
    animation-name: h1w1l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w1l3 {
    0% {
      transform: translate(100%, -50%);
    }
    14% {
      transform: translate(150%, -25%);
    }
    28% {
      transform: translate(200%, -50%);
    }
    43% {
      transform: translate(200%, -100%);
    }
    57% {
      transform: translate(150%, -125%);
    }
    71% {
      transform: translate(100%, -100%);
    }
    85% {
      transform: translate(100%, -50%);
    }
    100% {
      transform: translate(100%, -50%);
    }
  }
  .h1.w2.l1 {
    z-index: -1;
    animation-name: h1w2l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w2l1 {
    0% {
      transform: translate(-50%, -75%);
    }
    14% {
      transform: translate(-100%, -100%);
    }
    28% {
      transform: translate(-100%, -100%);
    }
    43% {
      transform: translate(-100%, -150%);
    }
    57% {
      transform: translate(-50%, -125%);
    }
    71% {
      transform: translate(-50%, -125%);
    }
    85% {
      transform: translate(-50%, -75%);
    }
    100% {
      transform: translate(-50%, -75%);
    }
  }
  .h1.w2.l2 {
    z-index: -1;
    animation-name: h1w2l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w2l2 {
    0% {
      transform: translate(0%, -50%);
    }
    14% {
      transform: translate(0%, -50%);
    }
    28% {
      transform: translate(0%, -50%);
    }
    43% {
      transform: translate(0%, -100%);
    }
    57% {
      transform: translate(0%, -100%);
    }
    71% {
      transform: translate(0%, -100%);
    }
    85% {
      transform: translate(0%, -50%);
    }
    100% {
      transform: translate(0%, -50%);
    }
  }
  .h1.w2.l3 {
    z-index: -1;
    animation-name: h1w2l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w2l3 {
    0% {
      transform: translate(50%, -25%);
    }
    14% {
      transform: translate(100%, 0%);
    }
    28% {
      transform: translate(100%, 0%);
    }
    43% {
      transform: translate(100%, -50%);
    }
    57% {
      transform: translate(50%, -75%);
    }
    71% {
      transform: translate(50%, -75%);
    }
    85% {
      transform: translate(50%, -25%);
    }
    100% {
      transform: translate(50%, -25%);
    }
  }
  .h1.w3.l1 {
    z-index: -1;
    animation-name: h1w3l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w3l1 {
    0% {
      transform: translate(-100%, -50%);
    }
    14% {
      transform: translate(-150%, -75%);
    }
    28% {
      transform: translate(-200%, -50%);
    }
    43% {
      transform: translate(-200%, -100%);
    }
    57% {
      transform: translate(-150%, -75%);
    }
    71% {
      transform: translate(-100%, -100%);
    }
    85% {
      transform: translate(-100%, -50%);
    }
    100% {
      transform: translate(-100%, -50%);
    }
  }
  .h1.w3.l2 {
    z-index: -1;
    animation-name: h1w3l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w3l2 {
    0% {
      transform: translate(-50%, -25%);
    }
    14% {
      transform: translate(-50%, -25%);
    }
    28% {
      transform: translate(-100%, 0%);
    }
    43% {
      transform: translate(-100%, -50%);
    }
    57% {
      transform: translate(-100%, -50%);
    }
    71% {
      transform: translate(-50%, -75%);
    }
    85% {
      transform: translate(-50%, -25%);
    }
    100% {
      transform: translate(-50%, -25%);
    }
  }
  .h1.w3.l3 {
    z-index: -1;
    animation-name: h1w3l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w3l3 {
    0% {
      transform: translate(0%, 0%);
    }
    14% {
      transform: translate(50%, 25%);
    }
    28% {
      transform: translate(0%, 50%);
    }
    43% {
      transform: translate(0%, 0%);
    }
    57% {
      transform: translate(-50%, -25%);
    }
    71% {
      transform: translate(0%, -50%);
    }
    85% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, 0%);
    }
  }
  .h2.w1.l1 {
    z-index: -2;
    animation-name: h2w1l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w1l1 {
    0% {
      transform: translate(0%, -50%);
    }
    14% {
      transform: translate(-50%, -75%);
    }
    28% {
      transform: translate(0%, -100%);
    }
    43% {
      transform: translate(0%, -100%);
    }
    57% {
      transform: translate(50%, -75%);
    }
    71% {
      transform: translate(0%, -50%);
    }
    85% {
      transform: translate(0%, -50%);
    }
    100% {
      transform: translate(0%, -50%);
    }
  }
  .h2.w1.l2 {
    z-index: -2;
    animation-name: h2w1l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w1l2 {
    0% {
      transform: translate(50%, -25%);
    }
    14% {
      transform: translate(50%, -25%);
    }
    28% {
      transform: translate(100%, -50%);
    }
    43% {
      transform: translate(100%, -50%);
    }
    57% {
      transform: translate(100%, -50%);
    }
    71% {
      transform: translate(50%, -25%);
    }
    85% {
      transform: translate(50%, -25%);
    }
    100% {
      transform: translate(50%, -25%);
    }
  }
  .h2.w1.l3 {
    z-index: -2;
    animation-name: h2w1l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w1l3 {
    0% {
      transform: translate(100%, 0%);
    }
    14% {
      transform: translate(150%, 25%);
    }
    28% {
      transform: translate(200%, 0%);
    }
    43% {
      transform: translate(200%, 0%);
    }
    57% {
      transform: translate(150%, -25%);
    }
    71% {
      transform: translate(100%, 0%);
    }
    85% {
      transform: translate(100%, 0%);
    }
    100% {
      transform: translate(100%, 0%);
    }
  }
  .h2.w2.l1 {
    z-index: -2;
    animation-name: h2w2l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w2l1 {
    0% {
      transform: translate(-50%, -25%);
    }
    14% {
      transform: translate(-100%, -50%);
    }
    28% {
      transform: translate(-100%, -50%);
    }
    43% {
      transform: translate(-100%, -50%);
    }
    57% {
      transform: translate(-50%, -25%);
    }
    71% {
      transform: translate(-50%, -25%);
    }
    85% {
      transform: translate(-50%, -25%);
    }
    100% {
      transform: translate(-50%, -25%);
    }
  }
  .h2.w2.l2 {
    z-index: -2;
    animation-name: h2w2l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w2l2 {
    0% {
      transform: translate(0%, 0%);
    }
    14% {
      transform: translate(0%, 0%);
    }
    28% {
      transform: translate(0%, 0%);
    }
    43% {
      transform: translate(0%, 0%);
    }
    57% {
      transform: translate(0%, 0%);
    }
    71% {
      transform: translate(0%, 0%);
    }
    85% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, 0%);
    }
  }
  .h2.w2.l3 {
    z-index: -2;
    animation-name: h2w2l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w2l3 {
    0% {
      transform: translate(50%, 25%);
    }
    14% {
      transform: translate(100%, 50%);
    }
    28% {
      transform: translate(100%, 50%);
    }
    43% {
      transform: translate(100%, 50%);
    }
    57% {
      transform: translate(50%, 25%);
    }
    71% {
      transform: translate(50%, 25%);
    }
    85% {
      transform: translate(50%, 25%);
    }
    100% {
      transform: translate(50%, 25%);
    }
  }
  .h2.w3.l1 {
    z-index: -2;
    animation-name: h2w3l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w3l1 {
    0% {
      transform: translate(-100%, 0%);
    }
    14% {
      transform: translate(-150%, -25%);
    }
    28% {
      transform: translate(-200%, 0%);
    }
    43% {
      transform: translate(-200%, 0%);
    }
    57% {
      transform: translate(-150%, 25%);
    }
    71% {
      transform: translate(-100%, 0%);
    }
    85% {
      transform: translate(-100%, 0%);
    }
    100% {
      transform: translate(-100%, 0%);
    }
  }
  .h2.w3.l2 {
    z-index: -2;
    animation-name: h2w3l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w3l2 {
    0% {
      transform: translate(-50%, 25%);
    }
    14% {
      transform: translate(-50%, 25%);
    }
    28% {
      transform: translate(-100%, 50%);
    }
    43% {
      transform: translate(-100%, 50%);
    }
    57% {
      transform: translate(-100%, 50%);
    }
    71% {
      transform: translate(-50%, 25%);
    }
    85% {
      transform: translate(-50%, 25%);
    }
    100% {
      transform: translate(-50%, 25%);
    }
  }
  .h2.w3.l3 {
    z-index: -2;
    animation-name: h2w3l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w3l3 {
    0% {
      transform: translate(0%, 50%);
    }
    14% {
      transform: translate(50%, 75%);
    }
    28% {
      transform: translate(0%, 100%);
    }
    43% {
      transform: translate(0%, 100%);
    }
    57% {
      transform: translate(-50%, 75%);
    }
    71% {
      transform: translate(0%, 50%);
    }
    85% {
      transform: translate(0%, 50%);
    }
    100% {
      transform: translate(0%, 50%);
    }
  }
  .h3.w1.l1 {
    z-index: -3;
    animation-name: h3w1l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w1l1 {
    0% {
      transform: translate(0%, 0%);
    }
    14% {
      transform: translate(-50%, -25%);
    }
    28% {
      transform: translate(0%, -50%);
    }
    43% {
      transform: translate(0%, 0%);
    }
    57% {
      transform: translate(50%, 25%);
    }
    71% {
      transform: translate(0%, 50%);
    }
    85% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, 0%);
    }
  }
  .h3.w1.l2 {
    z-index: -3;
    animation-name: h3w1l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w1l2 {
    0% {
      transform: translate(50%, 25%);
    }
    14% {
      transform: translate(50%, 25%);
    }
    28% {
      transform: translate(100%, 0%);
    }
    43% {
      transform: translate(100%, 50%);
    }
    57% {
      transform: translate(100%, 50%);
    }
    71% {
      transform: translate(50%, 75%);
    }
    85% {
      transform: translate(50%, 25%);
    }
    100% {
      transform: translate(50%, 25%);
    }
  }
  .h3.w1.l3 {
    z-index: -3;
    animation-name: h3w1l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w1l3 {
    0% {
      transform: translate(100%, 50%);
    }
    14% {
      transform: translate(150%, 75%);
    }
    28% {
      transform: translate(200%, 50%);
    }
    43% {
      transform: translate(200%, 100%);
    }
    57% {
      transform: translate(150%, 75%);
    }
    71% {
      transform: translate(100%, 100%);
    }
    85% {
      transform: translate(100%, 50%);
    }
    100% {
      transform: translate(100%, 50%);
    }
  }
  .h3.w2.l1 {
    z-index: -3;
    animation-name: h3w2l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w2l1 {
    0% {
      transform: translate(-50%, 25%);
    }
    14% {
      transform: translate(-100%, 0%);
    }
    28% {
      transform: translate(-100%, 0%);
    }
    43% {
      transform: translate(-100%, 50%);
    }
    57% {
      transform: translate(-50%, 75%);
    }
    71% {
      transform: translate(-50%, 75%);
    }
    85% {
      transform: translate(-50%, 25%);
    }
    100% {
      transform: translate(-50%, 25%);
    }
  }
  .h3.w2.l2 {
    z-index: -3;
    animation-name: h3w2l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w2l2 {
    0% {
      transform: translate(0%, 50%);
    }
    14% {
      transform: translate(0%, 50%);
    }
    28% {
      transform: translate(0%, 50%);
    }
    43% {
      transform: translate(0%, 100%);
    }
    57% {
      transform: translate(0%, 100%);
    }
    71% {
      transform: translate(0%, 100%);
    }
    85% {
      transform: translate(0%, 50%);
    }
    100% {
      transform: translate(0%, 50%);
    }
  }
  .h3.w2.l3 {
    z-index: -3;
    animation-name: h3w2l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w2l3 {
    0% {
      transform: translate(50%, 75%);
    }
    14% {
      transform: translate(100%, 100%);
    }
    28% {
      transform: translate(100%, 100%);
    }
    43% {
      transform: translate(100%, 150%);
    }
    57% {
      transform: translate(50%, 125%);
    }
    71% {
      transform: translate(50%, 125%);
    }
    85% {
      transform: translate(50%, 75%);
    }
    100% {
      transform: translate(50%, 75%);
    }
  }
  .h3.w3.l1 {
    z-index: -3;
    animation-name: h3w3l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w3l1 {
    0% {
      transform: translate(-100%, 50%);
    }
    14% {
      transform: translate(-150%, 25%);
    }
    28% {
      transform: translate(-200%, 50%);
    }
    43% {
      transform: translate(-200%, 100%);
    }
    57% {
      transform: translate(-150%, 125%);
    }
    71% {
      transform: translate(-100%, 100%);
    }
    85% {
      transform: translate(-100%, 50%);
    }
    100% {
      transform: translate(-100%, 50%);
    }
  }
  .h3.w3.l2 {
    z-index: -3;
    animation-name: h3w3l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w3l2 {
    0% {
      transform: translate(-50%, 75%);
    }
    14% {
      transform: translate(-50%, 75%);
    }
    28% {
      transform: translate(-100%, 100%);
    }
    43% {
      transform: translate(-100%, 150%);
    }
    57% {
      transform: translate(-100%, 150%);
    }
    71% {
      transform: translate(-50%, 125%);
    }
    85% {
      transform: translate(-50%, 75%);
    }
    100% {
      transform: translate(-50%, 75%);
    }
  }
  .h3.w3.l3 {
    z-index: -3;
    animation-name: h3w3l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w3l3 {
    0% {
      transform: translate(0%, 100%);
    }
    14% {
      transform: translate(50%, 125%);
    }
    28% {
      transform: translate(0%, 150%);
    }
    43% {
      transform: translate(0%, 200%);
    }
    57% {
      transform: translate(-50%, 175%);
    }
    71% {
      transform: translate(0%, 150%);
    }
    85% {
      transform: translate(0%, 100%);
    }
    100% {
      transform: translate(0%, 100%);
    }
  }

/* responsive */

@media only screen and (min-width: 1400px) {
  .extras{
    border-radius: 5px;
    border: 0.5px solid;
    /*margin: 10px 0 -15px 21%;*/
    height: 40px;
    background-color: #F3F3F3;
    padding: 1.5%;
    color: gray;
  }
  .help{
      padding:0px 155px;
  }
  /*.checks{*/
  /*  text-align: left;*/
  /*  margin-left: 21%;*/
  /*}*/
}

@media only screen and (max-width: 1100px) {
    .sweet-title{
        font-size: clamp(3rem, 7vw, 6rem);
    }
    .details h3{
        font-size: medium;
    }
    .lead{
        font-size: 13px;
    }
    .mapping{
        width:475px;
        height: 375px;
    }
    .extras{
      border-radius: 5px;
      border: 0.5px solid;
      /*margin: 10px 0 -15px 9%;*/
      height: 40px;
      background-color: #F3F3F3;
      padding: 1.5%;
      color: gray;
    }
    /*.checks{*/
    /*  text-align: left;*/
    /*  margin-left: 9%;*/
    /*}*/
}
@media only screen and (max-width: 800px) {
    .img-left{
        width: 100%;
        margin-left: 15%;
        margin-top: 15%;
    }
    .img-right{
        width: 100%;
        margin-left: 0%;
        margin-top: 90%;
    }
    .header {
        margin: 0 auto;
    }
    .details {
        margin-top: 5%;
        margin-left: 25%;
    }
    .inner-details {
        margin-top: -5%;
        margin-left: 32%;
    }
    .sweet-title{
        font-size: clamp(3rem, 10vw, 6rem);
    }
    .map{
        margin-left: 2%;
    }
    .mapping{
        width:715px;
        height: 375px;
    }
    .navbar{
      background-color: #344871;
      z-index: 99;
      margin: 0;
  }
  .extras{
    border-radius: 5px;
    border: 0.5px solid;
    /*margin: 10px 0 -15px 0%;*/
    height: 40px;
    background-color: #F3F3F3;
    padding: 1.5%;
    color: gray;
  }
  /*.checks{*/
  /*  text-align: left;*/
  /*  margin-left: 0%;*/
  /*}*/
}
@media only screen and (max-width: 500px) {
  .navbar{
    background-color: #344871;
    z-index: 99;
    margin: 0;
}
.cover{
    width:100%;
    height:100px;
    background-color:#fff;
    margin-top: -15%;
    z-index: 99999;
    position:absolute;
}

    .img-left{
        display: none;
    }
    .img-right{
        display: none;
    }
    .contact-us {
        margin-left: 8%;
    }
    .details {
        margin-top: 5%;
        margin-left: 0%;
    }
    .inner-details {
        margin-top: -7%;
    }
    .mapping{
        width:395px;
        height: 300px;
    }
    .form-input{
      width: 300px;
    }
  #subject{
    width: 300px;
  }
  .extras{
    border-radius: 5px;
    border: 0.5px solid;
    /*margin: 10px 0 -15px 10%;*/
    height: 40px;
    background-color: #F3F3F3;
    padding: 1.5%;
    color: gray;
  }
  /*.checks{*/
  /*  text-align: left;*/
  /*  margin-left: 10%;*/
  /*}*/
  .help{
      padding:0px 100px;
  }
}
@media only screen and (max-width: 400px) {
    .extras{
    border-radius: 5px;
    border: 0.5px solid;
    /*margin: 10px 0 -15px 5%;*/
    height: 40px;
    background-color: #F3F3F3;
    padding: 1.5%;
    color: gray;
  }
  .contact-us {
        margin-left: 10%;
    }
    .help{
      padding:0px 100px;
  }
}
