 
.main {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: 0 auto;
    height: 515px;
}
#multistep_form input:-internal-autofill-selected {
    background-color: #fff !important;
}
#multistep_form_parent{
    position: absolute;
    z-index: 9;
    right: 5%;
    top: 5%;
}

.blog-full p{
    text-align:justify;
}

#multistep_form {
    width: 550px;
    right: 5%;
    top: 7%;
    border-radius: 10px;
    margin: 5px auto;
    text-align: center;
    /* position: absolute; */
    background-image: url(../assets/images/multiform-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 20px 6px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    z-index: 9;
    padding-top: 1%;
    height: 100%;
    visibility: visible;
}
   /* width: 550px;*/
   /* right: 5%;*/
   /* top: 7%;*/
   /*  border-radius:10px;*/
   /* margin: 5px auto;*/
   /* text-align: center;*/
   /* position: absolute;*/
   /* background-image: url("../assets/images/multiform-banner.jpg");*/
   /* background-repeat: no-repeat;*/
   /* background-size: cover;*/
   /* background-color: #fff;*/
   /*box-shadow: rgba(0, 0, 0, 0.16) 0px 20px 6px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
   /* z-index: 9;*/
   /*    padding-top: 1%;*/
   /* height: 625px;*/
   /* visibility: visible; */
/*}*/
/*progress header*/
#progress_header {
    overflow: hidden;
    display:none!important;
    margin: 20px auto 0px;
    padding: 5px 0px 5px 0px;
     
    
}
#progress_header li {
    list-style-type: none;
    width: 50%;
    float: left;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    font-family: monospace;
    color: #fff;
    text-transform: uppercase;
}
#progress_header li:after {
    width: 27px;
    line-height: 27px;
    display: block;
    font-size: 16px;
    color: #888;
    font-family: monospace;
    background-color: #fff;
    border-radius: 100px;
    margin: 0 auto;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
}
#progress_header li:nth-child(1):after {
    content: "1";
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
#progress_header li:nth-child(2):after {
    content: "2";
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
#progress_header li:nth-child(3):after {
    content: "3";
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
 
#progress_header li:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #ababab;
    position: absolute;
    left: -50%;
    top: 50%;
    z-index: -1;
}
#progress_header li:first-child:before {
    content: none;
}
#progress_header li.active:before, 
#progress_header li.active:after {
    /* background-image: linear-gradient(to right top, #35e8c3, #36edbb, #3df2b2, #4af7a7, #59fb9b) !important; */
    background: #3287E6;
    color: #fff !important;
    transition: all 0.5s;
}
/*title*/
.title-box {
    width: 100%;
    margin: 0 0 20px 0;
}
.title-box h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #2C3E50;
    margin: 0;
    font-family: cursive;
    display: inline-block;
    position: relative;
    padding: 0 0 0px 0;
    font-family: 'Roboto', sans-serif;
}
.title-box h2:before {
    content: "";
    background: #6ddc8b;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}
.title-box h2:after {
    content: "";
    background: #6ddc8b;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}
/*Input and Button*/
.multistep-box {
    /* background: white; */
    border: 0 none;
   
    /* border-radius: 10px; */
    
    
    padding: 10px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0px 0%;
    /* position: absolute; */
}
.multistep-box:not(:first-of-type) {
    display: none;
}
.multistep-box p {
    margin: 0 0 12px 0;
    text-align: left;
}
.multistep-box span {
    font-size: 12px;
     
    color: #FF0000;
}
input, textarea {
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    width: 100%;
    line-height:1.30;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    color: #2C3E50;
    font-size: 13px;
    transition: all 0.5s;
    outline: none;
}
input:focus, textarea:focus {
    box-shadow: inset 0px 0px 50px 2px rgb(0,0,0,0.1);
}
form .form-control{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 13px!important;
    font-weight: 300;
    line-height: 1.5;
    color: #2C3E50!important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.box_error, textarea.box_error {
    border-color: #FF0000;
    box-shadow: inset 0px 0px 50px 2px rgb(255,0,0,0.1);
}
select.box_error {
    border: 1px solid #FF0000!important;
    box-shadow: inset 0px 0px 50px 2px rgb(255,0,0,0.1);
}
input.box_error:focus, textarea.box_error:focus {
    box-shadow: inset 0px 0px 50px 2px rgb(255,0,0,0.1);
}
p.nxt-prev-button {
    margin: 25px 0 0 0;
    text-align: center;
}
.action-button {
    width: 100px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 5px;
    background: #3287E6;
    margin: 0 5px;
    /* background-image: linear-gradient(to right top, #35e8c3, #36edbb, #3df2b2, #4af7a7, #59fb9b); */
    transition: all 0.5s;
}
.action-button:hover, 
.action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #6ce199;
}
form .form-control{
    line-height:1.30!important;
}
.form_submited #multistep_form {
    opacity: 0; 
    visibility: hidden; 
}
.form_submited h1 {
    -webkit-background-clip: text;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}
#multistep_form h1 {
    margin: 0;
    text-align: center;
    font-size: 90px;
    background-image: linear-gradient(to right top, #35e8c3, #36edbb, #3df2b2, #4af7a7, #59fb9b) !important;
    background-image: linear-gradient(to right top, #35e8c3, #36edbb, #3df2b2, #4af7a7, #59fb9b) !important;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-background-clip: text;
    transform: translate(0%, -80%);
    -webkit-transform: translate(0%, -80%);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
}
#multistep_form h3{
  color:#fff;
  text-align:center;
  margin-bottom:20px;
}
.form-check-input{
    width: 13px!important;
    height: 21px!important;
    padding: 3px 10px!important;
    margin-right: 15px;
}
 
.multistep-box .thank-you .app-img{
    display: flex;
    justify-content: center;
}
.multistep-box .thank-you{
    padding: 1% 1%;
    margin-bottom: 10%;
    text-align: center;
}
.multistep-box .thank-you p{
    text-align: center;
}
.multistep-box .thank-you p:nth-child(1){
    font-size: 22px;
}

.multistep-box .thank-you .app-img li{
    margin: 0 15px;
}
.multistep-box .thank-you .app-img li a img, .multistep-box .thank-you img{
    position: static!important;
    display: block!important;
    width: 170px!important;
    height: 100%!important;
}
#new_section.pb-5 {
    padding-bottom: 3.5rem !important;
}

#new_section.pt-2 {
    padding-top: 1.19rem !important;
}
#new_section .text-center {
    text-align: center !important;
}

#new_section .mb-1 {
    margin-bottom: 0.6125rem !important;
}
#new_section .text-highlight {
    position: relative;
    background: 0 0;
    z-index: 0;
}
#new_section h1{
    font-size:35px;
}
#new_section .text-muted {
        margin-bottom: 10px;
    color: #9b9b9b !important;
}
  .in-avo-8 a.card-body {
    padding-left: 10px;
    padding-right: 10px;
}
  .in-avo-8 a.card {
    display: block;
    background: rgba(0,0,0,0);
    border-color: rgb(13 110 253 / 40%);
}
 .in-avo-8 a {
    text-decoration: none;
    transition: all ease 400ms;
    cursor: pointer;
}
  .in-avo-8 a.card i {
    background: #fff!important;
    /*border-left: 22px solid #fef8fb;*/
    /*border-right: 22px solid #fef8fb;*/
    margin-bottom: -40px;
    position: relative;
    top: -54px;
}
#new_section .mt-n4 {
    margin-top: -2.3625rem !important;
}

#new_section .mb-1 {
    margin-bottom: 0.6125rem !important;
}
#new_section .text-secondary {
     
    color: rgba(175, 152, 160, 1) !important;
}
  .in-avo-8 .video-training {
    width: 626px;
    height: 368px;
    margin: 70px auto 30px auto;
}
#new_section h5{
    font-size:19px!important;
}
#new_section .position-relative {
    position: relative !important;
}
  .in-avo-8 .video-training::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(120deg, #0a58ca, #93C4F6);
    box-shadow: #0a58ca 0px 7px 32px 0px;
    opacity: .6;
}
  .in-avo-8 .video-training img {
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
#new_section .w-100 {
    width: 100% !important;
}
  .in-avo-8 .video-training .translate-middle {
    z-index: 3;
}

#new_section .translate-middle {
    transform: translate(-50%, -50%) !important;
}
#new_section .start-50 {
    left: 50% !important;
}
#new_section .top-50 {
    top: 50% !important;
}
  .in-avo-8 .video-training::after {
    content: "";
    width: 96%;
    height: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #b1dcff;
    box-shadow: 0px -10px 12px -2px rgba(0,0,0,.03);
    position: absolute;
    top: -10px;
    left: 2%;
}
  .in-avo-8 .video-training a {
    color: #0a58ca;
    transition: all ease 400ms;
}

  .in-avo-8 a {
    text-decoration: none;
    transition: all ease 400ms;
    cursor: pointer;
}
  .in-avo-8 .video-training .play-video-button {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 0 0 0 #fff;
    animation: pulse-white 2s infinite;
}
@keyframes pulse-white {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,.7)
    }

    70% {
        box-shadow: 0 0 0 40px rgba(255,255,255,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}
  .in-avo-8 .video-training i {
    font-size: 24px;
    position: absolute;
    top: 25px;
    left: 28px;
}
.in-avo-8 i:hover .dance_hover,
.in-avo-8 i:hover .dance_hover,
.in-avo-8 i:hover .dance_hover {
  animation-name: dance_hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dance_hover {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/* new design */
.grid-box {
    display: grid;
    grid-gap: 25px;
}
[data-columns='4'] > div, .box-steps[data-columns='4'] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-item {
    padding: 0;
    margin-bottom: 10px;
    min-width: 0;
    position: relative;
    transition: all 0.5s ease;
}
.section-base .grid-list .grid-box a:hover .cnt-box{
    margin-top:-20px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.cnt-box.boxed, .cnt-box-testimonials-bubble > p {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    transition: all .5s;
}
.cnt-box.boxed .caption, .cnt-box-side-icon.boxed > i, .cnt-box-top-icon.boxed > i, .boxed-area, .cnt-box-top-icon.boxed, .cnt-box-testimonials-bubble > p, .section-color .icon-box i {
    background-color: rgb(255, 255, 255);
}
.cnt-box-testimonials-bubble > p, .cnt-call, .comment-list li, .quote, .progress-bar > div, .timeline .panel, .header-base, .cnt-box.boxed .caption, .cnt-box-side-icon.boxed > i, .cnt-box-top-icon.boxed > i, .menu-big-box .menu-box, footer, main > section.section-base.section-color, .boxed-area, .list-tags a {
    background-color: #EAF5FC;
}
.cnt-box-top-icon > i {
    font-size: 50px;
    line-height: 50px;
    text-align: left;
    margin: 0 0 30px 1px;
    display: block;
}
[class^="im-"], [class*=" im-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
}
 
.cnt-box.boxed img{
    width: 70px;
     
    margin: 30px 30px 0 30px;
}
.cnt-box.boxed .caption {
    padding:5px 30px 30px 30px;
}
.cnt-box.boxed .caption h2{
    font-size: 20px;
    margin-bottom: 10px;
}
.cnt-box.boxed .caption p{
    font-size: 16px;
}
.cnt-box {
    position: relative;
    overflow: hidden;
}
.cnt-box.boxed .caption, .cnt-box-side-icon.boxed > i, .cnt-box-top-icon.boxed > i, .boxed-area, .cnt-box-top-icon.boxed, .cnt-box-testimonials-bubble > p, .section-color .icon-box i {
    background-color: rgb(255, 255, 255);
}
.cnt-box-top-icon.boxed > i {
    margin: 0;
    padding: 30px 30px 0 30px;
}

.section-image {
    background-size: cover;
    background-position: center center;
}
.light{
    color: #FFF !important;
    
}

.fa{
    text-align:center;
}
.fade-bottom {
    animation: fadebottom .5s;
}
.fade-bottom{
    opacity: 1 !important;
}
.btn-video:empty {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    transition: all .5s;
    cursor: pointer;
}
.btn-video:empty:before {
    width: 78px;
    height: 78px;
    margin-left: -40px;
    top: 0;
    color: #FFF;
}
.ping, .btn-video:before {
    animation: ping 0.8s ease-in infinite both;
}
.btn-video:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -43px;
    background: #FFF;
    z-index: 1;
}
.btn-video:empty:after {
    width: 50px;
    height: 80px;
    font-size: 37px;
    line-height: 80px;
    margin-left: -22px;
    color: #FFF;
}
.btn-video:after {
     
    font-family: "Icons";
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 45px;
    line-height: 55px;
    top: 0;
    left: 50%;
    margin-left: -24px;
    animation-iteration-count: infinite;
    z-index: 1;
    text-transform: none;
}
.pulse, .img-pulse:hover img, .btn-video:after {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
}
hr.space {
    height: 60px;
}
hr.space, hr.space-xs, hr.space-sm, hr.space-md, hr.space-lg {
    border: none;
    clear: both;
    margin: 0;
}
.light{
        color: #FFF !important;
}
.width-650 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.text-line {
    position: relative;
    z-index: 9;
}
.parallax-item {
   position: relative;
   text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    width: 100%;
    

}
     
  }
  
  .parallax-item h2 {
    font-size: 3rem;
    text-transform: uppercase;
    background-color: whitesmoke;
    padding: 1rem;
    border-radius: 1rem;
  }
  
  .parallax-item:first-child {
    background: url(".././assets/images/hd-4.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
  }
   
  hr.space {
    height: 60px;
    
    background-color: transparent;
}
  #parallax #button {
    /* Text */text-align: center;
    font-size: 45px;
     
    /* Dimensions */
    width: 100px;
    height: 100px;
    
    /* Positioning */
 
    top: 50%;
    left: 40%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    /* The code above makes sure the video is
    both vertically and horizontally centered
    to the screen */
    
    /* Styling */
    background-color: #3287e6;
    border: 0; /* remove annoying grey border */
    border-radius: 50%; /* make it a circle */
    outline: none; /* Ditch the annoyning blue outline on click */
    cursor: pointer;
    /* box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25); */
    
    /* ----- Transformations ----- */
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    
    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
  }
  
  #button:hover {
    /* ----- Transformations ----- */
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    
    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
  }
  
  #button > i {
    /* Text */
    color: #fff;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
    
    /* Make play sign 3d-ish */
    
    /* Positioning */
    position: relative;
    margin-top: 4px;
    margin-left: 6px;
    z-index: 2;
    /* ----- Transitions ----- */
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
  }
  
  #button:hover > i {
    /* Text */
    color: white;
    
    /* ----- Transitions ----- */
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    
    /* When we hover on the button make the play sign white. */
  }
  
  #lightbox {
    /* ----- Positioning ----- */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    
    /* The code above makes sure that the
    lightbox covers the entire page*/
    
    /* ----- Visibility ----- */
    display: none;
    
    /* ----- Styling ----- */
    background-color: rgba(0, 0, 0, 0.95);
    
    /* Normally, most lightboxes do not use
    a completely solid black, but with about
    90-95% opacity so that the background is
    somewhat visible */
  }
  
  #video-wrapper {
    /* ----- Positioning ----- */
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    /* The code above makes sure the video is
    both vertically and horizontally centered
    to the screen */
    
    /* ----- Styling ----- */
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    
    /* The code above is used to add a little shadow to the video making blend in better */
  }
  
  #close-btn {
    /* ----- Text ----- */
    color: grey;
    font-size: 25px;
    
    /* ----- Positioning ----- */
    position: fixed;
    top: 3%;
    right: 3%;
    z-index: 2;
    
    /* The code above is used to put the button on the upper right corner of the lightbox */
    
    /* ----- Transformations ----- */
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    
     /* The code above is used to initialize the scale for the button so that it can be used in transitions */
    
    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease, color .5s ease;
    -moz-transition: transform .5s ease, color .5s ease;
    -ms-transition: transform .5s ease, color .5s ease;
    -o-transition: transform .5s ease, color .5s ease;
    transition: transform .5s ease, color .5s ease;
  }
  
  #close-btn:hover {
    /* ----- Text ----- */
    color: white;
    
    /* ----- Styling ----- */
    cursor: pointer;
    
    /* ----- Transformations ----- */
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    
      /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease, color .5s ease;
    -moz-transition: transform .5s ease, color .5s ease;
    -ms-transition: transform .5s ease, color .5s ease;
    -o-transition: transform .5s ease, color .5s ease;
    transition: transform .5s ease, color .5s ease;
  }
  .btn-video:empty:before {
    width: 78px;
    height: 78px;
    margin-left: -40px;
    top: 0;
    color: #FFF;
}
.btn-video:before {
    animation: ping 0.8s ease-in infinite both;
}
@keyframes ping {
    0% {
        transform: scale(0.2);
        opacity: 0.8;
    }

    80% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}
  .btn-video:before {
    position: absolute;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -43px;
    background: #FFF;
    z-index: 1;
}
/*new design*/
@media (min-width: 992px){
    #new_section .mt-lg-5 {
    margin-top: 3.5rem !important;
}
}
/*# Mobile*/
@media only screen and (max-width: 767.9px){
    .cnt-box.boxed .caption h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
    .in-avo-8 .video-training {
    width: 369px;
    height: 219px;
    margin: 70px auto 30px auto;
}
  form .form-control{
      margin-bottom:15px;
  }
  .in-avo-8 a.card-body{
      margin:15px 0;
  }
}

/*# Tablet*/
 @media only screen and (min-width: 768px){
     .in-avo-8 a.card{
     margin-bottom:35px;
 }
 
 }
 #rs-videos.choose-video .images-video::after {
    content: "";
    width: 96%;
    height: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #c4c0c0;
    box-shadow: 0px -10px 12px -2px rgba(0,0,0,.03);
    position: absolute;
    top: -10px;
    left: 2%;
}
#rs-videos.choose-video .images-video img{
    border-radius: 10px;
}
#rs-videos.choose-video .images-video::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(120deg, #2196f3e6, #93C4F6);
    box-shadow: rgb(33 150 243 / 60%) 0px 7px 32px 0px;
    opacity: .6;
}
#rs-videos .animate-border .popup-border{
    z-index: 2!important;
}
.caption p{
    color:#000;
}
#rs-videos.choose-video .animate-border .popup-border{
    left: 50%;
    bottom: 1%!important;
    transform: translate(-50%, -50%);
    top: inherit;
}
#rs-videos .animate-border .popup-border {
    background: #3287E6;
}
 
/*# Desktop*/
/*only screen and (min-width: 992px)*/

/*# Huge*/
/*only screen and (min-width: 1280px) */

 