/*/ loader /*/
/* line 618, ../../../../Note/SPONDON-IT/laragon/www/365-amazcart-ecommerce/public/frontend/amazy/scss/_reset.scss */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff4f1;
  z-index: 99999;
}

@keyframes aniName {
  0%,
  20%,
  100% {
    width: 0;
  }
  70%,
  90% {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 667, ../../../../Note/SPONDON-IT/laragon/www/365-amazcart-ecommerce/public/frontend/amazy/scss/_reset.scss */
.col-12 {
    position: relative;
  }
}

.mainDIV {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            min-height: 100vh;
            animation: animationBackground 1s linear infinite;
			z-index: 99999;
		    
        }

        @keyframes animationBackground {
            0% {
                filter: hue-rotate(0deg);
            }

            100% {
                filter: hue-rotate(360deg);
            }
        }

        .mainDIV .main-loader-div {
            position: relative;
            width: 70px;
            height: 70px;
        }

        .mainDIV .main-loader-div span {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transform: rotate(calc(20deg * var(--iVar)));
        }

       .mainDIV .main-loader-div span::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 8px;
            height: 20px;
            border-radius: 60%;
            background: var(--main-color);
            animation: aniName 1s linear infinite;
            animation-delay: calc(0.1s * var(--iVar));
        }

        @keyframes aniName {
            0% {
                transform: scale(1);
            }

            80%,
            100% {
                transform: scale(0);
            }
        }
		
/* DaniBao Added custom */
/* Your custom CSS here... */
:root {
  --linear-gradient-bg-color:linear-gradient(-45deg, #f44a4a 0, #6e1a52 100%);
  --linear-gradient-reverse-bg-color:linear-gradient(-45deg, #6e1a52 0, #f44a4a 100%);
  --linear-gradient-about-bg-color:linear-gradient(197.61deg, #f44a4a , #6e1a52);
  --linear-gradient-about-blue-bg-color:linear-gradient(40deg, #1a263a 33%, #4a8394 84%);
  --linear-gradient-career-bg-color:linear-gradient(22.72914987deg, #f5c252 4%, #6ac1d0);
  --background-blue-bg-color: #0284a2;
  --background-red-bg-color: #f44a4a; 
  --background-grey-bg-color:#f7f8fa;
  --background-light-grey-bg-color:#f9f9f9;
  --background-black-bg-color:#29303b;
  --background-white-bg-color:#ffffff;
  --background-mehroon-bg-color:#992337;
  --text-black-color:#29303b;
  --text-light-grey-color:#777777;
  --text-dark-grey-color:#686f7a;
  --text-red-color:#f44a4a;
  --text-blue-color:#0284a2;
  --text-dark-blue-color:#003845;
  --text-white-color:#ffffff;
}

#phoneInput .field-wrapper {
    position: relative;
    text-align: center;
}

#phoneInput .form-group {
    min-width: 300px;
    width: 50%;
    margin: 4em auto;
    display: flex;
    border: 1px solid rgba(96, 100, 104, 0.3);
}

#phoneInput .letter {
    height: 50px;
    border-radius: 0;
    text-align: center;
    max-width: calc((100% / 10) - 1px);
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% / 10);
    outline-style: none;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
    color: red;
    border: 1px solid #0e0d35;
}

@media (max-width: 480px) {
    #phoneInput .field-wrapper {
        width: 100%;
    }

    #phoneInput .letter {
        font-size: 16px;
        padding: 2px 0;
        height: 35px;
    }
}
.flex{
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.badge-bounce {
  animation: bouncing .8s cubic-bezier(0.1,0.05,0.05,1) 0s infinite alternate both;
}
b,
strong {
 font-weight:bolder;
}
sub,
sup {
 font-size:75%;
 line-height:0;
 position:relative;
 vertical-align:baseline
}
sub {
 bottom:-.25em
}
sup {
 top:-.5em
}
html {
  scroll-behavior: smooth;
}
.img-shadow {
box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);
}
.footer{
  justify-content: space-between;
}
.site-footer__top-inner {
  position: relative;
  display: block;
  padding: 30px 0 10px;
  z-index: 1;
}

.site-footer-map {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -42px;
  height: 300px;
  background-image: url(../images/sitextras/site-footer-mape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.04;
  z-index: -1;
}
.icon-right-margin3 {
padding-right: 3px !important;
}
.icon-left-margin3 {
padding-left: 3px !important;
}
.font10 {
font-size: 10px !important;
list-style-position: inside;
}
.text-white {
color: #ffffff !important;
}
.featured-title-icon-pin--city {
  background-image: url(../images/sitextras/sprite_bg.svg#pin--city) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-title-icon-shield {
  background-image: url(../images/sitextras/sprite_bg.svg#shield) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-title-icon-infocircle {
  background-image: url(../images/sitextras/sprite_bg.svg#infocircle) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-icon-infocircle-yellow {
  background-image: url(../images/sitextras/sprite_bg.svg#info--yellow) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-icon-question-yellow {
  background-image: url(../images/sitextras/sprite_bg.svg#question--yellow) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-title-icon-tick--green {
  background-image: url(../images/sitextras/sprite_bg.svg#tick--green) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-title-icon-verified {
  background-image: url(../images/sitextras/sprite_bg.svg#verified) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-title-icon-bestseller {
  background-image: url(../images/sitextras/sprite_bg.svg#bestseller) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-title-icon-favorites {
  background-image: url(../images/sitextras/sprite_bg.svg#favorites) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-title-icon-listview_search--blue {
  background-image: url(../images/sitextras/sprite_bg.svg#listview_search--blue) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-title-icon-pin {
  background-image: url(../images/sitextras/sprite_bg.svg#pin) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-title-icon-trophy {
  background-image: url(../images/sitextras/sprite_bg.svg#trophy) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-title-icon-warning--circle {
  background-image: url(../images/sitextras/sprite_bg.svg#warning--circle) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-title-icon-exclamation {
  background-image: url(../images/sitextras/sprite_bg.svg#exclamation) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-title-icon-followplus {
  background-image: url(../images/sitextras/sprite_bg.svg#followplus) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-title-icon-globe {
  background-image: url(../images/sitextras/sprite_bg.svg#globe) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.featured-title-icon-categories-star-circle {
  background-image: url(../images/sitextras/sprite_bg.svg#categories-star-circle) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.info-featured-icon-circle {
  background-image: url(../images/sitextras/sprite_bg.svg#info-icon) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  color: #888888 !important;
}
.infocircle-featured-icon-circle {
  background-image: url(../images/sitextras/sprite_bg.svg#infocircle--white) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

.places__titleicon {
  position: relative;
  bottom: -2px;
  margin-right: 3px;
}
.yicon {
  display: inline-block;
}
.featured-icon-circle {
  display: inline-block;  
  border-radius: 50%;
  box-shadow: 0 0 2px #888;
  margin: 0 auto;
  width: auto !important;
}
a.headerdapp_btn {
  float: left;
  margin: 0 15px;
  padding: 4px 0;
  padding-left: 0px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  font-size: 15px;
}
.headerdapp_btn.download-app {
  padding-left: 15px;
  background: url(../images/sitextras/header/download-app.gif) 0 3px no-repeat;
  font-size: 15px;
}
/*Under Title Underline Design*/
.underline {margin: 0 0 2em;line-height: .5;text-align: center;}
.underline .fancy, .underline .fancy .diamond {display: inline-block;position: relative;}
.underline .fancy::before {right: 100%;margin-right: 54px;}
.underline .fancy::after, .underline .fancy::before {content: "";position: absolute;height: 5px;border-bottom: 1px solid #5e725b;top: 5px;opacity: .53;width: 120px;}
.underline .fancy .diamond {width: 18px;height: 18px;background: #4cab53;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.underline .fancy, .underline .fancy .diamond {display: inline-block;position: relative;}
.underline .fancy .diamond::before {top: 27px;left: -21px;}
.underline .fancy .diamond::after, .underline .fancy .diamond::before {content: "";position: absolute;background: #045c0e;top: 27px;opacity: .53;width: 11px;height: 11px;}
.underline .fancy .diamond::after {top: -21px;right: -21px;}
.underline .fancy::after {left: 100%;margin-left: 54px;}
/*End Design Underline*/
.al-icn {
 box-sizing:border-box;
 width:32px;
 height:32px;
 display:inline-block;
 font-size:24px;
 line-height:32px;
 text-align:center;
 vertical-align:middle;
 flex-shrink:0
}
.al-icn.is-border {
 border:1px solid currentColor;
 line-height:30px;
 border-radius:100px;
 font-size:20px
}
.al-icn.is-16 {
 width:16px!important;
 height:16px!important;
 line-height:14px;
 font-size:6px
}
.al-icn.is-16.is-border {
 font-size:8px
}
.al-icn.is-18 {
 width:18px!important;
 height:18px!important;
 line-height:16px;
 font-size:8px
}
.al-icn.is-18.is-border {
 font-size:9px
}
.al-icn.is-20 {
 width:20px!important;
 height:20px!important;
 line-height:18px;
 font-size:10px
}
.al-icn.is-20.is-border {
 font-size:10px
}
.al-icn.is-24 {
 width:24px!important;
 height:24px!important;
 line-height:22px;
 font-size:14px
}
.al-icn.is-24.is-border {
 font-size:12px
}
.al-icn.is-32 {
 width:32px!important;
 height:32px!important;
 line-height:30px;
 font-size:22px
}
.al-icn.is-32.is-border {
 font-size:16px
}
.al-icn.is-40 {
 width:40px!important;
 height:40px!important;
 line-height:38px;
 font-size:30px
}
.al-icn.is-40.is-border {
 font-size:20px
}
.al-icn.is-48 {
 width:48px!important;
 height:48px!important;
 line-height:46px;
 font-size:38px
}
.al-icn.is-48.is-border {
 font-size:24px
}
.al-icn.is-56 {
 width:56px!important;
 height:56px!important;
 line-height:54px;
 font-size:46px
}
.al-icn.is-56.is-border {
 font-size:28px
}
.al-icn.is-rotated-v180 {
 transform:rotateZ(180deg)
}
.al-icn.is-color {
 color:var(--color-accent-1)
}
.al-icn.is-color.facebook,
.al-icn.is-color.fa-facebook-f {
 color:#33568e
}
.al-icn.is-color.twitter,
.al-icn.is-color.fa-twitter {
 color:#39a0cd
}
.al-icn.is-color.whatsapp,
.al-icn.is-color.fa-whatsapp {
 color:#51ca5f
}
.al-icn.is-color.fa-envelope-o {
 color:#dc4e41
}
.al-icn.is-color.instagram,
.al-icn.is-color.fa-instagram {
 color:#d62976
}
.al-icn.is-color.youtube,
.al-icn.is-color.fa-youtube {
 color:red
}
svg.al-icn {
 stroke-width:0;
 stroke:currentColor;
 fill:currentColor
}
svg.al-icn.has-stroke {
 stroke-width:unset
}
.footer-area .letter-background, .video-area .letter-background {
  color: hsla(0,0%,100%,.2);
}

.letter-background {
  color: rgba(255,255,255,.05);
  font-size: 4rem;
  font-weight: 900;
  left: -10px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 30% !important;
  transform: translateY(-50%);
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
}
.bottome_border_image {
  border-bottom: solid 5px #e00023;
}
.overflow-visible {
  overflow: visible !important;
}
.animate-title-text {
  background-image: linear-gradient(-225deg, #37a000 0%, #29B841 29%, #1148d7 67%, #fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textanim 2s linear infinite;
  display: inline-block;
}
.text-titlewow {
  color: #37a001 !important;
}
.content-disclaimer .margin-bottom-30 {
  margin-bottom: 30px !important;
}

.content-disclaimer .line-text {
  position: relative;
  text-align: center;
}
.content-disclaimer .line-text::before {
  background-color: var(--main-color);
  content: "";
  height: 0px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.content-disclaimer .line-text a {
  background-color: inherit;
  color: #333;
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  text-decoration: none;
}
.content-disclaimer .line-text a.collapsed .more, .content-disclaimer .line-text a.collapsed img {
  display: inline-block;
}
.content-disclaimer .line-text a.collapsed .less {
  display: none;
}
.content-disclaimer .line-text a.collapsed .more, .content-disclaimer .line-text a.collapsed img {
  display: inline-block;
}
.content-disclaimer .line-text a img, .content-disclaimer .line-text a .more, .content-disclaimer .line-text a.collapsed .less {
  display: none;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.content-disclaimer .line-text a.collapsed::after {
  content: "\f107";
}
.content-disclaimer .line-text a::after {
  color: var(--main-color);
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  margin-left: 10px;
  font-weight: 900;
}

.inline-social-links li a:hover {
    background-color: #37f5f9;
}

.inline-social-links li a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inline-social-links {
    margin: -.1875rem -.4375rem;
}

.inline-social-links li {
    padding: .1875rem .4375rem;
}

.inline-social-links li a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
}

section.footer-copyrights, .footer-copyrights  {
    background-color: #20204e;
    padding: 20px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
	overflow: hidden;
	z-index: 9;	
}


section.footer-gateways_icons, .footer-gateways_icons  {
    background-color: #20204e;
	box-shadow: 8px 0 0 8px #8614b01a !important;
    padding: 20px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
	overflow: hidden;
	z-index: 9;		
}

section.footer-copyrights hr, section.footer-gateways_icons hr {
    background-color: rgba(255, 255, 255, 0.55);
}
section.footercopyrights a, section.footercopyrights li a,
section.footer-gateways_icons a, section.footer-gateways_icons li a {
  display: inline-block;
  transition: 0.2s linear;
  text-decoration: none;
  color: hsl(var(--base));
}
section.banner-section .right-girl-btn {
  background: inherit !important;
  background-image: radial-gradient(blue 5px, transparent 0);
  background-size: 40px 40px;
  background-position: -19px -19px;
}
.pullimg-up70px, .pullimg-up70px span{
margin-top: 70px !important;
}

section.footer-copyrights small {
  opacity: .8;
}
section.footer-copyrights small {
  font-size: 80%;
}
/* Copy Animation */

/* Copy Animation */
.copyInput {
    display: inline-block;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.copied::after {
    position: absolute;
    top: 8px;
    right: 12%;
    width: 100px;
    display: block;
    content: "COPIED";
    font-size: 1em;
    padding: 5px 5px;
    color: #fff;
    background-color: #FF7000;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
}

@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    50% {
        opacity: 0.7;
        transform: translateX(40%);
    }

    70% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
    }
}

.header-user-btn:hover{
  color: #fff !important;
}

    
.profile-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: inline-flex;
}

.profile-thumb .profilePicPreview {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: block;
  border: 2px solid #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  background-size: cover;
  background-position: top;
}

.profile-thumb .profilePicUpload {
  font-size: 0;
  opacity: 0;
}

.profile-thumb .avatar-edit {
  position: absolute;
  right: 0;
  bottom: -10px;
}

.profile-thumb .avatar-edit input {
  width: 0;
}

.profile-thumb .avatar-edit label {
  background-color: #05595b;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.0625rem 0.9375rem;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  cursor: pointer;
}

.profile-info-list li {
  padding: 0.875rem 0;
  border-bottom: 1px dashed #cccfd4;
  font-size: 0.9375rem;
}
.faq-card__icon {
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 5px;
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 700;
    color: hsl(var(--white));
}

@media screen and (min-width: 768px) {
    .faq-card__icon {
        width: 45px;
        height: 45px;
        font-size: 24px;
    }
}



.faq-card__question .faq-card__icon {
    background: hsl(var(--base));
}

.faq-card__answer {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media screen and (min-width: 375px) {
    .faq-card__answer {
        flex-direction: row;
        gap: 1rem;
    }
}

.faq-card__answer .faq-card__icon {
    background: var(--main-color);
}

label {
  display: inline-block;
}
label.required::after {
    content: '*';
    color: #DC3545 !important;
    margin-left: 2px;
}
.bottom-footer__right-text,
.bottom-footer__text {
    font-size: 0.75rem;
}
.bottom-footer__text {
    color: hsl(var(text--white));
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .bottom-footer__text {
        text-align: center;
    }
}

.bottom-footer__right {
    display: flex;
    justify-content: end;
}

@media screen and (max-width: 1199px) {
    .bottom-footer__right {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .bottom-footer__right {
        justify-content: center;
        text-align: center;
    }
}

.bottom-footer__right-link {
    color: hsl(var(text--white));
}

.bottom-footer__right-link:hover {
    text-decoration: none;
}

.bottom-footer__right-link-inner {
    position: relative;
    margin-left: 30px;
    color: hsl(var(text--white));
}

.bottom-footer__right-link-inner:hover {
    text-decoration: none;
}

.bottom-footer__right-link-inner::before {
    position: absolute;
    content: "";
    left: -15px;
    width: 1px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(secondary--color));
}

.bottom-footer__right-link-inner li a, .bottom-footer__right-link-inner a {
  display: inline-block;
  transition: 0.2s linear;
  text-decoration: none;
  color: hsl(var(--body-color));
}
@media screen and (max-width: 991px) {
    .bottom-footer__right-link-inner::before {
        display: none;
    }
}

.payment-gateway__title {
    color: #fff;
}

@media screen and (max-width: 575px) {
    .payment-gateway__title {
        margin-bottom: 3px;
    }
}

.payment-gateway__wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

@media screen and (max-width: 575px) {
    .payment-gateway__wrapper {
        gap: 12px;
    }
}

.payment-gateway__thumb {
    opacity: 0.6;
}
.footer-services-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto .8rem;
  display: block;
  background: #e0e1e2;
  border-radius: 50%;
  padding: 10px;
  transition: all .2s ease-in-out;
}

.icon {
  display: inline-block;
  vertical-align: middle !important;
}

.footer-services-icon svg {
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
  margin: auto;
}
svg:not(:root) {
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
#covid-ins {
  width: 100%;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5%;
  position: relative;
}

#crossCor {
  cursor: pointer;
  position: absolute;
  right: 15%;
  color: #37ba9b;
  font-size: 18px;
  font-weight: 600;
}
.announcement_icon_circle {
background-color: #fff;
border-radius: 50%;
width: 36px;
height: 36px; 
}

@media screen and (max-width: 991px) {
    #covid-ins::after {
        display: none !important;
    }
}
@media screen and (max-width: 991px) {
#covid-ins .announcement_at_banner span {
  font-size: 14px;
}
}
@media screen and (min-width: 991px) {
#covid-ins .announcement_at_banner span {
  font-size: 80%;
  text-align: center !important;
}
}
@media screen and (max-width: 600px) {
  #covid-ins::after {
    visibility: hidden;
    clear: both;
    display: none;
  }
}
.imagelayer {
    background-color: rgba(248, 247, 216, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
  
}
.cmn-btn, .btn {
    padding: 12px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover, .cmn-btn:hover {
    color: #ffffff;
}
.strikes {
    position: absolute;
    width: 1em;
    height: inherit;
    left: -1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.strikes span {
    height: 0.1em;
    background-color: rgba(0, 174, 235, 0.4);
    animation: drift 0.2s linear infinite;
    animation-delay: calc(var(--n) * -0.05s);
}

@keyframes drift {
    from {
        transform: translate(3.5em);
    }

    to {
        transform: translate(-8em);
        filter: opacity(0);
    }
}

.strikes span:nth-child(1) {
    --n: 1;
}

.strikes span:nth-child(2) {
    --n: 2;
}

.strikes span:nth-child(3) {
    --n: 3;
}

.strikes span:nth-child(4) {
    --n: 4;
}

.strikes span:nth-child(5) {
    --n: 5;
}
.cookie__wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #22313a;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10vh;
    font-size: 18px;
    z-index: 99999
}
@media only screen and (max-width: 991px) {
    .cookie__wrapper {
        padding: 20px;
    }
    .profile-edit-form .cmn--btn {
        width: 100%;
        justify-content: center;
    }
}
.cookie__wrapper .txt {
    max-width: 720px;
    margin-right: 20px;
    font-size: 14px;
}
.cookie__wrapper .txt a{
    margin-top: 10px;
}
.advertisement__image {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  transition: 0.2s linear;
}
.btn-with-righticon .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 3px 3px 3px 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary-color));
  background-color: #fff / 0.72;
}

.btn-with-righticon {
  text-transform: capitalize;
}
.btn:hover:not(.e-none) {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
.progress-upload {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #FFF;
    line-height: 150px;
    display: none;
}
.progress-xs {
    height: 8px;
}
.progress-upload-cover {
  background-color: purple !important;
}
.progress-upload-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #28a745;
  transition: width .6s ease;
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
}
.btn-cover-upload {
  color: #fff;
}
.img-profile-user {
  margin-top: -100px !important;
}

.img-profile-wrap {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #fff;
}

.img-user {
  width: auto !important;
  border-radius: 50%;
  margin: 0 auto;
    margin-bottom: 0px;
  border: 5px solid #fff;
}

.alert-success {
    background-color: #00a65a;
    border-color: #00a65a;
    color: #FFF;
}
.alert-danger {
    color: #FFF;
    background-color: #FF0000;
    border-color: #FF012A;
}
.alert-primary {
    color: #fff;
    border-color: #7889e8;
    background-color: #7889e8;
}
.alert-warning {
  color: #1f2d3d;
  background: #ffc107;
  border-color: #edb100;
}
.alert-dismissible .close {
  color: #FFF;
  text-shadow: none;
}
.close {
    float: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-shadow: none;
    opacity: .9;
}
.bg-success {
    background-color: #2dce89 !important;
}
iframe {
    border: 0;
    outline: 0;
    width: 100% !important;
}
input[type='file'] {
  opacity:0;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  outline: none;
  cursor: inherit;
  font-size: 100px;
}
.fa-spin {
    -webkit-animation: fa-spin 1s infinite linear !important;
    animation: fa-spin 1s infinite linear !important;
}

.wrap-full-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    /*background: #2C2C2C;*/
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    padding: 10px 20px 20px 20px;
    overflow: auto;
}

img.imageFull {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    cursor: zoom-in;
    margin: 0 auto;
    position: relative;
}
.details-full-image {
    padding: 10px 0;
    color: #FFF;
    text-align: right;
    margin-bottom: 30px;
    font-size: 25px;
}
.icon-close {
  font-size: 40px;
  line-height: 17px;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .15s ease;
  color: #FFF;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
.viewFull {
    cursor: zoom-in;
}
.container-image {
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #252525a6;
}
.jumbotron-cover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(5,5,5,.3);
    left: 0;
    top: 0;
}
.avatar-wrap {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #FFF;
}
.user-online::before {
  background: #4caf50;
  position: absolute;
  border: 3px solid #fff;
  display: block;
  bottom: -3px;
  right: 0;
  content: "";
  border-radius: 50%;
  height: 30%;
  min-height: 30%;
  width: 30%;
  min-width: 30%
}
.user-offline::before {
  background: #adadad;
  position: absolute;
  border: 3px solid #fff;
  display: block;
  bottom: -3px;
  right: 0;
  content: "";
  border-radius: 50%;
  height: 30%;
  min-height: 30%;
  width: 30%;
  min-width: 30%
}
.user-online-profile::before {
  background: #4caf50;
    position: absolute;
    border: 3px solid #fff;
    display: block;
    bottom: 10px;
    right: 15px;
    content: "";
    border-radius: 50%;
    height: 12%;
    width: 12%;
}
.user-offline-profile::before {
  background: #adadad;
    position: absolute;
    border: 3px solid #fff;
    display: block;
    bottom: 10px;
    right: 15px;
    content: "";
    border-radius: 50%;
    height: 12%;
    width: 12%;
}
.overflow-visible {
  overflow: visible !important;
}
.w-100 {
  width: 100% !important;
}
.d-block {
  display: block !important;
}
.jumbotron {
  border-radius: 0 !important;
}
.pr-0 {
padding-right: 0px !important;	
}
.pr-2 {
padding-right: 2px !important;	
}
.pr-3 {
padding-right: 3px !important;	
}
.pr-4 {
padding-right: 4px !important;	
}
.pr-5 {
padding-right: 5px !important;	
}
.pr-10 {
padding-right: 10px !important;	
}
.pl-0 {
padding-left: 0px !important;	
}
.pl-2 {
padding-left: 2px !important;	
}
.pl-3 {
padding-left: 3px !important;	
}
.pl-4 {
padding-left: 4px !important;	
}
.pl-5 {
padding-left: 5px !important;	
}
.plr-2 {
padding-right: 2px !important;
padding-left: 2px !important;	
}
.plr-3 {
padding-right: 3px !important;
padding-left: 3px !important;	
}
.plr-4 {
padding-right: 4px !important;
padding-left: 4px !important;	
}
.plr-5 {
padding-right: 5px !important;
padding-left: 5px !important;	
}
.plr-6 {
padding-right: 6px !important;
padding-left: 6px !important;	
}
.plr-7 {
padding-right: 7px !important;
padding-left: 7px !important;	
}
.plr-8 {
padding-right: 8px !important;
padding-left: 8px !important;	
}
.plr-9 {
padding-right: 9px !important;
padding-left: 9px !important;	
}
.plr-10 {
padding-right: 10px !important;
padding-left: 10px !important;	
}
/* POPUP home */
.homepopup-modal-L {
        border-radius: 37px;
        background: linear-gradient(180deg, rgba(51, 162, 72, 0) 23.96%, #0c2544 100%);
        padding: 20px 20px 0px;
      }
/*
      .radius_20 {
        border-radius: 20px;
      }
      .homepopup-btn {
        background-color: #167a90;
        border-color: #167a90;
        padding: 10px 10px;
        width: 100%;
        color: #fff;
      }
      .homepopup-btn:hover {
        background-color: #129cb9;
        border-color: #129cb9;
        padding: 10px 10px;
        width: 100%;
        color: var(--secondary-color) !important;
      }
      .homepopup-text-color {
        color: var(--main-color);
      }
*/
/* Modal */
@media screen and (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		max-width: 950px;
	}
	
	#homepopup .modal-dialog {
		width: 700px;	
	}
	
	#homepopup .modal-sm {
		width: 450px;
	}
}
@media screen and (min-width: 992px) {
	#homepopup.modal-dialog {
		width: 600px;
		max-width: 900px;
	}
	
	#homepopup.modal-lg {
		width: 900px;
	}
	
}
/* Modal zIndex */
#homepopup .modal-dialog{
width:700px;
}
#homepopup .modal-sm{
	width:450px;
	}
}
@media screen and (min-width:992px){
.modal-dialog{
width:600px;
max-width:950px;
}
.modal-lg{
width:900px;
}
#homepopup .modal-lg{
width:950px;
}
}
.modal-backdrop{z-index:1960 !important;}
.modal{z-index:1979;}
.modal-dialog{z-index:2000;}
/* POPUP home */
.homepopup-modal-L {
        border-radius: 37px;
        padding: 20px 20px 0px;
      }

.homepopup-btn {
        padding: 10px 10px;
        width: 100%;
      }
.homepopup-btn:hover {
        padding: 10px 10px;
        width: 100%;
      }
@media (max-width: 991px) {
        .homepopup-modal-L {
          border-radius: 37px;
          background-color: linear-gradient(180deg, rgba(51, 162, 72, 0) 23.96%, var(--popup-imgborder-color) 100%);
          padding: 0px 20px 0px;
        }
        .homepopup-modal-L img {
          height: 60% !important;
          display: flex;
          margin: auto;
        }
      }
.closeDiv {
	position: absolute;
	top: -10px;
	right: -10px;
	background: var(--main-color) !important;
	font-size: 8px;
	width: 22px;
	height: 22px;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}	  
@media (min-width: 992px) {
#homepopup.g-lg-5, .gx-lg-5, .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
}

@media (min-width: 992px) {
#homepopup.col-lg-5, .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
#homepopup.col-lg-7, .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

@media (min-width: 1200px) {
#homepopup.fs-4, .fs-4 {
    font-size: 1.5rem !important;
  }
}

.fs-14 {
  font-size: 14px;
}	  
	  
	  
/*Banner Announcement BG*/	  
.midSaleBg {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.rounded-5 {
	border-radius: 0.8rem !important;
}

.bg_grad {
	background-image: linear-gradient(to right top, #f3f2ff, #e9f7ff, #e2fcff, #e4fff7, #f1ffeb);
	background-image: linear-gradient(to right top, #CBEDEE, #F3F2F3);
}

.bg_grad2 {
	background-image: linear-gradient(45deg,
			hsl(60deg 47% 93%) 0%,
			hsl(68deg 48% 93%) 11%,
			hsl(75deg 48% 94%) 22%,
			hsl(83deg 48% 95%) 33%,
			hsl(92deg 47% 95%) 44%,
			hsl(101deg 46% 96%) 56%,
			hsl(111deg 44% 96%) 67%,
			hsl(122deg 42% 97%) 78%,
			hsl(132deg 43% 97%) 89%,
			hsl(140deg 43% 97%) 100%);
}
.transition {
	transition-duration: 0.3s;
}
.bgChangeOnHover {
	position: relative;
}

.bgChangeOnHover::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	bottom: 0;
	background: #d8f3d3;
	height: 0;
	transition-duration: 0.4s;
	z-index: 0;
}

.bgChangeOnHover:hover::before {
	height: 100%;
}
.pulse-anim {
	animation: pulse 2s infinite;
	border-radius: 50%;
}

.pulse-anim2 {
	animation: pulse2 2s infinite;
	border-radius: 50%;
}

.move_top-anim {
	animation: move_top 2s infinite;
}

.move_bottom-anim {
	animation: move_bottom 2s infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	}

	5% {
		transform: scale(1.01);
	}

	15% {
		transform: scale(1);
	}

	70% {
		box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
	}
}

@keyframes pulse2 {
	0% {
		box-shadow: 0 0 0 0 rgba(103, 183, 38, 0.6);
	}

	5% {
		transform: scale(1.01);
	}

	15% {
		transform: scale(1);
	}

	70% {
		box-shadow: 0 0 0 50px rgba(103, 183, 38, 0);
	}

	100% {
		box-shadow: 0 0 0 100px rgba(103, 183, 38, 0);
	}
}

@keyframes move_top {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-25px);
	}
}

@keyframes move_bottom {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(25px);
	}
}
.product_icon {
	max-width: 34px;
}
.product_link {
	text-decoration: none;
	color: #212529;
}

.product_link:focus,
.product_link:hover {
	color: #212529;
}

.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}
 .tooltip.show{opacity:.9}
 .tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}
 .tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}
 .bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}
 .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}
 .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}
 .bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}
 .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}
 .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}
 .bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}
 .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}
 .bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}
 .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}
 .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}
.shake {
  animation: shake 0.5s 1 linear;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-ms-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-ms-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-ms-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.disabled{
  opacity: 0.7 !important;
  cursor: no-drop !important;
  pointer-events: none !important;
}
.text--danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text--success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
/*tooltipped*/
.tooltipped {
    position: relative;
}

.tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased
}

.tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, .8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent
}

.tooltipped:hover:before,
.tooltipped:hover:after,
.tooltipped:active:before,
.tooltipped:active:after,
.tooltipped:focus:before,
.tooltipped:focus:after {
    display: inline-block;
    text-decoration: none
}

.tooltipped-s:after {
    top: 100%;
    right: 50%;
    margin-top: 5px;
}

.tooltipped-s:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, .8)
}

.tooltipped-s:after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

/* Hover POPUP same as tooltip hover*/
        .hover-info-popup {
            position: relative;
        }
        .hover-info-popup:hover .info-popup {
            opacity: 1;
            visibility: visible;
        }
        .info-popup {
            position: absolute;
            bottom: 130%;
            left: 50%;
            width: inherit;
            background-color: #1a1a1a;
            color: #fff;
            padding: 15px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }
        .info-popup::after {
            position: absolute;
            content: '';
            bottom: -19px;
            left: 50%;
            margin-left: -5px;
            border-width: 10px 10px 10px 10px;
            border-style: solid;
            border-color: transparent transparent #1a1a1a transparent;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .info-popup p, .info-popup span, .info-popup a {
            padding-left: 12px;
            position: relative;
        }
        .info-popup p::before, .info-popup span::before, .info-popup a::before {
            position: absolute;
            content: '';
            font-family: 'Line Awesome Free';
            font-weight: 600;
            left: 0;
            top: 4px;
            line-height: 1;
            font-size: 12px;
        }
        .info-popup p.error {
            text-decoration: line-through;
        }
        .info-popup p.error::before {
            content: "\f057";
            color: #ea5455;
        }
        .info-popup p.success::before {
            content: "\f058";
            color: #28c76f;
        }
.bgwatermark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat;
    filter: brightness(0.191) invert(0.85) opacity(0.25);
}
.book-title {
    display: inline-block;
    font-size: 20px;
    padding: 5px 10px;
    font-weight: bolder;
    border-bottom: 1px dashed #333;
}
/* =============Bottom Footer End Here ======================= */
.bg-purple-extradark {
  --tw-bg-opacity: 1;
  background-color: rgb(67 38 122/var(--tw-bg-opacity,1));
}

.max-w-\[1160px\] {
  max-width: 1160px;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.bg-purple-extradark .py-2 {
  padding-bottom: 0;
  padding-top: 0;
}
.w-full {
  width: 100%;
}
[id] {
  scroll-margin-top: 180px;
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.gap-4 {
  gap: 1rem;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.flex {
  display: flex;
}
.w-\[24px\] {
  width: 24px;
}
img, object, svg, video {
  display: block;
  vertical-align: middle;
}
.text-light {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity,1));
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.bg-purple-extradark li {
  align-content: center;
  border-right: 2px solid #543099;
  height: 40px;
}
.swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}
#more_link {
  cursor: pointer;
  transition: all 200ms ease-in;
}

#less_link {
  display: none;
  cursor: pointer;
  transition: all 200ms ease-in;
}
.yicon {
  display: inline-block;
}
hr {
  border-bottom:1px solid var(--tg-common-color-gray);
  border-top:0;
  margin:30px 0;
  padding:0
}