h7 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 0.7175rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .black {
    background-color: black;
    height: 100vh;
    width: 20%;
    float: left;
  }
  
  .logo-blk{
    height: 20%;
    width: 100%;
    padding-left: 25px;
  }
  
  .logo {
    width: 80%;
    height: 80%;
    background-image: url(../Images/Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
  
  .tabs{
    height: 70%;
    width: 100%;
  }
  
  .ad-slider{
    height: 10.01rem;
  }
  
  .slider-images{
    height: 100%;
    background-color: white;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-flex;
  }
  
  .image-box1{
    background-color: gray;
    height: 100px;
    width: 210px;
    margin: auto;
    border-radius: 17px;
  }
  
  .image-box2{
    background-color: black;
    height: 100px;
    width: 210px;
    margin: auto;
    border-radius: 17px;
    margin-left: 5px;
  }
  
  .image-box3{
    background-color: gray;
    height: 100px;
    width: 210px;
    margin: auto;
    border-radius: 17px;
    margin-left: 5px;
  }
  .image-box4{
    background-color: black;
    height: 100px;
    width: 210px;
    margin: auto;
    border-radius: 17px;
    margin-left: 5px;
  }
  
  .image-box5{
    background-color: gray;
    height: 100px;
    width: 210px;
    margin: auto;
    border-radius: 17px;
    margin-left: 5px;
  }
  
  .signOutbtn{
    height: 10%;
    width: 100%;
    text-align-last: center;
  }
  
  
  .white{
    background-color: white;
    height: 100vh;
    width: 79%;
    float: left;
  }
  
  nav {
    height: 4rem;
    display: flex;
    align-items: left;
    justify-content: left;
  }
  
  h5 {
    margin-block: 0px;
    height: 1rem;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 0.8125rem;
    letter-spacing: 0.14px;
    color: #000000;
    opacity: 1;
    float: right;
    margin-top: -43px;
  }
  
  .access-container {
    width: 90%;
    height: 80%;
    margin-top: 0%;
    float: right;
  }
  
  .login-btn {
    width: 100%;
    height: 3rem;
    background-color: white;
    border-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 1rem;
    margin-top: 1.6rem;
  }
  
  .login-container {
    width: 100%;
    bottom: 0px;
    text-align: left;
    padding-top: 5%;
    padding-left: 6%;
  }
  
  
  
  #signOutbtn{
    background-color: #F35B04;
    width: 80%;
    color: white;
    padding: 9px 20px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    outline: none;
    float: none;
    margin-top: 10px;
  }
  
  #signOutbtn:hover{
    background-color: blacks;
  }
  
  .form-box {
    height: 32rem;
    margin-top: 0rem;
    width: 75%;
    margin-left: 10rem;
  }
  
  input[type=text], select, textarea{
    width: 100%;
    padding: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    resize: vertical;
    margin-top: 0.4rem;
    outline: none;
    background-color: #ffffffa3;
    font-family: 'Poppins', sans-serif;
    font-size: 0.65rem;
    font-weight: 300;
  }
  
  input[type=tel]{
    width: 100%;
    padding: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    resize: vertical;
    margin-top: 0.4rem;
    outline: none;
    background-color: #ffffffa3;
    font-family: 'Poppins', sans-serif;
    font-size: 0.65rem;
    font-weight: 300;
    box-sizing: border-box;
  }
  
  input[type=number]{
    width: 100%;
    padding: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    resize: vertical;
    margin-top: 0.4rem;
    outline: none;
    background-color: #ffffffa3;
    font-family: 'Poppins', sans-serif;
    font-size: 0.65rem;
    font-weight: 300;
  }
  
  input[type=email]{
    width: 100%;
    padding: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    resize: vertical;
    margin-top: 0.4rem;
    outline: none;
    background-color: #ffffffa3;
    font-family: 'Poppins', sans-serif;
    font-size: 0.65rem;
    font-weight: 300;
  }
  
  
  
  
  
  #f
  label {
    padding: 12px 12px 12px 0;
    display: inline-block;
  }
  
  label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.65rem;
    font-weight: 300;
    margin-bottom: 1rem;
  }
  
  .col-15{
    float: left;
    width: 17%;
    margin-top: 10px;
    padding-right: 0.5rem;
  }
  
  .col-25 {
    float: left;
    width: 38%;
    margin-top: 10px;
    padding-right: 0.5rem;
  }
  
  .col-45 {
    float: right;
    width: 38%;
    margin-bottom: 15px;
  }
  
  .col-35 {
    float: left;
    width: 56%;
    padding-right: 0;
  }
  
  .col-35b {
    float: left;
    width: 44%;
    margin-top: 10px;
  }
  
  .col-75 {
    float: right;
    width: 60%;
    margin-top: 10px;
  }
  
  .col-100 {
    float: left;
    width: 55%;
    margin-top: 10px;
    padding-right: 0.5rem;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
    background-color: transparent;
  }
  
  .container .star-widget input{
  display: none;
  }
  
  .star-widget label {
    font-size: 14px;
    color: #444;
    padding: 2px;
    float: right;
    transition: all 0.2s ease;
    margin-bottom: 0px;
  }
  input:not(:checked) ~ label:hover,
  input:not(:checked) ~ label:hover ~ label{
  color: #fd4;
  }
  input:checked ~ label{
  color: #fd4;
  }
  input#rate-5:checked ~ label{
  color: #FFCD00;
  text-shadow: 0 0 20px #952;
  }
  
  .container form{
  display: none;
  }
  input:checked ~ form{
  display: block;
  }
  
  select {
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    cursor: default;
    font-family: 'Poppins', sans-serif;
    font-size: 0.65rem;
    font-weight: 300;
  }
  
  option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
  }
  
  .price-book-link {
    padding-top: 0px;
    margin-top: 0rem;
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 300;
  }
  
  #model{
    background-color: lightgrey;
    font-family: sans-serif;
    font-size: 0.8rem;
  
    width: 100%;
    padding: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    resize: vertical;
    margin-top: 0.4rem;
    outline: none;
    background-color: #ffffffa3;
  
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    cursor: default;
    font-family: 'Poppins', sans-serif;
    font-size: 0.65rem;
    font-weight: 300;
  }
  
  
  @media screen and (min-width: 900px){
    .nav-list {
        padding-left: 0%;
        width: 80%;
    }
  
  }
  
  @media screen and (max-width: 794px) {
    .black{
      display: none;
    }
  
    .white{
      display: none;
    }
  
    .mobile-link {
      margin-right: -2px;
      transition: color .5s;
      text-align: left;
      font-family: 'Poppins', sans-serif;
      color: #fff;
      font-size: 0.775rem !important;
      font-weight: 300;
      letter-spacing: 0.14px;
      opacity: 1;
  }
  
  .ad-slider-m{
      height: 10.01rem;
  }
  
  .slider-images-m{
    height: 100%;
    background-color: white;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-flex;
  }
  
  .image-box1-m {
    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;
  }
  
  .title-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  
  .nav-btn {
    width: 25%;
    height: 26%;
    float: left;
    margin-right: 2%;
  }
  
  .line {
    width: 2%;
    background-color:#F35B04;
    height: 79%;
    margin-right: 2%;
  }
  
  .title {
    width: 70%;
    height: 70%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
  
  h2 {
    font-family: 'Poppins', sans-serif;
    color: #939393;
    text-align: left;
    font-size: 0.8725rem;
    letter-spacing: 0.1px;
    opacity: 1;
    font-weight: 300;
    margin: 0px;
  }
  
  h3 {
    font-family: 'Poppins', sans-serif;
    color: #939393;
    text-align: center;
    font-size: 0.8725rem;
    letter-spacing: 0.1px;
    opacity: 1;
    font-weight: 300;
    margin: 0px;
    font-style: normal;
  }
  
  .filters-block{
    height: 15rem;
    width: 97%;
    margin: auto;
    margin-top: 1rem;
  }
  
  .form-box {
    height: fit-content;
    margin-top: 0rem;
    width: 100%;
    margin-left: 0px;
  }
  
  .containerOne {
    width: 100%;
    background-color: #0000000d;
    float: left;
    padding: 1rem;
    border-radius: 0px;
    height: 49%;
    padding-left: 6px;
    padding-right: 6px;
  }
  
  .col-25 {
    float: left;
    width: 50%;
    margin-top: 10px;
    padding-right: 0.5rem;
  }
  
  .col-75 {
    float: right;
    width: 50%;
    margin-top: 10px;
  }
  
  .col-35 {
    float: none;
    width: 100%;
    padding-right: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: auto;
    margin-top: 2rem;
  }
  
  
  .results-container {
    height: 20rem;
    width: 97%;
    margin: auto;
  }
  
  .heading{
    display: block;
    margin-right: -2px;
    transition: color .5s;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.775rem;
    letter-spacing: 2px;
    font-weight: Bold;  
    letter-spacing: 0.14px;
    color: #939393;
    opacity: 1;
  }
  
  }
  
  @media screen and (min-width: 795px){
    .topnav{
        display: none;
    }
    
    .title-section{
      display: none;
    }
    
    .filters-block{
      display: none;
    }
    
    .results-container{
      display: none;
    }
    
    .ad-slider-m{
      display: none;
    }
    
    .slider-images-m{
      display: none;
    }
    
    .image-box1-m {
      display: none;
    }
    
    .ad-slider {
      height: 7rem;
      margin-bottom: 2rem;
    }
    
    .white {
      background-color: white;
      height: fit-content;
      width: 80%;
      float: left;
  }
    
    .nav-list {
      padding-left: 0%;
      width: 80%;
    }
    
    .image-box1 {
      display: block;
      display: block;
      background-image: url(../Images/IMG_1009.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
      height: 75%;
      width: 20%;
      margin: auto;
      border-radius: 17px;
      margin-right: 5px;
      margin-left: 5px;
    }
    
    .image-box2 {
      display: block;
      background-image: url(../Images/IMG_1018.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
      height: 75%;
      width: 20%;
      margin: auto;
      border-radius: 17px;
      margin-left: 5px;
    }
    
    .image-box3 {
      display: block;
      background-image: url(../Images/IMG_1020.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
      height: 75%;
      width: 20%;
      margin: auto;
      border-radius: 17px;
      margin-left: 5px;
    }
    
    .image-box4 {
      display: block;
      background-image: url(../Images/IMG_1021.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
      height: 75%;
      width: 20%;
      margin: auto;
      border-radius: 17px;
      margin-left: 5px;
    }
    
    .image-box5 {
      display: block;
      background-image: url(../Images/IMG_1022.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
      height: 75%;
      width: 20%;
      margin: auto;
      border-radius: 17px;
      margin-right: 5px;
      margin-left: 5px;
    }
    
    .form-box {
      height: 70%;
      margin-top: 0rem;
      width: 85%;
      margin: auto;
    }
  
    .containerOne {
      width: 100%;
      float: left;
      padding: 1rem;
      border-radius: 35px;
      height: fit-content;
      margin-bottom: 3rem;
  }
    
    }
  
    @media screen and (max-width: 420px) {
      /* start of phone styles */
    
      .col-25 {
        float: left;
        width: 100%;
        margin-top: 10px;
        padding-right: 0px;
    }
  
    .col-75 {
      float: left;
      width: 100%;
      margin-top: 0px;
  }
    
      }
  
      #model {
        width: 98%;
        padding: 7px;
        border: 1px solid transparent;
        border-radius: 4px;
        resize: vertical;
        margin-top: 0.4rem;
        outline: none;
        background-color: #ffffffa3;
        text-rendering: auto;
        color: -internal-light-dark(black, white);
        letter-spacing: normal;
        word-spacing: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        text-align: start;
        white-space: pre;
        -webkit-rtl-orderiang: logical;
        cursor: default;
        font-family: 'Poppins', sans-serif;
        font-size: 0.65rem;
        font-weight: 300;
    }

    @media screen and (max-width: 794px){
.col-25 {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-right: 0.5rem;
}

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

.row{
  width: 95%;
  margin: auto;
}

}
@media screen and (max-width: 949px){
.col-75 {
  float: right;
  width: 100%;
  margin-top: 10px;
}
}  