div#y-inner p {
    text-align: center;
}
.collapsedata p {
    text-align: left!important;
}
.price_table_1 .content {
    height: auto;
}
div#top-about h1 {
    margin-bottom: 20px;
}
.price_table_1 .header {
    gap: 4px!important;
}
.ribbon-right {
    height: 45px!important;
    float: left;
    width: 100%!important;
}
.price_table_1 {
    border-radius: 5px;
    box-shadow: none!important;
}
.interview-btn a::before {
    border: 1px solid #fff;
    right: 5px;
    position: absolute;
    transition: transform 0.5s ease;
    transform: translateX(0);
    content: "";
    width: 10px;
    visibility: hidden;
}
.interview-btn a:hover::before {
    transform: translateX(14px);
    visibility: visible;
    border: 1px solid;
    width: 17px;
}
.interview-btn a:after {
    content: "";
    border-bottom: 1px solid #1459E1;
    position: absolute;
}
.interview-btn a:hover::after {
    visibility: hidden;
    transition: 0.1s;
}
.interview-btn a {
    padding-right: 0!important;
    padding-left: 0 !important;
}
#faqs-section ul, #faqs-section ol {
    padding-left: 0px!important;
    background: transparent!important;
    margin: 0;
}
.plan {
  display: flex;
  flex-direction: column;
}

.plan .content {
  order: 2;
}

.plan .price {
  order: 1;
}
.price_table_1 .header {
    padding-bottom: 10px!important;
}
#bestplan-section .plan-toggle {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 26px;
    flex-direction: column;
}
#bestplan-section .plan-toggle label {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0c0c0c;
    display: flex;
    gap: 10px;
}
#monthlyplan, #yearlyplan {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 16px!important;
}
div#monthly-btn, div#yearly-btn {
    margin-top: 30px;
}
.bestplan-section-price .price_table_1 {
    width: 31%;
    float: left;
    margin: 1.1%;
}
#monthlyplan .vc_col-sm-4 {
    width: 30%;
    margin: 1%;
}
#bestplan-section .plan-toggle span {
    border: 1px solid #94B7FB;
    border-radius: 30px;
    padding: 5px 10px;
    font-family: Inter;
    font-weight: 600;
    font-size: 11px;
    line-height: 150%;
    color: #1046AF;
    background: #E8EFFE;
}

#bestplan-section .price_table_1 li:before {
    position: absolute;
    width: 44px;
    height: 44px;
    left: -36px;
    content: url(/wp-content/uploads/2025/07/check-arrow.png);
}
.bestplan-section-price .price_table_1:nth-child(1) {
    background-color: #E8EFFE!important;
    box-shadow: 0 4px 0px rgb(12 12 12), 0 0px 0px #0C0C0C inset !important;
}
.bestplan-section-price .price_table_1:nth-child(2) {
    background-color: #B7CEFD!important;
    box-shadow: 0 4px 0px rgb(12 12 12), 0 0px 0px #0C0C0C inset !important;
}
.bestplan-section-price .price_table_1:nth-child(3) {
    background-color: #E8EFFE!important;
    box-shadow: 0 4px 0px rgb(12 12 12), 0 0px 0px #0C0C0C inset !important;
}
.content p , .content li{
    font-size: 14px;
}
.price_table_1 li {
    padding: 3px 0;
}
#bestplan-section .price_table_1 li strong {
    font-weight: 600;
}
#monthly-btn button {
    background: #1459E1 !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 150%;
}
#yearly-btn button {
    background: #1459E1 !important;
    color: #fff !important;
	font-size: 16px;
    line-height: 150%;
}
#yearlyplan{
	display:none;
}
#yearlybuton{
	display:none;
}

#monthlyplan, #yearlyplan, #monthlybuton, #yearlybuton {
    float: left;
    width: 100%;
}
.content.hides {
    display: none;
}
.price_table_1 .plan .amount {
    font-family: Work Sans!important;
    font-weight: 600!important;
    line-height: 120%!important;
    font-size: 32px!important;
}
#bestplan-section.sticky {
    position: sticky!important;
    top: 0;
    z-index: 9999;
    overflow: hidden;
    width: 100%!important;
    max-width: 100%!important;
    background: #fff;
}
.price_table_1 .plan span {
    color: #0c0c0c!important;
    font-family: Work Sans !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    font-size: 32px !important;
}
#top-second-head {
    font-weight: 600;
    line-height: 135%;
}
#m-inner {
    padding-bottom: 0px!important;
}
#y-inner {
    padding-bottom: 0px!important;
}
#m-inner .vc_column-inner {
    padding: 20px 15px;
}
#y-inner .vc_column-inner {
    padding: 20px 15px;
}
.collapsedata p {
    display: none;
}
.collapsedata h3 {
    font-size: 20px!important;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}
#monthly-btn-less button, #yearly-btn-less button {
    background: #1459E1 !important;
    color: #fff !important;
    width: 100%;
    padding: 15px 25px;
    text-align: center!important;
}
#monthly-btn-less .fa-chevron-down, #yearly-btn-less .fa-chevron-down {
    display: inline-block!important;
    position: relative!important;
    transform: translateY(2px) !important;
    right: -10px!important;
}
.collapsedata h3:after {
    content: url(/wp-content/uploads/2025/07/down-arrow.png);
    color: #000;
    position: absolute;
    right: -3px;
    top: 0;
}
video {
    width: 100%!important;
    height: auto!important;
}
.gfield-choice-input {
    margin-top: 4px!important;
}
.gchoice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
input#gform_submit_button_2 {
    background-image: url('/wp-content/uploads/2025/07/arrow-forward.png');
    background-repeat: no-repeat;
    background-position: right 24px center;
    padding-right: 60px;
}
input#gform_submit_button_2:hover {
    background-color: #183D88;
}
.helpie-faq.accordions .accordion {
    margin: 0px 0!important;
}

@media only screen and (max-width:1300px){
div#top-about .vc_col-sm-5 .vc_column-inner {
    padding: 0;
}
#bestplan-section .price_table_1 li:before {
    left: -30px;

}
}

@media only screen and (max-width:1100px){
.price_table_1 .plan span {
    font-size: 24px !important;
}	
.content p, .content li {
    font-size: 16px;
}	
#bestplan-section .price_table_1 ul {
    margin-left: 18px!important;
}	
#bestplan-section .price_table_1 li:before {
    position: absolute;
    width: 25px;
    height: 25px;
    left: -27px;
}	
.collapsedata h3 {
    font-size: 18px!important;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}	
.price_table_1.letstalk a.price-btn {
    background: #1459E1!important;
    color: #fff!important;
    font-size: 12px!important;
}	
.price_table_1 .month {
    font-size: 10px!important;

}	
.price_table_1 .price_curr {
    font-size: 25px!important;
}	
.price_table_1 .type p {
    font-size: 26px!important;
}	
.price_table_1 .plan .amount {
    font-size: 25px!important;
}	
#bestplan-section .vc_col-sm-3, #bestplan-section .vc_col-sm-9 {
    width: 100%;
}	
}
@media only screen and (max-width:800px){	
.price_table_1 .month {
    font-size: 14px!important;
}	
#bestplan-section .price_table_1 li:before {
    left: -23px;
}
}

@media only screen and (max-width:767px){	
.interview-btn {
    justify-content: flex-start!important;
}	
.bestplan-section-price .price_table_1 {
    width: 100%;
    margin: 2% 0px;
    height: auto;
    padding: 14px;
}
#top-about .wpb_single_image.vc_align_right {
    text-align: center;
    margin: 0;
}	
#bestplan-section.sticky {
    position: relative!important;
    padding-top: 30px!important;
}	
/******#monthly-specification {
    position: fixed;
    background: #fff;
    z-index: 99999;
    top: 149px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    display: block!important;
}
#yearly-specification {
    position: fixed;
    background: #fff;
    z-index: 99999;
    top: 149px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    display: block!important;
}	
	****/
#monthlyplan .wpb_wrapper , #yearlyplan .wpb_wrapper {
    padding: 10px;
}	
#yearlyplan .vc_col-sm-4 {
    width: 100%;
    margin: 1%;
}	
#monthlyplan .vc_col-sm-4 {
    width: 100%;
    margin: 1%;
}	
div#top-about .vc_column-inner {
    padding: 0!important;
}	
div#top-about {
    padding: 30px 5%!important;
}	
div#contact-section {
    padding: 30px 5%!important;
}
#contact-section .vc_column-inner, #faqs-section .vc_column-inner{
    padding: 0px!important;
}	
	
.helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title {
    padding-right: 24px!important;
}	
div#faqs-section {
    padding: 20px 0%!important;
}	
div#monthly-btn, div#yearly-btn {
    margin-top: 0px;
    margin-bottom: 0px;
}
}

@media only screen and (max-width:580px){	
div#stop-sticky-trigger {
    height: 20px;
}	
#monthlyplan .wpb_wrapper, #yearlyplan .wpb_wrapper {
    padding: 10px 0px;
}	
#monthly-specification .vc_column-inner, #yearly-specification .vc_column-inner {
    padding: 10px 0px;
}	
.price_table_1 .price {
    padding: 8px 0px 9px 0px;
}	
.price_table_1.letstalk a.price-btn {
    font-size: 16px!important;
}	
div#faqsinner {
    padding-bottom: 5px !important;
}
div#faqs-section .wpb_content_element {
    margin-bottom: 15px;
}
#social-reviews-section .vc_column-inner {
    padding: 0px 0px;
}	
.interview-btn {
    justify-content: center!important;
}	
#bestplan-section .price_table_1 li:before {
    left: -28px;
}
}