/** @format */

#combination {
  background: linear-gradient(to bottom, rgb(23 202 92 / 10%), rgba(255, 255, 255, 0.1)) !important;
}
#combination header {
    width: 100%;
   background: unset !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
#service {
  width: 100%;
 margin-bottom: 90px;
}

#service .main {
  display: flex;
  justify-content: space-between;
  width: 100%;
 
}

#service .main .left {
  width: 50%;
}
#service .main .left h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 20px;
}

#service .main .left p {
  font-size: 18px;
  line-height: 31px;
  text-align: justify;
}

#service .main .right {
  width: 47%;
 
}

#service .main .right .image {
  width: 100%;
}

#service .main .right img {
  width: 100%;
}

#registration {
  width: 100%;
  margin-bottom: 92px;
  background-color: #fff;
}
#registration .main {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  

}

#registration .main .left {
  width: 42%;
}
#registration .main .left .top {
}

#registration .main .left .top h5 {
  font-size: 18px;
  line-height: 55px;
  color: #0081c9;
  margin-top: 42px;
  font-weight: 400;
}

#registration .main .left .top p {
  font-size: 20px;
  margin-bottom: 14px;
}
#registration .main .left .cost {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#registration .main .left .cost h5 {
  font-size: 18px;
  color: #0081c9;
  font-weight: 400;
  margin-bottom: 20px;
}
#registration .main .left .cost ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#registration .main .left .cost ul li {
  font-size: 20px;
  line-height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#registration .main .left .document {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#registration .main .left .document h5 {
  font-size: 18px;
color: #0081c9;
font-weight: 400;
  margin-bottom: 20px;
}
#registration .main .left .document ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  list-style-type: circle;
}
#registration .main .left .document ul li {
  font-size: 20px;
  line-height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-list {
  list-style: none; /* Remove default list bullets */
  padding: 0;
  margin: 0;
}

.custom-list li {
  position: relative;
  margin-bottom: 10px; /* Space between list items */
  padding-left: 20px; /* Space for the custom bullet */
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.custom-list li::before {
  content: ''; /* Empty content for the bullet */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* Vertically center the bullet */
  width: 6px;
  height: 6px;
  background-color: black; /* Bullet color */
  border-radius: 50%; /* Make it a circle */
}


#registration .main .bottom {
  margin-top: 45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 45px;
}
#registration .main .bottom button {
  padding: 15px 30px;
  background: #0081c9;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  border-style: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  #service .main {
  }
  #service .main .left h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
  }

  #service .main .left,
  #service .main .right {
    width: 47%;
  }

  #service .main .left p {
    font-size: 17px;
    line-height: 28px;
  }

  #registration .main {
    flex-wrap: wrap;
  }

  #registration .main .left,
  #registration .main .right {
    width: 100%;
  }

  #registration .main .left .top h5,
  #registration .main .left .cost h5,
  #registration .main .left .document h5 {
    font-size: 16px;
  }

  #registration .main .left .top p,
  #registration .main .left .cost ul li,
  #registration .main .left .document ul li {
    font-size: 18px;
  }

  #registration .main .bottom button {
    font-size: 18px;
    padding: 12px 24px;
  }
}

@media (max-width: 992px) {
  #service .main .right {
    width: 45%;
  }
  #service .main .left {
    width: 50%;
    margin-bottom: 30px;
  }
  #service .main .left p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  #service .main {
    width: 100%;
  }
  #service .main .left {
    width: 50%;
    margin-bottom: 30px;
  }

  #service .main .right {
    width: 45%;
    margin-bottom: 30px;
  }
  #service .main .left h2 {
    font-size: 24px;
    line-height: 34px;
  }
  #service .main .left p {
    font-size: 16px;
    line-height: 24px;
  }

  #registration .main {
    flex-direction: column;
  }
  #registration .main .left,
  #registration .main .right {
    width: 100%;
  }
}

@media (max-width: 640px) {
  #service .main .left h2 {
    font-size: 24px;
    line-height: 40px;
  }
  #service .main {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column-reverse;
    
  }
  #service .main .left {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #service .main .right {
    width: 100%;
    margin-bottom: 30px;
  }
  #service .main .left p {
    font-size: 14px;
    line-height: 28px;
  }
  #registration .main .left .top p,
  #registration .main .left .cost ul li,
  #registration .main .left .document ul li {
    font-size: 16px;
  }
  #registration .main .bottom button {
    font-size: 16px;
    padding: 10px 20px;
  }
  #service {
    width: 100%;
    margin-bottom: 28px;
}
}
@media (max-width: 576px) {
  #service .main .left h2 {
    font-size: 20px;
    line-height: 36px;
  }
  #service .main .left p {
    font-size: 13px;
    line-height: 20px;
  }
  #registration .main .bottom button {
    font-size: 16px;
    padding: 10px 20px;
  }
  #registration .main .left .top p,
  #registration .main .left .cost ul li,
  #registration .main .left .document ul li {
    font-size: 16px;
  }
  #service {
    width: 100%;
    margin-bottom: 28px;
}
}

@media (max-width: 480px) {
  #service .main .left h2 {
    font-size: 21px;
    line-height: 36px;
  }
  #registration .main .left .top p,
  #registration .main .left .cost ul li,
  #registration .main .left .document ul li {
    font-size: 15px;
  }
  #service .main .left p {
    font-size: 14px;
    line-height: 24px;
  }

  #service .main {

  }

  #registration .main {
    padding: 5px;
  }

  #registration .main .left h5,
  #registration .main .left .top p,
  #registration .main .left .cost ul li,
  #registration .main .left .document ul li {
    font-size: 14px;
  }

  #registration .main .bottom button {
    font-size: 14px;
    padding: 8px 16px;
  }
  #registration .main .left .document ul li {
    font-size: 14px;
    line-height: 20px;
}
#registration .main .left .cost ul li {
  font-size: 14px;
  line-height: 24px;
} #registration .main .left .document ul li {
  font-size: 14px;
  line-height: 24px;
}
}

@media (max-width: 375px) {
  #service .main {
    
   
  }
  #service .main .left h2 {
    font-size: 18px;
    line-height: 28px;
  }
  #service .main .left p {
    font-size: 14px;
    line-height: 24px;
  }
  #registration .main .bottom button {
    font-size: 14px;
    padding: 8px 15px;
  }
  #registration .main .left .top p,
  #registration .main .left .cost ul li,
  #registration .main .left .document ul li {
    font-size: 14px;
  }
}
