html body .singlecolmeoevent .calendarsecn:first-child,
html body .section-countdwnfuter .countdown-container .countdown-element:first-child:after,
.section-success-stories ul li:after,
.section-success-stories ul li:before,
.stickybtn,
html body .videoreviws,
.hiddendiv,
.temphide,
p:empty,
.hidedesktop
{display:none!important;}
html body p {
    margin: 0 0 15px!important;
    line-height: 1.4;
}
.centerdiv {
	text-align: center;
}
html body em,
html body li,
html body td,
html body p {
    font-size: 15px!important;
    color: #0c0c0c!important;
}
html body h1 {
    color: #1d34a4!important;
    line-height: 1.3;
    font-size: 30px;
    font-weight: 800!important;
    margin: 0;
}
html body h2{
    font-size: 24px;
    font-weight: 700;
}
html body h3{
    font-size: 20px;
}
html body h4{
    font-size: 16px;
}
body .logo img{
    width: 100%;
    max-width: 227px;
}
b, strong {
    font-weight: 600!important;
}
html body select{
-webkit-appearance: none;}
html body h6,
html body h5,
html body h4,
html body h3,
html body h2,
html body h1 {
    line-height: 1.2;
    font-weight: 600;
    color: #002152;
    margin: 0;
}
html body .videowrper h2 {
    margin: 10px 0 0;
    max-width: 520px;
    color: #333333;
}
.w-100{
    width: 100%;
}
html body .singlecolmeoevent {
    max-width: 600px;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr)!important;
}
body .calendarsecn {
    background: #FFFFFF;
    box-shadow: 0px 4px 32.2px rgba(204, 204, 204, 0.42);
    border-radius: 20px;
}
body .calendarsecn .innerwrpr .inner {
    padding: 15px 20px 20px;
}
body .calendarsecn .month {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 0px 0px 20px 20px;
    background: #1D34A4;
    text-transform: uppercase;
}
body .calendarsecn .date {
    font-size: 40px;
    font-weight: 700;
    color: #1d34a4;
}
.grid-container {
	display: grid;
	grid-gap: 20px; 
}
.grid-container.grid-colums2{
    grid-template-columns: repeat(2, 1fr);
}
body {
	font-family: "Raleway", sans-serif;
	margin: 0;
	padding: 0px;
}
body a {
    text-decoration: none;
}
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}
.countdown-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
}  
.countdown-element {
    background: #1d34a4 !important;
    color: #fff;
    padding: 4px 6px;
    text-transform: uppercase;
    line-height: 1.5;
    border-radius: 8px;
}
.countdown-inner {
    min-width: 110px;
    border: solid 1px #aaa;
    border-radius: 6px;
    padding: 8px;
}
html body .countdown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    column-gap: 80px;
    max-width: max-content;
    margin: 0 auto;
    padding: 10px 15px;
    background: #FFFFFF;
    box-shadow: 0px -1px 23.7px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}   
html body div .newcountersecn2colms .countdown-element {
    padding: 5px 0 !important;
}
html body .countdown-container .countdown-element{
    position: relative;
}  
html body .countdown-container .countdown-element:first-child:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #333333;
    top: 0;
    right: -40px;
}  
div.countdown-numbers {
    font-size: 42px;
    font-weight: 700!important;
    line-height: 1;
}
html body .newcountersecn2colms .countdown-inner,
html body .newcountersecn2colms div.countdown-text,
html body .newcountersecn2colms .countdown-element {
    background: transparent!important;
    color: #333 !important;
    padding: 0!important;
    margin: 0!important;
    border: solid 0px #aaa!important;
}
html body .newcountersecn2colms *{
    color: #1d34a4 !important;
    list-style-type: none;
    font-weight: 600;
}
html body .newcountersecn2colms div.countdown-text {
    font-size: 20px;
    padding-top: 5px!important;
}
html body .section-countdwnfuter .newcountersecn2colms .countdown-text{
    color: #fff!important;
}
html body .section-countdwnfuter .newcountersecn2colms .countdown-numbers {
    color: #fecc00!important;
}
html body .close-popup a {
    color: #fff!important;
    color: #fff !important;
    border-radius: 100px !important;
}
html body .close-popup a:hover {
    color: #1d34a4 !important;  
}
.reviews-row {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px; 
}
.review-head .date {
	margin: 0!important;
}
.reviews-wrapper .box {
	border: 2px solid #dedede;
	border-radius: 10px;
	padding: 15px 15px 0px;			
	margin-bottom: 20px;
}				

/* Popup styling */
#exit-popup {
	display: none;
	/* Initially hidden */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}
#popup-content {
	background: #fff;
	padding: 20px;
	max-width: 600px;
	width: 100%;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
#popup-content h2 {
	margin-bottom: 10px;
}
html body .close-popup {
	background-color: #f86810!important;
	border: none;
	padding: 10px 25px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 5px;
    color: #fff !important;
    border-radius: 100px !important;
}
html body .close-popup:hover {
	background-color: #1d34a4!important;
}
html body .close-popup:hover a{
	color: #fff!important;
}
html body .stickybtn.freezbtn {
    position: fixed;
    bottom: 0;
    width: 100vw!important;
    z-index: 9999;
    display: block!important;
        background: #eee;
        padding: 10px 2px;
    text-align: center;
}
html body .stickybtn.freezbtn {
    position: fixed;
    bottom: 0;
    width: 100vw!important;
    z-index: 9999;
    display: block!important;
        background: #eee;
        padding: 10px 2px;
    text-align: center;
}
.section-faqs details[open] {
	border-color: #cdcdcd!important;
}
.section-faqs details summary {
	font-size: 16px;
	padding: 15px 32px 15px 12px;
}
.faqs summary {
	cursor: pointer;
    list-style-type: none;
    position: relative;
	line-height: 1.2;
    font-weight: 600;
    padding: 20px;
    background: rgb(217 217 217 / 50%);
    border-radius: 10px;
}
.faqs details > summary::-webkit-details-marker {
	display: none;
}
.faqs details > summary::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 18px;
    background: url(https://avadhutsathe.com/app-contents/images/inactive-arrow.webp) right  no-repeat !important;
    height: 20px;
    width: 20px;
    background-size: 16px!important;
}
.faqs details summary{
    background: #eee;
}
.faqs details[open] > summary::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 18px;
    background: url(https://www.avadhutsathe.com/) right no-repeat !important;
    height: 20px;
    width: 20px;
    background-size: 16px!important;
}
.faqs details[open] {
    border: solid #cdcdcd 1px!important;
    margin-bottom: 20px;
    padding: 0;
}
.faqs details[open] div {
    padding: 15px;
}
.faqs details[open] div ol,
.faqs details[open] div ul {
    padding-left: 20px;
}
.section-faqs details {
	margin: 20px 0 0;
}
.section-faqs .faqs {
	max-width: 100%;
}
html body .section-webnarfor {
    position: relative;
}
html body .section-webnarfor .colm2{
    text-align: left;
}
html body .section-webnarfor .secn2 h1 span {
    font-size: 25px;
    line-height: 35px;
}
html body .section-webnarfor .secn2 h1 span {
	color: #29D8DB;
}
html body .section-webnarfor .secn2 .formfootersec {
    margin-bottom: 30px!important;
}	
html body .section-webnarfor .secn2,
html body .section-webnarfor .secn2 .secwrpper {
    padding-bottom: 0px!important;
}	
html body .secn2 .secimgwrpper.hidedesktop img{
    margin-bottom: -7px!important;
}	
html body .section-webnarfor .colm2 ul {
    padding-left: 20px;
    margin-top: 30px;
}
html body .section-webnarfor .titlewrp,
html body .section-webnarfor .colm2 ul li{
    margin-bottom: 20px;
}
html body .section-webnarfor .titlewrp b {
    margin-top: 10px;
    display: block;
}
html body .sitebtn a {
    background: #F86810!important;
    border-radius: 100px!important;
    font-size: 16px!important;
    padding: 12px 30px;
    color: #fff!important;
    display: inline-block!important;
    width: auto !important;
    font-weight: 600;
}
html body .sitebtn a:hover {
    background: #1d34a4 !important;
}
html body .section-countdwnfuter .sitebtn a:hover {
    background: #fecc00 !important;
    color: #1d34a4!important;
}
html body .sitebtn {
    display: block;
}
img {
    height: auto;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-top-100 {
    padding-top: 100px;
}
.padding-top-80 {
    padding-top: 80px;
}
.padding-btm-10 {
    padding-bottom: 10px;
}
.padding-btm-20 {
    padding-bottom: 20px;
}
.padding-btm-30 {
    padding-bottom: 30px;
}
.padding-btm-40 {
    padding-bottom: 40px;
}
.padding-btm-50 {
    padding-bottom: 50px;
}
.padding-btm-80 {
    padding-bottom: 80px;
}
.padding-btm-100 {
    padding-bottom: 100px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-100 {
    margin-top: 100px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-btm-10 {
    margin-bottom: 10px;
}
.margin-btm-20 {
    margin-bottom: 20px;
}
.margin-btm-30 {
    margin-bottom: 30px;
}
.margin-btm-40 {
    margin-bottom: 40px;
}
.margin-btm-50 {
    margin-bottom: 50px;
}
.margin-btm-80 {
    margin-bottom: 80px;
}
.margin-btm-100 {
    margin-bottom: 100px;
}
.eventwrapper .level2 .lftcolm {
    background: #FAFAFA;
}
.eventwrapper .innerwrpr, 
.eventwrapper .grid-container.level2 {
    height: 100%;
    grid-gap: 0px;
}
.eventwrapper .trainer {
    font-size: 18px;
    color: #1D34A4;
    font-weight: 500;
}
.eventwrapper .trainer span{
    font-size: 15px;
    display: block;
    color: #333333;
    margin-top: 5px;
}
.eventwrapper .lang {
    font-size: 20px;
    padding-bottom: 4px;
    color: #1d34a4;
    font-weight: 600;
}
.eventwrapper .amt,
.eventwrapper .time {
    font-size: 18px;
    font-weight: 700;
}
.eventwrapper .amt {
    color: #1d34a4;
    padding-bottom: 5px;
}
body .calendarsecn .date sup {
    font-size: 30px;
}
body .imp-numbers b {
    font-weight: 700 !important;
}
body .imp-numbers h2 {
    margin-bottom: 5px !important;
}
html body .stickybtn .countdown-container {
    padding: 0!important;
    background: #eeeeee!important;
    box-shadow: unset!important;
}
html body .stickybtn p{
    margin: 0!important;
    font-size: 20px!important;
}
html body .whtlearn .whtlearn5colm .inner {
    padding: 45px 30px 20px;
    background: #F6F6F6;
    border-radius: 20px;
}
html body .whtlearn .whtlearn5colm svg {
    margin-bottom: 10px;
}
html body section li {
    position: relative;
    list-style-type: none;
    margin: 15px 0;
    text-align: left;
}
html body section li:before {
	content: "";
	height: 10px;
	width: 10px;
	position: absolute;
    left: -18px;
    top: 4px;
	border-radius: 50px;
}
body .aboutavadhut{
    background: #F6F6F6;
}
body .aboutavadhut .as-keypoint ul {
    background: url(https://01cb0bda.rocketcdn.me/wp-content/uploads/2024/11/About_AS.webp) no-repeat left center;
    max-width: max-content;
    margin: 0 auto;
    padding: 45px 20px 45px 90px;
    padding-left: 300px;
    background-size: 260px;
}
body .aboutavadhut .as-keypoint {
    position: relative;
    width: max-content;
    margin: 80px auto;
}
body .aboutavadhut .as-keypoint:before {
    content: "";
    padding: 10px 50px 10px 500px !important;
    width: auto!important;
    margin: 0 auto;
    left: 150px;
    top: -10px;
    position: absolute;
    height: 100%;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24.1px rgba(0, 0, 0, 0.1);
}
body .aboutavadhut .as-inner {
    position: relative;
    z-index: 999;
}
html body .aboutavadhut .about-as6colm .inner {
    padding: 30px;
    filter: drop-shadow(0px 1px 16.3px rgba(0, 0, 0, 0.09));
    background: #F7F7F7;
    border-radius: 10px;
    min-height: 90px;
}

html body .aboutavadhut .about-as6colm .inner .c-number{
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #1d34a4;
}
html body .about-as6colm * {
    font-size: 20px;
}
.section-success-stories ul {
    list-style: none;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.section-success-stories.videoreviews .container {
    max-width: 880px;
    margin: 0 auto;
}
.section-success-stories.videoreviews .container.innerwrpr {
    max-width: 100%;
    background: #F6F6F6;
}
.section-success-stories.videoreviews ul li {
    width: calc(33% - 20px);
}
.section-success-stories.videoreviews ul li img {
    width: 100%;
    border-radius: 10px;
}
.section-success-stories ul li img {
    display: block;
}
.section-success-stories ul li{
    margin: 0;
}
body .section-whatmakes .whatmakes-inner{
    max-width: 800px!important;
    margin: 0 auto;
}
body .section-whatmakes .whatmakes-inner{
    max-width: 800px!important;
    margin: 0 auto;
}
html body .section-whatmakes li {
    background: url(https://events.avadhutsathe.com/app-contents/images/tic.svg) no-repeat left 1px;
    background-size: 18px;
    list-style-type: none;
    padding-left: 30px;
    margin-bottom: 18px;
}
html body .section-whatmakes li:before {
    display: none;
}
html body .sitefooter{
    background: #1d34a4;
    padding: 50px 0 40px;
}
html body .site_info_wraprrow {
    background: #1a2a6a;
    padding: 15px;
    margin-bottom: 20px;
}
html body .site_info_wraprrow *{
    margin-bottom: 0px!important;
    list-style-type: none;
}
html body .site_info_wraprrow2 * {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500;
    margin-bottom: 0px !important;
}
html body .site_info_wraprrow2 .credits {
    color: #ddd !important;
    font-size: 10px !important;
}
html body .sitefooter * {
    color: #fff!important;
}
html body .sitefooter .fut_links{
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
}
html body .sitefooter .fut_links{
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
}
body .eventwrapper .datewrpr .day {
    text-transform: uppercase;
}
html body .highlyrated img{
    max-width: 500px;
}
html body .sitebtn a {
    background: #F86810!important;
    border-radius: 100px!important;
    font-size: 23px!important;
    padding: 12px 30px;
    color: #fff!important;
    display: inline-block!important;
    width: auto !important;
    font-weight: 600;
}
body .imp-numbers .inner1 b{
    font-size: 50px;
}
.eventwrapper,
.imp-numbers,
.coundwnwrpr,
.whtlearn,
.bonuswrper,
.aboutavadhut,
.section-featuredin,
.highlyrated,
.our-trainers,
.f-freedom,
.sitefooter{
    text-align: center;
}
html body .calendarsecn .wp-block-columns {
    background: #e7e6e4!important;
}
html body .caldrdate_mob, html body .caldrday_mob, html body .caldrmonth, html body .calendarsecn .caldrdate, html body .caldrday, html body .onlinewrd, html body div .eventdetails p b, html body .calendarsecnb .trainer {
    color: #1d34a4!important;
    font-weight: 800!important;
}
html body .no_scroll_view .caldrmonth, html body div.no_scroll_view .calendarsecnb .trainer, html body div.no_scroll_view .caldrday {
    font-size: 25px!important;
}
.calendarsecn .wp-block-columns {
    display: flex!important;
    align-items: center!important;
    background: #1d34a4;
    padding: 12px;
    margin: 0 0 10px;
    border-radius: 10px!important;
    column-gap: 30px;
}
body .events-ws .no_scroll_view .content {
    max-width: 500px!important;
    margin: 0 auto;
}
.calendarsecn .calendarsecninner2 {
    background: #F86810!important;
    border-radius: 100px!important;
    font-size: 18px!important;
    display: block !important;
}
html body .calendarsecn .calendarsecninner2 .bkn {
    background: #F86810!important;
    border-radius: 100px!important;
    font-size: 18px!important;
    display: block !important;
    padding: 10px;
    color: #ffffff !important;
    font-weight: 600;
}
.grid-container {
    display: grid;
}
body .aligncenter {
    text-align: center;
}
body .videoreviews .innerwrpr {
    padding: 40px;
    background: #F6F6F6;
    max-width: 50%;
}
html body .subfooter {
    background: #1d34a4;
    padding: 70px 0 10px;
}
img.hidemobile{
    width: 100%;
}
html body .section-countdwnfuter .newcountersecn2colms .countdown-text{
    color: #fff!important;
}
html body .section-countdwnfuter .newcountersecn2colms .countdown-numbers {
    color: #fecc00!important;
}
html body .section-countdwnfuter {
    background: #1d34a4;
    padding: 70px 0 10px;
}
html body .section-countdwnfuter h2 {
    color: #fff !important;
    margin-bottom: 30px;
}
html body .section-countdwnfuter .sitebtn a:hover {
    background: #fecc00 !important;
    color: #1d34a4!important;
}
html body .section-countdwnfuter .countdown-container {
    background: transparent!important;
    box-shadow: unset!important;
    column-gap: 0!important;
}
html body .section-countdwnfuter .countdown-inner {
    border: solid 0px #aaa!important;
} 
html body .section-countdwnfuter div.countdown-numbers {
    color: #fecc00 !important;
}
.no_scroll_view .calendarsecn .caldrdate {
    font-size: 45px!important;
}
body .womencanwrp .textbox img{
    max-height: 45px;
    margin-bottom: 10px;
}
html body .events-ws .sitebtn a {
    z-index: 999;
    position: relative;
}
html body .womencanwrp h3 {
    font-size: 28px!important;
}



@media (min-width: 769px) {
body .calendarsecnrwper {
    display: flex;
    max-width: max-content;
    margin: 0 auto;
    gap: 0 20px;
}    
html body .calendarsecn .calendarsecna {
    border-right: solid #1d34a4!important;
    padding-right: 30px;
}

html body div.no_scroll_view .calendarsecnb {
    text-align: left!important;
}
body .grid-colums3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 100px;
}
.avadhutsathebnr21,
.avadhutbanner2{
    margin-top: -40px;
}
.calendarsecnrow1 .wp-block-column:not(:first-child) {
    margin-left: 0em!important;
}
.womencanwrp .innerwrp{
    background: #BBEAFF;
    padding: 50px 30px;
    margin-top: -50px;
    position: relative;
}
html body .section-webnarfor .colm2 {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
        padding-left: 12%;
        position: relative;
        top: -140px;
}
html body .section-webnarfor .grid-container {
    grid-template-columns: 34% 62%!important;
    grid-gap: 4%;
}
html body .section-webnarfor .secn2 .secimgwrpper.hidemobile img {
    position: absolute;
    left: 20vh;
    bottom: 0;
    width: calc(55vh + 1vh);
}
html body .stickybtn .stickywrapper {
    display: grid!important;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
        max-width: max-content;
        margin: 0 auto;
}
html body .whtlearn5colm {
    grid-template-columns: repeat(5, 1fr);
   gap: 35px;
}
html body .about-as6colm {
    grid-template-columns: repeat(6, 1fr);
   gap: 15px;
        max-width: 1126px;
        margin: 0 auto;
}
html body .trainers6colm {
    grid-template-columns: repeat(6, 1fr);
   gap: 15px;
}
html body .trainers6colm{
   gap: 25px;
}	
html body .bonuswrper .inner {
    max-width: 740px;
    margin: 0 auto;
}

}







@media (min-width: 1101px) {
	
.container {
    max-width: 1000px;
    margin: 0 auto;
}
html body em,
html body li,
html body td,
html body p {
    font-size: 16px!important;
}
html body .sitebtn a {
    font-size: 23px!important;
}
html body h1 {
    font-size: 44px;
}
html body h2{
    font-size: 40px;
}
html body h3{
    font-size: 36px;
}
html body h4{
    font-size: 30px;
}
body .calendarsecn .innerwrpr .inner {
    padding: 25px 40px 40px;
}


}



@media (min-width: 1200px) {
	
.container {
    max-width: 1100px;
    margin: 0 auto;
}
body .calendarsecn .date {
    font-size: 60px;
}
html body h1 {
    font-size: 52px;
}
html body h2{
    font-size: 42px;
}
html body h3{
    font-size: 32px;
}
html body h4{
    font-size: 26px;
}
body .calendarsecn .date {
    font-size: 50px;
}
body .calendarsecn .month {
    font-size: 20px;
}
.eventwrapper .amt, .eventwrapper .time,
.eventwrapper .lang {
    font-size: 26px;
}



}



@media (min-width: 1300px) {
	
.container {
    max-width: 1200px;
    margin: 0 auto;
}



}




@media (min-width: 1500px) {
	
.container {
    max-width: 1486px;
    margin: 0 auto;
}
html body em,
html body li,
html body td,
html body p {
    font-size: 20px!important;
}
body .eventwrapper .trainer {
    font-size: 22px!important;
}
body .eventwrapper .datewrpr .day, 
body .eventwrapper .trainer span {
    font-size: 20px!important;
    font-weight: 500;
}
html body section.bonuswrper li {
    margin: 25px 0!important;
}
body .aboutavadhut .as-keypoint:before {
    padding: 10px 50px 10px 600px !important;
}


}





@media (max-width: 1500px) {

html body .whtlearn5colm,
html body .about-as6colm,
html body .trainers6colm {
    grid-template-columns: repeat(3, 1fr);
}


}







@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
.grid-container {
    grid-gap: 20px;
}


}






@media (max-width: 768px) {
body .aboutavadhut .as-keypoint:before,
html body .reviewssecn.reviewssecn1 .owl-nav,	
html body .emailwrpr,	
.schedule,
.calendarsecn_,	
.hidemobile{
    display: none!important;
}
html body .reviewssecn.reviewssecn1 .owl-dots,	
.hidedesktop{display:block!important;}	
html body .popupimgleft {
	float: none !important;
}
html body .caldrday_mob {
    border-bottom: solid 1px #1d34a4;
}
body .videoreviews .innerwrpr {
    padding: 40px 10px;
}
body .section-whatmakes {
    padding-top: 10px!important;
}
html body .sitefooter .site_info_wraprrow2 {
    padding: 0 20px;
}
body .reviews-row,
.grid-container.grid-colums2 {
    grid-template-columns: repeat(1, 1fr);
}	
body .aboutavadhut .as-keypoint {
    position: relative!important;
    width: 100%!important;
    max-width: max-content!important;
    text-align: left!important;
    margin: 50px auto!important;
    background: #fff!important;
    padding: 0px;
        border-radius: 20px;
}
body .aboutavadhut .as-keypoint ul {
    background: url(https://01cb0bda.rocketcdn.me/wp-content/uploads/2024/11/About_AS.webp) no-repeat top 20px center!important;
    max-width: 100%!important;
    margin: 0 auto!important;
    padding: 220px 0 10px!important;
    background-size: 200px!important;
    width: 100%!important;
}
body .aboutavadhut .as-keypoint ul li {
    padding: 0 10px 0 35px!important;
}
html body section.aboutavadhut li:before {
    left: 15px;
}
body .section-webnarfor .secimgwrpper {
    text-align: center;
}
html body .whtlearn5colm,
html body .about-as6colm,
html body .trainers6colm {
    grid-template-columns: repeat(2, 1fr);
}
body .eventwrapper .container .level1 {
    grid-template-columns: repeat(2, 1fr);
}
html body .videowrper,
body .calendarsecn .innerwrpr .inner {
    text-align: center;
}
html body .videowrper h2 {
    margin: 10px auto 0;
}
body .logo {
    margin-bottom: 0;
}
body .logo svg {
    max-width: 150px;
}
html body .eventwrapper  {
    padding-top: 20px;
}
html body .videowrper {
    padding-top: 10px;
}
html body .fw-banner,
html body .imp-numbers {
    padding-top: 50px;
}
html body .avadhutsathebnr21 h2.hidedesktop {
    text-align: center;
    margin: 60px auto 25px;
    font-weight: 700;
    padding: 0 40px;
}
html body .events-ws h3 {
        padding: 0 40px 30px;
    font-weight: 700;
}
html body .calendarsecn .wp-block-columns {
    display: block!important;
}
html body .caldrdate_mob {
    font-size: 25px !important;
}
html body .caldrday_mob {
    font-size: 18px !important;
    padding: 10px 0;
    margin-bottom: 10px;
}
.no_scroll_view .calendarsecn .calendarsecninner2 .bkn, html body div.no_scroll_view .calendarsecna .caldrday, html body div.no_scroll_view .calendarsecna .caldrmonth, html body div.no_scroll_view .calendarsecnb .trainer {
    font-size: 18px!important;
}
html body .eventdetails {
    color: #1d34a4;
}
html body .calendarsecnrow-lft {
	margin-bottom: 20px!important;
}
body .events-ws .no_scroll_view .content {
	text-align: center;
}

}













@media (max-width: 600px) {
	
.grid-item {
    font-size: 14px;
}
div.countdown-numbers {
    font-size: 30px!important;
    font-weight: 700!important;
}
html body .newcountersecn2colms div.countdown-text {
    font-size: 16px!important;
}
html body .stickybtn .countdown-container {
    column-gap: 40px;
}
html body .stickybtn .countdown-container .countdown-element:first-child:after {
    right: -20px;
}
body .stickybtn .countdown-container .countdown-inner {
    display: flex;
    gap: 5px;
    align-items: center;
}
html body .stickybtn p {
    font-size: 16px!important;
}
html body h1 {
    font-size: 28px!important;
}
html body .stickybtn .countdown-container {
    padding: 10px 0!important;
}
html body .calendarsecn .sitebtn {
    margin-top: 20px;
}
.whtlearn .container {
    max-width: 280px;
}
.section-success-stories.videoreviews ul li {
    width: calc(100% - 0px);
        padding-right: 0px;
}
.section-success-stories.videoreviews .container.innerwrpr {
    max-width: 100%;
}
body .womencanwrp  {
    background: #BBEAFF;
    padding-bottom: 20px;
}
.section-success-stories ul {
    gap: 10px;
}
html body .whtlearn5colm,
body .eventwrapper .container .level1 {
    grid-template-columns: repeat(1, 1fr);
}
body .eventwrapper .container{
    max-width: 300px;
}
.our-trainers img {
    width: 100%;
}
html body .secn2 .secimgwrpper.hidedesktop img {
    width: 100%;
}
html body .aboutavadhut .about-as6colm .inner {
    padding: 15px;
}
.section-success-stories ul {
    justify-content: center;
}
html body .whtlearn .whtlearn5colm .inner {
    padding: 25px 20px 10px;
}
html body section li {
    padding-right: 10px;
}

}
