:root {
    --bs-primary: #38A3D1;
    --bs-secondary: #47DEFF;
    --bs-light: #ECFCFF;
    --border-color: #D1F7FF;
    --bs-dark: #464646;
    --bs-orange: #FFC85D;
}

@font-face {
    font-family: "mainfont";
    src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: "LightFont";
    src: url('../fonts/Poppins-Light.ttf');
}

@font-face {
    font-family: "semiboldFont";
    src: url('../fonts/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: "MedFont";
    src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
    font-family: "pacifioFont";
    src: url('../fonts/Pacifico-Regular.ttf');
}

@font-face {
    font-family: "ArFont";
    src: url('../fonts/Cairo-SemiBold.ttf');
}

body, * {
    font-family: "mainfont";
}

.medFont {
    font-family: "MedFont" !important;
}

.main-bg {
    background: url(../imgs/background.png) no-repeat center center / cover;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 100%;

    z-index: -1;
    opacity: initial !important;
}

.top-bar {
    background: var(--bs-primary);
    height: 74px;
}

.top-bar ul li {
    background: none;
    border: none;
    padding: 0 7px;
}

.top-bar ul li>a {
    color: #fff;
    text-decoration: none;
    font-size: .8rem;
    padding: 0 .7rem;
    min-height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
}

.cir-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cir-icon i {
    color: var(--bs-secondary);
}

.top-bar ul .sign-up {
    background: var(--bs-secondary);
    border-radius: 25px !important;
    color: #fff;
}

.lang-btn {
    font-family: "ArFont";
}

.main-navbar {
    position: relative;
}

.navbar {
    background: #fff;
    border-radius: 35px;
    border: 2px solid var(--border-color);
    padding: 3px 20px;
    width: calc(100% - 60px);
    /* display: inline-block; */
    position: absolute;
    left: 30px;
    right: 30px;
    margin: 0 auto;
    bottom: -70px;
    z-index: 100;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.navbar.fixed-nav {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    border-radius: 0;
    margin: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-nav .nav-link {
    font-size: .85rem;
    color: var(--bs-dark);
    margin: 0 0.5rem;
    padding: 4px !important;
    border-bottom: 3px solid #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.navbar-nav .nav-link:hover {
    color: var(--bs-primary)
}

.active-item .nav-link {
    color: var(--bs-primary);
    border-bottom: 3px solid;
}

.navbar-brand img {
    width: 45px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler i {
    color: var(--bs-primary);
}

.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
    overflow: hidden;
}

.navbar-nav .dropdown-item {
    font-size: .85rem;
    padding: .5rem 2rem;
}

.navbar-nav .dropdown-item:hover {
    background: var(--bs-light);
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown:hover .dropdown-toggle {
    color: var(--bs-primary);
}

.dropdown:hover .badge {
    color: var(--bs-primary);
}

.top-bar .dropdown-toggle {
    position: relative;
    z-index: 10;
}

.top-bar .dropdown-menu {
    background: var(--bs-light);
    border-radius: 0 0 15px 15px;
    border: 2px solid var(--bs-primary);
    border-top: 0;
    width: 100%;
    min-width: 100%;
    left: 0 !important;
    top: 37px !important;
    transform: none !important;
}

@media (max-width: 991px) {
    /* .top-bar .dropdown-menu {
        background: var(--bs-light);
        border-radius: 0 0 15px 15px;
        border: 2px solid var(--bs-primary);
        border-top: 0;
        width: 100%;
        left: 0 !important;
        top: 37px !important;
        transform: translate(10px, 10px) !important;
    } */
}

.top-bar .dropdown-item:hover {
    background: rgba(209, 247, 255, .5);
}

.top-bar .dropdown:hover:after {
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    width: 100%;
    height: 63px;
    background: var(--bs-light);
    z-index: 0;
    border: 2px solid var(--bs-primary);
    border-bottom: none;
}

.top-bar .dropdown-menu li {
    padding: 0;
}

.top-bar .dropdown-item:focus {
    background: rgba(209, 247, 255, .5);
}

.top-bar .dropdown-item {
    padding: 8px 15px;
    color: var(--bs-primary);
    border-bottom: 1px solid #eee;
    white-space: initial;
    line-height: 20px;
}

.top-bar .dropdown-menu li:last-child .dropdown-item {
    border: none;
}

.notification-list {
    width: 300px !important;
}

.notification-list li{
    display: flex;
    width: 100%;
    white-space: pre-line;
    padding: 0 1.1rem !important;
}
.notification-list li a{
    line-height: 1.4 !important;
}

.notificate-icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    background: #eee;
    display: inline-block;
}

.notificate-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.notification-list .dropdown-item{padding: 8px 0px;}

.notification-list h5 {
    font-size: .8rem;
    font-family: "medFont";
    color: var(--bs-dark);
}

.notification-list .time {
    font-size: .75rem;
    color: #999;
    white-space: nowrap;
}

.notification-list p {
    font-size: .75rem;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
}
#all-notification .item-style p{white-space: initial;}


.scroll-skip{
    border-radius: 25px !important;
}

.scroll-skip .dropdown-item:focus,.scroll-skip .dropdown-item:hover{
    background: none !important;
}

.dropdown-item.active, .dropdown-item:active {
    background: var(--bs-primary);
    color: #fff;
}

.show-all {
    text-decoration: underline !important;
    color: var(--bs-dark) !important;
}

.notification-radio input{
    width: 16px;
    height: 16px;
    vertical-align: text-top;
}
.notification-radio label{font-size: .85rem !important;font-weight:bold;margin: 0 10px;}
.faq .sub-title{font-size: .9rem;}
.steps a{text-decoration: none;}

/* banner */
.main-header {
    font-size: 2rem;
    margin-top: 5rem;
    color: var(--bs-primary);
}

.note {
    font-family: "semiboldFont";
    font-size: 2rem;
    color: var(--bs-primary);
}

.search-form {
    background: #fff;
    border-radius: 25px;
    border: 2px solid var(--border-color);
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: .8rem;
}

.search-form>div {
    background: #fff;
    border-radius: 15px 15px 15px 15px;
    border: 2px solid var(--border-color);
    overflow: hidden;
}

.search-tabs {
    border-radius: 0;
    background: var(--bs-light);
    border-bottom: 2px solid var(--border-color);
}

.search-tabs li {
    border: none;
    width: calc(100% / 6);
    text-align: center;
    font-size: .85rem;
    background: none;
    padding: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.search-tabs li a {
    font-size: .95rem;
    display: inline-block;
    width: 100%;
    padding: 18px 10px;
    color: var(--bs-primary);
    font-family: "medFont";
    text-decoration: none;
}

.search-tabs .active-item {
    background: var(--bs-secondary);
}

.search-tabs .active-item a {
    color: #fff;
}

.one-tab li {
    padding: 18px 10px;
    color: #fff;
}

/* background: var(--bs-light); */
/* border-bottom: 2px solid var(--border-color); */
.search-input {


    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;



}

.search-input input {
    max-width: 400px;
    /* max-width: 100%; */
    margin: 0 auto;
    border: 1px solid var(--border-color);
    font-size: .8rem;
    height: 39px;
    /* height: 53px; */
    border-radius: 15px;
}

.search-form .row select {
    border: none;
    font-size: .8rem;
    color: var(--bs-primary);
    font-family: "medFont";
    padding: 0 5px;
}

.select-option {
    flex-grow: 1;
}

.select-option label {
    color: #38a3d1;
    margin-bottom: 3px;
    font-family: "medFont";
    padding: 0 5px;
}

.search-form .row img {
    width: 17px;
    object-fit: contain;
    margin: 0 10px;
}

.search-form .col-md-3, .search-form .col-md-2, .search-form .col-md-4, .search-form .col-md {
    padding: 8px;
    height: 57px;
    border-right: 2px solid var(--border-color);
}

.search-form .col-md-3:last-child, .search-form .col-md:last-child, .search-form .col-md-2:last-child, .search-form .col-md-4:last-child {
    padding: 0;
}

.search-form .col-md-3 .btn, .search-form .col-md .btn, .search-form .col-md-2 .btn, .search-form .col-md-4 .btn {
    background: var(--bs-primary);
    border: none;
    height: 57px;
    border-radius: 0;
    font-size: .85rem;
    font-family: "medFont";
}

.form-control::placeholder {
    color: #ccc;
}

.form-control:-ms-input-placeholder {
    color: #ccc;
}

.form-control::-ms-input-placeholder {
    color: #ccc;
}

.sec-title {
    font-family: "pacifioFont";
    color: var(--bs-secondary);
}

.main-title {
    font-size: 1.6rem;
    color: var(--bs-primary);
    font-family: "medFont";
}

.short-description {
    font-size: .85rem;
    max-width: 600px;
    /* max-width: 100%; */
    margin: 0 auto;
}

.our-apps h4 ,h5{
    color: var(--bs-primary);
    font-family: "medFont";
    font-size: 1.2rem;
}

.stores a {
    margin: .7rem;
}

.stores img {
    width: 120px;
    height: 42px;
}

/* our services */
.our-services .item-block {
    height: 333px;
    position: relative;
    background: #fff;
}

.item-block {
    border-radius: 25px;
    border: 2px solid var(--border-color);
    box-shadow: 0 0 8px rgba(209, 247, 255, .5);
    font-size: .75rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.item-block.active-block {
    background: var(--bs-light);
    transform: scale(1.05);
}

.cir-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: var(--bs-primary);
    display: inline-block;
    text-align: center;
    margin-bottom: 1.5rem;
}

.cir-img img {
    width: 35px;
    height: 50px;
    object-fit: contain;
}

.item-block h4, .advantage .row h4 {
    font-family: "medFont";
    color: var(--bs-primary);
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.item-block p, .blog-item p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-block a, .blog-item a {
    font-family: "medFont";
    background: var(--bs-primary);
    font-size: .85rem;
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
    margin-top: 1rem;
    /* position: absolute; */
    bottom: 1.5rem;
    left: 0;
    right: 0;
    width: 133px;
    margin: 0 auto;
}

.item-block a>i, .blog-item a>i {
    font-size: .7rem;
}

.btn.btn-primary {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;




}

.search-button {
    border-radius: 15px;
    font-size: 1rem;
    border-color: #38a3d1;
    width: 150px;
    margin: 0;
    background-color: #38a3d1
}

.btn.btn-primary:hover, .sw-theme-dots .toolbar>.btn:hover {
    background: var(--bs-secondary);
}

/* why choose us */
.choose-us {
    position: relative;
    background: url(../imgs/bg2.png) no-repeat center center / cover;
    background-attachment: fixed;
}

.choose-us::after {
    content: '';
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../imgs/signal.png) no-repeat center center / contain;
    width: 100%;
    height: 46px;
}

.choose-us .sec-title {
    color: var(--bs-orange);
}

.choose-steps {
    /* width: 300px; */
    max-width: 300px;
    color: #fff;
}

.choose-steps span {
    font-family: "semiBoldFont";
    font-size: 2.3rem;
    color: rgba(255, 255, 255, .2);
}

.choose-steps h4 {
    font-size: .9rem;
    margin-bottom: 0;
}

.choose-steps p {
    margin-bottom: 0;
    font-size: .7rem;
    font-family: "lightFont";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* our blog */
.our-blogs {
    position: relative;
}

.our-blogs:after, .testimonials::after {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../imgs/signal2.png) no-repeat center center / cover;
    width: 100%;
    height: 200px;
    z-index: -1;
}

.blog-item {
    border-radius: 25px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    font-size: .75rem;
    overflow: hidden;
    position: relative;
    min-height: 360px;
    background: #fff;
}

.blog-item>img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border: 2px solid var(--border-color);
}

.blog-item h4, h4,
.details-title h4 {
    font-family: "semiBoldFont";
    color: var(--bs-primary);
    font-size: .95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-item a {
    left: 1.5rem;
    right: 1.5rem;
    width: calc(100% - 3rem);

}

@media only screen and (max-width: 1200px) {
    .blog-item a {
        padding: 15px 11px;  
        background: red;  
    }
  }

.blog-item a>i {
    margin-top: .2rem;
}

/* advantage */
.advantage {
    margin: 0 0 0 0;
    /* margin: 5px 0 0 0; */
    /* background: url(../imgs/bg3.png)no-repeat center center / cover;  */
    background-color: #38A3D1;
}

.advantage .col-6>div {
    background: #fff;
    border-radius: 30px;
    position: relative;
}

.advantage .col-6>div:after {
    content: '';
    border-radius: 30px;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border: 1px solid var(--bs-secondary);
}

.advantage .row h4>span {
    font-family: "medFont";
}

/* testimonials-slides */
.testimonials {
    position: relative;
}

.testimonials::after {
    bottom: 25%;
    top: auto;
}

.testimonials-slides {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

@media (max-width: 40rem) {
    .testimonials-slides {
        width: 250px;
    }
}


.testimonials-slides:after {
    content: '';
    position: absolute;
    top: 10%;
    right: -150px;
    margin: 0 auto;
    width: 150px;
    height: 200px;
    background: url(../imgs/002.png) no-repeat center center / contain;
}

.testimonials-slides::before {
    content: '';
    position: absolute;
    top: 10%;
    left: -150px;
    margin: 0 auto;
    width: 150px;
    height: 200px;
    background: url(../imgs/001.png) no-repeat center center / contain;
}

.client-say {
    position: relative;
    margin: 1.5rem 1.5rem 2.6rem 1.5rem;
    border-radius: 35px;
    box-shadow: 0 0 15px rgba(50, 161, 241, .15);
    background: #fff;
}

.client-say::after {
    content: '';
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background: url(../imgs/Polygon.png) no-repeat center center / contain;
}

.client-info {
    margin-top: 3rem;
}

.client-info img {
    width: 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid var(--bs-secondary);
    display: inline-block;
    margin: .5rem auto;
}

.testimonials-slides p {
    font-size: .8rem;
}

.rate i {
    color: #D2D2D2;
    font-size: .75rem;
    margin: 0 -1px;
}

.rate .checked {
    color: var(--bs-orange);
}

.reviews {
    color: var(--bs-primary);
    /* margin: 0 .5rem; */
}

.filter-header-text {
    font-size: .85rem;
}

/* footer */
footer {
    background: var(--bs-primary);
    color: #fff;
    font-size: .85rem;
}

.footer-logo {
    width: 130px;
}

.social-links a {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 28px;
    font-size: .9rem;
    text-align: center;
    color: var(--bs-primary);
    background: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.social-links a:hover {
    background: var(--bs-secondary);
    color: #fff;
}

.social-links a i{
    line-height: 28px !important;
}

footer .list-unstyled li {
    margin-bottom: 7px;
}

footer .list-unstyled li>a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link{position: relative;}
footer .list-unstyled li>a:after , .navbar-expand-lg .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

footer .list-unstyled li>a:hover:after ,.navbar-expand-lg .navbar-nav .nav-link:hover:after {
    width: 100%;
    background: var(--bs-secondary);
}

footer .list-unstyled li>a:hover,.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--bs-secondary);
}

footer h4 {
    font-size: 1rem;
    font-family: "semiboldFont";
    margin-bottom: 1.3rem;
}

footer .list-unstyled li i {
    color: var(--bs-secondary);
}

.copy-right {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.owl-carousel,
.bx-wrapper {
    direction: ltr;
}

/* pagination */
.pagination {
    margin: 0;
    border-radius: 25px;
    border: 2px solid var(--border-color);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .05);
}

.page-link {
    border: none;
    color: var(--bs-dark);
    font-size: .7rem;
    font-family: "medFont";
    min-width: 45px;
    text-align: center;
    border-radius: 15px;
    margin: 0 .3rem;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    color: var(--bs-primary);
    font-size: .85rem;
}

.page-item.active .page-link {
    background: var(--bs-primary);
    font-size: .95rem;
    padding: 2px 10px;
}

.page-item .page-link:hover, .page-item .page-link:focus {
    background: #eee;
    font-size: .95rem;
    padding: 2px 10px;
    box-shadow: none;
}

/* our services page */
.our-services .note {
    font-size: 1.5rem;
}

/* privacy policy */
.privacy-policy p {
    font-size: .85rem;
}

.side-title h4 {
    font-size: 1.1rem;
    font-family: "medFont";
}

.side-title p {
    color: var(--bs-dark);
}

/* blog detials */
.breadcrumb-item {
    color: var(--bs-dark);
    font-size: .85rem;
}

.breadcrumb-item a {
    color: var(--bs-primary);
    text-decoration: none;
}

.blog-img {
    height: 300px;
    border-radius: 35px 35px 0 0;
    border: 4px solid var(--border-color);
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details {
    font-size: .85rem;
}

.date {
    color: rgba(0, 0, 0, .5);
    font-size: .8rem;
    font-family: "medFont";
    margin-top: 5px;
}

.date i {
    color: var(--bs-primary);
}

.person-img {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.person-img:after {
    content: '';
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* background: #47FF7D; */
}

.details-icon .btn i {
    color: var(--bs-primary);
    font-size: 1.1rem;
}

.like-btn {
    width: 45px;
    height: 45px;
    line-height: 32px;
    border-radius: 50%;
    border: none;
    background: var(--bs-primary);
}

.comment-input {
    background: var(--bs-light);
    padding: 8px;
    flex-grow: 1;
    height: 45px;
    border-radius: 25px;
}

.comment-input .form-control {
    background: none;
    border: none;
    font-size: .8rem;
    border-radius: 25px;
}

.comment-input .form-control::placeholder {
    color: #8C8C8C;
}

.comment-input .form-control:-ms-input-placeholder {
    color: #8C8C8C;
}

.comment-input .form-control::-ms-input-placeholder {
    color: #8C8C8C;
}

.sub-title {
    font-size: 1.1rem;
    color: var(--bs-primary);
    font-family: "medFont";
    text-decoration: none;
}

/* login form */
.login, .sign-up-form {
    border: 2px solid var(--border-color);
    border-radius: 25px;
    margin: 0 auto;
    font-size: .8rem;
}

.site-form.login {
    width: 430px;
    max-width: 100%;
}

.site-form .form-control, .site-form .form-select {
    background-color: var(--bs-light) !important;
    color: #999;
    border: 1px solid var(--border-color);
    font-size: .8rem;
    border-radius: 25px;
    height: auto !important;
    min-height: 38px !important;
}

.site-form ul.form-control .form-control {
    min-height: auto !important;
}

.dropdown-menu ul .custom-control.custom-checkbox {
    margin-bottom: 8px;
    line-height: 1.1;
}

.dropdown-menu ul .custom-control-input {
    margin: 0 5px;
}

.password-input .form-control {
    border: none;
    border-radius: 0;
}

.site-form .input-group-text {
    background: var(--bs-light);
    border: none;
    color: var(--bs-primary);
    border-radius: 0;
}

.password-input {
    overflow: hidden;
    border-radius: 25px;
    border: 1px solid var(--border-color);
}

.password-input input:focus {
    outline: none;
    box-shadow: none;
}

/* .password-input:focus{
    border-color:#86b7fe;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(13,110,253,.25);
} */
.site-form label {
    font-size: .8rem;
}

.site-form label>span {
    color: red;
}

.site-form a {
    text-decoration: none;
}

.main-btn.btn, .sw-theme-dots .toolbar>.btn {
    font-family: "medFont";
    background: var(--bs-primary);
    font-size: .85rem;
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
}

.form-link {
    color: var(--bs-primary);
    text-decoration: none;
    font-family: "medFont";
}

.form-check-input {
    border-color: var(--bs-primary);
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/* faq */
.faq {
    font-size: .8rem;
}

.faq h5 {
    font-size: 1rem;
}

.faq-tabs .nav-link {
    font-size: .9rem;
    color: var(--bs-primary);
    margin-bottom: 1.5rem;
    padding: 0;
    min-width: 100px;
    text-align: left;
}

.faq-tabs .nav-link.active {
    font-family: "semiBoldFont";
    background: none;
    color: var(--bs-primary);
}

.nxt-prev .btn {
    border-color: var(--bs-primary);
    border-radius: 8px;
}

.nxt-prev .btn-primary {
    background: var(--bs-primary);
}

.nxt-prev .btn-light {
    background: #fff;
    color: var(--bs-primary);
}

.contact-form .form-label {
    color: var(--bs-primary);
    font-family: "medFont";
    display: block;
}

.iti {
    display: flex;
}

.iti__flag-container {
    position: static;
    background: var(--bs-light);
    border: 1px solid var(--border-color);
    font-size: .8rem;
    border-radius: 25px;
    min-height: 35px;
    width: 120px;
}

.iti__selected-flag {
    height: 35px;
    justify-content: center;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: none;
}

.map {
    height: 350px;
    border-radius: 25px;
    overflow: hidden;
}

.map img {
    height: 350px;
    width: 100%;
}

.contact-links li {
    font-size: .85rem;
    margin-bottom: .6rem;
}

.contact-links span {
    background: var(--bs-light);
    color: var(--bs-primary);
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    font-size: .7rem;
}

/* services pages */
.services-items .breadcrumb-item {
    color: var(--bs-primary);
}

.services-items .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-primary);
}

.services-items h4 {
    font-size: 1rem;
    font-family: "medFont";
    color: var(--bs-primary);
    cursor: pointer;
}

.side-options {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(32, 101, 165, .1);
    height: 530px;
    position: sticky;
    position: -webkit-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: -moz-sticky;
    top: 100px;

}

.bg-alice {
    background-color: aliceblue;
}

.side-options .border-bottom {
    border-color: var(--border-color) !important;
}

.side-options h4>i {
    color: var(--bs-secondary);
    font-size: .8rem;
    margin-top: 3px;
}

.check-list.input {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.check-list .form-check-input {
    border-color: #ccc;
}

.check-list label {
    font-size: .8rem;
    color: var(--bs-primary);
}

.services-content .site-form .form-control,
.services-content .site-form .form-select {
    background-color: #fff !important;
    border: none;
    color: var(--bs-primary);
    box-shadow: 0 0 20px rgba(32, 101, 165, .1);
}

.services-content .site-form label {
    color: var(--bs-primary);
    font-family: "medFont";
    font-size: .9rem;
}

.services-content .site-form .form-control[readonly] {
    background: var(--bs-light) !important;
    box-shadow: none;
}

.item-style {
    border-radius: 25px;
    border: 2px solid var(--border-color);
    font-size: .8rem;
    display: inline-block;
    width: 100%;
    position: relative;
    background: #fff;
}

.item-style h5, .vaccines-details h5 {
    font-size: .95rem;
    font-family: "semiBoldFont";
    color: var(--bs-primary);
}

.item-style h5>span {
    font-size: .8rem;
}

.item-style h6 {
    font-size: .85rem;
}

.doctor-info {
    flex-grow: 1;
}

.doctor-info .sub-title {
    font-size: 1rem;
}

.status {
    background: var(--bs-secondary);
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
}

.item-style p {
    margin-bottom: .4rem;
}

.item-style p>span {
    color: var(--bs-primary);
}

.item-style p>span>img {
    width: 17px;
}

.item-style .btn-primary {
    min-width: 130px;
    font-family: "semiBoldFont";
    font-size: .9rem;
}

.close-btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    color: var(--bs-light);
    background: var(--bs-primary);
    display: inline-block;
    margin-bottom: .5rem;
    text-align: center;
    transition: .3s all ease-in-out;
}

.close-btn:hover {
    background: var(--bs-secondary);
}

.selected-service.side-items p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selected-service .item-style {
    background: var(--bs-light);
}

.selected-service.item .add-service {
    display: none;
}

.selected-service.item .remove-service {
    display: inline-block;
}

.item .add-service {
    display: inline-block;
}

.item .remove-service {
    display: none;
}

.item-style .border-end {
    border-width: 2px !important;
    border-color: var(--border-color) !important;
}

.three-actions {
    margin-bottom: 1.5rem;
}

.three-actions .btn, .add-fav, .share-btn, .download-btn {
    padding: 0;
    text-decoration: none;
    color: var(--bs-primary);
    font-size: .8rem;
    transition: 0.3s all ease-in-out;
}

.three-actions .btn:hover {
    color: var(--bs-secondary);
}

.three-actions .btn:focus {
    box-shadow: none;
}

.edit-delete .btn {
    color: var(--bs-dark);
    font-family: "medFont";
    font-size: .9rem;
}

.edit-delete .btn i {
    color: var(--bs-primary);
}

.add-fav.btn:last-child {
    font-size: .95rem;
}

.add-fav .fas.fa-heart {
    color: var(--bs-primary);
}

.login-now {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    font-size: .85rem;
}

.login-now .btn-primary {
    width: 300px;
    max-width: 100%;
}

.login-now img {
    top: -20px;
    position: relative;
    z-index: -1;
    height: 350px;
    object-fit: contain;
    max-width: 100%;
}

.details-info {
    position: relative;
}

.details-info .three-actions {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem
}

.details-content img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.details-content h5 {
    margin-bottom: .2rem;
    font-size: .9rem;
}

.book-appointment {
    width: 350px;
    max-width: 100%;
}

.book-appointment .btn {
    width: 100%;
}

.details-reviews-progress {
    position: relative;
    width: 360px;
    max-width: 100%;
    margin: 2rem auto;
}

.progress {
    height: .45rem;
}

.progress-bar {
    background: var(--bs-orange);
}

.progress-start-text {
    position: absolute;
    left: 5px;
    color: var(--bs-primary);
    text-align: right;
}

.progress-start-text i {
    color: var(--bs-orange);
    margin: 0 .2rem;
    font-size: .7rem;
}

.progress-end-text {
    position: absolute;
    right: 5px;
    text-align: center;
}

.progress-start-text, .progress-end-text {
    margin-top: -.4rem;
    font-size: .75rem;
    font-family: "semiBoldFont";
    width: 30px;
}

.rate-reviews h2 {
    color: var(--bs-primary);
    font-family: "semiBoldFont";
}

.shadow {
    box-shadow: 0 0 15px rgba(50, 161, 241, .15) !important;
}

.all-reviews {
    background: var(--bs-light);
    border-radius: 25px;
}

.all-reviews .border-bottom {
    border-width: 2px !important;
    border-color: var(--border-color) !important;
}

.vaccines-list .item {
    position: relative;
}

.add-remove {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.rounded-circle {
    object-fit: cover;
}

.vaccines-img {
    border-radius: 25px;
    overflow: hidden;
    height: 338px;
}

.vaccines-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vaccines-details h5 {
    font-size: .9rem;
}

.instructions p:last-child {
    margin-bottom: 0;
}

.related-items.owl-carousel .owl-item img {
    width: 75px;
}

.related-items .item-style {
    border: none;
    width: calc(100% - 10px);
    margin: 0 5px;
}

.related-items .owl-stage {
    margin: 20px 0;
    overflow: visible;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--bs-primary);
    color: #fff;
    font-size: 1rem;
    position: absolute;
}

.owl-carousel .owl-nav button.owl-next {
    right: -40px;
    top: 38%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
    top: 38%;
}

.icu-list .item-style {
    border: none;
}

.icu-list .item-style p {
    margin-bottom: .1rem;
    font-size: .75rem;
}

.icu-list .item-style p>span {
    color: var(--bs-dark);
}

select {
    -moz-appearance: none;
    background: url("../imgs/arrow.png") no-repeat 95% center / 10px 6px !important;
}

.sw-theme-dots>.nav::before {
    display: none;
}

.sw-theme-dots>.nav .nav-link::after {
    content: " ";
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #D1F7FF;
    border-radius: 0;
    z-index: 1;
}

.sw-theme-dots .nav li:first-child .nav-link:after {
    width: 50%;
    right: -50%;
}

.sw-theme-dots .nav li:last-child .nav-link:after {
    width: 50%;
    left: -50%;
}

.sw-theme-dots>.nav .nav-link.active::before {
    background: var(--bs-primary);
}

.sw-theme-dots>.nav .nav-link.done::before {
    background: #38A3D1;
}

.appointment .title p {
    font-size: .85rem;
}

.appointment .title p>i {
    color: var(--bs-primary);
}

.sw .toolbar {
    display: flex;
    justify-content: space-between;
}

.sw-theme-dots .toolbar>.sw-btn-prev, .cancel-btn.btn {
    border: 1px solid var(--bs-primary);
    background: #fff;
    color: var(--bs-primary);
}

.sw .toolbar>.btn.disabled, .sw .toolbar>.btn:disabled {
    display: none;
}

.sw-theme-dots .toolbar>.btn, .two-btns .btn {
    min-width: 140px;
}

.sw .active span, .sw .done span {
    color: #fff !important;
}

.sw .nav-link span {
    color: var(--bs-primary);
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    font-family: "semiBoldFont";
}

.text-dark {
    color: #464646 !important;
}

.confimation-msg {
    display: none;
}

.confimation-msg .main-title {
    font-size: 1.3rem;
    display: block;
    text-decoration: none;
}

.appointment-table {
    border-radius: 18px;
}

.appointment-table table {
    background: var(--bs-light);
    font-size: .8rem;
    border-radius: 18px;
}

.appointment-table thead {
    background: var(--bs-primary);
}

.appointment-table thead th {
    border: none;
    padding: 20px 10px;
    color: #fff;
    font-weight: normal;
    font-family: "medFont";
    white-space: nowrap;
}

.appointment-table tbody td {
    border-color: var(--border-color);
    border-bottom-width: 2px;
    height: 65px;
    white-space: nowrap;
}

.appointment-table tbody td:first-child {
    color: var(--bs-primary);
    font-family: "medFont";
}

.appointment-table tbody .btn {
    font-size: .8rem;
    width: 100px;
    padding: 8px 10px;
}

.appointment-table tbody tr:last-child td {
    border: none;
}

.appointment-table::-webkit-scrollbar {
    height: .5rem;
}

.appointment-table::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.appointment-table::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

.appointment-table::-webkit-scrollbar-thumb:hover {
    background-color: #ccc
}

/* profile */
.profile .main-title {
    font-size: 2.2rem;
}

.profile-tabs {
    background: var(--bs-light);
    border-radius: 20px;
    overflow: hidden;
    width: 200px;
    min-width: 200px;
}

.profile-tabs .nav-link {
    padding: 1.5rem;
    border-radius: 0;
    border-bottom: 2px solid var(--border-color);
    color: var(--bs-primary);
    font-size: .85rem;
    font-family: "medFont";
}

.profile-tabs .nav-link:last-child {
    border: none;
}

.profile-tabs .nav-link.active {
    background: var(--bs-primary);
}

.profile-content {
    flex-grow: 1;
}

.profile-content h4 {
    font-size: .95rem;
}

.site-form .change-psw {
    color: var(--bs-primary);
    text-decoration: underline;
}

.site-form.address-lists .address-text{position: relative;}
.site-form.address-lists .address-text img{
    position: absolute;
    top: calc((100% - 28px) / 2);
}
.site-form.address-lists .address-text span{
    padding: 0 30px !important;
    display: inline-block;
    width: 100%;
}

.profile-content .main-btn {
    min-width: 260px !important;
}

.profile-name a {
    font-size: .8rem;
}

.upload-file {
    border: 2px dashed #E6E6E6;
    border-radius: 8px;
}

.profile-content .upload-file label {
    border-radius: 8px !important;
    min-width: 100% !important;
    max-width: 100%;
}

.specialty {
    color: var(--bs-primary);
}

.wallet .border-bottom {
    border-color: var(--border-color) !important;
    border-width: 2px !important;
}

.wallet-items {
    width: 350px;
    max-width: 100%;
    padding-bottom: 10px;
}

.wallet-items h4 {
    font-size: .9rem;
    margin-bottom: 3px;
}

.wallet-items p {
    font-size: .7rem;
    color: #D2D2D2;
}

.wallet-items span {
    white-space: nowrap;
}

.disease-list li {
    background: rgba(41, 111, 168, .1);
    color: var(--bs-primary);
    border: none;
    margin-right: 7px;
    border-radius: 5px !important;
}

.tab-content>.active {
    display: inline-block;
    width: 100%;
}

.new-member {
    display: none;
}

.new-member .nav-tabs {
    background: var(--bs-primary);
    border-radius: 25px;
    border: none;
    padding: 4px;
    overflow: hidden;
    height: 50px;
}

.new-member .nav-item {
    flex: 1;
    height: 44px;
}

.new-member .nav-link {
    height: 42px;
    width: 100%;
    border-radius: 25px;
    padding: 11px;
    font-size: .85rem;
    border: none;
    color: #fff;
}

.new-member .nav-link.active {
    font-family: "medFont";
    color: var(--bs-primary);
}

.vaccines-options {
    display: flex;
}

.vaccines-options .form-check {
    flex: 1;
    margin: 0;
    font-size: .9rem;
}

.soon-label, .taken-label {
    padding: 5px 25px !important;
    background: #C9FFDD;
    color: var(--bs-primary);
    font-family: "medFont";
    border-radius: 5px;

    text-transform: uppercase;
}

.taken-label {
    background: #C9F4FF;
    display: inline-block;
}

.item-style.soon {
    background: #F2FFF7;
}

.vaccines-items {
    position: relative;
}

.vaccines-items img {
    margin-top: -5px;
}

.vaccines-items h4 {
    margin-bottom: 4px;
}

.vaccines-items h4>span {
    font-size: .8rem;
}

.vaccines-items p {
    font-size: .75rem;
}

.vaccines-items .form-check-input {
    position: absolute;
    right: 1.5rem;
    top: .8rem;
    width: 18px;
    height: 18px;
}

.vaccines-items .add-fav {
    font-size: .9rem !important;
}

.btn-outline-primary {
    font-family: "medFont";
    background: #fff;
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    font-size: .85rem;
    border-radius: 25px;
    padding: 10px 20px;
    min-width: 260px;
}

.btn-outline-primary:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

.taken {
    background: var(--bs-light);
}

.show-map span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    text-align: center;
}

.show-map img {
    width: 15px;
}

.doctor-appointment span {
    color: var(--bs-primary);
    margin-bottom: 5px;
    display: inline-block;
}

.doctor-arrive {
    font-size: .75rem;
    font-family: "medFont";
    padding: 3px 15px;
    border-radius: 25px;
    color: #fff !important;
    background: var(--bs-secondary);
    white-space: nowrap;
}

.map-page {
    min-height: 1650px;
    position: relative;
}

#map {
    height: 1330px;
    width: 100%;
    position: absolute !important;
    top: 330px;
    z-index: -1;
}

.fav-title {
    background: var(--bs-secondary);
    border-radius: 15px;
    padding: .85rem;
    color: #fff;
    text-align: center;
}

.fav-list .item-style {
    box-shadow: 0 0 8px rgb(209 247 255 / 50%);
}

.waiting-msg {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.waiting-msg h3 {
    font-size: 2rem;
}

.waiting-msg p {
    font-size: .75rem;
}

.waiting-msg .main-btn.btn {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.confirm-btn {
    display: inline-block;
    width: 100%;
}

.confirm-btn .btn {
    width: 230px;
}

.appointment-date {
    display: inline-block;
    width: 100%;
    border-color: var(--border-color) !important;
}

.appointment-date .appointment-calendar {
    background: none;
}

.appointment-time ul {
    flex-wrap: wrap;
}

.appointment-time ul li {
    border: 1px solid var(--bs-primary) !important;
    border-radius: 5px !important;
    text-align: center;
    width: 31%;
    margin-bottom: 1rem;
    color: var(--bs-primary);
    cursor: pointer;
}

.appointment .disable {
    background: #ddd;
    border: none !important;
    color: #fff;
    cursor: auto;
}

.appointment-time .active-item,
.nurse-service .active-item {
    background: var(--bs-primary);
    color: #fff;
}

.select-plan div {
    border: 1px solid var(--bs-primary);
    border-radius: 5px;
    padding: .7rem 1rem;
    margin-bottom: .7rem;
    cursor: pointer;
}

.select-plan p {
    margin-bottom: 0;
    font-size: .8rem;
    color: var(--bs-primary);
    font-family: "medFont";
}

.select-plan p:last-child {
    width: 20px;
}

.select-plan .active-item {
    background: #F3F7FA;
}

.select-plan .active-item p>i {
    display: block !important;
    font-size: 1.2rem;
}

.nurse-service li {
    border: 1px solid var(--bs-primary) !important;
    border-radius: 25px !important;
    text-align: center;
    margin-bottom: .7rem;
    color: var(--bs-primary);
    font-size: .8rem;
    font-family: "medFont";
    margin-inline-end: .7rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.nurse-service li i {
    font-size: 1.2rem;
    opacity: 0;
    ;
}

.nurse-service .active-item i {
    opacity: 1;
}

.appointment-calendar {
    background: var(--bs-light);
    border-radius: 15px;
}

.appointment-calendar .sub-title {
    font-size: .9rem;
}

.calendar-table {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.js-cal-prev, .js-cal-next {
    position: absolute;
    top: 33px;
    font-size: 1.5rem;
    color: #3B566E;
}

.js-cal-prev {
    left: -40px;
}

.js-cal-next {
    right: -40px;
}

.calendar-day .date {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid var(--bs-primary);
    display: inline-block;
    margin-bottom: .5rem;
    cursor: pointer;
    color: #3B566E;
}

.calendar-table td {
    padding: 0;
}

.btn-group-vertical>.btn, .btn-group>.btn {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}

.calendar-day.selected .date {
    background: var(--bs-primary);
    color: #fff;
}

.scroll-top {
    position: fixed;
    bottom: 2rem;
    right: auto; left: 2rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: var(--bs-secondary);
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: none;
}

.scroll-top i{
    line-height: 50px !important;
}

.see-all {
    color: var(--bs-primary);
    font-size: .85rem;
}

.doctors-scroll {
    width: calc(100% - 50px);
    white-space: nowrap;
    overflow-x: scroll;
    margin-top: 10rem;
    position: absolute;
    bottom: 70px;
    left: 50px;
}

.doctors-scroll .item-style {
    background: #fff;
    width: 820px;
    margin-right: 2rem;
}

.doctors-scroll .item-style .border-end {
    border-right: 2px solid var(--border-color) !important;
}

.doctors-scroll::-webkit-scrollbar {
    height: .5rem;
}

.doctors-scroll::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 15px;
}

.doctors-scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 15px;
}

.description {
    white-space: normal;
}

/* new  */
.ui-widget input {
    background-color: var(--bs-light) !important;
    color: #999;
    border: 2px solid var(--border-color);
    font-size: .8rem;
    border-radius: 25px;
    min-height: 38px;
}

#search-services {
    text-align: left;
    font-size: .8rem;
    padding: 0 5px;
}

#search-services label {
    text-transform: capitalize;
}

#form-nav .dropdown-container ul {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

#form-nav .dropdown-container ul .checkbox-group {
    width: 100% !important;
}

.add-new-addr .sub-title {
    margin-top: 0 !important;
}

.add-new-addr .modal-dialog {
    min-width: 70%;
}

.add-new-addr .modal-content {
    min-height: auto !important;
    height: auto !important;
}

.modal.show {
    z-index: 10000;
}

.modal.show::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
    z-index: -1;
}

.add-new-addr .close.btn {
    line-height: 1;
    font-size: 1.5rem;
    text-decoration: none;
    box-shadow: none !important;
    color: var(--bs-primary);
}

.add-new-addr .modal-header {
    padding: 1rem 1rem 0;
    border-bottom: none;
}

.vaccines-items .label, .form-control,#no-times , .soon-label, .taken-label{
    border-radius: 25px;
}

.vaccines-items .fa, .fa.fa-sort-down {
    margin-left: 0;
    margin-right: 0;
}

.modal-dialog{
    overflow: hidden;
    border-radius: 23px !important;
}

.modal-content{border:none}

.swal2-popup {
    border-radius: 25px !important;
    border: 2px solid var(--border-color) !important;
}

.swal2-title {
    padding-bottom: 25px !important;
}

.swal2-title, .swal2-x-mark-line-left, .swal2-x-mark-line-right {
    font-size: 1.1rem !important;
}

.swal2-icon {
    font-size: 1.1rem !important;
}

.appointment-time ul li {
    height: 37px !important;
}

.wizard-content .wizard>.actions>ul {
    margin-top: 20px !important;
}

.wizard-content .wizard>.actions>ul>li>a {
    background: #009efb;
    color: #fff;
    display: block;
    padding: 7px 15px;
    border-radius: 25px !important;
    text-align: center !important;
    min-width: 110px !important;
    font-size: .95rem;
    border: 1px solid transparent
}
.menu__button--arrow{position: relative;}
.menu__button--arrow::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: calc(57px / 2);
    bottom: auto;
    border-top: 6px solid #38a3d1;
    transform: none !important;
}

#privateVaccines2-tab{cursor: auto;}
.three-actions .btn:hover{background-color: transparent !important;}
.three-actions .btn i{font-size: 1.1rem;}
.new-member h3{font-size: 1.1rem;}
.no-data{
    text-align: center;
    color: var(--bs-primary);
    margin: 1.9rem 0;
    font-size: 1.1rem;
}
.no-data img,#walletHistory svg{width: 36%;margin-bottom: 1rem;}
.text-no-data{text-align: center;}
.nav-search .search-text-icon i ,.search-text-icon img{
    position: absolute;
    left: 8px;
    margin: 0 !important;
}
.nav-search .search-text-icon i:before{
    margin: 0 !important;
}
.top-bar ul li>a i.fa-user{
    margin: 0 4px;
}
.phone-container input[type=tel]{
    width: calc(100% - 80px);
}
.phone-container .input-group-text{
    position: absolute;
    left: 81px;
    top: 1px;
    font-size: .9rem;
    height: calc(100% - 2px);
    z-index: 100;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.phone-container .iti--allow-dropdown input[type=tel]{
    padding-left: 58px !important;
}
.disease-list .list-group-horizontal {
    flex-direction: column;
}
.disease-list .list-group-horizontal li{margin-bottom: 10px;}
#no-data .res-wedth{
    width: 100%;
    height: 280px;
    object-fit: contain;
    margin: 15px 0;
    font-size: 1.4rem;
}
.app-img{
    width: 95% !important;
    height: 320px;
    object-fit: contain;
}
#loader{color: transparent !important;}



/* resposive */
/* Large desktops and laptops */
@media (min-width: 1200px) {}

/* Landscape tablets and medium desktops */
@media (min-width: 991.98px) and (max-width: 1272px) {
    .navbar {
        left: 3%;
        right: 3%;
    }

    .js-cal-prev {
        left: -30px;
    }

    .js-cal-next {
        right: -30px;
    }
    .nav-search .search-text-icon i, .search-text-icon img {
        position: absolute;
        left: 33px;
        margin: 0 !important;
    }
    .menu__button--arrow::after{
        right: 33px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .navbar {
        display: block;
        position: static;
        margin: -12px 0;
        width: 100%;
    }

    .item-style .border-end {
        border: none !important;
    }

    .search-tabs li a {
        padding: 15px 10px;
        font-size: .85rem;
    }

    .top-bar ul li>a {
        padding: 0 10px;
    }

    .new-member .nav-link {
        font-size: .75rem;
        padding: 10px 5px;
    }

    .vaccines-options .form-check {
        font-size: .85rem;
    }

    /* .top-bar .dropdown-menu {
        right: auto !important;
        left: 0 !important;
        -webkit-transform: translate(-50%, 0) !important;
        -o-transform: translate(-50%, 0) !important;
        transform: translate(-50%, 0) !important;
    } */

    .side-options>div {
        padding: 12px !important;
    }

    .services-items h4 {
        font-size: .85rem;
    }

    #map {
        top: 270px;
        height: 1380px;
    }
    .nav-search .search-text-icon i, .search-text-icon img {
        position: absolute;
        left: 33px;
        margin: 0 !important;
    }
    .menu__button--arrow::after{
        right: 33px;
    }
    .notification-list {
        width: 175px !important;
    }
    .top-bar ul li>a {
        font-size: .65rem;
        line-height: 1.2;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
    .top-bar .container {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        align-items: flex-start !important;
    }

    .top-bar ul li>a {
        font-size: .75rem;
        padding: 0 7px;
    }

    .top-bar ul:last-child li>a i {
        font-size: .9rem;
    }

    .navbar-nav .nav-link {
        margin: 0;
        padding: 4px 0 !important;
    }

    .testimonials-slides::before, .testimonials-slides::after {
        display: none;
    }

    .main-title {
        font-size: 1.3rem;
    }

    .side-title h4, .sub-title {
        font-size: .95rem;
    }

    .faq-tabs .nav-link {
        min-width: auto;
    }

    .search-form .col-md-3, .search-form .col-md, .search-form .col-md-2, .search-form .col-md-4 {
        border: none !important;
    }

    .search-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .search-tabs li {
        width: auto;
        min-width: 100px;
    }

    .search-tabs li a {
        padding: 10px;
        font-size: .85rem;
    }

    .item-style h5 {
        font-size: .9rem;
    }

    .status {
        font-size: .7rem;
    }

    .item-style .btn-primary {
        font-size: .85rem;
        padding: 8px 10px;
    }

    .item-style .border-end {
        border: none !important;
    }

    .search-form>div {
        border-radius: 15px;
    }

    /* .top-bar .dropdown-menu {
        right: auto !important;
        left: 0 !important;
        -webkit-transform: translate(-50%, 0) !important;
        -o-transform: translate(-50%, 0) !important;
        transform: translate(-50%, 0) !important;
    } */

    .side-options .border-bottom, .site-form.login {
        padding: 1rem !important;
    }

    .profile-tabs {
        width: 100%;
    }

    .profile-tabs .nav-link {
        padding: .6rem;
    }

    .profile .main-title {
        font-size: 1.7rem;
    }

    .edit-delete {
        position: absolute;
        right: 1rem;
        font-size: .8rem;
        margin-bottom: 0;
    }

    .family-list .item-style {
        padding-bottom: 2.5rem !important;
    }

    .new-member .nav-tabs {
        display: block;
        height: auto;
    }

    .vaccines-options {
        display: inline-block;
    }

    .vaccines-options .form-check {
        width: auto;
        margin: 0 10px 0 0;
        font-size: .85rem;
    }

    .blog-img {
        height: 300px;
    }

    #map {
        position: relative !important;
        top: 0;
        height: 500px;
    }

    .doctors-scroll {
        position: static;
        overflow: initial;
        white-space: normal;
        width: 100%;
        margin-top: 3rem;
    }

    .doctors-scroll .item-style {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .doctors-scroll .item-style .border-end {
        border: none !important;
    }
}

/* small devices (portrait phones, less than 576px) */
@media (max-width: 580px) {
    .navbar {
        margin: -12px auto;
        width: 100%;
    }

    .top-bar .list-group:first-child {
        display: none !important;
    }

    .top-bar .list-group:last-child {
        justify-content: flex-end;
        flex-grow: 1;
    }

    .top-bar ul li>a {
        padding: 0 10px;
    }

    .page-link {
        min-width: auto;
        margin: 0 .3rem;
        padding: .375rem .5rem;
    }

    .main-header {
        font-size: 1.5rem;
        margin-top: 3rem;
    }

    .sign-up-form .col-6{
        width: 100%;
    }

    .note {
        font-size: 1.4rem;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        display: none;
    }

    .client-say {
        margin: .7rem;
        padding: 1.5rem 1rem !important;
    }

    .profile .main-title {
        font-size: 1.2rem;
    }

    .profile-content .main-btn {
        min-width: 195px !important;
    }

    .vaccines-options .form-check {
        font-size: .75rem;
    }

    .vaccines-items label>div {
        flex-wrap: wrap;
    }

    .navbar-brand img {
        width: 40px;
    }

    .item-style .w-50 {
        width: 100% !important;
    }

    .waiting-msg h3 {
        font-size: 1.5rem;
    }

    .breadcrumb-item {
        font-size: .75rem;
    }

    .appointment-time ul li {
        padding: 5px;
        font-size: .75rem;
    }

    .sw-theme-dots .toolbar>.btn, .two-btns .btn {
        min-width: 120px;
    }

    .sw-theme-dots>.nav {
        justify-content: center;
    }

    .sw.sw-justified>.nav .nav-link, .sw.sw-justified>.nav>li {
        max-width: 74px;
        padding: 0;
        font-size: .7rem;
    }

    .blog-img, .vaccines-img {
        height: 250px;
    }

    .icu-list .item-style img,
    .fav-list .item-style .rounded-circle {
        width: 55px;
        height: 55px;
    }

    .vaccines-list .item-style .rounded-circle,
    .related-items .item-style .rounded-circle {
        display: none;
    }

    .scroll-top {
        bottom: 1rem;
        right: 1rem;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .scroll-top i{
        line-height: 40px !important;
    }
    

    .map, .map img {
        height: 260px;
    }

    .details-icon .btn {
        margin: 0 3px !important;
        padding: 5px 3px;
    }

    .details-icon .btn i {
        font-size: .8rem;
    }

    .person-img {
        margin-right: 9px !important;
    }

    .blog-item h4, .testimonials-slides h4, .details-title h4 {
        font-size: .9rem;
    }

    .date {
        font-size: .7rem;
    }

    .blog-details, .privacy-policy p {
        font-size: .8rem;
    }

    .short-description {
        font-size: .8rem;
        margin: 7px auto !important;
    }
    #no-data .res-wedth{
        font-size: 1rem;
    }
    .alert{min-width: 95% !important;}
    .advantage .col-6>div{margin-bottom: 1.2rem;}
    footer .col-lg-6,footer .col ,footer .col-auto{text-align: center;width: 100%;}
    footer .list-unstyled li{justify-content: center}
    footer .row.g-md-5{padding-bottom: 50px;}
    .appointment-time ul li {
        line-height: 26px;
    }
    .services-content .item-style p>span.text-warning{font-size: .75rem;}
    #all-notification .time {font-size: .7rem;}
    #all-notification .dropdown-item{
        padding: 0.25rem 0.4rem;
        flex-direction: column;
    }
    #all-notification .item-style h5 {
        font-size: .8rem;
        max-width: 108px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .notificate-icon {
        margin: 0 auto !important;
        margin-bottom: 0.5rem !important;
    }
    .notification-list {
        width: 175px !important
    }
    .notification-list li>a i,.notificate-icon,.notification-list li>a img{display: none;}
    .top-bar ul:last-child li>a i{display: inline-block;}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 480px) {
    .advantage .col-6 {
        width: 100%;
    }

    .top-bar .dropdown-menu {
        margin-left: -1px !important;
    }

    .doctor-arrive {
        padding: 3px 8px;
    }

    .request-list .item-style .rounded-circle, .tab-pane .item-style .rounded-circle {
        display: none;
    }

    .js-cal-prev {
        left: -30px;
    }

    .js-cal-next {
        right: -30px;
    }

    .item-style .rounded-circle {
        width: 55px;
        height: 55px;
    }

    .login, .sign-up-form {
        font-size: .75rem;
    }

    .calendar-table {
        font-size: .7rem;
    }

    .details-info .three-actions {
        margin-bottom: 0;
        top: 0;
    }

    .details-info .three-actions {
        left: 1.5rem;
        right: auto;
    }

    .item-style .btn-primary {
        min-width: 110px;
    }
}

@media (min-width:  767px) and (max-width: 1150px) {
    .profile-tabs{
        width: 155px;
        min-width: 155px;
    }
    .three-actions {
        min-width: 150px;
    }
    .grid-container .orbi-item p {
        font-size: 13px;
        width: 100%;
    }
    .advantage .col-6>div{
        margin-bottom: 10px;
    }
}
@media (min-width:  500px) and (max-width: 1150px){
    .site-form.address-lists .text-dark {max-width: 65%;}
}
@media (max-width: 500px){
    .site-form.address-lists .d-flex{
        display: block !important;
    }
    .edit-delete{
        text-align: center;
        position: initial !important;
    }
    .testimonials-slides {
        width: 228px;
    }
    .testimonials-slides .item.slide {
        width: 93% !important;
    }
}
@media (max-width: 310px){
    .top-bar ul li{
        padding: 0;
        font-size: .7rem;
    }
    .top-bar ul li>a{
        font-size: .7rem;
        padding: 0 8px;
    }
    .fa-clinic-medical:before {
        font-size: 21px;
    }
    .search-text-icon img{
        width: 24px;
    }
    .select-option label{font-size: .75rem;}
    .orbi-item{margin: 10px !important;}
    .orbi-item .dicription p{width: 100%;}
    .orbi-item .icon-img-container{margin-right: 10px}
    .notification-list {
        width: 135px !important
    }
}
@media (max-width: 280px){
    .nav-search .search-text-icon i, .search-text-icon img {
        left: 16px;
    }
    .menu__button--arrow::after {
        right: 16px;
    }
}

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {

    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {

    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {

    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {

    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* @media (max-width: 500px) {
    .choose-us section , .testimonials section{
        padding:0;
     }
  } */


  .swal2-container{
    z-index: 20000 !important;
  } 
  
  .swal2-styled.swal2-default-outline:focus{
    box-shadow: none !important;
  }