/*
 Theme Name: Paarami Theme Child
 Theme URI: https://www.paarami.com/
 Description: A child theme of Paarami Theme.
 Author: Paarami
 Author URI: https://www.paarami.com/
 Template: paarami
 Version: 1.0.0
*/
* {
    letter-spacing: 0!important;
}
body p:empty,
.fancybox-toolbar button,
.fancybox-navigation,
.forminator-ui.forminator-custom-form[data-design=default] .forminator-description span,
.fancybox-infobar,
html body .hidden,
body header,
.hidedesktop{display:none!important;}

body .forminator-ui,
.fancybox-toolbar button.fancybox-button--close{display:block!important;}


select,
select option,
.forminator-input::placeholder,
.forminator-textarea::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}
button, input, optgroup, select, textarea,
select{
    color: #000 !important;
    opacity: 1 !important;
    border-radius: 5px;
    height: 50px!important;
    padding: 0 15px!important;
    width: 100%;
    font-weight: 400 !important;
	background: #F9F9F9!important;
	border: 1px solid #F1F1F1!important;

}
body select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding: 0 10px!important;
    background: #F9F9F9 url(/wp-content/uploads/2025/05/select-arrow.svg) no-repeat right 15px center!important;
    background-size: 18px;
}
body .forminator-error-message {
    color: red;
    top: 5px;
    position: relative;
}
.forminator-select-dropdown .select2-selection__placeholder {
    color: #000 !important;
}
textarea::placeholder,
input::placeholder,
select::placeholder,
.forminator-input::placeholder,
.forminator-textarea::placeholder,
.forminator-select-dropdown .select2-selection__placeholder {
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 400 !important;
}
/* For the select dropdown placeholder */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
}
.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 18px !important;
}
/* For the dropdown options */
.select2-results__option {
    color: #000 !important;
}
html body p {
    margin: 0 0 15px!important;
    line-height: 1.4;
}
html body em,
html body li,
html body td,
html body p {
    font-size: 15px!important;
    font-weight: 500;
}
html body h2{
    font-size: 24px;
}
html body h3{
    font-size: 20px;
}
html body h4{
    font-size: 16px;
        line-height: 1.4;
}
html body h6,
html body h5,
html body h4,
html body h3,
html body h2,
html body h1 {
    line-height: 1.4;
    font-weight: 600;
    color: #222222;
    margin: 0;
    letter-spacing: 2px;
}
html body h1 {
    font-size: 45px;
    margin: 0;
    color: #FFFFFF;
}
body main .entry-content{
    padding: 0!important;
}
body main .fluid-container{
    max-width: 100% !important;
}
.w-100{
    width: 100%;
}
.aligncenter{
    text-align: center;
}
.grid-container {
	display: grid;
    gap: 0 6%;
}
body {
  font-family: "Poppins", serif;
	margin: 0;
	padding: 0px;
    color: #252525;
}
body a {
    text-decoration: none;
    color: #252525;
}
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

body #riskfree .riskf-inner button,
body #eventwrp .event-inner button,
.forminator-ui#forminator-module-292.forminator-design--default .forminator-button-submit,
html body .sitebtn a {
    background: #FFBC2B!important;
    font-size: 20px!important;
    padding: 10px 25px;
    color: #1C1C1C!important;
    display: inline-block!important;
    width: auto !important;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase!important;
}
body #eventwrp .event-inner button:hover,
.forminator-ui#forminator-module-292.forminator-design--default .forminator-button-submit:hover,
html body .sitebtn a:hover {
    background: #1C1C1C !important;
    color: #fff!important;
}
html body .sitebtn {
    display: block;
}
img {
    height: auto;
}
b, strong {
    font-weight: 600!important;
}
.owl-carousel .owl-nav {
    position: static;
    top: unset;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(0%);
    display: flex;
    max-width: max-content;
    margin: 0 auto!important;
    justify-content: center!important;
    text-align: center;
}
body .owl-nav button{
    top: -30px!important;
    color: #8c8c8c!important;
    font-size: 70px!important;
}
body .owl-nav button.owl-prev{
    right: 60px!important;
}
body .owl-nav button.owl-next{
    left: 60px!important;
}
html body .owl-carousel button.owl-dot {
    padding: 7px !important;
    background: #000;
    margin: 0 7px;
    border-radius: 50px;
}
html body .owl-carousel button.owl-dot.active {
    background: #00aeef;
}
.owl-theme .owl-dots .owl-dot:focus,
.owl-theme .owl-dots .owl-dot:hover,
.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-]:hover {
    background: red!important;
    color: #000!important;
    outline-width: 0px!important;
    outline-style: unset!important;
}
.owl-theme .owl-nav *,
.owl-theme .owl-dots .owl-dot {
    margin: 0!important;
}
body .owl-dots {
    text-align: center;
}
body .owl-carousel .owl-nav button.owl-next, 
body .owl-carousel .owl-nav button.owl-prev {
    padding: 0 15px!important;
    background: #ffffff;
    line-height: 1;
}
body .owl-carousel .owl-nav button span {
    line-height: 1;
    height: 59px;
    font-size: 53px;
    color: #fff;
    opacity: 0;
}
.owl-carousel .owl-stage-outer {
    background: url(/wp-content/uploads/2024/11/quotes.svg) no-repeat top right 30px;
}
body .owl-carousel .owl-nav button:focus,
body .owl-carousel .owl-nav button.owl-next, 
body .owl-carousel .owl-nav button.owl-prev {
    padding: 0 15px!important;
    background: url(https://events.shaileshkantak.com/wp-content/uploads/2024/12/arrow-r.svg) no-repeat;
    line-height: 30px;
    height: 55px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid #fff!important;
}
body .owl-carousel .owl-nav button.owl-prev {
    background: url(https://events.shaileshkantak.com/wp-content/uploads/2024/12/arrow-l.svg) no-repeat;
}
.owl-stage-outer .stars2 img{
	width: auto;
}
.grid-colums4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid-colums5 {
    grid-template-columns: repeat(5, 1fr);
}
.counterwrp .grid-colums3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 0%;
}
.counterwrp .container .grid-colums3{
    padding: 40px;
    border-radius: 20px;
    background: #262626;
}
.counterwrp{
    font-size: 45px;
    font-weight: 600;
}
html  body #counterwrp .counter-inner h4 {
    font-weight: 400!important;
    font-size: 16px!important;
}
.counterwrp .counter:after {
    content: "+";
}
.limitedseats,
.whatlearn{
    background: #222222;
}
body .videowrp h2 {
    font-size: 28px;
    font-weight: 500;
}
.whatlearn .inner p {
    margin: 15px auto 0!important;
}
.reviewswrapper .box{
    padding: 40px;
    background: #ECECEC;
    border-radius: 10px;
}
.faqs summary {
    cursor: pointer;
    list-style-type: none;
    position: relative;
    line-height: 1.2;
    font-weight: 500;
    padding: 20px;
    border-radius: 10px;
    font-size: 18px
}
.faqs details>summary::-webkit-details-marker {
    display: none
}
.faqs details>summary::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 18px;
    background: url(/wp-content/uploads/2025/02/arrow.svg) right 10px no-repeat!important;
    height: 20px;
    width: 20px;
    background-size: 16px!important
}
.faqs details summary {
    border: 1px solid #000000;
    margin-bottom: 20px;
}
.faqs details[open]>summary::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 18px;
    background: url(/wp-content/uploads/2025/02/arrow.svg) right 10px no-repeat!important;
    height: 20px;
    width: 20px;
    background-size: 16px!important;
}
.faqs details[open] {
    margin-bottom: 20px;
    padding: 0
}
.faqs details[open] div {
    padding: 5px 20px
}
.review-head p {
    margin-bottom: 0px!important;
}

/* 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);
    position: relative;
}
#popup-content h2 {
	margin-bottom: 10px;
}
html body .close-popup {
    background-color: #262626;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    color: #ffffff !important;
    border-radius: 100px !important;
    position: absolute;
    top: -12px;
    right: 8px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
html body .close-popup:hover {
	background-color: #FFFFFF!important;
}
html body .banner-inner .container3 *,
.whitetext *,
html body .close-popup:hover a,
.thankyou h5 b,
.happy-inner .innerbtm *,
.happy-inner .innerbtm h4,
body .countdownwrpblck .countdownwrp .grid-colums3 >p {
    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;
}
body .countdownwrp *{
    margin-bottom: 0!important;
}
body .countdownwrp .grid-colums3{
    align-items: center;
} 
body .countdownwrp {
    background: #eee;
    padding: 20px 2px;
    text-align: center;
}
body .countdownwrp .countdown-element {
    background: #222;
    border-radius: 10px;
    color: #fff;
    width: 100px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
body .countdownwrp .countdown-element .countdown-numbers{
    font-size: 30px!important;
    color: #FFFFFF!important;
    font-weight: 700;
    line-height: 1;
}
body .copy_write ul,
body .countdown-container{
    margin: 0 auto;
}
body .copy_write {
    padding: 20px 20px 140px;
    background: #D6D6D6;
}
body .copy_write ul{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2vw;
}
body .countdownwrp .grid-colums3 {
    gap: 0 2%;
}
html body .thankyou h1 {
    color: #222222!important;
}
body .thankyou h4 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 400;
}
.thankyou h5 {
    font-size: 22px;
    line-height: 1.4;
}
body .countdownwrpblck .stickytitle,
.endofwebinar .innerbox:hover * {
    color: #fff !important;
}
body div .countdownwrpblck,
body div .countdownwrpblck .countdownwrp {
    background: #222;
}
body .countdownwrpblck .countdown-element {
    background: #fff;
    color: #222;
}
body .countdownwrp .grid-colums3 >p {
    text-align: left;
    font-size: 25px!important;
    color: #262626!important;
}
body .forminator-ui {
	margin-top: 0!important;
}
body .pum-container .pum-title,
body .forminator-ui .popmake-title{
	margin: 0!important;
}
.pum-theme-281 .pum-title, .pum-theme-lightbox .pum-title {
    font-weight: 500!important;
}
html body .stickybtn.freezbtn {
    left: -10px;
}
html body #bannerwrp .banner-inner button {
	background: #fff!important;
    color: #1C1C1C!important;
}
html body #bannerwrp .banner-inner button:hover {
	background: #FFBC2B!important;
}
body #bannerwrp {
    background: url(/wp-content/uploads/2025/07/banner_bg.avif) no-repeat;
    background-size: cover;
}
#abtfoundation .colm .inner {
    background: #eee;
    padding: 30px 50px 10px;
    border-radius: 20px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
#abtfoundation .eventwrp,
#abtfoundation .container {
    max-width: max-content!important;
}
#abtfoundation .eventwrp,
#abtfoundation .container {
    max-width: max-content!important;
}
body #riskfree .riskf-inner button:hover,
body #bannerwrp .banner-inner .container4 button:hover,
body #bannerwrp .banner-inner .container2 button:hover,
.banner-inner .container1 button{
    background: #fff!important;
}
.banner-inner .container1 button:hover{
    background: #fff!important;
    color: #1C1C1C!important;
}
body #bannerwrp .banner-inner .container4 button,
body #bannerwrp .banner-inner .container2 button{
    background: #FFBC2B!important;
}
.rating-inner .colm1 .inner {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222222;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
}
.rating-inner .slide-wrp .inner1{
    width: max-content;
    grid-template-columns: auto auto;
}
.rating-inner .slide-wrp .inner2 p{
    margin: 20px 0 0px!important;
}
.rating-inner .slide-wrp{
    background: #eee;
    padding: 30px;
    border-radius: 20px;
}
.happy-inner .colm .inner {
    position: relative;
}
body .happy-inner .container3 {
    max-width: max-content!important;
}
.happy-inner .innerbtm {
    position: absolute;
    bottom: 10px;
    left: 30px;
    color: #fff;
    max-width: 250px;
}
body .event-inner{
    background: url(/wp-content/uploads/2025/07/eventbg.avif) no-repeat;
    background-size: cover;
}
body .event-inner .colm{
    max-width: max-content;
    margin: 0 auto;
    background: #eee;
    padding: 50px;
    border-radius: 20px;
}
body .event-inner .colm h4,
body .event-inner .colm h3{
    margin: 0!important;
    line-height: 1.4;
}
body .event-inner .colm .inner {
    margin-bottom: 20px!important;
}
body .riskf-inner{
    background: url(/wp-content/uploads/2025/02/riskfreebg.webp) no-repeat;
    background-size: cover;
}
body .riskf-inner h2{
    margin-bottom: 20px!important;
}
body .riskf-inner .colmrht img{
    max-width: 400px;
    margin: 0 auto;
}
#whtulearn .whtlearn-inner .colm p,
#whtulearn .whtlearn-inner .colm ul li,
body .riskf-inner h2,
body .counter-inner *{
    color: #fff!important;
}
body .yellowbg {
    max-width: 700px!important;
}
body .yellowbg .inner {
    background: #FFBC2B !important;
    padding: 30px 80px;
    border-radius: 10px;
}
.banner-inner ul li {
    position: relative;
    padding-left: 25px;
}
.banner-inner ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 14px;
    height: 14px;
    border: solid 2px #E4FDBF;
    background: #65A20B;
    border-radius: 100px;
}
body #bannerwrp .banner-inner .container1 button {
    font-size: 22px!important;
    padding: 12px 24px;
}
body .event-inner h3 span,
body #bannerwrp .banner-inner h1 span {
    background: #E20B0B;
    padding: 0 10px;
    border-radius: 10px;
    color: #fff;
}
body #bannerwrp .banner-inner .container2 .ctawrp {
    max-width: max-content;
    text-align: center;
    margin: 20px 0 0 !important;
}
body #bannerwrp .banner-inner .container4 p,
body #riskfree .riskf-inner .innercta p,
body #eventwrp .event-inner .cta-link p,
body #bannerwrp .banner-inner .container2 .ctawrp p {
    font-size: 16px !important;
    margin: 10px 0 0!important;
}
#whtulearn .whtlearn-inner .colm{
    background: #0A1757;
    padding: 50px;
    border-radius: 10px!important;
}
#whtulearn .whtlearn-inner .colm h4 {
    color: #FFBC2B!important;
    margin: 25px 0 10px;
}
#whtulearn .whtlearn-inner .colm li b {
    display: block;
}
#whtulearn .whtlearn-inner .colm ul {
    list-style: disc!important;
    padding-left: 20px!important;
}
#whtulearn .whtlearn-inner .colm ul li{
    margin-top: 20px!important;
}
#whtulearn .whtlearn-inner .colm p {
    font-size: 16px!important;
}
#whytojoin .why-inner .inner {
    grid-template-columns: auto auto!important;
    align-items: center;
}
#whytojoin .why-inner .inner1 img {
    width: auto!important;
}
#main-content section ul{
    list-style: disc!important;
    padding-left: 20px!important;
}
#ourtrainer .trainer-inner .grid {
    align-items: center!important;
}
#ourtrainer .trainer-inner .container {
    max-width: 900px !important;
}
#testimonials .testim-inner .slide-item .inner,
#ourtrainer .trainer-inner h4 {
    margin-bottom: 15px;
}
#reviews .container1 img {
    max-width: 400px;
    width: 100%;
}
.rating-inner .owl-nav {
    margin-top: 30px!important;
}
.certificate-inner .container img {
    max-width: 800px!important;
    width: 100%;
}
body #riskfree .riskf-inner .innercta {
    max-width: max-content;
    text-align: center;
}
body .awards-inner .container h4 {
    text-align: center;
    font-size: 18px!important;
    margin-top: 15px;
}
body .faqs .container {
    max-width: 1000px!important;
}
body #main-content section.copy_write .container ul,
#main-content section#bannerwrp .container2 ul {
    list-style: none!important;
    padding-left: 0px!important;
}
.happy-inner .innerbtm p {
    font-size: 16px!important;
    margin-top: 12px!important;
}
#testimonials .testim-inner .owl-carousel .owl-nav.disabled {
    display: flex;
    max-width: max-content;
}
.happy-inner .container {
    max-width: max-content!important;
}
html body .rupee {
    font-family: auto!important;
    font-size: 23px!important;
}
html body .banner-inner .container3 {
    max-width: 900px!important;
}
html body .banner-inner .container3 h4 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 10px;
}
body .copywrite2 p{
    font-size: 11px !important;
    margin: 0!important;
}
body .copywrite2 {
    margin-top: -15px;
}
body #main-content section .textboxwrp ul {
	max-width: max-content!important;
	margin: 0 auto!important;
	column-count: 2!important;
	list-style-type: none !important;
    margin: 40px auto !important;
}
body .textboxwrp ul li {
    margin: 0 auto!important;
    list-style-type: none !important;
}
body .formwrpr{
    padding: 30px 30px 20px;
    background: #0a1757;
    border-radius: 10px;
}
.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 15px!important;
}
body #bannerwrp .banner-inner .container2 .formwrpr .iti__country-container button {
    background: transparent!important; 
    border: none !important;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-phone.iti--allow-dropdown .forminator-input {
    padding-left: 110px !important;
}
body .coursetimetablewrp table th img {
	max-width: max-content;
	max-height: 15px;
}
body .coursetimetablewrp table th .thhead{
    display: flex;
    align-items: center;
    gap: 5px;
}
body .coursetimetablewrp table td{
    font-size: 16px!important;
}
body .coursetimetablewrp table td.ctatd span{
    display: inline-block;
}

.seat-bg{
	background: #FFBC2B;
    width: max-content;
    padding: 5px 20px;
    margin: 0 auto !important;
    color: #000;
	font-size: 15px !important;
}




@media (min-width: 769px) {
body .whatlearn .container{
    max-width: 999px;
}	
html body h1 {
    line-height: 1.5;
}
.rating-inner .slide-wrp {
    min-height: 370px;
}	
body section#bannerwrp .container2 .grid {
    align-items: center;
}
body .counter-bg {
    background: url(/wp-content/uploads/2025/02/counterbg.webp) no-repeat;
    background-size: 100%;
    display: block;
    width: 100%;
    height: 500px;
    z-index: -1;
    position: absolute;
}
html body #main-content .countdownwrp.mobtimer {
    display: none!important;
}	
.banner-inner ul li {
    margin: 35px 0;
}
	
}






@media (min-width: 1101px) {
	
.container {
    max-width: 1000px;
}
html body em,
html body li,
html body td,
html body p {
    font-size: 16px!important;
}
html body .sitebtn a {
    font-size: 20px!important;
}
html body h1 {
    font-size: 45px;
}
html body h2 {
    font-size: 40px;
    font-weight: 700;
}
html body h3{
    font-size: 36px;
}
html body h4{
    font-size: 30px;
}

}








@media (min-width: 1200px) {
	
.container {
    max-width: 1100px;
}
html body h1 {
    font-size: 45px;
}
html body h2{
    font-size: 45px;
}
html body h3{
    font-size: 28px;
}
html body h4{
    font-size: 22px;
}



}











@media (min-width: 1300px) {
	
.container {
    max-width: 1150px;
}



}









@media (min-width: 1500px) {
	
html body em,
html body li,
html body td,
html body p {
    font-size: 19px!important;
}	
.container {
    max-width: 1280px!important;
}

}







@media (min-width: 1921px) {

html {
    max-width: 1478px!important;
    margin: 0 auto!important;
        background: #eee;
}
body {
        background: #fff;
}
	
}




@media (max-width: 1100px) {
body .stickybtn .stickywrapper {
    display: flex!important;
}
.counterwrp {
    font-size: 25px;
}
}



@media (max-width: 1000px) {
body #counterwrp {
    background: #0d1650;
}

}




@media (max-width: 768px) {
.hidemobile{
    display: none!important;
}	
	
.hidedesktop{display:block!important;}	
html body #main-content .countdownwrp.hidemobile {
    display: none!important;
}
#whtulearn .whtlearn-inner .colm p,	
html body em, html body li, html body td, html body p {
    font-size: 20px!important;
}
html body h3 {
    font-size: 25px!important;
}
html body h4,	
#whtulearn .whtlearn-inner .colm h4	{
    font-size: 22px!important;
}
body .countdownwrp .stickywrapper  {
    display: block!important;
    text-align: center!important;
}
body .stickybtn .stickywrapper {
    gap: 0;
}
body .countdown-container {
    max-width: max-content;
    margin: 10px auto !important;
    display: flex;
}	
body .copy_write {
    padding: 20px 20px 120px;
}
body .copy_write ul {
    display: block;
}
.counterwrp {
    font-size: 45px;
}
#abtfoundation .container {
    max-width: 100%!important;
}
#abtfoundation .container .grid {
    gap: 0!important;
}
body .countdownwrp.mobtimer .countdown-element {
    background: unset;
    color: #000000!important;
    width: unset;
    height: unset;
    display: flex;
}
body .countdownwrp.mobtimer .countdown-element .countdown-numbers{
    color: #000000!important;
}
body .countdownwrp.mobtimer .sitebtn a{
    font-size: 18px !important;
    padding: 6px 10px !important;
}
body .countdownwrp.mobtimer .stickytitle{
    font-size: 18px !important;
}
body .countdownwrp.mobtimer div#CountdownMinutes1:after {
    content: ":";
    padding-left: 5px;
}	
body .countdownwrp.mobtimer .stickywrapper	{
    display: flex!important;
        justify-content: space-between;
}
body .countdownwrp.mobtimer .countdown-container {
    margin: 5px auto 0!important;
        gap: 5px;
}
html body .banner-inner iframe  {
    width: 100%!important;
    height: auto !important;
}	
body #main-content section .textboxwrp ul {
    column-count: 1!important;
}	
body .textboxwrp ul li {
    margin: 20px auto!important;
}
html body h1 {
    font-size: 20px!important;
}	
body #bannerwrp .banner-inner .container1 button {
    height: auto!important;
}
body .coursetimetablewrp table td.ctatd {
    padding: 10px !important;
}
	
	
}






@media (max-width: 600px) {
section#bannerwrp .container2 .colmrht {
    margin: 0px 0 20px;
}
body .event-inner {
    padding-bottom: 40px;
}	
.why-inner .gap-16 {
    gap: 1rem!important;
}
body .yellowbg .inner {
    padding: 30px!important;
}
body #counterwrp {
    background: #0d1650;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
#ourtrainer .trainer-inner .grid {
    gap: 0rem;
}		
#gallery *{
    padding: 0!important;
}
#awards .owl-nav,
#gallery .owl-nav,
#ourtrainer .trainer-inner .grid h3{
    margin-top: 20px!important;
}
body .copy_write {
    padding: 20px 20px 100px;
}
body #bannerwrp .banner-inner h1 span {
    margin: 0px 0 15px;
    display: inline-block;
}
#whytojoin .why-inner .inner {
    display: block;
    text-align: center;
}
#whytojoin .why-inner .inner img {
    margin: 0 auto 20px;
}
.mobtimer div.difit1st:after {
    content: ":";
    padding-left: 5px;
}
body .countdownwrp.mobtimer .stickywrapper .colminner2 *,	
body .countdownwrp.mobtimer .stickytitle {
    font-size: 14px !important;
}
html body .banner-inner .container3 .grid {
    gap: 2rem;
}	
html body .banner-inner iframe  {
    width: 100%!important;
    height: 230px!important;
}	
#whtulearn .whtlearn-inner .colm p, html body em, html body li, html body td, html body p {
    font-size: 16px!important;
}
	
}
