html, body {
  width: 100%;
  height: 100%;
}

body{
  margin: 0 auto;
}

.header {
  height: 124px;
}
.wrap {
        display:table;
    height:100%;
}

.modal{
  bottom: -20px;
}

.wrap > div {
    display:table-cell;
    height:100%;
    
}

.blue-side {
  text-align: center;
  width: 50%;
  height: 100%;
}

.yellow-side{
  text-align: center;
  width: 50%;
  height: 100%;
}

.modal-content{
  border-radius: 0; 
  border: none !important; 
  height: 100%;
}


.modal-dialog{
  width: 100%; 
  margin: 0;
}

.modal-body{
  padding: 0;
}




.modal-wrapper h1{
  color: #fff; 
  font-size: 69px;
  padding: 0px 20px;
}


.modal-wrapper h2{
  color: #fff; 
  font-weight: normal; 
  padding: 30px 135px 0px 135px; 
  margin-bottom: 50px;
}

.modal-wrapper a{
  border: 3px solid #fff; 
  background-color: transparent; 
  color: #fff; 
  font-size: 27px; 
  padding: 13px 25px; 
  margin-bottom: 50px;
      margin-top: 10px;
  text-decoration: none;
  cursor: pointer;
}

.modal-wrapper a:hover, .modal-wrapper a:focus{
  background-color: #0000007a;
  color: #fff;
}

.modal-wrapper button{
  border: 3px solid #fff; 
  background-color: transparent; 
  color: #fff; 
  font-size: 27px; 
  padding: 13px 25px; 
  margin-bottom: 50px;
  text-decoration: none;
}

.modal-wrapper button:hover, .wrapper button:focus{
  background-color: #0000007a;
  color: #fff;
}

.splash-logo{
  padding-bottom: 60px; 
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.model-footer{
  margin-top: 0; 
  padding: 0; 
  display: none;
}


.splash-icon{
    padding-bottom: 60px; 
    padding-top: 30px;
  }

.sellnow{
  display: inline-block;
}

.sellnow-sm{
  visibility: hidden;
}    

@media only screen and (max-width: 1350px){
  .modal-wrapper h1{
    font-size: 40px;
  }


  .modal-icon{
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .modal-wrapper h2{
    padding: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 992px){
  .modal-wrapper h2{
    padding: 50px;
  }


}
/* */
@media only screen and (max-width: 768px){
.wrap{
  display: flex;
}


.yellow-side{
  display: none !important;
}

.blue-side{
  width: 100%;
}


    .sellnow-sm{
  visibility: visible;
  background-color: #EDA51B !important;
}    

.visitsite{
  width: 155px;
}


.sellnow-sm:hover{
  background-color: #ff8d00bd !important;
}

.sellnow{
  display: none;

}

  .modal-wrapper h2{
    display: none;
  }
  .modal-wrapper h1{
    display: none;
  }

  .modal-wrapper button{
    margin-bottom: 25px;
    font-size: 18px;
    padding: 10px 20px;
  }

  .modal-wrapper a{
    margin-bottom: 0;
    font-size: 18px;
    padding: 10px 28px;
  }

  .splash-logo {
      padding-bottom: 75px;
      padding-top: 60px;
  }

  .modal-splash button{
    margin-bottom: 30px;
  }

  .splash-icon{
    padding-bottom: 30px; 
    padding-top: 30px;
    display: none;
  }

  .blank-space{
    display: none;
  }

  .modal-splash{
    height: 350px !important;
  }

  .modal-splash-2{
    background-color: #24385D !important;
    height: 480px !important;
  }

  .modal-splash-2 button{
    margin-top: 90px;
  }
}


