h1{
    font-weight: 600;
    font-size: 50px;
    line-height: 1.2;
    color: #0D2541;
}

.dark-red{
    color: #D04D22;
}

.dark-blue {
    color: #0D2541;
}

.banner-sec p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

.banner-sec img{
    max-width: 90%;
    margin-inline: auto;
    display: block;
    
}

.sec-key{
    padding-block: 6rem;
}

.sec-key p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    max-width: 1000px;
    margin-inline: auto;
}

.sec-key h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    display: inline;
    position: relative;
}

.sec-key h2::after {
    content: "";
    position: absolute;
    top: 113%;
    right: 0;
    width: 100%;
    height: 10px;
    background-image: url(/images/leader/h2-vectore.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.sec-key img{
    max-width: 80%;
    margin-top: 2rem;
}

.kex-box{
    border: 1px solid #D9D9D9;
    background-color: #F8F9FB;
    padding: 2rem 1rem;
    border-radius: 17px;
}

.kex-box ul{
    list-style: none;
}

.squre-box.brown {
    min-width: 30px !important;
    min-height: 30px !important;
    display: flex;
    background-color: #F88A37;
    border: 1px solid #E0680E;
    border-radius: 5px;
}

.dimand-box.brown {
    min-width: 10px !important;
    min-height: 10px !important;
    display: block;
    background-color: #7F3011;
    margin: auto;
    transform: rotate(45deg);
}

.hedder-box{
    display: flex;
    gap: 1rem;
    justify-content: left !important;
    align-items: center;
}

.kex-box li{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 1.5rem;
}

.ilusaterow{
    margin-top: 2rem;
}




/* Ofqual */
.Ofqual{
      background: 
    /* horizontal lines */
    repeating-linear-gradient(to bottom, #C5C5C580 0px, #C5C5C580 1px, transparent 1px, transparent 50px),
    /* vertical lines */
    repeating-linear-gradient(to right, #C5C5C580 0px, #C5C5C580 1px, transparent 1px, transparent 50px),
    /* base color */
     #c1c1c13d; /* Blue background */
    padding-block: 4rem;
}


.Ofqual h2{
font-weight: 600;
font-size: 35px;
line-height: 1;
color: #D04D22;
}

.Ofqual h3{
    background-color: #0D2541;
    color: #ffffff;
    padding: 0.2rem 1rem;
    display: inline-block;
    border-radius: 120px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    margin-block: 1rem;
}

.Ofqual p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

.Ofqual img{
    display: block;
    max-width: 80%;
    margin-inline: auto;
}

.contant-box{
    background-color: #ffffff;
    padding: 3rem;
    border: 0.5px solid #D9D9D9;
    position: relative;

}
.contant-arrow {
    width: 84px;
    position: absolute;
    bottom: 29%;
    left: 27%;
    transform: rotate(-20deg);
}
.more-about{
    border: 1px solid #E34D23;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    padding: .5rem 1rem;
    border-radius: 120px;
    color: #000000;
    text-decoration: none;
    background: linear-gradient(to left, transparent 50%, #E34D23 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.4s ease-out;
}

.fw-600{
    font-weight: 500;
}

.more-about:hover {
  background-position: left bottom; /* moves gradient from right to left */
  color: #ffffff;
}

/* Ofqual */


/* jpin-network */
.jpin-network{
    background-image: url(/images/aboutus/bacgroud-cta-scroll.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    padding-block: 10rem;
    text-align: center;
    position: relative;
}

.jpin-network h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff;
}

.jpin-network p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 2rem;
    margin-inline: auto;
    color: #ffffff;
}

.jpin-network .fist{
    max-width: 700px;
}

.jpin-network .second{
    max-width: 640px;
}
.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) {

      .more-about {
        font-size: 11px;
    }

    .Ofqual h2{
        margin-top: 2rem;
    }
 

    img{
    max-width: 100% !important;
}
section{
    text-align: center;
}
.centre-portal{
    padding-top: 1rem;
}
.contant-box{
    padding: 1rem;
}
.mob-none{
    display: none;
}
  .fullmoonbanner{
        margin-top: 3rem;
  }
.catcular-img{
    padding: 1.5rem;
    margin-top: 1rem;
}
 h1{
    font-size: 24px;
    text-align: center;
  }

  .kex-box ul{
    padding: 0;
    text-align: left !important;
  }

.kex-box ul li{
    
}

.scroll {
    top: 32%;
    right: 6%;
    width: 28px;
}
.bottom-star {
    top: 59%;
    right: 12%;
}
.top-star {
    top: 32%;
    left: 9%;
}
.star-img {
    width: 40px;
    position: absolute;
}

.benfit-box ul li{
    text-align: left;
}
  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% !important;
    transform: rotate(45deg);
}

.vision-mission p{
    margin: auto;
}

.jpin-network{
    padding-block: 10rem;
    background-size: cover;
}


.jpin-network p{
    margin-top: 1rem;
}

.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;
    margin-block: 1.5rem;
}

.we-help-sec h2{
    margin-bottom: 3rem;
}

.we-help-sec .contactmail{
    margin-top: 1rem;
}

.we-help-sec .consept{
    margin-top: 1rem;
}

.prataring {
    margin-top: 2rem;
}
.half-square {
    width: 100px;
    height: 45px;
}
.half-circle {
    width: 100px;
    height: 45px;
}
.benfit-box {
    padding: 3rem 2rem;
}

.benift-box-list {
    gap: 3rem;
}
.five .d-flex{
    flex-wrap: wrap;
    row-gap: 1rem;
}
.five img {
    max-width: 300px;
    margin-top: 0px;
    height: auto !important;
    order: 2;
}

.we-help-sec .hedder-box{
    justify-content: center !important;
    width: 100%;
    flex-direction: column;
    row-gap: 0.5rem;

}

.qc-form .form-group{
    text-align: left;
}
.qc-form label{
    margin-bottom: 0;
}

.qc-form input {
    text-align: left;
    max-width: 100%;
}
.orange-btn{
    margin-top: 0;
}
.qc-form-row{
    row-gap: 2rem;
}

.qc-form-sec{
    padding-top: 0rem !important;
    padding-bottom: 2rem !important;
}

.qc-form-sec h2{
    margin-bottom: 2rem;
}

.we-help-sec .help-box-list{
    gap: 2rem;
}


.five .help-box-list .squre-box{
    margin-top: 10px;
}

.kex-box{
    margin-top: 3rem;
}

.five .help-box-list{
    row-gap: 0.7rem;
}


}
@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 */
}