img{
  max-width: 100%;
}
/* .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: 940px;
    margin-inline: auto;
    margin-bottom: 1rem;
}

.centre-portal p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    margin: auto
}

.centre-portal p.fist{
    margin-top: 1rem;
    max-width: 768px;
    margin-bottom: 0;
}


.centre-portal p.second{
    margin-top: 0.1rem;
    max-width: 615px;
}

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


/* create-acc-sec */

.create-acc-sec{
    padding-block: 4rem;
}

.registreation-contact{
    border: 1px solid #D9D9D9;
    padding: 3rem 4rem;
    max-width: 1136px;
    display: block;
    margin: auto;
    border-radius: 10px;
}

.create-acc-sec h2{
    color: #E34D23;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}

.register-form{
    margin-top: 3rem;
}

.register-form label{
    font-weight: 400;
    font-size: 20px;
    display: block;
    margin-bottom: 0.5rem;
}

.register-form input{
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: .6rem .6rem;
    display: block;
    width: 100%;
}

.register-form input::placeholder{
    color: #BBBBBB;

}
.register-form .form-group{
    margin-top: 1.5rem;
}

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

}

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


.form-btn-group{
    margin-top: 2rem;
}

/* create-acc-sec */


/* need-sec */
.need-sec{
    padding-block: 4rem;
}

.need-help{
    background-color:#CEEBFF;
}

.not-yet{
    background-color: #FFFBB7;
}
.need-not{
    height: 100%;
}
.need-not ul{
    list-style: none;
    padding: 0;
}
.need-not img{
    width: 26px;
    margin-right: 0.8rem;
}

.need-not h2{
    font-weight: 500;
    font-size: 38px;
    line-height: 1.2;
    padding-bottom: 0.6rem;
}

.need-not p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 0.5rem;
    max-width: 430px;

}

.need-not .shdow-box {
    display: flex;
    justify-content: end;
}

.need-not .contant{
    padding-inline: 2rem;
    padding-top: 1rem;
    padding-block: 2rem;
}
.need-not li{
    margin-top: 1rem;
}

.need-not li a{
    color: #000;
    text-decoration: none;
}
.need-sec-containert{
    max-width: 1180px;
    margin: auto;
}

.half-circle {
  width: 150px;
  height: 75px; /* half the height */
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}

.half-square {
  width: 150px;
  height: 75px;
}

.blue-half{
  background: #B4E0FF;

}

.yello-half{
    background-color: #FFF888;
}

/* need-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{
    color: #E34D23;
    font-weight: 600;
    font-style: Semibold;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-inline: auto;
    margin-bottom: 2rem;

}
.jpin-network p{
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    max-width: 770px;
    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;
    transition: border 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%;
}

/* jpin-network */

@media (max-width: 768px) {
    img{
    max-width: 100% !important;
}
section{
    text-align: center;
}
.centre-portal{
    padding-top: 2rem;
}
.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: 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: .5rem;
}

.prataring {
    margin-top: 2rem;
}
.half-square {
    width: 100px;
    height: 45px;
}
.half-circle {
    width: 100px;
    height: 45px;
}
.benfit-box {
    padding: 3rem 2rem;
}
.squre-box {
    margin-top: -70px;
}
.benift-box-list {
    gap: 3rem;
}
}
@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 */
}