@charset "utf-8";
/* CSS Document */

/*custom font styles start*/
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'trajan_probold';
    src: url('../fonts/trajanpro-bold-webfont.woff2') format('woff2'),
         url('../fonts/trajanpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mileastregular';
    src: url('../fonts/mileast-webfont.woff2') format('woff2'),
         url('../fonts/mileast-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*custom font styles end*/

/*page header start*/
.page-header { position: absolute; top: 0; right: 0; left: 0; padding: 20px; z-index: 1; background-color: rgba(0, 0, 0, 0.0);}
.header-logo img{ width: 400px;}

.page-header.is-sticky { position: fixed; box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1); padding: 10px 20px;  /*backdrop-filter: blur(10px);*/ animation: slideDown 0.35s ease-out; background-color: rgba(0, 0, 0, 0.8);}
.page-header.is-sticky .header-logo img{ width: 200px;}

@keyframes slideDown {
	from {
	transform: translateY(-100%);
	}
	to {
	transform: translateY(0);
	}
}
/*page header end*/

/*home page style start*/
.hero-container{background: url("../images/banner-bg.webp") no-repeat center center; background-size: cover; }
.hero-container .top-logo{max-width:350px;}
.hero-container h1{color: #f8cc4c; font-family: 'montserratsemibold'; font-size: 30px; line-height: 38px;}
.hero-container h2{ color: #fff; font-size: 26px; font-family: 'montserratsemibold';}
.hero-container h3{ color: #fff; font-size: 40px; font-family: 'montserratsemibold';}
.hero-container h4{ color: #f8cc4c; text-shadow: 3px 3px #000000; font-size: 70px; font-family: 'mileastregular'; text-transform: uppercase; transform: scaleX(1.2);}

/*golden button start*/
.golden-btn{text-transform: uppercase; font-family: 'montserratbold'; font-size: 28px; line-height: 36px; color: #000; background: #DFBA5F;
background: linear-gradient(0deg, rgba(223, 186, 95, 1) 0%, rgba(201, 161, 65, 1) 14%, rgba(229, 192, 103, 1) 45%, rgba(255, 218, 128, 1) 75%, rgba(207, 167, 73, 1) 100%); margin: 0 auto; display: table; padding:20px 40px; border-radius: 80px; border:2px solid #cba446; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; text-decoration: none;}
.golden-btn.left-align{margin: inherit;}
.golden-btn:hover{color: #fff; border-color: #7b0c26; background: rgb(169,3,41); background: linear-gradient(180deg, rgba(169,3,41,1) 0%, rgba(109,0,25,1) 100%);}
/*golden button end*/

/*silver button start*/
.silver-btn{text-transform: uppercase; font-family: 'montserratbold'; font-size: 28px; line-height: 36px; color: #000; margin: 0 auto; display: table; padding:20px 40px; border-radius: 80px; border:2px solid #bdbdbd; background: #EEEEEE;
background: linear-gradient(0deg, rgba(238, 238, 238, 1) 0%, rgba(190, 190, 190, 1) 14%, rgba(238, 238, 238, 1) 60%, rgba(210, 210, 210, 1) 100%); text-decoration: none; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.silver-btn.left-align{margin: inherit;}
.silver-btn:hover{color: #5e4a1a; border-color: #cba446; background: #DFBA5F;
background: linear-gradient(0deg, rgba(223, 186, 95, 1) 0%, rgba(201, 161, 65, 1) 14%, rgba(229, 192, 103, 1) 45%, rgba(255, 218, 128, 1) 75%, rgba(207, 167, 73, 1) 100%);}
/*silver button end*/

.red-btn{text-transform: uppercase; font-family: 'montserratbold'; font-size: 28px; line-height: 36px; margin: 0 auto; display: table; padding:20px 40px; border-radius: 80px; text-decoration: none; color: #fff; border:2px solid #7b0c26; background: rgb(169,3,41); background: linear-gradient(180deg, rgba(169,3,41,1) 0%, rgba(109,0,25,1) 100%); transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.red-btn:hover{background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(74,74,74,1) 100%); border-color:#000;}

.goa{border:5px solid #f8cc4c; border-radius: 30px; background: url("../images/goa-bg.webp") no-repeat center center; background-size: cover; padding: 45px 45px 20px; max-width: 700px;}
.goa h2{color: #f8cc4c; font-family: 'montserratsemibold'; font-size: 30px; line-height: 38px; margin-bottom: 25px; text-transform: uppercase;}
.goa h3{font-family: 'mileastregular'; color: #fff; font-size: 40px; line-height: 48px; }
.malaika-container{ background:url("../images/malaika-bg.webp") no-repeat 0 0; background-size: cover;}
.dino-container{ background:url("../images/bogmallo-bg.webp") no-repeat 0 0; background-size: cover;}
.dino-container h4{ font-size: 30px; line-height: 38px; font-family: 'montserratsemibold';}
.dino-container h5{ color: #fed755; font-size: 20px; line-height: 28px; font-family: 'montserratsemibold';}
.rina-container{ background:url("../images/rina-bg.webp") no-repeat 0 0; background-size: cover;}
.g-border{border:5px solid #f8cc4c;}

.card-container h2{color: #fff; font-size: 40px; line-height: 46px;font-family: 'montserratsemibold';}
.card-container h3{color: #f8cc4c; font-family: 'mileastregular'; font-size: 60px; line-height: 66px; }
.card-container p{color: #fff; font-size: 20px; line-height: 27px; font-family: 'montserratsemibold';}
.img-container{background-color: #020207; text-align: center;}
.img-container img{max-width:100%;}

.category-bg{background:url("../images/category-bg.webp") no-repeat center center; background-size: cover;}
.section-title{font-family: 'montserratsemibold'; color: #fff; font-size: 30px; line-height: 38px;}
.section-sub-title{font-family: 'mileastregular'; color: #f8cc4c; font-size: 44px; line-height: 52px; }

.category-block{margin-bottom:20px;}
.category-block img{ width:auto;}
.category-block h3{font-family: 'mileastregular'; color: #bebebe; font-size: 35px; line-height: 44px; text-shadow: 0 2px #000000; text-transform: uppercase; }
.category-block h4{font-family: 'montserratregular'; color: #fff; font-size: 18px;}
.shibani-container{background: url("../images/mai-nari-hoom-bg.webp") no-repeat center center; background-size: cover; position: relative; min-height: 800px; display: flex; align-items: center;}
.shibani-img{position: absolute; left:0; bottom:0;}
.shibani-img2{position: absolute; top:0; right:0; bottom:0;}

.shibani-text-inner{background-color: #42000b; border:5px solid #f8cc4c; padding: 30px; border-radius: 60px; -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);}
.shibani-text h3{font-family: 'montserratsemibold'; font-size: 30px; line-height: 38px; color: #fff;}
.shibani-text h2{font-family: 'montserratregular'; font-size: 48px; line-height: 56px; color: #fff;}
.shibani-text h4{font-family: 'mileastregular'; font-size: 44px; line-height: 52px; color: #f8cc4c;}


.bogmallo-container{background: url("../images/bogmallo-bg.webp") no-repeat center center; background-size: cover; position: relative; min-height: 800px; display: flex; align-items: center;}
.bogmallo-text-inner{background-color: rgba(0, 0, 0, 0.6); border:5px solid #c4ced5; padding: 20px; border-radius: 30px; -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);}
.bogmallo-text h2{font-family: 'montserratsemibold'; font-size: 40px; line-height: 50px; color: #fff; text-shadow: 2px 2px #000; text-transform: uppercase;}
.bogmallo-text h3{font-family: 'mileastregular'; font-size: 50px; line-height: 58px; color: #ffd33e; text-shadow: 2px 2px #000; text-transform: uppercase;}
.bogmallo-text h4{font-family: 'montserratsemibold'; font-size: 30px; line-height: 38px; color: #fff; text-shadow: 2px 2px #000; text-transform: uppercase;}
.bogmallo-text h5{font-family: 'montserratsemibold'; font-size: 24px; line-height: 30px; color: #ffd33e; text-shadow: 2px 2px #000;}


.cta2{background: url("../images/cta-2.webp") no-repeat center center; background-size: cover; display: flex; align-items: center; padding: 100px 0;} 
.cta2 h2{font-family: 'mileastregular'; text-transform: uppercase; color: #000; font-size: 60px; line-height: 66px;}
.cta2 h3{font-family: 'montserratsemibold'; font-size: 30px; line-height: 36px;}

.full-eligibility-sec{position:relative;}
.eligibility-section{background:url("../images/eligibility-bg.webp") no-repeat center center; background-size: cover; padding:20px 40px 40px; border:3px solid #c6cacf; border-radius: 30px; margin-top: 50px; box-shadow: 0 0px 8px 0 rgba(255, 255, 255, 0.35), 0 3px 20px 0 rgba(255, 255, 255, 0.3); position: relative; }
.full-eligibility-sec .before{position: absolute; top: -45px; left: -20px; }
.full-eligibility-sec .after{position: absolute; bottom: -45px; right: -20px; }

.crown{/*border-radius: 30px; border:4px solid #bb8336;*/ width: 100%; max-width: 478px;}
.spl-list{list-style-type: none; padding-left: 5px;}
.spl-list li{ font-family: 'montserratsemibold'; font-size: 17px; line-height: 23px; color: #fff; border:1px solid #67626f; border-radius: 50px; margin-bottom: 10px; padding: 10px 20px; background: #CEC3FC;
background: linear-gradient(0deg, rgba(206, 195, 252, 0.3) 0%, rgba(157, 196, 252, 0.3) 100%); transition: transform .25s ease, box-shadow .25s ease;}
.spl-list li:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,.0);}

.cta{ background:url("../images/cta-bg.webp") no-repeat center center; background-size: cover;}
.cta h2{color: #093569;   background-image: linear-gradient(45deg, #0f6fbf , #093569 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: 'mileastregular'; font-size: 40px; line-height: 48px; text-shadow:  0 0 7px rgba(0,0,0,0.35);  font-size: 48px;}
.cta h3{color: #000; font-family: 'montserratbold'; font-size: 27px; line-height: 36px;}
.cta h4{color: #000; font-family: 'montserratbold'; font-size: 36px; line-height: 42px;}
.cta h4 strong{font-size: 42px; line-height: 52px;}

.reward-section{background:url("../images/rewards-bg.webp") no-repeat center bottom #1b0703; background-size: cover; padding-bottom: 450px; padding-top:100px;}
.workshop-section{background:url("../images/workshop-bg.webp") no-repeat center top #030816; background-size: cover; padding: 100px 0 ; border-top: 5px solid #4f7492;}
.workshop-section h4{font-family: 'montserratsemibold'; font-size:24px; line-height: 32px; color: #fff; text-align: center;}
.workshop-section h4 span{color: #f8cc4c; font-family: 'montserratbold';}
.workshop-text-box{/*border:5px solid #f8cc4c;*/ /*border: 5px solid transparent; background: linear-gradient(#151515, #151515) padding-box, linear-gradient(to top, #eeeeee, #bebebe) border-box;  border-radius: 30px; padding: 30px 50px 0; margin: 30px auto;*/ /*background-color:rgba(0,0,0,0.7)*/}
.spl-list-2{list-style-type: none; padding: 0;}
.spl-list-2 li{ font-family: 'montserratsemibold'; text-align: center; color: #fff; font-size: 20px; line-height: 28px; padding-bottom: 30px;}
/*.spl-list-2 li{font-size: 26px; line-height: 34px; padding:0 0 30px 25px; color: #fff; font-family: 'montserratregular'; background: url("../images/yellow-dot.webp") no-repeat 0 8px;}*/
.spl-list-2 li strong{color: #f8cc4c; font-family: 'montserratbold';}


.spl-list-3{list-style-type: none; padding-left: 5px;}
.spl-list-3 li{ background:url("../images/yellow-arrow.webp") no-repeat 0 6px; padding-left: 60px; font-family: 'montserratsemibold';}
.spl-list-3 li h4{ color: #e8b711; font-size: 30px; line-height: 38px;}
.spl-list-3 li p{font-size: 20px; line-height: 28px; color: #fff;}

.group-img{width: 100%; max-width: 1920px; display: table; margin: 0 auto;}

.founder-and-mentors {background: url("../images/mentor-bg.webp") no-repeat center top; background-size: cover; padding: 100px 0 80px;}
.founder-and-mentors img{width: 100%;}
.col-md-20 { flex: 0 0 auto; width: 20%; margin-bottom: 20px;}
/*home page style end*/

.round{ border: 20px solid transparent; background: linear-gradient(#151515, #151515) padding-box, linear-gradient(to top, #11998e, #38ef7d) border-box; border-radius:50px;}
.square{border-width:5px; border-style:solid; border-image:linear-gradient(to top, #bc4e9c, #f80759) 1;}

.site-footer{border-top:6px solid #4f7492; padding-top: 40px; padding-bottom:20px; background: url("../images/footer-bg.webp") no-repeat 0 0 #000; background-size: cover;}
.footer-logo{max-width:180px; margin-bottom: 20px;}
.footer-joi2{max-width:224px;}

.footer-list{color:#fff; font-size:20px; font-family: 'montserratregular'; list-style-type:none;}
.footer-list li{margin-bottom:20px;}
.footer-list li.phone{ background:url("../images/phone.webp") no-repeat 0 0; padding-left: 45px;}
.footer-list li.mail{ background:url("../images/email.webp") no-repeat 0 6px; padding-left: 45px;}
.footer-list li.office{ background:url("../images/location.webp") no-repeat 0 6px; padding-left: 45px;}
.social-media{list-style-type:none; padding-left: 0;}
.social-media li{float:left; margin-right: 10px;}
.copy-section{border-top:1px solid #2a5298; margin-top: 60px; padding: 30px 0 0; color: #fff; text-align: center; font-family: 'montserratregular'; font-size: 18px; line-height: 24px;}
.copy-section a{ color:#fff;}

.page-title-section{ text-align:center;}
.page-title-section h1{color: #f8cc4c; font-family: 'montserratsemibold'; font-size: 60px; line-height: 72px; text-transform: uppercase; padding: 40px 0 10px;}
.reg-bg{ background:url("../images/glittered-bg.webp") #000 repeat center center;}
.registration-form-container{margin-bottom: 100px; padding-top: 110px;}
.registration-form-container h2{ font-size: 32px; line-height: 42px; font-family: 'montserratsemibold';}

.registration-form input[type="text"], .registration-form input[type="email"], .registration-form input[type="tel"], .registration-form input[type="number"]{ margin-bottom: 20px; font-size:20px; line-height: 28px; color: #fff; background-color: #0d141f; font-family: 'montserratregular'; border: 1px solid #1d2a3d; padding: 15px;}

.registration-form input::placeholder{color:#fff;}

.special-note{margin: 20px auto;}
.special-note > .inner{color: #fff; text-align: center; border:5px solid #574203; border-radius: 25px; padding: 20px; font-family: 'montserratregular';}
.special-note h3{font-size: 36px; line-height: 44px;}
.special-note span{color: #ffd55a; font-family: 'montserratsemibold';}
.special-note i{font-size: 24px; font-family: 'montserratbold';}

.registration-form label.terms{font-family: 'montserratregular'; font-size: 22px; line-height: 32px; color: #fff; margin-bottom: 40px;}
.registration-form label.terms a{color: #ffd55a; font-family: 'montserratbold';}
.registration-form label.terms input[type="checkbox"]{ margin-right: 20px; width: 20px; height: 20px; cursor: pointer;}
.reg-form-submit{text-transform: uppercase; font-family: 'montserratsemibold'; font-size: 20px; line-height: 26px; color: #000; margin: 0 auto; display: table; padding:18px 30px; border-radius: 40px; border:2px solid #e9ae00; background: rgb(255,213,90); background: linear-gradient(180deg, rgba(255,213,90,1) 0%, rgba(169,127,5,1) 100%); transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.reg-form-submit:hover{ color: #fff; border-color: #7b0c26; background: rgb(169,3,41); background: linear-gradient(180deg, rgba(169,3,41,1) 0%, rgba(109,0,25,1) 100%);}

.text-container{color:#fff; font-family: 'montserratregular'; font-size: 20px; line-height: 28px;}
.for-mobile{display:none;}
.red-text{color: #f2280d !important;}


.limelight-section {background:url("../images/limelight-bg.webp") no-repeat center top #3f68c1; padding: 100px 0 100px; background-size: cover;}
.limelight-section .container { position: relative;}
.limelight-title {letter-spacing: .08em; text-transform: uppercase; font-family: 'mileastregular'; color: #fff; font-size: 44px; line-height: 50px; text-shadow: 2px 3px  rgba(0,0,0,.9);}
.magazine { overflow: hidden; /*box-shadow: 0 10px 30px rgba(0,0,0,.15);*/ transition: transform .25s ease, box-shadow .25s ease; height: 100%;}
.magazine:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,.0);}
.magazine > img{ width:100%;}

.img-play{display:contents;}
.two-buttons{display: flex; justify-content: center;}
.two-buttons > .silver-btn{margin:inherit;}

/*laptop responsive start*/
@media only screen and (max-width: 1366px) {
    .hero-container .top-logo { max-width: 230px; margin-bottom: 5px !important;}
    .hero-container h2{font-size:22px;}
    .hero-container h3{font-size:30px;}
    .hero-container h4{font-size:48px; margin-bottom: 5px !important;}
    .shibani-container{min-height:580px;}
}
/*mobile responsive start*/
@media only screen and (max-width: 767px) {
	.header-logo img{ width: 100px;}
	.page-header{padding:10px;}
	.page-header.is-sticky .header-logo img{ width: 60px;}
	
	.page-title-section img{max-width: 180px;}
	.page-title-section h1{font-size: 36px; line-height: 42px; padding: 20px 0;}
	.text-container{font-size: 16px; line-height: 22px;}
	.copy-section{font-size:15px; line-height: 21px;}
	.footer-logo{/*max-width: 100px; display: table; margin: 0 auto;*/ display: none;}
	.footer-joi2{ margin-bottom:20px; max-width: 150px;}
	.registration-form-container h2{ font-size: 28px; line-height: 34px;}
	.special-note h3{font-size: 28px; line-height: 36px;}
	.special-note i{font-size: 20px; line-height: 26px;}
	.registration-form label.terms{font-size: 16px; line-height: 24px;}
	.registration-form-container{margin-bottom:50px;}
	.social-media{text-align:center; padding: 0;}
	.social-media li{display:inline-block; float: none;}
	
	.malaika-mobile{padding: 20px 20px 0px !important;}
	.malaika-mobile h2{font-size: 20px;}
	.malaika-mobile h3{font-size: 25px;}
	.malaika-mobile h4{font-size: 30px;}
	
	.hero-container{height:auto; background-position: 70% 0;}
	.hero-container .top-logo{ max-width: 35%; margin-bottom: 10px !important;}
	.golden-btn, .red-btn, .silver-btn{ font-size: 22px; line-height: 30px; padding:20px 40px; }
	
	.bogmallo-container{min-height:200px; padding-top:50px; padding-bottom: 50px;}
	.bogmallo-text h2{font-size: 20px; line-height: 26px;}
	.bogmallo-text h3{font-size: 28px; line-height: 36px;}
	.bogmallo-text h4{font-size: 17px; line-height: 23px;}
	.bogmallo-text h5{font-size: 16px; line-height: 22px;}
	
	.shibani-img{ display:none;}
	.malaika-container{padding: 40px 20px 0;}
	.center-img{margin:0 auto;}
	.card-container{margin-bottom:20px;}
	.card-container h2{font-size:22px; line-height: 28px; text-align: center;}
	.card-container h3{font-size:30px; line-height: 36px; text-align: center;}
	.golden-btn.left-align{margin:auto;}
	.for-desktop{display:none;}
	.for-mobile{display:block;}
	.shibani-container{min-height:200px; display: table;}
	.shibani-text{padding: 20px 20px 0;}
	.shibani-text-inner{border-radius:30px; padding: 15px;}
	.shibani-text h2{font-size:29px; line-height: 36px;}
	.shibani-text h3{font-size: 22px; line-height: 30px;}
	.shibani-text h4{font-size: 28px; line-height: 36px;}
	.shibani-img2{width:100%; position: relative;}
	.category-bg{padding-top:0px !important; }
	.section-title{font-size: 22px; line-height: 30px;}
	.section-sub-title{font-size: 30px; line-height: 38px;}
	.category-block h3{font-size: 26px; line-height: 32px;}
	.founder-and-mentors{padding:30px 0;}
	.eligibility-section{padding: 10px;}
	.eligibility-section h3.section-sub-title{text-align: center;}
	.crown{margin-bottom:30px;}
	.spl-list li h4, .spl-list-3 li h4{font-size: 24px; line-height: 30px;}
	.spl-list li p, .spl-list-3 li p{font-size: 18px; line-height: 24px;}
	.cta h2{font-size:32px; line-height: 40px;}
	.reward-section{padding-top:30px; background-size: auto;}
	.reward-section .spl-list li{background-position: 0 0;}
	.workshop-section{padding-top:30px; padding-bottom: 30px; background-size: auto;}
	.workshop-section h4{font-size:20px; line-height: 28px;}
	.workshop-section .pad-20{padding: 0 20px;}
	.workshop-text-box{padding:20px 20px 0;}
	.spl-list-2 li{font-size:18px; line-height: 24px;}
	.col-md-20{width:100%;}
	.mob-pad-1{padding: 0 30px;}
	.mob-pad-2{ padding: 0 50px !important;}
	.mob-center{text-align:center;}
	.registration-form-container{padding-top:100px;}
	.for-sml-screen{font-size: 22px !important; line-height: 26px !important; padding: 0 !important;}
	.registration-form input[type="text"], .registration-form input[type="email"], .registration-form input[type="tel"], .registration-form input[type="number"]{ margin-bottom: 7px; font-size:15px; line-height: 22px; padding:5px;}
	.special-note{margin:8px 0;}
	.special-note > .inner{padding: 5px; border-width:2px; border-radius: 8px;}
	.special-note h3{font-size:16px; line-height: 20px;}
	.special-note i{font-size:14px; line-height: 18px;}
	.registration-form label.terms{margin-bottom:8px; font-size: 12px; line-height: 16px;}
	
	.cta2{padding-top:40px; padding-bottom:40px;}
	.cta2 h2{font-size:38px; line-height:44px;}
	.cta2 h3{font-size:24px; line-height: 30px;}
	.play-video > img{width:48px;}
	.limelight-section{padding:50px 0;}
	.footer-list{padding-left:0;}
	.copy-section{margin-top:0;}
    
    .two-buttons{display:inline-grid;}
    .two-buttons > .silver-btn{margin-bottom:10px;}
    .full-eligibility-sec .after{right:0;}
}

