@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --black:#000000;
    --white:#ffffff;
    --maincolor: #233F9A;
    --gradcolor: linear-gradient(to right, #233F9A, #92278F);
     --padding4:40px 0;
     --font1:'Open Sans', sans-serif;

}
body{
    background: #F0F4FF;
    font-family: var(--font1);
}
.payment-area{
    padding: 40px 0;    
}
.card{
    border: 0;
}
.form-select:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.form-heading h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    font-family: var(--font1);
    margin-bottom: 6px;
}
.form-heading h2 a{
    text-decoration: none;
    color: var(--maincolor);
}
.form-heading p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-family: var(--font1);
    margin: 0 0 15px;
}
.payment_details .payment_title h3 {
    text-align: center;
    padding: 10px 0;
    background-color: var(--maincolor);
    font-weight: 700;
    font-size: 22px;
    color: var(--white);
    margin-bottom: 0px;
    border-radius: 10px 10px 0 0;
}
.payment_details .price_title h4 {
    font-weight: 800;
    color: var(--maincolor);
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
   margin: 0;
}
.payment_details .price_title {
    background-color: #dee3e3;
    text-align: center;
    padding: 8px 0;
}
.package_list {
    padding: 25px 25px 10px 25px;
    background-color: #ECF2FF;
    border-radius: 0 0 10px 10px;
}
.package_list p {
    font-family: var(--font1);
    font-size: 15px;
    line-height: 25px;
    color: #000;
    text-align: left;
    font-weight: 500;
}
.package_list ol {
    list-style-type: none;
    counter-reset: roman-counter;
    margin-bottom: 20px;
    font-family: var(--font1);
    font-weight: 600;
    color: var(--color2);
    position: relative;
    padding-left: 0px;
}
.package_list ol li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 18px;
    font-size: 14px;
    font-family: var(--font1);
}
.package_list ol li:before {
    content: counter(roman-counter, lower-roman) ".";
    position: absolute;
    left: 0;
    top: 0;
    counter-increment: roman-counter;
}


.register_form .form_group {
    margin-bottom: 20px;
}
.offer-text span {
    font-family: var(--font4);
    font-size: 14px;
}
.md-radio {
    margin: 16px 0;
    padding-left: 13px;
    line-height: 45px;
}
.md-radio label:after {
    top: 17px;
    left: 5px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    background: var(--maincolor);
}
.register_form .form-control, .register_form .form-select {
    box-shadow: none;
    font-family: var(--font1);
    font-weight: 600;
    color: #495057;
    border-radius: 5px;
    font-size: 15px;
    height: 50px;
}

.md-radio input[type=radio] {
    display: none;
}
.md-radio input[type=radio]:checked + label:after {
    transform: scale(1);
}
.md-radio input[type=radio]:checked + label:before {
    border-color: var(--maincolor);
    animation: ripple 0.2s linear forwards;
}
.md-radio label:before {
    left: 0;
    top: 12px;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.54);
}
.md-radio label {
    display: inline-block;
    min-height: 20px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    font-family: var(--font1);
    font-weight: 700;
    font-size: 15px;
}
.md-radio label:before, .md-radio label:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: all 0.3s ease;
    transition-property: transform, border-color;
}
.md-radio img {
    display: inline-block;
    max-width: 100%;
    width: 80px;
    margin-left: 25px;
    position: relative;
    right: -71%;
    top: -50px;
}
.card__box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #EEECED;
    color: #515151;
}
.card__box::before {
    content: "";
    display: block;
    border: 1em solid #EEECED;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 1em;
}
#paymentFormH {
    border: 2px solid #000;
    padding: 20px;
}
.register_form .form_check_label {
    color: var(--formcolor);
    font-family: var(--font1);
    font-size: 15px;
    cursor: pointer;
    font-weight: 700;
}
.register_form .form-check-input:checked {
    border-radius: 5px;
    background-color:var(--maincolor);
    border-color: var(--maincolor);
    cursor: pointer;
}
.register_form .form_check_label a {
    color: var(--maincolor);
}
#signature {
    width: auto;
    border: solid 1px #ddd;
    margin: 0;
    text-align: center;
    min-height: 80px;
    min-width: 100%;
    transition: .2s;
    border-radius: 10px;
    margin-bottom: 5px;
    color: #000;
}
.offer_img {
    width: 23px;
    height: 23px;
    margin-right: 2px;
}
.offer-text span {
    font-family: var(--font4);
    font-size: 14px;
}


.pay-sublist li {
    list-style: none;
    margin: 5px 0 0;
    position: relative ;
    padding-left: 1em ;
    font-size: 13px;
}
.pay-sublist li:before {
    content: "" ;
   
}
.backtohome.mb-2 a{
    text-decoration: none;
}

.backtohome.mb-2 a p {
    margin: 0;
    position: relative;
    top: -33px;
    left: 35px;
    text-decoration: none;
    font-family: var(--font1);
    font-size: 16px;
    font-weight: 600;
}
.register_form .form_group label {
    font-weight: 700;
    margin-bottom: 8px;
    font-family: var(--font1);
    font-size: 14px;
    color: var(--formcolor);
}
#reset {
    float: right;
    font-family: var(--font1);
    font-weight: 600;
    font-size: 15px;
    background: var(--gradcolor);
    padding: 5px 15px;
    color: var(--white);
    border-radius: 3px;
    cursor: pointer;
    border: 0px;
}
.submit_button  .btn {
    padding: 12px 60px;
    background: var(--gradcolor);
    font-family: var(--font1);
    font-weight: 700;
    font-size: 16px;
    border: 1px solid var(--gradcolor);
    color: var(--white);
}

.btn i {
    margin-right: 5px;
}
.form-select {
    font-size: 15px;
    font-family: var(--font1);
    font-weight: 700;
    color: #000;
}

.backtohome span {
    color: var(--maincolor);
    width: 120px;
    height: 40px;
    line-height: 35px;
    display: block;
    text-align: center;
    border-radius: 30px;
}
.backtohome a {
    text-decoration: none;
}
.backtohome a p {
    margin: 0;
    position: relative;
    top: -33px;
    left: 30px;
    text-decoration: none;
    font-family: var(--font1);
    font-size: 15px;
    font-weight: 600;
    color: var(--maincolor);
}
.backtohome a p:focus-visible{
    outline: none;
}
.backtohome span a i {
    color: var(--maincolor);
    position: relative;
    left: -36px;
    top: 3px;
}
.backtohome span a i:focus-visible{
    outline: none;
}
.payment-area .card-body{
    border: 1px solid #ddd;
    border-radius: 10px;
}
.payment-area .card {
    background: #fff;
    border-radius: 10px;
    border: 0;
    padding: 30px;
}

.card__box2 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #EEECED;
    color: #515151;
}
.text-dark {
    color: #212529!important;
    font-size: 14px;
    font-family: var(--font1);
}

/* ------------------card----------------- */

.price-card-box {
    background: #f0f4ff;
    border-radius: 4px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  }
  .card-header_P {
    background: var(--gradcolor);
    margin: 0;
    text-align: center;
    padding: 15px 0;
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
    min-height: 150px;
    border-radius: 4px;
  }
  .card-header_P h2 {
    font-family: var(--font1);
    font-size: 23px;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .card-header_P h3 {
    font-family: var(--font1);
    font-weight: 700;
    font-size: 23px;
    color: #fff;
    text-align: center;
    margin: 8px 0;
  }
  .early-bird {
    color: #000;
    text-align: center;
    font-family: var(--font1);
    font-size: 14px;
    font-weight: 700;
    background: #f0f4ff;
    margin: 5px 0;
    padding: 2px 0;
}
  .card-text_P {
    padding: 15px 20px 20px;
  }
  .card-text_P ul{
    padding-left: 0;
  }
  .card-text_P ul li {
    list-style: none;
    font-size: 14px;
    font-family: var(--font1);
    font-weight: 500;
    margin-bottom: 12px;
    margin-left: 26px;
    color: #000;
  }
  .card-text_P ul li:before {
    content: '\f00c';
    font-family: 'fontawesome';
    float: left;
    margin-left: -1.5em;
    color: var(--maincolor);
  }
  .card-text_P p {
    font-size: 17px;
    font-family: var(--font1);
    color: #000;
    margin-bottom: 10px;
    text-align: center;
    /* font-weight: 700; */
    text-transform: capitalize;
  }
  .regis-btn {
    text-align: center;
    margin: 20px 0 10px;
    background: var(--gradcolor);
    border-radius: 5px;
  }
  .regis-btn a {
    padding: 10px 30px;
    text-align: center;
    font-size: 17px;
    font-family: var(--font1);
    color: #fff;
    font-weight: 600;
   
  }

  .minheight{
    min-height: auto;
  }





/* ------------------------ */



@media (min-width: 320px) and (max-width: 480px) {
    #signature {
        min-width: auto ;
        min-height: auto ;
    }
    .payment_box .card{
        padding:10px;       
  }
  .jSignature{
    height:180px ;
}
.payment_box .title h1 a{
    font-size:22px;
}
.payment_box .sub_title{
    font-size:15px;
}
.payment_details .payment_title h3 {
    font-size: 19px;
    line-height: 26px;
}
.card__box2::before{
    left:0px;
}
.md-radio label{
    font-size: 12px;
}
.md-radio img{
    margin-left: 0;
    width: 38px;
}
.form-heading h2 {
    font-size: 17px;
    margin-bottom: 5px;
}
.form-heading p {
    font-size: 14px;
    margin: 0;
}
.mt-R {
    margin: 13px 0;
}
.p-5 {
    padding: 1.5rem!important;
}
.submit_button .btn{
    margin-top: 20px;
}
.md-radio img{
    right: -86%;
    top: -44px;
}
.early-bird{
    font-size: 12px;
}
.card-header_P h2{
    font-size: 20px;
}
.card-header_P h3{
    font-size: 20px;
}
.card-header_P{
    min-height: 135px;
}
.minheight {
    min-height: auto;
}
.offer-text span{
    font-size: 12px;
}
.payment-area .card{
    padding: 15px;
}
.register_form .form_check_label{
    font-size: 13px;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
  
    .md-radio img {
        width: 80px;
        left: 35%;
        top: -5px;
    }
    
  }

  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
    .md-radio img{
        left: 2%;
    }
    
  }