body {
  height: 0px;
}

.service-options {
  height: 55rem;
}

.bottom-section {
  height: 0px;
}

.who-we-are {
  height: 0px;
}

.form-box {
    height: 43rem;
    margin-top: 5rem;
    width: 95%;
    margin: auto;
}

.containerOne{
  width: 100%;
  background-color: #0000000d;
  float: left;
  padding: 1rem;
  border-radius: 35px;
  height: 100%;
}

h2{
font-family: 'Poppins', sans-serif;
color: #939393;
text-align: center;
font-size: 0.8725rem;
letter-spacing: 0.1px;
opacity: 1;
font-weight: 300;
}

.subheading {
font-family: 'Poppins', sans-serif;
color: #000000;
text-align: left;
font-size: 0.8125rem;
letter-spacing: 0.1px;
opacity: 1;
font-weight: 600;
text-transform: uppercase;
}



input[type=text], select, textarea {
  width: 100%;
  padding: 11px;
  border: 1px solid transparent;
  border-radius: 4px;
  resize: vertical;
  margin-top: 0.4rem;
  outline: none;
  background-color: #ffffffa3;
  box-sizing: border-box;
}

#f
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  
}

label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

input[type=submit] {
  background-color: #F35B04;
  color: white;
  padding: 9px 20px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  float: right;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8125rem;
  outline: none;
}

input[type=submit]:hover {
  background-color: black;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-15 {
  float: left;
  width: 18.5%;
  margin-top: 25px;
  padding-right: 0.5rem;
}

.col-25 {
  float: left;
  width: 38%;
  margin-top: 25px;
  padding-right: 0.5rem;
}

.col-35 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: flex-end;
}

.col-35b {
  float: left;
  width: 55%;
  display: flex;
}
.col-45 {
  float: right;
  width: 35%;
  margin-top: 51px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
}

.col-75 {
float: right;
width: 60%;
margin-top: 25px;
}

.col-100 {
float: left;
width: 55%;
margin-top: 25px;
padding-right: 0.5rem;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.price-book-link{
padding-top: 0px;
margin-top: 0.5rem;
font-family: 'Poppins', sans-serif;
font-size: 0.8125rem;
font-weight: 300;
}

@media screen and (max-width:949px){
nav {
  display: none;
}

header {
  height: fit-content;
  margin: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.topnav {
  overflow: hidden;
  background-color: black;
  position: relative;
}

.topnav #myLinks {
  margin-bottom: 15px;
}

.topnav a {
  color: white;
  padding: 9px 16px;
  text-decoration: none;
  font-size: 14px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: black;
  color: white;
}

.activeNav {
  color: black;
}

.image-box1 {
  background-image: url(../Images/IMG_1009.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  margin: auto;
  border-radius: 0px;
}

.image-box2 {
  display: none;
}

.image-box3 {
  display: none;
}

.image-box4 {
  display: none;
}

.image-box5 {
  display: none;
}

.image-box6 {
  display: none;
}

.image-box7 {
  display: none;
}

.containerOne {
  background-color: #0000000d;
  padding: 1rem;
  border-radius: 35px;
  height: fit-content;
  width: -webkit-fill-available;
}

.col-25 {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.col-75 {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.col-15 {
  float: left;
  width: 50%;
  margin-top: 25px;
  padding-right: 0.5rem;
}

.service-options {
  height: 80rem;
  padding-left: 3rem;
  padding-right: 3rem;
}


.content-box1 {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 10rem;
  padding-top: 2rem;
}

.contact-details {
  width: 100%;
  height: 8rem;
  float: left;
}

.socials {
  width: 100%;
  height: fit-content;
  float: left;
}

.content-box2 {
  width: 100%;
  color: white;
  float: left;
  margin-top: 3rem;
}

.col-45 {
  width: 45%;
    margin-top: 51px;
    margin-bottom: 0px;
}





}

@media (min-width: 950px) and (max-width: 1180px) {
  .col-45 {
    float: right;
    width: 45%;
    margin-top: 2rem;
    margin-bottom: 0px;
}

.contact-details {
  width: 25rem;
  height: 8rem;
  float: left;
}

.topnav{
  display: none;
}




}

@media (min-width: 1181px) {

  .topnav{
    display: none;
  }
}

@media screen and  (max-width: 843px) {
  .col-45 {
    float: right;
    width: 100%;
    margin-top: 51px;
    margin-bottom: 0px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.col-35b {
  float: left;
  width: 50%;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  height: fit-content;
  justify-content: flex-start;
  align-items: center;
}

.col-35 {
  float: left;
  width: 100%;
  padding-right: 0.5rem;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  flex-direction: column;
  margin-top: 2rem;
  align-items: center;
}
}

@media screen and (max-width: 479px) {
  /* start of phone styles */

  header {
    height: fit-content;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
}

  .service-options {
    height: 95rem;
    padding: 8px;
}

.col-45 {
  float: right;
  width: 100%;
  margin-top: 51px;
  margin-bottom: 0px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.col-35b {
  float: left;
  width: 50%;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  height: fit-content;
  justify-content: flex-start;
  align-items: center;
}

.col-35 {
  float: left;
  width: 100%;
  padding-right: 0.5rem;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  flex-direction: column;
  margin-top: 2rem;
  align-items: center;
}

.col-100 {
  float: left;
  width: 100%;
  margin-top: 25px;
  padding-right: 0.5rem;
}

.content-box1 {
  padding-left: 3px;
  padding-right: 3px;
  height: 10rem;
  padding-top: 2rem;
}
.contact-details {
  width: 100%;
  height: fit-content;
  float: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.content-box1 {
  padding-left: 3px;
  padding-right: 3px;
  height: fit-content;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
}
.divider1 {
  width: 100%;
  height: 100%;
  display: inline-flex;
}

.divider2 {
  width: 100%;
  height: 100%;
  float: right;
  display: inline-flex;
}

.mini-box {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
}

.socials {
  width: 100%;
  height: 8rem;
  float: left;
  margin-top: 2rem;
}

  }

  input[type="file" i] {
    width: 100%;
    padding: 9px;
    border: 1px solid transparent;
    border-radius: 4px;
    resize: vertical;
    margin-top: 0.4rem;
    outline: none;
    background-color: #ffffffa3;
    box-sizing: border-box;
  }

@media screen and (max-width: 794px){
.logo-blk {
    height: 2rem;
    width: 27%;
    padding-top: 7px;
    padding-left: 14px;
}
.logo {
  width: 47%;
  height: 100%;
  background-image: url(../Images/Logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
input[type="file" i] {
  width: 100%;
  padding: 1px;
  border: 1px solid transparent;
  border-radius: 4px;
  resize: vertical;
  margin-top: 0.4rem;
  outline: none;
  background-color: #ffffffa3;
  box-sizing: border-box;
}

}

