@font-face {
    font-family: 'Roboto-Regular';
    src: url("../woff/roboto-regular.woff");
}

body {
    font-family: 'Roboto-Regular';
}

/* header {
    background-color: white;
    padding: 10px 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
} */

.sub-menu {
    list-style: none !important;
}

.login-btn {
    color: white;
    background-color: black;
    border-radius: 25px;
    font-size: 13px;
    display: inline-block;
    width: 72px;
    padding: 5px;
    display: inline-block;
}

.activate-now-btn {
    color: black;
    background-color: #ffce00;
    border-radius: 25px;
    font-size: 13px;
    display: inline-block;
    width: 130px;
    padding: 5px;
}

.shop-now-header-btn {
    color: black;
    text-decoration: none;
    background-color: #ffce00;
    border-radius: 35px;
    font-size: 17px;
    font-weight: 700;
}

.shop-now-header-btn:hover {
    color: black;
    text-decoration: none;
}

@media only screen and (max-width: 760px) {
    .navbar {
        height: 55px;
    }
    .navbar-toggler {
        margin: 7px !important;
        font-size: 1.1em !important;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        margin-top: 2px !important;
        text-align: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-collapse {
        padding: 0px 5px !important;
        border-radius: 3px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .mobile-btns-blk {
        display: block;
        text-align: center;
        padding-top: 0;
    }
    .navbar-toggler {
        position: absolute;
        top: 0;
        right: 0;
        margin: 10px;
        font-size: 1.1em;
    }
    .navbar {
        text-align: center;
        display: block;
    }
    .navbar-collapse {
        position: absolute;
        right: 0px;
        background-color: white;
        padding: 0px 20px;
        box-shadow: rgb(220, 220, 220) 1px 1px 40px;
        top: 50px;
        width: 240px;
    }
}

@media only screen and (min-width: 1025px) {
    .mobile-btns-blk {
        display: none;
    }
    .navbar {
        padding: .5rem 0 !important;
    }
}

@media screen and (max-width:767px) {
    .shop-now-header-btn {
        padding: 1px 5px;
    }
}

@media screen and (min-width:768px) and (max-width:1079px) {
    .shop-now-header-btn {
        padding: 1px 10px;
    }
}

@media screen and (min-width:1080px) and (max-width:1024px) {
    .shop-now-header-btn {
        padding: 1px 20px;
    }
}

@media screen and (min-width:1024px) {
    .shop-now-header-btn {
        padding: 1px 20px;
    }
}

.dropdown-item {
    padding: 15px 20px !important;
}

/* .logo-new {
    width: 140px;
} */

header .navbar-nav>li a {
    font-family: 'Roboto-Regular' !important;
    font-size: 15px;
    /* text-transform: uppercase; */
    font-weight: 500;
    color: black;
    padding: 0 .5rem;
}

header .navbar-nav>li a:hover {
    color: rgb(29, 29, 29);
    /* background-color: transparent!important; */
    text-decoration: none;
}

.customtel .nav-link {
    color: #000000 !important;
    font-size: 14px;
}

.customlogin a {
    font-size: 14px !important;
    font-family: 'Roboto-Regular' !important;
}

li.current_page_item a {
    color: #f5b933 !important;
}

.roundedbuttons {
    border-radius: 25px;
    padding: 10px 20px;
    margin-left: 7px;
}

.blackbutton {
    background: #2d1f34;
    color: #fff !important;
}

.loginbtn,
.loginbtn:hover {
    background-color: black !important;
    color: white !important;
    padding: 9px 20px !important;
}

.activatebtn,
.activatebtn:hover {
    background-color: #ffce00 !important;
    color: black!important;
    padding: 9px 20px !important;
}

#mainBody {
    margin-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto-Regular';
    margin: 0 0 0 0;
    clear: both;
    font-weight: 600;
    color: #24292e;
}

.shopad {
    color: #999;
}

.card-img-top {
    max-width: 140px;
    margin: 0 auto;
}

p.price {
    color: #77a464;
    font-weight: bold;
}

.row.thumbnails {
    padding-bottom: 4.00rem;
}

.card-body {
    padding-bottom: 0 !important;
}

.callus {
    color: #f5b933;
    font-weight: 600;
    font-size: 20px;
}

.social a {
    color: #333;
    border: 2px solid #333;
    padding: 7px;
    display: inline-block;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    text-align: center;
}

.social a:hover {
    color: #ffffff;
    background-color: #222222;
}

.alertbar {
    background-color: #000;
    padding: 10px 0;
    color: #ffc107;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.header-icons {
    padding: 0 3px;
    float: right;
}

.header-top-blk {
    text-align: center;
    background-color: #28A9E2;
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto-Regular';
    padding: 5px;
}

.social-media-icons {
    color: white;
    font-size: 20px;
    padding: 0 3px;
}

.badge {
    transform: translateY(-10px);
}

.dropdown-menu {
    padding: 0!important;
    background-color: white !important;
    list-style: none;
}


/* .dropdown-toggle::after {
    content: none;
    display: none;
} */

.navbar-nav {
    list-style: none;
}

.header-navbar {
    height: 50px;
}

.headerBorder {
    border-bottom: 2px solid #269fdf;
}

.shopperlink:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .header-top-blk {
        display: none;
    }
    .logo-new {
        width: 120px;
    }
}

@media screen and (max-width: 740px) {
    #mainBody {
        margin-top: 180px;
    }
    .alertbar {
        font-size: 11px;
        font-weight: normal;
        padding-right: 40px;
        padding-left: 40px;
    }
    .alertbar p {
        padding: 0;
        margin: 0;
    }
    .logo1 {
        width: 50px;
    }
    .customlogin {
        margin-top: 5px;
    }
    .customlogin a {
        display: inline-block;
    }
    .btn-primary {
        margin-bottom: 15px;
    }
    .blackbutton {
        margin-right: 10px;
    }
    .logo-new {
        position: absolute;
        top: 0;
        right: 40%;
    }
    .top-reasons-txt {
        font-size: 20px;
        font-weight: 600;
    }
}

@media screen and (min-width: 741px) and (max-width: 1023px) {
    #mainBody {
        margin-top: 150px;
    }
    .logo-new {
        position: absolute;
        top: 0;
        right: 40%;
    }
    .header-icons {
        display: none;
    }
    .top-reasons-txt {
        font-size: 23px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1024px) {
    .nav-link-txt {
        padding-top: 15px;
    }
    .navbar-nav {
        list-style: none;
        margin-right: 0 !important;
        margin-left: auto;
    }
    .navbar-brand {
        width: 30%;
        text-align: center;
    }
    /* .logo-new {
        width: 180px;
    } */
    .header-navbar {
        height: 70px;
    }
    .top-reasons-txt {
        font-size: 25px;
        font-weight: 600;
    }
}


/*-------------------------------------------------------------- Header --------------------------------------------------------------*/

@media (max-width: 767px) {
    .cart-header {
        padding-top: 123px;
    }
    .header-bottom {
        min-height: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cart-header {
        padding-top: 180px;
    }
    #navbarSupportedContent {
        display: none !important;
    }
    .header-bottom {
        min-height: 100px;
    }
}

@media (min-width: 1025px) {
    .cart-header {
        padding-top: 30px;
        /*123px*/
    }
    .header-bottom {
        min-height: 140px;
    }
}


/*-------------------------------------------------------------- Header --------------------------------------------------------------*/

.call-float-btn {
    position: fixed;
    top: 30%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.call-float-btn {
    z-index: 400;
}

.call-float-btn a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    box-shadow: -2px 6px 5px 1px rgba(78, 21, 13, 0.4);
}

.call-float-btn a:hover {
    background-color: #000;
}

.call-btn {
    background: #d0011c;
    color: white;
    border-radius: 35px 0 0 35px;
}

.call-phone-img {
    width: 25px;
    height: auto;
}

@media (max-width: 767px) {
    .call-float-btn {
        top: 50%;
    }
    .call-phone-img {
        width: 15px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .call-float-btn {
        top: 50%;
    }
    .call-phone-img {
        width: 25px;
        height: auto;
    }
}

@media (min-width: 1025px) {
    .call-float-btn {
        top: 30%;
    }
    .call-phone-img {
        width: 25px;
        height: auto;
    }
}


/* ***********************************************************  General  ******************************************************************** */

* {
    scrollbar-width: thin;
    scrollbar-color: #28A9E2 #ebf7fc;
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #ebf7fc;
}

*::-webkit-scrollbar-thumb {
    background-color: #28A9E2;
    border-radius: 5px;
    border: 2px solid #ebf7fc;
}



/******* new header styles *******/

.only-mob-tab {
    position: relative;
    z-index: 1;
    /* display: block !important; */
    align-items: center;
    justify-content: space-between;
    /* box-shadow: 0 4px 5px rgba(0,0,0,.1); */
}
.side-btn {
    position: absolute;
    top: 10px;
    left: 15px;
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
}
.side-btn.click {
    left: 260px;
}
.side-btn span {
    color: black;
    font-size: 28px;
    line-height: 45px;
}
.side-btn.click span:before {
    content: '\f00d';
}
.sidebar {
    position: fixed;
    width: 250px;
    height: 135%;
    left: -250px;
    top: 0px;
    transition: left 0.4s ease;
    z-index: 1000; /* Ensure the sidebar is on top */
}
.sidebar.show2 {
    left: 0;
    background: #fff;
}
.sidebar .text {
    color: black;
    font-size: 25px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background: #fece00 ;
    letter-spacing: 1px;
    font-family: 'Roboto-Regular';
}
.sidebar ul {
    background: #fff;
    width: 99%;
    list-style: none;
}
.sidebar ul li {
    line-height: 49px;
}
.sidebar ul li a {
    position: relative;
    color: black;
    text-decoration: none;
    font-size: 16px;
    padding-left: 33px;/*40*/
    font-weight: 500;
    display: block;
    width: 99%;
    font-family: 'Roboto-Regular';
    text-align: initial;
}
.sidebar ul li.active1 a {
    color: #000;
    background: #fff;
    border-left-color: #000 !important;
}
.sidebar ul li a:hover {
    color: #000;
    cursor: pointer;
}
.sidebar ul ul {
    position: static;
    display: none;
    padding-left: 0 !important;
}
.sidebar ul .feat-show.show2 {
    display: block;
}
.sidebar ul .serv-show.show1 {
    display: block;
}
.sidebar ul .qsg-show.show8 {
    display: block;
}
.sidebar ul ul li {
    line-height: 42px;
    border-bottom: none;
}
.sidebar ul ul li a {
    font-size: 11px;
    color: #000;
}
.sidebar ul li.active1 ul li a {
    color: #000;
    font-weight: 600;
    background: #fff;
    border-left-color: transparent;
}
.sidebar ul ul li a:hover {
    color: #000 !important;
    background: #fff;
}
.sidebar ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: transform 0.4s;
}
.sidebar ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg);
}
@media (max-width: 767px) {
    /* Apply styles for small screens (e.g., iPhone) */
    .sidebar {
        height: 135%;
        top: 0;
        left: -100%;
    }
    .footer_topimg {
        float: right;
        width: 66%;
    }
    .footer_address h6 {
        font-size: 16px !important;
    }
    .footer_address p {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    /* Apply styles for larger screens (e.g., Android) */
    .sidebar {
        height: 135%;
        top: 0;
        /* left: 0; */
    }
}

/******* new header styles End *******/



/****Footer style**/
.site-footer {
    background-color: #292929 !important;
}

.footer-head {
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 700;
    padding: 7px 0;
}

.logo-new {
    max-width: 50%;
}

/* .logo-new1 {
    max-width: 100%;
} */

.footer-subhead {
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 700;
    padding: 8px 0 2px 0;
    margin: 0 0;
}

.footer-subhead a,
.footer-subhead a:hover {
    color: #000033;
    text-align: left;
    font-family: 'Roboto-Regular';
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 0 2px 0;
    margin: 0 0;
    text-decoration: none;
}

.footer-desc {
    color: #797979;
    text-decoration: none;
    text-align: left;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    font-weight: 500;
}

.footer-desc a,
.footer-desc a:hover {
    color: #797979;
    text-align: left;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.copyright {
    color: white;
    background-color: #1a1a1a;
    padding: 10px 15px 1px 15px;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.copyright p,
.copyright a {
    color: #999999;
    text-decoration: none;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 500;
    padding: 0px 20px 0px 20px;
}

.grey-text {
    color: #555555;
    text-decoration: none;
}

ul.footer-desc {
    list-style-type: none;
    padding-left: 0
}

.social-med-footer {
    max-width: 33px;
}

.align-social-icons {
    margin: 10px auto auto 20px;
    text-align: left;
}

.company-show.show3 {
    display: block;
}

.company-show.hide {
    display: none;
}

.company-show {
    display: none;
}

.product-show.show4 {
    display: block;
}

.product-show {
    display: none;
}

.account-show.show5 {
    display: block;
}

.account-show {
    display: none;
}

.policy-show.show6 {
    display: block;
}

.policy-show {
    display: none;
}

.shop-show.show7 {
    display: block;
}

.shop-show {
    display: none;
}

.product-show li a {
    font-size: 15px !important;
}

.address-show li a {
    font-size: 15px !important;
}

.contact-show li a {
    font-size: 15px !important;
}

.footer-col span.rotate {
    transform: translateY(3%) rotate(-180deg);
}

.footer_address h6 {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto-Regular';
}

.footer_address p {
    font-family: 'Roboto-Regular';
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}

.footer_address p a {
    color: #fff !important;
}

.footer-desc-img {
    display: flex;
}

footer .container {
    max-width: 1242px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

ul {
    list-style: none;
}

.footer {
    padding: 48px 0 1px;/*15 0 1*/
}

.footer-col {
    width: 16% !important;
    padding: 0 15px;
}

.footer-col a {
    text-decoration: none !important;
}

.footer a {
    text-decoration: none !important;
}

.footer-col h4 {
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 600;
    position: relative;
    font-family: 'Roboto-Regular';
    margin-top: 10px;
}

.footer-col h4::before {
    /* content: ''; */
    position: absolute;
    left: 0;
    bottom: -10px;
    background: linear-gradient(#f9f7f5, #f9f7f5) padding-box, linear-gradient(45deg, #04a7cc, #7b8bc6) border-box;
    border: 1px solid transparent;
    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: 15px; */
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    /* display: block; */
    transition: all 0.3s ease;
}

.google_review {
    width: 100%;
    border-radius: 4px;
}
.footer-social-links {
    display: flex;
}
.footer-social-links a {
    display: block;
    margin-right: 20px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.footer-social-links a svg {
    width: 31px;
}
.footer_address p strong {
    font-weight: 600;
}
.review {
    display: flex;
    gap: 0.5rem;
    width: 137%;
}
.logo-new1 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    height: auto;
}
.email_icon {
    margin-left: 89px !important; 
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

.logo-new1 {
    margin: 0 13px;
}

.footer_container {
    max-width: 1512px !important;
}

.rated_text {
    font-family: 'Roboto-Regular';
    background: white;
    color: black;
    width: auto;
    text-align: center;
    width: 41%;
    margin: 14px 0;
    padding: 2px;
    border: 2px solid #555;
    border-radius: 3px;
    font-weight: 700;
    box-shadow: -2px 6px 5px 1px rgba(0, 0, 0, 0.1);
}

.footer_thintext {
    color: #fff;
    font-size: 10px;
    margin-top: 8px;
    font-family: 'Roboto-Regular';
    text-align: center;
    position: relative;
    left: 66px;
}

.last_footer {
    color: #fff;
    font-size: 10px;
    font-family: 'Roboto-Regular';
    float: right;
}

.footer_topimg {
    float: right;
}

.logo_img {
    margin: 0 2px;
}

.footer-desc a,
.footer-desc a:hover {
    line-height: 22px;
    font-weight: 300;
    transition: color 0.3s ease;
    color: #fff !important;
}

.footer-desc {
    color: #bbbbbb !important;
}

.site-footer {
    background-color: #000 !important;
}

footer {
    /* background-color: #000 !important; */
    background-color: #759AFF !important;
}

hr {
    height: 1px !important;
    color: #fff !important;
    margin-bottom: 7px !important;
    border: 0.01px solid #fff;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.hr1 {
    height: 1px;
    color: #fff;
    margin-top: -9px;
}

.copyright_text p {
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto-Regular';
    font-size: 13px;
    font-weight: normal;
}

.social-med-footer {
    max-width: 40px;
    margin: 0 13px;
}

@media (max-width: 991px) {
    .vertical-center-sec { 
        margin-top: -86px !important;
    }
}
/***responsive for footer***/
@media(max-width: 767px) {
    /* .footer-col {
        width: 50%;
    } */
    .logo-new {
        display: none;
    }
    .footer-col {
        margin-bottom: 30px;
        width: 20%;
        /* padding: 0 94px !important; */
        padding: 0 46px 0 78px !important;
    }

    .copyright_text {
        margin: 0 25px;
    }

    .rated_text {
        width: 90% !important;
    }

    .footer_thintext {
        margin-top: 0 !important;
        text-align: left !important;
        left: 0px !important;
        width: 48%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .footer_address {
        padding: 0 0;
    }

    /* .footer_topimg {
        float: none;
    } */

    .footer_address p {
        margin-bottom: 5px;
    }

    .footer-col h4 {
        margin-top: -17px;
        margin-bottom: 9px;
    }

    hr {
        margin-bottom: 36px !important;
    }

    .approved_img {
        width: 68%;
        margin-bottom: 25px;
    }

    .logo-new1 {
        margin: 5px 85px !important;
        /*5 39*/
        width: 43% !important;
        margin-bottom: 9px;
    }

    .logo_img {
        margin: 0 2px;
        width: 13% !important;
    }

    .last_footer {
        float: none !important;
        text-align: center;
    }

    ul.footer-desc {
        display: none;
    }

    .footer-col h4::before {
        height: 0;
        background: transparent;
    }

    .sidebar ul li {
        line-height: 43px !important;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100% !important;
    }
}

/***Footer style end***/

.hideondesktop {
    display: none ;
}

@media(min-width: 320px) and (max-width: 768px) {
    .hideonmobile {
        display: none;
    }

    .hideondesktop {
        display: block !important;
    }
}


@media (min-width: 992px) {
    .only-mob-tab {
      display: none;
      visibility: hidden;
      opacity: 0;
    }
  }
  .only-mob-tab {
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
  }
  .logo-new2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 12px;
    width: 54%;
    height: auto;
  }

  .navbar-bg {
    background-color: #ffffff !important;
    background-color: transparent;
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
  }

  @media all and (max-width: 991px) {
    .badge {
        top: 20px
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border: none;
        box-shadow: none;
        text-align: center;
        max-width: 220px;
        margin: auto;
    }

    .listborder {
        border: solid 1px #ccc;
    }

    .offcanvas-header {
        display: block;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }

    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block;
    }

    .vertical-center-container {
        height: 100%;
        display: -webkit-box !important;
        text-align: center;
    }

    .vertical-center-sec {
        vertical-align: middle;
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .only-desk {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    .loginbtn {
        background-color: #fece00 !important;
        border-color: #fece00 !important;
        padding: 4px 12px !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        font-family: 'Roboto-Regular';
    }

    .activateNowbtn {
        background-color: #0b5dc1 !important;
        border-color: #0b5dc1 !important;
        padding: 4px 4px !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        font-family: 'Roboto-Regular';
    }
}


header {
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 100
}