body{
    margin:0;
    padding:0;
    color:white;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}

.block1{
    background-color: #00353B;
} 
#logo{
    height:110px;
    transition:300ms;
 }
.logo{
    transition:100ms;
    font-size:15px;
}
header{
    z-index:999;
    display:flex;
    justify-content: space-between;
    align-items:center;
    top:0;
    left:0;
    background-color: #00353B;
    position: fixed;
    width: 100%;
    /* border-bottom: 1px solid #FCD8CA; */
}
li{
    list-style: none;
    font-size:20px;
    width:100%;
    padding:5px 20px;
}
li a{
    color:#fff;
    width:100%;
}
.change{
    color:#000;
}
a{
    text-decoration:none;
}
.head{
    /* margin-left:10em; */
    display: flex;
    align-items: center;
}
.main-a:hover,.main-b:hover,.main-c:hover,.main-d:hover{
    color:rgb(153, 210, 190);
}
.head a{
    transition:0.3s;
}
.main-a:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:10;
    bottom:-5;
    transition:0.3s;
}
.main-a:hover:after {
    width:70%;
}
.main-b:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:12;
    bottom:-5;
    transition:0.3s;
}
.main-b:hover:after {
    width: 84%;
}
.main-c:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:12;
    bottom:-5;
    transition:0.3s;
}
.main-c:hover:after {
    width:85%;
}
.main-d:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:12;
    bottom:-5;
    transition:0.3s;
}
.main-d:hover:after {
    width: 72%;
}
.graded {
    position:relative;
}
.gra{
    cursor: pointer;
}
.down1{
    transition: 200ms ease;
}
.graded:hover .gra {
    color: rgb(153, 210, 190);
}
.graded ul{
    position:absolute;
    left:17;
    z-index:999;
    top:26;
    height:0;
    overflow:hidden;
    width:160px;
    background:#fff;
    text-align: left;
    color:#111827;
    font-style:arial;
    transition:300ms ease;
    align-items: center;
}
.graded:hover ul{
    height:109px;
}   
/* Above block is for : Default On-Hover Dropdown_size for all tabs in navbar */

.dropdownsize1:hover ul{
    height:145px;
}
/* Above block is for : Specific On-Hover Dropdown_size for Specific tab in navbar */

.dropdownsize2:hover ul{
    height:40px;
}
/* Above block is for : Specific On-Hover Dropdown_size for Specific tab in navbar */

.graded:hover .down1{
    transform:rotate(180deg);
}
.graded ul li{
    color:#000;
    font-style:arial;
    width:100%;
    overflow:visible;
    margin-left:20;
    font-weight:0;
}
.graded li{
    width:fit-content;
}
.graded ul li:hover{
    background:#43B366;
    color:white;
    /* width:100%; */
}
.bar{
    width:fill;
    height:4px;
    margin-left:-40px;
    background:#158E5E;
}
.graded ul li{
    text-decoration:none;
    margin-left:-32px;
    font-size: medium;
    width:220px;
}
.about:hover ul{
    height:75px;
}
.services ul li{
    width:140px;
}
.services ul{width:140px;}
.services:hover ul{
    height:130px;
}
#menu{
    cursor:pointer;
    font-size:x-large;
    display:none;
    padding-right:5vw;
    margin-left:20px;
}
.logo_img h2 {
    font-size:25px;
}
#head{
    position:fixed;
    right:0;
    top:0;
    transition:400ms ease-in-out;
    width:0;
    overflow: hidden;
    background: #156930;
    height:100%;
    z-index:1000;
}
.menu_a1 a li:hover{
    background:#148457;
}
#menudrop{
    cursor:default;
    /* font-size:20px; */
}
#menudrop:hover .menu_drop{
    display:block;
}
.menu_drop {
    display:none;
    overflow: hidden;
    position:absolute;
    background: #6b7179;
}
.menu_drop li:hover{
    background-color:#4B5563;
} 
.logo_img{
    /* width:10%; */
    display:flex;
    align-items: center;
    padding-left:5vw;
}
.head_main{
    text-align: center;
}
.logo {
    font-family: 'Nunito', sans-serif;
    display:inline-block;
}
h2{
    padding:0;
    margin:0;
}
a{
    margin:0 1vw;
    color: white;
    font-family: 'Baloo 2', cursive;
    z-index:999;
    /* font-weight: bold; */
}
a:hover{
    color:rgb(185, 247, 216);
}
.yt2{
    padding-right:5vw;
    display:inline;
}
.yt{
    border:none;
    border-radius: 50px;
    display:flex;
    align-items: center;
    padding:9px 26px 9px 8px;
    font-size:larger;
    transition:300ms ease-in-out;
    cursor:pointer;
    position:relative;
    z-index:0;
}
.yt a{
    color:#111827;
    font-weight: 700;
    z-index:99;
    transition:200ms ease;
}
.yt i{
    transition:400ms ease-in-out;
}
.yt:hover .ext{
    padding-left:180px;
}
.yt:hover{
    color:white;
}
.yt:hover i{
    transform:rotate(-45deg);
}
.yt:hover a{
    color:white;
}
.ext{
    background: #158E5E;
    color:white;
    border-radius: 50px;
    padding:10px;
    position:absolute;
    transition:400ms ease;
    right:4px;
    z-index:1;
}
.block2{
    background: #00353B;
    padding: 100px 5vw 0 5vw;
    font-family: 'Poppins', sans-serif;
    font-size:40px;
    position:relative;
}
.block2 p{
    margin:0;
    padding:100px 0 120px 12px;
    width:60%;
}
.bl1 p{
    padding-top:185px;
}
.b1{
    position:absolute;
    top:250;
    right:200;
}
.search{
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.block3{
    padding:100px 0;
    margin:0 20vw;
}
.block3 i{
    color:rgb(77, 77, 77);
}
.block3 input{
    border:none;
    border-bottom:1px solid black;
    padding:8px 0;
    width: 100%;
}
.block3 input:focus{
    outline:none;
}
.btns button{
    border:none;
    border-radius:50px;
    padding:5px 10px;
    font-size:small;
    margin-bottom: 30px;
}
#a{
    background:#158E5E;
    color:#fff;
}
.card{
    margin-bottom:20px;
    overflow:hidden;
}
.dropdown{
    max-height:0;
    overflow:hidden;
    transition:400ms ease-in-out;
}
.d1 button{
    border:none;
    background: #FCD8CA;
    border-radius: 50px;
    font-size: 14px;
    padding:5px 15px;
}
#down{
    transition:200ms ease-in-out;
    transition-delay:100ms;
}
.d1{
    padding:20px;
}
.d1 p {
    color:#111827;
    font-size: 25px;

}
.c1{
    display:flex;
    justify-content: space-between;
    color:black;
    padding:20px 20px 0 20px;

}
.c1 p{
    color:grey;
    font-size: small;
}
.c1 a i{
    color:#158E5E ;
    font-size:large;
}
.drop{
    border:1px solid rgb(238, 233, 233);
    background:white;
    text-align: left;
    padding:15px 22px;

}
.block8{
    background-color: #00353B;
    font-family: 'Poppins', sans-serif;
    padding:30px 5vw 0 5vw;
}
.b10{
    text-align:center;
    padding-top:70px;
    margin-bottom: 60px;
}
.block8 h1{
    font-size: 45px;
}
.logo2{
    display:flex;
    align-items: center;
}
footer{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.f1{
    text-align: left;
    width:60%;
    margin-bottom: 30px;

}
.f2{
    width:60%;
    margin-top: 30px;
}
.f2 p{
    font-size:25px;
    padding-left:15px;
}
hr{
    border:none;
    border-top:1px solid rgb(199, 204, 202);
}
.notes{
    overflow: hidden;
}
.question_hide{
    display:none;
    transition:200ms ease-in-out;
}
.question_show{
    display:block;
    transition:200ms ease-in-out;
}
/* About us page css */
.blo3{
    background:#FCD8CA;
    padding:25px 5vw;
}
.blo3 a{
    color:black;
}
.block4_abt{
    font-size:small;
    padding:100px 0;
}
.yt3{
    margin-left:-15px;
}

.block4_abt li {
    font-size:15px;
}
.block4_abt h4{
    color:#111827;
    margin-bottom: 30px;
}
/* Contact us page css */

.form1{
    width:44%;
}
form{
    font-size: small;
}
.form1 input{
    width:100%;
    border-radius: 10px;
    border:1px solid black;
    padding:10px 20px;
    margin-bottom: 20px;
}
textarea{
    width:100%;
    height:200px;
    border-radius:10px;
    padding: 10px 20px;
}
.form1 h2{
    font-size: 40px;
    margin-bottom: 15px;
}
form button{
    background: #43B366;
    color:white;
    padding:15px 30px;
    margin-top:15px;
    border-radius: 10px;
    border:none;
    transition: 200ms ease-in-out;
}
form button:hover{
    margin-top:18px;
    background:#158E5E;
}
.block4_cont{
    display:flex;
    justify-content: space-evenly;
    padding:70px 5vw;
    background:#00353B;
    color:#fff;
    height:1100px;
    padding-top:150px;
}
.cont_img img{
    width:500px;
    max-width:500px;
    border-radius: 20px;
    margin-left:20px;
}
.cont_img{
    border-radius:20px;
}
.block5_cont{
    background:#FCD8CA;
    color:#111827;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    margin:0px 10vw;
    border-radius: 30px;
    padding:100px 40px;
    font-size: large;
    margin-top:-180px;
}
.block5_cont h2{
    margin-bottom:5px;
    font-size:2vw;
}
.block5_cont a{
    color:#111827;
    text-decoration: underline;
    margin-left:0;
}
.circle{
    padding:15px;
    border-radius: 50%;
    background: #fff;
    width:fit-content;
    margin-bottom:20px;
}
.block5_cont i{
    color: #111827;
    font-size:30px;
}
/* privacy policy */
.block4_pri{
    color:#111827;
    margin:100px 22vw;
}
.block4_pri h2{
    margin-bottom: 20px;
}
.block4_pri h1{
    font-size: 28px;
}
.block4_pri li{
    margin-bottom:8px;
    font-size:medium;
}
.blocck4_pri p{
    color:#00353B;
}
/*Terms & Conditions */
.block4_terms h1{
    font-size:xx-large;
}
.block4_terms {
    color:#111827;
    margin:100px 22vw;
}
.block4_terms h5{
    margin-bottom: 12px;
}
.block4_terms p{
    line-height: 29px;
}
.blocck4_terms p{
    color:#00353B;
}

/* Qualifier Coaching css */
.block4_coaching{
    background: #00353B;
    padding:150px 13vw 40px 13vw;
    display:flex;
    justify-content: space-between;
    align-items: center;
    
}
#btn1{
    border:none;
    border-radius: 10px;
    color:#111827;
    width:fit-content;
    background: #FCD8CA;
    padding:5px 20px;
    margin-bottom: 20px;
}
.ch1 h1{
    
    margin:18px 0 30px 0;
}
.ch1 button{
    background: #158E5E;
    color:white;
    border:none;
    border-radius: 10px;
    pointer-events:none;
    padding:8px 15px;
    transition:400ms ease;
}
#atag{
    pointer-events: none;
    margin-left:0;
}
#atagone{
    pointer-events: none;
    margin-left:0;
}

#check:checked ~ #atag{
    pointer-events: all;
}
#check:checked ~ #atagone{
    pointer-events: all;
}
#atag:hover #btncheck {
    background:#43B366;
    box-shadow: 0 0 10px 0 #158E5E;
}
#atagone:hover #butncheck{
    background:#43B366;
    box-shadow: 0 0 10px 0 #158E5E;
}
label{
    margin-bottom:10px;
}
.ch1{
   
    width:60%;
}
.ch1 li {
    font-size:14.5px;
}
.ch2 img{
    width:380px;
    border-radius: 20px;
}
.ch2{
    position:relative;
}
#inside {
    position:absolute;
    left:25;
    top:45;
    border-radius:0;
    width:333;
    box-shadow: 0 0 -10px 0 grey;
}
#logo4{
    height:110px;
}
.hide{
    display:none;
}
.input input:focus{
    outline:none;
}



/* newthingsbychirag-start */
.highlightone{
    font-size: 0.90rem ;
    
}

.highlighttwo{
    font-size: 0.88rem;
    font-weight: bold;
    color: #c7e80f;
}

.goldbox{
    color: #e6e4e3;
    
  
    text-align: center;
    justify-content: center;
    align-items: center;
     line-height: 0.18em;
    width: 14%;
    font-size: 0.65rem;
    padding: 0.25em;
    border-radius: 10px;
    display: inline-block;
    background: #b7a910;
}

.goldbox p{
    margin-top: 1%;
}


/* newthingsbychirag-end */

@counter-style circled-alpha {
    system: cyclic;
    symbols:🌿;
    suffix: " ";
  }
  
  ul li{
    list-style: circled-alpha;
  }

/* media queries */
@media screen and (max-width:1457px){
    .logo_img {
        padding-left:2vw;
    }.yt2 {
        padding-right:2vw;
    }
}
@media screen and (max-width:1417px){
    .logo_img {
        padding-left:1vw;
    }.yt2 {
        padding-right:1vw;
    }
}
@media screen and (max-width:1380px){
    .logo_img {
        padding-left:2vw;
    }
    .yt2{
        padding-right:2vw;
    }
}
@media screen and (max-width:1352px){
    .logo_img {
        padding-left:1vw;
    }
    .yt2{
        padding-right:1vw;
    }
}
@media screen and (max-width:1300px){
    .logo_img {
        padding-left:0.1vw;
    }
    #logo {
        height:100px;
    }
    .logo h2{
        font-size:20px;
    }
    .yt2 {
        padding-right:0.1vw;
        width:fit-content;
    }
}
@media screen and (max-width:1255px){
    .logo_img {
        padding-left:0;
    }
    #logo {
        height:100px;
    }
    .yt2 {
        padding-right:3px;
    }
}
@media screen and (max-width: 1213px) {  
    .head{
        display:none;
    }
    #menu{
        display:block;
    }
    .form1 {
        width:70%;
    }
    .block4_terms,.block4_pri{
        margin-left:10vw;
        margin-right:10vw;
    }
    .block4_coaching{
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .b1{
        right:100;
    }
    .yt2{
        display: none;
    }
    #body{
        margin:0 3vw;
        height:550px;
    }.body1{
        margin-right:20px;
    }
    .block3 {
        margin:120px 3vw;
    }.b2{
        margin-left:20px;
    }
    .block4{
        margin:120px 3vw;
    }.b3{
        margin-right:20px;
    }.block5{
        margin:120px 3vw 150px 3vw;
    }.b6{
        margin-left:20px;
    }.block6{
        margin:0 3vw 100px 3vw;
    }.b8 img{
        height:400px;
        width:600px;
    }.b7{
        margin-left:50px;
    }
    .block7{
        margin:0 3vw 100px 3vw;
    }.txt1{
        margin:0 200px 20px 200px; 
    }#img1{
        width:550px;
    }
}
@media screen and (max-width:1078px){
    .block8{
        padding:0 2vw 0 2vw;
    }
    .cont_img{
        display:none;
    }
}
@media screen and (max-width:963px) {
    .row {
        display: block;
    }
    #b1 img, #b4 img, #b5 img {
        width:100%;
    }
    .block3,.block4,.block5{
        padding:0 5vw;
    }
    .body2 img{
        /* height:100%; */
        max-width:100%;
    }
    .block2 p{
        width:100%;
    }
    #show{display:none;}
    .hide{
        display:grid;
    }
    .ch2{
        width:100px;
        position:relative;
    }
    .block6{
        display:block;
        margin:0 10vw 50px 10vw;  
    }
    .block7 {
        display:block;
        padding:0 10vw;
    }
    .b7 {
        width:fit-content;
        padding:50px 0;
    }
    .b7 h1{
        font-size:3vw;
    }
    .b7 p {
        font-size:15px;
    }
    .b8 img{
        width:100%;
    }
    .hide img{
        width:100%;
    }
    .body1 {
        width:100%;
        margin-bottom:50px;
    }
    footer {
        display:block;
    }
    .f2 i {
        display:none;
    }
    .f2 a{
        display:block;
    }
    #body{display:block;}
    #heading{font-size:5vw;}
    footer {
        display:block;
        margin:0 auto;
        margin:0 10vw;
    }.block4_coaching{
        display:block;
    }
    .ch2 img{
        width:380px;
    }
    .block4_coaching{
        padding-left:15vw;
        padding-right: 15vw;
    }
    .ch1 {
        width:100%;
        margin-top:50px;
    }
}
@media screen and (max-width:870px){
    .txt1 {
        margin:0 8vw 20px 8vw;
    }
    .b1 {right:20;}
    .block5_cont {
        display:block;
        padding:40px 50px;
    }
    .block5_cont div {
        margin-top:30px;
    }
    .block5_cont h2{
        font-size:3.5vw;
    }
}
@media screen and (max-width:690px){
    .b8 {
        display:none;
    }
    .b1{display:none;}
    .block2{
        padding-top:60px;
    }
    .block2 p{
        padding-bottom:100px;
    }
    .block4_terms,.block4_pri{
        margin-left:2vw;
        margin-right:2vw;
    }
    .form1 {
        width:100%;
    }
}
@media screen and (max-width:563px){
    footer {
        margin:0 5vw;
    }
    .block4_coaching{
        padding-left:5vw;
        padding-right:5vw;
    }
    #logo4{
        height:80px !important;
    }
    .f2 p{
        font-size:20px;
    }
    .logo2 h2{
        font-size:20px;
    }
}
@media screen and (max-width:500px){
    footer {
        margin:0 1vw;
    }
    .block5_cont{
        margin-left:4vw;
        margin-right:4vw;
    }
    .block5_cont h2{
        font-size:6vw;
    }
}
@media screen and (max-width:437px){
    .hide img{
        width:340px;
    }
    #inside {
        width:300px;
        left:20;
    }
}