.sp-header-contact {
    margin-top: 60px;
}
.sp-header-contact h4 {
    font-size: 18px;
    color: #6377fc;
    margin-bottom: 20px;
}
.sp-header-contact .sp-hc-card {
    padding: 5px 2px;
    display: flex;
    align-items: center;
}
.sp-header-contact .sp-hc-card i {
    width: 35px;
    height: 35px;
    background-color: #6377fc29;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6377fc;
    margin-right: 10px;
}
.sp-header-contact .sp-hc-card span {
    font-size: 14px;
    color: #7a7a7a;
}
/* Slider Section */
.sp-medical-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 70px 0px;
}
.sp-medical-hero img {
    width: 100%;
    animation: lightJump 2s infinite ease-in-out;
}

@keyframes lightJump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.sp-medical-hero .sp-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sp-medical-hero .main-content {
    margin-top: 20px;
}
.sp-medical-hero .main-content .sub-title {
    color: #4e4e4e;
    font-size: 30px;
    margin-bottom: 20px;
}
.sp-medical-hero .main-content h4 {
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
}
.sp-medical-hero .main-content h4 span {
    background-color: #ffd000;
    padding: 6px 12px;
    font-size: 17px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #000000;
}
.sp-medical-hero .main-content p {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 16px;
    font-size: 18px;
    color: #6377fc;
}
.sp-medical-hero .main-content .sp-point {
    font-size: 15px;
    color: #8b8b8b;
    padding: 8px;
    width: 250px;
    display: flex;
}
.sp-medical-hero .main-content .sp-point a {
    cursor: pointer;
}
.sp-medical-hero .main-content .sp-point a:hover {
    margin-left: 10px;
    color: #6377fc;
}
.sp-medical-hero .main-content .sp-point i {
    font-size: 18px;
    color: #6377fc;
    margin-right: 8px;
    margin-top: 4px;
}
.sp-medical-hero .main-btn {
    padding: 12px 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: linear-gradient(to right, #00abf0 50%, #6377fc 50%);
    background-size: 200%;
    background-position: left;
    transition: background-position 0.4s;
    margin-bottom: 20px;
    /* border-radius: 20px; */
    text-transform: uppercase;
}
.sp-medical-hero .main-btn:hover {
    background-position: right;
    /* border: 1px solid #40ff00; */
    color: #ffffff;
}
@media(max-width: 992px) {
    .sp-medical-hero .main-section {
        height: auto;
    }
    .sp-medical-hero {
        padding: 20px 0px;
    }
    .sp-medical-hero .main-content .sub-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sp-medical-hero .main-content h4 {
        font-size: 14px;
        line-height: 25px;
    }
    .sp-medical-hero .main-content h4 span {
        padding: 4px 10px;
        font-size: 15px;
        border-top-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
    .sp-medical-hero .main-content .sp-point {
        margin-bottom: 0px;
        font-size: 15px;
        padding: 5px 10px;
        border-radius: 7px;
        width: 240px;
    }
}


.sp-medical-feature {
    background-color: #6377fc;
    padding: 100px 0px;
}
.sp-medical-feature .sp-head {
    margin-bottom: 40px;
    text-align: center;
}
.sp-medical-feature .sp-head h4 {
    color: #ffffff;
    font-size: 23px;
}
.sp-medical-feature .sp-head p {
    color: #ffffff96;
    font-size: 16px;
}
.sp-medical-feature .sp-feature {
    text-align: center;
    padding: 20px 10px;
    /* border: 2px dashed #ffffff; */
    background-color: #475add;
    border-radius: 10px;
}
.sp-medical-feature .sp-feature img {
    width: 80px;
}
.sp-medical-feature .sp-feature h4 {
    color: #ffffff;
    font-size: 20px;
    margin-top: 20px;
}
.sp-medical-feature .sp-feature p {
    color: #ffffffad;
    text-align: center;
    font-size: 16px;
}
@media(max-width: 992px) {
    .sp-medical-feature {
        padding: 50px 0px;
    }
    .sp-medical-feature .sp-head {
        margin-bottom: 20px;
    }
    .sp-medical-feature .sp-head h4 {
        font-size: 20px;
    }
    .sp-medical-feature .sp-head p {
        font-size: 14px;
    }
    .sp-medical-feature .sp-feature img {
        width: 60px;
    }
    .sp-medical-feature .sp-feature h4 {
        font-size: 15px;
    }
    .sp-medical-feature .sp-feature p {
        font-size: 12px;
    }
}

.sp-head-bg-white {
    margin-bottom: 40px;
    text-align: center;
}
.sp-head-bg-white h4 {
    color: #464646;
    font-size: 23px;
}
.sp-head-bg-white p {
    color: #848484;
    font-size: 16px;
}
.sp-key-feature {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    height: 200px;
    margin-bottom: 15px;
    box-shadow: #0000001f 0px 7px 15px 0px;
    position: relative;
}
.sp-key-feature i {
    width: 60px;
    height: 60px;
    background-color: #6377fc29;
    border-radius: 12px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6377fc;
}
.sp-key-feature h4 {
    margin-top: 15px;
    font-size: 18px;
}
.sp-key-feature p {
    font-size: 14px;
    color: #8c8c8c;
}
@media(max-width: 500px) {
    .section-container {
        padding: 40px 0px !important;
    }
    .sp-head-bg-white {
        margin-bottom: 20px;
    }
    .sp-head-bg-white h4 {
        font-size: 18px;
    }
    .sp-head-bg-white p {
        font-size: 15px;
    }
    .sp-key-feature {
        padding: 15px;
        border-radius: 12px;
        height: 170px;
    }
    .sp-key-feature i {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        font-size: 25px;
    }
    .sp-key-feature h4 {
        margin-top: 15px;
        font-size: 15px;
    }
    .sp-key-feature p {
        font-size: 13px;
    }
}














.sp-search-main {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
}
.sp-seach-input {
    background-color: #ffffff;
    padding: 15px 0px;
}
.sp-seach-input h4 {
    color: #3d3d3d;
    margin-bottom: 20px;
    font-size: 22px;
}
.sp-seach-input h4 span {
    color: #6377fc;
}
.sp-seach {
    position: relative;
    margin-bottom: 10px;
}
.sp-seach input {
    /* width: 550px; */
    border-radius: 0px;
    border-radius: 3px;
    color: #848484;
    border: 1px solid #858585;
}
.sp-seach input::placeholder {
    color: #848484;
    font-size: 15px;
}
.sp-seach .location {
    width: 200px;
    margin-right: 20px;
    padding: 9px 20px 9px 40px;
}
.sp-seach div i {
    position: absolute;
    top: 13px;
    left: 14px;
    color: #6377fc;
    font-size: 20px;
    opacity: 0.8;
}
.sp-seach .clinic {
    width: 350px;
    padding: 9px 15px;
}
.sp-seach button {
    position: absolute;
    top: 5px;
    right: 7px;
    border: none;
    background-color: #6377fc;
    padding: 6px 10px;
    color: #ffffff;
    font-size: 15px;
    border-radius: 3px;
}
.sp-seach-mobile-btn {
    display: none;
    margin: 5px;
    text-transform: uppercase;
}
.sp-link-btn {
    background-color: #6377fc30;
    border: 1px solid #6377fc;
    color: #6377fc;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 13px;
}
.animate-btn {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
}

.animate-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 12px rgba(13, 110, 253, 0.5);
}

.animate-btn:active {
    transform: scale(0.97);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    }
}

.animate-btn {
    animation: pulse 2s infinite;
}
@media(max-width: 800px) {
    .sp-seach-input {
        padding: 15px 0px;
    }
    .sp-seach-input h4 {
        font-size: 17px;
    }
    .sp-seach-input p {
        font-size: 14px;
    }
    .sp-seach .location {
        width: 110px;
        margin-right: 4px;
        padding: 9px 6px 9px 26px;
    }
    .sp-seach .clinic {
        width: 260px;
    }
    .sp-seach div i {
        left: 6px;
    }
    .sp-seach button {
        display: none;
    }
    .sp-seach-mobile-btn {
        display: block;
    }
}


.sp-dr-card {
    background-color: #ffffff;
    box-shadow: #63636333 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 15px;
    position: relative;
}
.sp-dr-flex {
    display: flex;
}
.sp-dr-card .sp-sub-dr-card {
    margin: 10px;
    display: flex;
    flex-direction: column;
}
.sp-dr-card .sp-sub-dr-card img {
    width: 120px;
    /*min-height: 240px;*/
    /*max-height: 240px;*/
    border-radius: 15px;
    border: 3px solid #6377fc;
}
.sp-dr-card .sp-sub-dr-card h4 {
    font-size: 18px;
    color: #353535;
    /*margin: 12px 0px;*/
}
.sp-dr-card .sp-sub-dr-card .sp-text {
    font-size: 13px;
    color: #8f8f8f;
    margin-bottom: 5px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.sp-dr-card .sp-sub-dr-card .sp-text i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-right: 10px;
    color: #6377fc;
    background-color: #6377fc30;
    min-width: 30px;
    height: 30px;
    border-radius: 5px;
}
.sp-btn-success {
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #3ed524;
    background-color: #3ed524;
    color: #ffffff;
    font-size: 14px;
    transition: 0.4s;
}
.sp-btn-success:hover {
    border: 1px solid #3ed524;
    background-color: #ffffff00;
    color: #3ed524;
}
.sp-btn-3 {
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #6377fc;
    background-color: #6377fc;
    color: #ffffff;
    font-size: 14px;
    transition: 0.4s;
}
.sp-btn-3:hover {
    border: 1px solid #6377fc;
    background-color: #ffffff00;
    color: #6377fc;
}
.sp-dr-list-card {
    background-color: #ffffff;
    box-shadow: #63636333 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 15px;
    position: relative;
}
.sp-dr-list-card .sp-sub-dr-list-card {
    margin: 10px;
    min-width: 150px;
    /* max-width: 150px; */
    display: flex;
    flex-direction: column;
}
.sp-dr-list-card .sp-sub-dr-list-card img {
    height: 120px;
    width: auto;
    border-radius: 10px;
    border: 3px solid #6377fc;
}
.sp-dr-list-card .sp-sub-dr-list-card h4 {
    font-size: 17px;
    color: #2b2b2b;
    margin-top: 12px;
}
.sp-dr-list-card .sp-sub-dr-list-card p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 0px;
    font-weight: 500;
}
.sp-dr-sm-flex {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 20px;
}
.sp-dr-sm-flex img {
    margin-right: 15px;
}
@media (max-width: 500px) {
    .sp-dr-flex {
        flex-direction: column;
    }
    .sp-dr-list-card .sp-sub-dr-list-card img {
        height: auto;
        width: 120px;
    }
    .sp-md-display-none {
        display: none;
    }
    .sp-dr-list-card .sp-sub-dr-list-card {
        margin: 10px;
        min-width: 100px;
        display: flex;
        flex-direction: column;
    }
    .sp-dr-list-card .sp-sub-dr-list-card .sp-member-time {
        font-size: 9px;
        margin: 5px 0px;
    }
    .sp-schedule-head-text strong {
        font-size: 11px;
    }
    .sp-schedule-head-text small {
        font-size: 9px;
    }
    .sp-time-inputs input {
        padding: 5px;
        font-size: 10px;
    }
    .sp-time-inputs input::placeholder {
        font-size: 10px;
    }
}
@media (max-width: 1000px) {
    .sp-dr-list-card .sp-sub-dr-list-card {
        margin: 10px;
        min-width: 100px;
        display: flex;
        flex-direction: column;
    }
}




.sp-dr-details .sp-available h3 {
    font-size: 20px;
    color: #4b4b4b;
    margin-bottom: 10px;
}
.sp-dr-details .sp-available .sp-day {
    font-size: 14px;
    color: #5f5f5f;
    margin-bottom: 7px;
    font-weight: 600;
}
.sp-dr-details .sp-available .sp-day span {
    color: #6377fc;
    font-weight: 500;
    font-size: 13px;
}














.sp-phone-input span {
    padding: 10px;
    background-color: #dcdcdc;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 13px;
}
.modal-content {
    border: none !important;
}
.modal-header {
    background-color: #6377fc !important;
    padding: 24px !important;
}
.modal-header h5 {
    color: #ffffff !important;
}










.ui-datepicker {
    z-index: 111051 !important;
    position: absolute !important;
    top: 220px !important;
}
.ui-state-active {
    background-color: #6377fc !important;
    border: 1px solid #6377fc !important;
}
.ui-datepicker-header {
    background-color: #6377fc !important;
    color: #ffffff !important;
}
@media(max-width: 500px) {
    .ui-datepicker {
        top: 180px !important;
    }
}
.error-message {
    font-size: 12px;
    color: #ff5656;
}









/* Slider Section */
.sp-medical-appointment {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #6377fc14; */
    padding: 70px 0px;
}
.sp-medical-appointment img {
    width: 80%;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    animation: lightJump 2s infinite ease-in-out;
}

@keyframes lightJump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.sp-medical-appointment .sp-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sp-medical-appointment .main-content {
    margin-top: 20px;
}
.sp-medical-appointment .main-content h5 {
    color: #252525;
    font-size: 40px;
    margin-bottom: 20px;
}
.sp-medical-appointment .main-content h5 span {
    color: #ffffff;
}
.sp-medical-appointment .main-content h4 {
    color: #ffffffb0;
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
}
.sp-medical-appointment .main-content h4 span {
    background-color: #ffd000;
    padding: 6px 12px;
    font-size: 17px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #000000;
}
.sp-medical-appointment .main-btn {
    padding: 12px 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    background: linear-gradient(to right, #00abf0 50%, #6377fc 50%);
    background-size: 200%;
    background-position: left;
    transition: background-position 0.4s;
    margin-bottom: 20px;
    border-radius: 15px;
    /* text-transform: uppercase; */
}
.sp-medical-appointment .main-btn:hover {
    background-position: right;
    /* border: 1px solid #40ff00; */
    color: #ffffff;
}
@media(max-width: 992px) {
    .sp-medical-appointment .main-section {
        height: auto;
    }
}





















.sp-head-book {
    margin-bottom: 40px;
    text-align: center;
}
.sp-head-book h4 {
    color: #ffffff;
    font-size: 23px;
}
.sp-head-book p {
    color: #ffffffce;
    font-size: 16px;
}
.sp-how-to-book {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: #0000001f 0px 7px 15px 0px;
    /* position: relative; */
    text-align: center;
}
.sp-how-to-book img {
    width: 80px;
    height: 80px;
    padding: 10px;
    background-color: #6377fc;
    border-radius: 15px;
    margin-bottom: 20px;
}
.sp-how-to-book h4 {
    margin-top: 15px;
    font-size: 18px;
}
.sp-how-to-book p {
    font-size: 14px;
    color: #8c8c8c;
}
.sp-how-to-book .num {
    position: absolute;
    background-color: #d3d9ff;
    width: 40px;
    height: 40px;
    color: #6377fc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 10px;
    left: 20px;
    border: 1px solid #6377fc;
}
@media(max-width: 500px) {
    .sp-how-to-book .num {
        width: 30px;
        height: 30px;
        top: -5px;
        left: 0px;
    }
    .sp-how-to-book {
        height: auto;
        display: flex;
        align-items: center;
        text-align: left;
        padding: 10px;
        border-radius: 8px;
        margin-bottom: 20px;
    }
    .sp-how-to-book img {
        width: 50px;
        height: 50px;
        padding: 5px;
        background-color: #6377fc;
        border-radius: 10px;
        margin-bottom: 15px;
        margin-right: 25px;
    }
    .sp-how-to-book h4 {
        margin-top: 5px;
        font-size: 16px;
    }
    .sp-how-to-book p {
        font-size: 13px;
        color: #8c8c8c;
    }
}





.sp-view-appointment  {
    margin: 40px auto;
    max-width: 600px;
    min-width: 300px;
}
.sp-view-appointment #download-app {
    background-color: #ffffff;
    padding: 40px 30px;
}

.sp-app-text {
    color: #757575;
    font-size: 13px;
    margin: 5px 10px;
}
.sp-app-text strong {
    color: #484848;
    margin-right: 10px;
}




.subscription-body {
    width: 70%;
    margin: 0px auto;
}
.subscription-body .subscription-head {
    /* background-color: #6377fc; */
    text-align: center;
}
.subscription-body .subscription-head h4 {
    color: #2f2f2f;
    font-size: 25px;
}
.subscription-body .subscription-head h4 span {
    color: #6377fc;
    font-size: 25px;
}
.subscription-body .subscription-head p {
    color: #818181;
    font-size: 15px;
    margin-bottom: 40px;
    border: none !important;
}
.subscription-body .subscription-card {
    background-color: #ffffff;
    padding: 30px 15px;
    margin: 6px;
    border-radius: 10px;
    box-shadow: #63636333 0px 2px 8px 0px;
}
.subscription-body .subscription-card .subscription-card-head {
    text-align: center;
}
.subscription-body .subscription-card .subscription-card-head h4 {
    font-size: 28px;
    color: #2c2c2c;
    margin: 20px;
}
.subscription-body .subscription-card .subscription-card-head img {
    width: 70px;
    height: 70px;
    background-color: #e6e9ff;
    padding: 13px;
    border-radius: 10px;
}
.subscription-body {
    padding: 30px 13px;
    text-align: center;
}
.subscription-body p {
    font-size: 14px;
    color: #595959;
    border-bottom: 1px solid #00000024;
    margin-bottom: 0px;
    padding: 10px;
}
.subscription-body .subscription-body button span {
    font-size: 50px;
}

.subscription-body .subscription-card .price {
    display: flex;
    gap: 20px;
    margin: 15px 0;
    margin-bottom: 30px;
    justify-content: center;
}

.subscription-body .subscription-card .price-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 10px 15px;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: 0.3s ease;
}
.subscription-body .subscription-card .price-option span {
    font-size: 17px;
}

.subscription-body .subscription-card .price-option {
    background-color: #e6e9ff;
    border: 2px solid #6377fc;
}
.subscription-card .subscription-card-head .sp-btn-1 {
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #6377fc;
    background-color: #6377fc;
    color: #ffffff;
    font-size: 17px;
    transition: 0.4s;
}
.subscription-card .subscription-card-head .sp-btn-1:hover {
    border: 1px solid #6377fc;
    background-color: #ffffff;
    color: #6377fc;
}
.sp-btn-payment {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #0ddb29;
    background-color: #0ddb29;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s;
}
.sp-btn-payment:hover {
    border: 1px solid #0ddb29;
    background-color: #ffffff;
    color: #0ddb29;
    font-size: 14px;
}

.sp-hero-btn {
    margin-top: 50px;
}
.sp-btn-1 {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #6377fc;
    background-color: #6377fc;
    color: #ffffff;
    font-size: 14px;
    transition: 0.4s;
}
.sp-btn-1 i {
    margin-right: 10px;
}
.sp-btn-1:hover {
    border: 1px solid #6377fc;
    background-color: #ffffff;
    color: #6377fc;
    font-size: 14px;
}
.sp-btn-reset {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #6377fc;
    background-color: #e4e6fd;
    color: #6377fc;
    font-size: 14px;
    transition: 0.4s;
}
.sp-btn-reset:hover {
    border: 1px solid #5ce1e6;
    background-color: #5ce1e6;
    color: #ffffff;
    font-size: 14px;
}
.sp-btn-2 {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #6377fc;
    background-color: #ffffff;
    color: #6377fc;
    font-size: 14px;
    transition: 0.4s;
}
.sp-btn-2 i {
    margin-right: 10px;
}
.sp-btn-2:hover {
    border: 1px solid #6377fc;
    background-color: #6377fc;
    color: #ffffff;
    font-size: 14px;
}
@media(max-width: 880px) {
    .sp-hero-btn {
        margin-top: 20px;
    }
    .subscription-body {
        width: 98%;
    }
    .subscription-body .subscription-head h4 {
        font-size: 19px;
    }
    .subscription-body .subscription-head h4 span {
        font-size: 19px;
    }
    .subscription-body .subscription-head p {
        font-size: 12px;
        margin-bottom: 25px;
    }
    .subscription-body .subscription-card .price-option {
        gap: 5px;
        padding: 6px 10px;
    }
    .subscription-body .subscription-card .price-option span {
        font-size: 14px;
    }
    .subscription-body .subscription-card .subscription-card-head h4 {
        font-size: 20px;
    }
    .subscription-body .subscription-card .subscription-card-head img {
        width: 50px;
        height: 50px;
        padding: 8px;
        border-radius: 7px;
    }
}




/* Title Section */
.row-head {
    text-align: center;
}
.row-head .title-section {
    margin: 10px;
}
.row-head .title-flex {
    display: flex;
    justify-content: center;
}
.row-head .title-section span {
    color: #6377fc;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
}
.title-section .title-before {
    background-color: #6377fc;
    margin-top: 12px;
    width: 60px;
    height: 3px;
    margin: 13px;
}
.row-head h4 {
    margin-top: 10px;
    font-weight: 500;
    color: #3b3b3b;
    font-size: 25px;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
}
.row-head .title-section i {
    color: #6377fc;
    font-size: 25px;
}
@media (max-width: 550px) {
    .row-head .title-section span {
        font-size: 17px;
    }
    .row-head h4 {
        font-size: 20px;
    }
    .row-head .title-section i {
        font-size: 22px;
    }
    .about .ab-stat h3 {
        font-size: 30px;
    }
}



.why-build img {
    width: 80%;
    border-radius: 20px;
}
.sp-flex-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-build .text {
    font-size: 20px;
    color: #ffffff;
}
.why-build .sp-point {
    font-size: 17px;
    color: #ffffffd1;
    margin-bottom: 15px;
}
@media (max-width: 550px) {
    .why-build img {
        width: 100%;
    }
    .why-build .text {
        font-size: 16px;
    }
    .why-build .sp-point {
        font-size: 14px;
    }
}





.sp-mv {
    margin: 20px 0px;
    padding: 15px;
    height: 300px;
    background-color: #dadfff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 12px;
}
.sp-mv h4 {
    color: #6377fc;
}
.sp-mv .text {
    font-size: 18px;
    color: #707070;
    margin-top: 20px;
}
@media (max-width: 550px) {
    .sp-mv h4 {
        font-size: 20px;
    }
    .sp-mv .text {
        font-size: 16px;
    }
}









.sp-offer {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    height: 240px;
    margin-bottom: 15px;
    position: relative;
    border: 2px solid #6377fc;
}
.sp-offer i {
    width: 60px;
    height: 60px;
    background-color: #6377fc29;
    border-radius: 12px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6377fc;
    margin: 10px auto;
}
.sp-offer h4 {
    margin-top: 15px;
    font-size: 15px;
}
.sp-offer p {
    font-size: 14px;
    color: #6b6b6b;
}
@media(max-width: 500px) {
    .sp-offer {
        padding: 15px;
        border-radius: 12px;
        height: auto;
    }
    .sp-offer i {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        font-size: 25px;
    }
    .sp-offer h4 {
        margin-top: 15px;
        font-size: 15px;
    }
    .sp-offer p {
        font-size: 13px;
    }
}










.sp-contact {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    height: 200px;
    margin-bottom: 15px;
    position: relative;
    border: 2px solid #6377fc;
}
.sp-contact i {
    width: 60px;
    height: 60px;
    background-color: #6377fc29;
    border-radius: 12px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6377fc;
    margin: 10px auto;
}
.sp-contact h4 {
    margin-top: 15px;
    font-size: 16px;
}
.sp-contact p {
    font-size: 14px;
    color: #6b6b6b;
}
.sp-contact img {
    width: 60px;
    height: 60px;
    background-color: #6377fc29;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6377fc;
    margin: 10px auto;
}






.sp-waiting {
    padding: 10px 7px;
    font-size: 14px;
    border: 2px solid #ffda00;
    border-radius: 10px;
    background-color: #fce66326;
    margin: 8px;
    font-weight: 500;
}
.sp-app-text-danger {
    color: #ff7272;
    font-size: 15px;
    margin-bottom: 10px;
}

.appointment-form-body {
    width: 60%;
    margin: 40px auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
}

@media(max-width: 900px) {
    .appointment-form-body {
        width: 80%;
        padding: 25px;
    }
}
@media(max-width: 500px) {
    .sp-app-text-danger {
        font-size: 14px;
    }
    .appointment-form-body {
        width: 95%;
        margin: 20px auto;
        padding: 15px;
    }
}




.sp-display-md {
    display: block !important;
}
.sp-display-sm {
    display: none !important;
}
@media(max-width: 700px) {
    .sp-display-md {
        display: none !important;
    }
    .sp-display-sm {
        display: block !important;
    }
}





.sp-web-container {
    width: 70%;
    background-color: #ffffff;
    margin: 30px auto;
    border-radius: 20px;
    box-shadow: #0000001f 0px 7px 15px 0px;
    position: relative;
}
.sp-web-hero .sp-web-hero-img1 img {
    width: 100%;
    height: 350px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.sp-web-hero .sp-web-hero-img2 img {
    width: 130px;
    height: 130px;
    border: 3px solid #6377fc;
    border-radius: 50%;
    position: absolute;
    top: 278px;
    left: 20px;
}
.sp-web-profile {
    padding: 20px;
}
.sp-web-profile h4 {
    font-size: 20px;
}
.sp-web-profile p {
    font-size: 14px;
    color: #8f8f8f;
}
.sp-web-profile .sp-web-contact .sp-text {
    font-size: 15px;
    color: #8f8f8f;
    margin-bottom: 5px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.sp-web-profile .sp-web-contact .sp-text i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin-right: 10px;
    color: #6377fc;
    background-color: #6377fc30;
    min-width: 30px;
    height: 30px;
    border-radius: 5px;
}
.sp-web-doctor-container {
    padding: 20px;
}
.sp-web-doctors {
    background-color: #e2e5fe;
    padding: 20px 0px;
    border-radius: 10px;
    text-align: center;
    /*border-left: 5px solid #6377fc;*/
    /*border-right: 5px solid #6377fc;*/
}
.sp-web-doctors img {
    width: 130px;
    height: 130px;
    border: 2px solid #6377fc;
    border-radius: 10px;
    margin-bottom: 15px;
}
.sp-web-doctors .sp-sub-dr-card h4 {
    font-size: 16px;
    color: #353535;
    margin: 0px 0px;
}
.sp-web-doctors .sp-sub-dr-card p {
    font-size: 14px;
    color: #8c8c8c;
    margin: 5px 0px;
}
.sp-web-doctors .sp-sub-dr-card .fee {
    font-size: 14px;
    color: #888888;
    margin-bottom: 25px;
    font-weight: 500;
}
.sp-web-doctors .sp-sub-dr-card .exp {
    font-size: 15px;
    color: #6377fc;
    margin-top: 10px;
}
@media(max-width: 700px) {
    .sp-web-hero .sp-web-hero-img1 img {
        width: 100%;
        height: 160px;
    }
    .sp-web-hero .sp-web-hero-img2 img {
        top: 100px;
        left: 20px;
        width: 100px;
        height: 100px;
    }
    .sp-web-container {
        width: 98%;
    }
}





