@media only screen and (min-width: 1050px) {
  /* main section start */
  section#main .top-navigation .navbar {
    display: block;
  }

  section#main .top-navigation .menu {
    display: none;
  }

  section#main .top-navigation .brand {
    margin-left: 9.51%;
    margin-top: 0;
  }

  section#main .top-navigation .brand,
  section#main .top-navigation .brand * {
    background-color: transparent;
  }

  section#main .top-navigation .brand-icon {
    height: 78px;
    width: 78px;
    margin-right: 8px;
  }

  section#main .top-navigation .brand-text {
    margin-bottom: 12px;
  }

  section#main .top-navigation .navbar {
    height: 53px;
    margin: 20px 20px 16px auto;
    float: right;
  }

  section#main .top-navigation .navbar li {
    list-style-type: none;
    float: left;
    text-align: center;
    text-decoration: none;
    padding: 16px 24px;
    font-family: "Noto Sans";
    font-weight: bold;
    font-size: 14px;
  }

  section#main .top-navigation .navbar .link.btn {
    background-color: #e53f00;
    color: #fff;
    border-radius: 4px;
    padding: 16px 24px;
  }

  section#main .top-navigation .navbar .link:hover:not(.btn) {
    border-bottom: 3px solid #000000;
  }

  section#main .top-navigation .navbar .link.active {
    border-bottom: 3px solid #000000;
  }
  /* main section end */

  /* pop up menu section start */
  section#popup-menu {
    display: none;
  }
  /* pop up menu section start */

  /* popup confirmation start */
  section#popup-confirm {
    width: 60%;
  }

  section#popup-confirm .content h1 {
    font-size: 32px;
    letter-spacing: 0.72px;
    line-height: 58px;
  }

  section#popup-confirm .content img {
    width: 72px;
    height: 72px;
  }

  section#popup-confirm .content button {
    font-size: 16px;
  }
  /* popup confirmation end*/

  /* home section start */
  section#home {
    margin: auto;
    max-width: 100%;
    height: 700px;
    background-image: url("/public/svg/main.svg");
    background-repeat: no-repeat;
    background-position: 85% 56px;
    background-size: 466px 466px;
  }

  section#home div.home {
    width: 47%;
    height: 231px;
    padding-top: 120px;
    margin: 0 10.1% 90px;
  }

  section#home div.home .heading {
    font-size: 45px;
    line-height: 56px;
  }

  /* section#home div.home .heading .underlined {
    border-bottom: none;
  } */

  section#home div.home .subLottie{
    /*font-family: "Avenir-Light";*/
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #272727;
    margin: 15px 0;
  }
 /* @media (max-width: 480px) 
  section#home div.home .subLottie .link {
    font-size: 15px !important;
    line-height: 20px !important;
    text-align: center;
}*/

  section#home div.home .classes {
    margin-bottom: 40px;
    margin-top: 10px;
  }

  section#home div.home .classes .link {
    font-size: 16px;
    line-height: 25px;
    padding: 8px 24px;
    margin-top: 10px;
  }

  /* home section end */

  /* focus section start */
  /* section#focus .focus {
    margin: 53px 156px 54px;
    max-width: 1200px;
  }

  section#focus .focus > h1 {
    align-self: center;
    font-size: 44px;
    margin-bottom: 80px;
  }

  section#focus .focus .focus-groups {
    flex-direction: row;
    justify-content: space-between;
  }

  section#focus .focus .focus-groups .focus-group {
    margin: 0 10px;
  }

  section#focus .focus .focus-groups .focus-group > img {
    margin-left: 40px;
    height: 80px;
    width: 80px;
  }

  section#focus .focus .focus-groups .focus-group > h2 {
    margin-bottom: 9px;
  }

  section#focus .focus .focus-groups .focus-group > ul {
    text-align: start;
  }

  section#focus .focus .focus-groups .focus-group > ul li {
    font-size: 16px;
    line-height: 25px;
  } */
section#focus .focus {
    margin: 53px 10px 54px;
    max-width: 1200px;
  }

  section#focus .focus > h1 {
    align-self: center;
    font-size: 44px;
    margin-bottom: 60px;
  }

  
.blocksDiv {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
    left: 0; 
    right: 0;
    height: auto;
/*     padding: 60px 0 0 0; */
}

/* section#focus .focus .blocksDiv .point-box > ul li {
    font-size: 14px;
    margin: 0 0 6px 20px;
  } */

/* section#focus .focus .blocksDiv .point-box > ul {
    font-size: 15px;
  } */

.blocksDiv ul li {
    margin: 10px 0 0 0;
}

.points-box {
    width: 45%;
    margin: 70px 0 0 20px;
}

.points-box {
    border-radius: 6px;
    width: 349px;
    height: 159px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px 0 0;
    color: #272727;
    
}

section#focus .blocksDiv > div > img 
 {
    position: absolute;
    top: -25px;
    left: -10px;
    width: 60px;
    z-index: 1;
}

.problemSolving {
    background: #96b4e6;
}

.decisiveness {
    background: #f7b1b7;
}

 
.creativity {
    background: #ffee9f;
}

 .blocksDiv ul li::marker {
    content: "• ";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

  /* focus section end */

  /* why us section start */
  section#why .why {
    margin: 80px 124px 80px 155px;
  }

  section#why .why > h1 {
    align-self: center;
    font-size: 45px;
    margin-bottom: 40px;
  }

  section#why .why .why-groups {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
    max-width: 1014px;
  }

  section#why .why .why-groups > img {
    width: 410px;
    height: 410px;
  }

  section#why .why .why-groups > div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 70px;
  }

  section#why .why .why-groups > div > h2 > img {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 16px;
  }

  section#why .why .why-groups > div > h2 {
    margin-bottom: 14px;
  }

  section#why .why .why-groups > div > p {
    text-align: left;
    margin-left: 45px;
  }

  section#why .why .why-groups .why1 {
    order: 1;
    margin: 16px 0 49px 16px;
  }

  section#why .why .why-groups .why2 {
    order: -1;
    margin: 51px 16px 99px 0;
  }

  section#why .why .why-groups .why3 {
    order: 1;
    margin: 34px 0 89px 9px;
  }

  section#why .why .why-groups .why4 {
    order: -1;
    margin: 59px 16px 72px 0;
  }
  /* why us section end */

  /* book section start */
  section#book .book {
    margin: 64px 258px;
  }

  section#book .book h2 {
    font-size: 54px;
    margin-bottom: 24px;
    color: #fff;
  }

  section#book .book p {
    margin-bottom: 44px;
    color: #ccc;
  }

  section#book .book a {
    margin-bottom: 0;
  }
  /* book section end */

  /* course section start */
  section#course .class-details {
    align-self: center;
    margin: 100px 0 30px;
  }

  section#course .class-details .classes {
    display: none;
  }

  section#course .cards {
    width: auto;
  }
  /* course section end */

  /*Video Section Start*/

  .maxWidth {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding: 20px 0 20px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
   /*  Equals 16:9 */
  height: 0
}

.videoWrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  /*Video Section End*/



  /*explore subject start*/
  .exploreSubject {
    margin: 40px 163px;
  }

  .downloadsyllabus {
    display: flex;
    flex-direction: column;
    background: #dfefe7;
    box-shadow: 0 6px 30px rgb(86 124 173 / 20%);
    border-radius: 20px;
    align-items: center;
    padding: 30px;
    width: 90%;
}

.downloadsyllabus .downloadText {
  padding-bottom: 30px;
  font-family: verdana;
  font-weight: 500;
  font-size: 26px;
}

.downloadlink {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}

.nav-link {
    display: block;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 8px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0px;
    background-color: #e53f00;
    border-radius: 30px;
    width: 200px;
    margin-right: 50px;
    margin-top: 20px;
}

.downloadlink .btn-nav2 {
    min-width: 200px;
    background: transparent;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.syllabusClass{
  margin: 0px 124px 0px 195px;
}

.subhead {
    font-size: 46px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

.exploreDetail {
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  padding-bottom: 3rem!important;
  margin: 0px 180px;
}
.colorRed {
    color: #e53f00;
}

/*explore subject end*/

  /* about us section start */
  section#about .about {
    margin: 120px 0;
  }

  section#about .about .we {
    margin: 0 310px 120px;
    max-width: 1000px;
  }

  section#about .about .we h1 {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 50px;
  }

  section#about .about .we h2 {
    font-size: 45px;
    margin-bottom: 32px;
  }

  section#about .about .we p {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.4px;
  }

  section#about .about .teachers {
    margin: 0 310px 100px;
    max-width: 1000px;
    background-color: transparent;
  }

  section#about .about .teachers h1 {
    font-size: 45px;
    margin-bottom: 42px;
  }

  section#about .about .teachers p {
    font-size: 20px;
    line-height: 40px;
    background-position: 0 1%, 99% 0;
    background-size: 66px 53px, 66px 53px;
    padding: 10px 60px;
  }

  section#about .about .content {
    margin: 0 310px;
    max-width: 1000px;
    flex-direction: row;
  }

  section#about .about .content img {
    height: 446px;
    width: 446px;
    margin-right: 60px;
  }

  section#about .about .content p {
    align-self: center;
    line-height: 40px;
    letter-spacing: 0.32;
  }
  /* about us section end */

  /*Review Section Start */
.reviewBody {
  width: 150vw;
  height: 75vh;
  display: flex;
  align-items: center;
  max-width: 1450px;
  margin: auto;
  background: #d8eef2;
  border-radius: 18px;
  /*background: #f5f7fa;*/
}


.reviewCard {
  display: grid;
  grid-template-columns: 300px;
  grid-template-rows: 210px 210px ;
  grid-template-areas: "image" "text" ;
  border-radius: 18px;
  background: white;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
  font-family: roboto;
  text-align: center;
}


.card-text {
  grid-area: text;
}

.card-text {
  grid-area: text;
  margin: 25px;
}

.card-text p {
  color: Grey;
  font-size:15px;
  font-weight: 300;
  line-height: 1.2;
}
.card-text h3 {
  margin-top:5px;
  font-size:20px;
}

.reviewCard:hover {
  transform: scale(1.15);
  box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
}
.reviewCard {

...
  transition: 0.5s ease;
  cursor: pointer;
  margin: 30px;
}


.card-image1 {
  grid-area: image;
  background: url("/public/image/swati.webp");
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: cover;
  
}

.card-image1 {
  grid-area: image;
}

.card-image2 {
  grid-area: image;
  background: url("/public/image/aarati.webp");
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: cover;
}

.card-image2 {
  grid-area: image;
}

.card-image3 {
  grid-area: image;
  background: url("/public/image/varsha.webp");
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: cover;
}

.card-image3 {
  grid-area: image;
}

.card-image4 {
  grid-area: image;
  background: url("/public/image/aman.webp");
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: cover;
}

.card-image4 {
  grid-area: image;
}

.reviewButton a {
  line-height: 8px;
  letter-spacing: 0.32px;
  padding: 20px 24px;
  background-color: #e53f00;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 40px;
}

  /*Review Section End*/

  /* faq section start */
  section#faqs > .faq {
    margin: 90px 0 40px;
  }

  section#faqs > .faq > h1 {
    align-self: center;
    font-size: 45px;
    margin-bottom: 60px;
  }

  section#faqs > .faq .faqs {
    max-width: 1100px;
    margin: 40px 163px 0;
  }

  section#faqs > .faq .faqs .faq .faq-answer div {
    margin: 20px;
  }
  /* faq section end */

  /* contact us section start */
  section#contact-us .contact-us {
    flex-flow: row wrap;
    min-height: 645px;
    margin: 100px 200px 100px;
    background-image: url("/public/svg/contactus.svg");
    background-repeat: no-repeat;
    background-position: -60px 200px;
    background-size: 60% 60%;
  }

  section#contact-us .contact-us > h1 {
    font-size: 45px;
    width: 100%;
    margin: 0 0 60px 35%;
  }

  section#contact-us .contact-us .write,
  section#contact-us .contact-us .write * {
    background-color: transparent;
  }

  section#contact-us .contact-us .write {
    width: 45%;
    height: 550px;
  }

  section#contact-us .contact-us .write > h2 {
    margin-left: 40px;
  }

  section#contact-us .contact-us .write > h2 > img {
    display: inline;
    height: 16px;
    width: 16px;
    margin-right: 24px;
  }

  section#contact-us .contact-us .write > div {
    margin-left: 40px;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.4px;
  }

  section#contact-us .contact-us .form-container {
    width: 50%;
    margin-left: 5%;
  }

  section#contact-us .contact-us .form-container .heading {
    margin-bottom: 12px;
  }

  section#contact-us .contact-us .form-container .heading img {
    display: inline;
    height: 16px;
    width: 16px;
    margin-right: 15px;
  }

  section#contact-us .contact-us .form-container p {
    width: 80%;
  }

  section#contact-us .contact-us .form-container .form {
    width: 80%;
  }
  /* contact us section end */

  /* instructor section start */
  section#instructor *,
  section#instructor .instructor {
    background-color: transparent;
  }

  section#instructor {
    background-color: #ffede682;
    margin-right: 8%;
    margin-left: 8%;
    border-radius: 18px;
    border: 0.1px solid #e53f00;
  }

  section#instructor .instructor {
    flex-direction: row-reverse;
    margin: 45px 154px 29px 113px;
    margin-bottom: 40px;
    border: none;
  }

  section#instructor .instructor img {
    width: 199px;
    height: 206px;
  }

  section#instructor .instructor .content {
    align-items: flex-start;
    margin-right: 370px;
    text-align: left;
  }

  section#instructor .instructor .content h2 {
    font-size: 45px;
    line-height: 50px;
    margin: 0 0 8px;
  }

  section#instructor .instructor .content p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
    margin: 0 0 24px;
  }

  section#instructor .instructor .content .btn {
    text-align: center;
    width: 200px;
    padding: 20px 40px;
    margin: 0 0 16px;
  }
  /* instructor section end */

/* Footer Skill start */
section.skill {
    padding: 29px 0;
    background: #333;
    margin-top: 30px;
}

section.skill p {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #999;
    margin-bottom: 0;
    width: 95%;
}

.skill-wrap {
    max-width: 1140px;
    margin-left: 8%;
    padding: 0 15px;
    width: auto;
}

section.skill p.skillTitle {
    font-size: 30px;
    background-image: linear-gradient(to right, #ffbc03, #f56d00 20%, #f56d00 80%);
    color: transparent;
    -webkit-background-clip: text;
    text-transform: none;
    font-weight: 900;
    margin: 0 0 20px;
    line-height: 37px;
}
/* Footer skill End */

/* Desktop Footer start */

section#footer {
    display: none;
  }

  section#desktop-footer {
    padding: 103px 247px 99px;
    margin: auto;
    max-width: 1800px;
    display: flex;
    justify-content: space-evenly;
  }

  section#desktop-footer .brand {
    width: 210px;
    display: flex;
    flex-direction: column;
    color: #191919;
    width: 208px;
    margin-right: 40px;
  }

  section#desktop-footer .brand div {
    display: flex;
    margin-bottom: 14px;
  }

  section#desktop-footer .brand img {
    width: 50px;
    height: 50px;
  }

  section#desktop-footer .brand .brand-text {
    width: 124px;
    height: 45px;
  }

  section#desktop-footer .brand p {
    color: #191919;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  section#desktop-footer .brand .copyright {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
  }

  section#desktop-footer h5 {
    width: 100px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    padding: 2px 9px;
    background-color: #000000;
    color: #fff;
    margin-bottom: 20px;
  }

  section#desktop-footer h6 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px;
  }

  section#desktop-footer .company {
    width: 210px;
    display: flex;
    flex-direction: column;
    margin-right: 40px;
  }

  section#desktop-footer .courses {
    width: 210px;
    display: flex;
    flex-direction: column;
    margin-right: 40px;
  }

  section#desktop-footer .courses span {
    font-size: 14px;
    line-height: 20px;
    color: #191919;
    margin-bottom: 15px;
  }

  section#desktop-footer .social {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  section#desktop-footer .social img {
    height: 32px;
    width: 32px;
  }
/* Footer skill Start */
section.skill {
    padding: 29px 0;
    background: #333;
}

section.skill p {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #999;
    margin-bottom: 0;
    width: 95%;
}

.skill-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    width: auto;
}

section.skill p.skillTitle {
    font-size: 30px;
    background-image: linear-gradient(to right, #ffbc03, #f56d00 20%, #f56d00 80%);
    color: transparent;
    -webkit-background-clip: text;
    text-transform: none;
    font-weight: 900;
    margin: 0 0 20px;
    line-height: 37px;
}
/* Footer skill End */


  /* footer section start */
  section#footer {
    display: none;
  }

  section#desktop-footer {
    padding: 103px 247px 99px;
    margin: auto;
    max-width: 1800px;
    display: flex;
    justify-content: space-evenly;
  }

  section#desktop-footer .brand {
    width: 210px;
    display: flex;
    flex-direction: column;
    color: #191919;
    width: 208px;
    margin-right: 40px;
  }

  section#desktop-footer .brand div {
    display: flex;
    margin-bottom: 14px;
  }

  section#desktop-footer .brand img {
    width: 50px;
    height: 50px;
  }

  section#desktop-footer .brand .brand-text {
    width: 124px;
    height: 45px;
  }

  section#desktop-footer .brand p {
    color: #191919;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  section#desktop-footer .brand .copyright {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
  }

  section#desktop-footer h5 {
    width: 100px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    padding: 2px 9px;
    background-color: #000000;
    color: #fff;
    margin-bottom: 20px;
  }

  section#desktop-footer h6 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px;
  }

  section#desktop-footer .company {
    width: 210px;
    display: flex;
    flex-direction: column;
    margin-right: 40px;
  }

  section#desktop-footer .courses {
    width: 210px;
    display: flex;
    flex-direction: column;
    margin-right: 40px;
  }

  section#desktop-footer .courses span {
    font-size: 14px;
    line-height: 20px;
    color: #191919;
    margin-bottom: 15px;
  }

  section#desktop-footer .social {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  section#desktop-footer .social img {
    height: 32px;
    width: 32px;
  }

  /* footer section end */
}
