* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}
body,
html {
  min-height: 100vh;
  width: 100%;
  width: -webkit-fill-available;
  margin: 0;
  overflow-x: hidden;
  font-family: "DM Sans", sans-serif !important;
}
input,textarea{
    color: white;
    font-size: medium;
}
textarea::placeholder{
  line-height: normal;
}
#contactUs{
    background: #1E1E1E;
}
#contactUs h1{
    font-family: 'DM Sans',sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height:45px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 4%;
}
/* Schedule Form */
.form-style-9 {
    max-width: 1150px;
    padding:10px;
    margin:25px auto 0;
}

#top-section{
  display: flex;
  height:80vh;
  flex-direction: row;
  background: linear-gradient(135deg, #232d83, #3d227d, #792382);
  padding:2%;
 }
#heading{
  display:flex;flex-direction: column;
width:100%;
height:100%;
justify-content: center;
}
#heading p{
  color: #FFF;
  font-size:18px;
}
#heading img{
  width:10%;
  transform: rotate(45deg);
  text-align: left;
}
.schedule-form{
  width:75%;
  margin: auto;
}
#arrow-container{text-align:left;width:100% !important;}
#form-p{
  font-size:18px;
  color: #FFF;
  text-align: center;
  margin-top:12px;
}
#main-heading{
  font-size:60px !important;
  margin-bottom:12px;
  color: #FFF;
  text-align: left;
}
#top-section div{
  width:50%;
}
#img-container img{
  width:45%;
}
#img-container{text-align: center;}
.form-style-9 ul {
    padding: 0;
    margin: 0;
    list-style: none;

}

.form-style-9 ul li {
    display: block;
    margin-bottom: 10px;
    min-height: 35px;
}

.form-style-9 ul li .field-style {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    outline: none;
    border: 1px solid #E2E5F5;
    background-color: transparent;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.form-style-9 ul li .field-style:focus {
    box-shadow: 0 0 5px #B0CFE0;
    border: 1px solid #2C2FBE;
}

.form-style-9 ul li .field-split {
    width: 49%;
    height: 64px;
    border-radius: 5px;
    margin-bottom: 3%;

}

.form-style-9 ul li .field-full {
    width: 100%;


}

.form-style-9 ul li input.align-left {
    float: left;
}

.form-style-9 ul li input.align-right {
    float: right;
}

.form-style-9 ul li select.align-right {
    float: right;
    color: #E2E5F5;
    font-size: x-large;
}

.form-style-9 ul li textarea {
    width: 100%;
    height: 235px;
    border-radius: 5px;
}

.form-style-9 ul li input[type="button"],
.form-style-9 ul li input[type="submit"] {
    background-color: #5D70D6;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 40px;
    width: 218px;
    height: 64px;
    border-radius: 10px;
}

.field-style::placeholder {
    color: #E2E5F5;
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
}


/* Style the placeholder text */
.select2-container .select2-selection__placeholder {
    color: #E2E5F5;
    font-style: italic;
}

/* Style the selected option text */
.select2-container .select2-selection__rendered {
    color: #E2E5F5;
}

/* Style the dropdown arrow */
.select2-container .select2-selection__arrow {
    color: #E2E5F5;

    /* Add styles for the dropdown arrow if needed */
}

.form-style-9 ul li input[type="button"]:hover,
.form-style-9 ul li input[type="submit"]:hover {
    background-color: #2C2FBE;
}

/* footer */
.footer-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #333;
    color: #fff;
    overflow: hidden;
    height: auto;
  }
  .upper_content {
    padding-top: 12px;
    display:flex;
    display: -webkit-flex;
    justify-content: space-around;
   flex-direction:row;
    align-items:start;
    margin-bottom: 10px;
  }
  .logo-container img {
    width: 170px;
    height: auto;
  }
  .address {
    font-size: 1.2em;
    margin-top: 10px;
    margin-left: 20px;
  }
  .footer-img{
  width: 30%;
  }
  .footer-img iframe{
    width:100%;
    height:250px;
    }
  
  .location {
    font-size: 0.9em;
    margin-left: 20px;
    margin-bottom: revert-layer;
  }
  .icons a {
    color: #fff;
    margin-top: 10px;
    font-size: 1.4em;
    margin-left: 20px;
  }
  .icons a:hover  .fa-instagram{
    color:orangered;
  }
  .icons a:hover  .fa-linkedin,.icons a:hover .fa-facebook-f{
    color:#5d70d6;
  }
  
  .icons a:hover  .fa-x-twitter{
    color:#000;
    background-color:beige ;
  }
  
  .service-side h4 {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .list {
    list-style: none;
    padding: 0;
    color: #fff;
  }
  .list-li {
    cursor: pointer;
    color: #fff;
    margin-bottom: 8px;
  }
  .list-li a {
    color: #fff;
    text-decoration: none;
  }
  .list-li:hover a {
    background-color: #fff;
    color: #333;
  }
  iframe {
    border: none;
  }
  .bottom {
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  @media only screen and (max-width: 571px) {
    .upper_content {
      display: grid;
      display: -moz-grid;
      display: -ms-grid;
      grid-template-columns: repeat(1, auto);
      position: relative;
      justify-content: space-around;
      background-color: #333;
      color: #fff;
      padding:2px 13px;
      text-align: center;
    }
    .logo-container img {
      width: 60%;
      margin-top: 10px;
    }
    .list,
    .service-side h4 {
      text-align: center;
      margin-top: 10px;
    }
    .address {
      margin-left: 0;
      margin-bottom: 6px;
    }
    .location {
      margin-left: 0;
      text-align: center;
    }
    .icons a {
      margin-left: 25px;
      text-align: center;
    }
  .footer-img{
    width:100%;
    }
    .footer-img iframe{
      width:100%;
      height: 150px;
      }
      
#top-section{
  display: flex;
  flex-direction: row;
  background: linear-gradient(135deg, #232d83, #3d227d, #792382);
  padding:2%;
  height: auto;
 }
#heading{
  display:flex;flex-direction: column;
width:100%;
height:100%;
align-items: center;
justify-content: center;
}
#heading p{
  color: #FFF;
  font-size:14px;
}
#main-heading{font-size:40px !important;
  margin-bottom: 12px;
  color: #FFF;}
#img-container img{
  width:85%;
}
.form-style-9 ul li .field-split {
  width: 85%;
  height: 40px;
  border-radius: 5px;
  margin-bottom: 3%;
}
.form-style-9 ul li textarea {
  height:200px;
}
#text-area::placeholder{
  line-height: normal;
}

  }
  
.option-class
{
    color:black;
}

/* The container must be positioned relative: *****************/
.custom-select {
    position: relative;
    font-family: Arial;
    
  }
  
  .custom-select select {
    display: block; /*hide original SELECT element: */
    
  }
  
  .select-selected {
    background-color: DodgerBlue;
  }
  
  /* Style the arrow inside the select element: */
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  
  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
    
  }
  
  /* style the items (options), including the selected item: */
  .select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
  }
  
  /* Style items (options): */
  .select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    
  }
  
  /* Hide the items when the select box is closed: */
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(21, 234, 46, 0.6);
  }

.my-option
{
    color:black;
    font-size: 12px;
}
@media only screen and (max-width:425px)
{
    #contactUs h1{
        font-weight: 700;
        font-size: 24px;
        line-height:30px;
        text-align: center;
        color: #FFFFFF;
        padding-top:4%;
    }

}

 @media only screen and (max-width:768px) and (min-width:425px)
{
    #contactUs h1
    {
        font-size:46px;
    }
} 

@media only screen and (max-width:700px) and (min-width:525px)
{
   
    .field-style::placeholder,.form-style-9 ul li select.align-right
    {
        font-size:17px;
    }
    .form-style-9 ul li input[type="submit"]
    {
        width: 159px;
        height: 52px;
        font-size: 20px;
    }

} 

@media only screen and (max-width:524px) and (min-width:320px)
{
   
    .field-style::placeholder,.form-style-9 ul li select.align-right
    {
        font-size:12px;
        line-height: 47px;
    }
    .form-style-9 ul li input[type="submit"]
    {
    font-size: 14px;
    
    line-height: 16px;
    width: 143px;
    height: 36px;
    }
} 

@media only screen and (max-width:320px) 
{
   
    .field-style::placeholder,.form-style-9 ul li select.align-right
    {
        font-size:10px;
        line-height: 37px;
    }
    .form-style-9 ul li input[type="submit"]
    {
    font-size: 14px;
    
    line-height: 16px;
    width: 143px;
    height: 36px;
    }
} 
