@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 34px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
    -moz-osx-font-smoothing: grayscale;
    /* Fixes font bold issue in Firefox version 25+ on Mac */
}

b,
strong {
    font-weight: 600 !important;
}

img {
    display: block;
    border: none;
    outline: none;
}

ul {
    list-style: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

textarea {
    overflow: auto;
}

input[type=text],
input[type=password],
input[type=submit],
input[type=reset],
textarea,
select {
    -webkit-appearance: none;
    border-radius: 0;
}

[type=button]:focus,
[type=submit]:focus,
button:focus {
    outline: none !important;
}

a {
    color: #3bb800;
    text-decoration: none;
}

a,
a:hover {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
    -moz-osx-font-smoothing: grayscale;
    /* Fixes font bold issue in Firefox version 25+ on Mac */
}

.elementor-element .elementor-widget-container,
.elementor-widget-icon-box .elementor-icon-box-description,
.elementor-widget-image-box .elementor-image-box-description {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
    -moz-osx-font-smoothing: grayscale;
    /* Fixes font bold issue in Firefox version 25+ on Mac */
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

.page-header .entry-title {
    display: none !important;
}

/*Form Section Start*/
.gform_wrapper.gravity-theme .gfield_label {
    font-family: "Roboto", sans-serif;
    font-size: 22px !important;
    line-height: 34px;
    font-weight: 400 !important;
    color: #000 !important;
    padding-top: 12px;
    margin-bottom: 12px;
}

.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: 22px !important;
    line-height: 34px !important;
    color: #000 !important;
    padding: 14px 20px !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #c5c5c5;
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 22px !important;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
    font-size: 15px !important;
    padding-top: 0 !important;
    color: #000;
}

.gform_wrapper.gravity-theme input[type=submit] {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    background: #8a540f;
    color: #fff;
    border-style: none;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 30px 12px 30px;
}

.gform_wrapper.gravity-theme input[type=submit]:hover {
    background: #d77610;
    color: #fff;
}

.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: center;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 5px 0 5px 35px !important;
    box-shadow: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
    inset-inline-start: 0 !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors h2 {
    color: red !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors:focus-visible {
    outline: none;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    background: transparent !important;
    border: none !important;
    padding: 0 0 10px !important;
    color: red !important;
    font-size: 13.2px !important;
    line-height: 1.5em !important;
}

/*Form Section End*/
/*Header Section Start*/
/*.header ul.elementor-nav-menu li a {
	color: #fff !important;
}
.header ul.elementor-nav-menu li a:hover {
	color: #FFA500 !important;
}*/
/*Header Section End*/

/*Footer Section Start*/
.footer {
    border-top: 10px solid #d16f0d;
    padding-bottom: 33px;
    padding-top: 33px;
}

.footer .ft-logo img {
    margin-top: -53px;
}

.copyright {
    padding-top: 16px;
    padding-bottom: 16px;
}

.copyright p {
    color: #fff;
    margin-bottom: 0;
}

.copyright p a:hover {
    color: #d16f0d !important;
}

/*Footer Section End*/

/*Homepage Start*/
/*Banner Section Start*/
.hm-banner {
    padding-top: 132px;
    padding-bottom: 265px;
    position: relative !important;
}

.hm-banner:before {
    background: url(images/hm-bnr-right-leaf.png) no-repeat;
    width: 53px;
    height: 100px;
    position: absolute;
    content: '';
    bottom: 0;
    right: 6%;
    z-index: 10;
}

.hm-banner:after {
    background: url(images/hm-bnr-left-leaf.png) no-repeat;
    width: 91px;
    height: 179px;
    position: absolute;
    content: '';
    bottom: 64px;
    left: 6%;
}

/*Banner Section End*/

/*Pods Section Start*/
.hp-pods {
    position: relative;
}

.hp-pods:after {
    background: url(images/hm-bnr-right-leaf.png) no-repeat;
    width: 53px;
    height: 100px;
    position: absolute;
    content: '';
    top: -105px;
    right: 6%;
}

.hp-pods>.e-con-inner {
    margin-top: -155px !important;
}

.hp-pods .pod-listings,
.hp-pods .hm-pod-cta {
    position: relative;
    z-index: 1;
}

.hp-pods .pod-listings:before {
    background-color: rgba(95, 65, 54, 0.24);
    content: '';
    position: absolute;
    left: -24px;
    right: 0;
    bottom: -24px;
    top: auto;
    width: auto;
    height: 88%;
    border-radius: 0 0 50px;
}

.hp-pods .pod-listings .pod-item {
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 45px 45px;
    position: relative;
}

.hp-pods .pod-listings .pod-item.pod1 {
    border-radius: 50px 20px 0 0;
}

.hp-pods .pod-listings .pod-item.pod1:after,
.hp-pods .pod-listings .pod-item.pod2:after {
    border-right: 2px solid;
    border-image: linear-gradient(#f2f2f2, #fff) 0 100%;
    content: '';
    position: absolute;
    top: 17px;
    right: -1px;
    z-index: 100;
    left: auto;
    height: 90%;
}

.hp-pods .pod-listings .pod-item.pod3 {
    border-radius: 20px 0 50px 0;
}

.hp-pods .pod-listings .pod-item .elementor-widget-image-box .elementor-image-box-img img {
    margin: 0 auto;
}

.hp-pods .hm-pod-cta {
    position: relative;
    z-index: 1;
}

.hp-pods .hm-pod-cta:before {
    background-color: rgba(95, 65, 54, 0.24);
    content: '';
    position: absolute;
    right: -24px;
    bottom: -24px;
    top: auto;
    width: auto;
    height: 317px;
    border-radius: 0 0 50px;
}

.hp-pods .hm-pod-cta .cta-cont {
    background-color: #d67610;
    border-radius: 50px 0;
    padding: 45px 48px;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

/*Pods Section End*/

/*About Section Start*/
.hm-about {
    padding-top: 125px;
    padding-bottom: 140px;
}

.hm-about>.e-con-inner {
    z-index: 1;
    max-width: 935px !important;
}

.hm-about h2 {
    line-height: 60px !important;
}

.hm-about:after {
    background: url(images/hm-about-leaf.png) no-repeat;
    width: 336px;
    height: 424px;
    position: absolute;
    content: '';
    bottom: 0;
    left: 2.2%;
}

/*About Section End*/

/*Why Choose Section Start*/
.hm-why-choose {
    padding-top: 82px;
    padding-bottom: 90px;
}

.hm-why-choose .right-mob .elementor-widget-image {
    position: relative;
}

.hm-why-choose .right-mob .elementor-widget-image:after {
    background: url(images/mob-btm-shadow.png) no-repeat;
    width: 100%;
    height: 32px;
    position: absolute;
    content: '';
    bottom: -15px;
    left: 75px;
    background-size: 100%;
}

.check-listing ul li {
    background: url(images/check-list.png) no-repeat;
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    background-position: 0 6px;
}

/*Why Choose Section End*/

/*Our Features Section Start*/
.hm-features {
    padding-top: 144px;
    padding-bottom: 125px;
}

.hm-features .features-listings {
    margin-top: 50px;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}

.features-listings .pod-item {
    background-color: #ffffff;
    border: 1px solid #e0dcdc;
    border-radius: 50px 0;
    /*    padding: 32px 54px 90px;*/
    padding: 32px 54px 40px;
    text-align: left;
    box-shadow: 0 20px #f0f0f0;
    position: relative;
    width: calc(100% / 3 - 32px);
}

.features-listings .pod-item .arw-btn img {
    margin-top: 10px;
}

/*.features-listings .pod-item:nth-child(4),
.features-listings .pod-item:nth-child(5),
.features-listings .pod-item:last-child {
    padding: 32px 54px 30px;    
}
.features-listings .pod-item:after {
	background: url(images/arrow-btn.png) no-repeat;
    width: 52px;
    height: 32px;
    position: absolute;
    content: '';
    bottom: 36px;
    display: none !important;
}*/
/*.features-listings .pod-item:first-child:after {
    display: block !important;
	background: url(images/arrow-btn.png) no-repeat;
    width: 52px;
    height: 32px;
    position: absolute;
    content: '';
    bottom: 36px;
}*/
.features-listings .pod-item:hover {
    background-color: #d16f0d;
    border: 1px solid #d16f0d;
    box-shadow: 0 20px #452d00;
}

.features-listings .pod-item:hover .elementor-image-box-title,
.features-listings .pod-item:hover p {
    color: #fff;
}

.features-listings .pod-item .elementor-image-box-img {
    overflow: hidden;
    height: 64px;
}

.features-listings .pod-item .elementor-image-box-img img {
    position: relative;
    z-index: 100;
    transform: translateY(0) scaley(1);
}

.features-listings .pod-item:hover .elementor-image-box-img img {
    transform: translateY(-57%) scaley(1);
}

/*Our Features Section End*/

/*Plan Section Start*/
.hm-plan {
    padding-top: 120px;
    padding-bottom: 125px;
}

/*Plan Section End*/

/*Pricing Section Start*/
.hm-pricing {
    background: linear-gradient(to bottom, #fff 0% 518px, #563103 38% 100%);
    /*	background: linear-gradient(to bottom, #fff 0% 42%, #563103 38% 100%);*/
    padding-top: 120px;
    padding-bottom: 125px;
}

.hm-pricing h2 {
    margin-bottom: 72px;
}

.hm-pricing .pricing-table,
.inner-pricing .pricing-table {
    background-color: #fff;
    border-radius: 50px 0;
    position: relative;
}

.hm-pricing .pricing-table:before,
.inner-pricing .pricing-table:before {
    content: '';
    position: absolute;
    left: -24px;
    right: 0;
    bottom: -24px;
    top: auto;
    width: auto;
    height: 109%;
    border-radius: 50px 0 50px;
    background: linear-gradient(to bottom, #fdf1e5 0% 47%, #3c2202 47% 100%);
}

.inner-pricing .pricing-table:before {
    background: linear-gradient(to bottom, #f5d8ba 0% 47%, #f5d8ba 47% 100%);
}

.pricing-table .table-item {
    padding: 40px;
    background-color: #fff;
}

.pricing-table .table-item.first-table {
    border-radius: 50px 0 0;
}

.pricing-table .table-item.last-table {
    border-radius: 0 0 50px;
}

.pricing-table .table-item .price-amount {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 500;
    color: #d16f0d;
    text-align: center;
    padding-top: 11px;
    min-height: 100px;
    position: relative;
}

.pricing-table .table-item .price-amount:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 84px;
    height: 2px;
    background-color: #000;
}

.pricing-table .table-item.org-bg .price-amount:after {
    background-color: #fff;
}

.pricing-table .table-item.org-bg .price-amount {
    color: #fff;
}

.pricing-table .table-item .price-amount span.year {
    font-size: 24px;
    line-height: 34px;
}

.pricing-table .table-item .price-amount span.small-text {
    font-size: 16px;
    line-height: 1;
    display: block;
}

.hm-pricing .pricing-btm-cont {
    margin-top: 62px;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
}

/*Pricing Section End*/

/*Testimonial Section Start*/
.hm-testimonials {
    padding-top: 103px;
    padding-bottom: 100px;
}

.hm-testimonials .elementor-testimonial {
    max-width: 70%;
    margin: 0 auto;
    position: relative;
}

.hm-testimonials .elementor-testimonial:before {
    background: url(images/testimonial-quote-icon.png) no-repeat;
    width: 64px;
    height: 50px;
    position: absolute;
    content: '';
    top: -20px;
    left: -47px;
}

/*Testimonial Section end*/
/*Homepage End*/

/*Inside Page Start*/
.inner-banner {
    padding-top: 85px;
    padding-bottom: 125px;
}

.inner-banner .bnr-cont {
    background-color: rgba(210, 111, 12, 0.8);
    max-width: 850px;
    padding: 41px 30px 26px 10px;
    position: relative;
}

.inner-banner .bnr-cont:before {
    content: '';
    background-color: rgba(210, 111, 12, 0.8);
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    bottom: 0;
}

.inner-banner .bnr-cont h1 {
    color: #fff;
    font-weight: 600;
}

.inner-banner .bnr-cont p {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.inner-sec-gap {
    padding-top: 63px;
    padding-bottom: 50px;
}

.inner-action-sec {
    padding-top: 120px;
    padding-bottom: 100px;
}

.middle-sec-gap {
    padding-top: 122px;
    padding-bottom: 45px;
}

.inner-pricing {
    padding-top: 114px;
    padding-bottom: 100px;
}

.inner-pricing .pricing-btm-cont {
    padding-top: 110px;
}

/*Inside Page End*/

.support-two-col {
    margin-top: 40px !important;
}

.white-box-item {
    background-color: #ffffff;
    padding: 60px !important;
    border-radius: 60px 0 60px 0 !important;
    border: #e0dbdb 1px solid;
    margin-bottom: 20px !important;
    padding-top: 20px !important;
}

.white-box-item h4 {
    font-size: 28px !important;
    font-weight: bold !important;
}

.white-box-item a {
    /*	font-size: 16px !important;*/
    font-size: 22px !important;
}

.page-id-623 .bnr-cont {
    padding-right: 10px !important;
}

.contact-inner {
    background-color: #ffffff;
    border-radius: 60px 0 60px 0 !important;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}

.contact-inner:after {
    content: '';
    position: absolute;
    left: -27px;
    right: 0;
    bottom: -24px;
    top: -27px;
    width: auto;
    border-radius: 50px 0 50px;
    background-color: #f5d8ba;
    display: block !important;
}

.contact-left {
    /*	background-color: #d3710e;	*/
    z-index: 1 !important;
    /*	border-radius: 50px 0 0 0 !important;*/
    /*	padding-top: 100px !important;*/
    /*    padding-top: 60px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;*/
    padding: 0 !important;
}

.contact-left .orange-bg {
    border-radius: 50px 0 0 0 !important;
    padding-top: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 50px !important;
    background-color: #d3710e;
}

.contact-left .orange-bg h3 {
    margin-bottom: 7px;
    margin-top: 5px;
}

.contact-left .elementor-custom-embed iframe {
    border-radius: 20px;
}

.contact-left .deep-orange-bg {
    padding-top: 40px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
    background-color: #b6610b;
}

.contact-left .deep-orange-bg h3 {
    margin-top: 0;
    margin-bottom: 7px;
}

.contact-left .deep-orange-bg ..elementor-image-box-wrapper p {
    line-height: 26px;
}

.contact-left .location .elementor-image-box-wrapper {
    margin-bottom: 3px;
}

.contact-left .location-text {
    margin-left: 69px;
    line-height: 26px;
}

.contact-left .elementor-image-box-wrapper {
    /*	margin-left: 35px;*/
    /*	margin-bottom: 40px;*/
    margin-bottom: 0px;
}

.contact-left .elementor-image-box-wrapper .elementor-image-box-img {
    width: auto !important;
}

.contact-left .elementor-image-box-wrapper .elementor-image-box-img img {
    max-width: inherit !important;
}

.contact-left .elementor-image-box-wrapper h3 {
    color: #fff !important;
    font-weight: bold !important;
}

.contact-left .elementor-image-box-wrapper p {
    color: #fff !important;
}

.contact-left .elementor-image-box-wrapper span {
    display: block;
}

.contact-left .elementor-image-box-wrapper p .font-22 {
    font-size: 22px;
    font-weight: bold !important;
    margin-bottom: 0px;

}

.contact-left .elementor-image-box-wrapper p .font-22 strong {
    text-decoration: underline;
}

.contact-left .elementor-image-box-wrapper p .margin-top-20px {
    margin-top: 13px;
}

.contact-left .margin-top-20px p {
    margin-top: 23px;
}

.contact-left .elementor-image-box-wrapper p a {
    color: #fff !important;
}

.contact-left .elementor-image-box-wrapper p a:hover {
    text-decoration: underline;
}

.contact-right {
    z-index: 1 !important;
    background-color: #fff;
    border-radius: 0 0 50px 0 !important;
    padding-top: 45px !important;
    padding-left: 90px !important;
}

.contact-sec {
    background: url(images/contact-left-img.jpg) no-repeat 0 100% #fdf1e5;
    padding-bottom: 130px !important;
}

.support-two-col .elementor-element-fad0302 .white-box-item:first-child {
    min-height: 335px;
}

.support-two-col .elementor-element-fad0302 .white-box-item:first-child p strong {
    color: #d77610;
}

.support-two-col .elementor-element-fad0302 .white-box-item:last-child {
    min-height: 466px;
}

.contact-mail .elementor-image-box-img {
    margin-top: 0px !important;
}

.faq-sec {
    background-color: #fff;
    border-radius: 50px 0;

}

.faq-sec .e-n-accordion-item .e-n-accordion-item-title {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: #ddd 1px solid;
    padding-left: 40px;
    padding-right: 40px;
}

.faq-sec .e-n-accordion-item:last-child .e-n-accordion-item-title {
    border-bottom: none !important;
}



.faq-sec .e-n-accordion-item .elementor-widget-text-editor p {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    padding-left: 28px;
    padding-right: 28px;
}

.faq-sec .e-n-accordion-item .elementor-element {
    border-left: none;
    border-right: none;
    border-top: none;
    /*	border-bottom: #ddd 1px solid;*/
}

.faq-sec .e-n-accordion-item .e-n-accordion-item-title-icon {
    margin-left: auto;
}

.faq-sec .e-n-accordion-item ul {
    margin-left: 28px;
}

.faq-sec .e-n-accordion-item ul li {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    padding-left: 28px;
    padding-right: 28px;
}

.article-two-col {}

.block-text-sec {
    background-color: #fff;
    border-radius: 20px 0;
    padding: 30px;

}

.block-text-sec p {
    font-weight: bold;
}

.articles-menu ul {
    border-radius: 15px 0;
    background-color: #fff;
    padding: 20px 0;
    margin-right: 30px;
}

.articles-menu ul li {
    border-bottom: #FDF1E5 1px solid;
    background: url(images/next.png) no-repeat 12px 15px;
    background-size: 20px;
    padding-left: 12px;
}

.articles-menu ul li.current_page_item {
    background: url(images/next-h.png) no-repeat 12px 15px #844B04;
    background-size: 20px;
}

.articles-menu ul li.current_page_item a {
    color: #fff !important;
}



.articles-menu ul li:last-child {
    border-bottom: none;
}

.articles-menu ul li a {
    color: #000 !important;
    line-height: 26px !important;
}

.articles-menu ul li a:hover {
    color: #844b04 !important;
}

.articles-menu ul li.current_page_item a:hover {
    color: #fff !important;
}

.privacy-policy-sec .check-listing ul li {
    font-weight: 300;
}

.elementor-element-0655dee a.elementor-button {
    background-color: #D77612;
}

.elementor-element-0655dee a.elementor-button:hover {
    background-color: #844B04;
}

.fancybox__content>.f-button.is-close-btn {
    width: 40px !important;
    height: 40px !important;
    padding: 10px;
}

/*Responsive Start*/
@media screen and (max-width: 1600px) {
    h1 {
        font-size: 60px !important;
        line-height: 60px !important;
    }

    h2 {
        font-size: 50px !important;
        line-height: 50px !important;
    }

    h3 {
        font-size: 40px !important;
        line-height: 40px !important;
    }

    a.elementor-button {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .elementor-heading-title .hm-banner:after {
        left: 0;
    }

    .hp-pods:after {
        right: 0;
    }

    /*.hm-banner p {
    font-size: 26px;
    line-height: 34px;        
}
.hp-pods .hm-pod-cta .cta-cont p {
    font-size: 20px;
    line-height: 28px;

}*/
    .inner-banner .bnr-cont {
        width: 54%;
        padding: 30px 20px 30px 10px;
    }

    .hp-pods .pod-listings:before {
        left: -17px;
        bottom: -16px;
    }

    .hp-pods .hm-pod-cta:before {
        right: -17px;
        bottom: -16px;
        border-radius: 0 0 60px;
    }

    .hm-pricing {
        background: linear-gradient(to bottom, #fff 0% 510px, #563103 38% 100%);
    }

    .hm-pricing .pricing-table:before,
    .inner-pricing .pricing-table:before {
        left: -20px;
        right: 0;
        bottom: -18px;
        height: 107%;
        border-radius: 60px 0 50px;
    }

    .inner-banner {
        height: 432px !important;
    }

    .inner-banner .bnr-cont p {
        font-weight: 400;
    }

    .inner-banner h1 {
        font-size: 44px !important;
        line-height: 44px !important;
    }

    .contact-inner:after {
        left: -19px;
        right: 0;
        bottom: -16px;
        top: -19px;
        width: auto;
        border-radius: 60px 0 50px;
    }

    .contact-left .deep-orange-bg h3 {
        font-size: 33px !important;
        line-height: 33px !important;
    }

}

@media screen and (max-width: 1440px) {
    .inner-banner .bnr-cont {
        /*    width: 48%;*/
    }

}

@media screen and (max-width: 1400px) {
    :is(.elementor-section-wrap, [data-elementor-id])>.e-con {
        padding-left: 50px;
        padding-right: 50px;
    }

    .hp-pods .pod-listings .pod-item {
        padding: 45px 35px;
    }

    .hm-why-choose .right-mob .elementor-widget-image:after {
        left: 50px;
    }
}

@media screen and (max-width: 1380px) {
    .inner-banner .bnr-cont {
        /*    width: 49%;*/
    }

    .features-listings .pod-item {
        padding: 32px 39px 40px;
    }

}

@media screen and (max-width: 1024px) {
    :is(.elementor-section-wrap, [data-elementor-id])>.e-con {
        padding-left: 30px;
        padding-right: 30px;
    }

    h1 {
        font-size: 50px !important;
        line-height: 50px !important;
    }

    .inner-banner h1 {
        font-size: 45px !important;
        line-height: 45px !important;
    }

    h2 {
        font-size: 40px !important;
        line-height: 40px !important;
    }

    h3 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    a.elementor-button {
        font-size: 16px !important;
        line-height: 26px !important;
        padding: 10px 25px 10px 25px !important;
    }

    p {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .hm-banner {
        padding-top: 82px;
        padding-bottom: 235px;
    }

    .hp-pods .pod-listings .pod-item {
        padding: 35px 15px;
    }

    .hp-pods .hm-pod-cta:before {
        height: 153px !important;
        right: 0px;
        border-radius: 0 0 66px;
        bottom: -15px;
    }

    .hp-pods .hm-pod-cta .cta-cont {
        padding: 27px 37px;
        height: 100%;
    }

    .hp-pods .hm-pod-cta .cta-cont p {
        margin-bottom: 0;
    }

    .hm-about {
        padding-top: 58px;
        padding-bottom: 106px;
    }

    .hm-why-choose {
        padding-top: 47px;
        padding-bottom: 50px;
    }

    .hm-features {
        padding-top: 100px;
        padding-bottom: 52px;
    }

    .hm-features .features-listings {
        margin-top: 50px;
        margin-bottom: 80px;
    }

    .hm-features .features-listings {
        margin-top: 25px;
        margin-bottom: 29px;
        gap: 20px;
        row-gap: 40px;
    }

    .features-listings .pod-item {
        /*    padding: 30px 15px 90px;*/
        padding: 30px 15px 30px;
        width: calc(100% / 3 - 14px);
    }

    .features-listings .pod-item .arw-btn img {
        margin-top: 0px;
    }

    .features-listings .pod-item h5 {
        font-size: 22px !important;
    }

    .hm-pricing {
        padding-top: 50px;
        padding-bottom: 44px;
    }

    .pricing-table .table-item {
        padding: 25px 12px;
    }

    .pricing-table .table-item h4 {
        /*    font-size: 26px !important;
    line-height: 34px !important;  */
        font-size: 23px !important;
        line-height: 28px !important;
    }

    .pricing-table .table-item p {
        margin-bottom: 0;
    }

    .pricing-table .table-item .price-amount {
        font-size: 34px;
        line-height: 1.2;
        padding-top: 11px;
        min-height: 70px;
    }

    .hm-pricing h2 {
        margin-bottom: 44px;
    }

    .hm-pricing .pricing-btm-cont {
        margin-top: 16px;
        gap: 0;
    }

    .bold-text p {
        font-size: 22px;
        line-height: 30px;
    }

    .get-start {
        margin-bottom: -11px;
    }

    .hm-testimonials {
        padding-top: 48px;
        padding-bottom: 35px;
    }

    .elementor-testimonial {
        margin-top: 0px;
    }

    .elementor-testimonial .elementor-testimonial__text {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .elementor-testimonial .elementor-testimonial__name {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .copyright p {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .hm-plan .elementor-element-f34b5fe {
        position: absolute;
        left: 136px;
    }

    .hm-plan .elementor-element-f34b5fe img {
        width: 50%;
    }

    .hm-plan .elementor-element-054409b {
        padding-left: 33px;
    }

    .hm-plan {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .header ul.elementor-icon-list-items li:last-child {
        margin-left: 0 !important;
    }

    .hp-pods .pod-listings .pod-item p {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .features-listings .pod-item p {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .inner-banner {
        padding-top: 85px;
        padding-bottom: 145px;
    }

    .inner-sec-gap {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .middle-sec-gap {
        padding-top: 92px;
        padding-bottom: 35px;
    }

    .inner-action-sec {
        padding-top: 90px;
        padding-bottom: 43px;
    }

    .big-text-btn a.elementor-button {
        font-size: 15px !important;
        line-height: 26px !important;
    }

    .inner-pricing {
        padding-top: 62px;
        padding-bottom: 44px;
    }

    .inner-pricing .pricing-btm-cont {
        padding-top: 40px;
    }

    .support-two-col {
        margin-top: 0px !important;
    }

    .white-box-item {
        padding: 35px !important;
    }

    .support-two-col .elementor-element-fad0302 .white-box-item:first-child {
        min-height: 289px;
    }

    .support-two-col .elementor-element-fad0302 .white-box-item:last-child {
        min-height: 375px;
    }

    .white-box-item h4 {
        font-size: 26px !important;
        line-height: 34px !important;
    }

    .inner-sup-top {
        padding-top: 40px;
        padding-bottom: 35px;
    }

    .contact-sec {
        padding-top: 71px;
        padding-bottom: 70px !important;
    }

    .contact-left {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        gap: 0px !important;
    }

    .contact-left .elementor-image-box-wrapper {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .contact-left {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
    }

    .contact-left .elementor-image-box-wrapper {
        margin-left: 0px;
        margin-bottom: 10px;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .contact-left .elementor-image-box-content {
        text-align: center;
    }

    .contact-left .elementor-image-box-content h3 {
        margin-bottom: 0;
        font-size: 26px !important;
        line-height: 34px !important;
    }

    .contact-right {
        padding-left: 30px !important;
    }

    .contact-left .elementor-image-box-wrapper p .font-22 {
        font-size: 20px;
        line-height: 28px;
    }

    .header ul li a {
        display: flex !important;
        justify-content: flex-start !important;
        font-weight: 500 !important;
    }

    .header .menu-with-btn {
        display: flex;
        justify-content: flex-start;
    }

    .inner-banner .bnr-cont {
        width: 90%;
    }

    .hm-about h2 {
        line-height: 40px !important;
    }

    .hm-plan {
        background-size: auto !important;
        background-position: 74% !important;
    }

    .contact-mail .elementor-image-box-img {
        margin-top: 0 !important;
    }

    .hp-pods .pod-listings:before {
        left: 0px;
        bottom: -16px;
    }

    .features-listings .pod-item {
        box-shadow: 0 15px #f0f0f0;
    }

    .hm-pricing .pricing-table:before,
    .inner-pricing .pricing-table:before {
        bottom: -13px;
        height: 106%;
    }

    .contact-left .elementor-image-box-wrapper .elementor-image-box-img {
        margin-right: 0 !important;
    }

    .contact-inner:after {
        left: -15px;
        right: 0;
        bottom: -14px;
        top: -14px;
    }

    .contact-left .location-text {
        margin-left: 0;
        text-align: center;
    }

    .contact-left .location-text p {
        font-size: 17px !important;
        line-height: 23px !important;
    }

    .contact-left .contact-mail .elementor-image-box-wrapper h3 {
        margin-top: 5px;
    }

    .contact-left .orange-bg {
        padding-top: 20px !important;
        padding-bottom: 28px !important;
    }

    .contact-left .deep-orange-bg {
        padding-top: 25px !important;
        padding-bottom: 17px !important;
    }

    .features-listings .pod-item:hover {
        box-shadow: 0 15px #452d00;
    }

}

@media screen and (max-width: 868px) {
    .hm-plan {
        background-position: 78% !important;
        background-size: cover !important;
    }

    .hm-pricing .pricing-table:before,
    .inner-pricing .pricing-table:before {
        left: -12px;
        bottom: -13px;
        height: 105%;
    }

    .support-two-col .elementor-element-fad0302 .white-box-item:first-child {
        min-height: 352px;
    }

    .support-two-col .elementor-element-fad0302 .white-box-item:last-child {
        min-height: 436px;
    }

    .pricing-table .table-item h4 {
        min-height: 110px;
    }


}

@media screen and (max-width: 668px) {
    :is(.elementor-section-wrap, [data-elementor-id])>.e-con {
        padding-left: 30px;
        padding-right: 30px;
    }

    h1 {
        font-size: 42px !important;
        line-height: 43px !important;
    }

    .inner-banner h1 {
        font-size: 32px !important;
        line-height: 34px !important;
    }

    .inner-banner p {
        font-size: 16px !important;
        line-height: 23px !important;
    }

    h2 {
        font-size: 34px !important;
        line-height: 40px !important;
    }

    h3 {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    a.elementor-button {
        /*    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 32px 12px 32px !important;*/
        font-size: 14px !important;
        line-height: 24px !important;
        padding: 10px 25px 10px 25px !important;
    }

    p {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .header {
        padding-bottom: 7px;
    }

    .header .elementor-icon-list-items {
        display: flex;
        justify-content: flex-end;
    }

    ul.elementor-icon-list-items li:last-child {
        margin-left: 0 !important;
    }

    .hm-banner {
        padding-top: 52px;
        padding-bottom: 116px;
    }

    .hm-plan .elementor-element-f34b5fe {
        position: absolute;
        left: 56px;
        top: 55px;
        width: 70%;
    }

    .hm-why-choose .right-mob .elementor-widget-image:after {
        left: 0px;
        bottom: -25px;
    }

    .hp-pods .hm-pod-cta:before {
        right: -14px;
        bottom: -15px;
        display: none;
    }

    .hp-pods>.e-con-inner {
        margin-top: 0px !important;
    }

    .hp-pods {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .hm-about {
        padding-top: 35px;
        padding-bottom: 80px;
    }

    .hm-why-choose {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .hp-pods .pod-listings .pod-item h5 {
        font-size: 22px;
    }

    .hp-pods .pod-listings:before {
        display: none;
    }

    .hm-features {
        padding-top: 77px;
        padding-bottom: 40px;
    }

    .hm-features .features-listings {
        margin-top: 12px;
        margin-bottom: 40px;
    }

    .features-listings .pod-item {
        padding: 30px 25px 30px;
        width: calc(100% / 1 - 0px);
    }

    .hm-plan .elementor-element-054409b {
        padding-left: 0;
        margin-top: 120px;
        text-align: center;
    }

    .hm-plan {
        padding-top: 66px;
        padding-bottom: 46px;
    }

    .hm-pricing .pricing-table:before,
    .inner-pricing .pricing-table:before {
        height: 102%;
        border-radius: 63px 0 50px;
        left: -11px;
        right: 0;
        bottom: -13px;

    }

    .pricing-table .table-item {
        padding: 28px 22px;
    }

    .hm-pricing h2 {
        margin-bottom: 24px;
    }

    .hm-pricing {
        padding-top: 38px;
        padding-bottom: 35px;

    }

    .hm-pricing .pricing-btm-cont {
        margin-top: 21px;
    }

    .hm-testimonials {
        padding-top: 46px;
        padding-bottom: 38px;
    }

    .hm-testimonials .elementor-testimonial {
        max-width: 100%;
    }

    .hm-testimonials .elementor-testimonial:before {
        top: -7px;
        left: -20px;
        background-size: 38%;
    }

    .footer {
        padding-bottom: 10px;
    }

    .elementor-element-f2e3308 {
        padding-top: 7px;
    }

    .inner-banner {
        padding-top: 40px;
        padding-bottom: 147px;
    }

    .inner-sec-gap {
        padding-top: 40px;
        padding-bottom: 23px;
    }

    .middle-sec-gap {
        padding-top: 62px;
        padding-bottom: 18px;
    }

    .inner-action-sec {
        padding-top: 82px;
        padding-bottom: 31px;
    }

    .elementor-element-e1aaea3 h2 {
        font-size: 28px !important;
        line-height: 28px !important;
    }

    .inner-pricing {
        padding-top: 53px;
        padding-bottom: 36px;
    }

    .inner-sup-top {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .support-two-col .elementor-element-fad0302 .white-box-item:first-child {
        min-height: auto;
    }

    .contact-right {
        padding-left: 16px !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .contact-left .elementor-image-box-wrapper {
        margin-left: 0px;
    }

    .contact-sec {
        padding-top: 41px;
        padding-bottom: 40px !important;
    }

    ul.elementor-icon-list-items li .elementor-icon-list-text {
        font-size: 14px;
        line-height: 22px;
    }

    .inner-banner .bnr-cont {
        width: 100%;
        padding: 21px 20px 6px 10px;
    }

    .hm-about h2 {
        line-height: 40px !important;
    }

    .hp-pods .hm-pod-cta .cta-cont {
        border-bottom: solid 15px #d7c7bb;
    }

    .hm-banner:after {
        display: none;
    }

    .hm-pricing {
        background: linear-gradient(to bottom, #fff 0% 700px, #563103 38% 100%);
    }

    .pricing-table .table-item .price-amount p {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    .pricing-table .table-item .price-amount {
        min-height: 50px;
    }

    .inner-banner {
        height: 390px !important;
        padding-bottom: 108px;
    }

    .big-text-btn a.elementor-button {
        font-size: 13px !important;
        line-height: 22px !important;
        padding: 10px 14px 10px 14px !important;
    }

    .inner-pricing .pricing-btm-cont {
        padding-top: 30px;
    }

    .support-two-col .elementor-element-fad0302 .white-box-item:last-child {
        min-height: auto;
    }

    .contact-left {
        gap: 0px !important;
    }

    .elementor-element-ecebe23 {
        padding: 0 !important;
    }

    .contact-inner {
        border-top: solid 12px #f5d8ba;
        border-bottom: solid 12px #f5d8ba;
    }

    .contact-inner:after {
        display: none !important;
    }

    .hm-about:after {
        display: none !important;
    }

    .features-listings .pod-item {
        box-shadow: 0 15px #f0f0f0;
    }

    .contact-left .elementor-image-box-wrapper .elementor-image-box-img {
        margin-right: auto !important;
    }

    .copyright p {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .pricing-table .table-item h4 br {
        display: none;
    }

    .pricing-table .table-item h4 {
        font-size: 27px !important;
        line-height: 34px !important;
    }

    .pricing-table .table-item h4 {
        min-height: auto;
    }

    .privacy-policy-sec .check-listing ul li {
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
    }

    .privacy-policy-sec .check-listing ul li {
        font-size: 18px;
        line-height: 26px;
        background-position: 0px 2px;
    }

    .white-box-item.schedule-demo-page {
        padding: 0 !important;
        border-radius: 0px !important;
		border:unset;
		background:transparent !important;
    }

}

/*Responsive End*/