


 
.step_style .form-input.three-col .radio_container {
    width: 100%;
}

.step_style .radio_container .checkmark {
    border: 0;
}

.step_style  .form-input .radio_container {
    width: 100%;
}


.step_style .form-group--radio label.radio_container:before {
   width: 22px;
    height: 22px;
    margin-top: -11px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px #fff inset,0 0 0 5px #000  inset,0 0 0 1px #131313 ,0 0 0 3px #ccc;
    box-shadow: 0 0 0 4px #fff inset,0 0 0 5px #000  inset,0 0 0 1px #131313 ,0 0 0 2px #ccc;
    position: absolute;
    top: 45%;
    left: 7px;
    display: block;
    content: '';
    background: #fff;
}
 
.step_style  .form-group--radio label:hover:before {
    background: #24B51F;
}

.step_style   .radio_container .checkmark {
    padding: 8px 10px 7px;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(35,31,32,.3);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.step_style  .radio_container:hover input~.checkmark, .step_style .radio_container input:checked~.checkmark {
    border: 1px solid #ff7f34;
}


.pform #prevBtn {
    float: left;
    max-width: 52px;
    padding: 0;
    color: #FFF;
    position: relative;
    top: 11px;
}

.pform .form-actions {
    max-width: 468px;
    margin: 44px auto 0px;
    display: inherit;
    justify-content: space-between;
}

.pform #prevBtn:hover, .pform #prevBtn:focus {
    outline: 0;
}

.step_style .radio_container .checkmark {
    font-size: 16px;
}

button#nextBtn {
    float: right;
    max-width: 200px;
    font-size: 27px;
    font-weight: 700;
    padding: 2px 10px !important;
    /* position: absolute; */
    /* left: 0; */
}

button#nextBtn:focus {
    outline: 0;
}

.pform .tab {
    height: auto;
    padding: 0 40px;
}


.pform form {
    height: auto;
    float: left;
    width: 100%;
    padding-bottom: 27px;
}


.pform .form-group>label.head_label {
    margin-bottom: 24px;
}
button#nextBtn:hover {
    background: #e66920;
}

 
label.input_label , label.input_label strong{
    font-size: 15px !important;
    font-weight: 200 !important;
    font-family: 'Lato', sans-serif !important;
}

 .pform .dob_container label {
    font-weight: normal;
}

.pform .form-row .form-group {
    margin-bottom: 15px;
}
 body.phi-template .top-title .wrapper .pform p#terms {
    float: left;
    width: 100%;
    padding: 20px 53px;
    line-height: 16px;
	height: auto !important;
}
 .pform .form-group span.error {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    position: relative;
    bottom: 0;
    left: 0;
}
 
@media (min-width:1200px){
 .stars {
    position: relative;
    top: 6px;
}
   
}

 
@media (max-width:991px){
  .stars {
    margin-bottom:10px;
	display: none !important;
} 
.header_part {
    background: #319b44;
}

.pform form h2 {
    padding: 25px 10px 20px !important;
	font-size: 25px;
}

.pform .form-group>label {
    margin-bottom: 6px;
}
.pform .tab {
    height: auto;
    padding: 0 23px;
}
.pform .form-row .form-group {
    margin-bottom: 20px;
}
/*.pform .form-actions {
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    min-height: auto;
    float: left;
    width: 100%;
    margin-top: 10px;
}*/

}



@media (min-width:380px) and (max-width:480px){

.step_style .radio_container .checkmark {
    font-size: 14px;
}

}







@media (min-width:992px){

.pform form h2 {
    padding-top: 27px !important;
    padding-bottom: 8px;
}

.pform form {
  /*  min-height: 584px;*/
	min-height: 393px;
}


}


@media (max-width:767px){
.pform .form-group span.error {
    display: block !important;
    margin-top: 6px;
}
.providers-logos__item {
    flex: 0 0 50%;
	margin-bottom: -30px;
}
.top-title--thanks p {
    color: #000 !important;
    padding: 0px 16px;
}
/*body.phi-template .top-title .wrapper h1.top-title__main {
    margin-bottom: 3px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}*/
body.phi-template .top-title .wrapper h1.top-title__main {
    margin-bottom: 3px;
    font-family: 'omnes', Lato, sans-serif;
    font-size: 27px;
    font-weight: bold !important;
}
body.phi-template .main__header .container {
    padding-bottom: 0;
}
body.phi-template .top-title {
    padding-bottom: 38px !important;
}
.sm_logo_all {
    display: block !important;
	text-align: center;
}

.sm_logo_all img {
    max-width: 100%;
}

.providers-logos.my-lg-4 {
    display: none !important;
}

section.comp__block.comp__block--intro {
    margin-bottom: 0 !important;
}

section.comp__block.family_section {
    margin-top: 14px;
}

section.comp__block.reviews {
    padding: 40px 0px !important;
}


}





@media (min-width:380px) and (max-width:480px){
#step2 label.radio_container:nth-child(3) .checkmark {
    padding-left: 34px;
    padding-right: 6px;
}

}







