﻿.inner-banner-bg .home-slider .carousel-caption h1 {
    font-size: 3rem;
    line-height: 4rem;
}

.claim_profile_search_form {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    margin: 30px 0 0;
    border-radius: 5px;
}

    .claim_profile_search_form .form-control,
    .claim_profile_search_form .form-select {
        min-height: 48px;
    }

.profile_search_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1px;
}

.form_item_each {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.profile-form {
    padding: 25px;
    border-radius: 10px;
}

.stepsSingle {
    padding: 20px;
    margin: 30px 0 0;
    min-height: calc(100% - 30px);
}

.stepsTopBar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.stepsHead {
    font-size: 80px;
    line-height: 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #51ad5b;
}

    .stepsHead span {
        position: absolute;
        font-size: 1rem;
        line-height: 1rem;
        background-color: rgba(246, 248, 253, 0.9);
        width: 100%;
        text-align: center;
        padding: 3px 0;
        letter-spacing: 5px;
    }

.stepSubHead {
    font-size: 2rem;
    line-height: 3rem;
}

@media (max-width: 1024px) {
    .stepsHead {
        font-size: 70px;
        line-height: 70px;
    }

    .stepSubHead {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

@media (min-width: 767px) and (max-width: 990px) {
    .stepsTopBar {
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin: 0 0 10px;
    }
}

.search_form_box {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    margin: 30px 0 0;
    border-radius: 5px;
}

.search_form {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
}

.form_item_each {
    flex-basis: auto;
    flex-grow: 1;
}

    .form_item_each:first-child {
        flex-basis: 110px;
    }

.find-form-btn {
    flex-basis: 110px;
}

    .find-form-btn .btn-main {
        padding: 5px 10px;
        border-radius: 0px;
        position: static;
    }

.optional_visibility {
    display: none;
}

.search_form .form-control {
    min-height: 50px;
    border-radius: 0px;
    font-size: 13px;
    border: none;
    padding: 10px 10px;
}

.search_form .input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #102037;
    padding: 0px 8px 0 4px;
}

.search_form .input-group {
    border: none;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e7ebf1;
    border: none;
    border-radius: 2px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 4px;
    font-size: 13px;
}

.form_item_each:nth-child(1) {
    flex-basis: 10%;
    flex-grow: 0;
}

.form_item_each:nth-child(2) {
    flex-basis: 20%;
    flex-grow: 0;
    width: 130px;
}

.form_item_each:nth-child(3) {
    flex-basis: 32%;
    flex-grow: 0;
    width: 200px;
}

.form_item_each:nth-child(4) {
    flex-basis: 25%;
}

.form_item_each:nth-child(5) {
    flex-basis: 12%;
    flex-grow: unset;
}
@media(max-width:1200px) {
    .form_item_each {
        flex-basis: 20%;
        flex-grow: 1;
    }
}

@media(max-width:990px) {
    .search_form {
        gap: 0px;
    }
    .form_item_each {
        flex-basis: 25%;
        flex-grow: 1;
        border: 1px solid #eee;
    }

        .form_item_each:nth-child(2) {
            flex-basis: 50%;
        }

        .form_item_each:first-child {
            flex-basis: 20%;
        }

        .form_item_each:nth-child(1) {
            flex-basis: 50%;
        }

        .form_item_each:nth-child(3) {
            flex-basis: 15%;
            flex-grow: 0;
        }
}

@media(max-width:767px) {
    .form_item_each {
        flex-basis: 100% !important;
        flex-grow: 0;
    }
}

@media(max-width:580px) {
    .form_item_each {
        flex-basis: 100%;
        flex-grow: 1;
    }
}

.select2-container {
    min-width: 176px;
    flex: 1 1 auto;
}

    .select2-container .select2-selection--single {
        border: none;
        border-radius: 0px;
        height: 50px;
        display: flex;
        align-items: center;
        width: 100% !important;
    }

.select2-selection__arrow {
    background-color: #fff !important;
    height: 50px !important;
    right: 0 !important;
    top: 0px !important;
}

span.input-group-text {
    min-width: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin-right: 5px;
    color: #bfbbbb;
}

    .select2-container--default .select2-selection--single .select2-selection__clear:hover {
        color: #000000;
    }

.error-input-group {
    border: 1px solid red !important;
}


.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 13px;
}

span.select2-selection__placeholder {
    font-size: 13px;
}

.select2-results__options--nested > li.select2-results__option > span[data-parent=true] {
    margin-left: -10px;
    font-weight: 800;
}

li.select2-results__option span[data-parent=true] {
    font-weight: 800;
}

#select2-specialtyId-container {
    text-transform: capitalize !important;
}

.select2-results__option {
    padding: 3px 6px;
}

.green {
    color: #51ad5b;
}

.red {
    color: #e7441b;
}

.search-result-list-each {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #eee;
    padding: 20px;
    min-height: calc(100% - 30px);
    margin: 30px 0 0;
}

    .search-result-list-each .form-check-input {
        width: 18px;
        height: 18px;
    }

.search-result-list-doctor-image {
    position: relative;
    /* width: 180px; */
    height: 200px;
    flex: none;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .search-result-list-doctor-image img {
        object-fit: cover;
        object-position: center center;
        width: 100% !important;
        height: 100% !important;
    }

.location-row {
    display: flex;
    gap: 10px;
}

.search-result-list-doctor-details,
.search-result-list-doctor-details p {
    font-size: 13px;
    line-height: 18px;
}

.search-result-list-doctor-ratings {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 5px 0;
}

    .search-result-list-doctor-ratings i {
        color: #ecc800;
        font-size: 1.6rem;
    }

.search-result-list-doctor-profile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.search-result-list-doctor-details {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 6px;
}

.search-result-list-doctor-main {
    display: flex;
    gap: 10px;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.search-result-list-doctor-action {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
}

.search-result-form-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.search-result-list-doctor-consultation {
    display: flex;
    gap: 10px;
}

.location-item {
    display: flex;
    gap: 6px;
}

.select2-container .select2-selection--single {
    border: none !important;
    border-radius: 0px !important;
    height: 50px !IMPORTANT;
    display: flex !IMPORTANT;
    align-items: center;
    width: 100% !important;
}

.btn-main:focus, .btn-main:hover {
    color: #fff;
    background-color: #51ad5b;
    border: 1px solid #51ad5b;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    top: -3px;
}

@media(max-width:990px) {

    .search-result-list-each {
        display: block;
    }

    .search-result-list-doctor-main {
        position: relative;
    }

        .search-result-list-doctor-main .form-group {
            position: absolute;
            right: 0px;
            top: 0;
        }

    .search-result-form-actions {
        flex-direction: row;
    }
}

@media(max-width:767px) {

    .search-result-list-doctor-main {
        position: relative;
    }
    .search-result-list-doctor-details {
        margin: 10px 0;
    }
}


.sub-heading {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 15px;    
}


.blog_pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

    .blog_pagination ul li {
        list-style: none;
        margin: 0 2px;
        background-color: #fff;
    }

        .blog_pagination ul li.active a {
            background-color: #253863;
            color: #fff;
        }

        .blog_pagination ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 40px;
            width: 50px;
            border: 1px solid #253863;
            margin: 0;
            padding: 0;
            border-radius: 5px;
        }

            .blog_pagination ul li a:hover {
                background-color: #253863;
                color: #fff;
            }


#thankYouPopup .modal-content {
    padding: 0px 30px 30px !important;
    text-align: center !IMPORTANT;
}

    #thankYouPopup .modal-content img {
        width: 280px;
        margin: 0 auto;
    }