.main-about-bg {
  background: linear-gradient(to top, rgba(1, 11, 52, 0) 0%, rgba(1, 11, 52, 0) 59%, rgba(1, 11, 52, 0.65) 100%), url(../images/other_service_header_image.png) no-repeat;
    /* width: 95%;
    margin: auto;
    border-radius: 20px;
    background-size: 100%; */
}
.about {
    padding: 80px;
}

.badge {
    display: inline-block;
    background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 20px;
}
.about-4 {
    padding: 80px;
}


.services
{
  padding: 50px;
}




.accordion-item {
      border: none;
      border-radius: 15px;
      margin-bottom: 15px;
      background-color: #1E5DBE;
      color: white;
      padding: 60px 35px;
    }

    .accordion-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
    }

   /*  .icon-circle {
      width: 50px;
      height: 50px;
      background-color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #1E5DBE;
      font-size: 24px;
      margin-right: 15px;
    } */
    .icon-circle {
      padding: 11px;
      /* width: 50px;
    height: 50px; */
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E5DBE;
    font-size: 24px;
    margin-right: 15px;
  }
    .icon-circle img {
      width: 28px; height:  28px;
    }
    .accordion-title {
      flex-grow: 1;
    }

    .plus-btn {
      background: white;
      border: none;
      border-radius: 6px;
      width: 36px;
      height: 36px;
      font-size: 24px;
      color: #1E5DBE;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .accordion-body {
        margin: 0 48px;
      font-size: 15px;
    }

    .requirements {
      border-top: 1px solid #fff;
      padding-top: 10px;
      margin-top: 10px;
    }

    .btn-apply {
      background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);
      color: #000;
      border: none;
      border-radius: 20px;
      padding: 8px 20px;
      font-weight: 600;
      float: right;
    position: relative;

    }
@media only screen and (max-width: 770px) {
    .about {
        padding: 38px;
    }
    .visa_box {
        padding: 23px;
    }
}



/* Small devices (portrait tablets and large phones, 600px and up) */


@media only screen and (max-width: 768px) {

}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {



}

@media only screen and (max-width:500px) {

}