
/* .policy-banner */
.policy-banner{
    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;

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

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

.policy-banner p{
    margin-top: 1rem;
    max-width: 909px;
}

.policy-banner p.second{
    margin-top: 2rem;
    max-width: 1100px;
}

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


/* who_we_are_section */
.who_we_are_section {
    padding-top: 5rem;
    position: relative;
    padding-bottom: 5rem;
}

.who_we_are_section .common-img{
    max-width: 90%;
    display: block;
    margin: auto;
}
.who_we_are_section h2{
    font-weight: 600;
    font-size: 50px;
    line-height: 1.3000;
    letter-spacing: 0%;
}

.who_we_are_section p{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0%;
}
.clolororange{
    color: #D04D22;
    font-weight: 600;
}
.who_we_are_section .arrow-imgg{
    display: block;
    width: 211px;
    margin-left: auto;
    margin-top: 6rem;
    margin-right: 20%;
    max-width: 40%;
}
.arrow-contant .fa{
    font-size: 5rem;
}

.arrow-contant {
    position: absolute;
    top: 12%;
    right: 18%;
    display: flex;
    gap: 15px;
}

.fill-arrow{
    width: 60px;
    height: 60px;
}
.light-arrow{
    background-image: url(/images/index/light-arrow.png);
    display: block;
    background-size: cover;
}
.dark-arrow{
    background-image: url(/images/index/stong-arrow.png);
    display: block;
    background-size: cover;
}

.color-light{
    color: #B5B5B5;
}

/* who_we_are_section */

/* benefits-sec */

.benefits-sec{
    padding-block: 4rem;
    background-color: #f2f2f2;
}

.benefits-sec h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    max-width: 773px;
    margin: auto;
}

.benefits-sec .hedderparhg{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5x;
    text-align: center;
    max-width: 778px;
    margin: auto;
    margin-top: 2rem;
}

.prataring{
    margin-top: 5rem;
}

.stjjyimg{
    position: sticky;
    height: fit-content;
    top: 200px;
}

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


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

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

.benift-box-list{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}


.benfit-box{
    background-color: #FFF1E6;
    border: 1px solid #FF872C;
    position: relative;
    padding: 4rem 4rem;
}

.benfit-box img{
    width: 243px;
}

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

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

.shdow-box{
    display: flex;
    position: absolute;
    top: 0;
    right: 1.5%;
}

.benfit-box h3{
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0%;
    padding-top: 1.3rem;

}

.benfit-box p{
font-weight: 400;
font-size: 18px;
line-height: 1.5;
margin-top: 1.3rem;

}

.benfit-box ul{
}

.benfit-box ul li{
    list-style-type: none; /* default bullets */
    padding-top: 0.7rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    position: relative;

}

  .benfit-box ul li::before {
    content: "";
    position: absolute;
    left: -8%;
    top: 18px;
    width: 12px;
    height: 12px !important;
    transform: rotate(90deg);
    color: #7F30112E;
    background-color: #7F30112E;
    height: 10px;
    transform: rotate(45deg);
  }

    .star-list{
      font-weight: 400;
      font-size: 20px;
      line-height: 1.5;
      padding: 0;
      
    }
     .star-list li{
      margin-top: 1rem;
      vertical-align: middle;
       position: relative;
      padding-left: 1.5rem;
      font-size: 20px;
     }

     .star-list li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 15px;
          width: 20px;         /* Resize icon width */
          height: 20px;        /* Resize icon height */
          background-image: url(/images/ohms/star.png);
          background-size: contain;
          background-repeat: no-repeat;
      }
      .orange-contant {
        color: #F88A37;
        font-weight: 500;
      }

/* benefits-sec */

@media (max-width: 768px) {
    img{
    max-width: 100% !important;
}
section{
    text-align: center;
}
.contant-box{
    padding: 1rem;
}
.mob-none{
    display: none;
}
  .fullmoonbanner{
        margin-top: 3rem;
  }
.catcular-img{
    padding: 1.5rem;
    margin-top: 1rem;
}
.policy-banner  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 */
}