/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
/*body {
    font-family: "Montserrat", sans-serif;
}*/
.header, .header-wrapper {
	z-index: 1;
}
#main, #wrapper {
	z-index: 2;
}
.header-top .nav>li.html {
	text-transform: none;
	font-size: 16px;
}
.woocommerce-additional-fields, #billing_first_name_field {
    display: none;
}
.address-field {
    display: none !important;
}
/*****************************************************/
.arrow-pulse {
    border-radius: 50%;
}
.arrow-pulse .img-inner {
    overflow: inherit;
}
.arrow-pulse img {
    filter: drop-shadow(-13.753px 9.992px 15px rgba(152, 75, 239, 0.3));
    border-radius: 50%;
    animation: shadow-pulse 2s infinite;
}

/*****************************************************/
.box-video-container .col-inner {
    position: relative;
}
.box-video-container .col-inner .khung1 {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 132px !important;
    margin-bottom: 0 !important;
}
.box-video-container .col-inner .khung2 {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 132px !important;
    margin-bottom: 0 !important;
}
.box-video-container .col-inner .khung3 {
    position: absolute;
    bottom: -15px;
    left: -15px;
    width: 132px !important;
    margin-bottom: 0 !important;
}
.box-video-container .col-inner .khung4 {
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 132px !important;
    margin-bottom: 0 !important;
}
.video-container {
    position: relative;
    display: inline-block;
    padding: 5px;
    background-image: linear-gradient(184deg, #00bff9 0%, #015ee9 100%);
}

video {
    width: 100%;
    height: auto;
    margin-bottom: -7px;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-button::before {
    content: '\25B6'; /* Unicode for play icon */
    font-size: 24px;
    color: white;
}
/*****************************************************/
.box-subtitle {
    background-image: linear-gradient(-94deg, rgb(14, 169, 216) 0%, rgb(6, 69, 162) 100%);
    border-radius: 50px;
    padding: 13px 30px 11px 60px;
    width: 80%;
    display: block;
    margin: auto;
    position: relative;
}
.box-subtitle:before {
	content: '';
    position: absolute;
    top: -39px;
    left: -15px;
    height: 103px;
    width: 65px;
    background-image: url(images/ai-robot.png);
}
.box-subtitle h3 {
	font-size: 21px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
}
.box-subtitle h3 span:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
}
.primary-title h1 {
	background-image: url(images/banner-head-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    max-width: 100%;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.4;
    color: #151f38;
    text-transform: capitalize;
    padding: 50px 35px 50px;
    margin: -37px auto 0 auto;
}
.primary-title h1 span {
    background-image: linear-gradient(-159deg, rgb(106, 20, 209) 0%, rgb(200, 32, 144) 100%);
    border-radius: 10px;
    padding: 0px 15px 5px 15px;
    display: inline-block;
    color: #fffc00;
    line-height: normal;
}
/*****************************************************/
.icon-box.box-icon-featured.icon-box-center {
    max-width: 170px;
    min-height: 198px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(64, 25, 154, 0.1);
    border: 1px solid #f1eff5;
    border-radius: 14px;
    padding: 10px 15px;
    margin-bottom: 50px;
    position: absolute;
}
.icon-box.box-icon-featured.icon-box-center h3 {
	font-size: 16px;
	line-height: 22px;
}
.icon-box.box-icon-featured-1 {
    top: -170px;
    left: 0px;
    animation: 5s floating linear infinite;
}
.icon-box.box-icon-featured-2 {
    top: 15%;
    right: 50px;
    animation: 7s installation infinite alternate;
}
.icon-box.box-icon-featured-3 {
	top: 120px;
    left: -50px;
    animation: 4s installation infinite alternate;
}
.icon-box.box-icon-featured-4 {
    top: 250px;
    right: 15px;
    animation: 4s leftright infinite alternate;
}
.icon-box.box-icon-featured-5 {
    top: 350px;
    left: -10px;
    animation: 5s floating linear infinite;
}

.icon-box.box-icon-featured-6 {
    top: -170px;
    right: 0px;
    animation: 5s floating linear infinite;
}
.icon-box.box-icon-featured-7 {
    top: 15%;
    left: 50px;
    animation: 7s installation infinite alternate;
}
.icon-box.box-icon-featured-8 {
    top: 120px;
    right: -50px;
    animation: 4s installation infinite alternate;
}
.icon-box.box-icon-featured-9 {
    top: 250px;
    left: 15px;
    animation: 4s leftright infinite alternate;
}
.icon-box.box-icon-featured-10 {
    top: 350px;
    right: -10px;
    animation: 5s floating linear infinite;
}
@media (max-width: 1900px) {
    .icon-box.box-icon-featured-2 {
        right: -30px;
    }
    .icon-box.box-icon-featured-3 {
        left: 0;
    }
}
@media (max-width: 1700px) {
    .icon-box.box-icon-featured-1, 
    .icon-box.box-icon-featured-6 {
        top: -130px;
    }
    .icon-box.box-icon-featured-2 {
        right: -10px;
    }
    .icon-box.box-icon-featured-4 {
        right: -15px;
    }
    .icon-box.box-icon-featured-7 {
        left: auto;
    }
    .icon-box.box-icon-featured-8 {
        right: -10px;
    }
    
    .icon-box.box-icon-featured-9 {
        right: -15px;
    }
}
@media (max-width: 1200px) {
    .primary-title h1 {
        font-size: 40px;
    }
    .icon-box.box-icon-featured.icon-box-center {
        position: initial;
        animation: none;
    }
    .col-icon-top {
        max-width: 100%;
        flex-basis: 100%;
    }
    .col-icon-top .col-inner {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    .icon-box.box-icon-featured {

    }
}
/*****************************************************/
.icon-box-left-custom.icon-box-left {
    display: flex;
    align-items: center;
}
.icon-box-left-custom {
    background-color: #fff9ea;
    border-radius: 60px;
    background-color: #fff9ea;
    padding: 20px 20px 20px 20px;
}
.icon-box-left-custom p {
    margin-bottom: 0;
}
.icon-box-left-custom .icon-inner {
    border-radius: 100%;
    padding: 25px;
}
.icon-box-left-custom-1 {
    background-color: #fff9ea;
}
.icon-box-left-custom-1 .icon-inner {
    background-color: #feb502;
}
.icon-box-left-custom-2 {
    background-color: #eaf9f7;
}
.icon-box-left-custom-2 .icon-inner {
    background-color: #47d9b0;
}
.icon-box-left-custom-3 {
    background-color: #f7f0ff;
}
.icon-box-left-custom-3 .icon-inner {
    background-color: #a95dff;
}
/*****************************************************/
.button.btn-custom {
    background-image: url(images/btn-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 26px;
    transition: all 0.3s;
    animation: shadow-pulse-2 2s infinite;
    height: 93px;
    background-color: transparent !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.btn-custom-cart {
    border: none !important;
    padding: 0 !important;
}
.btn-custom-cart .button {
    background-image: url(images/btn-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 26px;
    transition: all 0.3s;
    animation: shadow-pulse-2 2s infinite;
    height: 70px;
    background-color: transparent !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    text-transform: none;
    border: none;
    border-radius: 99px;
}
/*****************************************************/
.box-heading {
    background-image: url(images/video-magic-head-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    font-size: 40px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-position: center center;
    margin: auto auto 30px;
    padding: 50px 75px;
}
.row-slider-video .video-container {
    background-image: linear-gradient(90deg, rgb(247, 54, 0) 0%, rgba(249, 203, 34, 0.996) 100%);
    border-radius: 10px;
    padding: 3px;
}
.row-slider-video .video-container video {
    border-radius: 10px;
}
.box-text-video {
    width: 100%;
    background-image: url(images/magic-slider-box-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    margin: 15px auto auto;
    background-position: center center;
    border-radius: 20px;
    padding: 0px 20px 20px;
    color: #fff;
}
.box-text-video h4 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    display: inline-block;
    align-items: center;
    max-width: 130px;
    justify-content: center;
    background-image: linear-gradient(0deg, rgb(247, 15, 255) 0%, rgb(255, 116, 23) 100%);
    text-transform: capitalize;
    border-radius: 0px 0px 20px 20px;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.box-text-video p {
    margin-bottom: 0;
}
.slick-arrow {
    position: absolute;
    top: 22%;
    z-index: 2;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-next {
    right: 0;
}
/*****************************************************/
.box-heading-2 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    font-weight: 800;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-position: center center;
    margin: auto auto 30px;
    background-image: url(images/step-head-bg.png);
    color: rgb(39, 30, 66);
    display: block;
    padding-top: 60px;
}
.box-heading-2 h2 {
    margin-bottom: 0;
}
/*****************************************************/
.col-step.col-step-1 h4 {
    background-image: url(images/step-head-bg-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 207px;
    height: 73px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    background-position: center center;
    margin: auto;
    color: #fff;
    font-size: 30px;
}
.col-step h3 {
    color: rgb(157, 102, 253);
    font-weight: 800;
    text-transform: capitalize;
    display: inline-block;
    padding: 3px 10px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(157, 102, 253);
    border-image: initial;
    border-radius: 5px;
    background: rgba(157, 102, 253, 0.13);
    margin: 25px 0px 15px;
}
.col-step.col-step-2 h4 {
    background-image: url(images/step-head-bg-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 207px;
    height: 73px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    background-position: center center;
    margin: auto;
    color: #fff;
    font-size: 30px;
}
.col-step.col-step-2 h3 {
    color: rgb(255, 114, 23);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 114, 23);
    border-image: initial;
    background: rgba(255, 114, 23, 0.13);
}
.col-step.col-step-3 h4 {
    background-image: url(images/step-head-bg-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 207px;
    height: 73px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    background-position: center center;
    margin: auto;
    color: #fff;
    font-size: 30px;
}
.col-step.col-step-3 h3 {
    color: rgb(33, 139, 203);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(33, 139, 203);
    border-image: initial;
    background: rgba(33, 139, 203, 0.13);
}
/*****************************************************/
.box-heading.box-heading-3 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    font-weight: 800;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-position: center center;
    margin: auto auto 30px;    
    background-image: url(images/length-video-head-bg.png);
    display: block;
    padding-top: 60px;
    margin-bottom: 0px;
}
.box-heading.box-heading-3 span {
    background-image: linear-gradient(to right, rgb(248, 64, 2) 10%, rgb(250, 170, 27) 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.heading-subtitle h3 {
    background-image: linear-gradient(to right, rgb(248, 64, 2) 10%, rgb(250, 170, 27) 80%);
    background-image: linear-gradient(to right, rgb(0, 187, 249) 10%, rgb(8, 88, 186) 80%);
    margin-top: -15px;  
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: capitalize;
    text-align: center;
}
.row-slider-video-2 .video-container {
    padding: 2px;
    background-image: linear-gradient(90deg, rgb(75, 85, 213) 0%, rgba(235, 101, 247, 0.996) 100%);
    border-radius: 12px;
    position: relative;
}
.row-slider-video-2 .video-container video {
    border-radius: 12px;
}
.box-video {
    color: rgb(255, 255, 255);
    background-color: rgb(42, 24, 67);
    display: table;
    position: relative;
    margin-top: 50px;
    border-radius: 50px;
    padding: 9px 50px;
    text-align: center;
    color: #fff;
    margin: 40px auto 0;
}
.box-video:after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    z-index: -1;
    background: linear-gradient(to right bottom, rgb(244, 114, 56), rgb(97, 89, 214));
    border-radius: 50px;
}
.box-video h4 {
    margin-bottom: 0;
}
.row-slider-video-2 .video-container::before, .row-slider-video-2 .video-container::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    background-position: center center;
}
.row-slider-video-2 .video-container::before, .row-slider-video-2 .video-container::after {
    background-image: url(images/length-video-shape-1.png);
    width: 210px;
    height: 143px;
}
.row-slider-video-2 .video-container::before {
    top: -30px;
    right: -25px;
}
.row-slider-video-2 .video-container::after {
    bottom: -25px;
    left: -30px;
}
/*****************************************************/
.heaaibox-heading {
    background-image: url(images/video-magic-head-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    font-weight: 800;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-position: center center;
    margin: auto auto 30px;
    padding: 60px 80px;
}
.heaaibox-heading h2,
.heaaibox-heading h3, 
.heaaibox-heading h4 {
    margin-bottom: 0;
}
.heaaibox-heading.box-heading-4 {
    background-image: url(images/simplify-slider-head-bg.png);
    padding: 60px 80px;
    margin-bottom: 0;
}
.heaaibox-heading.box-heading-4 h2 {
    margin-bottom: 0;
}
.row-slider-video-3 .video-container::before, .row-slider-video-33 .video-container::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    background-position: center center;
}
.row-slider-video-33 .video-container::before, .row-slider-video-33 .video-container::after {
    background-image: url(images/length-video-shape-1.png);
    width: 210px;
    height: 143px;
}
.row-slider-video-3 .video-container::before {
    top: -30px;
    right: -25px;
}
.row-slider-video-3 .video-container::after {
    bottom: -25px;
    left: -30px;
}
/*****************************************************/
.heaaibox-heading.box-heading-5 {
    background-image: url(images/feature-head-bg.png);
    color: rgb(39, 30, 66);
    padding: 60px 80px;
    margin-bottom: 0;
}
.heaaibox-heading.box-heading-5 h2,
.heaaibox-heading.box-heading-5 h4, 
.heaaibox-heading.box-heading-5 h3 {
    margin-bottom: 0;
}
.txt-gradient h4 {
    background-image: linear-gradient(to right, rgb(248, 64, 2) 10%, rgb(250, 170, 27) 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: capitalize;
}
.heading-sub {
    background-image: url(images/f2-head-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.heading-sub h3 {
    text-transform: capitalize;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(248, 64, 2) 10%, rgb(250, 170, 27) 80%) text;
    margin-bottom: 0;
}
ul {
    margin-bottom: 0;
}
.video-border-radius .video-container {
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(to right bottom, rgb(174, 44, 241), rgb(119, 118, 255));
}
.video-border-radius .video-container video {
    border-radius: 10px;
}
/*****************************************************/
.box-heading-6 {
    margin-bottom: 0;
}
.icon-box-custom-v2 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center center;
    border-radius: 16px;
    padding: 25px;
    background-image: url(images/service-box-bg-1.png);
    box-shadow: rgba(245, 55, 54, 0.4) -2.427px 1.763px 58.5px;
}
.icon-box-custom-v2 p {
    margin-bottom: 0;
}
.box-heading-7 {
    background-image: url(images/edge-feature-head.png);
}
.box-heading-7 h2 {
    margin-bottom: 0;
}
.heaaibox-heading h2 span {
    background: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.box-heading-8 {
    background-image: url(images/easy-use-head-bg.png);
}

.heading-subsitle {
    background-image: url(images/easy-use-inner-head-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    max-width: 450px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #271e42;
    text-transform: capitalize;
    position: absolute;
    left: -2px;
    top: -22px;
    padding: 25px 25px;
}
.heading-subsitle-2 {
    background-image: url(images/easy-use-inner-head-2.png);
}
.heading-subsitle h3 {
    margin-bottom: 0;
}
.icon-box-like.icon-box {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 2px solid #f94201;
    border-radius: 50px;
    height: 80px;
    line-height: 80px;
    padding: 0 20px 0 135px;
    margin-bottom: 50px;
    position: relative;
}
.icon-box-like .icon-box-img {
    filter: drop-shadow(-9.708px 7.053px 16px rgba(249, 66, 1, 0.2));
    position: absolute;
    top: -20px;
    left: -4px;
}
.icon-box-like .icon-box-text h3 {
    background: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    text-transform: capitalize;
    margin-bottom: 0;
}


.icon-choice .icon-box-img img {
    height: 120px;
    object-fit: contain;
}
.icon-choice .icon-box-text {
    background-color: #f5f3ff;
    border-radius: 50px;
    filter: drop-shadow(0 0 60px rgba(84, 47, 127, 0.1));
    border: 1px solid #6157da;
    margin-top: 50px;
}

.icon-choice .icon-box-text h4 {
    background: linear-gradient(to right, #5456d8 10%, #c762ef 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    text-transform: capitalize;
    display: inline-block;
    padding: 4px 10px;
}
.icon-choice .icon-box-text h4,
.icon-choice .icon-box-text p {
    margin-bottom: 0;
}

/*****************************************************/
.box-heading-9 {
    background-image: url(images/simplify-slider-head-bg.png);
}
.box-heading-10 {
    background-image: url(images/simplify-slider-subhead-bg.png);
    padding: 40px 20px;
}
/*****************************************************/
.row-slider-cp .icon-box {
    background-color: rgb(28, 12, 50);
    padding: 50px 30px 50px 30px;
    border-radius: 20px;
    min-height: 380px;
    position: relative;
}
.row-slider-cp .icon-box:before {
    content: '';
    max-width: 250px;
    width: 100%;
    height: 40px;
    background-image: linear-gradient(90deg, rgba(247, 54, 0, 0.9999999999999999) 0%, rgba(249, 203, 34, 0.996078431372549) 100%);
    border-radius: 10px;
    position: absolute;
    bottom: -6px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: -1;
}
.row-slider-cp .icon-box img {
    height: 120px;
}
.row-slider-cp .icon-box .icon-box-text h3 {
    font-size: 20px;
    line-height: 25px;
}
.row-slider-cp .icon-box .icon-box-text p {
    font-size: 16px;
}
.box-heading-11 {
    background-image: url(images/simplify-slider-subhead-bg-2.png);
}
.row-slider-cp-2 .icon-box:before {
    background: linear-gradient(80deg, rgb(30, 217, 79) 30%, rgb(242, 240, 71) 100%);
}
/*****************************************************/
.box-heading-12 {
    background-image: url(images/guarantee-head-bg.png);
}
.bg-col-ud > .col-inner {
    background-image: url(images/guarantee-box-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 72px 60px;
}

.title-featured {
    color: #ffffff;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    top: 2px;
    right: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
    min-height: 50px;
    padding: 0 30px;
    border-radius: 50px 35px 0 50px;
}
.title-featured h5 {
    margin-bottom: 0;
}
.list-price li {
    position: relative;
    list-style: none;
    padding-left: 45px;
    margin-left: 0 !important;
    margin-bottom: 20px;
}
.list-price li:before {
    content: '';
    background-image: url(images/crown.png);
    width: 30px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}
.col-price .button.btn-custom {
    height: 70px;
    font-size: 25px;
}
.box-heading-13 {
    background-image: url(images/table-head-bg.png);
}
.box-text-video p {
    height: 80px;
    overflow-y: scroll;
}


.box-text-video p::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.box-text-video p::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.box-text-video p::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

/*****************************************************/
@keyframes floating {
	0% {
	    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    transform: rotate(0deg) translate(-10px) rotate(0deg);
	}
	100% {
	    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    transform: rotate(360deg) translate(-10px) rotate(-360deg);
	}
} 
@keyframes installation {
	0% {
	    transform: translateY(0px);
	}
	50% {
	    transform: translateY(-20px);
	}
} 
@keyframes leftright {
	0% {
	    transform: translateX(0px);
	}
	50% {
	    transform: translateX(-20px);
	}
} 

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(235, 101, 247, 1);
    }
    100% {
        box-shadow: 0 0 0 30px rgb(255 255 0 / 0%);
    }
}
@keyframes shadow-pulse-2 {
    0% {
        box-shadow: 0 0 0 0 rgba(248, 64, 2, 0.5);
    }
    100% {
        box-shadow: 0 0 0 30px rgb(255 255 0 / 0%);
    }
}


@media (max-width: 820px) {
    .box-video {
        padding: 9px 15px;
    }
}
@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .header-top .nav>li.html {
        font-size: 14px;
    }
    .box-subtitle h3 {
        font-size: 14px;
    }
    .primary-title h1 {
        font-size: 22px;
    }
    .col-icon-top .col-inner {
        display: block;
    }
    .icon-box.box-icon-featured.icon-box-center:first-child {
      max-width: 96%;
      width: 96%;
    }
    .icon-box.box-icon-featured.icon-box-center {
        max-width: 46%;
        width: 46%;
        margin: 2%;
        float: left;
    }
    .icon-box.box-icon-featured.icon-box-center:nth-child(3),
    .icon-box.box-icon-featured.icon-box-center:nth-child(5) {
        margin-right: 0;
    }
    .box-heading {
        padding: 50px 35px;
    }
    .button.btn-custom {
        font-size: 20px;
        height: 60px;
    }
    .button.btn-custom.btn-custom2 {
        height: 80px;
    }
    .heaaibox-heading.box-heading-4 {
        padding: 60px 30px;
    }
}