*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.navi{
  background-color: darkmagenta;
}
.collapse ul li a{
  color: #f1f1f1;
}
.container-fluid a{
  color: #f1f1f1;
}
.di {
  color: #2a142a !important;
}
.di:hover{
  background-color:deeppink !important;
}
.ban{
  height: 55vh;
  width: 100%;
  padding-top: 100px;
}
.banr{
  height: 40vh;
  width: 80%;
  margin: auto;
  background-image: url(./bkbg.jpg);
  border-radius: 20px;
  border-bottom: solid 1px darkmagenta;
  border-top: solid 1px darkmagenta;
  border-left: solid 1px darkmagenta;
  border-right: solid 1px darkmagenta;
}
.banr h1{
  padding-top: 190px;
  font-size: 30px;
  color: darkmagenta;
  padding-left: 50px;
}
.banr p{
  font-size: 15px;
  color: black;
  padding-left: 50px;
}
/* frh */
.frh{
  height: 20vh;
  width: 100%;
  padding-top: 40px;
}
.frhr{
  height: 10vh;
  width: 80%;
  margin: auto;
  padding-top: 20px;
}
/* form */
.form{
  height: 120vh;
  /* padding-top: 70px; */
}
div, h2, h3, h6, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .clear {
    clear: both;
  }
  
  .booking-form-w3layouts {
    box-sizing: border-box;
    padding: 3em;
    background: rgba(0, 0, 0, 0.78);
    width: 65%;
    margin: 0 auto;
    
  }
  
  h2.sub-heading-agileits,
  h3.sub-heading-agileits {
    display: inline-block;
    text-align: left;
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0.4em;
    padding: 0px 25px 10px 0px;
    font-weight: 400;
    letter-spacing: 2px;
    border-bottom: 2px solid #0091cd;
    font-family: 'Raleway', sans-serif;
  }
  
  .radio-section {
    text-align: left;
    margin: 0.7em 0;
  }
  
  .radio-section h6 {
    display: inline;
    margin-top: 10px;
    color: #0091cd;
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 0.7em;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
  }
  
  .radio-section ul {
    display: inline;
  }
  
  .radio-buttons-w3-agileits li input[type="radio"] {
    cursor: pointer;
  }
  
  .radio-buttons-w3-agileits li label {
    color: #fff;
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
  }
  
  .booking-form-w3layouts input[type="text"],
  .booking-form-w3layouts input[type="email"],
  .booking-form-w3layouts textarea,
  select.form-control,
  input#datepicker {
    width: 100%;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.2px;
    padding: 10px;
    outline: none;
    background: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
  }
  
  .booking-form-w3layouts textarea {
    resize: none;
    height: 80px;
  }
  
  .field-agileinfo-spc {
    margin-bottom: 1em;
  }
  
  .form-w3-agile-text {
    width: 100%;
  }
  
  select.form-control option {
    background: #f8b9f4;
  }
  
  .booking-form-w3layouts input[type="submit"],
  .booking-form-w3layouts input[type="reset"] {
    text-transform: capitalize;
    background: #0091cd;
    color: #fff;
    padding: 0.5em 4em;
    border: none;
    font-weight: 500;
    font-size: 1.2em;
    margin-top: 1em;
    float: left;
    outline: none;
    letter-spacing: 1px;
    transition: 0.5s all;
  }
  .booking-form-w3layouts input[type="submit"] {
    margin-right: 1.5em;
    background: #d2741c;
  }
  
  .booking-form-w3layouts input[type="submit"]:hover {
    background: #0091cd;
    color: #fff;
  }
  
  .booking-form-w3layouts input[type="reset"]:hover {
    background: #d2741c;
    color: #fff;
  }
  
  .booking-form-w3layouts ::-webkit-input-placeholder {
    color: #fff;
  }
  
  .booking-form-w3layouts :-moz-placeholder {
    color: #fff;
  }
  
  .booking-form-w3layouts ::-moz-placeholder {
    color: #fff;
  }
  
  .booking-form-w3layouts :-ms-input-placeholder {
    color: #fff;
  }
  
  .booking-form-w3layouts label {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.83);
    letter-spacing: 2px;
    font-weight: 400;
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: capitalize;
  }
  
  ul.radio-buttons-w3-agileits li {
    display: inline-block;
    margin: 0em 2em;
  }
  
  @media (max-width: 1440px) {
    .booking-form-w3layouts {
      width: 73%;
    }
  }
  
  @media (max-width: 1366px) {
    .booking-form-w3layouts {
      width: 75%;
    }
  }
  
  @media (max-width: 1280px) {
    .booking-form-w3layouts {
      width: 80%;
    }
  }
  
  @media (max-width: 1080px) {
    .booking-form-w3layouts {
      width: 83%;
      padding: 2em 2.2em;
    }
  }
  
  @media (max-width: 1024px) {
    h2.sub-heading-agileits,
    h3.sub-heading-agileits {
      font-size: 22px;
      padding: 0px 20px 7px 0px;
    }
    .field-agileinfo-spc {
      margin-bottom: 0.8em;
    }
    .booking-form-w3layouts input[type="submit"],
    .booking-form-w3layouts input[type="reset"] {
      padding: 0.5em 3em;
      font-size: 1.1em;
    }
  }
  
  @media (max-width: 768px) {
    h2.sub-heading-agileits,
    h3.sub-heading-agileits {
      font-size: 21px;
      padding: 0px 15px 7px 0px;
    }
    .radio-section h6 {
      font-size: 17px;
      letter-spacing: 1.5px;
    }
    ul.radio-buttons-w3-agileits li {
      margin: 0em 1em;
    }
  }
  
  @media (max-width: 667px) {
    h2.sub-heading-agileits,
    h3.sub-heading-agileits {
      font-size: 19px;
      letter-spacing: 1.5px;
    }
    .booking-form-w3layouts {
      width: 86%;
      padding: 2em 2em;
    }
    .booking-form-w3layouts input[type="text"],
    .booking-form-w3layouts input[type="email"],
    .booking-form-w3layouts textarea,
    select.form-control,
    input#datepicker {
      padding: 8px 10px;
    }
    .field-agileinfo-spc {
      margin-bottom: 0.9em;
    }
    h2.sub-heading-agileits,
    h3.sub-heading-agileits {
      margin-bottom: 0.6em;
    }
  }
  
  @media (max-width: 640px) {
    .booking-form-w3layouts input[type="submit"] {
      margin-right: 0.7em;
    }
  }
  
  @media (max-width: 600px) {
    .booking-form-w3layouts {
      width: 90%;
    }
    .booking-form-w3layouts input[type="submit"],
    .booking-form-w3layouts input[type="reset"] {
      padding: 0.5em 2em;
    }
  }
  
  @media (min-width: 481px) {
    .main-flex-w3ls-sectns {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
    }
    .form-w3-agile-text1,
    .form-w3-agile-text2 {
      flex-basis: 48.5%;
      -webkit-flex-basis: 48.5%;
    }
  }
  
  @media (min-width: 737px) {
    .triple-wthree {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
    }
    .form-w3-agile-text11,
    .form-w3-agile-text22,
    .form-w3-agile-text33 {
      flex-basis: 32%;
      -webkit-flex-basis: 32%;
    }
  }
  
  @media (max-width: 480px) {
    ul.radio-buttons-w3-agileits li {
      margin: 0em 0.5em;
    }
    .radio-section {
      margin: 1.3em 0 .7em;
    }
    .booking-form-w3layouts {
      width: 85%;
    }
    ul.radio-buttons-w3-agileits li {
      margin: 1em 0em 0em 0.2em;
      display: block;
    }
    .booking-form-w3layouts input[type="submit"],
    .booking-form-w3layouts input[type="reset"] {
      font-size: 1em;
    }
    .booking-form-w3layouts textarea {
      height: 60px;
    }
    .radio-section {
      margin: 1em 0 .7em;
    }
  }
  
  @media (max-width: 414px) {
    .booking-form-w3layouts {
      width: 90%;
    }
    .booking-form-w3layouts {
      width: 90%;
      padding: 1.5em 1.7em;
    }
  }
  
  @media (max-width: 384px) {
    .booking-form-w3layouts input[type="submit"],
    .booking-form-w3layouts input[type="reset"] {
      float: none;
    }
    .booking-form-w3layouts input[type="submit"] {
      margin-right: 0em;
    }
  }
  
  @media (max-width: 320px) {
    .booking-form-w3layouts {
      width: 93%;
      padding: 1.3em 1.5em;
    }
    h2.sub-heading-agileits,
    h3.sub-heading-agileits {
      font-size: 18px;
      letter-spacing: 1.4px;
      padding: 0px 12px 5px 0px;
    }
  }

/* footer */
.content {
  height: 70vh; }

.footer-20192 {
  margin-top: 50px;
  position: relative;
  color: #fff;
  padding: 7rem 0;
  background-color: #2a142a; }
  .footer-20192 .container {
    position: relative; }
    .footer-20192 .container .ml-auto {
      padding-left: 700px;
    }
  .footer-20192 h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5; }
  .footer-20192 .links li {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block; }
    .footer-20192 .links li a {
      color: #666873; }
      .footer-20192 .links li a:hover {
        color: #fff; }
  .footer-20192 .social li {
    display: inline-block;
    position: relative; }
    .footer-20192 .social li a {
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-block;
      margin: 0;
      padding-left: 10px;
      background-color: #d581d2;
      color: #fff; 
      font-size: 25px;}
      .footer-20192 .social li a > span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .footer-20192 .footer-logo {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  .footer-20192 .copyright {
    color: #666873; }
  .footer-20192 .cta {
    -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    padding: 20px;
    background-color: #d581cd;
    top: -150px;
    position: relative; }
    .footer-20192 .cta h2, .footer-20192 .cta h3 {
      line-height: 1.5; }
    .footer-20192 .cta h3 {
      font-size: 20px; }