img{
    max-width: 100%;
}
/* for-learners */
.for-learners{
    padding-top: 7rem;
    padding-bottom: 4rem;
}

h1{
    font-weight: 600;
    font-size: 55px;
    line-height: 1.5;
    color: #D04D22;
}

p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    max-width: 550px;
}

/* for-learners */


/* why_chase_us */

.why_chase_us{
    padding-block: 6rem;
    background-color: #F8F9FB;
}

.why_chase_us h2{
    font-weight: 600;
    font-size: 50px;
}
.why_chase_us .Choose-bar{
    margin-top: 6rem;

}

.why_chase_us #Choose-tab{
    display: flex;
    justify-content: center;
    border: none;
}

.why_chase_us #Choose-tab .nav-item{
    box-shadow: none;
    padding: 2px 10px;
}
.why_chase_us .choose-nav-link{
    background-color: transparent;
    border: none;
    padding: 7px 18px;
    padding-bottom: 5px;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    background-color: #F5F5F5;

}
.why_chase_us .choose-nav-link img{
    width: 30px;
}

.choose-nav-link.orange.active,.tab-pane.orange{
    border: 1px solid #FF872C;
    background-color: #FFF1E6;
}

.choose-nav-link.green.active,.tab-pane.green{
    border: 1px solid #00CB48;
    background-color: #F2FFF6;
}

.choose-nav-link.ylet.active,.tab-pane.ylet{
    border: 1px solid #8C3DDC;
    background-color: #FCFAFF;
}

.choose-nav-link.yellow.active,.tab-pane.yellow{
    border: 1px solid #E6A823;
    background-color: #FFF9EB;
}

.why_chase_us .Choose-tab-content{
    display: block;
    margin: auto;
    margin-top: 6rem;
    max-width: 1100px;
}
.why_chase_us .tab-pane{
    border-radius: 10px;
    padding-block: 2rem;
    padding-inline: 4rem;
}

.why_chase_us  h3{
    margin-top: 1rem;
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    line-height: 1.6;
    color: #000000;
}

.why_chase_us  p{
    font-weight: 400;
    font-style: 'Regular';
    font-size: 20px;
    line-height: 1.5;
    max-width: 750px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    color: #000000;
}

/* why_chase_us */

/* for-aim */

.for-aim{
    padding-block: 4rem;
}

.for-aim h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    max-width: 440px;
}

.for-aim ul {
    padding-top: 1rem;
}

.for-aim ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
}

.yellow-shdow-box{
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: #0D2541;
    background: #FFEABA;
    border: 1px solid #FFB152;
    display: inline-block;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}

.font-weight-bold{
    font-weight: 900;
}


/* for-aim */
/* jpin-network */
.jpin-network{
    background-image: url(/images/aboutus/bacgroud-cta-scroll.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    padding-block: 10rem;
    text-align: center;
    position: relative;
}
.jpin-network h2{
    color: #ffffff;
    font-weight: 600;
    font-style: Semibold;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: auto;


}
.orange-btn{
    border: 1px solid #E34D23;
    background: #E34D23;
    padding: 10px 20px;
    border-radius: 140px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    margin-top: 1rem;
    transition: background-color 1s ease;
    transition: border 1s ease;

}

.transprant-btn{
    border: 1px solid #ffffff;
    background: transparent;
    padding: 10px 20px;
    border-radius: 140px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    margin-top: 1rem;
    transition: background-color 1s ease;
}

.orange-btn:hover{
    border: 1px solid #ffffff;
    background: transparent;

}

.transprant-btn:hover{
    border: 1px solid #E34D23;
    background: #E34D23;
}
.ctnbuttondubble{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.exlamaty{
    background-image: url(/images/aboutus/exlamtry-dots.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 59%;
    right: 95%;
}

.blue-spring{
    background-image: url('/images/aboutus/blue-scril.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    max-width: 6%;
}

.leftspring{
    width: 85px;
    height: 85px;
    bottom: 59%;
    right: 75%;
}

.rightsring{
    width: 68px;
    height: 68px;
    top: 59%;
    left: 80%;
}
.contactnumber{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 1.5rem;
}
.contavt-cta-btn{
    text-decoration: none;
    color: #ffffff;
    background-color: #0B295780;
    border: 1px solid #12397580;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    margin-right: 0.5rem;
}

.contavt-cta-btn img{
    width: 27px;
    margin-right: .7rem;
}

/* jpin-network */



@media (max-width: 768px) {
    .for-aim {
    padding-block: 1rem;
}

.for-aim ul li{
    text-align: left;
}
.for-aim ul{
    padding-top: 0;
    padding-inline: 1rem;
}


    img{
        max-width: 100%;
    }
section{
    text-align: center;
}
.for-learners{
    padding-top: 2rem;
}
.contant-box{
    padding: 1rem;
}
.mob-none{
    display: none;
}
  .fullmoonbanner{
        margin-top: 3rem;
  }
  h1{
    font-size: 24px;
    text-align: center;
  }
  h2{
    font-size: 22px !important;
  }
  h3{
    font-size: 20px !important;
  }
  p{
    font-size: 14px !important;
    font-weight: 800;
  }
  .home-banner-btn{
    font-size: 14px;
  }
  .homebanner-round1 {
    top: -45%;
    left: 2%;
  }
  .homebanner-round2 {
    top: -45%;
    right: 2%;
  }
  .homebanner-round3{
    display: none;
  }
  .for_learners {
    position: absolute;
    top: 3%;
    left: 9%;
}
.block_border-btn {
    font-size: 17px;
    padding: 15px 15px;
}
.block_border-btn img {
    width: 15px;
    height: 15px !important;
}
.section-for .row{
    row-gap: 40px;
}
.news_slid_content a {
    font-size: 12px;
}

.arrow-contant {
    gap: 5px;
    top: 4%;
}
.fill-arrow {
    width: 30px;
    height: 30px;
}
.who_we_are_section{
        padding-top: 4rem;
}
.why_chase_us,.section-for,.Ofqual{
    padding-block: 2rem;
}
.who_we_are_section .arrow-imgg {
    margin-top: 4rem;
    margin-right: 61%;
    max-width: 34%;
    transform: rotate(45deg);
}
.vision-mission p{
    margin: auto;
}

.jpin-network{
    padding-block: 6rem;
    background-size: cover;
}
.exlamaty {
    width: 23px;
    height: 25px;
    bottom: 59%;
    right: 95%;
}

.leftspring{
    width: 85px;
    height: 85px;
    bottom: 52%;
    right: 81%;
}

.rightsring{
    width: 68px;
    height: 68px;
    top: 18%;
    left: 81%;
}
.contactnumber{
    gap: 1rem;
}
}
@media (min-width: 768px) {
.window-none{
    display: none;
}
}

/* Large devices (tablets, landscape / small laptops) */
@media (max-width: 992px) {
  /* styles for small laptops */
}

/* Extra large devices (desktops) */
@media (max-width: 1200px) {
  /* styles for desktops */
}

/* Ultra wide screens */
@media (max-width: 1400px) {
  /* styles for very large monitors */
}