/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.6.1720502970
Updated: 2024-07-09 05:29:30

*/

@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("stylenew.css");
@import url("stylenew1.css");

:root {
    --white: #fff;
    --Dark-Blue: #132043;
    --Medium-Blue: #1f4172;
    --Mauve-Blue: #9f6fa0;
    --Light-Pink: #fbf0f0;
}
.titfont {
    font-family: "Montserrat", sans-serif;
}
.Subtitlefont {
    font-family: "Raleway", sans-serif;
}
.headfont, h1, .shoppmain .head1 {
    font-family: "Lora", sans-serif;
}
.subheadfont, h2 {
    font-family: "Open Sans", sans-serif;
}
.secheadfont, h3 {
    font-family: "Playfair Display", sans-serif;
}
.bodyfont {
    font-family: "Roboto", sans-serif;
}
.single-content {
    margin: 0px;
}
.entry-header {
    margin-bottom: 0px;
}
.single-product div.product div.images {
    width: 60%; /* increase image section */
    float: left;
}

.single-product div.product div.summary {
    width: 38%; /* increase summary section */
    float: right;
}


a.spbtn, a.post-more-link, .home .hblog_sec1 .vc_btn3 {
    padding: 16px 30px;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    background-color: var(--Medium-Blue);
    border-radius: 50px;
    font-size: 16px;
    color: var(--white);
    position: relative;
    display: inline-block;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: .5px;
}
a.spbtn:before, a.post-more-link::before, .home .hblog_sec1 .vc_btn3::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    transform-origin: 100% 50%;
    transform: scale3d(1, 2, 1);
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    background-color: var(--Mauve-Blue);
}
a.spbtn:hover, a.post-more-link:hover, .home .hblog_sec1 .vc_btn3:hover {
    color: var(--white);
}
a.spbtn i {
    margin-left: 6px;
}
.spbtn:hover:before, a.post-more-link:hover:before, .home .hblog_sec1 .vc_btn3:hover:before {
    transform: scale3d(18, 9, 1);
}
a.spbtn.outline {
    background-color: transparent;
    border: 2px solid var(--Medium-Blue);
    color: var(--Medium-Blue);
}
a.spbtn.outline:hover {
    background-color: transparent;
    border: 2px solid var(--Mauve-Blue);
    color: var(--white);
}
.site-header-top-section-right .header-html-inner a {
    color: var(--white);
    margin: 0 0 0 15px;
}
.site-header-top-section-right .header-html-inner a i {
    font-size: 0;
}
.site-header-top-section-right .header-html-inner a i:before {
    font-size: 15px;
}
.site-header-top-section-right .header-html-inner a:hover {
    color: var(--Mauve-Blue);
}
.site-branding {
    background-color: #fff;
    padding: 30px 50px 40px 50px;
    border-radius: 0 0 50% 50%;
    margin: 0 0 -50px 0;
}
ul#primary-menu li, ul#secondary-menu li {
    margin: 0;
}
.header-navigation .header-menu-container ul ul li.menu-item > a {
    color: #ffffff;
}
.header-navigation .header-menu-container ul ul li.menu-item > a:hover, .header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a {
    background: var(--Mauve-Blue);
}
.child-is-fixed .item-is-fixed.item-is-stuck {
    box-shadow: 0 0 15px #b9b9b9;
}
.child-is-fixed .item-is-fixed.item-is-stuck .site-branding {
    box-shadow: 1px 15px 11px -11px #b9b9b9;
}
.hbannersec {
    background-image: url('images/hbanner1.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.hbannersec .bannimg {
    -webkit-animation: movebounce 3.0s linear infinite;
    animation: movebounce 3.0s linear infinite;
    position: absolute;
    top: 5px;
    right: 130px;
    width: 460px;
    max-width: 100%;
}
@keyframes movebounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}
.hbannersec .rightcol {
    position: unset;
}
.hbannersec .proimg {
    position: absolute;
    right: 0;
    top: 15px;
    width: 280px;
}
.hbannersec .leftcol {
    padding: 40px 0 90px 0;
}
.hbannersec h1 {
    color: var(--Dark-Blue);
    font-size: 42px;
    line-height: normal;
    margin: 60px 0 12px !important;
}
.hbanner_boxx svg {
    width: 100%;
    height: 45px;
}
.hbanner_boxx svg text {
    animation: stroke 5s;
    stroke-width: 2;
    font-size: 44px;
    transform: translate(-25px, 32px);
    animation-iteration-count: 1;
}
@keyframes stroke {
	0%   {
		fill: rgba(72,138,204,0); stroke: #132043;
		stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 2;
	}
	70%  {fill: rgba(72,138,204,0); stroke: #132043; }
	80%  {fill: rgba(72,138,204,0); stroke: #132043; stroke-width: 3; }
	100% {
		fill: #132043; stroke: rgba(54,95,160,0);
		stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
	}
}
.hbannersec .wpb_raw_code {
    margin-bottom: 15px;
}
.hbannersec p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 22px;
}
.hbannersec .wpb_text_column {
    margin-bottom: 15px;
}

.hbannersec .aio-icon-component {margin-bottom: 0px;}
.hbannersec .aio-icon-box {
    display: flex;
    align-items: center;
    max-width: 445px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05), 0 24px 38px rgba(0, 0, 0, 0.03), 0 9px 46px rgba(0, 0, 0, 0.03), 0 11px 15px rgba(0, 0, 0, 0.03);
}
.hbannersec .aio-icon-header {
    width: 19%;
    background: #000;
    padding: 5px;
    text-align: center;
}
.hbannersec .aio-icon-header+.aio-icon-description {
    margin-top: 0px;
    padding-left: 15px;
}
.hbannersec .aio-icon-header+.aio-icon-description {color: #132043;}
.hbannersec .aio-icon-header .aio-icon-title {
    font-size: 32px;
    color: #fff;
}
.pro_maint {
    position: relative;
    z-index: 1;
    float: left;
}
.circular-progress {
    width: 350px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}
.circular-progress:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -22px;
    top: 0;
    border-radius: 50%;
    border: 25px solid #fff;
    z-index: -1;
}
.inner-circle {
    width: calc(350px - 10px);
    height: calc(350px - 10px);
    position: absolute;
    border-radius: 50%;
}
.inner_title {
    font-size: 1em;
    top: 20%;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
}
.item_title {
    position: absolute;
    font-size: 1.0667em;
    top: 75%;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}
.inner_title, .item_title {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.percentage {
    font-size: 7.286em;
    position: absolute;
    top: 48%;
    left: 44%;
    line-height: 1;
    margin: 0;
    font-weight: 700;
    transform: translateX(-44%) translateY(-50%);
}
.percentage:after {
    content: '%';
    position: absolute;
    bottom: 10%;
    right: -16%;
    transform: translateX(16%) translateY(-10%);
    font-size: 30px;
}
.skills_img {
    width: calc(50% + 12px);
    float: right;
    overflow: hidden;
    margin-left: -25px;
    border-radius: 50%;
}
.hsec1 {
    padding-top: 80px;
    padding-bottom: 60px;
}

.hsec1 h2 {color: var(--Dark-Blue);font-size: 36px;}
.hsec1 .heas2 {
    color: var(--Dark-Blue);
    font-weight: 700;
    font-size: 18px;
}
.head_img {
    clear: both;
    top: -10px;
    width: 470px;
    margin: 25px auto 10px !important;
    position: relative;
    display: block;
}
.head_img:before, .head_img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid var(--Mauve-Blue);
    width: 203px;
    height: 2px;
    top: 0;
    margin: auto 0;
    z-index: 0;
    display: inline-block;
}
.head_img:after {
    right: 0;
    left: auto;
}
.head_img img {
    margin: 0 auto;
}
.plansec {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--Light-Pink);
}
.plansec h3:after {
    display: block;
    content: "";
    width: 130px;
    height: 2px;
    margin: 18px 0px;
    background-color: var(--Dark-Blue);
}
.home .plansec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a span, .home .plansec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a:hover span {color: #8881df;}
.plansec h3 {
    position: relative;
    font-weight: normal;
    color: #3c276c;
    font-size: 30px;
    margin-bottom: 30px !important;
}
.plansec .vc_tta-tabs-list {
    text-align: center;
}
.home .plansec .vc_tta-tabs-list li a {
    color: var(--Dark-Blue);
    border: 1px solid #000 !important;
    margin: 0 -1px;
}
.home .plansec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover, .home .plansec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a, .plansec .vc_tta-panels, .home .plansec .vc_tta-tabs-list li a {background-color: white !important;}
/* .plansec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {border-color: #8881df;} */
.home .plansec .vc_tta-tabs-list li, .page-template-default .plansec .vc_tta-tabs-list li {
    margin: 0px;
    width: 25%;
}
.plansec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a::before{
    border: none;
}
.plansec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a:after{
    display: none !important;
}
.home .plansec .vc_tta-tabs-list li a, .page-template-default .plansec .vc_tta-tabs-list li a {
    border: 0px;
    border-bottom: 4px solid transparent;
    border-radius: 0px;
    border-right: 1px solid #8881df;
    min-width: 240px;
    font-size: 18px;
    min-height: 150px;
    cursor: pointer !important;
    background-image: linear-gradient(#efdcef, #fff, #fff);
}
.home .plansec .vc_tta-tabs-list li a span, .page-template-default .plansec .vc_tta-tabs-list li a span {
    position: absolute;left: 50%;bottom: 15px;width: 100%;transform: translate(-50%, 0);
}
.home .plansec .vc_tta-tabs-list li a:before {
    content: "";
    position: absolute;
    top: 30% !important;
    height: 60px !important;
    width: 110px !important;
    right: 0 !important;
    left: 50%;
    transform: translate(-50%, -30%);
    display: inline !important;
}
.home .plansec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a, .home .plansec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a:hover {border-bottom: 4px solid #8881df !important;}
.home .plansec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a:hover {background-image: linear-gradient(white, #e8deff);}
.home .plansec .vc_tta-tabs-list li:nth-of-type(1) a:before {background: url(images/tabs1.webp) no-repeat;}
.home .plansec .vc_tta-tabs-list li:nth-of-type(2) a:before {background: url(images/tabs2.webp) no-repeat;}
.home .plansec .vc_tta-tabs-list li:nth-of-type(3) a:before {background: url(images/tabs3.webp) no-repeat;}
.home .plansec .vc_tta-tabs-list li:nth-of-type(4) a:before {background: url(images/tabs4.webp) no-repeat;}

.home .plansec .vc_tta-tabs-list:after {top: auto;bottom: 6px;left: auto;right: -100%;}
.home .plansec .vc_tta-tabs-container, .home .plansec ul.vc_tta-tabs-list {overflow: visible !important;}
.home .plansec .vc_tta-tabs-list li:last-child a {border-right: none;}
.plansec .vc_tta-panels {
    border: none !important;
    background-color: transparent !important;
}
.plansec .vc_tta-panel-body {padding: 20px 0 0 !important;}
.plansec p {margin: 0 0 15px;}
.plansec h6 {
    font-weight: 300;
    font-size: 14px;
}
.home .plansec .vc_tta-tabs-list li a:after, .home .plansec .vc_tta-tabs-list li.vc_active a:after {
    content: 'Click here';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: #a06fa0;
    text-decoration: underline;
}

.btn_round {
    margin-bottom: 25px;
}
.btn_round a.spbtn:nth-child(2) {
    margin-left: 15px;
}
ul.scan_ul {list-style: none;margin: 0px;padding: 0px;}
.scan_ul {column-count: 2;}
div#\31 697889088637-8f7a8cad-167a .scan_ul, .care_sec2 ul {column-count: 1;}
.Whole_Body ul {
    margin: 0 0 15px 0;
}
.scan_ul li {
    padding: 5px 0 5px 25px;
    position: relative;
}
.scan_ul li:before {
    content: "\f14a";
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    position: absolute;
    left: 1px;
    top: 6px;
    font-weight: 400;
    color: var(--Medium-Blue);
}
.ico_area {
    border: 2px solid #000;
    border-radius: 5px;
    padding: 50px 10% 44px 162px;
    margin-bottom: 30px;
    position: relative;
}
.icon_wrapper {
    position: absolute;
    top: 42px;
    left: 34px;
    margin: auto;
}
.icon_content h4 {
    font-size: 18px;
    margin-bottom: 10px !important;
}
.color_pink {
    color: var(--Dark-Blue);
}
.icon_content p {
    font-size: 14px !important;
}
.site-top-header-inner-wrap a.lightspbtn {
    display: none;
}
a.lightspbtn {
    text-decoration: none;
    color: #000;
    background-image: linear-gradient(90deg, #e5d5d5, #fbf0f0);
    border: 1px solid #e6dddd;
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}
.right a.lightspbtn {    
    background-image: linear-gradient(90deg, #fbf0f0, #e5d5d5);
}
a.lightspbtn:hover {
    color: #fff;
    background-image: linear-gradient(90deg, #9f6fa0, #c293c3);
}
/* .footer_bottom {
    position: relative;
    width: var(--global-content-width);
    margin: 0 auto;
    z-index: 1;
}
.footer_bottom .box {
    position: absolute;
    right: 0;
    background-color: #e5dbe6;
    bottom: 40px;
    height: 45px;
    width: 115px;
    transform: translateX(-145px);
    z-index: -1;
} */
.circular-progress p.percentage {
    color: var(--Mauve-Blue) !important;
}
.hproductssec {
    padding-top: 60px;
    padding-bottom: 80px;
}
.site-top-footer-inner-wrap .textwidget {
    box-shadow: 0 0 15px #d2d2d2;
    padding: 40px 40px 100px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #fff;
    background-color: #fbf0f0;
}
.site-top-footer-inner-wrap .textwidget a.spbtn {
    margin: 0 10px;
}
.site-top-footer-inner-wrap .textwidget p.quer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #9f6fa0;
    margin: 0;
    padding: 20px;
    color: #fff;
    font-size: 26px;
}
footer.site-footer {
    padding: 40px 0 0 0;
    background-image: url('images/footer-bg.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50%;
}
.site-middle-footer-inner-wrap a.brand {
    width: 155px;
    display: inline-block;
}
.site-middle-footer-inner-wrap .gene {
    font-size: 17px;
    font-weight: 500;
    color: #9f6fa0;
}
.site-middle-footer-inner-wrap ul.menu {
    column-count: 2;
}
.site-middle-footer-inner-wrap ul.menu li {
    border-bottom: 1px solid #E1E5E9;
    padding: 6px 0;
}
.site-footer-middle-section-1 {
    display: block;
}
.site-footer-middle-section-1 .footer-widget-area {
    float: unset;
    width: 100%;
    margin-left: 0 !important;
}
.site-footer-middle-section-1 .footer-widget2 {
    margin-bottom: 12px;
}
.site-footer-middle-section-3 p i {
    margin-right: 5px;
    color: var(--Medium-Blue);
}
.site-footer-bottom-section-2 .custom-html-widget {
    text-align: right;
    padding: 15px 0 0 0;
}
.hinfosec {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--Mauve-Blue);   
}
.content_sec1 h3, .content_sec4 h3 {
    font-size: 26px;
}
.content_sec1 .aio-icon-component {
    margin-bottom: 8px;
}
.content_sec1 .aio-icon-component:last-child {
    margin-bottom: 0px;
}
.content_sec1 .aio-icon-header+.aio-icon-description {
    margin-top: 3px;
    font-size: 15px;
}
.content_sec1 .align-icon {
    margin-top: 3px;
}
.content_sec1 .wpcf7 label {
    font-size: 15px;
    display: block;
}
.content_sec1 .wpcf7 label, .content_sec1 .wpcf7 p {
    margin-bottom: 12px;
}
.content_sec1 .wpcf7 p br {display: none;}
.content_sec1 .wpcf7 input {
    width: 100%;
    display: inline-block;
    padding: 8px 10px;
    margin-top: 3px;
}
.content_sec1 .wpcf7 label.con_inp {
    display: inline-block;
    width: 49.6%;
}
.content_sec1 .wpcf7 label.con_inp1 {padding-right: 8px;}
.content_sec1 .wpcf7 textarea {
    height: 95px;
    margin-top: 3px;
    resize: none;
}
.content_sec1 .info_head {
    margin-bottom: 15px;
}
.content_sec1 .wpcf7 {
    padding: 20px 20px 8px;
    border-radius: 6px;
    background-color: #fff;
}
.content_sec1 .wpcf7 .wpcf7-spinner {
    display: none;
}
.content_sec1 input[type="submit"], .let_form input[type="submit"] {
    margin-top: 0px;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-image: linear-gradient(#3c6db3, #1f4172);
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
}
.content_sec1 input[type="submit"]:hover, .let_form input[type="submit"]:hover {
    background-image: linear-gradient(#1f4172, #3c6db3);
}
.pd_80 {
    padding: 80px 0;
}
.content_sec2, .faq_sec2 {
    padding: 35px 0;
    background-color: var(--Mauve-Blue);
}
.content_sec2 h2, .content_sec2 p, .faq_sec2 p, .professionals_sce2 h3, .professionals_sce2 ul li, .professionals_sce2 p, .let_form h2, .hsec2 h2, .hsec2 h3, .hsec2 .aio-icon-description, .about_sec3 h2, .about_sec3 p, .about_sec3 h3, .cases_sce3 h2, .cases_sce3 h3, .cases_sce3 .aio-icon-description, .cases_sce3 p, .employers_sec6 h2, .employers_sec6 p, .hsec5 h3, .hsec5 p, .hblog_sec1 h2, .refer_sec3 h2, .refer_sec3 h3, .refer_sec3 .aio-icon-header+.aio-icon-description, .solunar_sec1 h2, .solunar_sec1 p, .hsec5 h2 {
    color: #fff;
}
.hsec5.cta h3, .hsec5.cta p {
    color: #000;
}
.hsec5.cta .cta_main {
    background-color: #fff;
}
.content_sec2 h2 {
    margin-bottom: 5px;
}
.content_sec2 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: right;
}
.content_sec2 ul li a strong {
    display: none;
}
.content_sec2 ul li {
    display: inline-block;
    margin: 0 6px;
}
.content_sec2 ul li a:hover {
    color: #fff;
    background-color: #1f4172;
}
.content_sec2 ul li a {
    background-color: #fff;
    font-size: 22px;
    padding: 10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    transition: 0.5s;
    border-radius: 4px;
    text-align: center;
}
.content_sec3 {padding: 70px 0 30px;}
.content_sec3 .con_head p {
    margin-bottom: 10px;
}
.content_sec3 .con_head p a {
    font-size: 20px;
    color: #fff;
    background-color: #9f6fa0;
    padding: 10px 12px;
    text-decoration: none;
    line-height: normal;
    display: inline-block;
}
.content_box1 .aio-icon-component {
    background-color: #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 15px #d8d8d8;
}
.content_box1 .aio-icon-component .aio-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border: 5px solid #FFF;
    transition: all 0.3s linear;
    border-radius: 100%;
    background-color: #1f4172;
}
.content_box1 .aio-icon-component h4 {
    font-size: 17px;
}
.content_box1 .aio-icon-header+.aio-icon-description {
    margin-top: 0;
    font-size: 14px;
}
.content_box1 .left-icon .aio-ibd-block {
    padding-right: 30px;
}
.content_sec4 {padding: 10px 0 20px;}
.content_sec4 p, .content_sec5 p {
    margin-bottom: 20px;
}
.content_sec4 a.spbtn, .content_sec5 a.spbtn {
    padding: 13px 26px;
}
.content_sec5 a.spbtn {background-color: #9f6fa0;}
.content_sec5 a.spbtn:hover, .faq_sec2 a.spbtn:hover, .professionals_sce2 a.spbtn:hover, .hsec2 a.spbtn:hover, .about_sec3 a.spbtn:hover {color: #9f6fa0;}
.content_sec5 a.spbtn:before, .faq_sec2 a.spbtn:before, .professionals_sce2 a.spbtn:before, .hsec2 a.spbtn:before, .about_sec3 a.spbtn:before {background-color: #fff;}


.content_sec4 .wpb_text_column, .content_sec5 .wpb_text_column {
    background-color: #fbf0f0;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 15px #d2d2d2;
    border: 3px solid #fff;
}
.content_sec5 {padding: 10px 0;margin-bottom: -50px;}
.content_sec5 p, .content_sec5 h3 {color: #fff;}
.content_sec5 .wpb_text_column {background-color: #1f4172;}
.faq_sec1 h4 a {
    font-size: 18px;
    padding: 0px !important;
    font-weight: 500;
    color: #3c276c !important;
}
.faq_sec1 .vc_tta-panel.vc_active h4 a {padding: 0 0 15px !important;}
.faq_sec1 .vc_tta-panel.vc_active h4 a, .faq_sec1 .vc_tta-panel.vc_active .vc_tta-panel-body p {
    color: #ffffff !important;
}
.faq_sec1 .vc_tta-panel-body p {
    font-size: 15px;
}
.faq_sec1 .vc_tta-panel {
    margin-bottom: 15px;
    padding: 20px 16px 17px;
    background-color: #fff;
    border-radius: 6px;
}
.faq_sec1 .vc_tta-panel:last-child {
    margin-bottom: 0px;
}
.faq_sec1 .vc_tta-panel.vc_active {
    background-color: #9f6fa0;
}
.faq_sec1 .vc_tta-panel-heading, .faq_sec1 .vc_tta-panel-body {
    border-color: transparent !important;
    background-color: transparent !important;
}
.faq_sec1 .vc_tta-controls-icon {
    left: auto !important;
    right: 0;
    border-color: #9f6fa0 !important;
}
.faq_sec1 .vc_tta-controls-icon:before, .faq_sec1 .vc_tta-controls-icon:after {
    border-color: #3c276c !important;
}
.faq_sec1 .vc_active .vc_tta-controls-icon:before, .faq_sec1 .vc_active .vc_tta-controls-icon:after {
    border-color: #fff !important;
}
.faq_sec1 .vc_tta-panel-body {
    padding: 0px !important;
}
.faq_sec1 {
    padding-bottom: 50px;
}
.faq_sec2 .spbtn:hover:before {
    transform: scale3d(17, 10, 1);
}
.faq_sec2 p {
    margin-bottom: 16px;
}
.professionals_sce1 {
    padding-bottom: 60px;
}
.professionals_sce1 .aio-icon-component, .cases_sce2 .aio-icon-component {
    margin-bottom: 22px;
}
.professionals_sce1 .aio-icon-component .aio-icon {
    width: 75px;
    height: 75px;
    line-height: 76px;
}
.professionals_sce1 .aio-icon-header+.aio-icon-description, .cases_sce2 .aio-icon-header+.aio-icon-description {
    margin-top: 3px;
}
.professionals_sce2, .cases_sce2, .solunar_sec1, .solunar_sec2 {padding: 60px 0;}
.professionals_sce2 .scan_ul {
    column-count: 1;
}
.professionals_sce2 .scan_ul li:before {
    color: #ffffff;
}
.prof_box, .let_form, .cta_main {
    background-color: rgb(255 255 255 / 11%);
    padding: 18px;
    border-radius: 6px;
}
.prof_box {
    min-height: 303px;
}
.professionals_sce2 ul li ul {
    list-style: none;
    padding: 0;
}
.professionals_sce2 a.spbtn {
    margin-top: 35px;
}
.let_form label {
    width: 24.7%;
    display: inline-block;
    padding: 0 3px;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: left;
}
.let_form label input {
    width: 100%;
    padding: 9px 10px;
    border-radius: 0px;
    margin-top: 3px;
    font-size: 15px;
    background-color: rgb(255 255 255 / 85%);
}
.let_form label.message_form {width: 100%;}
.let_form p br {display: none;}
.let_form p {
    margin-bottom: 0px;
}
.let_form p:nth-last-child(even) {
    margin-bottom: 10px;
    text-align: center;
}
.let_form input[type="submit"] {
    font-size: 16px;
    line-height: normal;
    padding: 15px 20px;
}
.let_form {border: 2px solid rgb(255 255 255 / 54%);}
#main-header .site-header-section-center .header-button {
    border: none;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 15px;
    padding: 0px;
}
.product-template-default .content-area {
    margin-top: 60px;
}
.product_meta {
    display: none;
}
.woocommerce div.product div.summary.entry-summary {
    margin-bottom: 0px;
}
.product_midsec {
    display: block;
    clear: both;
    margin-bottom: 40px;
}
.product_midsec h3 {
    margin-bottom: 10px;
}
.product_midsec ol li {
    margin-bottom: 6px;
}
.product-template-default.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #ffffff;
}
.hsec2 .aio-icon-component, .cases_sce3 .aio-icon-component, .refer_sec3 .aio-icon-component {
    margin-bottom: 21px;
}
.hsec2 .aio-icon-header h3.aio-icon-title, .cases_sce3 .aio-icon-header h3.aio-icon-title, .refer_sec3 .aio-icon-header h3.aio-icon-title, .aio-icon-header h3.aio-icon-title {
    font-size: 20px;
    font-family: "Raleway", sans-serif;
}
.hsec2 .aio-icon-header+.aio-icon-description, .cases_sce3 .aio-icon-header+.aio-icon-description, .refer_sec3 .aio-icon-header+.aio-icon-description {
    font-size: 15px;
}
.hsec2 h2 {
    line-height: 1;
}
.hsec3 .abo_top {
    color: #9f6fa0;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: 600;
}
.hsec3 h2 {
    margin: 0 0 15px;
}
.hsec3 .aio-icon-component {
    border-bottom: 2px solid #9f6fa0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.hsec3 .aio-icon-box {
    display: flex;
    align-items: center;
}
.hsec3 .aio-icon-header {
    width: 20%;
}
.hsec3 .aio-icon-header h3.aio-icon-title {
    font-size: 40px;
    color: #9f6fa0;
    transition: 0.5s;
}
.hsec3 .aio-icon-box:hover h3.aio-icon-title.ult-responsive {
    color: #1f4172;
}
.hsec3 .aio-icon-box:hover h4 {color: #9f6fa0;}
.hsec3 .aio-icon-description.ult-responsive {
    margin-top: 0px;
}
.hsec3 .aio-icon-component h4 {
    margin: 0 0 5px;
    font-size: 18px;
    transition: 0.5s;
}
.hsec3 ul {
    margin: 0;
    padding: 0 0 0 18px;
}
.hsec3 ul li {
    font-size: 15px;
    float: left;
    padding-right: 40px;
}
.hsec3 .aio-icon-description p {
    margin: 0px;
}
.hsec3 .aio-icon-component.last_boxx {
    border: none;
}
.site-footer-bottom-section-1 .footer-html {
    margin: 0;
}
.site-footer-bottom-section-1 p, .site-footer-bottom-section-2 li {
    font-size: 14px;
}
.site-footer-bottom-section-2 ul {
    text-align: right;
}
.site-footer-bottom-section-2 li {
    display: inline-block;
    padding-left: 20px;
    line-height: normal;
}
.site-bottom-footer-wrap .site-footer-row-container-inner {
    padding: 1em 0;
}
.about_sec1 .wpb_text_column {
    background-color: rgb(251 240 240 / 95%);
    padding: 30px;
    border-radius: 10px;
}
.about_sec1 p {
    margin-bottom: 20px;
}
.about_sec1 h2, .about_sec3 h2 {
    margin-bottom: 10px;
}
.about_sec2, .about_sec3, .hsec5, .hblog_sec1, .refer_sec3, .refer_sec2 {
    padding: 60px 0;
}
.about_sec3 p {
    margin-bottom: 15px;
}
.about_sec4 .wpb_text_column {
    margin-bottom: 20px;
}
.about_sec4 {
    padding: 30px 0 60px;
}
.about_sec4, .hsec6 {z-index: 2;}
.hsec1, .hproductssec, .hsec6 {
    background-image: url(images/about_bg2.webp);
    background-repeat: repeat-x;
    background-position: bottom;
}


/* .about_sec4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 300px;
    width: 100%;
    background-image: url(images/about_bg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
} */
/* .post-type-archive .content-area {
    margin-top: 60px;
} */
.cases_sce3 .prof_box {
    min-height: 100%;
}
.cases_sce1 .strong-view.wpmtst-modern .wpmtst-testimonial-inner {
    padding: 30px;
    background-color: #9f6fa0;
    color: #fff;
}
.cases_sce1 .testimonial-content p {
    font-size: 16px;
    line-height: normal;
}
.cases_sce1 .wpmtst-testimonial-field {
    display: inline-block;
    padding: 0 3px;
}
.cases_sce1 .testimonial-image {
    display: block !important;
    margin-bottom: 20px !important;
}
.cases_sce1 .testimonial-image img {
    margin: auto;
}
.cases_sce1 .strong-view.wpmtst-modern .wpmtst-testimonial-content:before, .cases_sce1 .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    display: none;
}
.cases_sce1 .strong-view.wpmtst-modern .wpmtst-testimonial-content {
    margin: 0px;
    margin-bottom: 15px !important;
    min-height: 100px;
}
.cases_sce1 .testimonial-content p br {
    display: none;
}
.cases_sce1 .strong-view.nav-position-outside .wpmslider-controls {
    padding: 0px;
}
.strong-view.nav-position-outside .wpmslider-controls {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
}
.cases_sce1 .wpmslider-controls-direction a {
    position: absolute;
    background-color: #132043;
    width: 40px !important;
    height: 40px !important;
}
.cases_sce1 .wpmslider-controls-direction a.wpmslider-prev {
    left: 0;
    transform: translateX(-55%);
}
.cases_sce1 .wpmslider-controls-direction a.wpmslider-next {
    right: 0;
    transform: translateX(55%);
}
.cases_sce1 .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before, .cases_sce1 .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
    background: #fff;
    width: 22px;
    height: 22px;
    top: 10px;
}
.cases_sce1 .strong-form .form-field {
    margin-bottom: 10px;
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}
.cases_sce1 .strong-form .form-field.field-featured_image, .cases_sce1 .strong-form .form-field.field-post_content {
    width: 100%;
}
.cases_sce1 p.required-notice {
    margin-bottom: 0;
}
.cases_sce1 .strong-form textarea {
    height: 5em;
}
.cases_sce1 .strong-form-inner {
    padding: 0px;
}
.cases_sce1 .testi_submit {
    padding: 20px 18px 25px;
    border: 1px solid #dab2db;
    background-color: #fff;
    border-radius: 10px;
}
.testi_submit h2 {
    margin-bottom: 10px;
}
.testi_submit p {
    margin-bottom: 15px;
}
.cases_sce1 .testi_submit input, .cases_sce1 .testi_submit textarea {
    background-color: #fbf0f0;
    border: 1px solid #c9bfbf;
    border-radius: 5px;
    padding: 5px;
}
.cases_sce1 .testi_submit .wpmtst-submit {
    margin-top: 10px;
}
.cases_sce1 .testimonial-name, .cases_sce1 .testimonial-company {
    position: relative;
}
.cases_sce1 .testimonial-name::after, .cases_sce1 .testimonial-company::after {
    content: ',';
    position: absolute;
    right: 0;
}
.cases_sce1 .wpmtst-submit input[type="submit"] {
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 50px;
    line-height: normal;
    background-color: #132043;
}
.cases_sce1 .wpmtst-submit input[type="submit"]:hover {
    background-color: #9f6fa0;
}
.employers_sec1 {
    background-image: url(/wp-content/themes/kadence-child/images/business-hero1.webp);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0 70px;
    background-position: right center;
}
.employers_sec1 h2 {
    font-size: 44px;
    margin-bottom: 15px;
}
/* .employers_sec1 p, .employers_sec1 h2 {color: #fff;} */
.employers_sec1 p {font-size: 20px;}
.employers_sec2, .employers_sec4, .employers_sec5, .hsec4 {padding: 60px 0;}
.employers_sec2 {padding-bottom: 35px;}
.employers_sec2 .top-icon .aio-icon-header h3.aio-icon-title {
    margin: 10px 0 6px;
    font-size: 18px;
}
.employers_sec2 .top-icon .aio-icon-header+.aio-icon-description {
    font-size: 15px;
}
.emp_border::after {
    content: '';
    position: absolute;
    right: 0;
    top: 38%;
    border-right: 1px solid #dec8df;
    height: 128px;
    transform: translate(0, -50%);
}
.employers_sec3 img, .employers_sec4 img, .hsec4 img, .hsec6 img, .hsec2 img, .hsec4 img, .hsec6 img, .wang_sec img {
    border-radius: 10px;
}
.employers_sec3 .wpb_text_column {
    padding-right: 55px;
}
.faqacch {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border: 1px solid #cbd5e0;
    padding: 20px !important;
    background-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 0 -1px 0 !important;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    margin-top: 0;
}
.employers_sec2 p, .employers_sec4 p {
    margin-bottom: 15px;
}
.employers_sec5 h2 {
    line-height: normal;
}
.page .employers_sec6 {
    min-height: 100vh;
    background-position: top center !important;
}
.employers_sec6 h2 {
    margin-bottom: 15px;
}
.wp-block-woocommerce-cart.alignwide, .wp-block-woocommerce-checkout.alignwide {
    margin: 60px auto 0 auto !important;
    padding: 0;
    box-sizing: border-box !important;
    max-width: 100%;
}
.wp-block-woocommerce-cart-totals-block ul {
    margin: 0 0 20px 0 !important;
    padding: 0;
}
.wp-block-woocommerce-cart-totals-block ul li {
    padding: 5px;
}
div#customer_login, body.woocommerce-page .entry-content .woocommerce {
    margin-top: 60px;
}
.woocommerce-privacy-policy-text {
    margin-bottom: 15px;
}
.hsec4 .aio-icon-header h3.aio-icon-title {
    font-size: 18px;
    letter-spacing: 1px;
}
.hsec4 .aio-icon-component, .hsec6 p {
    margin-bottom: 18px;
}
.hsec5 h3 {
    margin-bottom: 5px;
    font-size: 20px;
}
.hsec6 {
    padding: 70px 0;
}
.about_read {
    color: #1f4172;
    margin: 10px 0;
    display: inline-block;
}
.about_read:hover {color: #fff;}
.about_sec4 .ult_tabmenu {
    display: block !important;
    max-width: 300px !important;
    float: left;
    margin-right: 25px !important;
    margin-top: 5px !important;
}
.about_sec4 .ult_tabmenu li.ult_tab_li {
    width: 100%;
    margin-bottom: 12px !important;
    border-radius: 0px !important;
}
.about_sec4 .ult_tabmenu li.ult_tab_li a, .about_sec4 .ult_tabmenu li.ult_tab_li a span {
    width: 100%;
}
.about_sec4 .ult_tabmenu li.ult_tab_li.current a, .about_sec4 .ult_tabmenu li.ult_tab_li a:hover {
    background-color: var(--Mauve-Blue) !important;
    color: #fff !important;
}
.about_sec4 .ult_tabmenu li.ult_tab_li a .aio-icon {
    display: none;
}
.about_sec4 .ult_tabitemname {
    padding: 0px;
}
.about_sec4 .ult_tabitemname p {color: #132043;margin-bottom: 15px;}
.about_sec4 .ult_tabmenu li.ult_tab_li a {
    color: #ffffff !important;
    background-color: #132043 !important;
    border-radius: 10px;
}
.about_sec4 .ult_tabs {
    background-color: #fbf0f0;
    padding: 25px;
    border-radius: 10px;
    float: left;
    width: 100%;
}
.hsec4 .aio-icon-box {
    display: flex !important;
    align-items: center;
    background-color: #fbf0f0;
    padding: 16px;
    border-radius: 10px;
}
.hsec4 .aio-icon-header+.aio-icon-description {
    margin-top: 5px;
    font-size: 15px;
    color: #505064;
}
.hsec4 .wpb_text_column p {
    margin-bottom: 20px;
}
.hsec4 .wpb_text_column p:last-child {margin-bottom: 0px;}
.about_sec4 .ult_tabmenu li.ult_tab_li a b {
    font-size: 16px;
}
.about_sec4 .ult_tabmenu li.ult_tab_li a span {
    font-size: 14px !important;
}
.hsec3 .circular-progress {
    width: 180px;
    height: 180px;
}
.hsec3 .inner-circle {
    width: calc(180px - 8px);
    height: calc(180px - 8px);
}
.hsec3 .percentage {
    font-size: 3em;
}
.hsec3 .percentage:after {
    font-size: 20px;
    right: -24%;
}
.hsec3 .circular-progress:after {
    right: 0;
    border: none;
}
.hsec3 .item_title {
    font-size: 14px;
    line-height: 1.2;
}
#popmake-911 .pum-title {
    display: none;
}
#popmake-911 .leftbox {
    width: 50%;
    text-align: center;
    padding: 20px;
}
#popmake-911 .leftbox .title {
    font-size: 30px;
    font-family: 'Playfair Display';
    font-weight: 500;
    padding: 0 10px;
}
#popmake-911 .leftbox p {
    line-height: 1.5;
    font-size: 14px;
}
#popmake-911 .rightbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
#popmake-911 .rightbox img.popimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#popmake-911 .wpcf7 input[type="email"], #popmake-911 .wpcf7 input[type="tel"], #popmake-911 .wpcf7 input[type="text"] {
    border: 1px solid #c0b3b3;
    margin: 0 0 15px 0;
    padding: 10px;
    color: #000;
}
#popmake-911 .wpcf7 input.wpcf7-not-valid {
    border-color: red;
}
#popmake-911 .wpcf7 ::placeholder {
    color: #656565;
}
#popmake-911 .wpcf7 span.wpcf7-spinner {
    margin-right: -24px;
}
#popmake-911 .wpcf7 span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    display: none;
}
#popmake-911 .leftbox p.ctetx {
    font-size: 80%;
}
#popmake-911 .wpcf7 .wpcf7-response-output {
    font-family: 'Roboto';
    font-weight: 400;
}
.product__description h3 {
    margin-bottom: 15px;
}
.appointment_sec1 .step-button {
    max-width: 100%;
}
.post-template-default .content-area, .blog .content-area, .archive .content-area, .page-id-354 .content-area {
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #fbf0f0;
}
.category-links.term-links.category-style-normal a {
    background-color: #1f4172;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    line-height: normal;
    border-radius: 4px;
}
.blog_sec1 p {
    margin-bottom: 12px;
}
.post_box .vc_column-inner > .wpb_wrapper {
    background-color: #1f4172;
    padding: 20px;
    border-radius: 10px;
}
.post_box .vc_column-inner > .wpb_wrapper, .post_box .wpb_text_column {
    margin-bottom: 10px;
}
.post_box h4, .post_box p, .post_box ul li {color: #fff;}
.post_box .aio-icon-component {
    margin-bottom: 0px;
    text-align: center;
}
.blog_sec1 h3 {
    margin: 20px 0 12px;
}
.blog_sec1 ul {
    margin-bottom: 15px;
    list-style: none;
}
.blog_sec1 ul li, .solunar_sec1 ul li {
    margin-bottom: 12px;
    position: relative;
}
.blog_sec1 ul li:before, .solunar_sec1 ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    height: 23px;
    width: 23px;
    background-image: url(/wp-content/uploads/2024/07/purple.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.box_bott {
    margin-top: 25px;
}
.post-template-default .post-title .entry-title {
    font-size: 28px;
    margin: 6px 0 0;
    line-height: normal;
}
.blog .entry.loop-entry .entry-content-wrap, .archive .entry.loop-entry .entry-content-wrap {
    padding: 15px;
    border-radius: 0 0 10px 10px;
}
.blog .entry.loop-entry .entry-content-wrap .entry-header h2.entry-title, .archive .entry.loop-entry .entry-content-wrap .entry-header h2.entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.category-links.term-links.category-style-normal a {
    margin: 2px;
}
a.post-thumbnail {
    margin-bottom: 0px !important;
    border-radius: 10px 10px 0 0;
}
.entry.loop-entry {
    border-radius: 10px;
}
a.post-more-link, .home .hblog_sec1 .vc_btn3 {
    padding: 14px 20px;
    font-size: 14px;
    line-height: normal;
}
.blog .entry.loop-entry .entry-summary, .archive .entry.loop-entry .entry-summary {
    margin: 8px 0 0;
}
.post-template-default .primary-sidebar.widget-area .widget {
    background-color: #9f6fa0;
    padding: 15px;
    border-radius: 10px;
}
.post-template-default .primary-sidebar.widget-area .widget ul li {
    line-height: normal;
    margin-bottom: 12px;
    border-bottom: 1px dotted #c694c7;
    padding-bottom: 2px;
}
.post-template-default .primary-sidebar.widget-area .widget ul li a, .post-template-default .primary-sidebar.widget-area .widget ul li {
    color: #fff;
    transition: .5s;
    text-decoration: none;
}
.post-template-default .primary-sidebar.widget-area .widget ul li a:hover, .post-template-default .primary-sidebar.widget-area .widget ul li:hover {
    color: #1f4172;
}
.post-template-default .primary-sidebar.widget-area .widget ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}
.post-template-default .primary-sidebar.widget-area .widget h2.widget-title {
    border-bottom: 1px solid #b7d0f3;
    margin-bottom: 17px;
    color: #fff;
}
.post-template-default .entry-header.post-title {
    background-color: #fff;
    padding: 10px 13px;
    margin-bottom: 25px;
    border-radius: 10px;
}
.post-template-default .kadence-breadcrumbs {
    margin: 6px 0;
}
.post-template-default .wp-site-blocks .post-thumbnail img {
    border-radius: 10px;
}
p.quer i.fa-solid.fa-envelope {
    margin: 0 3px 0 20px;
}
.kadence-breadcrumbs span a:hover {
    color: #9f6fa0;
    text-decoration: none;
}
.content-style-unboxed .kadence-thumbnail-position-behind:after {
    background-image: none;
}
#popmake-911 input.wpcf7-submit, .site-footer-middle-section-3 form p input[type="submit"]:hover {
    background-color: #9f6fa0;
}
#popmake-911 input.wpcf7-submit:hover {
    background-color: #000;
}
.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-wide {
    grid-template-columns: minmax(0, 2fr) minmax(0, 4fr) minmax(0, 4fr) !important;
}
.site-footer-middle-section-3 p {
    margin: 0px 0 10px;
    font-size: 14px;
    color: #1f4172;
}
.site-footer-middle-section-3 h2.widget-title {
    margin-bottom: 8px;
    font-size: 19px;
}
.site-footer-middle-section-3 form p {
    width: 32.6%;
    font-weight: 500;
    vertical-align: top;
    margin-right: 5px;
    float: left;
}
.site-footer-middle-section-3 form p:nth-child(3), .site-footer-middle-section-3 form p:last-child {
	margin-right: 0px;
}
.site-footer-middle-section-3 form p input {
    width: 100%;
    font-size: 14px;
    padding: 8px;
}
.site-footer-middle-section-3 form p:last-child, .site-footer-middle-section-3 form p input[type="submit"] {
    width: 100%;
}
.hproductssec .product-details span.price {
    display: none !important;
}
.hblog_sec1 .vc_gitem-zone-a {
    height: 100%;
    max-height: 250px;
    border-radius: 10px 10px 0 0;
}
.hblog_sec1 .vc_gitem-animated-block {
    border-radius: 10px 10px 0 0;
}
.hblog_sec1 .vc_gitem-post-data-source-post_title h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hblog_sec1 .vc_gitem-zone.vc_gitem-zone-c {
    padding: 5px;
    border-radius: 0 0 10px 10px;
}
.home .hblog_sec1 .vc_btn3 {background-color: #132043 !important;}
.home .hblog_sec1 .vc_btn3, .home .hblog_sec1 .vc_btn3:hover {border: none;}
.hblog_sec1 .vc_gitem-zone.vc_gitem-zone-c .vc_btn3-container.vc_btn3-left {
    margin-bottom: 4px;
}
.hblog_sec1 .vc_gitem-post-data-source-post_title {
    margin-bottom: 8px;
}
.hblog_sec1 .head_img:before, .hblog_sec1 .head_img:after, .solunar_sec1 .head_img:before, .solunar_sec1 .head_img:after {
    border-bottom: 2px solid #ffffff;
}
.term_sec1 p {
    margin-bottom: 15px;
}
.term_sec1 h3 {
    margin: 25px 0 12px;
}

/* image hover */
.hblog_sec1 .vc_gitem-zone-a, a.post-thumbnail img, .hsec2 .wpb_single_image img, .hsec4 .wpb_single_image img, .hsec6 .wpb_single_image img {
    transition: 0.5s;
}
.hblog_sec1 .vc_gitem-zone-a:hover, a.post-thumbnail:hover img, .hsec2 .wpb_single_image:hover img, .hsec4 .wpb_single_image:hover img, .hsec6 .wpb_single_image:hover img {
    transform: scale(1.1);
}
.hblog_sec1 .vc_gitem-animated-block, a.post-thumbnail, .hsec2 .wpb_single_image, .hsec4 .wpb_single_image, .hsec6 .wpb_single_image {
    overflow: hidden;
}
/* image hover */

.refer_sec1 p, .refer_sec2 p {
    margin-bottom: 15px;
}
.hproductssec .woocommerce ul.products li.product .entry-content-wrap {
    background-color: #9f6fa0 !important;
    padding: 1rem;
}
.hproductssec .woocommerce ul.products li.product .entry-content-wrap h2.woocommerce-loop-product__title {
    padding: 0;
}
.hproductssec .woocommerce ul.products li.product .entry-content-wrap h2.woocommerce-loop-product__title, .hproductssec .woocommerce ul.products li.product .entry-content-wrap .product-action-wrap a {
    color: #fff;
}
.hproductssec .woocommerce ul.products.woo-archive-action-on-hover li.product:hover .product-action-wrap {
    bottom: 8px;
}
.hproductssec .woocommerce ul.products.woo-archive-action-on-hover li.product:hover h2.woocommerce-loop-product__title {
    position: relative;
    top: -4px;
}
.hproductssec .woocommerce ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap {
    padding: 1rem 1rem 2rem;
}
.hproductssec .star-rating {
    display: none !important;
}
.hsec1 .wpb_text_column {
    margin-bottom: 20px;
}
.hsec1 .wpb_text_column p {
    margin-bottom: 15px;
}
.site-footer-bottom-section-1 p a {
    color: #9f6fa0 !important;
}
.site-footer-bottom-section-1 p a:hover {
    color: #132043 !important;
}
#ecre_coupon_section .container {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}
p.price_pro {
    font-size: 1.25em;
}
.woocommerce span.onsale, .Product_desc b {
    display: none;
}
.solunar_sec1 ul {
    background-color: #fff;
    padding: 20px 20px 20px 46px;
    border-radius: 10px;
}
.page-template-default .plansec.home_testimonial .vc_tta-tabs-list li a:before {
    display: none !important;
}
.page-template-default .plansec.home_testimonial .vc_tta-tabs-list li a {
    min-width: 100%;
    min-height: 100%;
    background-color: #1f4172 !important;
    background-image: none !important;
    border: none !important;
    border-right: 1px solid #fff !important;
}
.page-template-default .plansec.home_testimonial .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a, .page-template-default .plansec.home_testimonial .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a:hover {
    background-color: #9f6fa0 !important;
    border: none !important;
    border-right: 1px solid #fff !important;
}
.page-template-default .plansec.home_testimonial .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a span, .page-template-default .plansec.home_testimonial .vc_tta-tabs-list li a span {
    color: #fff !important;
}
.page-template-default .plansec.home_testimonial .vc_tta-tabs-list li a span {
    position: unset;
}
.plansec.home_testimonial .vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
    margin: 0px;
}
.plansec.home_testimonial h3 {
    font-size: 24px;
    margin-bottom: 20px !important;
}
.plansec.home_testimonial h3:after {
    margin: 6px 0px 0px;
    height: 1px;
}
.pro_review {
    border: 1px solid #1f41726e;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px !important;
}
.pro_review h4 {
    font-size: 19px;
    margin-bottom: 5px;
}
.pro_review p {
    font-size: 15px;
    line-height: 1.4;
}
.user-registration-message ul {
    display: inline-block;
}
.wp-block-woocommerce-empty-cart-block h2:nth-of-type(2), .wp-block-woocommerce-empty-cart-block .wc-block-grid.wp-block-product-new, .hbannersec h1 strong {
    display: none;
}
.Whole_Body {
    padding: 25px 35px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .1);
     margin-top: 15px; 
    background-color: #fbf0f0;
	margin-left: -30px;
	border-radius: 0px 50px 50px 0px;
}
.hfeatsec {
    padding: 50px 0 50px;
    background-image: url(/wp-content/uploads/2024/08/purple.webp);
	background-repeat: repeat-x;
    background-position: center;
}
.woocommerce ul#shipping_method li label {
    font-size: 10px;
}
.Whole_Body ul li:before{
	content: '';
    position: absolute;
    height: 23px;
    width: 23px;
    background-image: url(/wp-content/uploads/2024/07/purple.webp);
    background-repeat: no-repeat;
    background-size: contain;
	left: 34px;
}
.Whole_Body ul li {
	list-style: none;
}
li.wc_payment_method.payment_method_ppcp-gateway {
    display: none;
}
.woocommerce .woocommerce-checkout .shop_table, .woocommerce-checkout-review-order {
    background: #f7e8e8 !important;
    padding: 15px !important;
}
.woocommerce-info {
    background-color: #f7e8e8 !important;
    margin-bottom: 24px !important;
}
.hfeatsec .vc_single_image-wrapper:before, .hfeatsec .vc_single_image-wrapper:after, .welcome_image .vc_single_image-wrapper:before, .welcome_image .vc_single_image-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.hfeatsec .vc_single_image-wrapper img {
border-radius: 75px 0px 75px 0px;	
}

.hfeatsec .vc_single_image-wrapper:hover:before, .welcome_image .vc_single_image-wrapper:hover:before {
    background-color: rgba(255,255,255,.2);
    right: 50%;
    left: 51%;
}
.hfeatsec .vc_single_image-wrapper:hover:after, .welcome_image .vc_single_image-wrapper:hover:after {
    background-color: rgba(255,255,255,.2);
    top: 50%;
    bottom: 50%;
}
.account-navigation-wrap {

    background-color: #fff;

    padding: 10px 0;

}

.woocommerce-MyAccount-navigation li {

    border-top: 1px solid #00000042;

    background-color: #1f4172;

    color: #fff;

    font-size: 18px;

}

.kadence-account-nav-left.woocommerce-account .account-navigation-wrap {

    padding: 0;

    background-color: #000;

}

.kadence-account-nav-left.woocommerce-account .account-navigation-wrap li.is-active a, .kadence-account-nav-left.woocommerce-account .account-navigation-wrap li:hover {

	background-color: #a170a1;

}

.woocommerce-info {

    background-color: #fff !important;

}

.woocommerce-MyAccount-content button.button {

    margin-top: 20px;

}

form.woocommerce-form.woocommerce-form-login.login {

    margin: 0 auto;

    width: 500px;

}

form.woocommerce-form.woocommerce-form-login.login {

    margin: 0 auto;

    width: 500px;

    background-color: #fff;

}

.field-radio ul {

    display: flex;

    padding: 0;

}

.page-id-12 .woocommerce h2 {
   text-align: center; 
    margin: 0 0px 15px;
}

.kadence-customer-name {

    color: #fff;

}

.ur-radio-list {

	padding: ;

	margin-right: 12px;

}

.kadence-account-nav-left.woocommerce-account .account-navigation-wrap li:hover a {

    border-left: 0;

    border-right: 5px solid #000 !important;

}

.ur-frontend-form {

    background-color: #fff;

    border-radius: 5px;

	/* min-height: 565px; */

}

.let_form input[type="submit"] {

    text-align: center;

    display: block;

    margin: 0 auto;

}

button.btn.button.ur-submit-button {

    line-height: normal;

    padding: 15px 20px;

    margin: 10px auto;

    width: 131px;

}

button.woocommerce-button.button.woocommerce-form-login__submit {

    line-height: normal;

    padding: 15px 20px;

    width: 131px;

}
.appointment_sec25 {
    transition: all .22s ease-out;
    /* width: 95%; */
    border: 1px solid var(--text-color-level3, rgba(26, 26, 26, 0.1));
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
    margin: 0px !important;
}
.appointment_sec256 {
    height: 450px;
    padding: 0 30px;
    overflow-y: scroll;
}

.wap-wid {
    max-width: 591px !important;
}
.time_mtt svg {
    width: 28px;
    color: #777;
	margin-right: 14px;
}
.appointment_hqt img {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.appointment_hqt {
    padding: 30px;
}
span.time_mtt {
    display: flex;
    padding: 0 0px 8px;
}
.appointment_hqt p {
    margin-bottom: 13px;
}
.wsec-service .wlabel {
    display: none;
}
.wap-front .wbtn.wbtn-cell.wbtn-secondary.wbtn-service {
	max-width: 100% !important;
}
.wappo_module {
    padding: 35px 16px 0px 30px;
}
.woocommerce-account .account-navigation-wrap .kadence-customer-image img {
    display: none;
}
.woocommerce-account .account-navigation-wrap .kadence-account-avatar .kadence-customer-name {
    padding-left: 0 !important;
	font-size: 22px;
}
ul.Product_desc {
    width: 33.33333%;
}
.Product_desc li a img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 10px;
    transform: scale(1);
    transition: opacity 0.4s ease, transform 2s cubic-bezier(0, 0, 0.4, 1.1);
}
.Product_desc:hover li a img {
    opacity: 1;
    transform: scale(1.07);
}
.Product_desc li {
    position: relative;
	list-style: none;
}
.sale_product {
    display: flex;
}
.Product_desc b {
    border-radius: .25rem;
    background-color: var(--global-palette-highlight);
    color: var(--global-palette-highlight-alt2);
    font-size: 0.857em;
    z-index: 9;
    padding: 4px 12px;
    position: absolute;
    top: 6px;
    right: 6px;
}
.home_select_title {
    background-color: #9f6fa0 !important;
    padding: 1rem;
	margin: 0 .5em;
	 border-radius: 10px;
	 transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}

.home_select_title h2 {
    font-size: 1em;
    color: #fff;
    text-decoration: none !important;
}

.sectect_opt:hover  {
    color: #000;
	text-decoration: none !important;
}
.Product_desc:hover .home_select_title {
    transform: translateY(-2rem);
}
.home_select p {
    text-decoration: none !important;
    color: #f7e6e7;
    margin-bottom: 4px;
}
span.sectect_opt {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 80%;
    text-decoration: underline;
}
.Product_desc a {
    color: #9f6fa0;
}
.home_select {
    display: none;
}
.Product_desc:hover .home_select {
    display: block;
}
.woocommerce table.my_account_orders .button {
    margin: 2px;
}
.footext {
    text-align: center;
    margin: -25px 0 30px 0;
    font-size: 14px;
}

#hbslide .bdp-post-carousel-wrp {
    margin: 0;
    padding: 0;
}
#hbslide .bdp-post-carousel button.slick-arrow {
    position: absolute;
    left: 0 !important;
    top: 130px;
    background-color: transparent !important;
}
#hbslide .bdp-post-carousel button.slick-next.slick-arrow {
    left: auto !important;
    right: 0 !important;
}
#hbslide .slick-list.draggable {
    margin: 0 30px;
}
#hbslide h2.bdp-post-title {
    font-size: 25px;
    line-height: normal;
    font-weight: 600;
}
#hbslide .bdp-post-short-content {
    color: #fff;
}
#hbslide h2.bdp-post-title a:hover {
    color: #000;
}
#blogpsli1 .bdp-post-slides {
    background: #fbf0f0;
}
#blogpsli1 .bdp-post-slides .bdp-post-image-bg, .blogpr3 .bdp-post-list .bdp-post-image-bg {
    height: 600px;
}
#blogpsli1 .slick-list.draggable {
    margin: 0 35px;
}
#blogpsli1 .bdp-post-slider.bdp-design-2 .bdp-medium-5 {
    right: 0;
    background-color: transparent;
}
#blogpsli1 .bdp-columns {
    width: 50%;
}
#blogpsli1 .bdp-post-slides:nth-child(2n) .bdp-medium-5.bdp-columns {
    float: left;
}
#blogpsli1 .bdp-post-slides a.bdp-readmorebtn, .blogpr3 .bdp-post-list a.bdp-readmorebtn {
    padding: 16px 30px;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    background-color: var(--Medium-Blue);
    border-radius: 50px;
    font-size: 16px;
    color: var(--white);
    position: relative;
    display: inline-block;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: none;
}
#blogpsli1 .bdp-post-slides a.bdp-readmorebtn:hover, .blogpr3 .bdp-post-list a.bdp-readmorebtn:hover {
    background-color: var(--Mauve-Blue);
    color: #fff;
}
#blogpsli1 .bdp-post-slides h2.bdp-post-title, .blogpr3 h2.bdp-post-title {
    line-height: normal;
}
.page-id-354 .content-area {
    padding-top: 0;
}
.blogpsec1::after {
    width: 100% !important;
    height: 100% !important;
    background-color: #0000006e;
    position: absolute;
    left: 0;
    top: 0;
    visibility: visible !important;
}
#blogpsli1 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #9f6fa0;
}
.blogpsec1 h1, .blogpsec1 p {
    color: #fff;
}
/* .blogpr3 {
    padding-top: 50px;
} */
.blogpr3 .bdp-post-list {
    margin: 100px 0;
}
.blogpr3 .bdp-post-list .bdp-post-image-bg * {
    height: 100%;
}
.blogpr3 .bdp-post-list .bdp-post-image-bg img {
    object-fit: cover;
}
.blogpr3 .bdp-post-list-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blogpr3 .bdp-post-list:nth-child(2n) .bdp-post-list-content {
    flex-direction: row-reverse;
}




@media screen and (max-width: 1362px) {
    .skills_img {
        width: calc(50% + -15px);
    }
    .hbanner_boxx svg text {
        transform: translate(-12px, 32px);
    }
    .Whole_Body {
        margin-top: 0px; 
        margin-left: 0px; 
    
    }
    .hbannersec .bannimg {
        right: 30px;
        width: 380px;
    }
}
@media screen and (max-width: 1024px) {
    #main-header {
        display: block;
    }
    #main-header .kadence-sticky-header, .site-header-top-section-right-center.site-header-section.site-header-section-right-center {
        display: none;
    }
    .site-branding {
        padding: 0 25px 18px 25px;
        margin: 0 0 -30px;
    }
    .site-branding a.brand img {
        max-width: 100px;
    }
    .site-main-header-inner-wrap {
        min-height: 60px;
    }
    #main-header .site-header-section-center .header-button {
        font-size: 14px;
    }
    #main-header .site-header-section-center {
        margin-right: -85px;
    }
    .mobile-navigation ul li a, .mobile-navigation ul li > a {
        color: #fff;
    }
    .mobile-navigation ul li.current-menu-item > a, .mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap {
        color: #d4a7d5;
    }
    .popup-drawer .drawer-inner {
        background: #1f4172;
    }
    .site-middle-footer-inner-wrap ul.menu {
        column-count: 1;
    }
    .site-footer-middle-section-3 form p {
        width: 100%;
        margin-right: 0px;
    }
    .site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-wide {
        grid-template-columns: minmax(0, 2fr) minmax(0, 3fr) minmax(0, 4fr) !important;
    }
    .site-footer-bottom-section-2 ul {
        text-align: left;
        margin-top: 8px;
    }
    .site-footer-bottom-section-2 li {
        padding-left: 0;
        padding-right: 15px;
    }
    .site-top-footer-inner-wrap .textwidget p.quer {
        padding: 15px;
        font-size: 20px;
    }
    .hbannersec h1 {
        font-size: 36px;
    }
    .hbannersec .wpb_raw_code {
        display: none;
    }
    .hbannersec h1 strong {
        display: contents;
    }
    .hbannersec .bannimg {
        position: relative;
        right: 0;
        width: 100%;
    }
    .hbannersec p {
        font-size: 16px;
    }
    .circular-progress {
        width: 220px;
        height: 220px;
    }
    .inner-circle {
        width: calc(220px - 10px);
        height: calc(220px - 10px);
    }
    .percentage {
        font-size: 4em;
        top: 45%;
    }
    .item_title {
        font-size: 16px;
    }
    .percentage:after {
        bottom: 5%;
        right: -19%;
        font-size: 24px;
    }
    .hsec1 {
        padding-top: 60px;
    }
    .hsec1 .wpb_text_column {
        margin-bottom: 15px !important;
    }
    .hsec1 h2 {
        margin-bottom: 10px;
    }
    .pd_80 {
        padding: 60px 0;
    }
    .hsec2 h2 {
        line-height: normal;
    }
    .hsec2 .aio-icon-component, .cases_sce3 .aio-icon-component, .refer_sec3 .aio-icon-component {
        margin-bottom: 15px;
    }
    .hsec2 .aio-icon-header+.aio-icon-description, .cases_sce3 .aio-icon-header+.aio-icon-description, .refer_sec3 .aio-icon-header+.aio-icon-description {
        margin-top: 6px;
    }
    .hsec2 .wpb_text_column {
        margin-bottom: 20px;
    }
    .home .plansec .vc_tta-tabs-list li a:before {
        top: 22% !important;
    }
    .home .plansec .vc_tta-tabs-list li a span {
        left: 47%;
        bottom: 12px;
        width: 85%;
        font-size: 16px;
    }
    .plansec h3 {
        font-size: 22px;
        margin-bottom: 15px !important;
    }
    .plansec h3:after {
        margin: 10px 0px 18px;
    }
    .ico_area {
        padding: 15px 15px 15px 100px;
    }
    .icon_wrapper {
        top: 50%;
        left: 15px;
        margin: auto;
        transform: translate(0, -50%);
    }
    .icon_wrapper img {
        width: 70px;
    }
    .icon_content h4 {
        font-size: 18px;
        margin-bottom: 6px !important;
    }
    .content-area {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .post-template-default .content-area, .blog .content-area, .archive .content-area {
        padding: 60px 0;
    }
    .primary-sidebar {padding-bottom: 0px !important;}
    .let_form label {
        width: 49%;
        margin-bottom: 12px;
    }
    .employers_sec1 {
        padding: 60px 0;
        background-position: center;
    }
    .employers_sec1 h2 {
        font-size: 34px;
    }
    .about_sec4 .ult_tabmenu {
        max-width: 220px !important;
        margin-right: 20px !important;
    }
    .content_sec3 {
        padding: 60px 0 30px;
    }
    .content_sec4 .wpb_text_column br {
        display: none;
    }
    .content_sec4 p, .content_sec5 p {
        margin-bottom: 15px;
    }
    .content_sec1 .wpcf7 label.con_inp {
        width: 100%;
    }
    .content_sec1 .wpcf7 label.con_inp1 {
        padding-right: 0px;
    }
    body.single-product #inner-wrap {
        padding-top: 0px;
    }
    .vc_empty_space.espace {
        height: 50px !important;
    }
   
}
@media screen and (max-width: 767px) {
    #main-header .site-header-section-center {
        margin-right: 0px;
    }
    #main-header .site-header-section-center .site-header-item.site-header-focus-item {
        display: none;
    }
    .site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-wide {
        grid-template-columns: 100% !important;
    }
    .site-footer-middle-section-3 form p {
        width: 32.7%;
        margin-right: 4px;
    }
    .site-middle-footer-inner-wrap ul.menu {
        column-count: 2;
    }
    .site-middle-footer-inner-wrap {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .site-top-footer-inner-wrap .textwidget {
        padding: 15px;
    }
    .site-top-footer-inner-wrap .textwidget p.quer {
        position: relative;
    }
    a.spbtn, a.post-more-link, .home .hblog_sec1 .vc_btn3 {
        padding: 13px 22px;
    }
    footer.site-footer {
        padding: 25px 0 0;
    }
    h2, .hbannersec h1, .hsec1 h2, .hsec3 .aio-icon-header h3.aio-icon-title, .employers_sec1 h2 {
        font-size: 30px;
    }
    .hbannersec .wpb_text_column {
        margin-bottom: 15px;
    }
    .hsec1, .pd_80, .plansec, .hproductssec, .about_sec2, .about_sec3, .hsec5, .hblog_sec1, .refer_sec3, .refer_sec2, .hsec6, .professionals_sce2, .cases_sce2, .hinfosec, .employers_sec1, .employers_sec2, .employers_sec4, .employers_sec5, .hsec4, .solunar_sec1, .solunar_sec2 {
        padding: 50px 0;
    }
    .hsec1 h2 br {display: none;}
    .home .vc_custom_1721903685914, .home .vc_custom_1721904022657 {
        margin-bottom: 35px !important;
    }
    .hsec2 h2 {
        margin-top: 35px !important;
    }
    .hsec2 .aio-icon-header h3.aio-icon-title, .cases_sce3 .aio-icon-header h3.aio-icon-title, .refer_sec3 .aio-icon-header h3.aio-icon-title {
        font-size: 18px;
    }
    .hsec3 .aio-icon-component {
        border-bottom: 1px solid #9f6fa0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .hsec3 .aio-icon-header {
        width: 15%;
    }
    .hsec3 .pro_maint {
        margin-top: 30px;
    }
    .head_img {
        width: 250px;
    }
    .head_img:before, .head_img:after {
        width: 95px;
    }
    .plansec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
        color: #fff;
        background-color: #3c276c;
        font-size: 20px;
    }
    .plansec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
        color: #fff;
        background-color: #9f6fa0;
    }
    .plansec .vc_tta-panel-body {
        padding: 15px !important;
        background-color: #ffffff !important;
    }
    .plansec .vc_tta-panel-body .wpb_text_column {
        margin-bottom: 20px !important;
    }
    .plansec h3 {
        font-size: 20px;
    }
    .plansec .vc_tta-panel-heading {
        margin-bottom: 10px !important;
    }
    .plansec .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading {
        margin-bottom: 0px !important;
    }
    .hsec5 .wpb_text_column {
        margin-bottom: 15px;
    }
    .hblog_sec1 {
        padding-bottom: 25px;
    }
    .cases_sce1 p br, .professionals_sce1 p br {
        display: none;
    }
    .professionals_sce2 .prof_box {
        min-height: 100%;
        padding: 12px;
        margin-bottom: 15px !important;
    }
    .prof_box h3 {
        font-size: 22px;
        margin-bottom: 6px;
    }
    .employers_sec1 .wpb_text_column {
        background-color: rgb(255 255 255 / 89%);
        padding: 10px 12px 12px;
        border-radius: 10px;
        margin-bottom: 0;
    }
    .employers_sec1 p {
        font-size: 16px;
    }
    .employers_sec1 h2 {
        margin-bottom: 6px;
    }
    .employers_sec2 .wpb_text_column, .employers_sec4 .wpb_text_column {
        margin-bottom: 10px;
    }
    .employers_sec2 .aio-icon-component {
        margin: 15px 0;
    }
    .employers_sec2 .top-icon .aio-icon-header h3.aio-icon-title {
        margin: 4px 0;
        font-size: 18px;
    }
    .employers_sec2 {
        padding-bottom: 25px;
    }
    .employers_sec4 {
        padding-top: 25px;
    }
    .employers_sec4 img {
        margin-top: 15px;
    }
    .page .employers_sec6 {
        min-height: 100%;
    }
    .page .employers_sec6 .wpb_text_column {
        margin-bottom: 0px;
    }
    .emp_border::after {
        display: none;
    }
    .employers_sec3 .wpb_text_column {
        padding-right: 0;
    }
    .about_sec1 .wpb_text_column {
        padding: 15px;
    }
    .about_sec4 {
        padding: 10px 0 15px;
    }
    .about_sec4 .ult_tabs {
        padding: 15px;
    }
    .about_sec4 .wpb_text_column, .about_sec4 .ult_tabs {
        margin-bottom: 15px !important;
    }
    .about_sec3 h3 {
        margin: 0 0 10px;
    }
    .about_sec3 .wpb_text_column, .refer_sec3 .wpb_text_column {
        margin-bottom: 20px;
    }
    #ecre_coupon_section .coupon-card {
        padding: 15px !important;
    }
    #ecre_coupon_section .share-text {
        font-size: 16px !important;
        line-height: normal !important;
        margin-top: 0px !important;
    }
    #ecre_coupon_section .coupon-row {
        margin: 12px auto 15px !important;
    }
    .faq_sec1 .wpb_text_column br {
        display: none;
    }
    .content_sec1 h2 br {
        display: none;
    }
    .content_sec1 .wpcf7 {
        margin-top: 20px;
    }
    .content_sec2 ul {
        text-align: left;
        margin-top: 15px;
    }
    .content_sec2 {
        padding: 25px 0 35px;
    }
    .content_sec3 {
        padding: 45px 0 15px;
    }
    .content_box1 .aio-icon-component {
        margin-bottom: 15px;
    }
    .content_sec4 .wpb_text_column, .content_sec5 .wpb_text_column {
        padding: 15px;
    }
    .content_sec4 .wpb_text_column {
        margin-bottom: 20px !important;
    }
    .content_sec4 {
        padding: 10px 0 0;
    }
    .content_sec5 {
        margin-bottom: -45px;
        margin-top: -10px;
    }
    .professionals_sce2 a.spbtn {
        margin-top: 0px;
    }
    .shoppmain .wpb_text_column {
        padding: 0px;
    }
    .product-template-default .content-area {
        margin-top: 50px;
    }
    .product-template-default .content-area h1.product_title.entry-title {
        font-size: 30px;
        line-height: normal;
    }
    .woocommerce div.product .woocommerce-tabs .panel h2 {
        margin-bottom: 5px;
        font-size: 22px;
    }
    .woocommerce div.product .woocommerce-tabs .panel h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .woocommerce div.product .woocommerce-tabs .panel p {
        margin-bottom: 10px;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 12px !important;
        margin-bottom: 15px !important;
    }
    .comp_consi {
        margin-bottom: 20px;
    }
    .protesti.cases_sce1 h2 {
        margin-bottom: 15px;
    }
    .cases_sce1 .strong-view.wpmtst-modern .wpmtst-testimonial-inner {
        padding: 20px;
    }
    .appointment_hqt {
        padding: 15px 0px;
    }
    .wappo_module {
        padding: 20px 0px 0px 0px;
    }
    .wap-wid {
        max-width: 100% !important;
    }
    .hbannersec .rightcol {
        position: relative;
    }
    .hbannersec .bannimg {
        top: 0;
        left: 15px;
        margin-bottom: 30px !important;
    }
    .hbannersec .leftcol {
        padding: 0px 0 30px;
    }
    .hbannersec .proimg {
        right: -25px;
        top: 0;
        width: 30%;
    }
    .hbanner_boxx svg text {
        transform: translate(-14%, 32px);
    }
    .hbannersec h1 {
        margin: 0 0 12px !important;
    }
    .home .hbannersec h1 {
        margin: 45px 0 15px !important;
    }
    .hbannersec h1 strong {
        display: block;
    }
   
    .hsecforsec {
        padding: 5px 0 30px;
    }
    .hsecforsec .points {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .hsecforsec .points .top-icon .aio-icon-description {
        margin-top: 0;
    }
    .hsecforsec .points .aio-icon-component {
        margin-bottom: 25px;
    }
    .hsecforsec .wpb_text_column {
        margin-bottom: 0px;
    }
    .home .vc_custom_1722331044032 {
        margin-bottom: 20px !important;
    }
    .hfeatsec {
        padding: 25px 0;
    }
    .hfeatsec .vc_single_image-wrapper img {
        border-radius: 10px;
    }
    .hfeatsec .wpb_single_image {
        margin-bottom: 0px;
    }
    .Whole_Body {
        padding: 15px;
        border-radius: 10px;
    }

}
@media screen and (max-width: 479px) {
    .site-branding a.brand img {
        max-width: 75px;
    }
.rightcol .wpb_single_image img {
    height: 295px;
    object-fit: contain;
}
	.hbannersec .animated {
    transition-property: none !important;
    transform: none !important;
    animation: none !important;
  }
    .header-social-wrap .header-social-inner-wrap {
        gap: 0;
    }
    .site-header-row.site-header-row-center-column {
        grid-template-columns: 2fr auto 1fr;
    }
    .site-branding {
        padding: 0;
        margin: 0;
    }
    .site-main-header-inner-wrap {
        min-height: 55px;
    }
    .blog .content-area, .archive .content-area, .professionals_sce2, .cases_sce2, .hinfosec {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .site-middle-footer-inner-wrap ul.menu {
        column-count: 1;
    }
    .site-footer-middle-section-3 form p {
        width: 100%;
        margin-right: 0px;
    }
    .site-footer-bottom-section-2 ul {
        margin-top: 5px;
    }
    .site-top-footer-inner-wrap .textwidget p.quer {
        font-size: 16px;
        padding: 10px;
    }
    #popmake-911 .leftbox {
        width: 100%;
        padding: 15px;
    }
    #popmake-911 .rightbox {
        display: none;
    }
    #popmake-911 .leftbox .title {
        font-size: 22px;
        padding: 0;
    }
    #popmake-911 .leftbox p {
        font-size: 14px;
    }
    #popmake-911 .wpcf7 input[type="email"], #popmake-911 .wpcf7 input[type="tel"], #popmake-911 .wpcf7 input[type="text"] {
        margin: 0 0 5px;
        font-size: 14px;
        width: 100%;
        padding: 7px 10px;
    }
    #popmake-911 input.wpcf7-submit {
        margin-top: 5px;
        font-size: 16px;
    }
    #popmake-911 {
        top: 88px !important;
    }
    .hbannersec {
        padding: 30px 0 0 !important;
    }
    h2, .hbannersec h1, .hsec1 h2, .hsec3 .aio-icon-header h3.aio-icon-title, .employers_sec1 h2 {
        font-size: 22px;
    }
    .hbannersec h1 br, .hbannersec p br {display: none;}
    .hbannersec h1 {margin-bottom: 8px;}
    .hbannersec p {margin-bottom: 12px;}
    a.spbtn, a.post-more-link, .home .hblog_sec1 .vc_btn3 {font-size: 14px;}
    .hbannersec .wpb_text_column {
        margin-bottom: 10px;
    }
    .hbannersec .aio-icon-header {
        padding: 5px;
        border-radius: 4px 4px 0 0;
    }
    .hbannersec .aio-icon-header .aio-icon-title {
        font-size: 27px;
    }
    .hbannersec .aio-icon-header+.aio-icon-description {
        padding: 5px 10px;
        font-size: 13px;
    }
    .hsec1, .pd_80, .plansec, .hproductssec, .about_sec2, .about_sec3, .hsec5, .hblog_sec1, .refer_sec3, .refer_sec2, .hsec6, .employers_sec1, .employers_sec2, .employers_sec4, .employers_sec5, .hsec4, .professionals_sce2, .cases_sce2, .hinfosec, .solunar_sec1, .solunar_sec2 {
        padding: 40px 0 !important;
    }
    .circular-progress {
        width: 140px;
        height: 140px;
    }
    .inner-circle {
        width: calc(140px - 6px);
        height: calc(140px - 6px);
    }
    .inner_title, .item_title {
        font-size: 12px;
    }
    .percentage {
        font-size: 55px;
    }
    .percentage:after {
        bottom: 1%;
        right: -20%;
        font-size: 22px;
    }
    .home .vc_custom_1721903685914 {
        margin-bottom: 25px !important;
    }
    .circular-progress:after {
        right: -14px;
        border: 15px solid #fff;
    }
    .hsec2 h2 {
        margin-top: 20px !important;
    }
    .hsec3 .aio-icon-header {
        width: 20%;
    }
    .hsec3 ul li {
        padding-right: 25px;
    }
    .plansec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
        padding: 13px;
        font-size: 18px;
    }
    .plansec h3 {
        font-size: 18px;
    }
    .ico_area {
        padding: 5px 10px 10px;
    }
    .icon_wrapper {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
    .icon_content h4 {
        font-size: 16px;
    }
    .plansec .vc_tta-container {
        margin-bottom: 0;
    }
    .hproductssec .grid-cols {
        row-gap: 1.5rem;
    }
    .hsec4 .aio-icon-box, .hsec4 .left-icon .aio-icon-left {
        display: block !important;
    }
    .hsec4 .left-icon .aio-icon-left .align-icon {
        text-align: left !important;
        margin-bottom: 6px;
    }
    .hsec5 h3 {
        font-size: 18px;
    }
    .hsec5 p {
        font-size: 15px;
    }
    .cta_main {
        padding: 12px;
    }
    .home .vc_custom_1721904022657 {
        margin-bottom: 20px !important;
    }
    .post-template-default .post-title .entry-title {
        font-size: 24px;
    }
    .post-template-default .entry-header.post-title {
        margin-bottom: 20px;
    }
    .blog_sec1 h3, .blog_sec1 h4 {
        margin: 15px 0 5px;
        font-size: 21px;
    }
    .post_box .vc_column-inner > .wpb_wrapper {
        padding: 15px 15px 1px;
    }
    .box_bott {
        margin-top: 15px;
    }
    .blog_sec1 .wpb_text_column {
        margin-bottom: 20px;
    }
    .blog_sec1 ul li:before {
        top: 3px;
    }
    .cases_sce1 .testi_submit {
        padding: 12px 12px 18px;
    }
    .cases_sce1 .strong-form .form-field {
        margin-bottom: 5px;
        width: 100%;
    }
    .content_box1 .aio-icon-component {
        display: block;
        padding: 10px;
        border-radius: 10px;
    }
    .professionals_sce1 .aio-icon-component, .cases_sce2 .aio-icon-component {
        margin-bottom: 15px;
    }
    .content_box1 .aio-icon-component .aio-icon {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 18px !important;
        border: none;
        margin-right: 12px !important;
    }
    .content_box1 .left-icon .aio-ibd-block {
        padding-right: 0;
    }
    .cases_sce1 .wpb_text_column, .cases_sce2 .wpb_text_column, .cases_sce3 .wpb_text_column, .professionals_sce1 .wpb_text_column, .professionals_sce2 .wpb_text_column {
        margin-bottom: 22px;
    }
    .cases_sce1 .strong-view.wpmtst-modern .wpmtst-testimonial-inner {
        padding: 18px;
    }
    .prof_box, .let_form {
        padding: 12px;
    }
    footer.site-footer {
        padding: 10px 0 0;
    }
    .site-top-footer-inner-wrap .textwidget {
        padding: 10px;
    }
    .professionals_sce2 a.spbtn {
        margin-top: 6px;
    }
    .let_form label {
        width: 100%;
    }
    .professionals_sce2 h2 {
        line-height: normal;
    }
    .let_form label input {
        padding: 6px 8px;
    }
    .let_form input[type="submit"] {
        font-size: 14px;
        padding: 12px 16px;
    }
    .page .vc_custom_1721821416920 {
        margin-bottom: 0px !important;
    }
    .about_sec1 h2, .about_sec3 h2 {
        margin-bottom: 6px;
    }
    .about_sec1 p {
        margin-bottom: 12px;
    }
    .about_sec2 .wpb_text_column {
        margin-bottom: 20px;
    }
    .about_sec2 .wpb_video_widget {
        margin-bottom: 15px;
    }
    .about_sec3 .wpb_single_image {
        margin-bottom: 25px;
    }
    .about_sec4 {
        padding: 0px 0 15px;
    }
    .about_sec4 .ult_tabmenu {
        max-width: 100% !important;
        margin-right: 0px !important;
        float: none;
    }
    .about_sec4 .ult_tabmenu li.ult_tab_li a span br, .content_sec1 .con_head p br, .content_sec3 p br {
        display: none;
    }
    .about_sec4 .ult_tabmenu li.ult_tab_li a span {
        display: block;
        line-height: normal;
    }
    .about_sec4 .ult_tabmenu li.ult_tab_li a b {
        display: block;
    }
    #ecre_coupon_section .container {
        margin-top: 0px !important;
    }
    .faq_sec1 .wpb_text_column {
        margin-bottom: 20px;
    }
    .faq_sec1 .vc_tta-panel {
        margin-bottom: 10px;
        padding: 15px 13px 12px;
    }
    .faq_sec1 .vc_tta-panel.vc_active h4 a {
        padding: 0 22px 10px 0 !important;
    }
    .faq_sec1 h4 a {
        font-size: 17px;
    }
    .faq_sec1 {
        padding-bottom: 28px;
    }
    .content_sec1 .con_head, .content_sec3 .wpb_text_column {
        margin-bottom: 20px;
    }
    .content_sec1 h3, .content_sec4 h3 {
        font-size: 23px;
    }
    .content_sec1 .aio-icon-component h4.aio-icon-title.ult-responsive {
        font-size: 17px !important;
    }
    .content_sec1 .wpcf7 {
        padding: 15px 15px 6px;
        margin-top: 15px;
    }
    .content_sec2 ul li a {
        font-size: 18px;
        padding: 7px;
        width: 40px;
        height: 40px;
    }
    .content_sec2 ul li {
        margin: 0 4px 0 0;
    }
    .content_sec3 {
        padding: 35px 0 10px;
    }
    .content_sec3 .con_head p a {
        font-size: 16px;
        padding: 6px 10px;
    }
    .content_sec5 {
        margin-bottom: -30px;
    }
    .term_sec1 h3 {
        margin: 15px 0 6px;
        font-size: 22px;
    }
    .term_sec1 h4 {
        font-size: 20px;
    }
    .blog .entry.loop-entry .entry-content-wrap, .archive .entry.loop-entry .entry-content-wrap {
        padding: 12px;
    }
    .blog .entry.loop-entry .entry-content-wrap .entry-header h2.entry-title, .archive .entry.loop-entry .entry-content-wrap .entry-header h2.entry-title {
        font-size: 20px;
    }
    .blog .entry.loop-entry .entry-summary, .archive .entry.loop-entry .entry-summary {
        margin: 6px 0 0;
    }
    .blog .grid-cols, .archive .grid-cols {
        row-gap: 1.5rem;
    }
    .post-template-default .content-area {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .post-template-default .wp-site-blocks .post-thumbnail img {
        border-radius: 0px 0px 10px 10px;
    }
    .shoppmain .head1 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .shoppmain .head2 {
        font-size: 18px;
    }
    .shoppmain .text p {
        margin: 8px 0;
    }
    .shoppmain .text ul {
        column-count: 1;
        margin: 0 0 10px;
    }
    .shoppmain .text ul li {
        padding: 5px 0 5px 30px;
    }
    .shoppmain .wpb_text_column {
        margin-bottom: 15px;
    }
    .shoppmain .probox {
        margin-bottom: 20px;
    }
    .product-template-default .content-area {
        margin-top: 35px;
    }
    .product-template-default .content-area div.product div.images {
        margin-bottom: 0em;
        padding-bottom: 12px;
    }
    .product-template-default .content-area h1.product_title.entry-title {
        font-size: 27px;
    }
    .entry.product.type-product .woocommerce-product-details__short-description {
        margin-bottom: 0px;
    }
    .entry.product.type-product .woocommerce-product-details__short-description p {
        margin: 0em 0;
    }
    .product_midsec {
        margin-bottom: 0px;
    }
    .woocommerce div.product form.cart {
        margin-bottom: 1em;
    }
    .product_midsec h3 {
        font-size: 20px;
    }
    .product-template-default.woocommerce div.product .woocommerce-tabs ul.tabs li a {
        opacity: 1;
    }
    .woocommerce div.product .woocommerce-tabs .panel ul {
        margin-bottom: 15px;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        margin-bottom: 0 !important;
    }
    .woocommerce div.product .woocommerce-tabs .panel ol.commentlist, .woocommerce div.product .woocommerce-tabs .panel ol.commentlist li {
        margin-bottom: 0px !important;
    }
    .woocommerce div.product .woocommerce-tabs .panel #review_form_wrapper {
        margin-top: 15px;
    }
    .woocommerce div.product .woocommerce-tabs .panel #review_form #respond p {
        margin: 0 0 10px;
    }
    .woocommerce div.product .woocommerce-tabs {
        margin-bottom: 15px !important;
    }
    .hbanner_boxx svg text {
        transform: translate(10px, 32px);
    }
    .home .hbannersec h1 {
        margin: 0 0 8px !important;
    }
    .home .hbannersec h1 strong {
        display: contents;
    }
    .hbannersec .bannimg {
        left: 0;
        animation: none;
        margin-bottom: 25px !important;
    }
    .plansec .wpb_text_column {
        margin-bottom: 15px !important;
    }
    .hsec1 .wpb_text_column, .hsec1 .wpb_text_column p, .hsec1 h2, .hsec2 .aio-icon-component, .plansec p {
        margin-bottom: 8px !important;
    }
    .hproductssec .sale_product {
        display: block;
    }
    .Whole_Body ul li::before {
        left: 16px;
    }
    .hproductssec .sale_product ul.Product_desc {
        width: 100%;
        padding: 0;
    }
    .user-registration.ur-frontend-form .ur-form-row {
        display: inline-block;
        width: 100%;
    }
    .user-registration.ur-frontend-form .ur-form-row .ur-form-grid {
        width: 100% !important;
    }
    .vc_empty_space.espace {
        height: 0px !important;
    }
    .wp-block-woocommerce-cart.alignwide, .wp-block-woocommerce-checkout.alignwide {
        margin: 25px auto 0 auto !important;
    }
}