/**/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*  SITE PHASE 2 SUBSCRIPTION PLANS AND PAYMENTS */
/*  */



.gform_confirmation_message {
    color: #000 !IMPORTANT;
}


.payment-type-box h4 {
    margin-bottom: 0;
    color: #fff;
    font-size: 28px;
    line-height: normal;
}

.get-started.payment-type-box .col-inner {
    padding: 50px !IMPORTANT;
    border-radius: 15px !IMPORTANT;
}

html {
    scroll-behavior: smooth;
}

.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-60{
    padding-top: 60px;
    padding-bottom: 60px;
}

.pb-100{
    padding-bottom: 100px;
}

.pb-50{
    padding-bottom: 50px;
}

.pb-70{
    padding-bottom: 50px;
}

.pb-30{
    padding-bottom: 30px;
}

.pt-100{
    padding-top: 100px;
}

.pt-50{
    padding-top: 50px;
}

.pt-30{
    padding-top: 30px;
}

/* SUBSCRIPTION PLAN PAGE */
.tabs-element.pb-50 {
    text-align: center;
}

ul.tab-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.tab-list li{
    padding: 0 50px;
    border-bottom: 2px solid rgb(255 255 255/20%);
}


ul.tab-list li.active a{
    font-weight: 700 !Important;
}

ul.tab-list li a {
    font-size: 25px !Important;
    line-height: 46px;
    font-weight: 300 !Important;
    transition: all 0.5s ease;
    color: rgb(255 255 255);
}

.tab-content.text-center {
    color: #fff;
}

.tab-content.text-center h1{
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 20px;
}

.tab-content.text-center p{
    font-size: 19px;
    line-height: 28px;
    color: rgb(255 255 255/90%);
    margin-bottom: 20px;
    font-weight: 300 !Important;
}


.pricing-table {
    background-color: transparent;
    padding-bottom: 30px;
    border: 1px solid rgb(255 255 255/50%);
    color: #fff;
    border-radius: 22px;
}

.pricing-table-header {
    background: #20292E;
    position: relative;
    padding: 30px 35px;
}

.pricing-table .title {
    background-color: #20292E !important;
    border: 0;
    text-align: left;
    padding: 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.pricing-table .price {
    color: #fff;
    font-size: 18px;
    padding: 0;
    position: absolute;
    top: 35px;
    left: 145px;
    font-weight: 300;
}

.pricing-table .items {
    padding: 50px 35px 0 30px;
}

.pricing-table .items p {
    font-size: 19px;
    line-height: normal;
    font-weight: 300;
    color: rgb(255 255 255/80%);
    margin-bottom: 25px !important;
    display: block;
}

.pricing-table .items p strong {
    color:  #fff;
}

.pricing-table-items a.button.primary.button.primary.default-btn.white {
    width: 100% !Important;
    margin-top: 60px;
    color: #000 !important;
}

a.button.primary.button.primary.default-btn.white:before {
    background: #26ACE2 !IMPORTANT;
}

.pricing-table-items a.button.primary.button.primary.default-btn.white:hover {
    color: #fff !Important;
}

.subscription-wrapper a {
    width: 290px !Important;
    font-size: 18px !Important;
    color: rgb(255 255 255/80%);
}

section.section.inner-section.plans-wrapper.bg-royalblue.py-100 {
    padding-bottom: 50px !important;
}

/*  PAYMENT DETAILS PAGE */
.payment-summary-wrap .col {
    background: rgb(32 41 46/30%);
    padding: 30px;
    border-radius: 24px;
}

.total-summary-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-content h4 {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: .2px;
}

.total-content p {
    font-size: 17px;
    color: rgb(255 255 255/90%);
    font-weight: 300;
}

.total-price {
    background: #fff;
    padding: 12px 20px;
    border-radius: 12px;
    line-height: 20px;
}

.total-price span {
    color: #2B5769;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: .5px;
}

.payment-summary-wrap.pb-50 {
    padding-bottom: 70px;
}


li.tab-list-item{
  --animation-time: 700ms;
  
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
  
li.tab-list-item:after {
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #ffff;
  transition:
    transform ease var(--animation-time, 600ms),
    opacity ease 0ms 600ms;
  transform: translateX(100%);
  opacity: 1;
}

li.tab-list-item:hover ~ li.tab-list-item::after {
  transform: translateX(-100%);
}

li.tab-list-item.active::after,
li.tab-list-item:hover::after {
  transform: translateX(0%);
  opacity: 1;
}


li.tab-list-item:hover li.tab-list-item:hover::after,
li.tab-list-item:hover li.tab-list-item:hover li.tab-list-item::after {
  transition-delay: 0ms, 0ms;
}

/* PAYMENT DETAILS FORM */
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-column-1 {
	width: calc(100% - 5px);
}

.form-column-2 {
    width: calc(50% - 5px);
}

.form-column-3 {
    width: calc(33% - 5px);
}

.input-group {
    padding: 5px 5px 0 5px;
}

.input-group label {
    display: block;
    color: rgb(255 255 255/80%);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.input-group .input-control {
    color: #ffff;
    font-size: 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.11);
    border: 0;
    padding: 30px;
    height: 65px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}

.input-group .input-control::placeholder {
    color: rgb(255 255 255/70%);
}

.form-column-1.card-detail .input-group .input-control::placeholder{
    color: rgb(255 255 255/50%);
    text-transform: capitalize;
}


.input-group textarea.input-control {
    height: 150px;
    resize: none;
}

.checkout-form-wrap input:focus, .checkout-form-wrap select:focus, .checkout-form-wrap textarea:focus {
    border: 1px solid #26ace2 !important;
    box-shadow: none !IMPORTANT;
    background: transparent !important;
    color: #fff !important;
}

input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    /* transition: color .3s,border .3s,background .3s,opacity .3s; */
    transition: none;
}

.form-column-1.submit .input-group {
    text-align: center;
    margin-top: 50px;
}

.form-column-1.submit .input-group button{
    width: 300px !Important;
    font-size: 20px !Important;
    color: rgb(255 255 255/90%) !Important;
}

select {
    cursor: pointer;
    height: 65px;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: none;
    border: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    padding-left: 30px;
    color: #1A2731 !important;
    font-weight: 400;
}

select{
    color: #1A2731 !important;
    font-weight: 400;
}

select:focus{
    background: #fff;
    box-shadow: none;
}

.lxf-message {
    color: rgb(255 255 255/70%);
}

span.text-red {
    display: none;
}

.form-column-1.card-detail {
    border-radius: 15px;
    padding: 22px 20px;
    border: 1px solid rgb(255 255 255/70%);
    margin-top: 50px;
}

.form-column-1.card-detail .input-group .input-control {
   color: rgb(255 255 255/50%);
    text-transform: uppercase;
}


.wlxf-validation-error input{
   color: #FFFFFF !IMPORTANT;
    background: rgba(255, 0, 0, 0.25) !IMPORTANT;
    border: 1.05255px solid #B94A48 !IMPORTANT;
}

.form-err {
    color: #d24f4d;
    font-size: 14px;
    margin: -10px 9px 3px 8px;
}

.form-column-3.card-details img {
    position: absolute;
    right: 20px;
    width: 22%;
    top: 50px;
}

.form-column-3.card-details {
    position: relative;
}


/* GET STARTED PAGE */
.get-started-services .col.mh-library .col-inner {
    background-image: url(/wp-content/uploads/2023/09/coaching-services-sldimg.png) !Important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 167px 0 150px 0;
}

.get-started-services .col.mh-library .col-inner h1{
    margin-bottom: 0 ;
}

.get-started .col-inner {
    background: linear-gradient(155deg, rgba(20,167,81,1) 0%, rgba(38,172,226,1) 100%);
    padding: 35px 20px 35px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    cursor: pointer;
    transition: all 0.3s ease;
}


.get-started .col-inner:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.22);
}

.get-started .col-inner .icon-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;

}

.get-started .col-inner .icon-box .icon-box-text p {
    margin: 0 !important;
/*     padding: 0 0px 0 15px; */
}

.icon-box-img img {
    padding-top: 0em !Important;
}


.get-started .col-inner .icon-box .icon-box-text p h4{
    margin: 0 !important;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 5px !IMPORTANT;
    display: block;
}

.get-started .col-inner .icon-box .icon-box-text p {
    font-size: 15px;
    line-height: 24px;
}

.get-started .icon-box-img img {
    padding-top: 5px !Important;
}

.get-started .icon-box-text {
    padding-right: 25px;
}

.icon-box-left {
    display: flex;
    flex-flow: row wrap;
    width: unset !important;
}


/* PROGRESS BAR */

.progress {
    height: 22px;
    margin-bottom: 50px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    width: 100%;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar {
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #fbad23;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

@keyframes progress-bar-stripes{

0% {
    background-position: 40px 0;
}

100% {
    background-position: 0 0;
}
}


/* GET STARTED STEPS FORM */

span.lxform-field-warp.lxform-radio-list-wrap label.lxform-radio-label{
    margin-bottom: 0.5em;
}

.step.well .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
}

.step.well .form-column-2 {
    width: calc(49.4% - 5px);
}


    .step.well label input[type="radio"] {
    display: none;
}

.step.well label input[type="radio"] ~ span {
    position: relative;
    display: inline-block;
    padding: 3px 0 3px 40px;
    cursor: pointer;
    color: rgb(0 0 0/80%);
    font-weight: 400;
    font-size: 17px !Important;
    margin-bottom: 10px;
}

.step.well label input[type="radio"] ~ span:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 6px;
    box-sizing: border-box;
    transition: all 300ms ease-in-out;
}

.step.well label input[type="radio"]:checked ~ span:before {
    border: 5px solid rgb(0 0 0/50%);
}



.step.well input {
    background: transparent !important;
    color: rgb(0 0 0/50%) !important;
    box-shadow: none;
    height: 55px;
    border-radius: 6px;
}

.step.well input:focus {
    color: rgb(0 0 0/60%) !important;
    font-weight: 400;
}

button.action.button.primary.default-btn.black {
    height: 55px;
    width: 145px;
    line-height: 55px !IMPORTANT;
    border-radius: 50px;
    margin-top: 30px;
    margin-right: 20px !important;
    background: #14A751 !important;
}

button.action.next.button.primary.default-btn.black:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
    color: #fff;
    opacity: 1;
    outline: none;
}

.step.well input[type="radio"] {
    height: 20px !important;
    font-size: unset !important;
    padding: unset ! IMPORTANT;
    margin: 4px 10px 0 0 !important;
    overflow: visible !important;
    position: unset !important;
    border-radius: 50px ! IMPORTANT;
}

.quiz-form .lxf-message {
    
    color: rgb(0 0 0/50%) !important;
}

/*.lxf-message.lxf-message-warning{
    display: none;
}*/

/*.step.well .wlxf-validation-error label {
    color: #B94A48;
}*/

span.lxform-listitem.lxform-radio-listitem span {
    font-size: 16px;
}

.step.well label {
		color: #000 !Important;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

span.lxform-listitem.lxform-radio-listitem span {
    font-size: 16px;
}

input[type="checkbox"] {
    height: unset !important;
}

span.lxform-listitem.lxform-checkbox-listitem span {
    font-size: 17px;
}


span#radio-gender {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.step.well .form-err {
    display: none;
}
*/
label.lxform-checkbox-label {
    margin-bottom: 30px;
}

label.lxform-radio-label {
    margin-bottom: 30px;
}


.lxform-submit-btn.action.submit {
    margin-top: 30px;
    border-radius: 50px;
    height: 60px;
    line-height: 60px !important;
}


.step.well.step-1 label {
    font-size: 18px;
    padding-left: 3px;
    color: rgb(0 0 0/70%);
}

.step.well.step-1 .form-row {
    gap: 15px 20px;
}

.step.well.step-1 .form-column-2 {
    width: calc(49% - 5px);
}

.step.well.step-1 label.lxform-radio-label {
    margin-bottom: 20px;
}

.step.well.step-1 span#radio-gender {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.lxform-submit-btn.action.submit:before {
    display: none;
}

.lxform-submit-btn.action.submit:hover {
    color: #FFF;
    background: rgb(32, 41, 46);
}

button.action.back.simple:hover{
    color: rgb(0 0 0/80%);
}

button.action.back.simple {
    margin-bottom: 0 !important;
    vertical-align: text-top;
    font-size: 16px;
    font-weight: 500;
    color: rgb(0 0 0/60%);
    line-height: 16px;
    margin-right: 0px;
    padding-left: 0;
    padding-top: 20px !important;
}

span.dashicons.dashicons-arrow-left-alt {
    vertical-align: middle;
    margin-right: 8px;
    line-height: 16px;button.action.back.simple
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateX(-2px);
  }
  60% {
    transform: translateX(-2px);
  }
}

/*  */


/* THANK YOU */


.animation-ctn{
  text-align:center;
  margin-top:2em;
}

    @-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 0px
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px
   
    }

    100% {
        stroke-dashoffset: 960px;
      
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px 
    }

    100% {
        stroke-dashoffset: 960px
    }
}

@keyframes colored-circle { 
    0% {
        opacity:0
    }

    100% {
        opacity:100
    }
}

/* other styles */
/* .svg svg {
    display: none
}
 */
.inlinesvg .svg svg {
    display: inline
}

/* .svg img {
    display: none
} */

.icon--order-success svg polyline {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}
.icon--order-success svg circle#colored {
    -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
    animation: colored-circle 0.6s ease-in-out 0.7s backwards;
} 


/*  RECOMMENDATION SECTION  */
@-webkit-keyframes thanks {
  from {
    transform: translate3d(0, -3rem, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes thanks {
  from {
    transform: translate3d(0, -3rem, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes success-icon-animation {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg) scale(1.25);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes success-icon-animation {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg) scale(1.25);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.success-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-block .title {
  font-size: 3.5rem;
  font-weight: bold;
}
.success-block .title > span {
  display: inline-block;
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -webkit-animation: thanks 0.3s forwards;
          animation: thanks 0.3s forwards;
  margin: 0 -1px;
}
.success-block .title > span:nth-child(1) {
  -webkit-animation-delay: 0.045s;
          animation-delay: 0.045s;
}
.success-block .title > span:nth-child(2) {
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
}
.success-block .title > span:nth-child(3) {
  -webkit-animation-delay: 0.135s;
          animation-delay: 0.135s;
}
.success-block .title > span:nth-child(4) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.success-block .title > span:nth-child(5) {
  -webkit-animation-delay: 0.225s;
          animation-delay: 0.225s;
}
.success-block .title > span:nth-child(6) {
  -webkit-animation-delay: 0.27s;
          animation-delay: 0.27s;
}
.success-block .title > span:nth-child(7) {
  -webkit-animation-delay: 0.315s;
          animation-delay: 0.315s;
}
.success-block .title > span:nth-child(8) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.success-block .title > span:nth-child(9) {
  -webkit-animation-delay: 0.405s;
          animation-delay: 0.405s;
}
.success-block .title > span:nth-child(10) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.success-block .title > span:nth-child(11) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.success-block .title:hover .title > span {
  -webkit-animation: thanks 0.35s forwards;
          animation: thanks 0.35s forwards;
}
.success-block .success-icon {
    width: 3rem;
    height: 2rem;
    color: #93c461;
    opacity: 0;
    margin-left: 0;
    -webkit-animation: success-icon-animation 1s 0.25s forwards;
    animation: success-icon-animation 1s 0.25s forwards;
}

/* RECOMMENDATION SECTION CONTENT  */
.container.test {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    text-align: center;
}

.recommendation-wrapper .recommended-tab-content a.button {
    line-height: 55px !IMPORTANT;
    height: 55px;
    width: fit-content;
    color: rgb(255 255 255/100%);
    background: #14A751;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
}


.recommendation-wrapper .recommended-tab-content a.button:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
    color: #fff;
    opacity: 1;
    outline: none;
    background-color: #14A751;
}


.recommended-tab-content h2 {
    color: #ffff;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
}

.recommended-tab-content h3 {
    color: #ffff;
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
}

.recommended-tab-content p {
    font-size: 15px;
    line-height: 22px;
    color: rgb(255 255 255/80%);
    margin-bottom: 30px !important;
}

/*  */


.text-img-wrap strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-img-wrap strong img {
    margin: 0 !important;
}


/*  SWITCH BUTTON  */

.switchSmall input {
     display: none;
}
 .switchSmall small {
     display: inline-block;
     width: 32px;
     height: 16px;
     background: transparent;
     border-radius: 30px;
     position: relative;
     cursor: pointer;
     border: 1px solid #fff;
}
 .switchSmall small:before {
     content: "";
     position: absolute;
     width: 10px;
     height: 10px;
     background: #fff;
     border-radius: 50%;
     top: 2px;
     left: 2px;
     transition: .3s;
     box-shadow: -3px 0 3px rgba(0,0,0,0.1);
}
 .switchSmall input:checked ~ small {
     background: #26ACE2;
     transition: .3s;
     border: 1px solid #fff;
     /* float: right !important; */
}
 .switchSmall input:checked ~ small:before {
     transform: translate(16px, 0px);
     transition: .3s;
}

label.switchSmall.m5 {
 display: flex;
 align-items: center;
 justify-content: space-between;
 font-size: 19px;
 line-height: normal;
 font-weight: 300;
 color: rgb(255 255 255/80%);
 margin-bottom: 25px !important;
 margin-right: -100px;
}


/* EMPLOYMENT FORM STYLING  */
.employment-form span.form-headign {
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.employment-form .input-group .input-control.select {
    color: rgb(255 255 255/80%) !important;
    padding: 0 30px !important;
    background-size: cover !I;
}

.employment-form select option {
    background-color: rgb(255 255 255/80%) !IMPORTANT;
    color: #000 !important;
    font-size: 15px !important;
    line-height: 40px !important;
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus{

    background-color: transparent !Important;
    box-shadow: none !Important; 
    color: #fff !Important;
    border: 1px solid #26ace2;
    opacity: 1!important;
    outline: 0;
    
}

.input-group .input-control.select:focus {
    background: rgba(255, 255, 255, 0.11) !Important;
    box-shadow: none !Important; 
    color: #fff !Important;
    opacity: 1!important;
    outline: 0;
}

.employment-form .input-group .input-control {
    color: rgb(255 255 255/80%) !important;
    font-weight: 400 !Important;
}

.employment-form .input-group label {
    font-size: 16px;
}

.employment-form input[type="radio"] {
    height: unset !important;
    font-size: unset !important;
    padding: 0 0px !IMPORTANT;
    margin: 0 15px 0 0 !important;
    overflow: visible !important;
    position: unset;
}

input[type="radio"]:checked+span{
    background: none !important;
}

.employment-form span.lxform-listitem.lxform-radio-listitem span{
    color: rgb(255 255 255/80%);
    font-size: 16px !Important;
    line-height: 26px !Important;
    font-weight: 400;
}


.employment-form span.lxform-field-warp.lxform-checkbox-wrap span{
    color: rgb(255 255 255/80%);
    font-size: 18px !Important;
    line-height: 28px !Important;
    font-weight: 400;
}

.employment-form span.lxform-field-warp.lxform-checkbox-wrap label {
    display: flex;
    align-items: baseline;
}


.employment-form p {
    color: rgb(255 255 255/80%) !important;
}

.employment-form input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255/60%);
    color: rgb(255 255 255/80%) !Important;
    font-weight: 400 !Important;
    font-size: 16px;
}

.employment-form .skills-list input:focus {
    border: 0;
    border-bottom: 1px solid #26ace2;
}

.employment-form span.lxform-field-warp.lxform-checkbox-wrap span:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #26ace2;
}

.employment-form .form-column-1.card-detail {
    margin-top: 0;
}

.employment-form span.form-headign {
    position: relative;
    width: fit-content;
}

.employment-form span.form-headign:before{
    content: "*";
    position: absolute;
    z-index: 1;
    color: #d24f4d;
    top: -3px;
    right: -10px;
    font-size: 15px;
}

/* */

.step.well input::placeholder{
    color: rgb(0 0 0/50%);
    font-weight: 500;
    font-size: 15px;
}

input#date-of-birth {
    font-weight: 500;
    font-size: 15px;
}

.step.well select {
    color: rgb(0 0 0/50%) !important;
    box-shadow: none;
    height: 55px;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 0 .75em;
    font-weight: 500;
    font-size: 15px;
}

span.lxform-field-warp.lxform-radio-list-wrap {
/*    margin-bottom: 30px;*/
    display: block;
}

.step.well select>option {
    overflow: hidden;
    border: 1px solid #fff;
    color: #000;
    padding: 30px;
}

input:focus-visible {
    outline: none;
    outline-offset: 2px;
}

/*   */

/* FORM SIZES  */
.form-column-5 {
    width: calc(42% - 5px);
}

.card-detail.column-sizes .form-column-2 {
    width: calc(15% - 5px);
}

.card-detail.column-sizes .form-column-4 {
    width: calc(34.5% - 5px);
}

.input-group .input-control.duration {
    padding: 0 12px !Important;
    font-size: 13px !Important;
    color: rgb(255 255 255/50%) !Important;
}

.input-group span.lxform-field-warp.lxform-select-wrap select {
    color: rgb(255 255 255/80%) !important;
    padding: 0 30px !important;
/*    appearance: auto;*/
}

span.lxform-field-warp.lxform-select-wrap select option {
    color: #000 !important;
    font-size: 15px !important;
    line-height: 40px !important;
}

option[value="Select Billing Plan"] {
    display: none;
}


/* RESPONSIVE  */

@media (max-width: 700px){

    .get-started-services .col.mh-library .col-inner h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .get-started-services .col.mh-library .col-inner {
        padding: 190px 0 180px 0;
    }

    .progress {
        margin-bottom: 30px;
    }

    .progress {
    margin-bottom: 30px;
}

span#radio-gender {
    display: block;
}

span#radio-gender label{
    margin-bottom: 0 ;
}

.step.well label {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.step.well input::placeholder{
    font-size: px;
}

.employment-form span.form-headign {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 0;
}

.input-group .input-control, .ginput_container input {
    padding: 0 10px 0 15px;
    font-size: 14px;
    border-radius: 8px;
    height: 55px;
}

input::placeholder {
    font-size: 12px;
}

.employment-form .input-group label {
    font-size: 15px;
}

.form-column-5 {
    width: calc(100% - 5px);
    margin-bottom: 0px;
}

.card-detail.column-sizes .form-column-4 {
    width: calc(100% - 5px);
}

.card-detail.column-sizes .form-column-2 {
    width: calc(100% - 5px);
    margin-bottom: 15px;
}

.form-column-1.card-detail {
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}

.employment-form .input-group .input-control.select {
    padding: 0 0px 0 15px !Important;
    font-size: 12px !Important;
    border-radius: 8px !Important;
    height: 55px !Important;
}

.employment-form .form-column-3 {
    width: calc(100% - 5px);
}

.employment-form p{
    font-size: 15px !Important;
    line-height: 25px;
}

.employment-form span.lxform-field-warp.lxform-checkbox-wrap span{
    font-size: 15px !Important;
    line-height: 25px !Important;
}

.form-column-1.submit .input-group {
    margin-top: 30px;
}

p {
    font-size: 15px !important;
    line-height: 25px;
    font-weight: 400;
}

.tab-content.text-center h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}

ul.tab-list li a {
    font-size: 18px !Important;
    line-height: 38px;
}

ul.tab-list li {
    padding: 0 20px;
}

.pricing-table .items {
    padding: 30px 30px 0 30px;
}

.pricing-table-items a.button.primary.button.primary.default-btn.white {
    margin-top: 20px;
}

section.section.inner-section.plans-wrapper.bg-royalblue.py-100 {
    padding-bottom: 0px !important;
}

.payment-summary-wrap .col {
    margin: 0 15px;
}

.total-content h4 {
    font-size: 20px;
    line-height: 25px;
}

.form-column-3 {
    width: calc(100% - 5px);
}

.input-group .input-control {
    padding: 0 15px;
}

.form-column-1.card-detail {
    margin-top: 10px;
}


}


#gform_fields_10 .ginput_container input, #gform_fields_10 .ginput_container select {
    color: #ffff !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.11) !important;
    border: 0 !important;
    padding: 30px !important;
    height: 65px !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    outline: none !important;
}
#gform_fields_10 .ginput_container select::placeholder, #gform_fields_10 .ginput_container select option{color: #fff !important;}

.gform_footer.top_label{align-items:center;justify-content:center}

.step.well input.gform_button {
    background-color: #13a752 !important;
    color: #fff !important;
}

.gform_confirmation_message {
    color: #fff;
    text-align: center;
}