body{
    font-family: 'Poppins', sans-serif;
 
}
 .navFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navFlex ul {
    display: flex;
    margin-bottom: 0;
    gap: 100px;
}

.navFlex {
    padding: 30px 0px;
}

.navFlex ul li {
    list-style: none;
}

.navFlex ul li a {
    color: #0063e0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
section.bannerBG {
  /*  background-image: url(../images/landing/RamG-image.png); */
    height: 94vh;
    background-repeat: no-repeat;
    background-size: cover;

}

.bannerGrid {
    display: grid;
    grid-template-columns: 30% 60%;
    gap: 10%;
    height: 100%;
}

.banner-grid-left {
    display: flex;
    justify-content: flex-end;
    height: 690px;
    align-items: flex-end;
}

.banner-grid-right h2 {
    color: #ffd51e;
    font-size: 44px;
    font-weight: 600;
}

.banner-grid-right h2 span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.banner-grid-right p {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner-grid-right h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 25px;
}

.banner-grid-right {
    margin-top: 30px;
}
.meetGrid {
    display: grid;
    grid-template-columns: 58% 32%;
    gap: 10%;
}

.meetGrid {
    background: #edeae6;
    padding: 40px;
    border-radius: 20px;
}

.banner-grid-left img {
    width: 100%;
    transform: scale(1.3);
}

 

.meetGrid {
     
    z-index: 99;
    position: relative;
}

.meetgrid-left h2 {
    font-size: 34px;
    color: #0063e0;
    font-weight: 800;
    margin-bottom: 15px;
}

.meetgrid-left h2 span {
    display: block;
}

.meetgrid-left p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}

.meetgrid-right img {
    width: 100%;
}

.meetGrid {
    padding-bottom: 0;
}

.meetgrid-left p:last-child {
    margin-bottom: 0;
}

.meetgrid-right figure {
    margin-bottom: 0;
}
.common-heading {
    color: #0063e0;
    font-weight: 800;
}

.meetGrid {
    margin-bottom: 80px;
}

.numberGridcontainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    gap: 30px;
}

.numberGrid figure img {
  
}

.numbergridcontent {
    position: relative;
}

.numbergridcontent p {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    padding-right: 80px;
}



.numberGridcontainer {
    margin-bottom: 20px;
}

.common-link a {
    text-align: center;
    padding: 15px 35px;
    color: #fff;
    font-weight: 600;
    background-image: linear-gradient(to right, #ff413d , #ff801c);
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    transition: .5s all ease;
}

.common-link {
    width: fit-content;
    margin: 0 auto;
}


.mb-60
{ margin-bottom: 60px;
    
}

.mb-40
{ margin-bottom: 40px;
    
}
   .what-learn {
    background: #edf9ff;
    padding: 40px 0px;
}

.what-learn .common-heading {
    text-align: left;
    margin-bottom: 20px;
}

.what-learn ul li {
    color: #0063e0;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
    list-style: none;
    position: relative;
}

.what-learn ul li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #0063e0;
    border-radius: 50%;
    position: absolute;
    left: -26px;
    top: 9px;
}
.what-learn .imagebl-list li:before {
    content: "";
    display: block;
    width: 12px;
    height: 28px;
    background: url(../images/landing/left-para.png)!important;
    border-radius: 50%;
    position: absolute;
    left: -26px;
    top: 2px;
}
.what-learn .imagebl-list {margin-bottom: 40px;}
.what-learn .imagebl-list li {margin-bottom: 15px;}
.top-list-block {padding-bottom: 70px;padding-top: 70px;}

.what-learn ul {
    padding-left: 30px;
}
.book-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.book-grid-right .common-heading {
    text-align: left;
    margin-bottom: 25px;
}

.book-grid-right p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}

.book-grid-right .common-link {
    margin-right: auto;
    margin: unset;
}

footer {
    background-image: linear-gradient(to right, #002aa3 , #00215a);
    padding: 50px;
}

.footer-left h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.footer-left p {
    font-size: 18px;
    color: #fff;
    width: 65%;
}

.footer-Grid {
    display: grid;
    grid-template-columns: 100%;
}
.footer-right {text-align: center;}

.footer-right h3 {
    font-size: 20px;
    color: #fff;
}

.footer-right .common-link {
    margin-left: auto;
    margin: unset;
    margin-top: 20px;
}

.footer-right .common-link {
    margin-bottom: 20px!important;
    margin: 0 auto;
}

.footer-right ul {
    display: flex;
    gap: 10px;
    list-style: none;
    padding-left: 0;
    justify-content: center;
}

.footer-right li a {
    width: 40px;
    height: 40px;
    background: #fff;
    display: block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00236a;
}

.banner-grid-left figure 
{
    position: relative;
    left: 60px;
}


/* Slider styling */

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
      right: 40px;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
/* span {
    font-size: 70px;    
    position: relative;
    top: -5px;
} */
.owl-nav button:focus {
    outline: none;
}

.testi-outer {background: #f6f6f6; padding: 80px 0;}

.item 
{
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-item img 
{
    width: 140px !important;
}

.colorBoxesWrapper 
{
    height: 400px;
    width: 100%;
    border-radius: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    background-color: #fff;
}
.what-learn .imagebl-list li {
    color: #000;}

.boxInsideContent 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:relative;
}

.boxInsideContent img 
{
    top: -70px;
    border-radius: 50%;
    position: relative;
    border: 10px solid #fff;
}

.boxInsideContent p 
{
    width: 75%;
    text-align: center;
    color: #000;
    font-weight: 400;
    margin-top: 50px;
    font-size: 18px;
    line-height: 24px;
    position:relative;
}

.boxInsideContent p:before
{
    content: '';
    top: -30px;
    left: -15px;
    width: 27px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/landing/topQ.png);
}

.boxInsideContent p:after
{
    content: '';
    bottom: -12px;
    right: 0px;
    width: 27px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/landing/bottomQ.png);
}

.owl-nav 
    {
    position: absolute;
    top: -15px;
    left: 20px;
    width: 96%;
    margin: 0 auto;
}

.owl-nav button 
{
    background: unset !important;
    color: #000 !important;
}

.owl-nav button span
{
    font-size: 40px !important;
}

.owl-dots {
    display: none;
}

h4.userT 
{
    color: #000;
    font-size: 22px;
    font-weight: 400;

}

h4.userT span 
{
    font-size: 12px;
    font-weight: 400;
}

.userStarWrapper 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h2.headTst {
    color: #0063e0;
    font-weight: 800;
    display: flex;
}

.starWrapper i 
{
    color: #fdbc30;
}

.starWrapper i.whiteFill 
{
    color: #fff;
}

.bookSeat {
    text-align: center;
    padding: 15px 35px;
    color: #fff;
    font-weight: 600;
    background-image: linear-gradient(to right, #ff413d , #ff801c);
    border-radius: 5px;
    display: block;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto;
}

/* Slider styling */

.createdPdiv 
{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.modal-header button {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    border: none;
    outline: none;
    box-shadow: none;
}

.modal-header {
    border: none;
}

.modal-content {
    background: #e04054;
    color: #fff;
}

.modal-body .form-group {
    display: grid;
    align-items: center;
    grid-template-columns: 25% 60%;
    margin-bottom: 30px;
}

.modal-body input {
    width: 100%;
    border-radius: 5px;
    height: 57px;
    border: none;
    padding-left: 10px;
}

.modal-body select {
    width: 100%;
    border-radius: 5px;
    height: 57px;
    border: none;
}

.forom-group.formButton {
    margin-top: 60px;
}

.forom-group.formButton button {
    background: #0773dc;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 30px;
    margin: 0 auto;
    padding: 15px 25px;
    color: #fff;
    border-radius: 0px  50px 50px 50px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 40px;
    display: flex;
        cursor: pointer;
}

.forom-group.formButton button:after {content: "";display: block;width: 40px;height: 2px;background: #fff;}
.crtLeft {
    font-weight: 400;
}

.crtRight {
    font-weight: 400;
}
.common-link a:hover {
    background-image: linear-gradient(to right, #ff801c , #ff413d);
    transition: .5s all ease;
    text-decoration:none;
}

.navFlex ul li a:hover {
    color: #000;
    text-decoration: none;
}






section.bannerBG {
}

.banner-grid-left {
    height: auto;
}

.banner-grid-right > div {
    position: absolute;
    top: 120px;
    width: 660px;
    height: 90%;
}

.mobShow
{
    display:none;
}




.on-top-right {position: absolute;
    margin-top: 140px!important;
    margin-left: auto!important;
    margin: 0;
    text-align: right;
    right: 0;
    bottom: 40px;}


.forom-group.formButton .wpcf7-submit {
    background: #0773dc;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 30px;
    margin: 0 auto;
    padding: 15px 25px;
    color: #fff;
    border-radius: 0px 50px 50px 50px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 40px;
    display: flex;
    cursor: pointer;
}
.forom-group.formButton .wpcf7-submit:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
}




.top-text {font-size: 24px; color: #fff;}
.header-text img {position: absolute; left: -88px; top: 10px;}
.offer-grid {display: grid; grid-template-columns: 58% 32%; gap: 10%; padding: 40px;}
.offgrid-left h4 {color: #0063e0; font-weight: 600; font-size: 26px;}
.offgrid-left h3 {color: #0063e0; font-weight: 600; font-size: 38px;}
.offgrid-left ol {padding-left: 20px;}
.offgrid-left ol li {padding-top: 20px; font-size: 20px;}
.offer-grid {margin-top: 40px;}
.offer-section {text-align: center; margin-top: 60px;}
.offer-section h4 {color: #0063e0; font-weight: 600; font-size: 26px;}
.offer-section h2 {color: #0063e0; font-weight: 800; font-size: 58px;}
.offer-section p {color: #0063e0; font-weight: 600; font-size: 11px; margin-top: 40px;}
.offgrid-right figure {text-align: center; margin-top: -160px; position: relative; z-index: -999;}
.delprice {
    color: rgba(red, 0.5);
    text-decoration: none;
    position: relative;
}
.delprice:before {
      content: " ";
      display: block;
      width: 100%;
      border-top: 6px solid red;
      height: 3px;
      position: absolute;
      bottom: 16px;
      left: 0;
      transform: rotate(-7deg);
    }

.thank-flex {display: flex; column-gap: 30px; align-items: flex-start;}
.thank-left .headTst {font-size: 48px; color: #8bd6d5; margin-bottom: 20px;}
.thank-left p {font-size: 26px;}
.thankyiu-inner .common-link {margin-top: 30px; margin-bottom: 50px;}
.thankyiu-inner .common-link a {text-transform: inherit!important; font-size: 20px; border-radius: 12px;}
.thanklink {text-align: center; font-size: 28px; font-weight: 500; display: flex; line-height: 36px; align-items: center;justify-content: center; column-gap: 10px;}

















@media only screen and (min-width: 1360px) and (max-width:1370px) 
{
    section.bannerBG
    {
        background-position: center;    
    }
    
    .banner-grid-left figure 
    {
        left: 60px;
        position: relative;
    }
    
}

@media only screen and (min-width: 1400px) and (max-width: 1450px) 
{
    section.bannerBG
    {
        background-position: center;    
    }
    
    .banner-grid-left figure 
    {
        left: 60px;
        position: relative;
    }
    
}

@media only screen and (min-width: 1900px) and (max-width: 1940px)
{
    .banner-grid-left figure 
    {
        left: 60px;
        top: 132px;
        position: relative;
    }
    .banner-grid-left {
    height: auto;
}

.banner-grid-left figure {
    left: -110px;
       top: 0px;
}

section.bannerBG {
       height: 80vh;
           background-position: 0px -220px;

 }

.container.custom-Container {
    max-width: 1480px;
}
.meetgrid-right img {
    width: 70%;
}
}

@media only screen and (min-width: 1250px) and (max-width: 1300px)
{
    section.bannerBG
    {
        background-position: center;    
    }
    
    .banner-grid-left figure {
        left: 60px;
        position: relative;
    }   
}

@media only screen and (min-width: 1550px) and (max-width: 1650px) 
{
    section.bannerBG
    {
        background-position: center;    
    }
    
    .banner-grid-left figure {
        left: 60px;
        top: 132px;
        position: relative;
    }
}



@media only screen and (min-width: 320px) and (max-width: 678px) 
{
    .on-top-right {margin-top: 30px!important; margin-left: 0!important; margin:0; }

    .navFlex ul
    {
        position: absolute;
        top: 80px;
        display: flex;
        flex-direction: column;
        background-color: #005dd0;
        width: 100%;
        left: 0;
        overflow-y: scroll;
        height: 100%;
        gap: 40px;
        text-align: center;
        padding: 50px 0;
        z-index: 999;       
    }
    
    .navFlex ul li a 
    {
        color: #fff;
        font-size: 28px;
    }
    
    .navFlex nav img {
        width: 60px;
    }   

    .mobShow
    {
        display: block;
        position: relative;
        top: -6px;
    }   
    
    .hamBurgerWap i 
    {
        font-size: 22px;
    }

    .menuHide
    {
        display:none !important;
    }
    
}






@media only screen and (min-width: 320px) and (max-width: 991px) 
{

.navFlex ul li a:hover {
    color: #000;
    text-decoration: none;
}

.book-grid {
    display: block;
}

.footer-Grid {
    display: block;
}

.book-grid-left img {
    width: 100%;
}

.bannerGrid {
    display: block;
}

section.bannerBG {
    background-image: none;
    background: #00299b;
    padding-top: 435px;
}

.banner-grid-left img {
    transform: none;
    position: relative;
    top: 24px;
}

.banner-grid-left figure {
    left: 0;
    margin-bottom: 0;
}

.meetGrid {
    display: block;
}

.container.custom-Container {
}

.meetgrid-left h2 {
    font-size: 35px;
}

.meetGrid {
    padding: 20px;
}

.banner-grid-right h2 {
    font-size: 50px;
}

.meetgrid-left p {
    font-size: 16px;
}

.meetgrid-right img {
    width: 60%;
    margin-top: 50px;
    margin: 0 auto;
    display: flex;
    margin-top: 60px;
}

.numberGridcontainer {
    display: block;
}

.numbergridcontent p {
    font-size: 16px;
    width: 100%;
    width: 88%;
    left: 25px;
}

.boxInsideContent p {
    width: 90%;
    font-size: 16px;
}

.colorBoxesWrapper {
    height: auto;
    padding-bottom: 30px;
}

footer {
    padding: 10px;
}

.createdPdiv {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.createdPdiv {}

.navFlex nav img {
    width: 90px;
}

.navFlex {
    padding: 20px 0px;
}

.mobShow {
    top: -2px;
}

.navFlex ul {
    top: 70px;
}
.modal-body .form-group {
    display: block;
}

.forom-group.formButton button {
    margin-bottom: 20px;
}

.forom-group.formButton {
    margin-top: 30px;
}





.banner-grid-right > div { width: 90%;}
.offer-grid {display: grid; grid-template-columns: 100%;}
.offer-section {margin-top: 0px;}
.offgrid-right {margin-bottom: 80px;}
.banner-grid-right p {font-size: 18px; color: #fff;}
.on-top-right {text-align: left;}
section.bannerBG {height: 110vh;}
.on-top-right p {margin-bottom: 20px;}
.what-learn ul li {font-size: 18px;}
.offer-grid {padding: 10px;}
.offgrid-left ol li {padding-top: 10px; font-size: 18px;}
.offer-grid {margin-bottom: 30px;}
.numbergridcontent p {padding-right: 0;}
.boxInsideContent p:before {left: 6px;}
.testi-outer {padding: 50px 0;}
.what-learn {margin-bottom: 0;}
.footer-right {padding-top: 30px; padding-bottom: 25px;}
.thank-flex {display: block;}
.thank-left .headTst {font-size: 32px;display: block;}
.on-top-right {position: initial;}
.delprice:before {display: block; position: relative; bottom: -26px; width: 160px;}

}

@media only screen and (min-width: 1400px){


}