/* .centre-portal */
.centre-portal{
    background-image: url('/images/Policy/blue-back-banner.png');
    background-size: cover;
    padding-top: 7rem;
    background-position: bottom;
    text-align: center;
    color: #ffffff;
    position: relative;
}
.catcular-img{
    background-image:url('/images/Policy/partical-imag.png');
    margin-top: 5rem;
    padding: 4rem;
    background-size: contain;
    background-position: center;

}
.centre-portal h1{
    font-weight: 600;
    font-size: 55px;
    line-height: 1.1;
    max-width: 962px;
    margin-inline: auto;
    margin-bottom: 1rem;
}

.centre-portal p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    max-width: 660px;
    margin-inline: auto;
    margin-top: 1rem;
}


.star-img{
    width: 66px;
    position: absolute;
}
.top-star{
    top: 17%;
    left: 12%;
}

.bottom-star {
    top: 48%;
    right: 22%;
}

.scroll{
    top: 20%;
    right: 13%;
    position: absolute;
    width: 68px;
}


.clolororange {
    color: #D04D22;
    font-weight: 600;
}
/* .centre-portal */

/* we-help-sec */

.we-help-sec{
    padding-block: 4rem;
}

.we-help-sec h2{
    margin-bottom: 4rem;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
}

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

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

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

.squre-box.green {
    width: 42px;
    height: 42px;
    display: flex;
    background-color: #4EDD7C;
    border-radius: 5px;
    border: 1px solid #00CB48;
}

.dimand-box.green {
    width: 15px;
    height: 15px;
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #229A46; /* color of the triangle */
}

.squre-box.yellow {
    width: 42px;
    height: 42px;
    display: flex;
    background-color: #FFC13C;
    border-radius: 5px;
    border: 1px solid #E6A823;
}

.dimand-box.yellow {
    width: 15px;
    height: 15px;
    display: block;
    background-color: #B57D0C;
    margin: auto;
    transform: rotate(45deg);
}

.squre-box.purpul {
    width: 42px;
    height: 42px;
    display: flex;
    background-color: #C088FC;
    border-radius: 5px;
    border: 1px solid #8C3DDC;
}

.dimand-box.purpul {
    width: 15px;
    height: 15px;
    display: block;
    background-color: #621AAF;
    margin: auto;
    border-radius: 50%;
}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 70px solid #2b8cff; /* color of the triangle */
}

.we-help-sec h3{
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
}
.we-help-sec .hedder-box{
    display: flex;
    gap: 1rem;
    justify-content: left !important;
    align-items: center;
}

.we-help-sec .contactmail{
    margin-top: 2rem;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
}

.we-help-sec .consept{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 2rem;
}

.we-help-sec .help-box-list{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: left;
}

.help-box-list{
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
}

.fist{
    max-width: 354px;
}

.second{
    max-width: 447px;
}

.three{
    max-width: 391px;
}

.four{
    max-width: 447px;
}

.five{
    max-width: 765px;
    border: 1px solid #FF872C;
    background-color: #FFF1E6;
    padding-top: 1.3rem;
    padding-inline: 1.5rem;

}

.five img{
    max-width: 300px;
    margin-top: -90px;
    height: auto !important;

}

.five p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin:0;
}
.img-coniner{
    position: relative;
}


/* we-help-sec */

/* qc-form-sec */
.qc-form-sec{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.qc-form-sec h2{
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    margin-bottom: 4rem;
}

.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;

}

.orange-btn:hover{
    border: 1px solid #E34D23;
    background: transparent;
    color: #E34D23;
    text-align: center;

}

.qc-form {
    max-width: 754px;
    margin-inline: auto;
}

.qc-form label{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #D04D22;
    margin-bottom: 1.5rem;
}

.qc-form input{
    border: none !important;
    border-bottom: 1px solid #000 !important;
    display: block !important;
    border-radius: 0;
    max-width: 308px;
}

.qc-form input:focus-visible{
    border: none !important;
    border-bottom: 1px solid #000 !important;
    display: block;
    box-shadow: none !important;
}


.qc-form-row{
    row-gap: 4rem;
}


/* qc-form-sec */


/* 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{
    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) {
    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;
}
.centre-portal  h1{
    font-size: 24px;
    text-align: center;
  }
.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;
}

.squre-box{
    margin-top: -50px;
}

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

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