body{
    background: #ffffff;
    color: black;
    font-family: 'Open Sans', sans-serif!important;
    overflow-x: hidden!important;
    line-height: 1.3!important;
}
#menu_slide_test{
    min-height: 200vh;
}
*{
    outline: none;
    transition: .2s ease-in-out;
}
a:hover, a:active, a:visited{
    text-decoration: none!important;
}
input[type="search"] {
    -webkit-appearance: none!important;
    box-sizing: border-box!important;
}
/*webpushr prompt wrapper*/
#webpushr-prompt-wrapper{
    display: none!important;
}
/*webpushr prompt wrapper end*/

/*home page promotional banner*/
.promo_banner{
    background: #f6f6f6;
    margin-top: 110px; 
    border-radius: 15px; 
    overflow: hidden; 
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.promo_banner:hover img{
    transform: scale(1.02);
}
/*home page promotional banner end*/


.rgt_text{
    text-align: right;
}
.cntr_text{
    text-align: center;
}
.lftt_text{
    text-align: left;
}
.padd_nill{
    padding: 0!important;
}
.edg_padd{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0!important;
}
.mt_50by40{
    margin-top: 50px;
}
.mb_20{
    margin-bottom: 10px;
}
.d_off{
    display: none!important;
}
.action_btn{
    background: #6345ee;
    background-image: -webkit-linear-gradient(120deg, #2d00ff, #e400ff);
    background-image: -moz-linear-gradient(120deg, #2d00ff, #e400ff);
    background-image: -ms-linear-gradient(120deg, #2d00ff, #e400ff);
    background-image: -o-linear-gradient(120deg, #2d00ff, #e400ff);
    background-image: linear-gradient(120deg, #2d00ff, #e400ff);
    color: white;
    border: none;
    text-align: center;
    border-radius: 30px;
    opacity: 0.8;
    -webkit-transition-duration: 0.4s ease-in;
    transition-duration: 0.4s;
}
.action_btn:hover{
    opacity: 1;
}
.setion_title{
    font-size: 18px;
    font-weight: 600;
    padding: 5px 5px 5px 2.1%;
    margin: 5px 0 20px 0;
    color: black;
}
.show_all{
    color: #ff7f58;
    float: right;
    font-size: 80%;
    padding: 7px 13px;
    position: relative;
    top: -5px;
    background: white;
    border-radius: 4px;
}
.show_all:hover{    
    background: #f6f6f6;
}
.block_registration{
    filter: blur(2px)grayscale(.7);
}
.swiper-pagination{
    z-index: 1;
    bottom: 0px!important;
}
.swiper-button-next, .swiper-button-prev{
    z-index: 1;
}
/*fb chat bubble*/
.fb_dialog{
    bottom: 28pt!important;
    right: 0pt!important;
}
/*.fa-heart {
    color: #ff4c4c!important;
}*/
.invert{
    filter: invert(1);
}

/*ul tag scroll bar style*/
/* width */
ul::-webkit-scrollbar {
  width: 3px;
}
/* Track */
ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e1e1e1; 
  border-radius: 10px;
}
/* Handle */
ul::-webkit-scrollbar-thumb {
  background: #ababab; 
  border-radius: 3px;
}
/* Handle on hover */
ul::-webkit-scrollbar-thumb:hover {
  background: #863dfc; 
}
/*ul tag scroll bar style end*/

/*header style*/
.v_head_content{
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    padding: 14px 2%;
    height: 70px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    text-align: left;
    color: black;
    z-index: 11;
    transition: 0.5s ease-in-out;
}
.v_head_content a, .v_head_content a:hover{
    color: #000000;
}
.v_head_content .v_logo{    
    display: inline-flex;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    top: -6px;
}
.v_head_content .v_logo img{
    width: 80px;
}
.v_head_content .v_logo span{
    font-size: 30px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
}
.v_head_content .v_options{
    display: -webkit-inline-box;
    position: relative;
    top: 0px;
    font-size: 16px;
    cursor: pointer;
}
.v_head_content .v_userinfo{
    padding: 0 0 0 8%;
}
.v_head_content .v_options .v_cat_cont{
    margin: 0 0 0 30px;
    padding: 10px 0 20px 0;
}
.v_head_content .v_options ul li{
    list-style: none;
}
.v_head_content .v_options ul li span{
    font-weight: 600;   
}
.v_head_content .v_options ul li i{
    padding: 5px;
}
.v_head_content .v_options ul li i.fa-th-large{
    color: #ff7f58;
}
.v_head_content .v_options .v_dropbtn {
    border: none;
    cursor: pointer;
    padding: 10px 0 17px 0;
}
.v_head_content .v_options .dropbtn_eorr_padd{
    padding: 0!important;
    margin: 0 7px;
}
.v_head_content .v_options .dropbtn_eorr_padd .v_user_img{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin: 4px 0 12px 0;
    border: 1px solid #c1c1c1;
}
.v_head_content .v_options .v_dropbtn .v_user{
    width: 40px;
    padding: 1px 8px;
    border-radius: 50px;
}
.v_head_content .v_options .v_dropbtn .log_txt{
    position: absolute;
    font-size: 10px;
    width: 80px;
    text-align: center;
    color: #c5c5c5;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.v_head_content .v_options .v_dropdown {
    position: relative;
    display: inline-block;
    margin: 0 15px 0 15px;
    padding: 0;
}
.v_head_content .v_options .v_dropdown_content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    min-width: 160px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.14);
    z-index: 1;
    overflow: hidden;
}
.v_head_content .v_options .v_dropdown_content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.v_head_content .v_options .v_dropdown_content a:hover {
    background-color: #f7f7f7;
}
.v_head_content .v_options .v_dropdown:hover .v_dropdown_content {
    display: block;
}
.v_head_content .v_options .v_dropdown:hover .v_dropbtn {
    background-color: #ffffff;
}
.v_head_content .v_search{
    display: -webkit-inline-box;
    position: relative;
    top: 3px;
    width: 100%;
    margin: 0 10px 0 10px;
    display: block;
}
.v_head_content .v_search .v_search_form{
    width: 100%;
}
.v_head_content .v_search form input{
    border: none;
    border-radius: 7px;
    min-width: 330px;
    width: 100%;
    background: #f6f6f6;
    padding: 9px 20px 9px 40px;
}
.v_head_content .v_search form input::placeholder{
    color: #949494;
}
.v_head_content .v_search form button{
    border: none;
    border-radius: 50px;
    background: transparent;
    color: #ff7f58;
    position: absolute;
    padding: 8px 12px;
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.v_head_content .v_menubar{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
}
.v_head_content .v_menubar .v_bar{
    background: black;
    width: 24px;
    height: 2px;
    position: absolute;
    top: 45%;
    right: 0;
    transform: translate(0, -50%);
    transition: .2s ease-in-out;
}
.v_head_content .v_menubar .v_bar:nth-child(2){
    top: 25%;
    width: 40px;
}
.v_head_content .v_menubar .v_bar:nth-child(3){
    top: 65%;
    width: 32px;
}
.v_head_content .v_menubar:hover .v_bar{
    width: 40px!important;
}
.v_head_content .v_slider_menu{
    position: fixed;
    top: 0;
    bottom: 0;
    min-width: 220px;
    right: -250px;
    font-size: 14px;
    background: #ffffff;
    box-shadow: -5px 0px 15px #0000000f;
    z-index: 999;
    overflow: hidden;
    transform: translate(0,0);
}
.v_menu_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    backdrop-filter: blur(2px);
    display: none;
    z-index: 99;
}
.v_menu .menu_head{
    width: 100%;
    text-align: center;
    position: relative;
}
.v_menu .menu_head p{
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    color: #444444;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.v_menu .menu_head .log_reqst{
    top: 67%;
    width: 110px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 3px;
    padding: 5px;
    background: #efefef;
}
.v_menu .menu_head .menu_user_img{
    width: 112px;
    height: 112px;
    border-radius: 100px;
    margin: 10px 0 35px 0;
    border: 2px solid #d2d2d2;
}
.v_menu .menu_head .menu_logo{
    width: 120px;
    padding: 5px;
    margin: 10px 0 40px 0;
}
.v_menu .menu_head .fa-pencil{
    background: rgba(0, 0, 0, 0.22);
    color: white;
    padding: 6px 7px;
    font-size: 12px;
    border-radius: 50px;
    position: absolute;
    bottom: 80px;
    right: 54px;
}
.v_menu .menu_head .fa-pencil:hover{
    background: black;
}
.v_menu .menu_head .menu_search{
    width: 100%;
    text-align: left;
    background: white;
    border-bottom: 1px solid #6345ee;
    border-top: 1px solid #6345ee;
    margin-bottom: 10px;
}
.v_menu .menu_head .menu_search input{
    width: 83%;
    padding: 8px 0px 8px 10px;
    font-size: 12px;
    border: none;
    background: #ffffff;
}
.v_menu .menu_head .menu_search i{
    float: right;
    width: 15%;
    text-align: center;
    padding: 8px 5px;
}
.v_head_content .v_slider_menu .v_menu{
    padding: 10px 0 96px 0;
    height: 100vh;
    overflow: auto;
}
.v_head_content .v_slider_menu .v_menu ul{
    padding: 0;
}
.v_head_content .v_slider_menu .v_menu ul li{
    list-style: none;
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 13px;
    color: #525252;
    padding: 6px 10px;
    font-weight: 600;
}
.v_head_content .v_slider_menu .v_menu ul li i{
    width: 40px;
}
.v_head_content .v_slider_menu .v_menu ul li:hover{
    background: #f7f7f7;
}
.v_head_content .v_slider_menu .v_contact_sidebar{
    background: white;
    text-align: center;
    padding: 20px 0 20px 0;
    position: absolute;
    width: 100%;
    bottom: 0px;
    right: 0;
    border-top: 1px solid #d5d5d5;
}
.v_head_content .v_slider_menu .v_contact_sidebar a{
    color: #6b31ca;
    text-decoration: none!important;
}
.v_head_content .v_slider_menu .v_contact_sidebar .proud{
    color: #737373;
    font-size: 12px;
}
.v_head_content .v_slider_menu .v_contact_sidebar .proud .fa-heart{
    color: #ff1515;
}
.v_head_content .v_cat_options{
    display:none;
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translate(-50%,0%);
    width: 85%;
    min-height: 65vh;
    /*max-height: 76vh;*/
    padding: 7px;
    border-radius: 0 0 10px 10px;
    background: #fdfdfd;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.15);
}
.v_head_content .v_cat_options ul{
    padding: 0;
    max-height: 75vh;
    overflow-x: auto;
}
.v_head_content .v_cat_options ul li{
    list-style: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}
.v_head_content .v_cat_options ul li:hover{
    background-color: #f0f0f0;
    font-weight: 600;
}
.v_head_content .v_cat_options ul h4{
    background: transparent!important;
    width: 100%;
    padding: 5px 10px 10px 10px;
    cursor: pointer;
    margin: 0;
    font-weight: 600;
    font-size: 17px;
}


/*1st look style*/
/*===================*/

/* offer slider styles */
.v_offer_slider {
    margin-top: 50px;
    margin-top: 135px;
    padding: 0!important;
    overflow: hidden;
}
.v_offer_slider .v_intor{
    /*display: none;*/
    background: #0089ff;
    background-image: linear-gradient(130deg, #0095ff, #2d00ff);
    background-image: linear-gradient(160deg, #ff4949, #ff0000);
    box-shadow: 2px 5px 10px #00000038;
    z-index: 4;
    padding: 25px 35px;
    margin: 15px 0;
    color: white;
    border-radius: 15px;
}
.v_offer_slider .v_intor h1{
    margin: 0 0 25px 0;
    font-size: 30px;
    font-weight: 600;
}
.v_offer_slider .v_intor p{
    margin: 0 0 7px 0;
    font-size: 14px;
    color: white;
}
.v_offer_slider .v_intor form{
    margin-bottom: 20px;
}
.v_offer_slider .v_intor input{
    width: 100%;
    background: white;
    border-radius: 5px;
    border: none;
    padding: 7px 5px 7px 40px;
    color: black;
}
.v_offer_slider .v_intor button{
    position: absolute;
    top: auto;
    left: 35px;
    padding: 7px 12px;
    border: none;
    background: #ffffff00;
}
.v_offer_slider .v_intor button i{  
    color: #ff845f;
}
.v_offer_slider .v_intor form:hover button i{
    transform: scale(1.2);
}
.v_offer_slider .v_intor ul{
    padding: 0;
    margin: 0;
}
.v_offer_slider .v_intor ul li{
    list-style: none;
    font-size: 14px;
    padding: 7px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.v_offer_slider .v_intor ul li i{
    min-width: 25px;
    font-size: 15px;
}
.mrg_speace{
    margin: 64px 20px 0px 20px;
}
.v_offer_slider .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
}
.v_offer_slider .swiper-slide {
    width: 93%;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    background: transparent;
}
.v_offer_slider .swiper-container .card{
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #eeeeee;
    box-shadow: 0px 3px 10px rgba(0, 3, 10, 0.1);
}
.v_offer_slider .swiper-container .card h2{
    font-size: 25px;
    font-weight: 600;
}
.v_offer_slider .swiper-container .card p{
    font-size: 16px;
    max-width: 400px;
}
.v_offer_slider .swiper-container .card img{
    width: 100%;
}
.v_offer_slider .swiper-container .swiper-slide-next, .v_offer_slider .swiper-container .swiper-slide-prev{
    opacity: .4;
}

/*offer slider next-preview button*/
.v_offer_slider .swiper-button-next, .v_offer_slider .swiper-button-prev{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}
.v_offer_slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0px!important;
    border-radius: 50px;
}
.v_offer_slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0px!important;
    left: auto;
    border-radius: 50px;
}
.v_offer_slider .swiper-button-next:after, .v_offer_slider .swiper-button-prev:after{
    font-size: 24px!important;
}
.v_offer_slider .swiper-pagination{
    bottom: 17px;
}
/* offer slider styles end*/

/* services styles */
.v_services .service{
    width: 90%;
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px;
    border-radius: 20px;
}
.v_services .service .service_img{
    padding: 17px;
}
.v_services .service img{
    width: 90%;
}
.v_services .service .service_details h2{
    color: white;
    font-size: 26px;
    margin: 14px 0 25px 0;
}
.v_services .service .service_details p{
    color: white;
    font-size: 12px;
}
.v_services .service0 .service_img{
    padding:5px;
}
.v_services .service0{
    background: #06626c;
    background-image: -webkit-linear-gradient(-35deg, #05414e, #0cc1c3);
    background-image: -moz-linear-gradient(-35deg, #05414e, #0cc1c3);
    background-image: -ms-linear-gradient(-35deg, #05414e, #0cc1c3);
    background-image: -o-linear-gradient(-35deg, #05414e, #0cc1c3);
    background-image: linear-gradient(-35deg, #05414e, #0cc1c3);
}
.v_services .service1{
    background: #6c2cdc;
    background-image: -webkit-linear-gradient(150deg, #9252ff, #6c2cdc);
    background-image: -moz-linear-gradient(150deg, #9252ff, #6c2cdc);
    background-image: -ms-linear-gradient(150deg, #9252ff, #6c2cdc);
    background-image: -o-linear-gradient(150deg, #9252ff, #6c2cdc);
    background-image: linear-gradient(150deg, #9252ff, #6c2cdc);
}
.v_services .service2{
    background: #7d0537;
    background-image: -webkit-linear-gradient(150deg, #ff005d, #7d0537);
    background-image: -moz-linear-gradient(150deg, #ff005d, #7d0537);
    background-image: -ms-linear-gradient(150deg, #ff005d, #7d0537);
    background-image: -o-linear-gradient(150deg, #ff005d, #7d0537);
    background-image: linear-gradient(150deg, #ff005d, #7d0537);
}
.v_services .service3{
    background: #ff7600;
    background-image: -webkit-linear-gradient(150deg, #ffa500, #ff7600);
    background-image: -moz-linear-gradient(150deg, #ffa500, #ff7600);
    background-image: -ms-linear-gradient(150deg, #ffa500, #ff7600);
    background-image: -o-linear-gradient(150deg, #ffa500, #ff7600);
    background-image: linear-gradient(150deg, #ffa500, #ff7600);
}
/* services styles end */

/*Topics style*/
.v_topics .topic{
    background: #eeeeee;
    width: 75%;
    min-height: 125px;
    border-radius: 10px;
    padding: 15px 0;
    margin: 0 auto;
}
.v_topics .topic:hover{
    transform: scale(1.25);
    background: white;
    box-shadow: -1px 3px 10px rgba(0, 0, 0, 0.17);
}
.v_topics .topic .topic_img{
    margin: 0 auto;
    text-align: center;
}
.v_topics .topic .topic_img img{
    width: 54%;
}
.v_topics .topic .t_name{
    text-align: center;
    padding: 15px 5px;
}
.v_topics .topic .t_name p{
    font-size: 12px;
    color: black;
    font-weight: 600;
    margin: 0px;
}
/*Topics style End*/
/*Next-previous button on desktop for topic and service section*/
.v_services .swiper-button-prev, .v_topics .swiper-button-prev{
    position: absolute;
    top: 20px;
    left: 230px;
    padding: 5px;
}
.v_services .swiper-button-next, .v_topics .swiper-button-next{
    position: absolute;
    top: 20px;
    left: 255px;
    padding: 5px;
}
.v_services .swiper-button-prev, .v_services .swiper-button-next{
    left: auto;
    right: 45px;
    top: 15px;
}
.v_services .swiper-button-prev{
    right: 70px;
}
.v_topics .swiper-button-prev:after, .v_topics .swiper-button-next:after, .v_services .swiper-button-prev:after, .v_services .swiper-button-next:after{
    font-size: 13px;
    padding: 5px 9px 4px 10px;
    background: #ececec;
    border-radius: 0 7px 7px 0;
    color: black;
    font-weight: 600;
}
.v_topics .swiper-button-prev:after, .v_services .swiper-button-prev:after{
    border-radius: 7px 0px 0px 7px;
}
/*Next-previous button on desktop for topic and service section end*/

/*1st look style end*/

/*Events, kits and Trending course*/
.v_events .event{
    width: 85%;
    height: 256px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    border-radius: 10px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.v_events .event:hover{
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.16);
}
.v_events .event .event_img{
    height: 150px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    background: white;
}
.v_events .event:hover img{
    transform: scale(1.05);
}
.v_events .event img{
    /*width: 100%;*/
    width: 55%;
}
.v_events .event .event_details{
    padding:10px;
    color: black;
}
.v_events .event .event_details h2{
    min-height: 34px;
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0px 15px 0px;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.v_events .event .event_details .fa{
    padding-right: 5px;
    width: 14px;
}
.v_events .event .event_details .fa-map-marker, .v_events .event .event_details .fa-calendar-o{
    color: #ff6335;
}
.v_events .event .event_details p{
    font-size: 11px;
    margin: 0px 0px 8px 0px;
    padding: 0;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.v_events .event .event_details .product_link{
    position: absolute;
    right: 20px;
    bottom: -7px;
    text-align: center;
}
.v_kits .event .event_details .kit_link{
    bottom: -22px!important;
    right: 54px!important;
}
.v_events .event .event_details .product_link p{
    font-size: 12px;
}
.v_events .event .event_details .product_link button{
    background: #3645ee;
    color: white;
    padding: 5px 14px;
    border: none;
    opacity: .8;
    border-radius: 50px;
}
.v_events .event:hover .product_link button, .v_events .event .event_details .product_link button:hover{
    opacity: 1;
}
.v_events .event .event_details .product_link button i{
    padding-left: 5px; 
}
.v_events .event .event_details .product_link button:hover i{
    padding-left: 10px;
}
.v_courses .prices_dtl .offer_p{
    font-size: 16px!important;
    font-weight: 600;
    padding: 0!important;
    color: black!important;
}
.v_courses .prices_dtl .original_p{
    font-size: 12px!important;
    color: #00bb0d!important;
}
.v_courses .prices_dtl .original_p span{
    color: #868686;
    text-decoration: line-through;
}
.v_courses .course_link{
    bottom: 0px!important;
}
.v_courses .course_link p{
    font-size: 16px!important;
}
.v_courses .course_link .fa-heart{
    color: #ff3737;
}
/*Events, kits and Trending course End*/

/*Top Instructors*/
.v_instructors{
    overflow: hidden;
}
.v_instructors .instructor{
    width: 90%;
    height: 90px;
    margin: 0 auto 20px auto;
    border-radius: 10px;
    padding: 7px 0;
    overflow: hidden;
    background: #eeeeee;
}
.v_instructors .instructor .instructor_img{
    padding: 0px 7px;
    margin: 0 auto;
    text-align: center;
}
.v_instructors .instructor .instructor_img img{
    width: 77%;
    max-width: 75px;
    border-radius: 100px;
}
.v_instructors .instructor .instructor_dtl{
    padding: 0 15px 0 0px;
    color: black;
}
.v_instructors .instructor .instructor_dtl h2{
    margin: 5px 0 0 0;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.v_instructors .instructor .instructor_dtl p{
    color: #636363;
    font-size: 14px;
    margin: 0 0 7px 0;
}
.v_instructors .instructor:hover .instr_link{
    color: #0043ff;
}
.v_instructors .instructor .instructor_dtl .otr_dtl .rate{
    color: black;
}
.v_instructors .instructor .instructor_dtl .otr_dtl .c_count{
    float: right;
}
.wrong_padd{
    padding: 5px 5px 5px 3%;
}
.v_invt_instr{
    background: #6345ee;
    border-radius: 10px;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.v_invt_instr img{
    max-width: 47%;
}
.v_invt_instr h3{
    text-align: left;
    color: white;
    font-size: 22px;
    margin-bottom: 2px;
}
/*Top Instructors End*/

/*Innovation kits*/
.v_kits .event{
    height: 255px!important;
}
.v_kits .event img{
    width: 60%!important;
}
/*Innovation kits End*/

/*Achievement*/
.v_achievements{
    border: 4px solid #f6f6f6;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.v_achievements .employees, .v_achievements .customer, .v_achievements .design, .v_achievements .order{
    margin-top: 10px;
    margin-bottom: 10px;
}
.employee-p, .customer-p, .order-p, .design-p{
    height: 63px;
}
.fa-icon{    
    width: 70px;
    height: 70px;
    padding: 20px 20px;
    background: -webkit-gradient(linear, left top, right top, from(#37258a), to(#6345ee));
    background: linear-gradient(90deg, #6345ee 0%, #3b269b 100%);
    color: #fff;
    border-radius: 100px;
    margin: 15px;
    font-size: 25px;
    transition: 0.3s ease-in-out;
}
.fa_cont:hover .fa-icon{
    transform: scale(1.3);
}
.fa_cont:hover .counter-count{
    transform: scale(1.5);
}
.fa-youtube-play:hover {
    background: #ff0029;
    color: white;
}
.v_asset{
    background: #f6f6f6;
    padding: 6px 15px;
    margin-top: 10px;
    border-radius: 10px;
}
.v_asset i{
    padding: 15px;
    color: #6345ee;
    font-size: 20px;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}
.v_asset i:hover{
    color: #fff;
    background: red;
}
.v_asset span{
    color: #000000;
    font-size: 16px;
    padding: 10px 10px;
}
.counter-count{
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin: 0 auto;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.counter-count:after{
    content: "+"
}
/*Achievement End*/

/*Testimonials*/
.v_testimonials .swiper-container{
    overflow: visible;
}
.v_testimonials .testimonial{
    width: 100%;
    height: 200px;
    background: #eaeaea;
    padding: 25px;
    border-radius: 15px;
}
.v_testimonials .testimonial .t_user_img{
    text-align: center;
    padding: 15px;
}
.v_testimonials .testimonial .t_user_img img{
    width: 75%;
    max-width: 115px;
    border-radius: 100px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}
.v_testimonials .testimonial .t_user_dtls h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.v_testimonials .testimonial p{
    font-size: 14px;
}
.v_testimonials .testimonial .t_usr_d2{
    font-size: 12px;
    color: #535353;
    -webkit-line-clamp: 1;
}
.v_testimonials .quatation{
    width: 70px;
    position: absolute;
    bottom: -14%;
    right: 5%;
    z-index: 1;
}
.v_testimonials .quatation img{
    width: 100%;
}
.v_testimonials .swiper-container .swiper-slide-next, .v_testimonials .swiper-container .swiper-slide-prev{
    opacity: .4;
}
/*Testimonials End*/

/*Join Vaanahaa*/
.v_connection{
    background: #f7f8fa;
    padding: 25px 15px;
    border-radius: 10px;
}
/*.v_border_rgt {
    border-right: 1px solid #6345ee4a;
}*/
.connect_vnha_item {
    overflow: hidden;
    padding: 0px;
    position: relative;
    border: none;
    z-index: 1;
    margin: 0 auto;
    margin-bottom: 30px;
    cursor: pointer;
    opacity:.7;
    transition: 0.4s ease-in-out 0s;
}
.connect_vnha_item:hover {
    opacity:1;
    transform: scale(1.50);
}
.vnha_joining_tab{
    color: #a3a5a6;
    padding: 5px;
    text-align: center!important;
    font-size: 16px;
}
.vnha_border_radius{
    border-radius: 4px;
}
.fa_vnha_custom{
    font-size:80px!important;
    padding:15px;
    transition: 0.4s ease-in-out 0s;
}
.f_1{
    color:#48dbfb;
}
.f_2{
    color:#ff6b6b;
}
.f_3{
    color:#feca57;
}
.f_4{
    color:#1dd1a1;
}
.join_us {
    width: 80%!important;
}
.v_connect_ttl{
    color: black;
    font-size: 16px;
}
/*Join Vaanahaa End*/

/*Our Associations*/
.v_associations{

}
.v_associations .associate{
    width: 90%;
    margin: 0 auto;
    background: #f7f7f7;
    height: 100px;
    border-radius: 10px;
    padding: 10px;
}
.v_associations .associate .asso_img{
    text-align: center;
}
.v_associations .associate .asso_img img{
    max-width: 100%;
    max-height: 80px;
}
/*Our Associations End*/

/*Footer*/
.v_footer{
    background: #f6f6f6;
    padding: 30px 2% 50px 2%;
    border-radius: 70px 70px 0 0;
    color: black;
}
.v_footer h6{
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 20px 0;
    text-transform: uppercase;
}
.v_footer a{
    color: #3e3e3e;
}
.v_footer ul{
    padding: 0;
}
.v_footer li{
    list-style: none;
    color: #3e3e3e;
    padding: 0px 0px 10px 10px;
    font-size: 14px;
    transition: .3s ease-in-out;
}
.v_footer li:hover{
    font-weight: 600;
    transform: scale(1.02);
    color: #6345ee;
}
.v_footer p{    
    color: #3e3e3e;
    font-size: 14px;
}
.v_footer .mobi_contact{
    padding: 10px 15px;
    margin: 18px 0;
    text-align: left;
}
.v_footer .mobi_contact i{
    min-width: 40px;
    float: left;
    font-size: 18px;
}
.v_footer .f_social .fa{
    padding: 10px;
    width: 50px;
    background: transparent!important;
}
.v_footer .f_social .fa-facebook:hover {
    color: #3b5998;
}
.v_footer .f_social .fa-twitter:hover {
  color: #55ACEE;
}
.v_footer .f_social .fa-google:hover {
  color: #dd4b39;
}
.v_footer .f_social .fa-linkedin:hover {
  color: #007bb5;
}
.v_footer .f_social .fa-youtube:hover {
  color: #bb0000;
}
.v_footer .f_social .fa-instagram:hover {
  color: #fb3958;
}
.v_footer .f_social .fa-whatsapp:hover {
  color: #25d366;
}
.v_footer .n_l_h_line{
    margin-top: 50px;
}
.v_footer .f_contact{
    text-align: center;
}
.f_tags a{
    font-size: 12px;
    padding: 0;
}
.f_tags a:hover{    
    font-weight: 600;
    color: #6345ee;
}
.f_payment img{
    width: 100%;
}
.v_footer .f_copyright{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #b2b2b2;
    padding: 5px;
}
.v_footer .f_copyright p{
    padding: 0;
    margin: 0;
    font-size: 11px;
}
.v_footer .m_f_logo{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b0b0b0;
}
.v_footer .m_f_logo img{
    width: 35%;
    margin: 0 auto;
}
/*subscribe css*/
.es_button{
    float: right;    
    margin-right: 5%;
}
#es_txt_button{
    border-radius: 5px;
    background: #6345ee;
    border: none;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
    width: auto!important;
    transition: 0.2s ease-in-out 0s;
    opacity: .8;
}
#es_txt_button:hover{
    opacity:1;
}
.es_textbox{
    padding-bottom: 0px!important;
}
#es_txt_email{
    padding: 5px 15px;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    width: 95%;
    color: #000000;
    font-size: 13px;
    background: #ffffff00;
    margin-bottom: 5px;
}
.es_caption{
    display: none;
}
/*subscribe css end*/
/*Footer End*/

/*web app instaletion banner*/
.add_to_cont{
    width: 100%;
    height: 0;
    position: fixed;
    bottom: -5px;
    left: 0;
    z-index: 9999;
    background: #f8f8f8;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    padding: 0;
    border-top: 1px solid #d3d3d3;
    transition: 0.3s ease-in;
    /*transition-delay: 20s;
    -webkit-transition-delay: 20s; */
}
.add_to_close_btn{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 5px;
    background: #ffd5d5;
    color: red;
    border-radius: 50px;
}
.add_to_cont h4{
    padding: 30px 15px 20px 15px;
    text-align: center;
    font-size: 14px;
} 
.add-to-btn {
    background-color: #6345ee;
    color: white;
    border: none;
    outline: none;
    font-size: 15px;
    width: 55%;
    height: 35px;
    border-radius: 5px;
}
/*web app instaletion banner end*/

 
/*contact detils updating css main code placed on the bootom of the footer*/
.v_user_details_field{
    position: fixed;
    top: 80px;
    right: 10px;
    font-size: 13px;
    z-index: 99;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    box-shadow: 0px 2px 5px 0px #00000045;
}
.v_user_details_field:after{
    content: " ";
    position: absolute;
    top: -5px;
    right: 130px;
    height: 20px;
    width: 20px;
    background: #ffffff;
    transform: rotate(45deg);
}
.v_user_details_field label{
    font-weight: normal;        
    padding: 2px 5px;
    color: #000000;
}
.v_user_details_field input{
    width: 150px;
    border-radius: 3px;
    text-align: left;
    border: 1px solid #dcdcdc;
    padding: 3px 5px 3px 7px;
    font-size: 13px!important;
    -moz-box-shadow: inset #00000012 2px 2px 5px 0px;
    -webkit-box-shadow: inset #00000012 2px 2px 5px 0px;
    box-shadow: inset #00000012 2px 2px 5px 0px;
}
.v_user_details_field .form-submit input.submit {
    padding: 3px 15px;
    width: auto!important;
    background: #6345ee;
    color: white;
    border-radius: 5px;
}
.required{
    color: red;
}
.v_user_details_field .contact_req_txt{
    color: #000000;
    padding: 5px 5px 5px 5px;
    text-align: center;
    border-radius: 5px;
    background: #ffe4e4;
}
.v_user_details_field .wk_done{     
    background: #c9ffd8;
}
.success_work{
    display: none;      
}
/*contact detils updating css end*/

/*scroll to top*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: rgba(0,0,0,0.35);
    color: #eeeeee;
    width: 30px;
    height: 30px;
    line-height: 25px;
    right: 15px;
    bottom: 100px;
    padding-top: 2px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: black;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}
/*scroll to top end*/





/*Single Product Page Start*/
.v_product_cont{
    padding: 0 3%;
    margin: 70px 0 30px 0;
    color: black;
    text-align: left;
    line-height: 1.4;
}
/*.v_product_cont .bg_style{
    background: linear-gradient(135deg, #011D4A 0%, #3f7ef3 100%);
    height: 41vh;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}*/
.v_prodthumb_cont{
    padding: 0 15px 0 0;
    height: 90vh;
    margin-top: 25px;
    position: sticky;
    top: 95px;
}
.v_prodthumb_cont .v_pro_thumb{
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
.v_prodthumb_cont .v_pro_thumb img{
    width: 85%;
    overflow: hidden;
    border-radius: 10px;
    background: #f6f6f6;
}
.v_prodthumb_cont .v_pro_thumb .plush_play_btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: rgba(99, 69, 238, 0.85);
    border-radius: 50%;
    padding: 30px;
    color: white;
    text-align: center;
    animation: pulsh 3s linear infinite;
}
.v_prodthumb_cont .v_pro_thumb .plush_play_btn:hover{
    transform: scale(1.15) translate(-50%, -50%);
}
.v_prodthumb_cont .v_pro_thumb .plush_play_btn i{
    font-size: 30px;
    padding: 6px 10px;
    color: white;
}
.v_product_cont .dsk_buy_link{
    position: absolute;
    bottom: 30px;
    width: 97%;
    padding: 20px 15px;
    background: #e8e8e8;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
}
.v_product_cont .dsk_buy_link button{
    min-width: 110px;
    padding: 4px 14px;
    font-size: 16px;
}
/*demo session registration buttons*/
.democlass{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.democlass button{
    background: yellow;
    border-radius: 0px 0px 20px 20px;
    border: none;
    color: black;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 20px 8px 20px;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
}
.democlass button:hover{
    background: #ffeb00;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.18);
}
.democlass2{
    text-align: center;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    margin-top: 15px;
}
.democlass2 h4{
    font-weight: 500;
    font-size: 20px;
}
.democlass2 button{
    background: yellow;
    border-radius: 50px;
    border: none;
    color: black;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 15px;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
}
.democlass2 button:hover{
    background: #ffeb00;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);
}
/*product likes*/
.v_likes_cont{

}
#likeform{
    position: relative;
    width: 100px;
    height: 31px;
    margin: 10px 0 15px 0!important;
    overflow: visible;
    background: white;
}
#likeform:hover .like_icon{
    color: #ff4c4c;
    font-size: 18px;
    opacity: 0.7;
}
#likesadditon{
    position: absolute;
    left: 10px;
    top: 7px;
}
#likeform input.likes_counter{
    border: 1px solid #ffffff;
    background: #ffffff00;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: white;
}
#likeform input.likes_counter:hover{
    border: 1px solid #f6f6f6;
    background: #cdcdcd14;
}
.likes_counter{
    box-shadow: 0 0 0 0.5px rgba(50,50,93,.17), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent!important;
}
.liked_info{
    font-size: 12px;
    display: inline-flex;
    width: 150%;
}
.fa-lightgray{
    color:#dadada;
}
/*product likes css end*/
.v_prodetails_cont{
    background-color: white;
}
.v_prodetails_cont .v_prod_dtls{
    
}
.v_prodetails_cont .v_p_title{    
    background: white;
    position: sticky;
    top: 70px;
    z-index: 9;
    margin-bottom: 5px;
    min-height: 110px;
}
.v_prodetails_cont .v_p_title:after{
    content: '';
    width: 96%;
    height: 1px;
    background-color: #ececec;
    position: absolute;
    bottom: 0px;
    left: 15px;
}
.v_prodetails_cont .v_p_title h1{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    margin: 20px 0 5px 0;
    color: black;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    cursor: pointer;
}
.v_prodetails_cont .v_p_title h1:hover{
    -webkit-line-clamp: unset;
}
.v_prodetails_cont .v_p_title .v_pro_id{
    color: #a0a0a0;
    font-size: 12px;
    margin: 0;
    padding-bottom: 5px;
}
.v_prodetails_cont .v_p_info p{
    color: #084e9c;
}
.v_prodetails_cont .v_prod_dtls .v_p_info .v_p_showrate{
    line-height: normal;
    background: #f6f6f6;
    color: #000000;
    max-width: 130px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}
.v_prodetails_cont .v_prod_dtls .v_p_info .v_p_showrate i{
    color: #ffd400;
    font-size: 16px;
    padding: 0 5px 0 0;
}
.v_prodetails_cont .v_prod_dtls .v_prod_priceing{
    margin: 10px 0;
    min-height: 120px;
}
.v_prodetails_cont .v_prod_dtls .v_prod_priceing p{
    margin: 0 0 5px 0;
}
.v_prodetails_cont .v_prod_dtls .v_prod_priceing .price_info span{
    position: relative;
    padding: 0 15px 0 0;
    color: black;
}
.v_prodetails_cont .v_prod_dtls .v_prod_priceing .price_info .in_offer_p{
    font-size: 26px;
    font-weight: 600;
}
.v_prodetails_cont .v_prod_dtls .v_prod_priceing .price_info .in_regular_p{
    font-size: 14px;
    color: #848484;
}
.v_prodetails_cont .v_prod_dtls .v_prod_priceing .price_info .in_regular_p:after{
    content: '';
    width: 85%;
    height: 1px;
    background-color: #ff0000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-10deg);
}
.v_prodetails_cont .v_prod_dtls .v_prod_priceing .price_info .in_percent{
    font-size: 14px;
    color: #00bb0d;
}
.v_prodetails_cont .v_prod_dtls .v_prod_priceing .price_info .in_tax{
    font-size: 10px;
    color: #a0a0a0;
}
.v_prodetails_cont .v_prod_dtls .v_prod_priceing .booking_price_info span{
    color: #00bb0d;
    font-size: 26px;
    font-weight: 600;
}
.v_prodetails_cont .v_prod_dtls .v_prod_priceing .booking_price_info .bookinbg_txt{    
    font-size: 16px;    
    font-weight: normal;
    color: #000000;
}
.v_prodetails_cont .v_prod_dtls .v_prod_priceing .booking_price_info .booking_info{    
    font-weight: normal;
    font-size: 10px;
    color: #a0a0a0;
    line-height: 1.1;
}
.v_prodetails_cont .v_prod_dtls .v_prod_priceing .booking_price_info .booking_info span{
    font-size: 14px;
    font-weight: 600;
    padding: 0 3px;
}
.v_prodetails_cont .v_prod_dtls .v_prod_priceing .special_event{
    color: #a0a0a0;
    font-size: 12px;
}
.v_prodetails_cont .v_prod_dtls .v_event_info{
    margin: 5px 0 35px 0;
    padding: 0;
    text-align: center;
}
.v_prodetails_cont .v_prod_dtls .v_event_info .v_e_infotxt{
    color: #084e9c;
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
}
.v_prodetails_cont .v_prod_dtls .v_event_info .v_e_infotxt span{
    color: black;
    font-size: 14px;
}
.v_prodetails_cont .v_prod_dtls .v_o_e_info{
    margin: 5px 0 10px 0;
    padding: 0;
}
.v_prodetails_cont .v_prod_dtls .v_o_e_info .v_e_infotxt{
    color: #000000;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 15px;
}
.v_prodetails_cont .v_prod_dtls .v_o_e_info .v_e_infotxt span{
    color: #ff2828;
    font-size: 15px;
    font-weight: normal;
}
.v_prodetails_cont .v_prod_dtls .v_o_e_info .v_e_infotxt span.c_lang{
    background: #efefef;
    color: black;
    padding: 1px 8px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
    margin-right: 5px;
}
.v_prodetails_cont .v_prod_dtls .v_event_info .v_p_share_cont{
    float: right;
}
.v_prodetails_cont .v_prod_dtls .request_opt{
    background: #ecf4ff;
    padding: 7px 5px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.v_prodetails_cont .v_prod_dtls .request_opt:hover{
    transform: scale(1.07);
}
.v_prodetails_cont .v_prod_dtls .request_opt i{
    color: #084e9c;
    font-size: 30px;
    padding: 4px;
}
.v_prodetails_cont .v_prod_dtls .request_opt .rqt_txt{
    text-align: left;
    color: #084e9c;
}
/*sharing button style*/
ul.sharing_btns{
    padding: 5px;
}
ul.sharing_btns i{
    padding: 12px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #43454a;
    background: white;
    margin-right: 5px;
    box-shadow: 0 0 0 0.5px rgba(50,50,93,.17), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent!important;
}
ul.sharing_btns .fa-facebook:hover {
    color: white;
    background-color: #3b5998;
}ul.sharing_btns .fa-linkedin:hover {
  background: #007bb5;
  color: white;
}
ul.sharing_btns .fa-whatsapp:hover {
  background: #25d366;
  color: white;
}
ul.sharing_btns .fa-envelope-o:hover, ul.sharing_btns .fa-clipboard:hover {
  background: #43454a;
  color: white;
}
ul.sharing_btns .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1!important;
  z-index: 6!important;
}
ul.sharing_btns .tooltip .tooltiptext {
    visibility: hidden;
    max-width: 200px;
    min-width: 160px;
    background-color: rgb(0, 0, 0);
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: auto!important;
    bottom: 55px;
    left: 50%!important;
    transform: translate(-50%, 0);
    transition: opacity 0.3s;
}
ul.sharing_btns .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}
ul.sharing_btns .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 0.8;
}
ul.sharing_btns .copy_link{
    width: 5px;
    height: 5px;
    font-size: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
/*sharing button style end*/

.v_prodetails_cont .marketing_met{
    margin: 5px 0 40px 0;
    box-shadow: 0 0 0 0.5px rgba(50,50,93,.17), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent;
    border-radius: 5px;
    padding-bottom: 25px;
}
.v_prodetails_cont .marketing_met .sub_heading{
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d2d2d2;
    background: white;
    position: sticky;
    top: 180px;
    z-index: 6;
}
.v_prodetails_cont .marketing_met i{
    color: #ee4545;
    font-size: 22px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff9f9;
    padding: 10px 0 10px 0;
    border: 2px solid #ff252533;
    text-align: center;
}
.v_prodetails_cont .uwillget span{
    color: #004999;
    font-size: 20px;
}
.v_prodetails_cont .marketing_met .more_info{
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
}
.v_prodetails_cont .marketing_met .more_info li{
    padding: 0 0 0 25px;
    list-style: none;
}
.v_prodetails_cont .marketing_met .more_info li:before{
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 20px;
    content: '\f05d ';
    font-family: fontAwesome;
    color: black;
}
/*Online course content special formating*/
.v_prodetails_cont .marketing_met .course_desc{
    width: 100%;
    position: relative;
    /*max-height: 80vh;*/
    overflow-x: scroll;
    border-radius: 5px;
}
.v_prodetails_cont .marketing_met .course_desc::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(0, 0, 0, 0);
}
.v_prodetails_cont .marketing_met .course_desc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #cecece;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.14);
}
.v_prodetails_cont .marketing_met .course_desc::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: transparent;
    box-shadow: unset;
}
.v_prodetails_cont .marketing_met .course_desc ul{
    padding: 2px 10px;
}
.v_prodetails_cont .marketing_met .course_desc h1, .v_prodetails_cont .marketing_met .course_desc h2, .v_prodetails_cont .marketing_met .course_desc h3, .v_prodetails_cont .marketing_met .course_desc h4, .v_prodetails_cont .marketing_met .course_desc h5, .v_prodetails_cont .marketing_met .course_desc li{ 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    cursor: pointer;
}
.v_prodetails_cont .marketing_met .course_desc h1, .v_prodetails_cont .marketing_met .course_desc h2, .v_prodetails_cont .marketing_met .course_desc h3, .v_prodetails_cont .marketing_met .course_desc h4, .v_prodetails_cont .marketing_met .course_desc h5{
    padding: 1px 5px 3px 10px;
    line-height: 1.5;
    background: #ff3838;
    border-radius: 4px;
    color: #ffffff;
    /*border-left: 4px solid #0054ff;*/
    margin-top: 10px;
}
.v_prodetails_cont .marketing_met .normal_desc h1, .v_prodetails_cont .marketing_met .normal_desc h2, .v_prodetails_cont .marketing_met .normal_desc h3, .v_prodetails_cont .marketing_met .normal_desc h4, .v_prodetails_cont .marketing_met .normal_desc h5{
    font-size: 16px;
    font-weight: 600; 
}
.v_prodetails_cont .marketing_met .restrickted{
    max-height: 400px;
    overflow: hidden;
}
.v_prodetails_cont .marketing_met .normal_desc .c_readmoretag{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #6345ee;
    width: 100%;
    height: 55px;
    background-image: linear-gradient(#ffffff7d, white, white, white);
    padding: 24px 5px 5px 5%;
    font-weight: 600;
    cursor: pointer;
}
.v_prodetails_cont .marketing_met .normal_desc .c_readlesstag{
    height: 45px;
    background-image: linear-gradient(#ffffff00, #ffffff);
    padding: 17px 5px 5px 5%;
}
.v_prodetails_cont .marketing_met .normal_desc ul{
    padding-left: 15px; 
}
.v_prodetails_cont .marketing_met .offer_li{
    padding-top: 15px;
}
.v_prodetails_cont .marketing_met .normal_desc li ul, .v_prodetails_cont .marketing_met .offer_li ul{
    padding-left: 0px;
}
.v_prodetails_cont .marketing_met .normal_desc li{
    font-size: 14px;
    padding: 0px 5px 0 25px!important;
}
.v_prodetails_cont .marketing_met .course_desc li, .v_prodetails_cont .marketing_met .normal_desc li{
    padding: 0px 50px 0 22px;
    margin: 5px 0;
    position: relative;
    color: #000000;      
    transition: 0.1s ease-in;
}
.v_prodetails_cont .marketing_met .course_desc li:hover::before{
    padding-left:15px;
}
.v_prodetails_cont .marketing_met .course_desc li:before, .v_prodetails_cont .marketing_met .normal_desc li:before, .v_prodetails_cont .marketing_met .normal_desc li ul li:before{
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    padding-left: 10px;
    font-family: fontAwesome;
    color: #000000;
    transition: 0.2s ease-in;
}
.v_prodetails_cont .marketing_met .course_desc li:before{    
    content: '\f101';
}
.v_prodetails_cont .marketing_met .normal_desc li ul li:before{
    content: '\f101';
}
.v_prodetails_cont .marketing_met .normal_desc li:before{
    content: '\f05d ';
}
.v_prodetails_cont .marketing_met .offer_li li:before{
    content: '\f101'!important;
}
.v_prodetails_cont .marketing_met .course_desc i{
    padding: 2px 5px;
    position: absolute;
    right: 0px;
    top: 0;
    width: auto;
    height: auto;
    font-size: 13px;
    border: none;
}
.v_prodetails_cont .marketing_met .course_desc li strong{
    position: absolute;
    right: 16px;
    top: 0;
    font-size: 10px;
    color: black;
    background: white;
    padding: 3px;
}
.v_prodetails_cont .marketing_met .fa-unlock-alt{
    color: lawngreen;
}
.v_prodetails_cont .v_p_tab_cont{
    box-shadow: 0 0 0 0.5px rgba(50,50,93,.17), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent;
    border-radius: 5px;
    min-height: 200px;
    margin: 5px 0 40px 0;
}
.v_prodetails_cont .v_p_tab_cont .tab_ul{
    padding: 0;
    list-style: none;
    display: inline-flex;
    overflow: hidden;
    margin: 0;
    background-color: white;
    width: 100%;
    position: sticky;
    top: 180px;
    z-index: 6;
    border-bottom: 1px solid #ececec;
    overflow-x: auto;
}
.tab_ul::-webkit-scrollbar {
    height: 4px;              /* height of horizontal scrollbar */
    width: 4px;               /* width of vertical scrollbar */
    border: 1px solid #d5d5d5;
}
.tab_ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #cecece;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.14);
}
.tab_ul::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: transparent;
    box-shadow: unset;
}
.v_prodetails_cont .v_p_tab_cont .tab_ul li{
    position: relative;
    padding: 15px 7px 10px 7px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    min-width: 100px;
    cursor: pointer;
    border-bottom: 3px solid white;
}
.v_prodetails_cont .v_p_tab_cont .tab_ul li:hover{    
    border-bottom: 3px solid #6345ee;
}
.v_prodetails_cont .v_p_tab_cont .tab_ul li span{
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translate(50%, -50%);
    font-size: 16px;
}
.v_prodetails_cont .v_p_tab_cont .active_tab{
    border-bottom: 3px solid #6345ee!important;
}
.v_prodetails_cont .v_p_tab_cont .p_tab_content{
    padding: 15px 25px;
    font-size: 14px;
    line-height: 1.5;
    display: none;
    transition: 0.3s ease-in-out;
}
.v_prodetails_cont .v_p_tab_cont .p_tab_content ul li{
    padding-left: 20px;
    position: relative;
}
.v_prodetails_cont .v_p_tab_cont .p_tab_content ul li:before{
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 5px;
    top: 1px;
    font-size: 12px;
    content: '\f05d ';
    font-family: fontAwesome;
    color: #000000;
    transition: 0.2s ease-in;
}
.v_prodetails_cont .v_p_tab_cont .tab_1{
    display: block;
}
/*Online course content special formating*/
.v_p_more_cont{
    padding: 0 7%;
    margin: 30px 0;
}
.v_p_more_cont .v_product_moreinfo{
    background-color: white;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin-bottom: 50px;
}
.v_p_more_cont .v_product_moreinfo .sub_heading{
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0 15px 20px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d2d2d2;
    background: white;
    position: sticky;
    top: 70px;
    z-index: 6;
}
.v_p_more_cont .v_product_moreinfo .sub_heading:after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -35%);
    height: 30px;
    width: 4px;
    background-color: #6435ee;
}
.v_p_more_cont .v_product_moreinfo .gallery_imgs{
    padding: 2%;
    height: 170px;
    overflow: hidden;
}
.v_p_more_cont .v_product_moreinfo .gallery_imgs img{
    width: 100%;
}
.v_p_more_cont .v_product_moreinfo .pro_may_likes{
    margin: 10px 0;
    overflow: hidden;
    padding: 15px 0;
}
.v_product_cont .dvlp_nm{
    position: relative;
    width: 100%;
    margin: 20px 0;
    font-size: 13px;
    color: #424242;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
/*Rating and comment section css stat*/
/****** Style Star Rating Widget *****/
.v_review_ratting{
    margin: 5px 0 20px 0;
}
.rating { 
    float: left;
    background: white;
    border-radius: 5px;
    border-bottom: none;
    padding: 0px 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.overall_rate{
    cursor: pointer;
    background: none;
    padding: 6px;
}
.rating_btns{
    padding: 5px 15px;
    min-width: 110px;
    border-radius: 5px;
    float: right;
}
.rating > input { 
    display: none; 
} 
.rating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
.rating > .half:before { 
    content: "\f089";
    position: absolute;
}
.rating > label { 
    color: #ddd; 
    float: right; 
}
.backstyle {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 10px;
    height: 150px;
    margin-top: 10px;
}
.show_commnt{
    height: auto;
}
.commnt_txt{
    background: white;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
}
.commnt_txt p{
    padding: 5px;
    text-align: left;
}
.comm_overview{
    height: auto;
    margin-bottom:15px;
    cursor: pointer;
}
.avgrat{
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}
.addcomment{
    display: none;
}
.input_reviewer{
    border: none;
    border-radius: 5px 5px 0 0;
    padding: 9px 15px;
    float: right;
}
.input_comment{
    width: 100%;
    border: none;
    border-radius: 0 0 5px 5px;
    padding: 10px 15px;
    margin-bottom: 5px;
}
.commentstyle{
    padding: 10px;
}
.lightfont{
    font-size: 12px;
    color: #bcbcbc;
    padding: 5px 0;
    font-weight: normal;
}
.revirewer{
    font-size: 16px;
    font-weight: 600;
}
.showrating{
    top: 10px;
    border: none;
    border-radius: 50px;
}
.starinput{
    font-size: 18px;
    color: #ffca00;
}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700; /* hover previous stars in list */
} 
.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { 
    color: #FFED85;  
} 
/*Rating and comment section css end*/

.entrollment_cont{
    position: relative;
    width: 85%;
    background: white;
    text-align: center;
    min-height: 367px;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 5px 5px 20px 0 #0000001f;
    transition: 0.3s ease-in;
}
/*.entrollment_cont:hover{
transform: scale(1.1);
margin-bottom: 70px;
}*/
.entrollment_cont h3{
    padding: 25px 0;
    color: #6345ee;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.entrollment_cont h3 span{
    color: #929292;
    font-size: 10px;
}
.entrollment_cont h3 .info_hline{
    font-size: 16px;
    color: #6345ee;
}
.entrollment_cont p{
    padding: 0 0 20px 0;
    font-size: 13px;
    line-height: 1.4;
}
.entrollment_cont button{
    position: absolute;
    left: 50%;
    bottom: 75px;
    transform: translate(-50%, 0);
    border: none;
    background: #6345ee;
    color: #fff;
    padding: 5px 10px;
    min-width: 140px;
    border-radius: 3px;
    font-size: 18px;
}
.bdr{
    border-bottom: 1px solid #cdcdcd;
    padding: 3px!important;
    margin: 0;
}
.bdr_t{
    border-top: 1px solid #cdcdcd;
}
.special_reg_btn{
    position: relative!important;
    left: unset!important;
    bottom: unset!important;
    transform: none!important;
    margin: 35px 0px;
}
.special_positioning{
    position: relative;
    top: 126px;
}
.qty_worning p{
    text-align: left;
}
.qty_worning input{
    margin-right: 2px;
}
.qty_worning label{
    font-size: 13px;
    line-height: 1.4;
    font-weight: normal;
    padding-left: 5px;
}
.qty_worning span{
    font-size: 11px;
    font-weight: 600;
    color: #00bb0d;
}
/*overlay info*/
.blur_bc{
    width: 100%;
    display: none;
    height: 100vh;
    background: #04162c8f;
    position: fixed;
    top: 0;
    z-index: 11;
    transition: 0.2s ease-in;
}
.over_cont{
    /*width: 320px;*/
    position: absolute;
    left: 38%;
    right: 38%;
    top: 140px;
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 2px 5px 7px 1px #0000003b;
}
.over_cont span{
    font-size: 18px;
}
.over_cont a{
    margin: 25px 0 0 0;
}
.sorry_txt{
    font-size: 30px;
}
.sorry_txt strong{
    color: #ff4f4f;
}
.close_unlock{
    color: #ffffff;
    background: #ff4f4f;
    width: 20px;
    height: 20px;
    padding: 1px 5px 4px 5px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
}
.promo_vid_cont{
    position: absolute;
    left: 27%;
    right: 27%;
    top: 20%;
}
.promo_vid_cont .promo_vid{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 5px 12px 0px #00000052;
}
.promo_vid_cont .close_unlock2{
    color: white;
    font-size: 14px;
    padding: 4px 13px;
    width: auto;
    position: absolute;
    top: -30px;
    right: 0;
    background: #000000e6;
    border-radius: 30px;
    cursor: pointer;
}
/*Overlay info end*/
.addeventatc{
    z-index: 6!important;
    margin-top: 41px;
}
/*Event Registration Days Count*/
.reg_dys_count{
    background: #00020c;
    position: fixed;
    top: 120%;
    left: 65%;
    transform: translate(-50%, -50%);
    min-width: 50%;
    color: white;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 9;
    transition: .8s ease-in-out;
}
.reg_dys_count .reg_c_txt{
    font-size: 14px;
    padding: 8px 5px 5px 5px;
    margin: 0;
}
.reg_dys_count .reg_days{
    color: white;
    padding: 0 3% 0 0;
}
.reg_dys_count .reg_days .count_results{
    font-size: 10px;
}
.reg_dys_count .reg_days .counting_text{
    font-size: 14px;
}
.reg_dys_count .hide_pop_reg{
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    padding: 4px;
    width: 25px;
    height: 25px;
    background: red;
    cursor: pointer;
}
/*Event Registration Days Count End*/
/*Single Product Page End*/


/*product page pagination styles*/
.product_page_pagination{
    width: 100%;
    text-align: center;
    padding: 0 5px 15px 5px;
}
.product_page_pagination a{
    padding: 5px 10px;
    border: 1px solid #e4e4e4;
    background: #fff;
    color: #6345ee;
    border-radius: 20px;
    transition: 0.3s ease-in;
}
.product_page_pagination a:hover {
    border: 1px solid #6345ee;
    background: #6345ee;
    color: #fff;
    opacity: .8;
}
.product_page_pagination .current{
    padding: 5px 10px;
    border: 1px solid #6345ee;
    background: #6345ee;
    color: #fff;
    border-radius: 20px;
}
/*product page pagination styles end*/

/*Default single page style*/
.pageSection{
    padding-top: 85px;
    min-height: 110vh;
}
.defaultpage_padd{
    padding: 0 2%;
}
/*End*/

/*woocommarce cart and other page css modifications*/
.woocommerce-message,.woocommerce-info{
    background: #f9f9f9!important;
    border-top-color: #6345ee!important;
}
.woocommerce-message::before{
    color: #6345ee!important;
}
.product-name a{
    color: blue!important;
}
.woocommerce table.shop_table td {
    padding: 10px 5px!important;
    min-width: 70px!important;
}
.woocommerce table.cart td.actions .coupon .input-text {
    margin: 5px!important;
    border-radius: 50px!important;
}
#order_comments{
    border-radius: 8px!important;
}
.woocommerce-checkout #payment {
    background: #fdfdfd!important;
    border: 1px solid #e2e2e2;
    border-left: 5px solid #6345ee!important;
    margin-bottom: 50px;
}
.woocommerce label, .woocommerce .product-quantity{
    font-weight:normal!important;
}
#order_review_heading{
    margin-top: 30px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: normal!important;
}
.woocommerce table.shop_table th {
    font-weight: normal!important;
    padding: 9px 5px!important;
}
.woocommerce-checkout #payment div.payment_box {
    background-color: #c7c7c750!important;
}
div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #c7c7c750!important;
    border-right-color: transparent!important;
    border-left-color: transparent!important;
    border-top-color: transparent!important;
}
.payment_box p{
    color: black!important;
}
.select2-container--open .select2-dropdown--below {
    top: -28px!important;
    z-index: 890!important;
}
.pageSection .woocommerce .woocommerce-order ul {
    background: #c7c7c7!important;
}
.products li.product{
    border: 1px solid gainsboro;
    border-radius: 10px;
    overflow: hidden;
    margin-left: auto!important;
    /*margin-right: auto!important;*/
    clear: none!important;
    width: 220px!important;
    padding-bottom: 15px!important;
}
.woocommerce ul.products li.product .onsale{
    display: none;
}
.products .product .woocommerce-loop-product__title{
    font-size: 14px!important;
    text-align: left;
    padding: 0 10px!important;
    margin-bottom: 15px!important;
    color: black;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    cursor: pointer;
}
.woocommerce ul.products li.product .price{
    text-align: left;
    padding: 0 5px 0 10px;
    color: #000000;
    width: 48%;
    float: left;
}
.woocommerce ul.products li.product .button{
    float: right;
    margin: 2px 2% 0 0;
}
.woocommerce ul.products li.product .price del{
    display: table!important;
}
.woocommerce ul.products li.product .price ins {
    font-size: 16px;
    color: #656565;
    text-decoration: none;
}

/*extract from main.css old file*/
.custom_reg{
    display:none;
}
.custom_float_right{
    float:right;
}
.custom_center_text{
    text-align:center;
}
.dont_have{
    color: #000;
    font-size: 18px;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 3px 5px;
}
.lets_create{
    padding: 5px 20px 5px 20px;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    background: #ff4866;
    border: 1px solid #ff4866;
    opacity: 1;
    transition: 0.3s ease-in;
}
.lets_create:hover{
    opacity:.8;
}
#vnha_login{
    font-size: 30px!important;
    color: #000!important;
}
#vnha_reg{
    font-size: 30px!important;
    color: #000!important;
}
.reg_req_wapper{
    display:none;
}
.form_backgroun{
    background-image: url(../img/vaanahaa_login_desk.jpg);
    flex-grow: 1;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    transition: 1s;
    min-height: 145vh;
    width: 99vw;
    top: -40px;
    z-index: 0;
    left: -91px;
    position: fixed;
}
.back_to_log{
    padding: 5px 20px 5px 20px;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    background: #347ff2;
    border: 1px solid #347ff2;
    opacity: 1;
    transition: 0.3s ease-in;
    margin: 0px 0px 55px 0px;
}
.the_champ_outer_login_container{
    display:none;
}
.forced_display{
    display: inline-flex!important;
}
.the_champ_social_login_title{
    padding: 7px 0px 0px 4px;
    line-height: 2;
}
.theChampLogin{
    border-radius: 50px;
    margin: 0px 10px 0px 10px!important;
}
.wellcome_text_wapper{
    text-align: left;
    margin-top: 49px;
    min-height: 50vh;
    position: fixed;
    top: 115px;
}
.wellcome_text_line1{
    font-size: 30px;
    color: #000;
}
.wellcome_text_line2{
    font-size: 34px;
    color: #000;
    font-weight: bold;
}
.custom_reg .register{
    background: #fff!important;
    border-radius: 8px!important;
    border: 1px solid #ebebeb!important;
    -moz-box-shadow: #00000012 0px 8px 55px 5px;
    -webkit-box-shadow: #00000012 0px 8px 55px 5px;
    box-shadow: #00000012 0px 8px 55px 5px!important;
}
.custom_log .login{
    background:#fff!important;
}
.woocommerce-Button{
    float: right!important;
    background-image: linear-gradient(120deg, #0b7df2, #6345ee)!important;
    padding: 7px 30px 7px 30px!important;
    font-weight: normal!important;
    font-size: 16px!important;
    border-radius: 8px!important;
}
.woocommerce-cart-form{
    float: left;
    width: 68%;
}
.woocommerce .cart-collaterals .cart_totals{
    width: 30%;
}
.product-name a{
    color: #016d3e;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
}
.product-name a:hover{
    color: #ef7d0e;
}
.quantity input[type=number]{
    padding: 5px 3px;
}
.product-price,
.product-subtotal{
  font-size: 18px;
}
.shop_table tr th,
.shop_table tr td{
  font-size: 18px;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover{
    background-size: 100% 100%;
}
.woocommerce .quantity .qty{
    width: 70px!important;
    border-radius: 50px!important;
    border: 1px solid #c3c3c3;
}
.coupon input[type=submit] {
    padding: 9px 15px;
}
.woocommerce table.cart td.actions .coupon .input-text{
    width: 150px;
    padding: 4px 10px 6px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.woocommerce table.cart td.actions .coupon .input-text:focus{
    outline: none;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce table.cart td.actions .coupon input[type=submit] {
    text-decoration: none;
    background: #e69a17;
    width: auto;
    padding: 9px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    background-image: linear-gradient(#428963, #3fa1da);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
}
.woocommerce table.cart td.actions .coupon input[type=submit]:hover{
   background-size: 100% 100%;
}
.job-manager-form fieldset input.input-text, .job-manager-form fieldset select, .job-manager-form fieldset textarea{
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 5px 10px 5px 15px;
}
.wp-job-manager-file-upload{
    border:none!important;
}

/********download page*********/
.downloadSection{ padding: 50px 0;  }
.downloadSection .row p{ margin-bottom: 30px; }
.tab-sec {font-family: 'Roboto', sans-serif;}
.tab-sec .resp-tabs-list{ text-align: center; margin-bottom: 50px; }
.tab-sec .resp-tabs-list li{ float: none; display: inline-block; margin:  0 5px;
border: none; font-size: 20px; line-height: 22px; color: #fff;  padding: 16px 25px;
background: #1d7c51; border-radius: 2px; font-weight: 400; }
.tab-sec .resp-tabs-list li:nth-child(2n){ background: #52b0c1; }
.tab-sec .resp-tabs-list li:nth-child(3n){ background: #4a808a; }
.tab-sec .resp-tab-content{ border: none; }
.tab-sec .resp-tabs-container{ background:none; }
.tab-sec table{ text-transform: capitalize;  }
table caption{ font-weight:600; font-size: 23px; color:#1c1c1c; text-transform: capitalize; padding: 10px 20px;
 line-height: 25px; background: #d5d5d5; display: inline-block; border-bottom: 1px solid #fff; }

.tab-sec .table tbody,.tab-sec .table th,.tab-sec .table td{text-align: center;}
.tab-sec .table1{}
.tab-sec .table th{color: #fff; font-size: 18px; line-height: 20px; font-weight:600;}
.tab-sec .table td{color: #373737; font-size: 18px; line-height: 20px; font-weight:600;  }
.tab-sec .table th,.tab-sec .table td{ border-right: 1px solid #fff; border-bottom: 1px solid #fff;
padding: 16px; width: 33.33%;}
.tab-sec .table th:last-child,.tab-sec .table td:last-child{ border-right: none;  }
.tab-sec .table1 th{ background: #52b0c1; color: #fff; }
.tab-sec .table1 tr:nth-child(2n),.tab-sec .table1 tr{ background: #97effe; }
.tab-sec .table1 tr:nth-child(3n){background: #92facb;}
.tab-sec .table1 tr:nth-child(4n){background: #82d6e6;}
.tab-sec .table1 tr:nth-child(5n){background: #7bb7fb;}

.tab-sec .table2 th{background: #5274c1; color: #fff; }
.tab-sec .table2 tr:nth-child(2n),.tab-sec .table1 tr{ background: #9db9fa; }
.tab-sec .table2 tr:nth-child(3n){background: #929ded;}
.tab-sec .table2 tr:nth-child(4n){background: #ba9fff;}
.tab-sec .table2 tr:nth-child(5n){background: #f49efc;}


.download-popup{ position: fixed; background: rgba(0,0,0,0.5); left: 0; top: 0; right: 0; bottom: 0;
margin: 0 auto;  z-index: 123;
 font-family: 'Roboto', sans-serif; display: none;  }
 .download-popup .download-popup-form{padding: 20px; width: 1140px; border: 1px solid #f38c2d;  padding: 25px;
 position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);
 background: #fff;  }


.download-popup .ppup-close{ display: inline-block; border-radius: 0; color: #fff; background: #f38c2d;
position: absolute; right: 0; top:-46px; text-transform: uppercase; font-size: 15px; line-height: 16px;
font-weight: bold; padding: 14px 36px; }
.download-popup .ppup-close:hover,.download-popup .ppup-close:focus{ background:#3fa1da; text-decoration: none;}

.download-popup .download-popup-form .form-top{ text-align: center; margin-bottom: 20px; }
.download-popup .download-popup-form .form-top h3{ display: block; margin: 0;
font-size: 18px; line-height: 20px; font-weight: bold; text-transform: uppercase; }
.download-popup .download-popup-form .form-top h3.orng{ color: #f38c2d; }
.download-popup .download-popup-form .form-top h3 span{ display: inline-block; color: #f38c2d;  }

.download-popup .download-popup-form form{}
.download-popup .download-popup-form .form-group{ margin-bottom: 10px; min-height: 70px; }
.download-popup .download-popup-form .form-group:last-child{ margin-bottom: 0; }
.download-popup .download-popup-form .form-group label{ font-size: 16px; line-height: 18px; color: #41403e;
margin: 0; padding-bottom: 10px; font-weight: 600; text-transform: capitalize; display: block; }
.download-popup .download-popup-form .form-group input,
.download-popup .download-popup-form .form-group textarea{ width: 100%;
    border-radius: 5px;
    background: #f6f5f5;
    border: 1px solid #999;
    padding: 12px 10px;
    font-size: 15px;
    line-height: 20px;
    height: auto;
    margin-bottom: 0;
}
.download-popup .download-popup-form .form-group textarea{ height: 46px; }
 .download-popup .download-popup-form .form-group input:focus,
 .download-popup .download-popup-form .form-group textarea:focus{ outline: none; box-shadow: none;
 border: 1px solid #f38c2d; }
.download-popup .download-popup-form .form-group input[type="radio"]{ width: auto; display: inline-block; 
  vertical-align: middle; margin-top: 0; }
.download-popup .download-popup-form .form-group input[type="radio"] + span{ display: inline-block; width: auto;
vertical-align: middle; margin: 0 3px; }
.download-popup .download-popup-form .form-group input[type="submit"]{ font-weight: bold;
background: #e16b32; border-radius: 3px; border: 1px solid transparent; padding: 16px; min-width: 250px;
text-transform: uppercase; width: auto; color: #fff; display: table; margin: 0 auto; }
.download-popup .download-popup-form .form-group input[type="submit"]:hover,
.download-popup .download-popup-form .form-group input[type="submit"]:focus{ background:#3fa1da; }
.download-popup .download-popup-form .row{ margin-bottom: 30px; }
.download-popup .download-popup-form .row:last-child{ margin-bottom: 0; }
/********download page**end*******/


/********check-out*****/
.woocommerce-info {
 font-size: 16px;
 border-top-color: #3cb3e2;
 padding: 10px 10px 10px 30px!important;
}
.woocommerce-info a{
 text-decoration: none;
 color: #3cb3e2;
}
.woocommerce .checkout {
 text-align: left;
}
.woocommerce .checkout label{
 font-size: 14px;
 color: black;
}
.woocommerce .checkout input, .woocommerce .checkout select{
    padding: 5px 8px;
    background: #f6f6f6;
    border: none;
    border-radius: 5px;
}
.pageSection .checkout select + span .select2-selection{ 
    background: #f6f6f6;
    border: none;
    border-radius: 5px;
}
.pageSection .checkout select + span .select2-selection:focus{ 
    outline: none; 
}
.pageSection .checkout select + span .select2-selection span{ 
    line-height: initial;
    padding: 5px 8px;
    color: black;
}
.pageSection .checkout input[type=checkbox] {
    display: block !important; 
}
.pageSection .checkout .woocommerce-account-fields label.woocommerce-form__label{ 
    position: relative; 
}
.pageSection .checkout .woocommerce-account-fields label.woocommerce-form__label:before {
     font-family: FontAwesome;
     display: inline-block;
     font-size: 20px;
     color: #006a3b;
     vertical-align: middle;
     content: "\f096";
     padding-right: 6px;
     width: 20px; 
}

.pageSection .checkout .woocommerce-account-fields label.woocommerce-form__label.labelchecked:before {
    content: "\f14a";
    padding-right: 6px;
    color: #006a3b;
    font-size: 20px; 
}
.checkout #place_order{
    text-decoration: none;
    background: #e69a17;
    width: auto;
    padding: 9px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    background-image: linear-gradient(#428963, #3fa1da);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
}
.checkout #place_order:hover{
    background-size: 100% 100%;
}
.oddcoueses{
    position: relative;
}
.coueseslistprot{ position: relative; }
.coueseslistprot:before{
    content:"";
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate( -50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 1px;
    height: 200px;
    background: #6b0b24;
}


/*.pageSection .woocommerce-error{ display: none; }*/

/*************check-out-end*********/

/*************log-in-start*********/
.woocommerce .woocommerce-form.login{ 
    border-radius: 8px;
    border: 1px solid #ebebeb;
    -moz-box-shadow: #00000012 0px 8px 55px 5px;
    -webkit-box-shadow: #00000012 0px 8px 55px 5px;
    box-shadow: #00000012 0px 8px 55px 5px;
}
.woocommerce .register .form-row input, .woocommerce .register .form-row select, .woocommerce .login .form-row input{ 
    width: 100%!important;
    text-align: center!important;
    border: none;
    background: #f6f6f6;
    border-radius: 5px!important;
    padding: 6px 15px!important;
    margin: 5px 0 0 0!important;
}
.woocommerce .register .form-row select{
    padding: 10px 15px!important;
}
.woocommerce .woocommerce-form.login .form-row input[type="checkbox"]{ width: auto!important; display: inline-block; vertical-align: middle;
margin-top: 0;}
.woocommerce .woocommerce-form.login .form-row input[type="checkbox"] + span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.woocommerce .woocommerce-form.login .form-row input[type="submit"]{
    background: #e69a17;
    padding: 9px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    background-image: linear-gradient(#428963, #3fa1da);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    margin-bottom: 10px;
}
.woocommerce .woocommerce-form.login .form-row input[type="submit"]:hover,
.woocommerce .woocommerce-form.login .form-row input[type="submit"]:focus{
      background-size: 100% 100%;
}
.woocommerce .woocommerce-form.login .lost_password a{  color: #ff9d2a}
.woocommerce .woocommerce-form.login .lost_password a:hover{ text-decoration: none; color: #181c49; }

.woo-login-popup-sc-left .woocommerce-MyAccount-navigation{
    overflow-y: auto;
    position: unset!important;
    top: 50%;
    left: 50%;
    width: 100%!important;
    height: 100%;
    color: #000;
    right: 0;
    background-color: #ffffff;
    transition: all 0.3s ease;
    opacity: 1;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    top: 10px!important;
    left: 10px!important;
}
/*************log-in-end*********/

/*************accoutn-pages-start*********/
.woocommerce{ display: inline-block;  width: 100%; }
.woocommerce .woocommerce-MyAccount-navigation{
    float: left;
    background: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #ececec;
    margin-bottom: 50px;
    margin-right: 22px;
    padding-left: 10px;
    left: 0;
    position: relative;
    text-align: right;
    z-index: 2;
}
.woocommerce table.shop_table{
    width: auto;
}
.woocommerce-MyAccount-content{
    position: relative;
    width: 70%;
    float: right;
}

.woocommerce .woocommerce-MyAccount-navigation ul{ list-style: none; margin: 0; padding: 0; text-align: left; }
.woocommerce .woocommerce-MyAccount-navigation ul li{ display: block; padding: 5px 0; }
.woocommerce .woocommerce-MyAccount-navigation ul li a{ color: #22373b; font-size: 16px; line-height: 18px; }
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{ color: #e48024; text-decoration: none; }

.woocommerce .woocommerce-MyAccount-content{ 
    text-align: left;
}
.woocommerce .woocommerce-MyAccount-content a:hover,
.woocommerce .woocommerce-MyAccount-content a:focus{ text-decoration: none; color: #e69a17; }
.woocommerce .woocommerce-MyAccount-content input,
.woocommerce .woocommerce-MyAccount-content textarea{ font-size: 15px; line-height: 18px; border-radius: 5px;padding: 5px 8px; background: #f6f6f6; border: none; }
.woocommerce .woocommerce-MyAccount-content input[type="submit"]{
  background: #e69a17;
    
    padding: 9px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    background-image: linear-gradient(#428963, #3fa1da);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content input[type="submit"]:hover,
.woocommerce .woocommerce-MyAccount-content input[type="submit"]:focus{
  background-size: 100% 100%;
}

.pageSection .woocommerce .woocommerce-order ul li { width: 25%; margin-right: 0; font-size: 15px; line-height: 32px; }
.pageSection .woocommerce .woocommerce-order ul li strong{ font-size: 13px; }
.pageSection .woocommerce .woocommerce-order ul{ margin: 20px 0; padding: 20px;
background:#f0f0f0; border-radius: 5px; }
.pageSection .woocommerce .woocommerce-order .woocommerce-notice--success{ color: #006c3c; font-weight: bold; }

/*modified account dashboard css*/
.learningtimeline{
    margin: 30px 0;
}
.learningtimeline .lt_items{
    padding: 15px 50px 15px 3%;
    border-radius: 15px;
    overflow: hidden;
    background: #f6fcff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.11);
    margin-bottom: 30px;
    position: relative;
}
.learningtimeline .itemforall{
    background: #fff4e7!important;
    box-shadow: 0px 2px 4px rgba(183, 102, 0, 0.2)!important;
}
.learningtimeline .lt_items button{
    text-align: center;
    background: #6345ee;
    padding: 5px 20px;
    font-size: 18px;
    border: none;
    border-radius: 100px;
    color: white;
    cursor: pointer;
}
.learningtimeline .lt_items button:hover{
    transform: scale(1.08);
}
.learningtimeline .lt_items .join_meeting{
    background-image: linear-gradient(120deg, #ff5f04, #ff0b2e); 
}
.learningtimeline .lt_items h2{
    font-size: 22px;
    color: #001621;
    font-weight: 700;
    margin-bottom: 15px;
}
.learningtimeline .lt_items .fa-external-link{    
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 10px 8px 8px 11px;
    background: #d0efff;
    border-radius: 10px;
    text-align: center;
    color: #0095e2;
}
.learningtimeline .lt_items .fa-external-link:hover{
    color: #ffffff;
    background: #0095e2;
}
.learningtimeline .lt_items p{
    font-size: 14px;
    font-weight: 500;
}
/*single page css*/
.ld_page{
    margin-top: 60px;
    min-height: 80vh;
}
.discussiontb{
    margin: 35px 0;
}
/***********accoutn-pages--end*********/


.woocommerce .woocommerce-form.login .form-row .error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #900; opacity: 1;
}
.woocommerce .woocommerce-form.login .form-row .error::-moz-placeholder { /* Firefox 19+ */
   color: #900; opacity: 1;
}
.woocommerce .woocommerce-form.login .form-row .error:-ms-input-placeholder { /* IE 10+ */
   color: #900; opacity: 1;
}
.woocommerce .woocommerce-form.login .form-row .error:-moz-placeholder { /* Firefox 18- */
   color: #900; opacity: 1;
}

.woocommerce .woocommerce-form.login .form-row label.error{ display: none !important; }
.woocommerce .woocommerce-form.login .form-row input.error,.woocommerce .woocommerce-form.login .form-row textarea.error{ border: 1px solid #900; }
/*woocommarce cart and other page css modifications end*/

/*learnpree custome css*/
.vnha_course_curriculum{
    border-radius: 5px;
    padding: 0;
    z-index: 9;
    overflow: hidden;
    min-height: 75vh;
    margin-bottom: 15px;
    background: #fefefe;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}
.lftshift{
    left: -200px;
}
.curriculumshift{
    display: block;
}
.section-title{
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    overflow: hidden!important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    text-align: left;
}
.course-curriculum ul.curriculum-sections .section-content .course-item.current span {
    font-weight: 600;
    color: #0077ff;
}
.course-curriculum ul.curriculum-sections .section-content .course-item{
    background: transparent!important;
    transition: 0.3s ease-in;
}
.course-item:hover{
    background: #d8d8d8!important;
}
.section-left, .section-meta{
    display:block!important;
}
.content-item-description p{
    text-align:left;
    padding: 0 10px;
}
.pageSection img{
    display:none;
}
.rll-youtube-player iframe{
    z-index:9!important;
}
.comment-respond .comment-reply-title{
    font-size: 16px;
    margin-bottom: 0;
}
.comment-form-comment{
    width: 100%;
    margin: 0 auto;
}
.comment-form .logged-in-as{
    font-size: 10px;
}
.comment-form .logged-in-as a:first-child {
    color: #909090;
}
.comment-form-comment label{
    width: 100%;
    background: #d8d8d8;
    padding: 10px;
    margin-bottom: 10px;
}
#commentform{
    margin: 0!important;
}
#comment{
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    height: 60px;
    background: #f6f6f6;
    border: #e2e2e2 1px solid;
}
.comment-author img{
    border-radius: 100px;
    margin-right: 7px;
    position: relative;
    top: 7px;
}
.comment-author cite.fn{
    font-weight: 600;
    font-style: normal;
}
.comment-meta{
    font-size: 10px;
    margin-left: 45px;
    margin-bottom: 10px;
    position: relative;
    top: -7px;
}
.reply a{
    font-size: 12px;
    background: rgba(0, 0, 0, 0.05);
    padding: 3px 15px;
    border-radius: 3px;
    text-align: center;
    color: #020084;
}
.reply a:hover{
    background: rgba(0, 0, 0, 0.72);
    color: #ffffff;
}
.commentlist{
    text-align: left;
    border-radius: 10px;
    padding: 0;
}
.commentlist li{
    text-align: left;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 15px 20px 15px 15px;
    margin-bottom: 15px;
}
.comment-respond{
    padding: 15px 3%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 1px 4px #00000024;
}
.comment-respond .submit{
    color: #fff;
    background: #6345ee;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 10px auto 0 auto;
}
.course-item-title, .question-title{
    text-align: left;
}
.content-item-summary button{
    color: #fff;
    background: #6345ee!important;
    border: none;
    min-width: 60px;
    padding: 3px 7px;
    border-radius: 5px!important;
    margin: 10px auto;
}


/*recaptcha css*/
.g-recaptcha div {
    width: auto!important;
    height: 100px!important;
}
.g-recaptcha iframe {
    margin: 10px 0!important;
    max-width: 304px!important;
    max-height: 78px!important;
}
/*end recaptcha css*/

/*shake button and effect*/
.notpossible{
    border: solid 1px red;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    /*min-height: 125px;*/
    perspective: 1000px;
}
/*end*/
  
 /*contact detils updating css main code placed on the bootom of the footer*/
.user_details_field{
    position: fixed;
    top: 80px;
    right: 10px;
    z-index: 99;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    box-shadow: 0px 2px 5px 0px #00000045;
}
.user_details_field:after{
    content: " ";
    position: absolute;
    top: -10px;
    right: 85px;
    height: 25px;
    width: 25px;
    background: #ffffff;
    transform: rotate(45deg);
}
.user_details_field label{
    font-weight: normal;        
    padding: 2px 5px;
    color: #000000;
}
.user_details_field input{
    width: 150px;
    border-radius: 25px;
    text-align: left;
    border: 1px solid #dcdcdc;
    padding: 2px 5px 2px 15px;
    font-size: 15px!important;
    -moz-box-shadow: inset #00000012 4px 5px 10px 0px;
    -webkit-box-shadow: inset #00000012 4px 5px 10px 0px;
    box-shadow: inset #00000012 4px 5px 10px 0px;
}
.form-submit{
    text-align: right;
    margin: 0;
}
.user_details_field .form-submit input.submit {
    padding: 3px 15px;
    width: auto!important;
}
.required{
    color: red;
}
.user_details_field .contact_req_txt{
    color: #000000;
    padding: 5px 5px 5px 5px;
    text-align: center;
    border-radius: 5px;
    background: #ffe4e4;
}
.user_details_field .wk_done{       
    background: #c9ffd8;
}
.success_work{
    display: none;      
}
/*contact detils updating css end*/






/*responsive design*/
/*=====================*/

/*woocommarce cart and other page css modifications*/
@media (max-width: 480px) {
  .woocommerce-MyAccount-content{
    width: 100%;
  }
}
@media only screen and (max-width: 768px){
    .woocommerce table.cart .product-thumbnail{
        display: block!important;
    }
    .woocommerce-cart-form {
        width: 100%!important;
    }
    .woocommerce .cart-collaterals .cart_totals{
        width: auto!important;
    }
}
/*Woocommerce Login page extra css*/
@media (max-width: 767px) {
    .wellcome_text_line1{
        font-size: 25px;
    }
    .wellcome_text_line2{
        font-size: 40px;
        color: #000;
    }
    .wellcome_text_wapper{
        display: none;
    }
    .custom_reg .register {
       max-height: 100%!important;
    }
    .the_champ_social_login_title{
        padding: 10px 0px 0px 4px;
        font-size: 14px!important;
    }
    .theChampLogin{
        margin: 0px 5px 0px 5px!important;
    }
    .discussiontb{
        margin: 0;
    }
}
/*end*/

@media screen and (max-width: 1292px) {
    .tb_off{
        display: none!important;
    }
}
@media screen and (max-width: 767px) {    
    .m_off {
        display: none!important;
    }
    .edg_padd {
        padding-left: 2%;
        padding-right: 2%;
    }
    .d_off{
        display: block!important;
    }
    .mt_50by40{
        margin-top: 40px;
    }
    .setion_title {
        font-size: 12px;
        margin: 5px 0 10px 0;
    }
    /*header media*/
    .v_head_content{
        position: fixed!important;
        height: 60px!important;
        padding: 14px 0%!important;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08)!important;
    }
    .v_head_content .v_search{
        display: block!important;
    }   
    .m_logopadding{
        padding: 3px 5px 3px 10px;
    }
    .m_searchpadding{
        padding: 0 0px 5px 5px;
    }
    .m_menupadding{
        padding: 0 5px 0 3px;
    }
    .v_head_content .v_logo {
        margin-right: 7px;
        top: 1px;
    }
    .v_head_content .v_logo img{
        width: 50px;
    }
    .v_head_content .v_search{
        top: 0px;
        margin: 0px 0px 0px 0px;
    }
    .v_head_content .v_search form input{
        border-radius: 8px;
        min-width: 100%;
        padding: 6px 7px 6px 30px;
    }
    .v_head_content .v_search form input::placeholder{
        font-size: 10px;
    }
    .v_head_content .v_search form button{
        padding: 5px 8px;
        font-size: 12px;
        left: 7%;
    }
    .v_head_content .v_options{
        font-size: 10px;
        top: -17px;
    }
    .v_head_content .v_userinfo{
        padding: 0 0 0 3%;
    }
    .v_head_content .v_options .v_dropbtn .v_user{
        width: 27px;
        padding: 8px 3px;
    }
    .v_head_content .v_options .dropbtn_eorr_padd .v_user_img{
        width: 30px;
        height: 30px;
        margin: 14px 0 14px 0;
    }
    .v_head_content .v_options .v_dropdown{
        padding: 5px 5px 5px 0;
        margin: 0;
    }
    .v_head_content .v_options .v_dropbtn{
        padding: 12px 0 12px 0;
    }
    .v_head_content .v_options .v_dropdown_content{
        min-width: 130px;
    }
    .v_head_content .v_options .v_dropdown_content a{
        padding: 8px 10px;
        font-size: 15px;
    }
    .v_head_content .v_menubar{
        width: 35px;
        height: 35px;
        margin: 0 10px 0 0px;
        top: 2px;
    }
    .v_head_content .v_menubar .v_bar{
        top: 40%;
        width: 18px;
    }
    .v_head_content .v_menubar .v_bar:nth-child(2){
        top: 20%;
        width: 28px;
    }
    .v_head_content .v_menubar .v_bar:nth-child(3){
        top: 60%;
        width: 22px;
    }
    .v_head_content .v_menubar:hover .v_bar{
        width: 30px!important;
    }
    .v_menu .menu_head p{
        font-size: 12px;
        top: 67%;
    }
    .v_menu .menu_head .menu_user_img{
        width: 75px;
        height: 75px;
        margin: 5px 0 30px 0;
    }
    .v_menu .menu_head .menu_logo{
        width: 85px;
        margin: 5px 0 30px 0;
    }
    .v_menu .menu_head .log_reqst{
        top: 60%;
        width: 75px;
        font-size: 8px;
        padding: 3px;
    }
    .v_menu .menu_head .fa-pencil{
        padding: 5px 6px;
        font-size: 8px;
        bottom: 66px;
        right: 72px;
    }
    /* offer slider styles */   
    .v_offer_slider{
        margin-top: 65px;
        overflow: visible;
    }
    .v_offer_slider .vos_cont{
        padding: 0;
    }
    .v_offer_slider .swiper-container .card{
        border-radius: 5px;
    }
    /*service section*/
    .v_services{
        padding: 0 10px;
    }
    .v_services .service{
        height: 130px;
        padding: 5px;
        border-radius: 10px;
    }
    .v_services .service .service_img{
        padding: 0px;
        margin: 0 auto;
        text-align: center;
    }
    .v_services .service img{
        width: 40%;
    }
    .v_services .service .service_details{
        padding: 0 7px;
    }
    .v_services .service .service_details h2{
        font-size: 14px;
        margin: 5px 0 5px 0;
    }
    .v_services .service .service_details p{
        font-size: 8px;
    }
    /*topics section*/
    .v_topics .topic {
        width: 85%;
        min-height: 105px;
        border-radius: 7px;
    }
    .v_topics .topic .topic_img{
        padding: 0 5px;
    }
    .v_topics .topic .t_name{
        padding: 8px 4px;
    }
    .v_topics .topic .t_name p{
        font-size: 10px;
    }
    .v_services .swiper-pagination, .v_topics .swiper-pagination{
        bottom: -5px!important;
        transform: scale(0.6);
    }
    /*Events and Trending course*/
    .v_events .event{
        width: 90%;
        height: 160px;
    }
    .v_events .event .event_img{
        height: 82px;
    }
    .v_events .event .event_details {
        padding: 6px;
    }
    .v_events .event .event_details h2{
        min-height: 28px;
        font-size: 13px;
        margin: 0px 0px 10px 0px;
    }
    .v_events .event .event_details p{
        font-size: 8px;
        margin: 0px 0px 8px 0px;
        padding: 0;
    }
    .v_events .event .event_details .fa{
        padding-right: 5px;
        width: 10px;
    }
    .v_events .event .event_details .product_link{
        right: 5px;
        bottom: -2px;
    }
    .v_kits .event .event_details .kit_link {
        bottom: -16px!important;
        right: 14px!important;
    }
    .v_events .event .event_details .product_link p {
        font-size: 10px;
    }
    .v_events .event .event_details .product_link button{
        padding: 3px 7px;
        font-size: 11px;
    }
    .v_courses .prices_dtl .offer_p{
        font-size: 12px!important;
        margin: 0!important;
    }
    .v_courses .prices_dtl .original_p{
        font-size: 10px!important;
    }
    .v_courses .course_link p{
        font-size: 12px!important;
        margin: 0!important;
    }
    .v_courses .course_link{
        bottom: -4!important;
    }
    /*Top Instructors*/
    .v_instructors{
        overflow: visible;
    }
    .v_instructors .instructor{
        height: 65px;
        margin: 0 auto 12px auto;
        border-radius: 7px;
        padding: 5px 0;
    }
    .v_instructors .instructor .instructor_img{
        padding: 7px 0px;
    }
    .v_instructors .instructor .instructor_dtl{
        padding: 0 5px 0 0px;
    }
    .v_instructors .instructor .instructor_dtl h2{
        margin: 5px 0 0 0;
        font-size: 14px;
    }
    .v_instructors .instructor .instructor_dtl p{
        font-size: 10px;
        margin: 0 0 5px 0;
    }
    .v_invt_instr{
        width: 94%;
        margin: 10px 3% 0 3%;
        padding: 10px;
    }
    .v_invt_instr img {
        max-width: 80%;
    }
    .v_invt_instr h3{
        font-size: 16px;
        margin: 10px 0 0px 0;
    }
    /*Innovation kits*/
    .v_kits .event {
        height: 160px!important;
    }
    /*Achievements*/
    .v_achievements{
        padding: 0;
    }
    .v_achievements .counter .col-xs-12{
        padding: 0;
    }
    .fa-icon{
        width: 50px;
        height: 50px;
        font-size: 20px;
        padding: 13px 13px;
    }
    .counter-count{
        font-size: 16px;
    }
    .employee-p, .customer-p, .order-p, .design-p{
        height: 30px;
        font-size: 13px;
    }
    /*Achievements*/
    
    /*testimonials*/
    .v_testimonials .testimonial{
        padding: 2%;
        height: 200px;
        border-radius: 10px;
        width: 90%;
        margin: 0 auto;
    }
    .v_testimonials .testimonial .t_user_img{
        padding: 14px 0;
    }
    .v_testimonials .testimonial .t_user_dtls h4{
        font-size: 14px;
    }
    .v_testimonials .testimonial .t_usr_d2{
        font-size: 8px;
    }
    .v_testimonials .testimonial p{
        font-size: 10px;
    }
    .v_testimonials .testimonial .t_user_dtls{
        padding-right: 0 2px;
    }
    .v_testimonials .quatation{
        width: 45px;
        bottom: -5%;
        right: 10%;
    }
    /*Join Vaanahaa*/
    .fa_vnha_custom{
        font-size: 35px!important;
        padding: 15px 0;
    }
    .v_connect_ttl{
        font-size: 11px;
        padding: 0;
    }
    /*Our Associations*/
    .v_associations .associate{
        height: 60px;
        padding: 4px;
        border-radius: 7px;
    }
    .v_associations .asso_img img{
        max-width: 105%;
        max-height: 52px;
    }
    .v_associations .swiper-pagination{
        bottom: -14px!important;
        transform: scale(0.7);
    }
    /*footer*/
    .v_footer{
        border-radius: 30px 30px 0 0;
        text-align: center;
    }
    .v_footer h6{
        font-size: 15px;
        margin: 20px 0 10px 0;
    }
    .v_footer li{
        display: inline-flex;
        font-size: 10px;
        padding: 3px;
    }
    .v_footer p{
        font-size: 10px;
    }
    .v_footer .f_contact li{
        display: block;
    }
    .v_footer .f_social .fa{
        font-size: 18px;
        padding: 5px;
    }
    .f_payment img{
        width: 80%;
    }
    .v_footer .f_copyright p{
        font-size: 8px;
    }
    .v_footer .mobi_contact{
        display: inline!important;
    }
    /*contact detils updating css main code placed on the bootom of the footer*/
    .v_user_details_field{
        top: 68px;
    }
    .v_user_details_field:after{
        right: 55px;
    }

    /*Single product page*/
    .v_product_cont{
        padding: 0;
        margin-top: 60px;
    }
    .v_prodthumb_cont{
        padding: 0;
        margin: 0;
        height: auto;
        top: 60px;
    }
    .v_prodthumb_cont .v_pro_thumb{
        margin: 0;
    }
    .v_prodthumb_cont .v_pro_thumb img {
        width: 100%;
        border-radius: 0px; 
    }
    .v_prodthumb_cont .v_pro_thumb .plush_play_btn{
        width: 60px;
        height: 60px;
        padding: 10px 10px 10px 13px;
    }
    .v_prodthumb_cont .v_pro_thumb .plush_play_btn i{
        font-size: 20px;
        padding: 11px 5px;
    }
    .v_prodetails_cont {
        position: relative;
        top: -25px;
        border-radius: 35px 35px 0 0;
        margin-bottom: -25px;
        box-shadow: 0 -1px 10px #00000026;
    }
    .v_likes_cont {
        position: relative;
        top: -25px;
        left: 10px;
    }
    .liked_info{
        position: absolute;
        left: 110px;
        bottom: -3px;
    }
    ul.sharing_btns i{
        width: 35px;
        height: 35px;
        font-size: 16px;
        padding: 9px;
    }
    .v_prodetails_cont .v_p_title{
        top: auto;
        min-height: 10px;
    }
    .v_prodetails_cont .v_p_title h1 {
        font-size: 16px;
        margin: 5px 0 5px 0;
    }
    .v_prodetails_cont .v_p_title .v_pro_id{
        font-size: 10px;
    }
    .v_product_cont .dsk_buy_link {
        position: sticky;
        bottom: 0;
        z-index: 6;
        background: #e0e0e0;
        padding: 15px 0px;
        width: 100%;
        border-radius: 15px 15px 0 0;
    }
    .v_prodetails_cont .v_prod_dtls .v_prod_priceing .booking_price_info .bookinbg_txt{
        font-weight: 600;
    }
    .v_prodetails_cont .v_prod_dtls .v_o_e_info .v_e_infotxt{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .v_prodetails_cont .v_prod_dtls .v_o_e_info .v_e_infotxt span{
        font-size: 14px;
    }
    .v_prodetails_cont .v_prod_dtls .v_o_e_info .v_e_infotxt span.c_lang{
        padding: 1px 7px;
        font-size: 12px;
    }
    .v_prodetails_cont .v_prod_dtls .v_prod_priceing{
        margin-bottom: 75px;
        min-height: 10px;
    }
    .v_prodetails_cont .v_prod_dtls .v_prod_priceing .booking_price_info span{
        font-size: 20px;
    }
    .v_prodetails_cont .marketing_met .sub_heading{
        top: 60px;
        font-size: 17px;
    }
    .v_prodetails_cont .marketing_met i{
        width: 30px;
        height: 30px;
        font-size: 14px;
        padding: 5px;
    }
    .v_prodetails_cont .marketing_met span{
        font-size: 16px;
        font-weight: 600;
    }
    .v_prodetails_cont .marketing_met .course_desc span, .v_prodetails_cont .marketing_met .normal_desc span{
        font-size: 13px;
        font-weight: normal;
    }
    .v_prodetails_cont .marketing_met .normal_desc ul {
        padding-left: 0px;
    }
    .v_prodetails_cont .v_p_tab_cont{
        min-height: auto;
    }
    .v_prodetails_cont .v_p_tab_cont .tab_ul{
        top: auto;
    }
    .v_prodetails_cont .v_p_tab_cont .tab_ul li{
        padding: 10px 5px 10px 25px;
        font-size: 14px;
        text-align: left;
    }
    .v_p_more_cont .v_product_moreinfo .sub_heading{
        top: 60px;
        font-size: 17px;
    }
    .v_p_more_cont .v_product_moreinfo .gallery_imgs{
        height: 100px;
    }

    /*rate & comment*/
    .backstyle{
        height: auto;
    }
    .showcommnet{
        float: none;
    }
    .avgrat{
        font-size: 18px;
        text-align: center;
    }
    .rating > label:before{
        font-size: 13px;
    }
    .input_reviewer{
        padding: 7px;
    }
    /*rate & comment end*/
    .v_reg_otps {
        margin-bottom: 50px;
    }
    .entrollment_cont{
        width: 90%;
    }
    /*overlay info*/
    .over_cont{
        left: 6%;
        right: 6%;
    }
    .promo_vid_cont {
        left: 12%;
        right: 12%;
        top: 30%;
    }
    .promo_vid_cont .close_unlock2{
        font-size: 12px;
        padding: 4px 10px;
        top: -26px;
    }
    /*Event Registration Days Count*/
    .reg_dys_count{
        left: 50%;
        min-width: 85%;
        padding: 7px 15px 7px 7px;
    }
    .reg_dys_count .reg_c_txt{
        font-size: 13px;
        padding: 0px 5px 10px 5px;
    }
    /*Event Registration Days Count End*/
    /*Single product page*/
    .products li.product{
        width: 48%!important;
    }
}

/*pulsh effect*/
@keyframes pulsh{
    0%{
        box-shadow: 0 0 0 0 rgba(99, 69, 238,.7), 0 0 0 0 rgba(99, 69, 238,.7);
    }
    40%{
        box-shadow: 0 0 0 50px rgba(99, 69, 238,0), 0 0 0 0 rgba(99, 69, 238,.7);
    }
    80%{
        box-shadow: 0 0 0 50px rgba(99, 69, 238,0), 0 0 0 30px rgba(99, 69, 238,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(99, 69, 238,0), 0 0 0 30px rgba(99, 69, 238,0);
    }
}
/*registration closing date warining*/
@-webkit-keyframes reg_worning {
    0% {
        color: white;
    }
    100% {
        color: yellow;
    }
}
/*Shake animation*/
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
/*end*/

/*Load animation start*/
.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}
/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: .6s;
  -moz-animation-duration: .6s;
  -ms-animation-duration: .6s;
  -o-animation-duration: .6s;
  animation-duration: .6s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
/* CSS Animations */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }   100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        -webkit-transform: translateX(20px);
    }

    80% {
        -webkit-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    60% {
        -moz-transform: translateX(20px);
    }

    80% {
        -moz-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(20px);
    }

    80% {
        -o-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        transform: translateX(20px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    60% {
        -webkit-transform: translateX(-20px);
    }

    80% {
        -webkit-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    60% {
        -moz-transform: translateX(-20px);
    }

    80% {
        -moz-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    60% {
        -o-transform: translateX(-20px);
    }

    80% {
        -o-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }   100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}
@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }

    50% {
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes moveUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(40px);
    }   100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes moveUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes moveUp {
    0% {
        opacity: 1;
        -o-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.animated.animationDelay{
    animation-delay:.4s;
    -webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
    animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
    animation-delay:1.6s;
    -webkit-animation-delay:1.6s;
}
.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}
.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp;
}
/*Load animation end*/

/*loading progress bar*/
.progress {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 border-radius:0!important;
 z-index: 9999;
 height:auto!important;
 margin-bottom:0px!important;
 background-color: transparent;
}
.bar { 
  background: #6345ee; 
  width:0%; 
  height:3px; 
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.percent { 
  position:absolute; 
  display:inline-block; 
  top:3px; 
  left:48%; 
}
/*end*/