/*    :root{
        --form_height: 470px;
    }*/
/*LEAD SECTION*/
@font-face {
    font-family:'OpenSans';
    src: local('OpenSans-VariableFont_wdth,wght.ttf'),
        url("../../../../lib/fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
}
.modal-inner{
    background: none !important;
}
.lead-form{
    width:330px;
    /*height: auto;*/
    background-color:var(--color_choice_1);
    color:var(--color_choice_4);
    top:240px;
}
.leadpopup .icons {
    font-weight: 900;
    width: 25px;
    height: 25px;
    margin-top: 80px;
    margin-right: 80px;
}
.lead-form h1{
    font-size: 18px !important;
    padding-top: 0px !important;
    font-weight: 700;
    font-family: OpenSans;
    color: white;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-top: 30px;
    width: 300px;
    word-wrap: break-word !important;
}
.dropbtn {
    width: 300px !important;
    height: 43px;
    border-radius: 5px;
    padding: 0 0 0 5%;
    border: #ffffff;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    color: #686767;
    border: none;
    cursor: pointer;
    background-color: white;
    margin-top: 15px;
    font-weight: 800;
    outline:none !important;
}
.submit-btn{
    width: 165px;
    height: 43px;
    background: #FFFFFF;
    border-radius: 5px;
    font-weight: 900;
    font-size: 13px;
    line-height: 18px;
    color: #20639B;
    text-transform: uppercase;
    margin-top:30px;
    border: none;
    outline:none !important;
    /*cursor: pointer;*/
    margin-bottom: 23px;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-top: -43px;
    position: absolute;
    width: 300px;
    border-radius: 10px;
    max-height: 117px;
    overflow: auto;
    cursor: pointer;
}
input::placeholder {
    font-weight: 800;
    font-size: 13px;
    color: #B3B1B1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.lead-subtitle{
    font-size: 16px !important;
    width: 300px;
    height: auto;
    font-weight: 500;
    font-family: OpenSans;
    color: white;
    word-wrap: break-word;
}
.lead-form input, .lead-form select{
    width: 300px !important;
    height: 43px;
    border-radius: 5px;
    /*margin-top: 15px;*/
    border-color: #ffffff;
    box-sizing: border-box;
    padding: 0 0 0 5%;
    border: #ffffff;
    outline:none !important;
    font-family: OpenSans;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}
.lead-continue-popup{
    width: 330px;
    height: 213px;
    top: 249px;
    background-color: var(--color_choice_1);
    color: var(--color_choice_4);
    min-height: 214px !important;
}
input:focus {
  border: none;
}
.arrow-down {
 width: 0;
 height: 0;
 border-left: 8px solid transparent;
 border-right: 8px solid transparent;
 border-top: 8px solid #686767;
 position: absolute;
    float: right;
    right: 10px;
    margin-top: 5px;
}
.lead-error-alert{
    width: 300px;
    height: 122px;
    background-color: white;
    border-radius: 5px;
    padding: 15px;
}
.errorpopup-custm-btn{
    width: 100%;
    border: none;
    height: 40px;
    background: #fff;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    color: #00a961;
    font-weight: 700;
    font-family:OpenSans !important;
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 1;
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(0 0 0 / 0%);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  /*padding: 20px;*/
  border: 1px solid #888;
  width: 80%;
  border-radius: 10px;
  border:none;
  font-family:OpenSans !important;
}
.modal-text{
    border-bottom: 1px solid #d8d8d8;
    height: 130px;
    position: relative;
    font-family:OpenSans !important;
}

@media only screen and (max-width: 990px) {
     /*LEAD SECTION*/
        .lead-form{
             top:175px;
         }
         .leadpopup .icons {
            margin-top: 0px;
            margin-right: 0px;
         }
         .lead-continue-popup{
            top:169px;
         }
.lead-popup{
            padding-right: 10%;
            margin-top: 7%;
        }
.lead-popup .f7-icons{
            font-size: 25px;
        }
}

@media only screen and (max-width: 600px) {
        .lead-form{
             top:80px;
         }
         .lead-popup{
             right: 0px !important;
         }
         .leadpopup .icons {
            margin-top: 0px;
            margin-right: 0px;
        }
        .lead-continue-popup{
            top:80px;
         }
        .model-text{
            height: 115px;
        }
}
