/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Livvic:wght@300;400;500;600;700;900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1.2;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #000;
}
ul {
    list-style: none;
}
.bg-gray {
    background-color: #f5f5f5;
}
.bg-secondary {
    background-color: #9df21c !important;
}
.bg-primary {
    background-color: #348f41 !important;
}
.bg-success-subtle {
    background-color: #e6f8c9 !important;
}
.text-white {
    color: #fff;
}
.text-secondary {
    color: #9df21c !important;
}
.text-primary {
    color: #22702f !important;
}
.text-Success {
    color: #78bd6b !important;
}
.bg-dark {
    background-color: #333 !important;
}
h2 {
    font-size: 52px;
    font-weight: 700;
}
h4 {
    font-size: 22px;
    font-weight: 700;
}
h5 {
    font-size: 30px;
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Livvic", sans-serif;
}
.Livvic-font {
    font-family: "Livvic", sans-serif;
}
body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
}
.navbar-nav .nav-item:last-child {
    padding-right: 0px;
}
.navbar-nav .nav-item .nav-link.active {
    text-decoration: underline solid #9df21c 3px !important;
    font-weight: 600;
}
img {
    width: 100%;
    display: block;
}
.nav-bar .nav-menu .nav-item .nav-link.nav-btn {
    font-size: 18px;
    border: 2px solid transparent;
    padding: 8px 15px;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.nav-bar .nav-menu .nav-item:hover .nav-link.nav-btn {
    background-color: transparent;
    border: 2px solid #9df21c;
}
.nav-bar .nav-menu .nav-item .nav-link {
    border-bottom: 2px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.site-footer {
    padding: 40px;
    border-radius: 45px;
    margin-bottom: 50px;
}
/* .site-footer .footer-col:first-child {  max-width: 45%; } */
.site-footer .footer-col {
    width: auto;
    max-width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}
.site-footer .footer-col ul li a {
    color: #fff;
    font-size: 16px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.site-footer .footer-col ul li a:hover {
    text-decoration: underline;
}
.register-btn .btn {
    padding: 18px 25px !important;
}
.site-footer .footer-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}
.site-footer .footer-col .footer-menu li {
    padding-bottom: 14px;
    font-weight: 300;
}
/* .site-footer .footer-col:first-child .footer-menu li  {  width: 33.33%; padding-left: 5px; padding-right: 5px; } */
/* .site-footer .footer-col:first-child .footer-menu  { margin-left: -5px; margin-right: -5px; display: flex; display: -webkit-flex; flex-wrap: wrap; } */
.top-footer {
    border-bottom: 2px solid #b4b4b4;
    margin: 0px -10px;
}
/* .app-logo-wrap { padding-top: 10px;} */
.app-logo-wrap .logo-wrap .footer-logo-img {
    padding-right: 10px;
}
.app-logo-wrap .logo-wrap .footer-logo-img:last-child {
    padding-right: 0px;
}
.external-link-arrow {
    max-width: 20px;
    padding-left: 5px;
}
.bottom-footer-wrap {
    margin-top: 30px;
}
.bottom-footer-wrap .bottom-footer .footer-logo-col .footer-logo {
    max-width: 250px;
}
.bottom-footer-wrap .footer-social-icon .social-icon .social-img {
    max-width: 40px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.services-content {
    max-width: 750px;
}
.bottom-footer-link a:first-child {
    padding-right: 80px;
}
.footer-text p:last-child {
    padding-bottom: 0px;
}
.object-position-bottom {
    object-position: bottom;
}
.btn {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding: 18px 30px !important;
}
/* .btn:hover { background-color: #348f41!important; color: #fff; border-color: transparent!important; } */
.banner-btn .btn:hover {
    background-color: #336a3b !important;
    border-color: transparent !important;
}
.btn img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.register-title .register-sub-title {
    font-size: 16px;
    font-weight: 500 !important;
    padding-bottom: 0 !important;
}
.heading-text .about-content-text {
    font-size: 20px;
}
.services-title {
    font-size: 40px;
}

.navbar-toggler {
    background-color: transparent;
}
.bottom-footer-link span {
    font-size: 14px;
}
.navbar .navbar-nav .nav-item .nav-link {
    font-family: "Livvic", sans-serif;
    font-size: 17px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    text-decoration: underline solid transparent 3px;
}
.navbar .navbar-nav .nav-item .nav-link:not(.active, .header-btn):hover {
    text-decoration: underline solid #9df21c 3px;
}
.navbar .navbar-nav .nav-item .nav-link.header-btn:hover {
    background-color: #88cc21 !important;
}
.footer-text p {
    font-size: 12px;
}
.bottom-footer-link a {
    font-size: 14px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.bottom-footer-link a:hover {
    color: #fff !important;
}

.white-box {
    background-color: #fff;
    box-shadow: 0px -1px 0px #00000000;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 50px;
}

#download .white-box {
    background-color: #9df21c;
}

/* .banner-wrap { border-radius: 35px;}  */
.banner-img {
    background-image: url("../images/banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 550px;
    background-size: contain;
    background-position: center;
}
.btn-success {
    background-color: #348f41 !important;
}
.fs-18 {
    font-size: 18px;
}
.banner-wrap {
    padding-top: 80px;
}
.border-active {
    transition: all 0.5s ease;
}
.border-active:hover {
    box-shadow: 0px 0px 0 5px #9df21c4f;
}
.btn .btn-right-arrow {
    max-width: 40px;
}
.services-section .card-wrap .card-img-top {
    height: 600px;
}
.services-section .service-arrow img {
    max-width: 10px;
}
.services-section .service-arrow {
    display: none !important;
    width: 40px;
    height: 40px;
    background-color: #777;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
/* .services-section .card:hover { border-color: #9df21c4f; } */
.services-section .card {
    border-radius: 50px;
    border: 5px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background-color: transparent;
}
.services-section .card-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 60%, #000 90%);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    border-radius: 50px;
}
.btn-close {
    right: -75px;
}
.modal-content {
    border-radius: 30px;
}
.cta-section {
    background-image: url("../images/cta.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 500px;
    background-position: top left 15%;
    border-radius: 50px;
}
.cta-section::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000ad;
    opacity: 0.5;
    position: absolute;
    border-radius: 50px;
    top: 0;
    left: 0;
}
.register-section .register-wrap .register-content-wrapper .edit-img img {
    max-width: 18px;
}
.register-section .register-wrap .register-content-wrapper .edit-img {
    width: 40px;
    height: 40px;
    background: linear-gradient(#cae7c5 -4%, #fff 100%);
    border-color: #e8ffc8 !important;
}
.joint-app-wrap .joint-logo .joint-logo-img {
    max-width: 100px;
}
/* .joint-app-wrap .joint-logo { width: 100px; height: 100px; background: linear-gradient(to top , #fff 43%,  #9df21c 107%);} */
/* SVG shape decorations removed as per updated design */
.joint-app-section .scan-wrap .scan-img {
    max-width: 100px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border: 5px solid transparent;
}
.join-label {
    color: #333333;
    font-size: 10px;
}
.joint-app-wrap .join-app-badge-wrap {
    max-width: 900px;
}
.scan-wrap:hover .scan-img {
    transform: scale(1.3);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
    border: 5px solid #fff;
}
h3 {
    font-weight: 700;
    font-size: 40px;
    color: #22702f;
}
.short-srvice-sub-text {
    color: #949494;
}
.short-services-btn {
    bottom: 47px;
}
.easy-service-section {
    border-color: transparent !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    height: 100%;
}
.easy-service-section:hover {
    box-shadow: 0px 0px 0 5px #9df21c4f;
}
.easy-service-section:hover .btn {
    transform: translateX(50px);
}
.easy-service-section .short-services-img .short-services-mobail-img {
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}
/* .easy-service-section:hover .short-services-img .short-services-mobail-img{ transform: rotate(3deg); bottom: -13px;}  */
.short-service-section .loop-img {
    height: 100%;
}
.short-srvice-img {
    max-width: 370px;
}
.short-service-section .short-services-img .location-img {
    border-radius: 50px 50px 0px 0px;
    max-width: 862px;
}
.short-service-section .connect-location-img {
    height: 550px;
    right: 155px;
}
.app-info .app-download {
    max-width: 900px;
}
.app-info .scan-img {
    max-width: 90px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border: 5px solid transparent;
}
.app-info .app-text {
    font-size: 58px;
    padding-bottom: 10px;
}
.app-info {
    border-radius: 50px !important;
    position: relative;
    z-index: 1;
}
.terms-condiiton-section {
    max-width: 750px;
}
.effective-date {
    color: #9d9d9d;
}
.search-box .search-field {
    font-size: 12px;
    background-image: url("../images/search.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 20px center;
    padding-left: 48px; /* 20px icon + 12px gap + 16px extra space */
    margin: 0 auto;
    display: block;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.search-box .search-field:focus {
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.15);
    outline: none;
}
.pharmacy-item-image .pharmacy-list-logo {
    max-width: 40px;
    bottom: 5px;
    left: 5px;
    box-shadow: 0px 8px 4px rgb(0, 0, 0, 50%);
    border-radius: 50% !important;
}
.pharmacy-item .pharmacy-item-image .pharmacy-list-img {
    height: 93px;
}
.pharmacy-item {
    background-color: #fff;
    box-shadow: 0px -1px 0px #00000000;
}
/* ... */
.pharmacy-item .pharmacy-content-box .pharmacy-title {
    font-size: 12px;
    color: #333;
}
.pharmacy-item .pharmacy-content-box .pharmacy-address {
    color: #aaa;
    font-size: 11px;
}
.pharmacy-services-label .pharmacy-services img {
    max-width: 14px;
}
.pharmacy-services-label .pharmacy-services .pharmacy-services-subtext {
    font-size: 11px;
    color: #333;
    font-weight: 600;
}
.pharmacy-services-label.pharmacy-services-label-wrap
    .pharmacy-services
    .pharmacy-services-subtext {
    font-size: 10px;
}
.bg-light-gray {
    background-color: #eee;
}
.pharmacy-modal .pharmacy-item-tag img {
    max-width: 35px;
}
.pharmacy-modal .pharmacy-modal-sub-text {
    font-size: 12px;
}
.pharmacy-connect-details .pharmacy-social-details {
    width: 40px;
    height: 40px;
}
.pharmacy-connect-details .pharmacy-social-details.facebook-icon {
    background-color: #2977f2;
    display: flex;
}
.pharmacy-connect-details .pharmacy-social-details.whatssup-icon {
    background-color: #25d366;
}
.pharmacy-modal {
    max-width: 550px;
}
.pharmacy-small-text {
    font-size: 16px;
    font-family: "Inter", sans-serif;
}
.time-details {
    font-size: 14px;
    color: #aaa;
}
.more-info .more-info-img img {
    max-width: 16px;
}
/* .pharmacy-item-image .more-info-wrap { background-color: #0000008c;}
.pharmacy-item-image .more-info-wrap .more-info-text { font-size: 10px;}
.pharmacy-item-image .more-info-wrap span{ font-size: 12px; font-family: 'Livvic', sans-serif; font-weight: 500;} */
.pagination-wrap .arrow {
    width: 35px;
    height: 35px;
}
.pagination-wrap .arrow img {
    max-width: 10px;
}
.arrow[disabled] {
    background-color: #eeeeee !important;
    pointer-events: none;
}
.btn[disabled] {
    background-color: #eeeeee !important;
    pointer-events: none;
    border: unset !important;
}
.arrow[disabled] img {
    filter: brightness(0);
}
.pagination-wrap .pagination-text {
    font-size: 12px;
    text-transform: uppercase;
}
button:focus {
    box-shadow: unset !important;
}
.short-service-section .healthcare-service-wrap {
    padding: 40px;
}
.shop-info-box .shop-info-content p {
    padding-bottom: 15px !important;
}
/* .shop-info-box::before { content: ""; width: 100%; height: 100%; background-color: #0000004d; position: absolute; top: 0; left: 0;} */
.join-team-img .service-img {
    max-height: 390px;
    min-height: 390px;
}
.contact-details span {
    font-size: 14px;
    font-weight: 500 !important;
}
.pharmacy-sub-small-text {
    font-size: 14px;
    font-weight: 600;
}
.terms-condiiton-content h5 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
}
.shop-info-box {
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 50px;
    overflow: hidden;
}
.shop-info-content {
    padding: 40px;
    border-radius: 50px;
}
.cta-section .cta-content-text {
    max-width: 500px;
}
.services-content .services-content-text {
    font-weight: 500;
}
.services-content .services-content-text:first-child {
    font-weight: 500;
    padding-bottom: 16px;
}
.app-download .scan-wrap:hover .scan-img {
    transform: scale(1.3);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: unset;
    border: 5px solid #348f41;
}
/* .btn:hover{  padding-right: 32px!important;  }  */
.cta-wrapper {
    border-radius: 50px;
    margin-bottom: 50px;
    border: 5px solid transparent;
}
.register-wrapper {
    position: sticky;
    top: 0;
}
.about-section-wrapper .about-img {
    background-image: url("../images/about-img.webp");
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    background-position: center;
    width: calc(50% - 50px);
    margin-left: 50px;
}
.pharmacy-joint-wrap {
    border-radius: 40px;
    padding: 40px;
    padding-bottom: 35px;
}
.pharmacy-joint-wrap .pharmacy-joint-title {
    font-size: 30px;
}
.cta-section .btn:hover {
    background-color: #88cc21 !important;
}
.pharmacy-joint-wrap .btn:hover {
    background-color: #88cc21 !important;
}
.sticky-section {
    position: sticky;
    top: 0;
}
.post-list {
    background-color: #fafafa;
}
.Back-to-top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 22;
    height: 50px;
    width: 50px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50%;
}
.navbar .navbar-brand img {
    max-width: 200px;
}
.search-box .search-filed:focus,
.search-box .search-filed:focus-visible,
.search-box .search-filed:active {
    border-color: #9df21c !important;
    outline: none;
}
.member-model {
    max-width: 530px;
}
.member-model .modal-content {
    border-radius: 40px;
}
.popup-title {
    color: #333333;
    font-family: "Inter", sans-serif;
    font-size: 20px;
}
.btn-close {
    font-size: 12px;
    width: 30px;
    height: 30px;
    right: -85px;
}
.pharmacy-services-label.pharmacy-services-label-wrap .pharmacy-services img {
    max-width: 13px;
}
.info-btn {
    background-color: #eeeeee;
    font-size: 12px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.info-btn:hover {
    background-color: #333;
    color: #fff;
}
.pharmacy-items-row {
    margin-left: -20px;
    margin-right: -20px;
}
.pharmacy-items-row .pharmacy-item-col {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 40px !important;
}
.usability-section .easy-service-wrap {
    padding: 40px 40px 0px 40px;
}

@media (max-width: 1400px) {
    .register-btn .btn .btn-right-arrow {
        max-width: 25px;
    }
    .pharmacy-services-label .pharmacy-services img {
        max-width: 14px;
    }
    .white-box {
        padding: 30px;
    }
    .short-service-section .healthcare-service-wrap {
        padding: 30px;
    }
    .shop-info-content {
        padding: 30px;
    }
}
@media (max-width: 1200px) {
    .site-footer .footer-col ul li a {
        font-size: 14px;
    }
    h2 {
        font-size: 40px;
    }
    .register-btn .btn {
        font-size: 16px;
    }
    .joint-app-section::before {
        width: 375px;
        height: 300px;
    }
    .joint-app-section::after {
        width: 390px;
        height: 290px;
    }
    h3 {
        font-size: 30px;
    }
    .short-service-section .connect-location-img {
        right: 32px;
    }
    .short-service-section .connect-location-img {
        height: 475px;
    }
    .app-info .app-text {
        font-size: 45px;
    }
    .easy-service-section .short-services-img .short-services-mobail-img {
        height: auto;
    }
    .about-section-wrapper .about-img {
        height: 600px;
    }
}

@media (max-width: 1024px) {
    .fs-2 {
        font-size: 25px !important;
    }
    .banner-img {
        height: 400px;
    }
    .services-section .card-wrap .card-img-top {
        height: 500px;
    }
    .services-title {
        font-size: 35px;
    }
    .pharmacy-joint-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    .pharmacy-joint-wrap .pharmacy-joint-title {
        font-size: 28px;
    }
    .cta-wrapper {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .site-header .toggle-menu {
        display: block;
    }
    .site-header .nav-bar {
        position: absolute;
        width: 100%;
        top: 100%;
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        left: 0;
        display: none;
    }
    .site-header .nav-bar .nav-menu {
        display: block;
        padding: 15px 0px;
    }
    .nav-bar .nav-menu .nav-item {
        padding: 10px 15px;
    }
    .site-header .nav-bar.show-menu {
        display: block;
    }
    /* .site-footer .footer-col { width: 50%; max-width: 50%;} */
    /* .site-footer .footer-col:first-child { width: 100%; max-width: 100%;}   */
    .site-footer,
    .app-info {
        border-radius: 30px !important;
    }
    .fs-3 {
        font-size: 25px !important;
    }
    h2 {
        font-size: 35px;
    }
    .fs-18 {
        font-size: 16px;
    }
    .cta-section {
        min-height: 400px;
    }
    .joint-app-section::before {
        width: 300px;
        height: 250px;
    }
    .joint-app-section::after {
        width: 350px;
        height: 250px;
    }
    h3 {
        font-size: 28px;
    }
    /* .short-service-section .loop-img {   height: 400px;}  */
    .short-service-section .connect-location-img {
        height: 390px;
    }
    .app-info .app-text {
        font-size: 38px;
    }
    .app-info .scan-img {
        max-width: 100px;
    }
    .services-section .card-wrap .card-img-top {
        height: 480px;
    }
    .header-btn {
        margin-top: 5px;
    }
    .btn {
        font-size: 18px !important;
    }
    .fs-2 {
        font-size: 20px !important;
    }
    .site-header .navbar-collapse {
        position: absolute;
        top: 82%;
        z-index: 5;
        width: 100%;
        background: #f5f5f5;
        left: 0;
        padding: 15px;
    }
    body {
        font-size: 18px;
    }
    .heading-text .about-content-text {
        font-size: 18px;
    }
    .white-box {
        padding: 25px 20px;
        border-radius: 30px;
    }
    .shop-info-content {
        border-radius: 30px;
    }
    .short-service-section .healthcare-service-wrap {
        padding: 25px 20px;
    }
    .short-services-img .btn {
        font-size: 16px !important;
    }
    .btn {
        padding: 15px 25px !important;
    }
    .shop-info-box {
        border-radius: 30px;
    }
    .cta-section::before,
    .cta-section,
    .services-section .card-wrap:before,
    .services-section .card {
        border-radius: 30px;
    }
    .shop-info-content {
        padding: 25px 20px;
    }
    .services-title {
        font-size: 30px;
    }
    .pharmacy-joint-wrap .pharmacy-joint-title {
        font-size: 25px;
    }
    .pharmacy-joint-wrap {
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 30px;
    }
    .site-footer .footer-title {
        font-size: 18px;
    }
    .pharmacy-items-row {
        margin-left: calc(-0.5 * var(--bs-gutter-x));
        margin-right: calc(-0.5 * var(--bs-gutter-x));
    }
    .pharmacy-items-row .pharmacy-item-col {
        padding-left: 12px !important;
        padding-right: 12px !important;
        margin-bottom: 24px !important;
    }
}

@media (max-width: 767px) {
    .bottom-footer-wrap .footer-social-icon .social-icon .social-img {
        max-width: 30px;
    }
    .bottom-footer-link a:first-child {
        padding-right: 15px;
    }
    .bottom-footer-wrap .bottom-footer .footer-logo-col .footer-logo {
        max-width: 200px;
    }
    .site-footer {
        padding: 30px;
    }
    .banner-img {
        height: 350px;
    }
    h2 {
        font-size: 30px;
    }
    .banner-wrap {
        padding-top: 30px;
    }
    .fs-3 {
        font-size: 18px !important;
    }
    .services-section .card-wrap .card-img-top {
        height: 450px;
    }
    .btn-close {
        right: 0;
    }
    .cta-section {
        min-height: auto;
    }
    h4 {
        font-size: 20px;
    }
    .joint-app-section::before {
        width: 250px;
        height: 250px;
    }
    .joint-app-section::after {
        width: 250px;
        height: 195px;
    }
    .joint-app-section .scan-wrap .scan-img {
        max-width: 80px;
    }
    h3 {
        font-size: 25px;
    }
    .short-service-section .loop-img {
        max-width: 100%;
    }
    .cta-section .cta-content-text {
        max-width: 100%;
    }
    .join-team-img .service-img {
        min-height: 300px;
        max-height: 300px;
    }
    .app-info .app-text {
        font-size: 30px;
    }
    .app-info .scan-img {
        max-width: 80px;
    }
    .short-srvice-img {
        max-width: 240px;
    }
    .about-section-wrapper .about-img {
        height: 400px;
        margin: 0;
        width: 100%;
    }
    h5 {
        font-size: 25px;
    }
    .terms-condiiton-section .sub-text {
        font-size: 14px;
    }
    .search-box .search-filed {
        width: 280px;
    }
    .fs-2 {
        font-size: 18px !important;
    }
    .btn {
        font-size: 16px !important;
    }
    body {
        font-size: 16px;
    }
    .heading-text .about-content-text {
        font-size: 16px;
    }
    .services-content {
        max-width: 100%;
    }
    .joint-app-wrap .joint-logo .joint-logo-img {
        max-width: 65px;
    }
    .shop-info-box .shop-info-box {
        max-height: 350px;
    }
    .shop-info-box .shop-info-content p {
        padding: 0 !important;
    }
    .shop-info-box {
        min-height: 350px;
    }
    .services-title {
        font-size: 25px;
    }
    .register-title .register-sub-title {
        font-size: 14px;
    }
    .register-wrapper {
        position: relative;
    }
    .easy-service-section .short-services-img .short-services-mobail-img {
        position: relative;
    }
    .sticky-section {
        position: relative;
    }
    .Back-to-top {
        height: 40px;
        width: 40px;
        bottom: 25px;
        right: 25px;
    }
    .site-footer .footer-col {
        max-width: 50%;
    }
    .scan-wrap {
        display: none;
    }
    .register-wrapper {
        margin-bottom: 30px !important;
    }
    .post-list {
        background-color: unset;
    }
    .member-model .modal-content {
        border-radius: 30px;
    }
    .location-map-section img {
        height: 300px;
        object-fit: cover;
    }
}

@media (max-width: 730px) {
    .joint-app-section::before {
        width: 200px;
    }
    .joint-app-section::after {
        width: 200px;
    }
}

@media (max-width: 576px) {
    .site-footer .footer-col {
        width: 100%;
        max-width: 100%;
    }
    h2 {
        font-size: 25px;
    }
    h4 {
        font-size: 18px;
    }
    .services-section .card-wrap .card-body .card-text {
        font-size: 14px;
    }
    /* .joint-app-wrap .joint-logo .joint-logo-img { max-width: 50px; height: 40px;} */
    .joint-app-wrap .joint-logo {
        width: 80px;
        height: 80px;
    }
    .short-srvice-img {
        max-width: 200px;
    }
    /* .short-service-section .short-services-img .location-img { height: 200px;}  */
    .short-srvice-sub-text {
        font-size: 14px;
    }

    .join-team-img .service-img {
        height: 300px;
    }
    .app-info .app-text {
        font-size: 25px;
    }
    .app-info .scan-img {
        max-width: 70px;
    }
    .contact-btn {
        width: auto !important;
    }
    .contact-btn a {
        font-size: 14px;
    }
    .joint-app-section::before {
        width: 150px;
        height: 120px;
        top: -35px;
        left: 0;
    }
    .joint-app-section::after {
        top: -40px;
        height: 120px;
    }
    .services-title {
        font-size: 22px;
    }
    .register-title .register-sub-title {
        font-size: 12px;
    }
    .services-section .card-wrap .card-img-top {
        height: 400px;
        object-position: top;
    }
    .site-footer {
        padding: 20px;
    }
    .popup-title {
        font-size: 18px;
    }
}

@media (max-width: 425px) {
    .bottom-footer-link-wrap .bottom-footer-link {
        width: 100%;
    }
    .bottom-footer-wrap .bottom-footer .footer-logo-col .footer-logo {
        max-width: 110px;
    }
    .bottom-footer-wrap .footer-social-icon .social-icon .social-img {
        max-width: 25px;
    }
    .bottom-footer-link-wrap .bottom-footer-link:first-child {
        margin-bottom: 8px;
    }
    .btn .btn-right-arrow {
        max-width: 38px;
    }
}
