:root {
    --primary-color: #8bc53f;
    --secondary-color: #004f64;
    --third-color: #013d70;
    --fourth-color: #004785;
    --sub-color: #f3f9ec;
    --black-dark-color: #212529;
    --white-color: #ffffff;
    --black-color: #000;
    --bg-gray-light-color: #f0f0f0;
    --bg-gray2-light-color: #f4f5f7;
    --bg-gray3-light-color: #ebf1f5;
    --bg-gray4-light-color: #f3f0f0;
    --bg-gray5-light-color: #ccb9b9;
    --bg-gray6-light-color: #f4f4f4;
    --bg-gray7-light-color: #e0edcc;
    --bg-gray8-light-color: #eaeaea;
    --bg-gray9-light-color: #d4d2d2;
    --bg-gray10-light-color: #e6edf2;
    --bg-gray11-light-color: #c7c8c7;
    --bg-gray12-light-color: #e4e5e7;
    --bg-gray13-light-color: #f5f3f3;
    --bg-gray14-light-color: #e8e8e8;
    --bg-secondary-color: #035184;
    --bg-secondary2-color: #035266;
    --bg-secondary3-color: #004f63;
    --border-color: #ddd;
    --border2-color: #f3ebeb;
    --border3-color: #e2e2e2;
    --border4-color: #eee;
    --border5-color: #ced4da;
    --border6-color: #dddddd;
    --placeholder-color: #f3ebeb;
    --box-shadow-color: #c0bdbd;
    --box-shadow2-color: #d3cece;
    --box-shadow3-color: #ccc;
    --box-shadow4-color: #cfc8c8;
    --box-shadow5-color: #dbd8d8;
    --label-color: #ccb9b9;
    --hover-color: #218838;
    --primary-bg-color: #9ac566;
    --bg-black-light-color: #393636;
    --bg-black-light-color2:#686565;
    --bg-black-light2-color: #242222;
    --red-color: #ff0000;
    --bg-primary-color: #006278;
  }



  /* :root {
    --primary-color: #268283;
    --secondary-color: #820263;
    --third-color: #013d70;
    --fourth-color: #004785;
    --sub-color: #ffe4f3;
    --black-dark-color: #212529;
    --white-color: #ffffff;
    --black-color: #000;
    --bg-gray-light-color: #f0f0f0;
    --bg-gray2-light-color: #f4f5f7;
    --bg-gray3-light-color: #ebf1f5;
    --bg-gray4-light-color: #f3f0f0;
    --bg-gray5-light-color: #ccb9b9;
    --bg-gray6-light-color: #f4f4f4;
    --bg-gray7-light-color: #e0edcc;
    --bg-gray8-light-color: #eaeaea;
    --bg-gray9-light-color: #d4d2d2;
    --bg-gray10-light-color: #e6edf2;
    --bg-gray11-light-color: #c7c8c7;
    --bg-gray12-light-color: #e4e5e7;
    --bg-gray13-light-color: #f5f3f3;
    --bg-gray14-light-color: #e8e8e8;
    --bg-secondary-color: #820263;
    --bg-secondary2-color: #035266;
    --bg-secondary3-color: #004f63;
    --border-color: #ddd;
    --border2-color: #f3ebeb;
    --border3-color: #e2e2e2;
    --border4-color: #eee;
    --border5-color: #ced4da;
    --border6-color: #dddddd;
    --placeholder-color: #f3ebeb;
    --box-shadow-color: #c0bdbd;
    --box-shadow2-color: #d3cece;
    --box-shadow3-color: #ccc;
    --box-shadow4-color: #cfc8c8;
    --box-shadow5-color: #dbd8d8;
    --label-color: #ccb9b9;
    --hover-color: #218838;
    --primary-bg-color: #9ac566;
    --bg-black-light-color: #393636;
    --bg-black-light2-color: #242222;
    --bg-black-light-color2:#686565;
    --red-color: #ff0000;
    --bg-primary-color: #006278;
  } */
  


.register-head-para {
    width: 99%;
    margin: auto;
  }
  
  .price-selection-1 td {
  font-size: 14px;
  padding: 15px 40px ;
  }
  tbody tr:nth-child(odd) {
  background-color: var(--white-color) !important;
  border-bottom: 1px solid var(--bg-gray6-light-color);
  }
  tbody tr:nth-child(even) {
  border-bottom: 1px solid var(--bg-gray6-light-color);
  }
  .register-pament-summery-1 th {
  padding-bottom: 28px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: var(--white-color);
  background: var(--bg-secondary-color) !important;
  }
  .register-pament-summery-1 {
  background-color: var(--white-color);
  border: 1.5px solid var(--bg-secondary-color);
  border-left: 1.5px solid var(--primary-color);
  position: relative;
  }
  .register-pament-summery-1 td {
  text-align: left;
  font-size: 15px;
  color: var(--black-color);
  background-color: var(--white-color);
  border: none;
  padding: 7px 10px;
  border-bottom: 1px solid var(--bg-gray7-light-color);
  }
  .register-pament-summery-1 {
  background-color: var(--white-color);
  height: 602px;
  padding: 10px;
  border: 1.5px solid var(--bg-secondary-color);
  border-left: 1.5px solid var(--primary-color);
  padding: 0px;
  position: relative;
  }
  .payment-gatway {
  width: 100%;
  position: relative;
  
  
  }
  
  .section2-lasts-1{
  position: absolute;
  bottom: 60px;
  right: 82px !important;
  }
  .section2-lasts {
  width: 60%;
  display: flex;
  padding-top: 20px;
  margin-left: auto;
  padding-bottom: 22px;
  }
  .register-btn {
  padding: 10px 30px;
  background-color: var(--bg-secondary-color);
  border-radius: 50px;
  margin-bottom: 40px;
  color: var(--white-color);
  margin-top: 16px;
  /* background-color:  green; */
  /* background-image: linear-gradient(to right,  green, #FFD700); */
  font-weight: 600;
  text-decoration: none;
  }
  /* ------------------------------------------ */
  .strip {
  margin-top: auto !important;
  }
  .ssl {
  margin-top: auto !important;
  }
  
  /* ------------------------- */
  .footer1-child2 img {
  width: 100%;
  }
  
  /* ----------------------- */
  .header-container {
  width: fit-content;
  margin: 0px auto;
  padding-left: 46%;
  position: relative;
  display: inline-block;
  text-align: center !important;
  }
  
  .header-container h4 {
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;
  font-family:'Sora';
  /* margin-left: 120px !important; */
  font-weight: 600;
  margin: 0; /* Remove default margin to adjust positioning */
  }
  
  .header-container .underline-square {
  position: absolute;
  left: 91%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: var(--primary-color); /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
  }
  
  .header-container-1 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  }
  .header-container-1 h4 {
  border-bottom: 1px solid var(--bg-black-light-color2);
  padding-bottom: 10px !important;
  padding-top: 10px;
  font-family:'Sora';
  font-weight: 600;
  margin: 0; /* Remove default margin to adjust positioning */
  }

  .header-container-1 .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: var(--primary-color); /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
  }
  
  
  
  .register-middle-parra {
  padding-top: 40px;
  text-align: start !important;
  padding-bottom: 40px;
  padding-left: 22px;
  }
  .register-middle-parra h6{
  font-weight: 600;
  }
  
  /* ================================ */
  
  .arrow-link {
  display: inline-block;
  width: 200px;
  height: 65px;/* Adjust the height as needed */
  color: var(--white-color);
  background-color: var(--bg-secondary-color);;
  /* clip-path: polygon(0 0, 80% 0, 80% 30%, 100% 50%, 80% 70%, 80% 100%, 0 100%); */
  clip-path: polygon(
  0% 20%,
  60% 20%,
  60% 0%,
  100% 50%,
  60% 100%,
  60% 80%,
  0% 80%
  );
  text-decoration: none;
  transition: background-color 0.3s ease;
  position: relative;
  bottom: 50px;
  font-weight: 600;
  }
  
  .arrow-link:hover {
  background-color: var(--primary-color); /* Change color on hover for a visual effect */
  color: var(--white-color);
  text-decoration: none;
  }
  .register-btn-1 {
  font-weight: 400 !important;
  text-decoration: none;
  padding: 3px !important;
  background-color: var(--bg-secondary-color);
  border-radius: 50px;
  color: var(--white-color);
  font-size: 14px;
  width: 207px;
  height: 45px;
  }
  .numbers {
  width: 75px !important;
  text-align: center !important;
  }
  .discount-code{
  display: flex;
  }
  /* .register-btn-nxt a {
            padding: 13px 30px;
            border-radius: 50px;
            margin-bottom: 40px;
            color: var(--white-color);
            margin-top: 16px;
            background-color: var(--primary-color);
            font-weight: 600;
            text-decoration: none;
        }
        .register-btn-nxt a:hover{
            background-color: green;
        }
        .register-btn-nxt button{
            padding: 10px 30px;
            border-radius: 50px;
            margin-bottom: 40px;
            color: var(--white-color);
            margin-top: 16px;
            background-color: var(--primary-color);
            font-weight: 600;
            text-decoration: none;
        }
     .register-btn-nxt button:hover{
        background-color: green;
        } */
        .btn-main{
            width: 59%;
            margin-top: 20px;
            display: flex;
            justify-content: space-between;
            margin-left: 11px;
        }
        .btn-pay-details{
            margin-left: auto;
        }
        .btn-pay-add{
            padding-right: 20px;
        }
        
        .register-middle-parra{
  padding-bottom: 10px !important;
  }
  .price-selection-1-main{
  border: 1px solid var(--bg-secondary-color);
  margin: auto;
  }
  
  
  .register-head-para {
      width: 99% !important;
  }

  .cancellation-refund-policy{
    padding: 10px 0px !important;
  }
  
  
  /* ==================================== register.php  ========================== */
  @media only screen and (min-width: 992px) and (max-width: 1022px){
    .new-1{
    display: flex;
    align-items:center;
  }
  .btn-main{
    width: 37% !important; 
  }
  }
  
  /* ================================== register.php ============================= */
  
  @media only screen and (min-width: 600px) and (max-width: 991px){
  
      
  
  .header-container .underline-square {
  position: absolute;
  left: 82% !important;
  bottom: 0;
  width: 30px;
  height: 5px;
  background-color: var(--primary-color);
  transform: translateX(-50%);
  transform: translateY(50%);
  }
  .register-middle-parra{
  padding: 20px 0px;
  padding-left:20px !important;
  }
  .price-selection-1-main{
      width: 100%;
      margin: 0px auto;
  }
  .cancellation-refund-policy {
      padding: 20px 0px !important; 
  }
  .register-pament-summery-1 td{
      padding: 7px 36px;
  } 
  .btn-main {
  width: 100% !important;
  }
  .new-1{
  display: flex;
  align-items:center;
  }
  
  
  }
  
  @media (max-width: 600px){
      .header-container {
    width: fit-content;
    margin: 0px auto;
    padding-left: 35% !important;
    position: relative;
    display: inline-block;
   text-align: center !important;
  }
  .header-container .underline-square {
  position: absolute;
  left: 69% !important;
  bottom: 0;
  width: 30px;
  height: 5px;
  background-color: var(--primary-color);
  transform: translateX(-50%);
  transform: translateY(50%);
  }
  
  .price-selection-1 td {
    font-size: 13px !important;
    padding: 14px 20px !important;
    text-align: center;
}

.price-selection-1 th {
    line-height: 21px;
    text-align: center;
    padding-left: 0px;
}

.register-middle-parra {
    padding: 20px 30px !important;

}

.cancellation-refund-policy {
    padding: 20px 0px 0px 0px !important;
}

.new-1 {
    display: flex;
    align-items: center;
}

.price-selection-1-main {
    width: 100% !important;
    margin-right: auto;
}

.register-head-para {
    width: 100% !important;
    margin-right: auto;
}

.price-selection-1 td {
    font-size: 10px !important;
    padding: 14px 2px !important;
    text-align: center;
}
.header-container-1 h5{
    margin-left: 0px !important;
    font-size: 20px;
}
.early_content{
    padding:20px 0px 0px 0px !important;
}
.register-head-para-col{
    padding: 0px !important;
    margin: 0px !important;
}

.header-container-1 h4{
  margin-left: 0px !important;
  font-size: 20px;
}

.cancellation-refund-policy p{
    padding-left: 0px;
}

.cancellation-refund-policy h6{
    padding-left: 0px;
    line-height: 24px;
}

.cancellation-refund-policy h5 i {
    display: none;
}

.cancellation-refund-policy h3 {
    padding-left: 0px;
}

.register-btn-nxt{
    margin-left: 0px !important;
}

.price-selection-1 td input {
    margin-right: 5px;
    margin-left: 5px;
}

  }
  
  @media (max-width: 390px){
      .price-selection-1-main{
          width: 343px !important;
      }
      .register-pament-summery-1{
          width: 343px;
      }
  }



.early_content h6{
    padding-top: 8px;
    font-weight: 400;
    margin-bottom: 2px;
}

.early_content i{
    color: var(--bg-secondary-color);
}
  