/*

 Theme Name:   Hello Elementor Child

 Description:  Hello Elementor Child Theme

 Author:       Team GWD

 Author URI:   https://getworkdone.africa

 Template:     hello-elementor

 Version:      1.0.0

 Text Domain:  hello-elementor-child

*/



/* select plan page */

.select-plans-section {

    background-color: #EFF8F6;

    background-image: url(/wp-content/uploads/2023/01/background.png);

    background-position: bottom center;

    background-repeat: no-repeat;

    background-size: cover;

    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

    padding: 100px 0px 100px 0px;

}

.select-plans-section .elementor-widget-eael-dual-color-header{

    text-align: center;

    margin-bottom: 0;

}

.select-plans-section .elementor-widget-eael-dual-color-header .title1 {
    font-family: "Fellix SemiBold", Sans-serif;
    font-size: 61px;
    text-transform: none;
    line-height: 65px;
    color: var(--e-global-color-d7bd110 );
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.select-plans-section .elementor-widget-eael-dual-color-header .title1 .lead.solid-color {
    color: #333;
    padding-left: 10px;
}
/* .select-plans-section .elementor-widget-eael-dual-color-header .title .lead.solid-color {

    color: var(--e-global-color-632d705 );

    font-family: "Fellix SemiBold", Sans-serif;

    font-size: 40px;

    text-transform: none;

    line-height: 56px;

} */
.select-plans-bottom-section .plans-text p {
    padding: 0 0 80px;
}
.select-plans-section .plans-text p,
.select-plans-bottom-section .plans-text p{

    padding: 20px 0px 40px 0px;

    text-align: center;

    color: var(--e-global-color-b68aaad );

    font-family: "Poppins", Sans-serif;

    font-size: 20px;

    line-height: 32px;

    margin-bottom: 0;

}

.plans-head-image {
    width: 280px;
    margin-top: 20px;
}

.wizard-section {

    padding: 80px 0 40px;

}

.wizard-section .form-wizard {

    width: 100%;

}

.wizard-section .form-wizard .form-wizard-steps {

    margin-bottom: 60px;

    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

    justify-content: center;

    list-style: none;
    padding: 0;

}

.form-wizard .form-wizard-steps li {

    position: relative;

    flex: 1;

}

.form-wizard .form-wizard-steps li::after {

    background-color: #25CCAC;

    content: "";

    height: 2px;

    opacity: 10%;

    left: 50%;

    position: absolute;

    right: 0;

    top: 20px;

    width: 100%;

}

.form-wizard .form-wizard-steps li.active span, 

.form-wizard .form-wizard-steps li.activated span {

    background-color: #25ccac;

    color: #ffffff;

}

.form-wizard .form-wizard-steps li span {

    background-color: #050505;

    border-radius: 50%;

    display: inline-block;

    height: 40px;

    position: relative;

    color: #fff;

    text-align: center;

    width: 40px;

    z-index: 1;

    padding: 6px 10px;

    font-family: "Fellix SemiBold", Sans-serif;

    font-size: 18px;

}

.form-wizard .form-wizard-steps li .steps-heading {

    font-family: "Fellix Medium", Sans-serif;

    font-size: 16px;

    color: #050505;

    margin: 10px 0 0;

}



.form-wizard .form-wizard-steps li.active::after,

 .form-wizard .form-wizard-steps li.activated::after {

    left: 50%;

}

.form-wizard .form-wizard-steps li.activated::after {

  width: 100%;

  opacity: 100%;

}

.form-wizard .form-wizard-steps li:last-child::after {

  display: none;

}

.form-wizard .form-wizard-header {

  text-align: center;

}

.form-wizard .form-wizard-next-btn, 

.form-wizard .form-wizard-previous-btn, 

.form-wizard .form-wizard-submit {

  background-color: #25ccac;

  color: #ffffff;

  display: inline-block;

  padding: 12px 30px;

  border-radius: 30px;

  text-align: center;

  min-width: 190px;

  border: 1px solid #25ccac;

}

.form-wizard .form-wizard-next-btn:hover, 

.form-wizard .form-wizard-next-btn:focus,

 .form-wizard .form-wizard-previous-btn:hover, 

 .form-wizard .form-wizard-previous-btn:focus,

  .form-wizard .form-wizard-submit:hover,

   .form-wizard .form-wizard-submit:focus {

  color: #25ccac !important;

  text-decoration: none;

  background: #fff !important;

}

.form-wizard .wizard-fieldset {

  display: none;

}

.form-wizard .wizard-fieldset.show {

  display: block;

}

.form-wizard .wizard-form-error {

  display: none;

  color: #d70b0b;

  

}

.form-wizard .form-wizard-previous-btn {

  background-color: #25ccac;

}



/* select plans table */
.plans-table-mobile{
    display: none;
}
.plans-tables .plans-rows {

    display: flex;

    flex-direction: row;

}

.plans-tables .plans-rows .plans-cols {

    flex: 1;

    margin: 0 15px;

    border: solid #ECECF1;

    border-width: 1px;

}

.plans-tables .plans-rows .plans-cols-top-radius {

    border-radius: 16px 16px 0 0;

}

.plans-tables .plans-rows .plans-cols-no-border {

    border-width: 0 1px;

}

.plans-tables .plans-rows .plans-cols-bot-border {

    border-width: 0 1px 1px;

    padding-bottom: 10px;

}

.plans-tables .plans-rows:last-child .plans-cols {

    border-radius: 0 0 16px 16px;

}
.plan-radius-bottom .plans-cols {
    border-radius: 0 0 16px 16px;
}
.select-plan-content-text span {

    font-weight: 600;

    display: block;

}

 .select-plans-new-head {

    background: #EFF8F6;

    border-radius: 16px 16px 0 0;

    padding: 20px;
    height: 100%;

}

.select-plans-new-head .select-plans-new-tophead {

    color: #25CCAC;

    margin: 0 0 10px;

    font-family: "Fellix Medium", Sans-serif;

    font-size: 20px;

}

 .select-plans-new-head .select-plans-new-subhead {

    color: #050505;

    margin: 0;

    font-family: "Fellix Medium", Sans-serif;

    font-size: 32px;

    font-weight: 600;

}

.select-plans-new-priceyear {
    margin: 10px 0 0;
    font-family: 'Fellix Medium' !important;
    color: #050505;
    font-size: 20px;
}

.select-plan-content-heading {

    margin: 0;

    color: #050505;

    font-family: "Fellix SemiBold", Sans-serif;

    font-size: 14px;

    line-height: 24px;

    padding: 10px 20px;

}

.select-plan-content-text {

    margin: 0;

    color: #050505cc;

    font-family: "Fellix Medium", Sans-serif;

    font-size: 11px;

    line-height: 15px;

    padding: 5px 20px;

}

.select-plans-content-list {

    padding: 0;

    list-style: none;

}

.select-plans-content-list .select-plans-li:last-child {

    border-bottom: none;

    margin-bottom: 10px;

}

.select-plans-content-list .select-plans-li {

    border-bottom: 1px solid #ECECF1;

    padding: 10px 0;

    color: #050505;

    opacity: 0.8;

    font-family: "Fellix Medium", Sans-serif;

    font-size: 11px;

    line-height: 15px;

}

.select-plans-content-list .select-plans-li strong {

    width: 100%;

    display: block;

}

.plans-tables .plans-rows:last-child .plans-cols.plans-cols-button .form-wizard-next-btn {

    width: 100%;

    background: #25ccac;

    color: #fff;

    font-family: 'Fellix SemiBold';

    border-radius: 30px;
    min-width: 100%;

}

.plans-tables .plans-rows:last-child .plans-cols.plans-cols-button {

    border: none;

    padding: 20px 0;

    text-align: center;

}
/* plan table mobile */
.plans-mobile {
    border: 1px solid #ECECF1;
    border-radius: 16px;
    margin-bottom: 50px;
}
.mobile-plans-cols {
    margin-bottom: 50px;
}
.mobile-plans-cols.no-margin {
    margin-bottom: 0;
}
/* beneficiary forms */
.beneficiary-details-form .form-group label.wizard-form-text-label {

    display: none;

}

.beneficiary-details-form {

    background: #fff;

    padding: 60px;

    border: 1px solid #ECECF1;

    border-radius: 16px;

}

.beneficiary-details-form .form-group-flex {

    display: flex;

    flex-direction: row;

}

.beneficiary-details-form .form-group-flex .form-group {

    flex: 1;

}

.beneficiary-details-form .form-group-flex .form-group .form-elements {

    padding: 10px;

}

.beneficiary-details-form .form-group-flex .form-group .form-elements .form-control {

    border: 1px solid #DCDBDD;

    border-radius: 12px;

    padding: 14px 16px;

    color: #84818A;

    font-size: 14px;

    line-height: 21px;

    font-family: 'Poppins';

}

.beneficiary-details-form .form-heding-top {

    color: #333333;

    font-size: 30px;

    line-height: 36px;

    font-family: 'Fellix Medium';

    font-weight: 700;

    margin: 0 0 10px;

}

.beneficiary-details-form .form-plan {

    color: #333333;

    opacity: 0.6;

    font-family: 'Poppins';

    font-size: 20px;

    line-height: 30px;

    margin-bottom: 50px;

}



.beneficiary-details-form select:required:invalid {

  color: gray;

}

.beneficiary-details-form option[value=""][disabled] {

  display: none;

}

.btn-text-right {

    text-align: right;

}

.form-btn-bottom {

    margin-top: 40px;

}

.btn-beneficiary {

    color: #707070 !important;

    border: 1px solid #707070 !IMPORTANT;

    display: inline-block;

    padding: 12px 30px;

    border-radius: 30px;

    text-align: center;

    min-width: 190px;

}

.btn-beneficiary:hover{

    color: #fff !important;

    background: #707070 !important;

}

div#additional-beneficiary {

    margin-top: 30px;

}

.product-data {

    background: #fff;

    padding: 60px;

    border: 1px solid #ECECF1;

    border-radius: 16px;

}

.product-data .product-details-section {

    display: flex;

    align-items: center;

    justify-content: center;

}

.product-data .product-details-section .product-details-image,
.product-data .product-details-section .product-detail-content {

    flex: 1;
    padding: 10px;

}
.product-data .product-details-section .product-there {
    font-size: 32px;
    line-height: 38px;
    font-family: 'Fellix Medium';
    font-weight: 600;
    color: #333333;
    margin: 0 0 10px;
}

.product-data .product-details-section p.form-plan {
    font-size: 20px;
    line-height: 30px;
    color: #33333399;
    font-family: 'Poppins';
    margin-bottom: 30px;
}

.product-data .product-details-section .product-price {
    color: #25CCAC;
    font-size: 24px;
    font-family: 'Fellix Medium';
    font-weight: 600;
    margin-bottom: 0;
}
.product-data .product-details-section .product-title{
    color: #333333;
    font-size: 18px;
    font-family: 'Fellix Medium';
    margin-bottom: 30px;
}
/* responsive */
@media (max-width: 991px) {
    .plans-table-mobile{
        display: block;
    }
    .plans-table-desktop{
        display: none;
    }
    .select-plans-section .elementor-widget-eael-dual-color-header .title1{
        flex-direction: column-reverse;
    }
    .select-plans-section .elementor-widget-eael-dual-color-header .title1 .lead.solid-color{
        padding-left: 0;
    }
    .plans-tables .plans-rows .plans-cols{
        margin: 0;
        border-width: 1px 1px 0;
    }
    .beneficiary-details-form, .product-data{
        padding: 60px 40px;
    }
    .plans-tables .plans-rows:last-child .plans-cols:first-child {
        border-radius: 0 0 0 16px;
    }
    .plans-tables .plans-rows:last-child .plans-cols:last-child {
        border-radius: 0 0 16px 0;
    }
    
}
@media (max-width: 767px) {
    .beneficiary-details-form, .product-data{
        padding: 40px 20px;
    }
}

@media (max-width: 600px){
    .beneficiary-details-form, .product-data{
        padding: 20px;
    }
    .beneficiary-details-form .form-group-flex{
        flex-direction: column;
    }
    .beneficiary-details-form .form-group-flex .form-group .form-elements{
        padding: 10px 0;
    }
    .btn-text-right {
        text-align: left;
        margin-top: 20px;
    }
    .product-data .product-details-section{
        flex-direction: column;
    }
}
@media (max-width: 400px) {
    .select-plans-section .elementor-widget-eael-dual-color-header .title1{
        font-size: 50px;
        line-height: 60px;
    }
}
