@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@600&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/* 
.top{
    min-height: 100vh;
    margin:0;
    padding:0;
    color:white;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
   
} */
/* 
body{
    min-height: 100vh;
    background-color: rgb(193, 193, 193);
   
    
} */




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;
    
}
#btn-1{
    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 */
.mailid{
    font-size: 1.3rem;
    display: flex;
}
.mail-icon{
    margin-left: 0.5em;
    margin-top: 0.6%;
}

.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%;
}



.bottom{
    min-height: 100vh;
    padding: 8.8%;
    background: #00353B;
    
}

/* plans */
.plans-container{
    background: #7ba88fb0;
    border-radius: 2%;
    top: 2%;
    font-size: 15px;
    padding-top: 4%;
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    padding-bottom: 8%;
}

.plans-container .plans-header{
    color: hsl(233,13%,49%);
    margin: 3,3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* cards */
.plans-container .cards{
    margin-top: 2%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transform: scale(0.92);

}

.plans-container .card{
    background-color: rgb(243, 243, 243);
    color: rgb(29, 36, 94);
    border-radius: 0.8rem;
   

}

.plans-container .card1{
    background: rgb(206, 206, 206);
    
    border-radius:0.8rem ;
    color: rgb(51, 51, 51);
    transform: translateY(-1%);
    transform: translateX(3.5%);
    -webkit-box-shadow: 0px 2px 25px 1px rgba(232,232,232,0.45);
    -moz-box-shadow: 0px 2px 25px 1px rgba(232,232,232,0.45);
    box-shadow: 0px 2px 25px 1px rgba(232,232,232,0.45);
    
    
}

.plans-container .cards .card.active{
    /* background: linear-gradient(135deg, #85df21,#126e24); */
    color: #fff;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    border-radius: 0.9rem;
    display: flex;
    align-items: center;
    transform: scale(1.11);
    z-index: 1;
    -webkit-box-shadow: 0px 1px 25px 1px rgba(232,232,232,0.5);
    -moz-box-shadow: 0px 1px 25px 1px rgba(232,232,232,0.5);
    box-shadow: 0px 1px 25px 1px rgba(47, 47, 47, 0.5);
    
    
}
#silver{
    color: #212121ec;
}

.plans-container ul{
    
    margin: 2.6rem 2.2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.card-list  li{
    margin-right: 12%;
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: 110%;
    padding: 0.80rem 0;
}

.card-list  li.price{
    font-size: 2.2rem;
    color: hsl(0, 0%, 0%);
    padding-bottom: 2rem;
    margin-right: 18%;
    font-weight:600;

}

.plans-container header h1{
    font-size: 3rem;
    font-weight: bold;
    color: #00353B;
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* btn-anim */

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(30deg);
   }
    80% {
        transform: translateX(-100%) translateY(-100%) rotate(30deg);
   }
    100% {
        transform: translateX(100%) translateY(100%) rotate(30deg);
   }
}
.wrapper {
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
}
.box--gradient {
    display: flex;
    margin: 0 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.box--gradient p {
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    margin: 0;
    font-size: 30px;
}
.box--gradient:after {
    content: '';
    top: 0;
    transform: translateX(100%) rotate(30deg);
    width: 300%;
    height: 300%;
    position: absolute;
    z-index: 1;
    animation: shine 2.8s infinite ease-in;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(128, 186, 232, 0) 100%);
}
.box--gradient.silver {
    background: linear-gradient(to bottom, #bcc6cc, #eee, #bcc6cc);
}
.box--gradient.gold {
    background: linear-gradient(to bottom, #c39738, #deb761, #c39738);
}
.box--gradient.gold:after {
    animation-delay: 1s;
}
.box--gradient.platinum {
    background: linear-gradient(to bottom, #d5d7e5, #eee, #d5d7e5);
}
.box--gradient.platinum:after {
    animation-delay: 2s;
}



/* btn-anim-end */


.card-list .pack{
    margin-right: 16%;
}

.shadow{
    box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}

.card.active .price{
    color: #fff;
}
.plans-container button{
    font-family: 'Montserrat', sans-serif;
}



.first-li{
    position: relative;
    right: 2%;
}

.plans-container .check-icon{
    margin-right: 5%;
}
.plans-container .check-icon-one{
    transform: translateX(-55%);
}
.plans-container .cross-icon-two{
    transform: translateX(-105%);
   
}
.plans-container .cross-icon-one{
    /* transform: translateX(-110%); */
}


.plans-container .btn1{
    margin-top: 1rem;
    height: 2.6rem;
    width: 11.5rem;
    font-weight: bold;
    color: #353535;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #ededed;
    transition: 0.3s ease;
}
.plans-container .btn1:hover{
    background: #1e1e1ec2;
    color: #ccc;
    -webkit-box-shadow: 0px 0px 25px 0.01px rgba(160, 160, 160, 0.481);
    -moz-box-shadow: 0px 0px 25px 0.01px rgba(160, 160, 160, 0.481);
    box-shadow: 0px 0px 25px 0.01px rgba(160, 160, 160, 0.481);
}

.plans-container .btn2{
    margin-top: 1rem;
    height: 2.6rem;
    font-weight: bold;
    width: 12.3rem;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    
    color: hsl(0, 0%, 9%);
    transition: 0.3s ease;
    
}
.plans-container .btn2:hover{
    background: #2c2c2c;
    color: hsl(0, 0%, 92%);
    -webkit-box-shadow: 0px 1px 25px 1px rgba(0, 0, 0, 0.321);
    -moz-box-shadow: 0px 1px 25px 1px rgba(0, 0, 0, 0.321);
    box-shadow: 0.1px 0.1px 35px 0.05px rgba(0, 0, 0, 0.321);
}




.plans-container .bottom-bar{
    border-bottom: 2px solid hsl(240, 8%, 70%,0.583);
}

.plans-container .card.active .bottom-bar{
    border-bottom: 2px solid hsl(240, 8%, 85%,0.283);
}

.plans-header{
    margin-bottom: 3.5%;
}


#check-img{
    width: 30%;
    margin-top: -50px;
    border-radius: 50%;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
    
}

.popup{
    z-index: 999;
    width: 400px;
    background: linear-gradient(240deg,#a3d5c4,#e4e9e8);
    border-radius: 100px;
    position: absolute;
    color: #111827;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    visibility: hidden;
   transition : transform 0.4s, top 0.4s;
   box-shadow: 0 10px 35px rgba(0,0,0,0.5);
}

.open-popup{
    visibility: visible;
    top: 190%;
    border-radius: 6px;
    transform: translate(-50%,-50%) scale(1);
    transition : transform 0.4s, top 0.4s;
    
}

/* .close-popup{
    visibility: hidden;
    top: 0%;
    transform: translate(-50%,-50%) scale(0.1);
    transition: transform 0.4s, top 0.4s;
     box-shadow: 0 2px 15px rgba(0,0,0,0.5);
} */



.popup label a{
    color: #111827;
}

.popup h2{
    font-size: 38px;
    font-weight: 500;
    margin: 30px 0 10px;


}

.popup .button1{
    width: 45%;
    margin-top: 50px;
    padding: 10px 0;
    background: #2b8d5f;
    color: #fff;
    outline: none;
    border: 0;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: 0.2s ease;


}

.popup #button2{
    width: 45%;
    margin-top: 50px;
    padding: 10px 0;
    background: #d73f08;
    color: #fff;
    outline: none;
    border: 0;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: 2.5 ease;

}

.popup #button2:hover{
    background:#e76333 ;
    box-shadow: 0 0 10px 0 #e85050;
}

.popup .tnc{
    color: rgb(77, 77, 205);
}

.popup #atag{
    pointer-events: none;
    margin-left:0;
}
.popup #atagone{
    pointer-events: none;
    margin-left:0;
}

.popup #check:checked ~ #atag{
    pointer-events: all;
}
.popup #check:checked ~ #atagone{
    pointer-events: all;
}
.popup#atag:hover #btncheck {
    background:#43B366;
    box-shadow: 0 0 10px 0 #158E5E;
}

/* plans */

/* 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;
    }
    .plans-container{
        background: #7ba88fb0;
        
        top: 2%;
        font-size: 15px;
        padding-top: 2%;
        min-height: 100vh;
        font-family: 'Montserrat', sans-serif;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
        margin: 1%;
        transform: scale(1);
        padding-bottom: 1.2%;
        
    }
    .bottom{
        min-height: 100vh;
        padding: 3.8%;
        background: #00353B;
        padding-top: 3%;
    }
    

    .card1{
        margin-right: 6.5%;
        transform: translateX(10%);
    }
    .plans-container .cards .card.active{
         margin-top: 10%;
         transform: scale(0.98);
     }
  
  	 .popup{
        z-index: 999;
        width: 365px;
        background: linear-gradient(240deg,#a3d5c4,#e4e9e8);
        border-radius: 100px;
        position: absolute;
        color: #111827;
        top: 0%;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.1);
        text-align: center;
        padding: 0 30px 30px;
        visibility: hidden;
       transition : transform 0.4s, top 0.4s;
       box-shadow: 0 10px 35px rgba(0,0,0,0.5);
    }
    .open-popup{
        visibility: visible;
        top: 40%;
        border-radius: 6px;
        transform: translate(-50%,-50%) scale(1);
        transition : transform 0.4s, top 0.4s;
        
    }
    
    
}
@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;
    }
   
}






























/* plans */
/* .plans-container{
    background: #000;
    font-size: 15px;
    padding-top: 4%;
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.plans-container .plans-header{
    color: hsl(233,13%,49%);
    margin: 3,3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */


/* cards */
/* .plans-container .cards{
    margin-top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.plans-container .card{
    background-color: rgb(243, 243, 243);
    color: rgb(29, 36, 94);
    border-radius: 0.8rem;

}

.plans-container .card1{
    background: rgb(215, 215, 215);
    border-radius:0.8rem ;
}

.plans-container .cards .card.active{
    background: linear-gradient(135deg, #85df21,#126e24);
    color: #fff;
    display: flex;
    align-items: center;
    transform: scale(1.1);
    z-index: 1;
}

.plans-container ul{
    margin: 2.6rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.card-list  li{
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
}

.card-list  li.price{
    font-size: 2.8rem;
    color: hsl(232, 13%, 33%);
    padding-bottom: 2rem;

}

.shadow{
    box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}

.card.active .price{
    color: #fff;
}
.plans-container button{
    font-family: 'Montserrat', sans-serif;
}

.plans-container .check-icon{
    margin-right: 5%;
}
.plans-container .check-icon-one{
    transform: translateX(-230%);
}
.plans-container .cross-icon-two{
    transform: translateX(-100%);
}
.plans-container .cross-icon-one{
    transform: translateX(-110%);
}


.plans-container .btn1{
    margin-top: 1rem;
    height: 2.6rem;
    width: 13.3rem;
    font-weight: bold;
    color: #e6e6e6;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(135deg, #85df21,#126e24);
}

.plans-container .btn2{
    margin-top: 1rem;
    height: 2.6rem;
    font-weight: bold;
    width: 13.3rem;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(135deg, #e6e6e6,#e3e3e3);
    color: hsl(133, 81%, 40%);
}


.plans-container .bottom-bar{
    border-bottom: 2px solid hsl(240, 8%, 70%,0.583);
}

.plans-container .card.active .bottom-bar{
    border-bottom: 2px solid hsl(240, 8%, 85%,0.283);
} */


