.modal-body-quick-view {
    /* max-height: 500px !important; */
    /* overflow-x: hidden; */
}
a {
    text-decoration: none !important;
}

.customSlickRelatedProd .slick-track {
    margin-left: unset !important;
    margin-right: unset !important;
}

div.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slick-dots {
    position: absolute;
    bottom: 18px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: "slick";
    /* font-size: 27px; */
    font-size: 70px;
    /* line-height: 20px; */

    position: absolute;
    top: 0;
    left: 0;

    /* width: 20px;
    height: 20px; */

    /* content: "•"; */
    content: "-";
    text-align: center;
    /* color: white; */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: var(--primary) !important;
}

.main-menu .active > a {
    background-color: white !important;
    font-weight: bold;
    /* padding: 30px 28px 28px 28px; */
    padding: 21px 28px 17px 28px;
    color: var(--primary) !important;
}

.totalTable {
    background-color: var(--primary);
    color: white;
    margin-bottom: 0;
}

.payMethodDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.payMethodDiv label {
    flex: 1;
    width: 100%;
    margin: 5px;
    height: 60px;
    border: 1px solid var(--hr-color);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
}

.payMethodDiv label img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.trackRecordBox {
    background-color: white;
    border-radius: 5px;
}

.trbheader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepageSlider {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    transition: all 500ms ease-in-out;
    /* transform: scale(1.25, 1.25); */
    height: unset;
    object-fit: contain;
}

.slickAd .item-slick1 {
    height: auto !important;
}

/* .slick-active img {
    transform: scale(1, 1);
} */

.sliderContentBox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.sliderBuyNowBtn {
    border-radius: 10px;
    padding: 17px 40px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    position: relative;
    z-index: 1000;
}

.sliderTitle {
    font-size: 48px;
    color: var(--secondary);
    line-height: 58px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    z-index: 1000;
}

.sliderTitle span {
    font-weight: 700;
}

.sliderSubtitle {
    font-size: 18px;
    color: var(--secondary);
    line-height: 17px;
    font-weight: 300;
    position: relative;
    z-index: 1000;
    padding-bottom: 60px;
    padding-top: 10px;
    opacity: 63%;
}

.ad-banner-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.pointer-hover:hover {
    cursor: pointer;
}

.search-pointe-hover:hover {
    cursor: pointer;
    background-color: #dee5ea;
}

/* toggle switch start */

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-top: 6px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 6px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* toggle switch end */

#search_result_box_desktop {
    background-color: white;
    width: 100%;
    max-height: 450px;
    z-index: 1000;
    border: 1px solid var(--hr-color);
    position: absolute;
    top: 100%;
    left: 0%;
    padding: 10px;
    border-radius: 10px;
    overflow-x: hidden;
}
#search_result_box_mobile {
    margin: 2%;
    background-color: white;
    width: 90%;
    max-height: 350px;
    border: 1px solid var(--hr-color);
    overflow-x: hidden;
}

.zmdi-menu:before {
    content: "\f197";
    color: white;
}

.review-list-column {
    max-height: 500px;
    overflow-x: hidden;
}

.quickView_title {
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
    color: var(--secondary);
    padding-bottom: 15px;
}

.quickView_desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: grey;
    padding-bottom: 26px;
}

.quickView_price {
    font-size: 16px;
    line-height: 31px;
    font-weight: 500;
    color: var(--primary);
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.quickView_price span {
    font-size: 13px;
    font-weight: normal;
    color: var(--product-desc);
}

/* .wrap-pic-w.pos-relative:hover {
    transform: scale(1.5);
    
} */

.saleBadge {
    background-color: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.33);
}

.quickViewAttr {
    font-weight: 500;
    font-size: 14px;
}

.quickViewAttr_title {
    font-size: 14px;
    color: var(--secondary);
    font-weight: 500;
}

.quickViewAttr_cotent {
    font-weight: 300;
    font-size: 14px;
    color: var(--secondary);
}

/* Login Css */
.loginDiv {
    background-color: rgba(248, 246, 246, 0.76);
}

.loginHref {
    color: var(--primary);
    text-decoration: none;
    background-color: transparent;
}

.loginBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 762px;
    height: 48px;
    background: var(--primary);
    border-radius: 0;
    color: white;
    font-size: 18px;
}

button.btn.loginBtn:hover {
    color: var(--primary);
    color: grey;
    background-color: #ced4da !important;
    border-color: var(--bs-btn-hover-border-color);
}

a.btn.btn-success.mt-5 {
    background-color: #5555557d !important;
    border-color: #5555557d !important;
}

a.btn.btn-success.mt-5:hover {
    background-color: #ced4da !important;
    border-color: #ced4da !important;
    color: grey !important;
}

.whyChooseUsFeaturetitle {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}

.aboutus_title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: 15px;
}

.aboutus_content {
    font-weight: 300;
    font-size: 14px;
}

.slick3 {
    border: 1px solid #d9d9d9;
    height: 550px;
    margin-bottom: 0 !important;
}

.customSlick .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.customSlickIMg {
    height: 550px;
    width: 100%;
    object-fit: contain;
}

.fa-expand:hover::before {
    color: white !important;
}

.contactUsDiv1 {
    background-color: var(--primary);
    padding: 2rem;
    color: white;
}

.contactUsDiv2 {
    padding: 2rem;
}

.colorPrimary {
    color: var(--primary);
}

.paymentPartner {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: white;
    padding-bottom: 30px;
}

#map-container {
    width: 100%;
    height: 300px;
}

#map-container iframe {
    width: inherit;
    height: inherit;
}

.mobileCss {
    text-align: right;
}

.searchBox {
    height: 55px;
}

.newsletterBox {
    position: relative;
}

.newsletterIcon {
    position: absolute;
    left: 10px;
}

input.strip-form.form-control {
    border-bottom: 1px solid #eaeaea;
    padding-top: 20px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
}
.strip-form {
    border-bottom: 1px solid #eaeaea;
    padding-top: 20px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
}
input.strip-form {
    width: 100%;
    color: grey;
}
.strip-name {
    font-size: 18px;

    color: grey;
}

.newsletterDiv input::placeholder {
    color: white;
}
a.prod-viewAll.stext-106.cl6.trans-04.how-active1 {
    /* background-color: var(--primary); */
    padding: 10px 40px 10px 40px;
    border-radius: 46px;
    color: var(--primary);
    border: 1px solid var(--primary);
}

/* social media */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

a {
    text-decoration: none;
}
/* body {
    font-family: "Open Sans";
} */
/* relevant code for the icons starts here */

.site {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.med {
    display: flex;
    /* height: 15vh; */
    flex-direction: row;
    margin-top: 16px;
    /* padding: 0 20px;
  align-items: center;
  justify-content: center; */
}

.fab {
    margin: auto;
}
.social {
    color: #fff;
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social:hover {
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    transition: all ease 0.5s;
    -moz-transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
}

.facebook {
    color: #4267b2;
}

.twitter {
    color: #1da1f2;
}
.youtube {
    color: #c4302b;
}
.tiktok {
    color: #c8232c;
}
.instagram {
    color: transparent;
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    background: -webkit-radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    background-clip: text;
    -webkit-background-clip: text;
}
.linkedin {
    color: #34526f;
}
.whatsapp {
    color: #25d366;
}

.bg-ico {
    display: flex;
    background-color: #fff;
    width: 45px;
    height: 45px;
    line-height: 90px;
    margin: 0;
    margin-right: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}
.bg-ico:hover {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.8);
}

#facebook:hover {
    background-color: var(--primary);
}

#twitter:hover {
    background-color: var(--primary);
}
#linkedin:hover {
    background-color: var(--primary);
}
#youtube:hover {
    background-color: var(--primary);
}
#tiktok:hover {
    background-color: var(--primary);
}
#instagram:hover {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    background: -webkit-radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}
#tumblr:hover {
    background-color: #34526f;
}
#whatsapp:hover {
    background-color: #25d366;
}

.facebook:hover,
.twitter:hover,
.youtube:hover,
.pinterest:hover,
.tiktok:hover,
.instagram:hover,
.tiktok:hover,
.linkedin:hover,
.tumblr:hover,
.whatsapp:hover {
    color: #fff;
    transform: scale(1.3);
}
a.prod-viewAll.stext-106.cl6.trans-04.how-active1:hover {
    color: white !important;
    background-color: var(--primary);
}
.section-slide {
    height: 505px;
}
.newsletterDiv {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.spinnerCenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/* Responsive Design */

@media screen and (min-width: 1440px) {
    .ad-banner-img {
        width: 1366px;
        height: 320px;
        object-fit: contain;
        margin-left: auto;
        margin-right: auto;
    }
    .bg-overlay1::before {
        background-color: white !important;
    }
    .homepageSlider {
        width: 1366px;
        object-fit: cover;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1220px) {
    .item-slick1 {
        height: 435px !important;
    }
    .section-slide {
        height: auto;
    }
}

@media screen and (max-width: 1020px) {
    .item-slick1 {
        height: 347px !important;
    }

    .loginBtn {
        width: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    .desktopHeader {
        display: none;
    }
    .ad-banner-img {
        height: auto;
    }
    .whyChooseUsFeaturetitle {
        width: 70%;
    }
}

@media screen and (max-width: 901px) {
    .sliderContentBox {
        margin-left: 4rem;
    }
    .item-slick1 {
        height: 283px !important;
    }
    .sliderTitle {
        font-size: 28px;
        line-height: 35px;
    }

    .section-slide {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .sliderTitle {
        font-size: 25px;
    }
    .sliderSubtitle {
        font-size: 14px;
        padding-bottom: 40px;
    }
    .sliderBuyNowBtn {
        font-size: 12px;
        padding: 12px 30px;
    }
    .mobileCss {
        text-align: center;
    }
    .mobileCss1 {
        text-align: center;
        margin-bottom: 2px;
    }
    .searchBox {
        width: 70%;
    }
    .chooseUsEmpty {
        display: none;
    }
    .whyChooseUsFeaturetitle {
        width: 100%;
    }
    .mobileMargin {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .homepageSlider {
        /* height: auto; */
        object-fit: contain;
    }
    .item-slick1 {
        height: 273px !important;
    }
    .newsletterDiv {
        width: 100%;
    }
    .blogs-img {
        height: auto !important;
    }
    .blogs-img img {
        height: auto !important;
    }
}

@media screen and (max-width: 650px) {
    .item-slick1 {
        height: 234px !important;
    }
}
@media screen and (max-width: 590px) {
    .sliderContentBox {
        margin-left: 2rem;
    }
    .item-slick1 {
        height: 185px !important;
    }
    .sliderTitle {
        line-height: 28px;
    }
    .sliderSubtitle {
        font-size: 12px;
        padding-bottom: 20px;
        padding-top: 5px;
    }
    .chooseUsPageBox1 {
        flex: 1 !important;
        min-width: unset !important;
        max-width: unset !important;
        width: unset !important;
    }

    .chooseUsPageBox1 .pageTitle {
        font-size: 35px;
        line-height: 45px;
    }

    .chooseUsPageBox2 {
        flex: 1 !important;
        width: unset !important;
    }
    .loginDiv {
        padding: 10px !important;
    }
    .mobileLogin {
        padding: 20px !important;
    }
}

@media screen and (max-width: 470px) {
    .sliderContentBox {
        margin-left: 1rem;
    }
    .sliderSubtitle {
        display: none;
    }
    .sliderTitle {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .chooseUsPageHeader {
        flex-direction: column;
    }
    .chooseUsPageBox2 {
        margin-top: 10px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .item-slick1 {
        height: 154px !important;
    }
}

@media screen and (max-width: 430px) {
    .loginBtn {
        width: 100%;
    }
    .contact-form {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 390px) {
    /* .mobileCss {
        display: none;
    } */
    .item-slick1 {
        height: 131px !important;
    }
    .sliderTitle {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .sliderBuyNowBtn {
        font-size: 10px;
        padding: 10px 20px;
        border-radius: 5px;
    }
}

/* blogs page */

.blog-container .block2 {
    height: 480px;
    margin: 0.5rem;
}
.blog-container:hover {
    cursor: pointer;
}

.blog-contents {
    padding: 1.4rem;
}

.blog-contents h1 {
    font-size: 1.4rem !important;
    margin-bottom: 10px;
}
.clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.blogs-title {
    /* font-family: Inter-Bold; */
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: var(--primary) !important;
    margin: 15px 0;
}

.blogs-subtitle {
    /* font-family: Inter-Bold; */
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 15px 0;
}

.blogs-title:hover {
    /* cursor: pointer; */
}

.news-head {
    font-size: 28px;
    font-weight: 600;
    color: var(--primary) !important;
}

.border-news {
    border-bottom: 2px solid black;
    width: 40%;
    margin: 10px 0;
}

.blogs-img {
    height: 400px;
}

.blogs-img img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.blogs-modal-content .blogs-title {
    font-size: 28px;
    line-height: 24px;
    margin: 30px 0;
}

.recent-news-box {
    height: 100px;
}

.recent-news-box a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    width: 100%;
}
.recent-news-box a:hover {
    cursor: pointer;
}

.recent-news-img {
    height: 100px;
    width: 140px;
}

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

.additional-link a {
    text-decoration: none;
    color: #000000;
}

/* homepage news and articles */

.hn-title {
    font-size: 20px;
    font-weight: 500;
}
.hn-desc {
    font-weight: 300;
    font-size: 12px;
}
.news-home-head {
    margin: 1.5rem 0;
}

.news-home-head h1 {
    text-transform: uppercase;
    font-weight: 300;
    color: var(--primary);
}

.home-news {
    height: 270px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid var(--hr-color);
    border-radius: 5px;
}

.home-news img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
}

.home-news-text {
    position: absolute;
    color: white;
    top: 70%;
    left: 0;
    right: 0;
    /* bottom: 15px; */
    background-color: rgba(0, 0, 0, 0.476);
    overflow: hidden;
    width: 100%;
    height: 30%;
    transition: 0.5s ease;
    border-radius: 5px;
}

.home-news-content {
    padding: 15px;
}

.home-news-link {
    color: white;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.home-news-link:hover {
    color: var(--primary);
}

.home-news:hover .home-news-text {
    top: 0;
    height: 100%;
}

.pagination .page-item.page-indicator .page-link {
    padding: 0.65rem 0.8rem;
    font-size: 14px;
    border-radius: 0;
}
.pagination .page-item.page-indicator:hover .page-link {
    color: #454545;
}
.pagination .page-item .page-link {
    border-radius: 0;
    text-align: center;
    padding: 0.55rem 1rem;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.15);
    color: #454545;
    border: 1px solid #eaeaea;
}
.pagination .page-item .page-link:hover i,
.pagination .page-item .page-link span {
    color: #fff;
}
.pagination .page-item .page-link:focus {
    outline: 0;
    box-shadow: none;
}
.pagination .page-item .page-link:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}
.pagination .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.pagination .page-item .page-link {
    color: #454545;
}
.pagination .page-item:last-child .page-link {
    margin-right: 0;
}
[direction="rtl"] .pagination .page-item:first-child .page-link {
    margin-right: 0;
}
.pagination-gutter .page-item {
    margin-right: 7px;
}
.pagination-gutter .page-item .page-link {
    border-radius: 3px !important;
}
.pagination-circle .page-item {
    margin-right: 7px;
}
.pagination-circle .page-item .page-link,
.pagination-circle .page-item.page-indicator .page-link {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    border-radius: 50% !important;
    padding: 0;
}
.pagination.pagination-md .page-item .page-link {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.pagination.pagination-sm .page-item.page-indicator .page-link {
    font-size: 12px;
}
.pagination.pagination-sm .page-item .page-link {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.pagination.pagination-xs .page-item.page-indicator .page-link {
    font-size: 10px;
}

.reviewViewBox {
    max-height: 450px;
    overflow: auto;
    /* border: 1px solid var(--hr-color); */
    margin-left: 20px;
    /* padding: 10px; */
}

.reviewViewBox .reviewCommentBox {
    background-color: white;
    display: flex;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.replyBox {
    display: flex;
    background: rgba(248, 246, 246, 0.76);
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.contactIconSpan {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactIcon::before {
    color: white !important;
}

/* FAQS */

.faq-content .faq-questions h2 {
    font-size: 18px;
    font-weight: 500;
}

.faq-content {
    margin: 1.5rem;
    padding: 1rem;
    box-shadow: 0 2px 2px rgba(190, 190, 190, 0.16),
        0 3px 6px rgba(160, 160, 160, 0.23);
}

.faq-questions {
    display: flex;
    justify-content: space-between;
}

.faq-questions button:hover {
    background-color: transparent;
}

.faq-answer {
    font-weight: 300;
}

/* watsapp start */
.watsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 110px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 1000;
}

.watsapp_float_my_float {
    margin-top: 16px;
}
/* watsapp end */

.fa-envelope:before {
    content: "\f0e0";
    font-size: 17px;
}

.fa-user::before {
    content: "\f007";
    color: white !important;
    font-size: 23px !important;
}

.fa-regular {
    font-size: 23px !important;
    font-weight: 400;
}

.fa-regular:hover {
    font-size: 23px !important;
    font-weight: 400;
    color: grey;
}
::placeholder {
    font-size: 12px;
}

.jhilkeBox {
    border-image: linear-gradient(#f6b73c, #4d9f0c) 30;
    border-width: 4px !important;
    border-style: solid;
    animation: fireBg 1s infinite;
}

@keyframes fireBg {
    0% {
        border-image: linear-gradient(#fefcc9, #ec760c) 30;
    }
    50% {
        border-image: linear-gradient(#ff9774, #feec85) 30;
    }
    100% {
        border-image: linear-gradient(#dae547, #feec85) 30;
    }
}

.jhilkeBtn {
    background: unset;
    animation: btn-bg 1s infinite;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.33);
    border: none;
}

@keyframes btn-bg {
    0% {
        background: linear-gradient(#fefcc9, #ec760c);
    }
    50% {
        background: linear-gradient(#e05c61, #feec85);
    }
    100% {
        background: linear-gradient(#dae547, #feec85);
    }
}

.jhilkeCSS {
    background: -webkit-linear-gradient(45deg, #a0191e, #a0191e99, #494a4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: color-change 1s infinite;
    text-transform: uppercase;
    font-size: 18px;
}

@keyframes color-change {
    0% {
        background: -webkit-linear-gradient(45deg, #a0191e, #ec760c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 18px;
    }
    50% {
        background: -webkit-linear-gradient(60deg, #64d243, #a0191e99);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    100% {
        background: -webkit-linear-gradient(75deg, #a0191e, yellow);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 30px;
    }
}

.watsapp_float {
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.33) !important;
}

.watsapp_float i {
    font-size: 40px !important;
    margin-top: 10px !important;
}

.btn.disabled {
    background-color: gray !important;
    border-color: gray !important;
}
