/*
Theme Name:   Easy Bee Receptionist
Theme URI:    https://example.com/
Description:  A child theme for the vantage theme.
Author:       Your Name
Author URI:   https://example.com/
Template:     vantage
Version:      1.0.0
*/
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Mona Sans';
    --bodyFont: 'Mona Sans';
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    will-change: auto;
}
@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/mona-sans-v3-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/mona-sans-v3-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/mona-sans-v3-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/mona-sans-v3-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/mona-sans-v3-latin-800.woff2') format('woff2');
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Mona Sans';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
body.layout-full {
    background-color: #fff;
}
iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
    font-size: 0;
    display: block;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
html {
    margin-top: 0 !important;
}
a#scroll-to-top {
    display: none;
}
.widget {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingFont);
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p,
li,
ul,
ol,
blockquote {
    font-family: var(--bodyFont);
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: justify;
}
p:empty {
    display: none;
}
ul,
li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
.wrapper {
    width: 100%;
}
.container {
    /* max-width: 1500px; */
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
@media screen and (max-width:1700px) {
    .container {
        max-width: 1400px;
    }
}
@media screen and (max-width:1500px) {
    .container {
        max-width: 1200px;
    }
}
@media screen and (max-width:1240px) {
    .container {
        max-width: 990px;
        padding: 0 10px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
}
/* Header Section Starts */
.translated-ltr span.sec-lin {
    font-size: 50px;
}
.translated-ltr .top-menu ul li {
    margin: 0 45px 0 0;
}
.translated-ltr .top-menu ul li:last-child {
    margin-right: 0;
}
.translated-ltr .banner-btm-cont h3, .translated-ltr .banner-btm-cont h2 {
    font-size: 31px;
}
.translated-ltr .text-heading {
    font-size: 42px;
}
.translated-ltr .service-rgt-cont p {
    font-size: 17px;
    margin-bottom: 20px;
}
.translated-ltr .hndl-list.owl-carousel .owl-nav {
    display: block !important;
    position: absolute;
    width: 55%;
    bottom: -45px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.translated-ltr .hndl-item p {
    font-weight: 400;
    font-size: 16px;
}
.translated-ltr .top-right {
    gap: 20px;
}
.logo {
    max-height: 67px;
/*     max-width: 335px; */
  max-width: 300px;
}
.top-right {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    align-items: center;
}
.lang-list img {
    display: block;
}
.lang-list {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-end;
}
.lang-list a {
    font-family: var(--bodyFont) !important;
    color: #666666;
    font-family: 'Jost';
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.5s;
    font-size: 18px;
}
.lang-list a.glink.gt-current-lang,
.lang-list a.notranslate.glink.nturl.gt_raw_link-xxjexk {
    font-weight: 500;
    display: flex;
    gap: 8px;
}
.lang-list #topswitchBox {
    margin: 0;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid #5915d0;
    background-color: rgb(250, 247, 255);
    position: relative;
    display: block;
    transition: all 0.5s ease-in-out;
    width: 43px;
    height: 21px;
}
.lang-list p {
    margin: 0;
}
.lang-list #topswitchBox::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
    transition: all 0.5s ease-in-out;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(90deg, rgb(89, 21, 208) 0%, rgb(125, 108, 222) 100%);
    width: 17px;
    height: 17px;
}
#topswitchBox.switchOn::before {
    left: inherit;
    right: 2px;
}
header.header-sec.f-nav {
    border-bottom: 2px solid #ffcf01;
    padding: 10px 0;
    background: #fff;
   /* #fde1b1*/
}
.header-sec {
    padding: 10px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}
.top-hdr p a:hover {
    color: #fcb740;
}
.header-sec .container {
    width: 100%;
    max-width: 1700px;
    margin: auto;
}
.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.top-menu {
    margin: 20px 0 0;
}
.top-menu ul {
    margin: 0 !important;
}
.top-menu ul li {
    display: inline-block;
}
.top-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 60px 0 0;
}
.top-menu ul li:last-child {
    margin-right: 0;
}
.top-menu ul li a {
    position: relative;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
    font-size: 19px;
    line-height: 1;
    color: #20054f;
    font-family: var(--bodyFont);
    display: block;
    text-align: left;
}
.top-menu ul li a:hover {
    color: #fcb740;
}
.top-hdr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-hdr p {
    margin: 0;
}
.top-hdr h6, .top-hdr span {
  display:inline-block;
    font-weight: 500;
    text-transform: capitalize;
    color: #656565;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 0px;
    font-size: 20px;
}
.top-call h6, .top-call span {
  display:inline-block;
    padding-left: 60px;
    letter-spacing: normal;
    font-size: 15px;
}
.top-hdr p a {
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0px;
    color: #20054f;
    display: inline-block;
    font-size: 29px;
    padding-left: 60px;
}
.top-hdr p a::before {
    position: absolute;
    content: "";
    background-image: url(./images/hm-sprites.webp);
    background-position: -10px -10px;
    width: 54px;
    height: 63px;
    bottom: 0;
    margin: auto;
    top: 0;
    left: 5px;
    transform: scale(0.75);
}
.top-menu ul li.current-menu-item>a,
.top-menu ul li:hover>a {
    color: #fcb740;
}
.top-menu ul li ul.sub-menu {
    display: none;
    width: 230px; 
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #5915d0;
    padding: 0px 0;
    z-index: 999;
}
.top-menu ul li:hover ul.sub-menu {
    display: block;
}
.top-menu ul li:hover ul.sub-menu ul {
    display: none;
}
.top-menu ul li:hover ul.sub-menu li {
    position: relative;
}
.top-menu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}
.top-menu .sub-menu li.current-menu-item a {
    color: #fff;
}
.top-menu .sub-menu li a:after {
    display: none;
}
.top-menu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}
.top-menu .sub-menu li a {
    float: left;
    font-size: 15px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
    text-transform: capitalize;
    text-align: left;
}
.top-menu .sub-menu li a:hover {
    background-color: #fcb740;
    color: #fff;
}
.top-right .lang-list a.glink.gt-current-lang span {
    color: #5915d0;
}
.hdr-btn {
    padding: 0 15px 0 0;
}
.hdr-btn a {
    color: #5915d0;
    text-decoration: underline;
}
.hdr-btn a:hover {
    color: #f6ab30;
}
.top-call {
    max-width: 305px;
    position: relative;
}
.alignright {
    display: inline;
    float: right;
    margin: 0 0 15px 25px;
}
.alignleft{
    margin: 0 25px 15px 0;
}
.alignnone, .aligncenter{
    margin: 0 auto 15px;
}

#menu-header-main-menu-1>li>ul.sub-menu{
    width: 230px;
    max-width: 230px;
    max-height: 333px;
    overflow-y: scroll;
    overflow-x: initial;
}


.logo-right .top-menu ul li ul.sub-menu::-webkit-scrollbar-track, .logo-right .top-menu ul li ul.sub-menu::-webkit-scrollbar, .logo-right .top-menu ul li ul.sub-menu::-webkit-scrollbar-thumb {
    display: none;
} 


/* Common Styling */
a.cmn-btn {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    background-color: #fcb740;
    color: #fff;
    padding: 22px 75px 22px 35px;
    position: relative;
    border: 1px solid;
    line-height: 1;
}
a.cmn-btn.btm {
    background-color: transparent;
    border: 1px solid #5915d0;
    color: #5915d0;
}
a.cmn-btn::before {
    position: absolute;
    content: "";
    background-image: url(./images/hm-sprites.webp);
    background-position: -377px -10px;
    width: 40px;
    height: 45px;
    top: 0;
    right: 15px;
    margin: auto;
    bottom: -5px;
}
a.cmn-btn:hover {
    border: 1px solid #5915d0;
    background: transparent;
    color: #5915d0;
}
a.cmn-btn.btm:hover {
    background-color: #fcb740;
    color: #fff;
    border: 1px solid;
}
.text-heading {
    font-family: var(--headingFont);
    font-weight: 600;
    font-size: 62px;
    color: #5915d0;
    line-height: 1.09;
    margin: 0 0 40px 0;
}
.text-heading span {
    color: #fcb740;
}
/* Mobile Menu Starts */
@media screen and (min-width: 992px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
}
.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .showhide {
        display: block;
    }
}
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #8f6cde;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}
.menu-top-menu-container {
    display: block;
    width: 100%;
}
.mobinav.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.mobinav ul {
    margin: 0 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: var(--bodyFont);
}
.mobinav a {
    width: 100%;
    padding: 0;
    display: block;
    line-height: normal;
    color: #fff;
    /* font-size: 18px; */
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: var(--bodyFont);
    border: 0;
    /* margin: 0 0 15px 0; */
    margin: 0 0 10px 0;
    text-decoration: none;
    text-align: left;
}
.mobinav .sub-menu a {
    font-size: 15px;
    margin-bottom: 8px;
}
.mobinav a:hover {
    color: #fcb740;
}
.mobinav ul li ul {
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.mobinav ul li .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 37px;
    z-index: 5;
}
.mobinav ul li .drop.open {
    width: 20px;
}
.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
    content: '';
    background-color: #fff;
    position: absolute;
}
.mobinav ul li .drop::before {
    /* width: 20px; */
    width: 18px;
    height: 2px;
    /* top: 16px; */
    top: 14px;
    right: 0;
}
.mobinav ul li .drop.close::after {
    width: 2px;
    /* height: 20px; */
    height: 17px;
    top: 7px;
    /* right: 10px; */
    right: 8.5px;
}
.mobile-menu-button-container {
    display: block;
}
@media screen and (min-width: 769px) {
    .mobile-menu-button-container {
        display: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}
/* Mobile Menu Ends */
@media screen and (max-width: 768px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
    
    .mobile-menu-button-container {
        border-top: 1px solid #ffcf02;
        background: #6023d3;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 0;
    }
    .logo {
        justify-content: center !important;
    }
    .mobile-menu-button-container a.mobi-call {
        width: 50%;
        justify-content: center;
        padding: 6px 8px;
        border-left: 1px solid #fff;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header-sec {
        padding: 20px 0 0 0 !important;
    }
    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: #6023d3;
        width: 50%;
    }
    .mobile-menu-button-container button.mobileMenuToggle svg {
        width: 22px;
        height: 15px;
    }
    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-family: var(--headingFont) !important;
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #fff;
    }
    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }
    button.showhide {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .header-sec {
        padding: 20px 0 0 0 !important;
        background-color: #fff !important; border: 1px solid #ffcf02; border-bottom: 0;
    }
    
}
@media screen and (max-width: 680px) {
    .scl-rgt a:before {
        transform: scale(0.6);
        top: 0;
    }
    .ftr-loc p::before {
        bottom: inherit !important;
        right: 0;
    }
    .ftr-loc p {
        padding-left: 0 !important;
        padding-top: 45px;
        max-width: 300px;
    }
}
@media screen and (max-width: 480px) {
    .so-mobilenav-standard+* {
        display: block !important;
    }
    .menu-mobilenav-container,
    ul#mobile-nav-item-wrap-3 {
        display: none !important;
    }
}
/* HomePage Form Section Starts */
/* HomePage Form Section Starts */
.hm-form-sec {
    padding: 30px 0 0;
    background-image: url('./images/footer-inner-bg.webp');
    background-repeat: no-repeat;
    background-position: left;
}
.home .hm-form-sec {
    background-image: url('./images/hm-form-bnr.webp');
}
.top-frm-sec {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.top-lftfrm-sec {
    width: 45%;
    text-align: center;
    position: relative;
    margin: 0 0 30px;
}
.top-lftfrm-sec::before {
    position: absolute;
    content: '';
    background-image: url(./images/hm-sprites.webp);
    background-position: -58px -431px;
    width: 56px;
    height: 63px;
    top: -65px;
    left: 135px;
}
.top-lftfrm-sec p img {
    margin:0 auto 30px;
    max-width: 360px;
    width: 100%;
}
.top-lftfrm-heading {
    font-size: 32px;
    font-weight: 500;
    color: #5915d0;
    margin: 0 0 15px;
}
.lftfrm-number a {
    font-size: 30px;
    color: #20054f;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 50px;
    display:inline-block;
    line-height: 1;
}
.lftfrm-number a::before {
    position: absolute;
    content: '';
    background-image: url('./images/hm-sprites.webp');
    background-position: -298px -10px;
    width: 60px;
    height: 60px;
    top:-15px;
    left: -5px;   
    margin:0;
    transform: scale(0.55);
}
.top-rgtfrm-sec {
    width: 47%;
    background-color: #5d1bd2;
    padding: 15px 35px;
    margin-left: 20px;
    position: relative;
    z-index: 5;
}
.top-rgtfrm-sec .text-heading {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
   font-size: 50px;
}
.text-heading {
    font-family: var(--headingFont);
    font-weight: 600;
    font-size: 62px;
    color: #5915d0;
    line-height: 1.09;
    margin: 0 0 40px 0;
}
.text-heading span {
    color: #fcb740;
}
.top-rgtfrm-sec p {
    font-size: 19px;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 15px 0;
}
.hm-form-sec select.large.gfield_select,
.top-lft-form select.large.gfield_select {
    height: 62px !important;
    padding: 22px 20px 15px !important;
}
.hm-form-sec .gform-theme--foundation .gfield input.large,
.hm-form-sec .gform-theme--foundation .gfield select.large {
    font-family: var(--bodyFont);
    font-weight: 500;
    font-size: 15px !important;
    line-height: 1;
    padding: 12px 15px !important;
    color: #230061 !important;
    border: 0;
    border-radius: 0px;
    outline: 0;
    height: auto;
}
.hm-form-sec .gform-theme--foundation .gfield select.large {
    padding: 15px 15px 12px !important;
    height: 45px !important;
}
.hm-form-sec .gform-theme--foundation .gfield input.large::placeholder,
.hm-form-sec .gform-theme--foundation .gfield select.large::placeholder {
    color: #5915d0;
}
.hm-form-sec .gfield textarea.large {
    height: 100px !important;
    border-radius: 0px;
    font-family: var(--bodyFont);
    font-weight: 500;
    font-size: 15px !important;
    padding: 12px 15px !important;
    color: #5915d0 !important;
    border: 0;
    outline: 0;
    resize: none;
    background-color: #fff;
    margin-bottom: 35px;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield_label {
    font-family: var(--bodyFont);
    font-weight: 700;
    font-size: 18px !important;
    line-height: 1;
    margin: 10px 0;
    color: #fff !important;
}
.hm-form-sec .gform-theme--foundation .gfield textarea.large {
    min-block-size: 18rem;
    min-height: auto;
    margin: 0 0 15px;
}
.hm-form-sec .form-links a,
.hm-form-sec .gfield-choice-input+label {
    font-family: var(--bodyFont) !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0px;
    color: #000 !important;
}
.hm-form-sec .gchoice {
    margin: -10px 0 0 0;
}
.hm-form-sec .form-links a {
    cursor: pointer;
    text-decoration: none;
}
.hm-form-sec .form-links a:hover {
    color: #eee;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: -2px 5px 0px 0 !important;
    width: 15px !important;
    height: 15px !important;
}
.hm-form-sec .gform_fields {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 18px;
}
.hm-form-sec .gform_footer {
    margin: 0 !important;
    padding: 0;
}
.hm-form-sec #field_submit,
.hm-form-sec .gform_footer {
    display: flex;
    justify-content: center;
}
.hm-form-sec .gform_footer input[type="submit"]:hover,
.top-lft-form input#gform_submit_button_2:hover {
    background: #fff !important;
    color: #fcb740 !important;
    background-image: url(./images/hov-frm-btn.webp) !important;
    background-position: center right 10px !important;
    background-repeat: no-repeat !important;
    background-size: auto 65% !important;
}
.hm-form-sec .gform_footer input[type="submit"] {
    background-image: url(./images/form-btn.webp) !important;
    background-position: center right 10px !important;
    background-repeat: no-repeat !important;
    background-size: auto 65% !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    text-transform: capitalize !important;
    background-color: #fcb740 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding:14px 45px 14px 20px !important;
    position: relative !important;
    border: 1px solid transparent !important;
    text-align: center !important;
}
.hm-form-sec .gform_footer input[type="submit"]::before {
    position: absolute;
    content: "";
    background: red;
    width: 34px;
    height: 39px;
    top: 0;
    right: 15px;
    margin: auto;
    bottom: 0;
}
.hm-form-sec .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) span {
    display: none !important;
}
.hm-form-sec .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}
.hm-form-sec .gform_footer input[type="submit"]:hover {
    background-color: transparent;
    border: 1px solid #fff;
}
.hm-form-sec div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}
.hm-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}
.hm-form-sec .gfield_description.validation_message.gfield_validation_message {
    top: 35px !important;
}
.top-rgtfrm-sec .gfield_description.validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message,
.gfield_description.validation_message.gfield_validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 75px;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
    justify-content: center;
}

.hm-form-sec .gform-theme--foundation .gform_fields{row-gap: 15px !important; column-gap: 15px !important;}


/* HomePage Form Section Ends */
.site-footer {
    background-image: url(./images/ftr-bnr.webp);
    padding: 80px 0 0px;
    color: #fff;
    margin-top: -90px;
    background-position: top center;
    background-size: cover;
    position: relative;
    background-image: linear-gradient(to right, #5a15d0, #6733d4, #7a60da);
    clip-path: polygon(0 12%, 77% 0, 100% 15%, 100% 100%, 0 100%, 0 18%);
}
.page-id-2847 .site-footer {
    margin-top: -70px;
}
.ftr-top {
    display: flex;
    width: 100%;
    align-items: center
}
.ftr-top-lft {
    width: 58%;
}
.ftr-top-rgt {
    width: 42%;
}
.top-lft-form {
    margin-bottom: 20px;
}
.top-lft-form form#gform_3 {
    display: flex;
    justify-content: space-between;
}
.top-lft-form .gform-theme--foundation .gfield input.large,
.top-lft-form .gform-theme--foundation .gfield select.large {
    font-family: var(--bodyFont);
    font-weight: 500;
    font-size: 17px !important;
    line-height: 1;
    padding: 19px 20px !important;
    color: #230061 !important;
    border: 0;
    border-radius: 0px;
    outline: 0;
    height: auto;
}
.top-lft-form .gform_body.gform-body {
    width: 80%;
}
.top-lft-form .gform_footer.top_label {
    width: 33%;
    margin-top: 0;
}
.top-lft-form form#gform_2 {
    display: flex;
    gap: 15px;
}
.top-lft-form input#gform_submit_button_2 {
    background-image: url(./images/form-btn.webp) !important;
    background-position: center right 20px !important;
    background-repeat: no-repeat !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    display: block !important;
    text-transform: capitalize !important;
    background-color: #fcb740 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    line-height: 1 !important;
    padding: 19px 77px 19px 36px !important;
    position: relative !important;
    border: 1px solid transparent !important;
    margin: 0 !important;
    height: 62px;
}
.top-lft-form .gform_wrapper .gfield {
    position: relative;
}
.top-lft-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
.top-lft-form .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 3px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.top-lft-form input#gform_submit_button_3:hover {
    background-color: transparent;
    border: 1px solid #fff;
}
.top-lft-form .gform_wrapper.gravity-theme .gform_footer,
.top-lft-form .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0 !important;
    padding: 0 !important;
}
.top-lft-form .gform_wrapper .gform_validation_errors {
    display: none;
}
.top-lft-form .gravity-theme .gfield {
    position: relative;
}
.top-lft-form .gform_wrapper.gravity-theme .gfield_description {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.ftr-top-lft .text-heading {
    color: #fff;
    margin: 0 0 15px;
}
.ftr-top-lft p {
    font-size: 20px;
    margin: 0 0 35px;
    line-height: 2.2;
    color: #fff;
}
.ftr-trail-btn a.cmn-btn {
    padding: 15px 60px;
}
.ftr-trail-btn a.cmn-btn:before {
    display: none;
}
.ftr-trail-btn a.cmn-btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.socl-icons {
    display: flex;
    justify-content: flex-start;
    gap: 46px;
    align-items:flex-start;
}
.footer-menu-top {
    padding: 35px 0;
}
.footer-menu-top .socl-icons {
    justify-content: center;
    align-items: center;
}
.scl-lft {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 4px;
    transform: scale(0.85);
    margin: 0 0 0 -10px;
}
.scl-lft a {
    font-size: 0;
    width: 54px;
    height: 63px;
    background-image: url('./images/hm-sprites.webp');
    position: relative;
}
a.fb:hover {
    background-position: -10px -280px;
}
a.linkedin:hover {
    background-position: -72px -279px;
}
a.pinterest:hover {
    background-position: -134px -279px;
}
a.youtube:hover {
    background-position: -196px -278px;
}
a.instagram:hover {
    background-position: -258px -280px;
}
a.fb {
    background-position: -10px -352px;
}
a.linkedin {
    background-position: -72px -351px;
}
a.pinterest {
    background-position: -134px -351px;
}
a.youtube {
    background-position: -196px -351px;
}
a.instagram {
    background-position: -259px -352px;
}
.scl-rgt {
    position: relative;
    padding-left: 80px;
}
.scl-rgt p {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    color: #ffcf01;
    margin: 0;
    line-height: 1;
}
a.scl-rgt-phn {
    font-size: 37px;
    font-weight: 600;
    line-height: 1.1;
    margin:0;
    color: #fff;
    display: inline-block;
}
a.scl-rgt-phn:hover,
.lftfrm-number a:hover {
    color: #f6ab30;
}
.scl-rgt a:before {
    position: absolute;
    content: '';
    background-image: url('./images/hm-sprites.webp');
    background-position: -298px -10px;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    margin: auto;
}
.site-footer-btm {
    display: flex;
    border-top: 1px solid #936fe1;
    justify-content: space-between;
    gap: 70px;
    padding: 35px 20px 20px 100px;
}
.ftr-btm-lft {
    width: 23%;
}
.ftr-logo {
    margin-bottom: 20px;
}
.ftr-logo img{max-width: 260px;}
.loc-text {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 20px 0;
    line-height: 1;
    color: #fff;
}
.ftr-loc p {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    color: #fff;
    margin: 0 0 15px 0;
}
.ftr-loc p::before {
    position: absolute;
    content: '';
    background-image: url('./images/hm-sprites.webp');
    background-position: -444px -32px;
    width: 26px;
    height: 36px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.ftr-btm-rgt {
    width: 46%;
}
.ftr-menu {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.translated-ltr .ftr-menu {
    gap: 15px;
}
.ftr-menu ul.sub-menu {
    display: flex;
    flex-direction: column;
}
.ftr-menu ul {
    /* padding: 25px 0 15px; */
    padding: 18px 0 0;
    margin: auto;
}
.ftr-menu ul.sub-menu li {
    margin-bottom: 30px
}
.ftr-menu ul.sub-menu li:last-child {
    margin: 0
}
.ftr-menu h4, .ftr-menu span {
  display:block;
    color: #fff;
    font-family: var(--bodyFont);
    /* font-size: 22px; */
     font-size: 20px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin: 0 !important;
}
.ftr-menu ul li {
    /* margin: 0 0 20px 0; */
    margin: 0 0 14px 0;
}
.ftr-menu ul li a {
    /* font-size: 18px; */
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    display: block;
    color: #fff;
    text-align: left;
}
.ftr-menu ul li a::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 13px;
    background-color: #f8c469;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    top: 5px;
    left: 0px;
}
.ftr-menu ul li a:hover {
    color: #f8c469;
}
.copyrights {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #936fe1;
}
.copyrightmenu ul {
    margin: 0;
}
.copyrightmenu ul li {
    display: inline-block;
    margin: 0;
}
.copyrights p,
.copyrightmenu ul {
    margin: 0 0 8px 0;
}
.copyrights p,
.copyrights a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
}
.copyrightmenu ul li a {
    line-height: 1;
    border-right: 1px solid #fff;
}
.copyrightmenu ul li a:hover {
    color: #f8c469;
}
.copyrightmenu ul li:last-child a {
    border: none;
}
.copyrights a {
    display: inline-block;
    padding: 0 8px;
}
 .cpy-inr, .ftrlink, .growthalb {
    display: inline-block;
} 
.translated-ltr .top-hdr h6, .translated-ltr .top-hdr span {
    font-size: 17px;
}
.translated-ltr .top-call h6, .translated-ltr .top-call span {
    letter-spacing: normal;
    font-size: 15px;
}
.translated-ltr .logo {
    max-width: 300px;
    padding-top: 10px;
}
.translated-ltr .top-menu {
    margin: 15px 0 0;
}
.translated-ltr .top-call {
    max-width: 270px;
}

.hm-form-sec.info .top-frm-sec{align-items: center;}

.bcktop-btn {
    position: fixed;
    bottom:5px;
    right: 5px;
    width: 40px; display: none; z-index: 999; border: 1px solid #fff; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; overflow: hidden;}
@media screen and (max-width: 1800px) {
    .header-sec .container {
        max-width: 1600px;
    }
}
@media screen and (max-width: 1900px) {
    .header-sec .container {
        max-width: 1700px;
    }
}
@media screen and (max-width: 1700px) {
    .header-sec .container {
        max-width: 1440px;
    }
    .top-menu ul li {
        margin: 0 40px 0 0;
    }
    .lang-list #topswitchBox {
        transform: scale(0.9);
    }
    .translated-ltr .top-menu ul li {
        margin: 0 22px 0 0;
    }
    .translated-ltr .top-menu ul li a {
        font-size: 19px;
    }
    .translated-ltr .top-right {
        gap: 20px;
    }
    .translated-ltr .top-hdr p a {
        font-size: 30px;
        padding-left: 50px;
    }
    .translated-ltr .top-hdr p a::before {
        transform: scale(0.7);
        left: 0;
    }
    .translated-ltr .lang-list {
        gap: 5px;
    }
    .grnt-btm-sec {
        width: 90%;
    }
}
@media screen and (max-width: 1500px) {
    .header-sec .container {
        max-width: 1200px;
    }
    .logo {
        max-width: 240px;
    }
    .translated-ltr .logo {
        max-width: 230px;
    }
    .translated-ltr .top-call h6,  .translated-ltr .top-call span {
        padding-left: 40px;
    }
    .translated-ltr .top-call {
        max-width: 210px;
    }
    .top-menu ul li a {
        font-size: 17px;
    }
.top-menu ul li {
    margin: 0 30px 0 0;
}
    .top-menu {
        margin: 15px 0 0; 
    }
    .translated-ltr .top-hdr p a {
        font-size: 20px;
        padding-left: 40px;
    }
    .translated-ltr .lang-list {
        gap: 0;
    }
    .translated-ltr .top-right {
        gap: 15px;
    }
    .translated-ltr .top-hdr h6 {
        font-size: 14px;
    }
    .translated-ltr .top-menu ul li a {
        font-size: 17px;
    }
    .translated-ltr .top-menu ul li {
        margin: 0 11px 0 0;
    }
    .translated-ltr .top-hdr p a::before {
        transform: scale(0.6);
        left: -7px;
    }
    .scl-rgt a:before{transform:scale(0.8);}
    .ftr-btm-lft{width: 26%;}
.ftr-btm-rgt {
    width: 51%;
}
    .ftr-menu{gap: 40px;}
    .site-footer-btm{gap: 65px;}
}
@media screen and (max-width: 1240px) {
    .lang-list {
        justify-content: center;
    }
    .translated-ltr .top-right {
        gap: 0;
    }
    .translated-ltr .logo img.wmu-preview-img {
        width: 100%;
        max-width: 220px;
    }
    .translated-ltr .top-menu ul li {
        margin: 0 5px 0 0;
    }
    .translated-ltr .top-menu ul li a {
        font-size: 14px;
    }
    .logo {
        max-width: 220px;
    }
  .logo-container {
    align-items: center;
}
    .translated-ltr .logo {
        max-width: 210px;
    }
    .translated-ltr .top-menu {
        margin: 15px 0 0;
    }
.ftr-btm-rgt {
    width: 53%;
}
    .ftr-menu{gap: 24px;}
    .site-footer-btm{gap: 55px;}
    .hm-form-sec .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){font-size: 15px !important;}
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .logo img.wmu-preview-img {
        width: 100%;
        max-width: 250px !important;
    }
    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }
    .translated-ltr .logo {
        max-width: 100%;
    }
    .top-menu,
    .top-rit {
        display: none;
    }
    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }
    .tab-call span.text {
        color: #fff;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: var(--headingFont);
        display: inline-block;
    }
    button.showhide {
        background: #ffcf02;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0px 10px;
        border-radius: 5px;
    }
    span.menuBar.menuBar-3 {
        margin: 0;
    }
    button.showhide span {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
    }
    .header-sec {
        position: fixed;
        background-color: #e1ddf8;
        padding: 10px 10px;
        width: 100%;
    }
    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }
    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #fcb740;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }
    .head-sec.f-nav{background: #fde1b1 !important;} 
    .bcktop-btn{display: block;}
}
@media screen and (max-width:1500px) {
 
    .socl-icons {
        padding-top: 35px !important;
    }
    .top-rgtfrm-sec {
        margin: 10px;
        padding:20px 30px;
    }
    .top-rgtfrm-sec .text-heading {
        margin: 0 0 10px 0;
    }
    .top-rgtfrm-sec p {
        font-size: 17px;
        margin: 0 0 10px;
    }
    .site-footer {
        padding: 50px 0 0px;
        margin-top: -85px;
    }
    .page-id-2847 .site-footer {
        margin-top: -30px;
    }
    .ftr-top-lft p {
        font-size: 17px;
        margin: 0 !important;
    }
    .ftr-top-lft .text-heading {
        font-size: 50px;
        margin: 0 0 30px;
    }
    .scl-rgt {
        padding-left: 60px;
    }
    a.scl-rgt-phn {
        font-size: 35px;
    }
    .scl-rgt:before {
        transform: scale(0.8);
        left: -4px;
    }
    .top-lft-form .gform_wrapper.gravity-theme .gfield input.large,
    .top-lft-form .gform_wrapper.gravity-theme .gfield select.large {
        padding: 16px 20px !important;
    }
    .top-lft-form input#gform_submit_button_3 {
        font-size: 19px;
        padding: 19px 77px 18px 36px;
    }
 
    .loc-text {
        font-size: 30px;
        margin: 0 0 17px 0;
    }
    .ftr-menu h4, .ftr-menu span {
        margin-bottom: 0;
    }
    .ftr-menu ul.sub-menu li {
        margin-bottom: 25px !important;
    }
    .hm-form-sec .gform_fields.top_label.form_sublabel_below.description_below.validation_below {
        grid-column-gap: 15px;
        grid-row-gap: 20px;
    }
    .ftr-menu ul {
        padding: 17px 0 0 !important;
    }
.site-footer-btm {
    padding: 30px 20px 14px 60px;
}
    .hm-form-sec .gform-theme--foundation .gfield textarea.large {
        margin-bottom: 0 !important;
    }
    .ftr-menu ul li {
        margin: 0 0 16px 0;
    }
    .ftr-menu ul li {
        margin: 0 0 12px;
    }
    .hm-form-sec .gform-theme--foundation .gfield input.large, .hm-form-sec .gform-theme--foundation .gfield select.large{padding: 12px 20px !important;}
    .hm-form-sec .top-rgtfrm-sec.info .gform-theme--foundation .gfield input.large, .hm-form-sec .top-rgtfrm-sec.info .gform-theme--foundation .gfield select.large{color: #5915d0 !important;}
    .hm-form-sec .gform-theme--foundation .gfield select.large{height: auto !important; padding:16px 20px 15px !important;}
    .hm-form-sec .gform-theme--foundation .gform_fields{row-gap: 15px !important;}
}
@media screen and (max-width: 1440px) {
    .top-menu ul li {
        margin: 0 30px 0 0;
    }
    .logo img.wmu-preview-img {
        width: 100%;
        max-width: 300px;
    }
    .scl-rgt a:before {
        transform: scale(0.7);
        top: -1px;
    }
    .top-hdr p a::before {
        transform: scale(0.9);
    }
    .ftr-btm-lft {
        width: 27%;
    }
}
@media screen and (max-width:1240px) {
    .top-right {
        gap: 25px;
    }
    .header-sec .container {
        max-width: 970px;
        padding: 0;
    }
    .banner-sec {
        padding: 130px 0 60px;
    }
    .top-hdr h6, .top-hdr span {
        font-size: 16px;
    }
    .top-call h6, .top-call span {
        letter-spacing: normal;
        padding-left: 50px;
        font-size: 13px;
    }
    .hdr-btn {
        padding: 0;
    }
    .top-menu {
        margin: 10px 0;
        text-align: right;
    }
    .top-menu ul li {
    margin: 0 7px 0 0;
}
    .top-menu ul li a {
        font-size: 16px;
    }
    .top-hdr p a {
        font-size: 21px;
        padding-left: 50px;
    }
    .logo img.wmu-preview-img {
        max-width: 265px;
    }
    .top-hdr p a::before {
        transform: scale(0.7);
        left: 0;
    }
    .lang-list #topswitchBox {
        transform: scale(0.8);
    }
    .lang-list {
        gap: 0;
    }
    .lang-list img {
        transform: scale(0.85);
    }
    .top-hdr {
        gap: 10px;
    }
    .translated-ltr .hm-form-sec .gform_footer input[type="submit"] {
        padding: 18px 74px 18px 35px !important;
        font-size: 19px;
        margin: 0;
    }
   /* .top-lftfrm-heading {
        font-size: 35px;
    }
    .lftfrm-number a {
        padding: 45px 0 0;
        font-size: 45px;
    }
    .lftfrm-number a::before {
      
        top: -5px;
    }
    .top-rgtfrm-sec p {
        font-size: 15px;
        margin: 0 0 20px 0;
    }
    .hm-form-sec .gform_wrapper.gravity-theme .gfield input,
    .hm-form-sec .gform_wrapper.gravity-theme .gfield select {
        padding: 15px !important;
        font-size: 16px !important;
    }
    .top-lft-form select#input_3_2,
    .top-rgtfrm-sec select#input_2_10 {
        height: 52px;
    }
    .hm-form-sec .gform_wrapper.gravity-theme .gfield_label {
        font-size: 16px !important;
        margin: 5px 0 !important;
    }
    .hm-form-sec .gform_footer input[type="submit"] {
        padding: 18px 82px 18px 42px !important;
        font-size: 19px;
        margin: 0;
    }
    .hm-form-sec .gform-theme--foundation .gfield input.large,
    .hm-form-sec .gform-theme--foundation .gfield select.large {
        font-size: 16px !important;
        padding: 14px 20px !important;
    }
    .hm-form-sec select.large.gfield_select,
    .top-lft-form select.large.gfield_select,
    .top-lft-form input#gform_submit_button_2 {
        height: 52px !important;
        padding: 0 45px !important;
    }
    .hm-form-sec .gform_fields.top_label.form_sublabel_below.description_below.validation_below {
        grid-column-gap: 15px;
        grid-row-gap: 20px;
    }
    .hm-form-sec .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
        font-size: 15px !important;
        margin-bottom: 0;
    }
    .top-lft-form input#gform_submit_button_2 {
        padding: 0 60px 0 16px !important;
        font-size: 19px !important;
    }
    .top-lft-form .gform-theme--foundation .gfield input.large {
        padding: 14px 20px !important;
    }
    .top-lft-form .gform-theme--foundation .gfield select.large {
        padding: 20px 15px 15px !important;
    }
    .top-lftfrm-sec p img {
        transform: scale(0.9);
       
    }
    .hm-form-sec .gfield textarea.large {
        margin-bottom: 0;
    }
    .top-rgtfrm-sec .text-heading {
        font-size: 52px;
    }
    .ftr-top-lft .text-heading {
        font-size: 40px;
        margin: 0 0 20px;
    }*/
    .scl-lft {
        gap: 0px;
        transform: scale(1);
        margin: 0;
    }
    .scl-lft a {
        transform: scale(0.8);
    }
    .top-lft-form .gform_wrapper.gravity-theme .gfield input.large {
        padding: 15px !important;
    }
    .top-lft-form .gform_wrapper.gravity-theme .gfield select.large {
        padding: 14px !important;
    }
    .top-lft-form input#gform_submit_button_3 {
        font-size: 17px;
        padding: 17px 77px 18px 25px;
    }
    .top-lft-form {
        margin-bottom: 20px;
    }
    .ftr-top-lft p {
        margin: 0 10px 30px 0;
    }
    .socl-icons {
        gap: 20px;
    }
    a.scl-rgt-phn {
        font-size: 29px;
    }
    .scl-rgt p {
        font-size: 15px;
    }
    .ftr-btm-lft {
        width: 30%;
    }
    .ftr-loc p {
        font-size: 16px;
        padding-left: 32px;
        text-align: left;
    }
    .ftr-loc p::before{
        transform: scale(0.9);
    }
    .ftr-menu h4, .ftr-menu span {
        margin-bottom: 25px;
        font-size: 20px;
    }
    .translated-ltr .ftr-menu h4, .translated-ltr .ftr-menu span {
        margin-bottom: 25px;
        font-size: 25px;
    }
    .ftr-menu ul.sub-menu li {
        margin: 0 0 25px 0;
    }
    .ftr-menu ul li a {
        font-size: 16px;
        margin-bottom: 0 !important;
    }
    .ftr-menu ul.sub-menu {
        margin: 0;
    }
    .ftr-logo {
        margin-bottom: 15px;
    }
 
    .ftr-menu ul li {
        margin: 0 0 10px !important;
    }
    .copyrights a {
        padding: 0 7px;
    }
    .ftr-menu ul {
        padding: 20px 0 0 !important;
    }
    .ftr-top {
        margin: 0 0 20px 0;
    }
    .site-footer-btm {
        padding: 36px 20px 10px 15px;
    }
    .ftr-menu ul li a::before {
        width: 10px;
        height: 11px;
    }
    .copyrights {
        padding: 15px;
    }
    .copyrights p,
    .copyrights a {
        font-size: 18px;
    }
    .translated-ltr .logo {
        max-width: 190px;
    }
    .translated-ltr .lang-list a.glink.gt-current-lang,
    .translated-ltr .lang-list a.notranslate.glink.nturl.gt_raw_link-xxjexk {
        gap: 5px;
    }
    .translated-ltr .lang-list a {
        font-size: 16px;
    }
    .translated-ltr .lang-list {
        margin: 0 10px 0 0;
    }
    .scl-rgt a:before{top: -5px;}
    .ftr-logo img{max-width: 230px;}
    .top-rgtfrm-sec .text-heading{font-size: 42px;}
    .top-rgtfrm-sec{padding: 15px 20px ;}
    .top-rgtfrm-sec p{font-size: 15px;}
    .footer-menu-top{padding: 30px 0;}
}
@media screen and (max-width:991px) {
    .top-frm-sec {
        display: flex;
        flex-direction: column;
    }
    .top-lftfrm-sec {
        max-width: 420px;
        margin: auto;
        width: 100%;
    }
    .top-lftfrm-heading {
        margin: 0 0 15px;
        font-size: 30px;
    }
    .lftfrm-number a{font-size: 27px;}
    .top-rgtfrm-sec p br {
        display: none;
    }
    .top-rgtfrm-sec,
    .ftr-top-lft {
        width: 100%;
        margin-bottom: 20px;
    }
    .site-footer {
        margin: 0;
        background-color: #5d1bd2;
        background-image: none;
        padding: 50px 0 0;
    }
    .hm-form-sec {
        padding: 50px 0;
    }
    .ftr-top {
        display: flex;
        flex-direction: column-reverse;
    }
    .ftr-top-rgt {
        width: 100%;
        max-width: 400px;
    }
    .site-footer-btm {
        flex-direction: column;
        padding: 30px 0 0;
    }
    .ftr-logo {
        margin-bottom: 20px;
    }
    .ftr-btm-lft {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 22px;
    }
    .ftr-btm-rgt {
        width: 100%;
    }
    .ftr-top {
        margin: 0;
    }
    .socl-icons,
    .ftr-menu {
        flex-direction: column;
        max-width: 320px;
        margin: auto;
        gap: 0;
    }
    .ftr-menu h4, .ftr-menu span {
        margin-bottom: 10px !important;
    }
    .ftr-menu ul li:last-child {
        margin: 0;
    }
    .site-footer-btm {
        padding: 25px 0 0;
        gap: 0;
    }
    .ftr-menu-one, .ftr-menu-two, .ftr-menu-three, .ftr-loc-itm{
        border: 1px solid #fff;
        padding: 20px;
        margin-bottom: 22px;
    }
    .ftr-menu-one,
    .ftr-menu-two,
    .ftr-menu-three {
        padding: 20px !important;
        text-align: center;
    }
    .ftr-menu ul{display: inline-block;}
    .ftr-loc-itm {
        margin: 0;
    }
    .copyrights {
        padding: 10px 0;
    }
    .copyrights p,
    .copyrights a {
        font-size: 15px;
    }
    .top-rgtfrm-sec {
        margin: 0;
        padding: 20px;
    }
    .copyrights p,
    .copyrightmenu ul {
        margin: 0 0 5px 0;
    }
    .copyrights a {
        padding: 0 3px;
    }
    .ftr-menu ul {
        padding: 0 !important;
    }
    .top-lft-form input#gform_submit_button_2 {
        height: 52px !important;
        padding: 0 87px 0 30px !important;
    }
    .translated-ltr .logo {
        max-width: 100%;
    }
    .socl-icons {
        gap: 0px;
    }
    .lftfrm-number a::before{transform: scale(0.5);}
    .ftr-trail-btn{margin: 15px auto 0;}
    .ftr-logo img{margin: 0 auto;}
    .site-footer{clip-path: polygon(0 8%, 77% 0, 100% 8%, 100% 100%, 0 100%, 0 18%);}
    .footer-menu-top{padding: 30px 0 50px;}
    .top-lftfrm-sec p img{margin:0 auto;}
}
@media screen and (max-width:767px) {
    .top-lft-form form#gform_2 {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-direction: column;
    }
    .hm-form-sec select.large.gfield_select,
    .top-lft-form select.large.gfield_select,
    .top-lft-form input#gform_submit_button_2 {
        padding: 0 76px 0 45px !important;
    }
    .ftr-menu ul.sub-menu {
        margin: 0;
        padding: 15px 0 0 !important;
    }
    .ftr-menu ul {
        padding: 0 !important;
    }
    .hm-form-sec .gform_footer input[type="submit"] {
        padding: 18px 75px 18px 32px !important;
        font-size: 18px !important;
    }
    .top-lft-form .gform_footer.top_label {
        display: flex;
        justify-content: center;
    }
    .gform_fields.top_label.form_sublabel_below.description_below.validation_below {
        grid-row-gap: 20px;
    }
    .site-footer{clip-path: polygon(0 7%, 77% 0, 100% 7%, 100% 100%, 0 100%, 0 18%);}
    .footer-menu-top{padding: 20px 0 40px;}
}
@media screen and (max-width:640px) {
    .container {
        max-width: 100%;
        padding: 10px;
    }
    .top-lftfrm-sec {
        width: 100%;
    }
    .hm-form-sec .gform_footer input[type="submit"] {
        padding: 15px 64px 15px 25px !important;
    }
    .ftr-top-lft .text-heading {
        font-size: 33px;
        text-align: center;
    }
   
    .top-rgtfrm-sec .text-heading {
        font-size: 39px;
    }
    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1 !important;
    }
    .ftr-top-lft p {
        margin: 0 0 20px 0;
    }
    .top-lft-form form#gform_3 {
        flex-direction: column;
    }
    .top-lft-form .gform_body.gform-body,
    .top-lft-form .gform_footer.top_label {
        width: 100%;
    }
    .top-lft-form input#gform_submit_button_3 {
        margin: 15px auto !important;
    }
    .top-lftfrm-sec p img{margin: 0 auto;}
    .top-frm-sec{gap: 20px;}
}
@media screen and (max-width:580px) {
    .site-footer{clip-path: polygon(0 5%, 75% 0, 100% 5%, 100% 100%, 0 100%, 0 18%);}
    .socl-icons{padding-top: 10px !important;}
}
@media screen and (max-width:480px){
    .top-lftfrm-heading{ font-size: 26px;}
}
@media screen and (max-width:390px) {
    .translated-ltr .banner-btm-cont h3 br,  .translated-ltr .banner-btm-cont h2 br{display: none;}
}

@media screen and (max-width:360px) {
    .guarante-sec {
        padding: 30px 0 20px !important;

    }
    .top-lftfrm-heading{ font-size:22px;}
    .bcktop-btn {width: 35px;}
}
@media screen and (max-width:1900px) {
    .guarante-sec h2 {
        font-size: 59px;
    }
}
@media screen and (max-width:1800px) {
    .guarante-sec h2 {
        font-size: 56px;
    }
    .grnt-btm-sec {
        width: 90%;
    }
}
@media screen and (max-width:1700px) {
    .guarante-sec h2 {
        font-size: 50px;
    }
    .guarante-sec p {
        font-size: 18px !important;
    }
    .grnt-btm-sec {
        width: 85%;
        margin-top: -131px;
    }
    .ftr-menu ul li {
        margin: 0 0 15px;
    }
}
@media screen and (max-width:1600px) {
    .guarante-sec h4 {
        font-size: 25px;
    }
    .guarante-sec h2 {
        font-size: 40px;
    }
    .guarante-sec p {
        font-size: 17px !important;
    }
    .grnt-btm-sec {
        width: 87% !important;
        margin-top: -91px !important;
    }
    .grnt-btm-rit-sec {
        width: 50%;
    }
}
@media screen and (max-width:1440px) {
    .guarante-sec h4 {
        font-size: 23px;
        line-height: 2;
    }
    .guarante-sec h2 {
        font-size: 37px;
    }
    .guarante-sec p {
        font-size: 16px !important;
    }
    .grnt-btm-sec {
        width: 82% !important;
        margin-top: -53px !important;
    }
    .grnt-btm-rit-sec {
        width: 46%;
    }
    .guarante-sec .btn a {
        padding: 20px 74px 20px 27px;
    }
}
@media screen and (max-width:1240px) {
    .guarante-sec p br {
        display: none;
    }
    .guarante-sec h4 {
        font-size: 21px;
        line-height: 2;
    }
    .guarante-sec h2 {
        font-size: 31px;
    }
    .grnt-lft {
        width: 64%;
    }
    .grnt-btm-rit-sec {
        width: 44%;
    }
    .guarante-sec {
        padding: 50px 0 73px;
    }
    .grnt-btm-sec:before {
        background-image: unset;
    }
}
@media screen and (max-width:991px) {
    .grnt-lft {
        width: 85%;
        margin: auto;
    }
    .grnt-btm-rit-sec {
        position: inherit !important;
        right: 0;
        top: 0;
    }
    .grnt-lft {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .guarante-btn {
        justify-content: center;
    }
    .grnt-btm-sec,
    .grnt-btm-rit-sec {
        margin: 0 auto 15px !important;
    }
    .guarante-sec {
        padding: 50px 0;
    }
    .guarante-sec .btn {
        justify-content: space-around;
    }
    .grnt-whole {
        display: flex;
        padding-top: 50px;
        gap: 20px;
    }
    .grnt-btm-rit-sec {
        width: 45%;
        position: relative;
        border: 1px solid #5915d0;
    }
    .grnt-btm-sec {
        width: 55%;
        margin: 0;
    }
    .lang-list,
    .translated-ltr .lang-list {
        justify-content: start;
        gap: 20px;
    }
    .lang-list a.glink.gt-current-lang,
    .lang-list a.notranslate.glink.nturl.gt_raw_link-xxjexk {
        color: #fff;
    }
    a.mob-call {
        font-weight: 700;
        font-size: 23px;
    }
    .mobinav ul li:last-child a {
        margin-bottom: 0;
    }
    .lang-list a.glink.gt-current-lang,
    .lang-list a.notranslate.glink.nturl.gt_raw_link-xxjexk:hover {
        color: #fcb740;
    }
}
@media screen and (max-width:680px) {
    .guarante-sec h2 {
        font-size: 29px;
    }
    .guarante-sec h4 {
        font-size: 20px;
    }
    .guarante-sec p {
        line-height: 1.3;
    }
    .grnt-lft {
        width: 100% !important;
    }
    .guarante-sec .btn {
        justify-content: space-between;
    }
}
@media screen and (max-width:580px) {
    .guarante-sec h2 {
        font-size: 25px;
    }
    .guarante-sec h4 {
        font-size: 19px;
    }
    .guarante-btn {
        flex-direction: column-reverse;
        width: max-content;
        margin: auto;
        gap: 0 !important;
    }
}
@media screen and (max-width:480px) {
    .guarante-sec h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .guarante-sec h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .grnt-whole {
        flex-direction: column;
    }
    .grnt-btm-sec {
        width: 82%;
    }
    .grnt-btm-rit-sec {
        width: 100%;
    }
}


@media screen and (max-width: 480px) {
    .page_title h1, .page_title h2 {
        font-size: 35px;
    }
    .scl-lft a {
        transform: scale(0.7);
        margin: 0 0 0 -8px;
    }
    .ftr-loc p{font-size: 15px;margin: 0 0 10px 0;}
}
@media screen and (max-width: 420px) {
    .cpy-inr, .ftrlink, .growthalb{width: 100%; display: block; text-align: center;}
    .copyrights p, .copyrightmenu ul{text-align: center;}
    .copyrights .container{padding: 0;}

}