body {

    overflow-x: hidden;
}

p {
     font-family: "Open Sans", sans-serif;
}

  .main-left {
    flex-direction: column;
    flex: 2;
    padding: 0 24px 0px 0;
  }

  .w-200 {
    width: 200px;
  }

  .profilepic-clint {
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
}

.logo-img img {

    width: 200px ;
    height: 200px ;
    margin-bottom: 10px;
}

.f-p {

   min-height: 235px;
}


  .main-right {
    flex-direction: column;
    flex: 1;
  }


  .main-right-box {
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    z-index: -1;
  }


.account-section h4 {

    line-height: 32px;
    font-weight: 400;
}


.color1 {
    color: #1c195e !important;
}

.color2 {
    color: #00fff9 !important;
}

a {
    text-decoration: none;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #1c195e !important;
}

em {
    color: #1c195e !important;
}

.navbar-nav-margin {

    /* margin-left: 90px; */
}

.navbar-dark .navbar-nav .nav-link {
    color: #111111;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #1E195C;
}

.fiture-provider p {

    font-size: 14px;
    min-height: auto;
}

body {

    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    color: #30384b;

}




.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #FFD600;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.buttons {
    top: 36px;
    position: relative
}

.rating-submit {
    border-radius: 8px;
    color: #fff;
    height: auto
}

.rating-submit:hover {
    color: #fff
}



/* Button Sizes*/

.btn-mod.btn-large {
    height: auto;
    padding: 13px 52px;
    font-size: 15px;
}

.btn-mod.btn-medium {
    height: auto;
    padding: 10px 35px;
    font-size: 13px;
}

.btn-mod.btn-small {
    height: auto;
    padding: 6px 16px;
    font-size: 12px;
}

/* Button Mod to the original Bootstrap Buttons */

.btn-mod.btn-circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn-mod.btn-border {
    color: #000000;
    border: 1px solid #757575;
    background: transparent;
}

.btn-mod,
a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34, 34, 34, .9);
    border: 2px solid transparent;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-mod.btn-border:hover,
.btn-mod.btn-border:focus {
    color: #fff;
    border-color: transparent;
    background: #1E195C;
}

.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus {
    font-weight: 400;
    color: rgba(255, 255, 255, .85);
    background: rgba(0, 0, 0, .7);
    text-decoration: none;
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.banner {

    background: url(../images/bannerlaf.jpg) no-repeat;
    height: 500px;
    background-size: cover;
    margin-top: 94px
}

.u-care-img img {
        width: 100%;
        height: 563px;
    }

.banner h2 {

   line-height: 40px;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 24px;
    
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #222257;
    border-color: #222257;
}

header {

    position: fixed;
    top: 0;
    z-index: 9;
    background: #fff;
    width: 100%;
}

.description a {
    text-decoration: none;
}

.main-input {
    background: #fff;
    height: 50px;
    color: #a7b1ab;
    border: 1px solid #cccccc;
    margin-bottom: 0px;
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    padding: 0px 0px 0px 57px;
    font-size: 16px;
    border-right: 0px;
    background: #ffffff url("../images/search.png") 18px 15px no-repeat;
    background-size: 18px 18px;
}

.main-location {
    display: none;
}

#main-submit {
    background: #08309c;;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
    -webkit-appearance: none;
    border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    width: 91px;
    height: 50px;
    border: 0px ;
    padding-top:0px;
    float: left;
    border: none;
}

#main-submit:hover {
    background: #400b9e;
    color: #fff !important;
    -webkit-appearance: none;
}





.mt-n1 {

    margin-top: -6px;
}

footer {
    border-top: 0px;
}

.main-btn {
    display: inline-block;
    width: 150px;
    height: 50px;
    border: 1px solid #cccccc;
    padding: 0px;
    position: relative;
    float: left;
    border-right: 0px;
    background: #ffffff url("http://seodesigns.com/projects/TD/images/main-bullet.png") 122px 23px no-repeat;
    background-size: 6px 6px;
    cursor: pointer;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 15px;
    
}

.login .btn {
    font-size: 14px;
    color: #2b2c2c;

}

.popular-sec h6 {
    font-size: 14px !important;
}

.search-small {
    font-size: 12px;
    margin: 0px;
    color: #9B9B9B;
    position: absolute;
    top: 6px;
    left: 16px;
    display: inline-block;
    width: 80px;
    height: 20px;
    text-align: left;
}

.search-large {
    font-size: 16px;
    margin: 0px;
    color: #4A4A4A;
    position: absolute;
    top: 19px;
    left: 16px;
    display: inline-block;
    width: 105px;
    height: 20px;
    font-weight: 900;
    text-align: left;
}

.main-form-container {
    height: 50px;
    position: relative;
}

ul.search-description {
    width: 150px;
    position: absolute;
    background: #fff;
    right: 143px;
    top: 55px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 14px 0px;
    border: 1px solid #E5E5E5;
    display: none;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

.search-description li {
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 900;
    padding: 6px 0px;
    display: block;
    padding-left: 16px;
    cursor: pointer;
}

.search-description li:hover {
    background: #f8f8f8;
}

.ser {

    margin-left: 0px !important;
    border-radius: 0 !important;
    background: #ffffff url(../images/location.png) 18px 15px no-repeat;
    background-size: 18px 18px;
    padding-left: 50px;
    height: 50px;
}


.popular-inner {

    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    padding: 0 11px;

}


.icon-sec {
    width: 100%;
    margin: 11px 0;
    display: flex;
    justify-content: center;

}


.fiture-provider {
    background-color: #f2f4f8;
}

.login a {

    color: #30384b;
    text-decoration: none;
    font-weight: 600;
}

.blink {
    color: #252558;
    -webkit-animation: blink 800ms step-end infinite;
            animation: blink 800ms step-end infinite;
}
@-webkit-keyframes blink { 50% { color: #6822dc; font-weight: bold; }}
        @keyframes blink { 50% { color: #6822dc; font-weight: bold; }}

/*=============*/


@-webkit-keyframes blink { 50% { -color: #6822dc; }}
        @keyframes blink { 50% { color: #6822dc; }}

/*=============*/


.blink {
 
    color: #ffff;
}



.aon-addmore-btn-section .aon-addplus {
    border: 1px solid #0b5198;
    border-radius: 6px;
    background-color: #fff;
    width: 46px;
    height: 40px;
    display: inline-block;
    position: relative;
}

.aon-addmore-btn-section .aon-addplus:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #0b5198;
    top: 50%;
    margin-left: -87px;
}

.aon-addplus i {
    margin: 11px 0 0 16px;
}


.aon-addmore-btn-section .aon-addplus:after {

    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #0b5198;
    top: 50%;
    right: -88px;

}

.account-section {

    background: url(../images/error-page-bg.jpeg) #32508c no-repeat fixed;
    background-size: cover;
}



.button2 {

    background-color: #380d9d !important;
   
}






p {
    font-size: 14px;
    line-height: 25px;
}

.custom-btn {
    background-color: #005295 !important;
    border: 1px solid #fff;

}

.min-h {
    min-height: 80px;
}


.video {
    position: relative;
}



.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}


main {
    width: 100vw;
    height: 100vh;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

em {
    color: #1c195e;
}

/* Controls */
.carousel-control-next {
    margin: 0 3em;
}

i.fa-arrow-right,
i.fa-arrow-left {
    background: none;
    border: 2px solid #1c195e;
    color: #1c195e;
    padding: 10px;
    border-radius: 100%;
    transition: background .6s ease;
    display: none;
}

footer a {
    text-decoration: none;
    color: #4c77ee;
}

.foter-inner img {
    filter: grayscale(100%);
}

i.fa-arrow-right:hover,
i.fa-arrow-left:hover {
    background: #1c195e;
    color: white;
}

/* Indicators */
.carousel-indicators {
    justify-content: flex-start;
    transform: translate(-40px, 50px);
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #1c195e;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #1c195e;
}

/* Control buttons */
.control-btn {
    position: absolute;
    top: 8px;
    right: 10em;
}

.carousel-control-next,
.carousel-control-prev {
    top: 1em;
    left: 3em;
}

.testimonial-text {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
}

.wow {
    position: relative;
    grid-column: span 2;
}

.carousel-landmark {
    grid-column: span 3;
}

.testimonial {

    background-color: #F8F9FB;
}

footer .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
}



.shareArticle {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding: 0;
    height: 53px;
}

.footer-down {
    background-color: #262626;
    border-top: 1px solid #363636;
    min-height: 65px;
}

.fs-12 {
    font-size: 12px;
}

.shareSocial {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: 30px;

    @media (max-width: 767px) {
        flex-flow: column;
    }

  
    .socialTitle {
        margin: 0 15px 0 0;
        font-size: 20px;

        @media (max-width: 767px) {
            margin-bottom: 15px;
            text-align: center;
        }
    }

    .socialList {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        justify-content: center;
        flex-flow: row wrap;

        li {
            margin: 5px;

            &:first-child {
                padding-left: 0;
            }

            a {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 35px;
                height: 35px;
                border-radius: 100%;
                text-decoration: none;
                background-color: #999;
                color: #fff;
                transition: .35s;

                i {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform-origin: top left;
                    transform: scale(1) translate(-50%, -50%);
                    transition: .35s;
                }

                &:hover {
                    i {
                        transform: scale(1.5) translate(-50%, -50%);
                    }
                }
            }

            &:nth-child(1) a {
                background-color: #135cb6;
            }

            &:nth-child(2) a {
                background-color: #00aced;
            }

            &:nth-child(3) a {
                background-color: #BD081C;
            }

            &:nth-child(4) a {
                background-color: #111111;
            }

            &:nth-child(5) a {
                background-color: #1FB381;
            }
        }
    }
}

.shareLink {
    .permalink {
        position: relative;
        border-radius: 30px;

        .textLink {
            text-align: center;
            padding: 12px 60px 12px 30px;
            height: 45px;
            width: 450px;
            font-size: 16px;
            letter-spacing: .3px;
            color: #494949;
            border-radius: 25px;
            border: 1px solid #f2f2f2;
            background-color: #f2f2f2;
            outline: 0;
            appearance: none;
            transition: all .3s ease;

            @media (max-width: 767px) {
                width: 100%;
            }

            &:focus {
                border-color: #d8d8d8;
            }

            &::selection {
                color: #fff;
                background-color: #ff0a4b;
            }
        }

        .copyLink {
            position: absolute;
            top: 50%;
            right: 25px;
            cursor: pointer;
            transform: translateY(-50%);

            &:hover {
                &:after {
                    opacity: 1;
                    transform: translateY(0) translateX(-50%);
                }
            }

            &:after {
                content: attr(tooltip);
                width: 140px;
                bottom: -40px;
                left: 50%;
                padding: 5px;
                border-radius: 4px;
                font-size: 0.8rem;
                opacity: 0;
                pointer-events: none;
                position: absolute;
                background-color: #000000;
                color: #ffffff;
                transform: translateY(-10px) translateX(-50%);
                transition: all 300ms ease;
                text-align: center;
            }

            i {
                font-size: 20px;
                color: #ff0a4b;
            }
        }
    }
}

@media screen and (max-width: 820px) {

    .u-care-img img {
        width: 100%;
        height: 300px;
    }

    .medical {

        min-height: auto !important;
    }

    

    .logo-img img {

        width: 100% !important;
        height: auto !important;
    }

    table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
}
    

    .view-all {

        width: 100% !important;
    }

    .log-btn {

        margin: 0 auto;
    }

    .login-page button {

            margin: 10px auto;

    }

    .main-left {

        padding: 0;
    }

    .btn-mid {
        margin: 0 auto;
    }

    .inner-banner {

        padding-bottom: 4px !important;
    }
    
    .stickthis {
         
        position: relative !important;
        top: 28px !important;
    }

    .footer-col .social-links a {
    height: 26px !important;
    width: 26px !important;
    }

    .footer-col .social-links a i {
        margin-top: 6px;
        float: left;
        margin-left: 6px;
}

    .testimonial-carousel {
        border: none !important;
    }

    .login-mobile-btn {
        position: absolute;
        right: 0;
    }

    .login-mobile-btn .button {

        font-size: 10px;
    }


        .banner .dropdown-menu {

            width: 97% !important;
        }

        .wow h5 {
            text-align: center;
        }

        .wow h3 {
            text-align: center;
        }

    .testimonial-text {
        margin-top: 50px;
        row-gap: 50px;

    }

    .our-network {

        text-align: center;
    }

      .account-section {

        text-align: center;
    }


    .wow {
        grid-column: span 5;
    }

    .carousel-landmark {
        grid-column: span 5;
    }
}





/* responsive css below */
@media only screen and (max-width: 680px) {
    .main-btn {
        border-radius: 0px 4px 4px 0px;
        -moz-border-radius: 0px 4px 4px 0px;
        -webkit-border-radius: 0px 4px 4px 0px;
        border-right: 1px solid #cccccc;
    }

    ul.search-description {
        right: 0px;
        z-index: 9999;
    }

    .centerbox p.description {
        width: 284px;
        margin: 0 auto 40px auto;
    }

    .centerbox {
        width: auto;
        transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
        /* IE 9 */
        -webkit-transform: translate(-50%, -60%);
        /* Chrome, Safari, Opera */
    }

   

    #main-submit {
        
        margin-top: 16px;
        border-radius: 5px;
        height:38px;
    }

    /* #main-submit-mobile {
        background: #2a137a;
        color: #fff;
        display: block;
        font-size: 19px;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
        margin-bottom: 0px;
        -webkit-appearance: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        width: 141px;
        height: 50px;
        border: 0px;
        padding-top: 0px;
        float: none;
        border: 0px;
        position: fixed;
        bottom: 0px;
        right: 0px;
        width: 100%;
        z-index: 1;
    }

    #main-submit-mobile:hover {
        background: #97c0e9;
        color: #fff !important;
        -webkit-appearance: none;
    } */

   
}

@media only screen and (max-width: 515px) {
   

    

    .centerbox h1 {
        width: 280px;
        margin: 0 auto 15px auto;
    }

    .centerbox {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}

@media only screen and (max-width: 375px) {
   
    

    .main-btn {
        width: 108px;
        background: #ffffff url("http://seodesigns.com/projects/TD/images/main-bullet.png") 85px 23px no-repeat;
        background-size: 6px 6px;
    }

 

    .search-small {
        left: 13px;
    }

    .search-large {
        left: 13px;
    }
}



@media screen and (min-width: 992px) {
    header .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    header .dropdown .dropdown-menu {
        display: none;
    }

    header .dropdown:hover .dropdown-toggle::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }
}

@media screen and (max-width: 991px) {
    .dropdown-toggle.show::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }
}

.dropdown-item {
    font-size: 14px;
}

.navbar-brand img {

    width: 170px;
}

.button {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #222257;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 4px;
    outline: none;
    overflow: hidden;
    font-size: 13px;
    border: 1px solid #fff;
}

.icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    transform: scale(1.05);
    color: #fff;
}

.button:hover .icon {
    transform: translate(4px);
}

.button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

.banner .dropdown-menu {
    width: 104%;
    height: 243px;
    overflow-y: scroll;
    overflow-x: hidden;
    
    
}

.banner .dropdown-item:hover, .dropdown-item:focus {
    color: #252525;
    background-color: #92acf3#e9ecef;
}

.banner .dropdown-item .active {
     color: #003298;
}

.banner .dropdown-item {
    font-size: 17px;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

.border-primary {
    border-color: #231e5a !important;
}

footer ul {
    list-style: none;
    margin-left: -30px;
}

.footer {
    background-color: #262626;
    padding: 40px 0 20px 0;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #edebff;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}



/*responsive*/
@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}


#button {
    display: inline-block;
    background-color: #231e5a;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
     opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 50px;
    color: #fff;
    top: 0;
    float: left;
    margin: -5px 12px 0;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */




.google-reviews-content__stars {
    width: 98px;
}

.google-reviews {

    font-family: "Roboto", sans-serif;
    display: inline-grid;
    border-radius: 4px;
    margin: 0;
    width: 100%;
    z-index: 0;

    @media (max-width: 1200px) {
        display: block;
        margin:auto;
        
    }

    @media (min-width: 1201px) {
        grid-template-columns: 50px 1fr;
        max-width: 100%;
        padding: 0;
    }

    @media (min-width: 1550px) {
        grid-template-columns: 60px 1fr;
        max-width: 420px;
        padding: 30px;
    }

    &__left {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    &__right {
        border-left: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-decoration: none !important;
        padding: 0 0 0 28px;
    }

    &__img {
        width: 100%;
        height: auto;

        @media (max-width: 1200px) {
            max-width: 45px;
        }

        @media (min-width: 1201px) {
            max-width: 50px;
        }

        @media (min-width: 1550px) {
            max-width: 60px;
        }
    }

    &-content {
        &__top {
            display: flex;
            align-items: center;
        }

        &__txt {
            color: #141414;
            font-size: 1.8rem;
            font-weight: 700;
            letter-spacing: 0.5px;
            margin: 0;
        }

        &__rating {
            color: #000000;
            font-size: 1.8rem;
            font-weight: 500;
            line-height: 100%;
            margin: 0 8px 0 10px;
        }

        &__stars {
            display: inline-block;
            max-width: 92px;
        }

        &__info {
            color: #171717;
            font-size: 1.3rem;
            font-weight: 500;
            letter-spacing: 0.72px;
            line-height: 1.8rem;
            padding: 0;
            margin: 0;
        }
    }
}

.navbar-dark .navbar-toggler {

    background-color: #252558;
    position: absolute;
}


.navbar-toggler {
    padding: 7px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

.our-network img {
    width: 100% !important;
}


.nav-tabs {
    border-bottom: none !important;
}

.bg-tab-light {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #050505;
    background-color: #e9e9e9;

    
}

.banner .nav-link {

    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #003298;
    border-radius:20x 20x 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 4px;    
    outline: none;
    overflow: hidden;
    font-size: 15px;  
    font-weight: 400 !important; 
    letter-spacing: 1px;
    border:1px solid #fff;
    margin: 18px;
    margin-bottom: 10px;
    margin-left: 6px;
    border-bottom: 0;
    margin-right: 0;
    font-weight: 600 ;


}

.m-p {
    margin-left: 18px !important;
    float: left;
}

.w-113 {
    width: 113px;
}


.inner-banner {
    background: url(../images/innerbanner.jpg) no-repeat;
    height: auto;
    background-size: cover;
    margin-top: 74px;
    padding-top: 18px;
}


@media screen and (max-width:1200px) {

    .mid .navbar-expand-lg {
    width: 100% !important;
}

.login .btn {
    font-size: 12px;
}

.banner {
    margin-top: 71px;
}

.banner h2 {
    line-height: 43px;
    font-size: 28px !important;
}


}

@media screen and (max-width:1025px) { 

    #main-submit {
        width: 74px !important;
    }

    .popular-inner h2 {

        font-size: 30px;
    }

    .banner {
        background-size: contain;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }

}

@media screen and (min-device-width:1020px) and (max-device-width: 1200px) { 
       

    .container {
        max-width: 1116px;
    }

    #main-submit {
        width: 97px;
    }

    .banner h2 {
        font-size: 28px !important;
    }

    .banner {
        height: auto;
        padding-bottom: 30px;
    }

}


@media screen and (min-device-width:768px) and (max-device-width: 830px) { 


    .bg-tab-light {
        height: auto !important;
    }


}

@media screen and (max-width:988px) {

    #main-submit {
        width: 150px !important;
    }
    
    .account-section  h1 {
        font-size: 23px;
    }

    .bg-tab-light {
        
        height: 250px;
    }

    
    .footer-col {
        width: 50%;
        padding: 0 15px;
    }

    .popular-inner h5 {
        text-align: center;
    }

    .popular-inner h2 {
        text-align: center;
        margin-top: 5px;
    }

    .mobile-search {
        background-color: rgba(19, 19, 19, 0.5);
        padding: 10px 30px 74px 30px;
        margin: 26px 0 10px 0;
    }

    .fiture-provider h5 {
        font-size: 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
      
        border-bottom: 1px dotted #ccc;
    }

    .navbar-nav-margin {
        margin-left:0;
    }


    .banner {
        background: url(../images/bannerlaf.jpg) no-repeat;
        height: auto;
        background-size: cover;
        margin-top: 74px;
        padding-top: 18px;
    }



    .navbar-brand img {
        width: 130px;
    }

    .offcanvas-start {
        
        width: 94%;
      
    }

    .main-input {
        border-radius: 6px;
    }

    .banner h2 {
        line-height: 30px;
        font-size: 16px !important;
        text-align: center;
    }

    .banner h2 span {

        font-size: 16px !important;
    }

    .main-input {
        width: 95%;
    }

    .ser {
        float: left;
        width: 96%;
        padding: 11px 0 11px 60px;
        border-radius: 5px !important;
    }

    .navbar-dark .navbar-brand {
        color: #fff;
        margin-left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    
    .navbar-dark .dropdown-menu[data-bs-popper]
 {
    left: -64px !important;
}

    .banner {
        padding-bottom: 40px;
        height: auto;
    }


    .our-network img {

        width: 100%;
    }
   
    .our-network .border {
        border:none !important
    }

    .fiture-provider img {
        width: 100px;
    }


    .icon-sec {
        background-color:white;
        margin: 11px 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }

   

    .footer-down {
        padding: 0 20px;
    }

    .footer-col ul li a {
        font-size: 14px;
    }

    .footer-col ul li:not(:last-child) {
    margin-bottom: 5px;
}
      
  }


  ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }



 .smp_gfq_step_one_box_item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    width: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: url('https://design.sprintable.io/smp1/wp-content/uploads/2025/05/down-1.png');

}


.smp_hm_banner_left_gfq select {
    width: 100%;
    height: 70px;
    float: left;
    position: relative;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    margin: 0;
    padding: 15px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    color: #787878;
    font-size: 22px;
    font-weight: 600;
    line-height: inherit;
    outline: none;
}

 .smp_gfq_step_one_box_item:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 10px;
    height: 30px;
    width: 27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: url('https://design.sprintable.io/smp1/wp-content/uploads/2025/05/down-1.png');

}



.smp_hpyclnts_wrap_left_box {
    width: 30%;
    height: 95px;
    padding: 6px;
    box-shadow: 0px 6px 16px rgb(0 0 0 / 22%);
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: #fbfbfb;
    overflow: hidden;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    float: left;
    margin-left: 10px;
}

.input-group i {
    position: absolute;
    top: 28px;
    left: 15px;
    transform: translateY(-50%);
    color: #666;
    font-size: 1.1rem;
    transition: color 0.3s;
    z-index: 9;
}

.bg-light-new {
    background-color: #fefefe;
    height: 100px;
}



.login a {
    color: #30384b;
    text-decoration: none;
    font-size: 16px;
}


.login .form-control {
    display: block;
    width: 100%;
    padding: 15px 20px 11px 49px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 5px;
    font-size: 13px;
}


.medical {

    -webkit-filter: drop-shadow(0px 5px 27.2px rgba(39, 39, 39, 0.12));
    filter: drop-shadow(0px 5px 27.2px rgba(39, 39, 39, 0.12));
        padding: 20px;
    padding-bottom: 40px;
    border-radius: 20px;
    min-height: 260px;
}

.medical img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.find-div h6 {

    line-height: 26px;
}
 
.profile-sec i {

        font-size: 18px;
}

.font-size12{
    font-size: 12px !important;
}

@media screen and (max-width: 768px) {
  .changeposbywidth {
width: 100% !important;
  }
  .banner .nav-link {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #003298;
    border-radius: 20x 20x 0 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 4px;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    font-weight: 400 !important;
    letter-spacing: 1px;
    border: 1px solid #fff;
    /* margin: 18px; */
    margin-bottom: -1px;
    margin-left: 6px;
    border-bottom: 0;
    margin-right: 0;
    font-weight: 600;
    margin-top: 8px;
}
.bg-tab-light {
        height: 330px;
    }
}