@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
* :focus{
    outline: none;
}
body{
    margin: 0px;
    font-family: 'Open Sans';
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}
.consulation-form {
    
}

div.header-main {
    padding: 0;
}
h2.fnumber,
h2.phonefill {
    text-align: center;
    margin: 0;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
}
.call-soon h4 {
    margin-bottom: 0!important;
}
.save-contact {
    margin: 30px 0 0;
}
.save-contact p {
    text-align: center;
}
.consulation-form .btn {
    text-align: center;
}
.header-main .container {
    position: relative;
    padding: 30px 0;
}

.header-main .right-form {
    position: relative;
    right: 0;
    top: 0;
    max-width: 423px;
    width: 100%;
}

.header-main .container {
    position: relative;
    padding: 30px 0;
}

.header-main .right-form .consulation-form .heading {
    background: #86c22f;
    padding: 13px 15px;
    color: #024d71;
}

.header-main .right-form .consulation-form h3 {
    margin: 0;
    text-align: center;
    font-size: 17px;
    line-height: normal;
    font-weight: bold;
    color: #0f5779;
}

.header-main .right-form .consulation-form .form-area {
    background: #e6e7e8;
    padding: 25px 40px;
}

.header-main .right-form .consulation-form .form-area h4 {
    margin: 0 auto 20px;
    text-align: center;
    color: #0f5779;
    font-size: 17px;
    line-height: normal;
    letter-spacing: 0;
    font-weight: bold;
    max-width: 280px;
}

.header-main .right-form .consulation-form .form-area .half {
    width: 50%;
    float: left;
    position: relative;
}
.header-main .right-form .consulation-form .form-area .full {
    width: 100%;
    float: left;
    position: relative;
}

.header-main .right-form .consulation-form .form-area input[type="text"], .header-main .right-form .consulation-form .form-area input[type="email"], .header-main .right-form .consulation-form .form-area input[type="tel"] {
    max-width: 100%;
    border-radius: 0px;
    border-color: transparent;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #004D71;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    height: 52px;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 16px;
}
input[aria-describedby] {
    border-bottom: 2px solid #eb4349 !important;
}
span.help-block {
    color: #eb4349;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
#isootfalse span.help-block {
    width: 180px;
    bottom: -8px;
}
#isootfalse .radio-group {
    text-align: center;
}

#isootfalse .radio-group label {
    margin: 0 auto 10px;
    text-align: left;
}
#isootrue .save-contact h2 {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    min-height: 200px;
}
.header-main .right-form .consulation-form .content {
    display: inline-block;
}

.header-main .right-form .consulation-form .content p {
    margin: 0;
    color: #024d71;
    font-size: 12px;
}

.header-main .right-form .consulation-form .content input[type=checkbox] {
    transform: scale(.75);
    border-color: #024d71;
    text-align: center;
    vertical-align: middle;
}

.radio-group {
    width: 100%;
    display: block;
    margin: 0 0 18px 0;
}
.radio-group > label {
    max-width: 260px;
}
.radio-group label {
    color: #007c85;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: normal;
    margin: 0 0 10px 0;
}

.radio-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.radio-group ul li {
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 0;
}

.radio-group ul li label {
    display: inline-block;
    position: relative;
    z-index: 0;
    padding: 0 0 0 23px;
}

.radio-group ul li input[type="radio"] {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -4px;
}

.radio-group ul li input[type="radio"]:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    position: absolute;
    left: 0;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #d6d7d8;
}

.radio-group ul li input[aria-describedby]:before{
    border-color: #eb4349;
}

.radio-group ul li input[type="radio"]:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #007c85;
    position: absolute;
    opacity: 0;
    left: 3px;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.radio-group ul li input[type="radio"]:checked:after{
    opacity: 1;
}

/*.radio-group span.help-block {
    display: none!important;
}*/
.consulation-form .align-center {
    text-align: center;
}
.consulation-form label {
    color: #007c85;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: normal;
    margin: 0 0 10px 0;
}

.header-main .right-form .consulation-form .form-area .half.schedule-btn {
    padding-left: 15px;
    box-sizing: border-box;
}

.header-main .right-form .consulation-form .form-area .schedule-btn input[type="button"] {
    background: #86c22f url(../img/schedule-icon.png) no-repeat 10px center / 26px;
    border: none;
    height: 52px;
    padding: 7px 10px 7px 40px;
    text-align: center;
    width: 100%;
    border-radius: 8px;
    color: #024d71;
    font-size: 14px;
    font-weight: bold;
    word-break: normal;
    white-space: inherit;
    margin-bottom: 18px;
}
p.highlight {
    color: #eb4349;
    font-size: 16px;
}

input.invalid {
  background-color: #ffdddd;
}
.consulation-form .btn .next {
    background-color: #86c22f;
    border: none;
    height: 54px;
    padding: 10px 10px;
    text-align: center;
    width: 225px;
    border-radius: 10px;
    color: #024d71;
    font-size: 22px;
    font-weight: bold;
    word-break: normal;
    white-space: inherit;
    margin-top: 18px;
}

.consulation-form .btn .save-btn {
    background-image: url(../img/user-plus.png);
    background-repeat: no-repeat;
    background-position: 10px 9px;
    padding-left: 50px;
}


.appointment {
    padding: 30px 15px 0;
    background: #f1f2f2;
    height: 240px;
    overflow-y: scroll;
    margin-bottom: 30px;
}

.appointment h4 {
    text-align: left!important;
    max-width: 100%!important;
}

.appointment ul {
    list-style: none;
    margin: 0 -5px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.appointment ul li {
    list-style: none;
    width: 35%;
    padding: 0 5px;
    text-align: center;
    position: relative;
}
.appointment ul li label {
    background: #a7a9ac;
    padding: 10px 5px;
    border-radius: 7px;
    cursor: pointer;
    color: #0a3e5f;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}

.appointment ul li input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}
.appointment ul li input[type="radio"]:checked + label{
    background: #0a3e5f;
    color: #fff;
}

.appointment ul li input[type="radio"]:disabled + label {
    opacity: 0.5;
    cursor: not-allowed;
}
.appointment ul li input[type="radio"]:disabled {
    cursor: not-allowed;
}
.spinner {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 3;
}
.consulation-details {
    margin-bottom: 20px;
}
/*form styles*/
#msform {
    width: 400px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    
    /*stacking fieldsets above each other*/
    position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}
/*buttons*/
#msform .action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #27AE60;
    color: white;
}
.header-main .right-form h3 {
    font-size: 15px !important;
}
.header-main .right-form .consulation-form .form-area .call-soon h2.fnumber {
    font-size: 36px;
}
.header-main .right-form .consulation-form .form-area h2.fnumber {
    font-size: 36px;
}
.header-main .right-form .consulation-form .form-area .consulation-details p, .header-main .right-form .consulation-form .form-area .consulation-details p strong, 
.header-main .right-form .consulation-form .form-area .consulation-details .save-details-btn a {
    font-size: 16px;
}
.header-main .right-form .consulation-form .btn .next {
    font-size: 18px;
}
.header-main .right-form .consulation-form .form-area .call-soon h4 {
    font-size: 14px;
}
.header-main .right-form .consulation-form .form-area.call-soon h4 {
    font-size: 14px;
}
.header-main .right-form .spinner {
    top: 50px;
    align-items: baseline;
    background: transparent;
}
.header-main .right-form .consulation-form .form-area p.wsfaddress strong {
    float: left;
    margin-bottom: 35px;
    margin-right: 5px;
}
.header-main .right-form .consulation-form .form-area .consulation-details h4 {
    text-align: left;
    max-width: 100%;
}
.header-main .right-form .consulation-form .form-area .consulation-details p.wsftime strong {
    min-width: 73px;
    display: inline-block;
    text-align: right;
}
.header-main .right-form .consulation-form .form-area .consulation-details .save-details-btn {
    margin: 20px 0 25px;
}
#getapthastrue .form-area {
    display: flex;
    align-items: center;
    min-height: 200px;
}
#getapthastrue .form-area h4 {
    max-width: 100%;
    font-size: 18px;
}
@media (max-width: 480px) {
.header-main .right-form .half.schedule-btn {
    width: 100% !important;
    padding-left: 0 !important;
}
.header-main .right-form .consulation-form .form-area .half:nth-child(10) {
    width: 100%;
}
.header-main .right-form .consulation-form .form-area .appointment {
    height: 440px;
}
.header-main .right-form .consulation-form .form-area .appointment ul li {
    width: 100% !important;
    margin-bottom: 5px;
}
.header-main .right-form .consulation-form .form-area .appointment ul {
    flex-wrap: wrap;
}
.header-main .right-form .consulation-form .form-area .call-soon h2.fnumber {
    font-size: 30px;
}
.header-main .right-form .consulation-form .form-area h2.fnumber {
    font-size: 30px;
}
.header-main .right-form .consulation-form .form-area .appointment h4 {
    text-align: center !important;
}
.header-main .right-form .consulation-form .form-area .consulation-details .save-details-btn a {
    font-size: 12px;
}
.header-main .right-form .consulation-form .form-area p.wsfaddress {
    font-size: 13px;
}
.header-main .right-form .consulation-form .form-area .consulation-details p.wsftime {
    font-size: 13px;
}
.header-main .right-form .consulation-form .form-area .consulation-details p.wsftime strong {
    font-size: 14px;
     min-width: 64px;
}
.header-main .right-form .consulation-form .form-area .consulation-details p.wsfaddress strong {
    font-size: 14px
}
}