.home-news-section .news-image .small-img,
.home-news-section .news-smaller-post .small-img{
	position: absolute;
	top: 0;
	left: 0;
}
.home-news-section .news-image .small-img,
.home-news-section .news-smaller-post .small-img{
	left: 20px;
	top: 50%;
	max-width: 50%;
	max-height: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flash-msg-v-center .close{
    padding: 0;
    top: calc(50% - 3px);
    right: 10px;
    transform: translateY(-50%);    
}
.h1-md{
    font-size: 42px;
    font-weight: 700;
}
.h2-md{
    font-size: 36px;
    font-weight: 700;
}
.h4-md{
    font-size: 25px;
    font-weight: 700;
}
.h5-md{
    font-size: 21px;
    font-weight: 700;
}
.banner-paragraph{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}
.banner.banner-xl{
    min-height: calc(100vh - 150px);
    background-size: cover;
    background-position: center;
}
.overlay-red{
    position: relative;
    line-height: 0;
}
.overlay-red::before{
    content: '';
    background-color: #ff001d;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.video-xl .video-content,
.video-lg .video-content{
    position: relative;
    z-index: 1;
    line-height: initial;
    padding-top: 180px;
    padding-bottom: 180px;
}
.counter-section{
    position: relative;
    padding-bottom: 180px;
}
.counter-section .counter-wrapper{
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-xl .video-content.video-content-absolute,
.video-lg .video-content.video-content-absolute{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.video-xl .banner-title,
.video-lg .banner-title{
    font-size: 62px;;    
}
.video-xl .banner-small-title,
.video-lg .banner-small-title{
    font-size: 40px;
    font-weight: 500;
}
.top-right-logo .logo-md{
    width: 300px;    
}
.overlay-4::before{
    opacity: .4;    
}
.video video{
    width: 100%;    
}
hr.hr-sm{
    border-top: 5px solid #e2001a;
    display: inline-block;
    width: 30px;
}
.video .counter-wrapper{
    margin-top: 10px;
    position: relative;
    top: 50px;
}
.counter-wrapper .counter-child{
    padding: 40px 90px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.counter-wrapper .time-counter{
    font-size: 62px;
    font-weight: bold;
}
.counter-wrapper .time-label{
    font-size: 21px;
    font-weight: 400;
}
.btn.btn-md{
    padding: 15px 40px;
    font-size: 18px;
    line-height: 1.4;
}
.btn.btn-outline-white-2{
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}
.btn.btn-outline-white-2:hover{
    background-color: #fff;
    border-color: #fff;
    color: #000!important;
}
.section-w-heading-absolute{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-w-heading .section-title{
    font-size: 62px;
    font-weight: 700;
    opacity: .1;
}
.section-w-heading-absolute .section-title{
    position: absolute;
    top: 0;
    left: 0;
}
.side-heading{
    position: relative;
}
.side-heading .heading{
    position: absolute;
    top: 0;
    left: -60px;
    font-size: 21px;
    font-weight: 700;
    padding-right: 70px;
    margin-bottom: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(270deg) translateX(-100%);
    transform: rotate(270deg) translateX(-100%);
}
.time-list{
    font-size: 16px;
    font-weight: 500;
    padding-left: 1px;
}
.side-heading .heading::after{
    content: '';
    display: inline-block;
    border-top: 4px solid #000;
    width: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.timeline{
    position: relative;    
}
.timeline.not(.timeline-vertical)::before{
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000;
}
.timeline.timeline-vertical .vertical-border{
    border-left: 2px solid #000;
    padding-left: 50px;
}
.timeline .vertical-btn-wrapper{
    position: relative;
    padding-right: 50px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.timeline .vertical-btn-wrapper .timeline-btn{
    position: absolute;
    display: inline-block;
    z-index: 2;
    right: -1px;
    top: 50%;
    transform: translate(50%, -50%);
}
.timeline .timeline-dot{
    display: inline-block;
    width: 46px;
    height: 46px;
    position: relative;
}
.timeline .vertical-btn-wrapper{
    min-width: 125px;
}
.timeline .timeline-dot::before{
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgb(236,34,40);
    background: -moz-linear-gradient(left, rgba(236,34,40,1) 0%, rgba(160,28,50,1) 100%);
    background: -webkit-linear-gradient(left, rgba(236,34,40,1) 0%,rgba(160,28,50,1) 100%);
    background: linear-gradient(to right, rgba(236,34,40,1) 0%,rgba(160,28,50,1) 100%);
    transition: 0.3s;    
}
.timeline .timeline-item-passed .timeline-dot::before{
    background: #a2a2a2;
    background: -moz-linear-gradient(left, #a2a2a2 0%, #cecece 100%);
    background: -webkit-linear-gradient(left, #a2a2a2 0%,#cecece 100%);
    background: linear-gradient(to right, #a2a2a2 0%,#cecece 100%);

}
.timeline .timeline-dot::after{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000;
    transition: 0.3s;
}
.timeline .timeline-dot.active::before{
    height: 100%;
    width: 100%;
}
.timeline .timeline-dot.active::after{
    background-color: #fff;
}
.timeline-row .timeline-col,
.timeline-vertical .timeline-item:first-child > *:first-child{
    margin-top: 100px;
}
.timeline-vertical .timeline-item:first-child > *:last-child{
    padding-top: 100px    
}
.timeline-vertical .timeline-item:last-child > *:first-child{
    margin-bottom: 100px;
}
.timeline-vertical .timeline-item:last-child > *:last-child{
    padding-bottom: 100px    
}
.timeline .timeline-item .timeline-item-title{
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
    transition: 0.3s;
}
.timeline .timeline-item .timeline-item-title::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: 0.2s;
    border-top: 2px solid #e2001a
}
.timeline .timeline-item.timeline-item-passed .timeline-item-title::before{
    border-color: #a2a2a2;
}
.timeline .timeline-item .timeline-item-title.active::before{
    width: 100%;
}
.timeline .timeline-item .timeline-item-title:not(.active):hover{
    color: #e2001a;    
}
.timeline .timeline-item.timeline-item-passed,
.timeline .timeline-item.timeline-item-passed .timeline-item-title,
.timeline .timeline-item.timeline-item-passed a span{
    color: #a2a2a2;
}
.special-bg-gray{
    position: relative;
}
.special-bg-gray::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #f7f8f8;
}
.special-bg-gray.special-right::before{
    left: -50vw;
}
.img-rounded img{
    padding: 30px;
    display: inline-block;
    border-radius: 50%;
}
.img-rounded-style-1{
    position: relative;
}
.img-rounded-style-1::before,
.img-rounded-style-1::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #000;
}
.img-rounded-style-1::before{
    height: 88%;
    width: 88%;
    opacity: .2;
}
.img-rounded-style-1::after{
    height: 98%;
    width: 98%;
    opacity: .08;
}

.img-rounded-style-2{
    position: relative;
    padding: 23px;
}
.img-rounded-style-2::before,
.img-rounded-style-2::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #000;
}
.img-rounded-style-2::before{
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    opacity: 1;
    border-color: #e2001a;
}
.img-rounded-style-2::after{
    height: 100%;
    width: 100%;
    opacity: .08;
}
.webinar-media-img-md{
    width: 250px;
    max-width: 100%;
}
.webinar-media-img-md.img-rounded{
    border-radius: 50%;
}
.webinar-media-img-md.img-rounded img{
    padding: 0;
    border-radius: unset;
}
.media-video-hover .media-video-overlay{
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.media-video-hover .media-video-overlay::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: 0.3s;
}
.media-video-hover .media-video-overlay .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
    box-sizing: content-box;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%; 
    opacity: 0;
    transition: 0.3s;
}
.media-video-hover:hover .media-video-overlay::before,
.media-video-hover:hover .media-video-overlay .icon{
    opacity: 1;
}

.video-xl{
    min-height: 100vh;
    position: relative;
}
.video-lg{
    min-height: 700px;
    position: relative;
}
.video-xl .video-wrapper,
.video-lg .video-wrapper{
    position: absolute;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
}
.video-xl video,
.video-lg video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
}
.video-xl .overlay-red::before,
.video-lg .overlay-red::before{
    z-index: 1;    
}
.video-xl .top-right-logo,
.video-lg .top-right-logo{
    z-index: 2;    
}
.img-frame{
    position: relative;
    z-index: 0;
}
.img-frame::before{
    content: '';
    position: absolute;
    border: 2px solid #e2001a;
    z-index: -1;
    top: 15px;
    left: 15px;
    right: 0px;
    bottom: 0px;
}
.bot-right,
.bot-left{
    padding-right: 15px;
    padding-bottom: 15px;
}
.gallery-carousel .slick-list{
    margin-left: -10px;
    margin-right: -10px;
}
.gallery-carousel .slick-slide{
    padding-left: 10px;
    padding-right: 10px;
}
.gallery-carousel.arrows-style-1 + .arrows .custom-btn{
    position: relative;
    display: inline-block;
    width: 50px;
    cursor: pointer;
}
.gallery-carousel.arrows-style-1 + .arrows .line{
    display: inline-block;
    width: 100%;
    border-top: 2px solid rgba(0,0,0,.3);
}
.font-weight-semi-bold{
    font-weight: 600;    
}
.bg-gradient-primary{
    background: -webkit-linear-gradient(-45deg, #E52129, #A71D31);
    background: -moz-linear-gradient(-45deg, #E52129, #A71D31);
    background: -o-linear-gradient(-45deg, #E52129, #A71D31);
    background: linear-gradient(-45deg, #E52129, #A71D31);
}
.side-heading .heading.text-white::after{
    border-color: #fff;    
}
.section-w-heading .section-title.text-white{
    opacity: 0.6;
}
.webinar-zoom-img{
    width: 120px;
}
.box-shadow{
    box-shadow: 0 0 10px rgba(0,0,0,.2);    
}
.speaker-carousel .slick-list{
    margin-left: -15px;
    margin-right: -15px;
}
.speaker-carousel .slick-slide{
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
} 
.controls-custom.controls-custom-center{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.2s;
}
.controls-custom.hide{
    opacity: 0;
    visibility: hidden;
}
.controls-custom .control{
    border: none;
    background: rgb(236,34,40);
    background: -moz-linear-gradient(left, rgba(236,34,40,1) 0%, rgba(160,28,50,1) 100%);
    background: -webkit-linear-gradient(left, rgba(236,34,40,1) 0%,rgba(160,28,50,1) 100%);
    background: linear-gradient(to right, rgba(236,34,40,1) 0%,rgba(160,28,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2228', endColorstr='#a01c32',GradientType=1 );
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    font-size: 22px;
}    
.video-page{
    /*min-height: calc(100vh - 235px);*/
    min-height: calc(100vh - 150px);
}
.video-page .v-wrapper{
    min-height: inherit;
}
.mobile-vid-bg{
    width: 100%;
    min-height: inherit;
    background-size: cover;
    background-position: center;
}
/* .mobile-vid-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
} */
.img-hover-btn{
    position: relative;
}
.img-hover-btn::before{
    content: '';
    background: rgb(236,34,40);
    background: -moz-linear-gradient(left, rgba(236,34,40,1) 0%, rgba(160,28,50,1) 100%);
    background: -webkit-linear-gradient(left, rgba(236,34,40,1) 0%,rgba(160,28,50,1) 100%);
    background: linear-gradient(to right, rgba(236,34,40,1) 0%,rgba(160,28,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2228', endColorstr='#a01c32',GradientType=1 );
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: 0.3s;
}
.img-hover-btn:hover::before{
    opacity: 0.7;
}
.img-hover-btn .btn{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.35;
}
.img-hover-btn:hover .btn{
    opacity: 1;
}
.form-style-white .form-control{
    background-color: transparent; 
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 1.1rem;
}
.form-style-white .form-control:placeholder{
    color: #fff;
}
.form-style-white .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.form-style-white .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.form-style-white .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.form-style-white .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.section-full-screen{
    min-height: 100vh;
}
.ratio-1{
    aspect-ratio: 1;
}
.mall-payment-method__logo img,
.mall-shipping-method__logo img{
    width: 80px;
}
.mall-cart-summary__method-logo img,
.mall-cart-summary__method-logo img{
    width: 50px
}
.mall-orders-list__order{
    cursor: pointer;
}
.mall-products .product_thumb-image{
    max-height: 100%;
}

.slick-slider .slick-slide .bg-img{
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    background-size: cover;
}
.banner-slider .slick-slide .slider-col{
    padding-top: 25px;
}

.border-red {
    border-color: #e2001a !important;
    border-width: 3px !important;
}

/*.event-col {
    flex-basis: 20%;
}*/

.post-icon {
    display: block;
    max-width: 32px !important;
    padding-bottom: 1rem;
}

.row-event {
    display: flex; 
    justify-content: space-between; 
    flex-wrap: wrap;
}

@media (min-width: 576px){
    .mall-payment-method__logo img,
    .mall-shipping-method__logo img{
        width: 100px;
    }
    .mall-cart-summary__method-logo img,
    .mall-cart-summary__method-logo img{
        width: 50px;
    }
    .banner-slider .slick-slide .slider-col{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .banner-slider .slick-slide .slider-col::before{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: -20vw;
        background-color: rgba(255,255,255,.7);
    }
    .banner-slider .slick-slide .slider-col .text-content{
        position: relative;
    }
    .banner-slider .slider-col{
        height: 75vh;
        min-height: 490px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 992px){
    .bg-gradient-animation-1{
        background-size: 400% 400%;
    	-webkit-animation: gradient 15s ease infinite;
        animation: gradient 15s ease infinite;    
    }
    .mall-payment-method__logo img,
    .mall-shipping-method__logo img{
        width: 120px;
    }

    .mall-cart-summary__method-logo img,
    .mall-cart-summary__method-logo img{
        width: 60px;
    }
    .mall-cart__product .td-price{
        min-width: 200px;
    }
    .mall-product__image .product-image{
        max-height: 380px;
    }
}
@media (min-width: 1200px){
    .img-frame{
        position: relative;
        z-index: 0;
    }
    .img-frame.form-style-white .form-control::before{
        content: '';
        position: absolute;
        border: 2px solid #e2001a;
        z-index: -1;
    }
    .bot-right{
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .bot-left{
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .img-frame.bot-right::before{
        top: 15px;
        left: 15px;
        right: 0px;
        bottom: 0px;
    }
    .img-frame.bot-left::before{
        top: 15px;
        left: 0px;
        right: 15px;
        bottom: 0px;
    }    
}
@media (max-width: 1680px){
    .video-xl .video-content,
    .video-lg .video-content{
        padding-top: 170px;
        padding-bottom: 170px;
    }
    .counter-section{
        position: relative;
        padding-bottom: 170px;
    }
    .video-xl .banner-title,
    .video-lg .banner-title,
    .section-w-heading .section-title{
        font-size: 56px;    
    }
    .banner-paragraph{
        font-size: 21px;
    }
    .video-xl .banner-small-title,
    .video-lg .banner-small-title{
        font-size: 34px;    
    }
    .h5-md{
        font-size: 18px;    
    }
    .counter-wrapper .time-counter{
        font-size: 56px;    
    }
    .counter-wrapper .time-label{
        font-size: 18px;
    }
    .h4-md{
        font-size: 21px;    
    }
    .side-heading .heading{
        font-size: 19px;    
    }
    .time-list{
        font-size: 15px;    
    }
}
@media (max-width: 1599px){
    .side-heading .heading{
        left: -38px;
    }
/*     .counter-wrapper .time-counter {
    font-size: 55px;
} */
    .counter-wrapper .counter-child{
        padding: 30px 60px;    
    }
}
@media (max-width: 1540px){
    .side-heading .heading{
        left: -50px;
    }
    .webinar-section .container{
        padding-left: 60px;
        padding-right: 60px;
    }
}
/* @media (max-width: 1499px){
    .section-w-heading .section-title{
        font-size: 55px;    
    }
}
*/
@media (max-width: 1399px){
    .timeline .timeline-dot{
        width: 38px;
        height: 38px;
    }
    .timeline.timeline-vertical .vertical-border{
        padding-left: 40px;    
    }
    .timeline .vertical-btn-wrapper{
        padding-right: 40px;
    }
    .timeline .timeline-item .timeline-item-title{
        font-size: 22px;    
    }
    .timeline .vertical-btn-wrapper span{
        font-size: 20px;    
    }
    .timeline .vertical-btn-wrapper {
        min-width: 120px;
    }
    .table-chart-1{
        font-size: 0.8rem;
    }
    .webinar-media-img-md{
        width: 220px;
        padding: 20px;
    }
    .img-rounded-style-2::before {
        height: calc(100% - 20px);
        width: calc(100% - 20px);
    }
}
@media (max-width: 1350){
    .video-xl .banner-title,
    .video-lg .banner-title,
    .section-w-heading .section-title{
        font-size: 54px;    
    }
    .video-xl .banner-small-title,
    .video-lg .banner-small-title{
        font-size: 32px;    
    }
    .h5-md{
        font-size: 18px;    
    }
    .counter-wrapper .time-counter{
        font-size: 54px;    
    }
    .counter-wrapper .time-label{
        font-size: 18px;
    }
    .h4-md{
        font-size: 21px;    
    }
    .side-heading .heading{
        font-size: 19px;    
    }
    .time-list{
        font-size: 15px;    
    }
}
@media (max-width: 1299px){
    .timeline .timeline-dot{
        width: 35px;
        height: 35px;
    }
    .timeline .vertical-btn-wrapper .timeline-btn{
        right: 0;    
    }
    .timeline.timeline-vertical .vertical-border{
        padding-left: 37px;    
    }
    .timeline .vertical-btn-wrapper{
        padding-right: 37px;
    }
    .timeline .vertical-btn-wrapper{
        min-width: 115px;
    }
}
@media (max-width: 1199px){
    /*#home-video-slider-section #videotoggler{
        top: calc(10% + 3vw)!important;    
    }*/
    .video-xl .video-content,
    .video-lg .video-content{
        padding-top: 155px;
        padding-bottom: 155px;
    }
    .counter-section{
        position: relative;
        padding-bottom: 155px;
    }
    .video-xl .banner-title,
    .video-lg .banner-title {
        font-size: 55px;
    }
    .counter-wrapper .time-counter {
        font-size: 50px;
    }
    .counter-wrapper .counter-child {
        padding: 30px 50px;
    }
    .video-xl .banner-title,
    .video-lg .banner-title,
    .video-xl .banner-title, .section-w-heading .section-title,
    .video-lg .banner-title, .section-w-heading .section-title{
        font-size: 52px;
    }
    .btn.btn-md{
        font-size: 16px;    
        padding: 12px 35px;
    }
    .h4-md {
        font-size: 20px;
    }
    .timeline .timeline-item .timeline-item-title {
        font-size: 19px;
    }
    .timeline .vertical-btn-wrapper span{
        font-size: 18px;
    }
    .timeline .vertical-btn-wrapper {
        min-width: 102px;
        padding-right: 30px;
    }
    .video-page{
        min-height: calc(100vh - 255px);
    }
    .top-right-logo {
        opacity: 0;
        visibility: hidden;
    }
}
@media (max-width: 991px){
    .video-xl {
        min-height: calc(100vh - 150px);
        position: relative;
    }
    .video-lg{
        min-height: 400px
    }
    .video-xl .video-content,
    .video-lg .video-content{
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .counter-section{
        position: relative;
        padding-bottom: 140px;
    }
    .video .counter-wrapper{
        margin-top: 0;    
    }
    .timeline-row .timeline-col{
        margin-top: 0;    
    }
    .video-xl .banner-title,
    .video-lg .banner-title,
    .section-w-heading .section-title{
        font-size: 42px;
    }
    .video-xl .banner-small-title,
    .video-lg .banner-small-title  {
        font-size: 28px;
    }
    .banner-paragraph {
        font-size: 18px;
    }
    .video-xl .video-content .h1:not(.banner-title),
    .video-lg .video-content .h1:not(.banner-title){
        font-size: 26px;    
    }
    .counter-wrapper .time-counter {
        font-size: 40px;
    }
    .counter-wrapper .time-counter ~ .h5{
        font-size: 18px;    
    }
	div.interaction-section .bg-row.bg-left-row{
		background-size: cover;
	}
	.side-heading .heading{
	    display: none;    
	}
    .section-w-heading .section-title {
        font-size: 45px;
    }
    .gallery-carousel.arrows-style-1 + .arrows .custom-btn{
        width: 40px;    
    }
    .webinar-zoom-img{
        width: 100px;
    }
    .controls-custom .control{
        height: 70px;
        width: 70px;
        font-size: 20px;
    }
    .webinar-section .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .event-col {
        flex-basis: 33%;
    }
    .row-event {
        justify-content: flex-start;
    }
}
@media (max-width: 767px){
    .webinar-media-img-md{
        width: 180px;
        padding: 10px;
    }
    .img-rounded-style-2::before {
        height: calc(100% - 10px);
        width: calc(100% - 10px);
    }
    .video-xl {
        min-height: calc(100vh - 150px);
        position: relative;
    }
    .video-lg{
        min-height: 300px;
    }
    .video-xl .video-content,
    .video-lg .video-content{
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .counter-section{
        position: relative;
        padding-bottom: 125px;
    }
    .btn.btn-md{
        font-size: 15px;
        padding: 10px 25px;
    }
    .counter-wrapper .counter-child .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .counter-wrapper .counter-child .row > div{
        padding-left: 10px;
        padding-right: 10px;
    }
    .video-xl .banner-title,
    .video-lg .banner-title,
    .section-w-heading .section-title{
        font-size: 36px;
    }
    .video-xl .banner-small-title,
    .video-lg .banner-small-title {
        font-size: 25px;
    }
    .banner-paragraph {
        font-size: 18px;
    }
    .video-xl .video-content .h1:not(.banner-title),
    .video-lg .video-content .h1:not(.banner-title){
        font-size: 22px;    
    }
    .video-xl .video-content .h4,
    .video-lg .video-content .h4{
        font-size: 15px;
    }
	.slider-messages ul.slick-dots{
		bottom: -28px;
	}
	.molecule-content-section .bg-gray-col::before {
    	left: -15vw;
    	right: -15vw;
    	background-color: #f7f8f8;
    	width: auto;
	}
    .counter-wrapper .time-counter {
        font-size: 35px;
    }
	div.red-beyond-wrapper .red-beyond-inner{
	    width: 70%;
	}
    .section-w-heading .section-title {
        font-size: 40px;
    }
    .webinar-zoom-img{
        width: 100px;
    }
    .video-page{
        min-height: calc(100vh - 252px);
    }
    .video-page + .modal .modal-dialog{
        max-width: 100%;
    }
    .event-col {
        flex-basis: 50%;
    }
}
@media (max-width: 650px){
    .counter-wrapper .time-counter{
        font-size: 25px;    
    }
    .counter-wrapper .counter-child {
        padding: 25px 15px;
    }
    .counter-wrapper .time-counter ~ .h5{
        font-size: 15px;    
    }
}
@media (max-width: 575px){
    .video-xl .banner-title,
    .video-lg .banner-title,
    .section-w-heading .section-title{
        font-size: 29px;
    }
    .video-xl .banner-small-title,
    .video-lg .banner-small-title{
        font-size: 21px;    
    }
    .banner-paragraph {
        font-size: 17px;
    }
    .video-xl .video-content .h1:not(.banner-title),
    .video-lg .video-content .h1:not(.banner-title){
        font-size: 20px;    
    }
    .video-xl .video-content,
    .video-lg .video-content{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .video-xl .video-content .container,
    .video-lg .video-content .container{
        padding-left: 15px!important;    
        padding-right: 15px!important;
    }
    .video-xl .video-wrapper,
    .video-lg .video-wrapper{
        max-height: unset;    
    }
	.slider-messages ul.slick-dots{
		bottom: 0;
        right: -5px;
	}
	div.home-about-us-wrapper{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	div.home-catalog-wrapper{
		padding: 32px 0 85px;
	}
	div.red-beyond-wrapper{
		margin-top: -150px;
	}
	div.red-beyond-wrapper .red-beyond-inner{
		width: 80%;
		min-width: 200px;
	}
	div.history-for .bordered-img-wrapper img{
		width: 150px;
	}
	#lottie svg{
		max-height: 450px;
	}
    .counter-wrapper .counter-child .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .counter-wrapper .counter-child .row > div{
        padding-left: 5px;
        padding-right: 5px;
    }
    .counter-wrapper .time-counter {
        font-size: 26px;
    }
    .counter-wrapper .time-label {
        font-size: 15px;
    }
    .counter-section{
        padding-bottom: 0;    
    }
    .counter-section .counter-wrapper{
        position: relative;
        left: unset;
        -webkit-transform: none;
        transform: none;
    }
    .counter-wrapper .counter-child{
        padding: 25px 15px;
    }
    .counter-wrapper .helper-title{
        font-size: 19px;
    }
    .slick-slider .slick-slide .bg-img{
        position: static;
        height: 40vw;
        min-height: 200px;
        flex: 0 0 100%;
        max-width: 100%;

    }
    .spk-banner-mobile-height {
        min-height: 350px !important;
    }
    #home-video-slider-section .center-video-wrapper{
        position: relative;
        top: unset;
        left: unset;
        -webkit-transform: unset;    
        transform: unset;
        padding-left: 8vw !important;
        padding-right: 8vw !important;
        max-width: 100% !important;
        margin-left: 0!important;
        border: 0;
        background-color: transparent;
    }
    #home-video-slider-section .center-video-content{
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #f7f8f8;
        margin-top: -4px;
    }
    .slider-section .btn-scroll-down{
        display: none;
    }

}
@media (max-width: 450px){
    .counter-wrapper .time-label {
        font-size: 14px;
    }
    .counter-wrapper .helper-title{
        font-size: 17px;    
    }
    .event-col {
        flex-basis: 100%;
    }
}
@media (max-width: 399px){
/*     .counter-wrapper span{
    font-size: 12px;
    font-weight: 600 !important;
} */
    .counter-wrapper .counter-child .row{
        margin-left: -3px;
        margin-right: -3px;
    }
    .counter-wrapper .counter-child .row > div {
        padding-left: 3px;
        padding-right: 3px;
    }
    .video-xl .banner-title,
    .video-lg .banner-title,
    .section-w-heading .section-title{
        font-size: 26px;
    }
    .video-xl .banner-small-title,
    .video-lg .banner-small-title{
        font-size: 20px;    
    }
    .banner-paragraph {
        font-size: 16px;
    }
    .counter-wrapper .time-counter{
        font-size: 24px;    
    }
    .counter-wrapper .time-label {
        font-size: 12px;
    }  
    
}
@media (max-width: 340px){
    
    .video-xl .banner-title,,
    .video-lg .banner-title,
    .section-w-heading .section-title{
        font-size: 24px;
    }
    .video-xl .banner-small-title,
    .video-lg .banner-small-title{
        font-size: 16px;    
    }
    .banner-paragraph {
        font-size: 14px;
    }
    
    .counter-wrapper .time-counter{
        font-size: 24px;    
    }
    .counter-wrapper .helper-title{
        font-size: 16px;    
    }
}
@media (min-width: 992px) and (max-width: 1540px){
    div.container{
        max-width: 100%!important;
        padding-left: 7vw!important;
        padding-right: 7vw!important;
    }
}
@media (min-width: 992px){
    .modal-lg {
        max-width: 800px;
    }    
}
@media (min-width: 1260px) and (min-height: 810px) {
    .modal-lg {
        max-width: 1200px;
    }
}




@media (max-width: 1199px){
    .about-us-video .modal-dialog{
        width: 900px;
    }
    #videotoggler {
        /* top: 0!important; */
        /*top: 60px !important;*/
        /*top: unset;
        bottom: 40px;*/
    }
}
@media (max-width: 991px){
    .about-us-video .modal-dialog{
        width: 100%;
    }
}


@media (min-width: 992px){
    .text-red-title{
        margin-bottom: 0.7rem;
    }
}
@media (max-width: 991px){
    .text-red-title{
        margin-bottom: 0.5rem;
    }

}
@media (min-width: 768px) and (max-width: 991px){
    div.container{
        padding-left: 5vw!important;
        padding-right: 5vw!important;
        max-width: 100%!important;
    }
}
@media (min-width: 320px) and (max-width: 767px){
    div.container{
        padding-left: 8vw!important;
        padding-right: 8vw!important;
        max-width: 100%!important;
    }
    }
.ppx-1{
    padding-left: 1px;
    padding-right: 1px;
}
.mow{
    position:relative;
    /* padding-right: 22px; */
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 0.2s!important;
            transition-duration: 0.2s!important;
}
.mow.active{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mow img{
    -webkit-filter: none!important;
        filter: none!important;
    
}
/* .mow .notify{
    position: absolute;
    top: 6px;
    right: 18px;
    font-size: 10px;
    padding: 2px;
    height: 18px;
    width: 18px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #e2001a;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition:0.3s;
    transition: 0.3s;
}
.mow .notify.active{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
} */
@media (max-width: 767px){
    .mow{
        width: 73px!important;
        max-width: 73px!important;
        /* padding: .5rem 1rem 0.45rem; */
    }    
/*     .mow .notify{
    padding-top: 4px;
    top: 4px;
} */
}
@media (max-width: 380px){
    .side-menu .logo-main-item .nav-logo-wrapper img{
        width: 180px;
        margin-left: 20px;
    }    
    .side-menu .logo-main-item .nav-link{
        width: 180px;    
    }
    .mow {
        width: 58px !important;
        padding: .5rem 0.65rem!important;
    }
}

.related-collections {
    position: relative;
}
.related-collections::after {
    content: "";
    display: block;
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -6.5%;
    background-image: url(https://spirochem.com/themes/kara5/assets/img/brush-bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}

@media (max-width: 768px) {
    .related-collections::after {
        content: none;
    }

}

.mall-product__info-top h1 {
    word-break: break-word !important;
}

.img-abs {
    position: absolute;
    top: var(--top, 0);
    left: var(--left, 0);
}

.news-question-section {
    position: relative;
}
.news-question-section img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max(4rem, 6vw);
    height: auto;
    pointer-events: none;
    user-select: none;
}