*{margin: 0px;padding: 0px;}
body{width: 100%;box-sizing: border-box;height: 100%;overflow-x: hidden;font-family: Poppins,sans-serif!important;}

header{float: left;width: 100%;padding: 22px 0px;background: #fff;}
header .container{max-width: 1320px;position: relative;}
.logoid img{max-width: 195px;-webkit-transition: all 1s ease;
    transition: all 1s ease;}

.heroarea{float: left;width: 100%;padding: 80px 0px 120px;background: #fff6f6;position: relative;}
.heroarea .container{max-width: 1320px;}
.bannertext h1{font-size: 60px;color: black;line-height: 70px;font-weight: 600;}
.bannertext h1 span{color: #e53344;}
.bannertext p{font-size: 18px;
    color: rgba(51,56,70,.7);
    padding-top: 20px;
    max-width: 595px;
    line-height: 28px;}
.bnrbtn {margin-top: 30px;float: none;}
.bnrbtn a{    background: #f34653;
    cursor: pointer;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 20px;
    box-shadow: 0 6px 8px rgba(243,70,83,.2);
    color: #fff;
    border-radius: 6px;
    font-family: 'Poppins';}
.bnrbtn a:hover{text-decoration: none;color: white;}

.rightcta .bnrbtn a{    background: white;
    cursor: pointer;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 20px;
    box-shadow: 0 6px 8px rgba(243,70,83,.2);
    color:#f34653;
    border-radius: 6px;
    font-family: 'Poppins';}
.rightcta .bnrbtn a:hover{text-decoration: none;color: #f34653;}
.bnrbtn p{font-size: 14px;
    color: rgba(51,56,70,.7);
    margin-top: 0px;}
.shapimg {
    position: absolute;
    bottom: 0px;
    left: -1px;
}
.shapimg img{max-width: 100px!important;}


header .row {
    align-items: center;
    justify-content: space-between;
}
header .bnrbtn {
    margin-top: 0px;
    margin-right: 0px;
}

header .bnrbtn a{    font-size: 16px;
    display: block;
    width: 170px;
    text-align: center;
    box-shadow: none;-webkit-transition: all 1s ease;
    transition: all 1s ease;}

.darkHeader {
    position: fixed;
    z-index: 10000001;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    height: 75px!important;
    box-shadow: 2px 2px 10px #9c9c9c;
}
.logoidkho{display: none!important}
.logoidkho img{-webkit-transition: all 1s ease;
    transition: all 1s ease;}
.darkHeader .logoid img{max-width: 155px;-webkit-transition: all 1s ease;
    transition: all 1s ease;margin-top: -10px;}

.darkHeader .rightflex{margin-top: -7px;-webkit-transition: all 1s ease;
    transition: all 1s ease;}
.darkHeader .whatsappcall button a{width: 155px;font-size: 14px;-webkit-transition: all 1s ease;
    transition: all 1s ease;}

header.darkHeader .bnrbtn a{width: 155px;font-size: 14px;-webkit-transition: all 1s ease;
    transition: all 1s ease;}
.darkHeader .logoidkho img{-webkit-transition: all 1s ease;transition: all 1s ease;max-width: 125px!important;}
header.darkHeader .bnrbtn{margin-right: 0px;-webkit-transition: all 1s ease;
    transition: all 1s ease;}

.rightflex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
}
.logoidkho{position: absolute;right: 60px;}
.whatsappcall{padding-top: 0px;float: left;margin-right: 20px;}
.whatsappcall button{color: #fff;border: 1px solid green;background: #fff;border: 1px solid green;font-weight: bold;
    padding: 10px 0px;border-radius: 6px;}
.whatsappcall button a{color: green;font-weight: 600;font-size: 16px;display: block;width: 170px;-webkit-transition: all 1s ease;
    transition: all 1s ease;}
.whatsappcall button a:hover{text-decoration: none;}
.whatsappcall button a i{font-size: 20px;padding-right: 9px;font-weight: 500;position: relative;top: 1px;}

.bannerimg img{max-width: 95%;border-radius: 5px;float: right;position: relative;}
.bannerimg img::after{    content: '';
    border-radius: 5px;
    background: black;
    width: 95%;
    height: 100%;
    position: absolute;
    z-index: 100001;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff4c60;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff4c60;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #2e5ad4;
}
.video-play-button:before {
  content: "";
  color: red;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff4c60;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.fourstats {
    float: left;
    width: 100%;
    padding: 0px 0px 0px;
    margin-top: 7px;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: -52px;
}
.fourstats .container {
    max-width: 1290px;
    padding: 30px;
    box-shadow: 0 -6px 24px rgba(10, 10, 10,0.09);
    -moz-box-shadow: 0 -6px 24px rgba(10, 10, 10,0.09);
    -webkit-box-shadow: 0 -6px 24px rgba(10, 10, 10,0.09);
    background-color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 3px 3px;
    display: flex;
    align-items: center;
}

.fourstats .row{width: 100%;}

.fourstats .col-sm-3 {
    padding: 0px 30px;
}
.fplace {
    display: flex;
    justify-content: center;
}
.icon img {
    max-width: 45px;
}
.textion {
    padding-left: 20px;
}
.textion h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 5px;
}
.textion p {
    font-size: 17px;
    font-style: normal;
    color: rgba(51,56,70,.7);
    margin-bottom: 0px;
}


.training{float: left;width: 100%;padding: 140px 0px 100px;position: relative;}
.training .container{max-width: 1320px;}
.headings h2{font-size: 34px;color: black;font-weight: 600;}
.headings h2 span{color: #e53344}
.headings p{    font-size: 17px;
    color: rgba(51,56,70,.7);
    padding-top: 5px;
    line-height: 28px;
    max-width: 732px;}
.crllist{max-width: 750px;}
.listclnr {
    margin-top: 50px;
}
.listclnr ul {
    list-style: none;
    position: relative;
}
.listclnr ul::before {
    position: absolute;
    top: 15px;
    left: 10px;
    bottom: 62px;
    width: 3px;
    background: #ffe5e5;
    content: "";
    height: 86%;
}
.listclnr ul li {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-bottom: 30px;
}
.text-anim p {
    margin: 0px;
}
.round-box {
    position: absolute;
    top: 9px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffe5e5;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.round-box::before {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-radius: 50%;
    background: #ffffff;
    content: "";
    transform: translateY(-50%);
}
.listclnr ul li .content-box {
    max-width: 80%;
    margin-top: 0px;
    font-size: 17px;
    line-height: 28px;
}

.content-box {
    position: relative;
    display: block;
    max-width: 310px;
    width: 100%;
    margin-top: 35px;
}
.listclnr ul li h4 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
}
.listclnr ul li h4 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.listclnr ul li:hover .round-box {
    background: #f34653;
}

.rightcta {
   background: #f34653;
    padding: 35px;
    position: sticky;
    top: 85px;
    border-radius: 5px;
    width: 82%;
    box-shadow: 0 8px 24px hsla(0,0%,71.4%,.12);
    float: right;
}

.rightcta h2{font-size: 28px;color: white;font-weight: 600;line-height: 40px;}
.rightcta p{color: #fff;font-size: 16px;font-weight: 500;text-transform: uppercase;margin: 0px;padding: 5px 0px 15px 0px;}
.rightcta ul{    list-style: none;
    float: left;
    margin-top: 15px;margin-bottom: 30px;}
.rightcta ul li {
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color:white;
}
.iconh {background: white;
    border-radius: 50px;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border: 1px solid #f34653;}
    .rightcta ul li span {
    max-width: 75%;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.iconh img{max-width: 30px;}
.rightcta .bnrbtn p{margin-top: 15px!important;color:white!important;}


.chekhead {margin-top: 0px;float: left;width: 100%;}
.chekhead h3{font-size: 28px;color: black;font-weight: 600;line-height: 40px;margin-top: -10px;}
.chekhead p{font-size: 17px;
    color: rgba(51,56,70,.7);}
.chekhead {
    margin-top: 0px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

/* check box ---------------------------------------------------------*/
.form__privacy {
     display: flex;
     align-items: center;
}
/* Default style reset */
.chebox [type="checkbox"] {
     margin: 0;
     padding: 0;
     background: none;
     border: none;
     border-radius: 0;
     outline: none;
     appearance: none;
}
.chebox [type="checkbox"] {
         position: relative;
    width: 25px;
    height: 25px;
    cursor: pointer;
    top: 5px;
    margin-right: 15px;
}
.chebox [type="checkbox"]::before, [type="checkbox"]::after {
     position: absolute;
     display: block;
     content: "";
}
.chebox [type="checkbox"]::before {
         top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border: 2px solid #f34653;
    border-radius: 5px;
}
.chebox [type="checkbox"]::after {
         top: 5px;
    left: 4px;
    width: 15px;
    height: 10px;
    border-bottom: 2px solid #f34653;
    border-left: 2px solid #f34653;
    transform: rotate(-45deg);
    transition: opacity 0.3s;
     opacity: 0;
}
.chebox [type="checkbox"]:checked::after {
     opacity: 1;
}
.chebox label {margin-left: 0px;
    color: black;
    font-size: 16px;
    padding: 15px 18px;
    width: 100%;
    margin-bottom: 15px;
    max-width: 95%;
    border-radius: 5px;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    justify-content: left;cursor: pointer;}
.chebox label:hover{background: #fcf9f0;}
.chebox p{font-size: 20px;font-style: italic;font-weight: 500;max-width: 500px;margin-top: 20px;}


.logohlth {float: left;width: 100%;padding: 100px 0px 100px;}
.joinnt h3{font-size: 34px;color: black;font-weight: 600;}
.joinnt h3 span{color: #e53344;}


.logohlth .simply-scroll{float: left;width: 100%;margin-top: 20px;    height: 86px;}
.logohlth .simply-scroll .simply-scroll-clip{float: left;width: 100%;}
.logohlth .simply-scroll .simply-scroll-list li {float: left;width: 250px!important;height: 100px!important;}
.simply-scroll .simply-scroll-list li img {
    max-width: 66%!important;
}


.bonus{float: left;width: 100%;padding: 100px 0px 100px;position: relative;}
.bonus .container{max-width: 1320px;}
.head h2{font-size: 34px;color: black;font-weight: 600;text-align: center;}
.head h2 span{color: #e53344;}
.head p{font-size: 17px;
    color: rgba(51,56,70,.7);
    padding-top: 10px;
    line-height: 28px;
    max-width: 732px;
    text-align: center;
    margin: 0 auto;}

.bonus ul{list-style: none;}
.bonus ul li {
    max-width: 25%;
    float: left;
    display: inline-block;
    padding: 0px 15px;
}
.bonus ul li:first-child{padding-left:9px;}
#formob{display:none;}
.card.w-dyn-item{position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 450px;
    padding: 2rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
    background-color: #fcf4f4;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;}
.card-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 1rem;
    font-weight: 700;
    border:none;
}

.card.w-dyn-item:hover .heading-small{color: #e53344}

.tagline {
    display: inline-block;
    padding: 4px 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color:#f34653;
    color: white;
    font-size: 14px;
    font-weight: normal;
}
.course-card-link {
    text-decoration: none!important;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.card-link {
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    color: #000;
}

.heading-small {
    font-family: Poppins, sans-serif;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 600;
}

.card-image {
    position: absolute;
    left: auto;
    top: auto;
    right: -105px;
    bottom: -25px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.head {
    margin-bottom: 50px;
}
.heading-small:hover{text-decoration: none;color: #e53344;}
.pricec {
    font-weight: 600;
    color: black;
    font-size: 20px;
}

.greenshp{    position: absolute;
    right: 63px;
    bottom: 55px;
    z-index: -1;}

.bigctas{float: left;width: 100%;padding: 50px 0px 0px;}
.bigcta{background: #f34653;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 6px 8px rgba(243,70,83,.2);
    color: #fff;
    border-radius: 6px;
    font-family: 'Poppins';text-align: center;background: linear-gradient(60deg,#f79533,#f37055,#ef4e7b,#a166ab,#5073b8,#1098ad,#07b39b,#6fba82);background-size: 300% 300%;}
.bigcta a{color: white;
    text-decoration: none;
    padding: 28px 30px;
    display: block;
    width: 100%;
    font-size: 25px;}
.bigcta a:hover{text-decoration: none;color: white;}


.timediv{float: left;width: 100%;background: white;padding: 100px 0px;    background: #f9f9f9;}
.timediv .wrapper {
    background: #f34653;
    padding: 15px 10px 22px;
    border-radius: 10px;
}
.time{color: white!important;font-family: 'Poppins';font-size: 60px!important;
    font-weight: 600!important;}
#countdown{max-width: 100%;width: 100%;}
.wrapper .label{font-size: 18px;text-transform: capitalize;color: white;}

.testimonials{float: left;width: 100%;padding: 100px 0px;background: #f9f9f9;}
.testimonials .container{max-width: 1320px;}
.testimonials .head {position: relative;margin-bottom:30px;}
.testimonials .container-fluid{padding-right: 0px;}
.inreview {
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    padding: 30px;
    border-radius: 10px;
}
.bottonm{display: flex;align-items: center;margin-top: 50px;}
.unerimg img{height: 75px;width: 75px;object-fit: cover;display: flex;border-radius: 50px;}



.testimonials .swiper{padding-left: 90px;padding-bottom: 50px;padding-top: 100px;padding-right: 50px;}
.swiper-backface-hidden .swiper-slide{padding-top: 10px;padding-bottom: 10px;}
.qute {height: 45px;width: 45px;background: #e53344;display: flex;align-items: center;justify-content: center;border-radius: 50px;
    margin-bottom: 30px;}
.inreview p{font-size: 16px;color: black;line-height: 28px;}
.unerimg {border-radius: 50px;box-shadow: 0 8px 24px hsla(0,0%,71.4%,.12);}
.author-info-text {padding-left: 15px;}
.author-info-text h6{color: black;font-size: 16px;}
.author-info-text h5 {font-size: 15px;color: rgba(51,56,70,.7);margin-bottom: 0px;}


.testimonials .swiper-button-next {
    top: 24px!important;
    background: #fcf4f4;
    width: 90px!important;
    height: 90px!important;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50px;
    right: 50px!important;
    transform: scale(0.8);
    transition: all ease-in .5s;
}

.testimonials .swiper-button-prev {
    top: 24px!important;
    background: #fcf4f4;
    width: 90px!important;
    height: 90px!important;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50px;
    right: 150px!important;
    left: auto!important;
    position: absolute!important;
    transform: scale(0.8);
    transition: all ease-in .5s;
}

.testimonials .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 24px!important;
    font-weight: bold!important;
    color: #e53344;
}

.testimonials .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 24px!important;
    font-weight: bold!important;
    color: #e53344;
}


.footctamn{float: left;width: 100%;padding: 100px 0px;background: white;}
.footcta{background-color: #f34653;
    background-image: url(https://eboxe.com/idacademy/assets/img/learners-slug-overlay.png);
    background-position: 101% 100%;
    background-size: 30vw;
    background-repeat: no-repeat;
    height: 350px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 55px 40px;
    justify-content: space-between;}
.leftcta h2{color: white;font-size: 32px;font-weight: 600;}
.leftcta p{color: white;font-size: 17px;max-width: 450px;margin-bottom: 25px;}
.leftcta ul{list-style: none;margin: 0px;}
.leftcta ul li{display: flex;color: white;font-size: 17px;align-items: center;margin-bottom: 10px;}
.rightctablock{margin-right:65px; }
.rightctablock a {
    color: black;
    background: white;
    padding: 15px 35px;
    border-radius: 5px;
    font-weight: 600;
}
.rightctablock a:hover{    text-decoration: none;
    background: white;
    color: #f34653;}
.leftcta ul li i{padding-right: 15px;}

footer{float: left;width: 100%;background: #ffebee;padding: 35px 0px 25px;}
footer .container{max-width: 1320px;}
footer .row{max-width: 100%;width: 100%;}
.leftfoot p{color: white;margin-bottom: 0px;}

.rightfoot{text-align: right;}

.leftfoot img{max-width: 156px;}

.otherdiv{    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #f34653;
    padding-bottom: 35px;}
.rightsft{float: right;}
.rightsft ul{list-style: none;display: flex;margin: 0px;}
.rightsft ul li{display: inline-block;}
.rightsft ul li a{background: #f34653;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;
    border-radius: 50px;color: white;font-size: 18px;margin-right: 15px;}
.rightsft ul li:last-child a{margin-right: 0px;}
.rightsft ul li a:hover{text-decoration: none;color: white;}

.footdiv{display: flex;align-items: center;justify-content: center;width: 100%;}
.prvisc ul{list-style: none;margin-bottom: 0px;}
.prvisc ul li{display: inline-block;}
.prvisc ul li a{color: black;font-size: 15px;font-weight: 500;padding: 0px 8px;}
.prvisc ul li a:hover{text-decoration: none;color: #f34653;}
.prvisc ul li a:last-child{padding-right:0px;}

.leftdivt p{margin-bottom: 0px;}

.created {
    text-align: right;
    font-family: 'Poppins';
    font-size: 13px;
}

.nelogs{display: inline-block;margin-left: 16px;border-left: 1px solid #f34653;padding-left: 22px;}
.nelogs img{max-width:120px;}


.insurdiv{float: left;width: 100%;padding: 100px 0px;background: #ffebee;}
.formarea{float: left;width: 100%;text-align: center;padding: 20px 0px 80px;}

.formarea label {color: #222;font-size: 17px;font-weight: 500;margin-bottom: 10px;}

.btn-send {font-weight: 300;text-transform: uppercase;letter-spacing: 0.2em;width: 80%;margin-left: 3px;}
.help-block.with-errors {color: #ff5050;margin-top: 5px;}
.card{margin-left: 10px;margin-right: 10px;background: white!important;}
#contact-form .form-group{text-align: left;font-family: 'Poppins', sans-serif;padding-bottom: 12px;}
.forminside h2{font-family: "Inter", sans-serif;font-size: 50px;color: #1c4085;padding-bottom: 8px;}
.forminside p{font-family: 'Poppins', sans-serif;font-size: 20px;color: #1c4085;padding-bottom: 15px;}
#contact-form button{ font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    font-weight: bold;
    padding: 15px 10px;
    background: #f34653!important;
    border: #f34653!important;
    width: 185px;
    margin: 0 auto;
    font-size: 18px;
    color: white;
    text-transform: none;
    font-weight: 600;
    margin-top: 20px;border-radius:6px;}
#contact-form .form-control{height: 50px;padding: 16px 11px;font-size: 15px;}
#contact-form textarea{height: 150px!important;}
.formarea .card.mt-2{background: white!important;box-shadow: 2px 2px 10px #ccc;
    box-shadow: 0 -0px 24px rgba(10, 10, 10,0.09);-moz-box-shadow: 0 -0px 24px rgba(10, 10, 10,0.09);
    -webkit-box-shadow: 0 -0px 24px rgba(10, 10, 10,0.09);border: none;}
.formarea .joinnt h3 {margin-bottom: 35px;}
.form-control{border: 1px solid #eaeaec!important;}

.eventitem {
    background: #fff;
    font-size: 14px;
    border: 1px solid #eaeaec;
    border-radius: 4px;
    float: left;
    width: 100%;
    padding: 15px;
    position: relative;
    margin-bottom: 35px;
}
.eventimg {
    float: left;
    overflow: hidden;
}
.eventimg img {
    max-width: 150px;
    border-radius: 4px;
    overflow: hidden;
    right: -3px;
    bottom: -6px;
}
.eventdcrp {
    float: left;
    padding-left: 20px;
}
.description {
    max-width: 320px;
    padding-top: 0px;
}
.description h1 {
    font-size: 20px;
    font-weight: 600;
    color: #2e2e2e;
    line-height: 26px;
    letter-spacing: .4px;
    font-family: 'Poppins';
    text-align: left;
}
.description p {
    color: #686868;
    font-size: 15px;
    margin-bottom: 0px;
    font-family: 'Poppins';
    text-align: left;
}
.priceb{float: right;font-weight: 600;font-family: 'Poppins';font-size: 18px;color: #e53344;}
.priceb span{color: black;}



.fixedstrip{display:none;}
.fixwhats{display:none;}

.workshop {
    background: #ffebee;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    padding-top: 50px;
    margin-bottom: 15px;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.textwork {
    padding-top: 35px;
}
.textwork p{margin-bottom: 5px;font-size: 15px;color: black;}
.textwork h4{color: #e53344;font-size: 34px;font-weight: bold;}
.videosection .bannerimg {
    height: 180px;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 10px;
    width: 100%;
    position: relative;
    float: left;
}
.videosection .bannerimg img {
    max-width: 100%;
    border-radius: 5px;
    float: right;
    position: relative;
    object-fit: cover;
}
.videosection {
    float: left;
    width: 100%;
}
.videosection .video-play-button {
    position: absolute;
    z-index: 10;
    top: 45%;
    left: 50%;
    transform: translateX(100%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.videosection .video-play-button:before {
    content: "";
    color: red;
    position: absolute;
    z-index: 0;
    left: 100%;
    top: 120%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #ff4c60;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.videosection .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 100%;
    top: 120%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #ff4c60;
    border-radius: 50%;
    transition: all 200ms;
}

.videosection .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 15px solid #fff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 154%;
    left: 142%;
}

.mfp-content video{width:100%!important;height:100%!important;}
.iconpink{position: absolute;
    right: -15px;
    transform: rotate(321deg);
    overflow: hidden;
    top: -4px;}
.iconpink i {
    font-size: 108px;
    color: #e5334421;
}

.testno {
    position: absolute;
    bottom: 0px;
    left: 15px;
}
.workrate {
    overflow: hidden;
}
.testno h6{color: #e53344;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: 1px 1px 0px #3e3d3d;}
.testno p{font-size: 13px;
    color: black;
    font-style: italic;
    font-weight: bold;}