.mainPage .navigation h1:first-of-type {
    display: none;
}

.swal-button--confirm {
    background-color: #0061B4 !important;
}

.main-icon:before {
    font-size: 5rem;
    margin-bottom: 40px;
}

.divide {
    margin-top: 50px;
}

.specialist_paragraph p {
    font-size: 19px;
}

.policy-checkboxes.icheck [class^=icheck_] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.policy-checkboxes label {
    margin-left: 10px;
    margin-top: -4px;
    vertical-align: text-bottom !important;
}

.appointmentIntro {
    border: 1px solid red;
}

.house-checkbox {
    display: none;
    margin-bottom: 25px;
}
.house-checkbox .less-than-two-error {
    margin-top: 10px;
}
.house-checkbox .less-than-two-error small {
    color: gray;
}
.house-checkbox .less-than-two-error span:before {
    color: white;
    background-color: #ff2626;
    border-radius: 4rem;
    padding: 1px 1px 0px 1px;
    margin-right: 7px;
    font-size: 13px;
}
.house-checkbox h5 {
    margin-bottom: 25px;
}
.house-checkbox label {
    font-size: 15px;
    margin-right: 25px;
    margin-left: 10px;
    vertical-align: text-bottom !important;
}

.select2-selection__placeholder {
    visibility: hidden;
}

#personal_info_form .select2-container--default .select2-selection--single {
    border: none;
}
#personal_info_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
#personal_info_form label[for=via_type],
#personal_info_form label[for=zip_code] {
    margin-bottom: 2px;
}
#personal_info_form .select2-container {
    height: 3rem;
}

.personal_information label.error {
    color: red;
    width: 100%;
}
.personal_information .intl-tel-input {
    width: 100% !important;
}

.show_appoint_form {
    background-color: #0061B4;
    color: white;
    margin-top: 40px;
}

.appointment p {
    font-size: 19px;
}

.main section {
    margin-bottom: 25px;
}

@media (max-width: 991.98px) {
    .check_home {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
}

.radio-group {
    margin-bottom: 2em;
}
.radio-group .icheck.withImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2em;
}
.radio-group .icheck.withImg.selected img {
    opacity: 1;
    box-shadow: 0px 0px 0 4px #0061B4;
    transform: scale(0.92);
}
.radio-group .icheck.withImg label {
    margin: 0;
    cursor: pointer;
}
.radio-group .icheck.withImg label img {
    transition: all ease-in-out 100ms;
}
.radio-group .icheck.withImg label .checkText {
    margin-left: 0.4em;
}
.radio-group label {
    margin-bottom: 0;
}

.how-it-works h5 {
    margin-top: 25px;
}
.how-it-works p {
    font-size: 15px;
    margin-top: 20px;
}
.how-it-works i:before {
    font-size: 55px;
}
.how-it-works i {
    margin-bottom: 30px;
}
