.ensoquote_slide_container *{
    font-family: 'Open Sans';
    color: black;
}

.ensoquote_slide_title{
    font-weight: bold; 
    font-size: 25px;
    padding-top:60px;
    padding-bottom:30px;
    border-top: 1px solid #999999;
}

.ensoquote_taxonomy_title{
    font-weight:500;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
    display: inline-block;
}


.ensoquote_slide{
    display: none;
}
.ensoquote_slide[data-attr-slide="1"]{
    display: block;
}

.ensoquote_selectionpanel{
    position: relative;
}

.ensoquote_frontend_select{
    padding: 12px;
    padding-right: 50px;
    font-size: 14px;
}

.ensoquote_tooltiptoggle{
    font-size: 12px;
}

.ensoquote_tooltipcontainer{
    position: relative;
}

.ensoquote_slide{
    position: relative;
}

.ensoquote_buttons{
    text-align: right;
    right:0;
    top:0;
    padding-top: 30px;
}


.ensoquote_tooltipmark{
    z-index:99;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("../img/question-mark.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ensoquote_prevpage{
    font-size: 13px;
    letter-spacing:1px;
    font-weight: 500; 
    text-transform: uppercase;
    border:2px solid black;
    padding: 10px 20px;
    min-width: 130px;
    background-color: white;
    color: black;
    cursor: pointer;
}

.ensoquote_nextpage{
    font-size: 13px;
    letter-spacing:1px;
    font-weight: 500; 
    text-transform: uppercase;
    margin-left: 30px;
    padding: 10px 20px;
    min-width: 130px;
    background-color: black;
    color: white;
    border:2px solid black;
    cursor: pointer;
}

.ensoqute_recap_image{
    display: inline-block;
    width:20px;
    height: 20px;
    background-image: url("../img/check.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ensoquote_recap_title{
    font-weight: bold;
    font-size: 24px;
}

.ensoquote_recap_text{
    font-size: 16px;
}

.ensoquote_recap_item{
    font-size: 12px;
    line-height: 20px;
    margin-left: 20px,
}

.ensoquote_popup_form_container{
    z-index: 100;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    font-size: 0;
}

.ensoqoute_popup_form_left{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.ensoqoute_popup_form_right{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.ensoquote_form_row{
    width: 100%;
    display: inline-block;
    font-size: 0;
}

.formrow50{
    width: 49%;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
}

.formrow50:first-child{
    margin-right: 1%;
}
.formrow50:nth-child(2){
    margin-left: 1%;
}

.formrow50 input{
    width: 100%;
    font-size: 16px !important;
    padding: 12px 6px !important;
    border-radius: 1px;
    border: 1px solid black;
}

.formrow100{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
}

.formrow100 input{
    width: 100%;
    font-size: 16px;
    padding: 16px 8px;
    border-radius: 1px;
    border: 1px solid black;
}

.ensoquote_form_row textarea{
    width: 100%;
    height: 200px;
    font-size: 16px;
    border: 1px solid black;
    padding: 16px 8px;
    border-radius: 1px;
}

.ensoquote_privacy_policy{
    font-size: 16px;
}


.ensoquote_back_to_customizer_button{
    font-size: 13px;
    letter-spacing:1px;
    font-weight: 500; 
    text-transform: uppercase;
    border:2px solid black;
    padding: 10px 20px;
    min-width: 130px;
    background-color: white;
    color: black;
    cursor: pointer;
    margin-top: 200px;
}

.ensoquote_back_to_customizer_button{
    font-size: 13px;
    letter-spacing:1px;
    font-weight: 500; 
    text-transform: uppercase;
    border:2px solid black;
    padding: 10px 20px;
    min-width: 130px;
    background-color: white;
    color: black;
    cursor: pointer;
    margin-top: 200px;
}

.ensoquote_formbutton{
    width: 100%;
    text-align: right;
}

.ensoquote_popupformsubmit, .submit_formsubmit{
    font-size: 13px;
    letter-spacing:1px;
    font-weight: 500; 
    text-transform: uppercase;
    margin-left: 30px;
    padding: 10px 20px;
    min-width: 130px;
    background-color: black;
    color: white;
    border:2px solid black;
    cursor: pointer;
    margin-top: 50px;
}

.ensoquote_error_message,.ensoquote_popup_error_message{
    font-size: 12px;
    color: red;
    display: none;
}

.ensoquote_form_container{
    font-size:0;
    display: inline-block;
}

.ensoqoute_form_left{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.ensoqoute_form_right{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.ensoquoute_checkbox_container{
    font-size: 16px !important;
}


select {

    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
  
    /* reset */
  
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  
  /* arrows */
  
  select {
    background-image:
      linear-gradient(45deg, transparent 50%, rgb(0, 0, 0) 50%),
      linear-gradient(135deg, rgb(0, 0, 0) 50%, transparent 50%),
      linear-gradient(to right, rgb(254, 255, 255), rgb(255, 255, 255));
    background-position:
      calc(100% - 20px) calc(1em + 7px),
      calc(100% - 15px) calc(1em + 7px),
      100% 0;
    background-size:
      5px 5px,
      5px 5px,
      2.5em 2.5em;
    background-repeat: no-repeat;
  }
  

  .ensoquoute_checkbox_container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .ensoquoute_checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border: 1px solid black;
  }
  
  /* When the checkbox is checked, add a blue background */
  .ensoquoute_checkbox_container input:checked ~ .checkmark {
    background-color: #ffffff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .ensoquoute_checkbox_container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .ensoquoute_checkbox_container .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .ensoquote_checkbox_structure{
      margin-bottom: 5px;
  }

  .ensoquote_form_row span{
    font-size: 16px !important;
    margin-right: 20px;
    margin-bottom: 15px;
}

.ensoqoute_popup_form_left{
    background-color: #ffffff;
}