/*

Theme Name: Houzez Child

Theme URI: http://www.favethemes.com/

Author: Favethemes

Author URI: http://www.favethemes.com/

Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.

Version: 1.0

Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready

License: GNU General Public License version 3.0

License URI: http://www.gnu.org/licenses/gpl-3.0.html

Text Domain: houzez

Template: houzez

*/





@import url("../houzez/style.css");



/* Your CSS code goes here

-------------------------------------- */
p {
    font-size: 16px;
    line-height: 22px;
}

img {
    max-width: 100%;
}

/* Spacing */
.padding-y {
    padding: 100px 0;
}

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

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

/* Spacing */

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.main-btn a.elementor-button {
    background-color: #00263e;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 15px 40px;
    font-weight: 400;
}

/* Header */
.header-main-wrap .header-v4 {
    border: 0;
    background-color: rgba(255, 255, 255, 0.8) !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px -5px 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px -5px 5px;
    border-bottom: 1px solid #eeeeee;
}

.header-main-wrap .header-v4 .header-inner-wrap {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-main-wrap .header-v4 .header-inner-wrap .logo {
    width: 117px;
}

.header-main-wrap .header-v4 .header-inner-wrap .logo img {
    max-width: 100%;
    top: 0;
}

.header-main-wrap .header-v4 a.nav-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #201b3a;
    padding: 4px 14px !important;
    transition: all 0.5s ease-in-out;
}

.header-main-wrap .login-register-nav a,
.header-main-wrap .header-v4 a.dropdown-item  {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #201b3a;
    padding: 4px 14px !important;
    transition: all 0.5s ease-in-out;
}

.header-main-wrap .login-register-nav a{
    font-size: 13px;
    line-height: 18px;
}

.header-main-wrap .header-v4 li.current_page_item a.nav-link {
    color: #ffffff;
    background-color: rgb(0 38 62 / 72%);
}

.header-main-wrap .header-v4 a:hover,
.header-main-wrap .header-v4 a.nav-link:hover,
.header-main-wrap .header-v4 a.nav-link:active {
    color: #ffffff;
    background-color: rgb(0 38 62 / 72%);
}

.header-main-wrap .login-register-nav .btn-phone-number a:hover,
.header-main-wrap .login-register-nav .btn-phone-number a:active {
    background-color: rgb(0 38 62 / 72%);
}

.logged-in-nav-wrap {
    margin-left: 30px;
}

.logged-in-nav-wrap a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
}

.header-main-wrap .header-v4 .logged-in-nav-wrap a:hover,
.header-main-wrap .header-v4 .logged-in-nav-wrap a:active {
    color: #00263e !important;
}

.header-transparent-wrap .header-v4 a:hover, .header-transparent-wrap .header-v4 a:active{
    color: #00263e !important;
}

.logged-in-nav-wrap .btn-phone-number a,
.logged-in-nav-wrap .navbar-logged-in-wrap a {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
}

/* Header */

/* Banner */
rs-slide {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.banner-title-wrap,
.banner-title-wrap>* {
    position: static !important;
}

.banner-title-wrap {
    max-width: 1250px;
    margin: 0 auto 30px;
    width: 100%;
}

.banner-title {
    font-size: 40px !important;
    line-height: 50px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.banner-cta-group-wrap,
.banner-cta-group-wrap>* {
    position: static !important;
}

.banner-cta-group-wrap {
    max-width: 1250px;
    margin: 0 auto;
    width: 100%;
}

.banner-cta-group {
    display: flex !important;
    align-items: center;
}

.banner-cta-group a.btn-1 {
    background-color: #00263e;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    padding: 8px 15px !important;
    margin-right: 10px !important;
    font-weight: 500 !important;
    transition: all 0.5s ease-in-out;
}

.banner-cta-group a.btn-1:hover {
    background-color: #001e31;
}

.banner-cta-group a.btn-2 {
    background-color: #00263e97;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    padding: 8px 15px !important;
    margin-right: 10px !important;
    font-weight: 500 !important;
    transition: all 0.5s ease-in-out;
}

.banner-cta-group a.btn-2:hover {
    background-color: #00263e;
}
.elementor-element-6fc59222{z-index:1;}

/* Banner */

/* Search */
.search-section {
    position: relative;
    z-index: 2;
}

.search-section #houzez-search-tabs-wrap .nav-link {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.search-section #houzez-search-tabs-wrap .nav-link {
    background-color: rgb(0 38 62 / 85%) !important;
}

.search-section #houzez-search-tabs-wrap .nav-link.active {
    background-color: rgba(255, 255, 255, 1) !important;
}

.search-section button[type="submit"] {
    background-color: #00263e !important;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
}

.search-section .houzez-search-form-js .houzez-ele-search-form-wrapper {
    padding: 50px 40px !important;
    background: url("./images/search-box-bg.png") no-repeat 95% center;
    background-size: contain;
}

.houzez-ele-search-form-wrapper .elementor-field-group label.elementor-field-label {
    font-size: 13px !important;
    line-height: 19px;
    font-weight: 600 !important;
}

/* Search */

.property-section {
    position: relative;
    padding: 100px 0 60px;
}

.property-section .elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 0 20px;
}

.property-section h2.houzez_section_title {
    font-size: 40px !important;
    line-height: 46px;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.property-section::before {
    content: "";
    background-color: #f4f0ec;
    width: 110%;
    height: 300px;
    position: absolute;
    top: -120px;
    left: 0;
    z-index: 1;
    transform: rotate(-3deg);
}

.property-section .elementor-widget-html {
    background-color: #f4f0ec;
    width: 110%;
    height: 230px;
    position: absolute;
    bottom: -120px;
    left: -55px;
    z-index: 1;
    transform: rotate(-3deg);
    overflow: hidden;
}

.property-section .elementor-widget-html p {
    font-size: 240px;
    line-height: 390px;
    font-weight: 600;
    transform: rotate(3deg);
    text-transform: uppercase;
    color: #F4F0EC;
    text-shadow: 0 1px #cecece, 0 -1px #cecece, 1px 0 #cecece, -1px 0 #cecece;
}

.property-section .houzez_section_title_wrap p.houzez_section_subtitle {
    font-size: 26px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
    color: #5f5f5f !important;
    max-width: 1100px;
    margin: 0 auto;
}

.property-section>.elementor-container {
    position: relative;
    z-index: 2;
}

.overlay-search-advanced-module {
    z-index: 10001;
}

.overlay-search-advanced-module.save-search-btn {
    margin-left: 0;
}

.service-list {
    position: relative;
    z-index: 2;
}

.service-list>.elementor-column-gap-default {
    column-gap: 6px;
}

.service-list .elementor-inner-column {
    background-color: #00263e;
    text-align: center;
    padding: 40px 30px;
}

.service-list .elementor-inner-column h3 {
    font-size: 26px;
    line-height: 32px;
    color: #ffffff;
}

.service-list .elementor-inner-column p {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}

.contact-section {
    padding: 130px 0;
}

.contact-section .left {
    margin-top: 40px;
    padding-right: 60px;
}

.contact-section h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}

.contact-section p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    max-width: 630px;
}

.contact-section p strong {
    font-weight: 500;
}

.contact-section .right .elementor-form,
.contact-section .right .contact-form form#gform_1 {
    padding: 40px 35px;
    background-color: #00263ed1;
}

.contact-section .right .contact-form form#gform_1 .gform_fields {
    grid-row-gap: var(--gf-form-gap-x);
    row-gap: var(--gf-form-gap-x);
}

.contact-section .right .elementor-form .elementor-field-group input {
    border-radius: 0;
    background-color: transparent !important;
    border: 1px solid #ffffff;
    color: #fff;
    height: 45px;
}

.gform-theme--foundation .gfield input.large {
    border-radius: 0;
    background-color: transparent !important;
    border: 1px solid #ffffff;
    color: #fff;
    height: 45px;
}

.contact-section .right .elementor-form .elementor-field-group textarea {
    border-radius: 0;
    background-color: transparent !important;
    border: 1px solid #ffffff;
    color: #fff;
}

.gform-theme--foundation .gfield textarea {
    border-radius: 0;
    background-color: transparent !important;
    border: 1px solid #ffffff;
    color: #fff;
}

.contact-section .right .elementor-form .elementor-field-group button.houzez-submit-button {
    background-color: #00263e;
    color: #ffffff;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    border-radius: 0;
    width: auto;
    flex-basis: auto;
    padding: 9px 40px;
}

.contact-form form#gform_1 .gform_footer .gform_button.button {
    background-color: #00263e;
    color: #ffffff;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    border-radius: 0;
    width: auto;
    flex-basis: auto;
    padding: 9px 40px;
}

.contact-form .gform-theme--framework .gfield_validation_message {
    background-color: #fff;
    line-height: 18px;
    margin-top: 0 !important;
    padding-left: 2px;
}

.contact-form .gform-theme--framework .gform_validation_errors {
    background-color: #fff;
    border-radius: 0;
    border: 0;
    padding: 10px;
    margin-bottom: 10px;
}

.profile-section {
    padding: 60px 0 100px;
}

.profile-section .elementor-inner-section>.elementor-container {
    align-items: center;
}

.profile-section .elementor-widget-html {
    background-color: #f4f0ec;
    width: 110%;
    height: 230px;
    position: absolute;
    top: -120px;
    left: -55px;
    z-index: 1;
    transform: rotate(-3deg);
    overflow: hidden;
}

.profile-section .elementor-widget-html p {
    font-size: 280px;
    line-height: 170px;
    font-weight: 600;
    transform: rotate(3deg);
    text-transform: uppercase;
    color: #F4F0EC;
    text-shadow: 0 1px #cecece, 0 -1px #cecece, 1px 0 #cecece, -1px 0 #cecece;
    position: relative;
    text-align: right;
    top: -10px;
}

.profile-section>.elementor-container,
.staff-block {
    position: relative;
    z-index: 2;
}

.profile-section .elementor-inner-section>.elementor-container .left {
    padding-right: 60px;
}

.profile-section .elementor-inner-section>.elementor-container h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
}

.profile-section .elementor-inner-section>.elementor-container p {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    color: #494949;
}

.testimonial-section {
    padding: 100px 0;
}

.testimonial-section h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
}

.testimonial-section .testi-subtitle p {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    color: #494949;
}

.testi-person-block {
    text-align: center;
}

.testi-person-block .mySwiper {
    padding: 0;
    max-width: 900px;
    width: 100%;
    position: relative;
}

.testi-person-block .mySwiper .block-shadow {
    background-color: transparent;
    box-shadow: none;
}

.testi-person-block .mySwiper .slide-image {
    width: 200px;
    height: 200px;
}

.testi-person-block .mySwiper.mySwiperCentered .swiper-slide img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.testi-person-block .mySwiper .slide-block {
    margin-bottom: 30px;
}

.testi-person-block p,
.testi-person-block .mySwiper .slide-description {
    font-size: 26px;
    line-height: 32px !important;
    font-weight: 300;
    color: #494949;
    text-align: center !important;
}

.testi-person-block .mySwiper .slide-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #494949;
    text-align: center !important;
}

.testi-person-block .mySwiper .slide-subtitle {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    color: #494949;
    text-align: center !important;
    font-style: italic;
}

.testi-person-block .elementor-widget-container .mySwiperCentered .swiper-rating-centered-buttons-block .swiper-rating-centered-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #414141;
    width: 8px;
}

.testi-person-block p.person-name {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.testi-person-block .mySwiperCentered .swiper-rating-centered-buttons-block {
    margin-top: 0;
}

.testi-person-block .mySwiperCentered .swiper-rating-centered-button-next {
    position: absolute;
    margin-right: 0;
    right: -10px;
}

.testi-person-block .mySwiperCentered .swiper-rating-centered-button-next:after {
    content: "\f054";
}

.testi-person-block .mySwiperCentered .swiper-rating-centered-button-prev {
    position: absolute;
    margin-right: 0;
    left: -10px;
}

.testi-person-block .mySwiperCentered .swiper-rating-centered-button-prev:after {
    content: "\f053";
}

.testi-person-block .mySwiperCentered .swiper-rating-centered-button-next:after,
.testi-person-block .mySwiperCentered .swiper-rating-centered-button-prev:after {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}

.footer-wrap .footer-top-wrap {
    background-color: #00263e;
    padding: 100px 0;
}

.footer-wrap .footer-top-wrap .container,
.footer-wrap .footer-bottom-wrap .container {
    max-width: 1440px;
}

.footer-wrap .footer-top-wrap .widget-wrap {
    margin: 0;
}

.footer-wrap .footer-top-wrap .widget-wrap.widget_media_image {
    margin-bottom: 30px;
}

.footer-wrap .footer-top-wrap .widget-wrap h3.widget-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(1),
.footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(4) {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(2),
.footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(3) {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(1) .widget_text {
    max-width: 275px;
}

.footer-wrap .footer-top-wrap p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.footer-wrap .footer-top-wrap p strong {
    font-weight: 500;
}

.footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(2) ul.menu li {
    padding: 0;
    line-height: 18px;
    margin-bottom: 5px;
    max-width: 180px;
}

.footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(2) ul.menu li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(2) ul.menu li a::before {
    display: none;
}

.footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(3) li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    max-width: 200px;
}

.footer-wrap .footer-bottom-wrap {
    background-color: #001a2b;
    padding: 20px 0;
}

.footer-wrap .footer-bottom-wrap .d-flex {
    align-items: center;
}

.footer-wrap .footer-bottom-wrap .footer-copyright {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.inner-page-banner>.elementor-container {
    padding-top: 120px;
}

.inner-page-banner>.elementor-container h1.elementor-heading-title {
    font-size: 46px !important;
    line-height: 52px;
    font-weight: 400 !important;
}

/* Property */
.post-type-archive-property .main-wrap,
.single-property .main-wrap,
.tax-property_status .main-wrap,
.page-template-template-listing-grid-v1 .main-wrap {
    margin-top: 120px !important;
    background-color: #ffffff;
}

.post-type-archive-property .main-wrap.slideout-panel,
.single-property .main-wrap.slideout-panel,
.tax-property_status .main-wrap.slideout-panel {
    box-shadow: none;
}

.post-type-archive-property.admin-bar .main-wrap,
.single-property.admin-bar .main-wrap {
    margin-top: 90px !important;
}

.post-type-archive-property .advanced-search-nav {
    display: block;
}

.listing-wrap .sidebar-wrap .widget-wrap {
    background-color: #efefef;
    padding: 20px;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0;
}

.listing-wrap .sidebar-wrap .widget-wrap:last-child {
    border-bottom: 0;
}

.listing-wrap .sidebar-wrap .widget-wrap .widget-title {
    margin-bottom: 10px;
    font-weight: 500;
}

.bt-sidebar-wrap .widget-wrap {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.property-form button.btn-half-width,
.property-form a.btn-half-width {
    border-radius: 0;
    text-transform: uppercase;
}

.property-form button.btn-full-width,
.property-form a.btn-full-width {
    border-radius: 0;
    text-transform: uppercase;
}

.bt-sidebar-wrap a.elementor-button {
    background-color: #00263e;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: 400;
    width: 100%;
}

/* Property */

/* About page */
.about-page-top {
    position: relative;
    padding-top: 120px;
}

.elementor-section.about-page-top .elementor-container,
.elementor-section.about-page-top .elementor-column,
.elementor-section.about-page-top .elementor-widget-wrap {
    position: static;
}

.about-page-top .elementor-widget-html {
    background-color: #ffffff;
    width: 110%;
    height: 230px;
    position: absolute;
    top: -50px;
    left: -55px;
    z-index: 1;
    transform: rotate(-3deg);
    overflow: hidden;
}

.about-page-top .elementor-widget-html p {
    font-size: 200px;
    line-height: 180px;
    font-weight: 600;
    transform: rotate(3deg);
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 1px #cecece, 0 -1px #cecece, 1px 0 #cecece, -1px 0 #cecece;
}

.about-page-top-content {
    position: relative;
    z-index: 2;
}

.about-page-top-content:not(:last-child) {
    margin-bottom: 30px;
}

.elementor-section.about-contact-area .elementor-container,
.elementor-section.about-contact-area .elementor-column,
.elementor-section.about-contact-area .elementor-widget-wrap {
    position: static;
}

.about-contact-area .elementor-widget-html {
    background-color: #f4f0ec;
    width: 110%;
    height: 230px;
    position: absolute;
    top: -43px;
    left: -55px;
    z-index: 1;
    transform: rotate(-3deg);
    overflow: hidden;
}

.about-contact-area .elementor-section {
    z-index: 2;
}

.about-contact-area h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
}

.about-contact-area .elementor-widget-text-editor {
    max-width: 1024px;
    margin: 0 auto;
}

.about-contact-area h4 {
    font-size: 22px;
    line-height: 28px;
}

.about-contact-area ul {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}

.about-contact-area .elementor-widget-google_maps,
.about-contact-area .elementor-widget-google_maps * {
    height: 100%;
}

/* About page */

/* Team */
.teams-section {
    position: relative;
    padding-top: 120px;
}

.elementor-section.teams-section .elementor-container,
.elementor-section.teams-section .elementor-column,
.elementor-section.teams-section .elementor-widget-wrap {
    position: static;
}

.teams-section .elementor-widget-html {
    background-color: #ffffff;
    width: 110%;
    height: 230px;
    position: absolute;
    top: -50px;
    left: -55px;
    z-index: 1;
    transform: rotate(-3deg);
    overflow: hidden;
}

.teams-section .elementor-widget-html p {
    font-size: 200px;
    line-height: 180px;
    font-weight: 600;
    transform: rotate(3deg);
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 1px #cecece, 0 -1px #cecece, 1px 0 #cecece, -1px 0 #cecece;
}

/* .teams-section::before {
    content: "";
    background-color: #ffffff;
    width: 110%;
    height: 300px;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 1;
    transform: rotate(-3deg);
} */

.team-column-wrap {
    z-index: 2;
}

.team-column-wrap>.elementor-container {
    column-gap: 30px;
}

.teams-section h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
}

.team-list-inner .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
    width: 150px !important;
    height: 150px;
    border-radius: 100%;
    margin: 0 auto 20px !important;
    overflow: hidden;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.team-list-inner .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content h3 {
    font-size: 20px;
    line-height: 30px;
}

.team-list-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    column-gap: 20px;
}

.team-list-inner-wrap .elementor-column {
    width: calc(25% - 15px) !important;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #dce6ed;
}

.team-list-inner-wrap .elementor-column p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
}

.team-list-inner-wrap .elementor-column p strong {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

/* .team-list-inner-wrap .elementor-column:after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: #e4e4e4;
    top: 46px;
    position: absolute;
    right: 0;
} */

.service-nav ul {
    margin: 0;
    padding: 0;
}

.service-nav ul li {
    list-style: none;
    margin-bottom: 10px;
}

.service-nav ul li a {
    background-color: #00263e;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    display: flex;
}

.service-nav ul li a:hover {
    background-color: #001e31;
}

.service-nav ul li a i {
    margin-right: 10px;
    margin-top: 4px;
}

/* Team */

/* Forms */
.forms-section {
    position: relative;
    padding-top: 120px;
}

.elementor-section.forms-section .elementor-container,
.elementor-section.forms-section .elementor-column,
.elementor-section.forms-section .elementor-widget-wrap {
    position: static;
}

.forms-section .elementor-widget-html {
    background-color: #ffffff;
    width: 110%;
    height: 230px;
    position: absolute;
    top: -50px;
    left: -55px;
    z-index: 1;
    transform: rotate(-3deg);
    overflow: hidden;
}

.forms-section .elementor-widget-html p {
    font-size: 200px;
    line-height: 180px;
    font-weight: 600;
    transform: rotate(3deg);
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 1px #cecece, 0 -1px #cecece, 1px 0 #cecece, -1px 0 #cecece;
}

.forms-section .elementor-widget-text-editor {
    position: relative;
    z-index: 2;
}

.forms-section .forms-list {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

/* Forms */

/* Links */
.links-section {
    position: relative;
    padding-top: 120px;
}

.elementor-section.links-section .elementor-container,
.elementor-section.links-section .elementor-column,
.elementor-section.links-section .elementor-widget-wrap {
    position: static;
}

.links-section .elementor-widget-html {
    background-color: #ffffff;
    width: 110%;
    height: 230px;
    position: absolute;
    top: -50px;
    left: -55px;
    z-index: 1;
    transform: rotate(-3deg);
    overflow: hidden;
}

.links-section .elementor-widget-html p {
    font-size: 200px;
    line-height: 180px;
    font-weight: 600;
    transform: rotate(3deg);
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 1px #cecece, 0 -1px #cecece, 1px 0 #cecece, -1px 0 #cecece;
}

.links-section .elementor-widget-text-editor {
    position: relative;
    z-index: 2;
}

.links-section h3 {
    margin-bottom: 15px;
}

.links-section h3::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #001a2b;
    display: block;
}

.links-section .link-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.links-section .link-list:last-child {
    margin-bottom: 0;
}

.links-section .link-list li {
    list-style: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 4px 0;
}

.links-section .link-list li a:hover {
    color: #201b3a;
}

.links-section .link-list li a:after {
    content: "\f08e";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    margin-left: 6px;
}

/* Links */

/* Services */
.service-section {
    position: relative;
    padding-top: 120px;
}

.elementor-section.service-section .elementor-container,
.elementor-section.service-section .elementor-column,
.elementor-section.service-section .elementor-widget-wrap {
    position: static;
}

.service-section .elementor-widget-html {
    background-color: #ffffff;
    width: 110%;
    height: 230px;
    position: absolute;
    top: -50px;
    left: -55px;
    z-index: 1;
    transform: rotate(-3deg);
    overflow: hidden;
}

.service-section .elementor-widget-html p {
    font-size: 200px;
    line-height: 180px;
    font-weight: 600;
    transform: rotate(3deg);
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 1px #cecece, 0 -1px #cecece, 1px 0 #cecece, -1px 0 #cecece;
}

.service-item-inner {
    z-index: 2;
}

.service-item-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 30px;
}

.service-item-inner-wrap .elementor-image-box-wrapper {
    position: relative;
    overflow: hidden;
}

.service-item-inner-wrap .elementor-image-box-img {
    margin: 0 !important;
    transform: scale(1);
    transition: all 0.9s ease-in-out;
}

.service-item-inner-wrap .elementor-image-box-wrapper:hover .elementor-image-box-img {
    transform: scale(1.1);
}

.service-item-inner-wrap .elementor-image-box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.service-item-inner-wrap .elementor-image-box-content h3 {
    font-size: 26px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}

.service-item-inner-wrap .elementor-image-box-content h3 a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-item-inner-wrap .elementor-image-box-content p {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.service-inner .elementor-section.service-inner-section>.elementor-container {
    column-gap: 30px;
}

.service-inner .large-text p {
    font-size: 20px;
    line-height: 26px;
}

.service-inner .left ul {
    padding-left: 25px;
    margin: 10px 0;
}

/* Services */

/* Contact Us */
.contact-us-top {
    position: relative;
    padding-top: 120px;
}

.elementor-section.contact-us-top .elementor-container,
.elementor-section.contact-us-top .elementor-column,
.elementor-section.contact-us-top .elementor-widget-wrap {
    position: static;
}

.contact-us-top>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget-html {
    background-color: #ffffff;
    width: 110%;
    height: 230px;
    position: absolute;
    top: -50px;
    left: -55px;
    z-index: 1;
    transform: rotate(-3deg);
    overflow: hidden;
}

.contact-us-top>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget-html p {
    font-size: 200px;
    line-height: 180px;
    font-weight: 600;
    transform: rotate(3deg);
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 1px #cecece, 0 -1px #cecece, 1px 0 #cecece, -1px 0 #cecece;
}

.contact-us-top .elementor-section {
    position: relative;
    z-index: 2;
}

.contact-us-top .elementor-section .elementor-container {
    column-gap: 20px;
}

.contact-form-block .contact-form form#gform_1 {
    padding: 40px 35px;
    background-color: #00263e;
}

.contact-form-block form#gform_1 .gform_fields {
    grid-row-gap: var(--gf-form-gap-x);
    row-gap: var(--gf-form-gap-x);
}

.contact-info-block .elementor-widget-text-editor .elementor-widget-container ul li strong {
    font-weight: 500;
}

.contact-info-block .elementor-widget-text-editor .elementor-widget-container ul li a {
    color: #ffffff;
}

/* Contact Us */

/* Proposal Request */

.proposal-request .elementor-inner-section {
    position: relative;
    z-index: 2;
}

.request-section,
.proposal-request {
    position: relative;
    padding-top: 120px;
}

.elementor-section.request-section .elementor-container,
.elementor-section.request-section .elementor-column,
.elementor-section.request-section .elementor-widget-wrap {
    position: static;
}

.elementor-section.proposal-request .elementor-container,
.elementor-section.proposal-request .elementor-column,
.elementor-section.proposal-request .elementor-widget-wrap {
    position: static;
}

.request-section .bend-row,
.proposal-request .bend-row {
    background-color: #ffffff;
    width: 110%;
    height: 230px;
    position: absolute;
    top: -50px;
    left: -55px;
    z-index: 1;
    transform: rotate(-3deg);
    overflow: hidden;
}

.request-section .bend-row p,
.proposal-request .bend-row p {
    font-size: 200px;
    line-height: 180px;
    font-weight: 600;
    transform: rotate(3deg);
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 1px #cecece, 0 -1px #cecece, 1px 0 #cecece, -1px 0 #cecece;
}

.request-section .request-content-top {
    position: relative;
    z-index: 2;
}

.team-list-inner-new ul{
	padding-left: 0;
	margin-left: -15px;
}

.team-list-inner-new ul li {
    display: flex;
    flex-wrap: wrap;
}

.team-list-inner-new ul li strong {
    width: 165px;
}

.team-list-inner-new ul li span {
    width: calc(100% - 165px);
}

.request-section ul {
    padding-left: 20px;
}

.request-section .form-title {
    border-bottom: 1px solid #001a2b;
}

.request-section .form-title .section-title-module {
    margin-bottom: 10px;
}

.request-section .form-title h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 0;
}

.request-section .form-title h2 a {
    color: #004274;
}

.request-section .form-title p.houzez_section_subtitle {
    margin-bottom: 5px;
}

.request-section .form-title p.houzez_section_subtitle a {
    background-color: #00263e;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 5px 12px;
    font-weight: 400;
    display: inline-block;
}

.sgpb-popup-dialog-main-div-theme-wrapper-3 {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.sg-popup-content {
    padding-top: 30px;
    max-height: calc(100vh - 50px) !important;
}

.sg-popup-content iframe {
    max-width: 100%;
}


/*Manidip*/

/*.pdfPopupButtons {
    position: absolute;
    top: 25px;
    left: 38px;
}*/

.disclosurePrintButton:hover,
.disclosurePrintButton:focus,
.disclosurepopupCloseButton:hover,
.disclosurepopupCloseButton:focus {
    color: #fff;
    background: #2c2c2c;
}

.disclosurePrintButton,
.disclosurepopupCloseButton,
.disclosurePrintButton:visited,
.disclosurepopupCloseButton:visited {
    background-color: #000000;
    color: #ffffff;
    width: auto;
    flex-basis: auto;
    padding: 4px 10px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
}

#pdfPrintPopup.modal.show {
    display: block;
}

div#pdfCanvases {
    overflow-y: scroll;
    max-height: 600px;
}

div#pdfCanvases canvas {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#pdfPrintPopup .modal-dialog {
    max-width: 50%;
    margin: 0 auto;
    z-index: 999999999;
}

#disclosurePrintFrame {
    display: none;
}

#pdfPrintPopup.modal {
    z-index: 99999999;
    margin-top: 5%;
}

@media not all and (min-resolution: 0.001dpcm) {
    .disclosurePrintButton {
        display: block;
    }
}

.request-content-form .gform-theme--foundation h2.gform_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: 1px solid #001a2b;
    padding-bottom: 8px;
}

.request-content-form form#gform_3 .gform_fields,
.request-content-form form#gform_4 .gform_fields {
    grid-row-gap: var(--gf-form-gap-x);
    row-gap: var(--gf-form-gap-x);
}

.request-content-form .gform_confirmation_message_4 {
    background-color: #b3ffc7;
    padding: 10px;
    border: 1px solid #00df6c;
}

.request-content-form .gform-theme--foundation .gfield input.large {
    border-radius: 0;
    background-color: transparent !important;
    border: 1px solid #001a2b;
    color: #001a2b;
    height: 45px;
}

.request-content-form .gform-theme--foundation .gfield textarea {
    border-radius: 0;
    background-color: transparent !important;
    border: 1px solid #001a2b;
    color: #001a2b;
}

.request-content-form .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
    border-radius: 0;
    background-color: transparent !important;
    border: 1px solid #001a2b;
    color: #001a2b;
    height: 45px;
    width: 100%;
}

.request-content-form .border-top-separate {
    border-top: 1px solid #acacac;
    padding-top: 20px;
    margin-top: 12px;
}

.request-content-form .border-top-separate label {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}

.request-content-form .gsection_head {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    /* background-color: #efefef; */
    padding-top: 3px;
    padding-left: 3px;
}

.request-content-form .gsection_head h3.gsection_title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

.request-content-form .gsection_sub_head {
    border-bottom: 1px solid #001a2b;
    padding-bottom: 5px;
}

.request-content-form .gsection_sub_head h3.gsection_title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
}

.request-content-form .gform_required_legend {
    display: none;
}

.request-content-form .gform-theme--foundation .gfield select.large {
    border-radius: 0;
    background-color: transparent !important;
    border: 1px solid #001a2b;
    color: #001a2b;
    height: 45px;
    line-height: 45px;
}

.request-content-form .gform-theme--foundation .gfield.block-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border-bottom: 1px solid #001a2b;
    padding-bottom: 8px;
}

.request-content-form .gform-theme--foundation .gfield.block-consent {
    background-color: #F4F0EC;
    padding: 20px;
}

.request-content-form .gform-theme--foundation .gfield.block-consent p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.request-content-form .gform-theme--foundation .gfield.block-consent p strong {
    font-weight: 500;
}

.request-content-form form#gform_3 .gform_footer .gform_button.button,
.request-content-form form#gform_4 .gform_footer .gform_button.button {
    background-color: #00263e;
    color: #ffffff;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    border-radius: 0;
    width: auto;
    flex-basis: auto;
    padding: 9px 40px;
}

.request-content-form form#gform_3 .gform_confirmation_message {
    background-color: #00ce7e;
    padding: 10px;
    color: #fff;
}

.request-content-form label span.ank-popup,
.request-content-form label span.pdf-popup {
    color: #004274;
    font-weight: 500;
    cursor: pointer;
}

/* .ack-date,
.block-consent,
.ack-name,
.ack-check {
    display: block !important;
} */

/* Proposal Request */

.ui-widget.ui-widget-content {
    height: auto;
}

.gform-theme--framework.ui-datepicker .ui-datepicker-title {
    margin-inline: 0;
}

@media screen and (max-width: 1600px) {
    body .main-wrap {
        overflow: hidden;
    }

    .header-main-wrap {
        position: relative;
        z-index: 999;
    }

    .header-main-wrap .header-v4 {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 1450px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 94%;
    }

    header .container {
        max-width: 98% !important;
    }

    .logo {
        margin-right: 15px;
    }

    .main-nav {
        width: calc(100% - 390px);
    }

    .logged-in-nav-wrap {
        margin-left: 15px;
    }

    .main-nav:not(.houzez-nav-menu-main) .nav-link {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .header-main-wrap .header-v4 a.nav-link {
        font-size: 12px;
        line-height: 18px;
    }

    .header-main-wrap .header-v4 .login-register a {
        padding-left: 0 !important;
    }

    .banner-title-wrap,
    .banner-cta-group-wrap {
        max-width: 94%;
    }

    .search-section.elementor-element>.elementor-container {
        max-width: 92% !important;
    }

    .property-section .elementor-widget-html p {
        font-size: 200px;
    }

    .profile-section .elementor-inner-section>.elementor-container .left>.elementor-widget-wrap {
        margin-left: 0 !important;
    }

    .profile-section .elementor-widget-html p {
        font-size: 220px;
        line-height: 160px;
    }

    .profile-section .elementor-inner-section>.elementor-container h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .profile-section .elementor-inner-section>.elementor-container p {
        font-size: 22px;
        line-height: 28px;
    }

    .footer-wrap .footer-top-wrap .container,
    .footer-wrap .footer-bottom-wrap .container {
        max-width: 94%;
    }

    .elementor-section.elementor-section-boxed.team-column-wrap>.elementor-container {
        padding: 0 15px;
    }

    .elementor-section.elementor-section-boxed.team-list-inner>.elementor-container {
        max-width: 100%;
    }

    .elementor-section.elementor-section-boxed.service-nav>.elementor-container {
        max-width: 100%;
    }

    .service-section .elementor-widget-html {
        height: 180px;
    }

    .service-section .elementor-widget-html p {
        font-size: 150px;
        line-height: 130px;
        margin: 0;
    }

    .request-section .request-content-top .elementor-widget-container,
    .request-section .request-content-form .elementor-widget-container,
    .request-section .form-title .elementor-widget-container {
        max-width: 94%;
        padding: 0 15px;
        margin: 0 auto;
    }

    .request-section .bend-row,
    .proposal-request .bend-row {
        height: 180px;
    }

    .request-section .bend-row p,
    .proposal-request .bend-row p {
        font-size: 150px;
        line-height: 130px;
        margin: 0;
    }

    .forms-section .elementor-widget-text-editor .elementor-widget-container {
        max-width: 94%;
        padding: 0 15px;
        margin: 0 auto;
    }

    .forms-section .elementor-widget-html {
        height: 180px;
    }

    .forms-section .elementor-widget-html p {
        font-size: 150px;
        line-height: 130px;
        margin: 0;
    }

    .links-section .elementor-widget-text-editor .elementor-widget-container {
        max-width: 94%;
        padding: 0 15px;
        margin: 0 auto;
    }

    .links-section .elementor-widget-html {
        height: 180px;
    }

    .links-section .elementor-widget-html p {
        font-size: 150px;
        line-height: 130px;
        margin: 0;
    }

    .contact-us-top>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget-html {
        height: 180px;
    }

    .contact-us-top>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget-html p {
        font-size: 150px;
        line-height: 130px;
        margin: 0;
    }

    .listing-wrap .container {
        max-width: 94%;
    }

    .property-wrap>.container {
        max-width: 94%;
    }
}

@media screen and (max-width: 1200px) {

    rs-module-wrap,
    .revslider-initialised,
    rs-fw-forcer {
        height: 600px !important;
        max-height: 600px !important;
    }

    .header-main-wrap .header-v4 .header-inner-wrap {
        height: 100px;
    }

    .header-main-wrap .header-v4 .header-inner-wrap .logo {
        width: 100px;
    }

    .main-nav {
        width: calc(100% - 340px);
    }

    .header-main-wrap .header-v4 a.nav-link {
        padding-right: 10px !important;
    }

    .header-main-wrap .header-v4 a.nav-link.dropdown-item {
        padding: 5px 10px !important;
    }

    .main-nav:not(.houzez-nav-menu-main) .nav-link {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    .header-main-wrap .header-v4 a.nav-link {
        font-size: 11px;
        line-height: 17px;
    }

    .banner-title-wrap {
        margin: 0 auto 10px;
    }

    .banner-title {
        font-size: 36px !important;
        line-height: 42px !important;
        white-space: inherit !important;
    }

    .banner-cta-group a.btn-1,
    .banner-cta-group a.btn-2 {
        font-size: 14px;
        line-height: 20px !important;
    }

    .search-section .houzez-search-form-js .houzez-ele-search-form-wrapper {
        padding: 40px 30px !important;
    }

    .property-section {
        padding: 80px 0 60px;
    }

    .property-section .elementor-widget-html p {
        font-size: 180px;
        line-height: 220px;
        position: relative;
        bottom: -82px;
        margin: 0;
    }

    .property-section h2.houzez_section_title {
        font-size: 36px !important;
        line-height: 42px;
    }

    .property-section .houzez_section_title_wrap p.houzez_section_subtitle {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .service-list .elementor-inner-column h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .service-list .elementor-inner-column p {
        margin-bottom: 0;
    }

    .contact-section {
        padding: 80px 0;
    }

    .contact-section h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .contact-section p {
        font-size: 16px;
        line-height: 22px;
    }

    .contact-section .left {
        margin-top: 20px;
        padding-right: 30px;
    }

    .profile-section {
        padding: 60px 0 80px;
    }

    .profile-section .elementor-widget-html p {
        font-size: 180px;
        line-height: 160px;
        margin: 0;
        top: -40px;
    }

    .profile-section .elementor-inner-section>.elementor-container p {
        font-size: 20px;
        line-height: 26px;
    }

    .testimonial-section {
        padding: 80px 0;
    }

    .testimonial-section h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .testimonial-section .testi-subtitle p {
        font-size: 22px;
        line-height: 28px;
        margin: 0;
    }

    .testi-person-block .mySwiper .block-shadow {
        padding: 0 15px;
    }

    .testi-person-block .mySwiper .slide-title {
        font-size: 24px;
        line-height: 30px;
    }

    .testi-person-block .mySwiper .slide-subtitle {
        font-size: 20px;
        line-height: 26px;
    }

    .testi-person-block p,
    .testi-person-block .mySwiper .slide-description {
        font-size: 24px;
        line-height: 30px !important;
    }

    .footer-wrap .footer-top-wrap {
        padding: 80px 0;
    }

    .footer-wrap .footer-bottom-wrap {
        padding: 15px 0;
    }

    .inner-page-banner>.elementor-container {
        padding-top: 100px;
    }

    .teams-section .elementor-widget-html {
        height: 150px;
    }

    .teams-section .elementor-widget-html p {
        font-size: 150px;
        line-height: 140px;
        margin: 0;
    }

    .team-column-wrap>.elementor-container {
        column-gap: 20px;
    }

    .team-column-wrap>.elementor-container>.elementor-column:first-child {
        width: calc(70% - 10px);
    }

    .team-column-wrap>.elementor-container>.elementor-column:first-child .elementor-widget-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .team-column-wrap>.elementor-container>.elementor-column:last-child {
        width: calc(30% - 10px);
    }

    .team-column-wrap>.elementor-container>.elementor-column:last-child .elementor-widget-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .team-list-inner-wrap {
        justify-content: flex-start;
    }

    .team-list-inner-wrap .elementor-column {
        width: calc(33.33% - 15px) !important;
    }

    .team-list-inner-wrap .elementor-column p {
        font-size: 15px;
        line-height: 20px;
    }

    .team-list-inner-wrap .elementor-column p strong {
        font-size: 18px;
        line-height: 26px;
    }

    .service-nav ul li a {
        padding: 12px 15px;
        font-size: 16px;
        line-height: 22px;
    }

    .teams-section h2,
    .about-contact-area h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .about-contact-area .elementor-widget-html {
        height: 180px;
        top: -35px;
    }

    .padding-y {
        padding: 80px 0;
    }

    .padding-b {
        padding-bottom: 80px;
    }

    .padding-t {
        padding-top: 80px;
    }

    .about-page-top .elementor-widget-html {
        width: 110%;
        height: 140px;
    }

    .about-page-top .elementor-widget-html p {
        font-size: 150px;
        line-height: 130px;
        margin: 0;
    }

    .service-section .elementor-widget-html {
        height: 150px;
    }

    .service-section .elementor-widget-html p {
        font-size: 150px;
        line-height: 140px;
    }

    .proposal-request .elementor-section .elementor-container {
        padding: 0 15px;
    }

    .request-section .bend-row,
    .proposal-request .bend-row {
        height: 120px;
        margin: 0;
    }

    .request-section .bend-row p,
    .proposal-request .bend-row p {
        font-size: 120px;
        line-height: 120px;
    }

    .links-section .elementor-widget-html {
        height: 120px;
        margin: 0;
    }

    .links-section .elementor-widget-html p {
        font-size: 120px;
        line-height: 120px;
    }

    .contact-us-top>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget-html {
        height: 120px;
        margin: 0;
    }

    .contact-us-top>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget-html p {
        font-size: 120px;
        line-height: 120px;
    }

    .contact-map.elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 94% !important;
        padding: 0 15px;
    }

    .contact-us-top .elementor-section .elementor-container {
        padding: 0 15px;
    }

    .service-inner .elementor-section.service-inner-section>.elementor-container {
        padding: 0 15px;
        column-gap: 20px;
    }

    .service-inner .left ul {
        padding-left: 20px;
    }

    .post-type-archive-property .main-wrap,
    .single-property .main-wrap,
    .tax-property_status .main-wrap {
        margin-top: 100px !important;
    }

    .post-type-archive-property .main-wrap,
    .single-property .main-wrap,
    .tax-property_status .main-wrap,
    .page-template-template-listing-grid-v1 .main-wrap {
        margin-top: 100px !important;
    }

    .post-type-archive-property.admin-bar .main-wrap,
    .single-property.admin-bar .main-wrap {
        margin-top: 70px !important;
    }

    .sidebar-wrap .property-form-wrap {
        padding: 20px;
    }

    .widget-wrap {
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .main-nav {
        display: none;
    }

    body.mob-menu-slideout-over {
        padding-top: 0 !important;
    }

    body .mobmenu.mob-menu-header-holder {
        top: 34px !important;
        position: fixed;
        width: auto !important;
        height: auto !important;
        right: 30px !important;
    }

    body.admin-bar .mob-menu-header-holder.mobmenu {
        top: 66px !important;
    }

    .show-panel .mob-cancel-button {
        background-color: #003455;
        padding: 10px 4px;
    }

    /* body.admin-bar .header-main-wrap {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    } */

    /* body.admin-bar .header-main-wrap {
        top: 32px;
    } */

    .header-desktop {
        display: block;
    }

    .header-mobile {
        display: none !important;
    }

    .mob-menu-header-holder .mobmenur-container {
        position: static;
        margin: 0;
    }

    .mob-menu-header-holder .mobmenur-container a {
        display: block;
    }

    .mobmenur-container a i {
        float: none;
    }

    .header-main-wrap .header-v4 a.nav-link {
        font-size: 13px;
        line-height: 18px;
    }

    .login-register-nav.dropdown,
    .logged-in-nav-wrap {
        margin-left: 0;
        margin-right: 50px;
        display: block;
        width: auto;
        margin-bottom: 0;
        position: static;
        overflow: unset;
    }

    .property-section {
        padding: 60px 0 60px;
    }

    .property-section::before {
        height: 210px;
        top: -60px;
    }

    .property-section h2.houzez_section_title {
        font-size: 32px !important;
        line-height: 40px;
    }

    .property-section .houzez_section_title_wrap p.houzez_section_subtitle {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .property-section .elementor-widget-html {
        height: 200px;
        bottom: -100px;
    }

    .property-section .elementor-widget-html p {
        font-size: 120px;
        line-height: 180px;
    }

    .service-list .elementor-inner-column {
        padding: 30px 20px;
        width: calc(33.33% - 4px);
    }

    .service-list .elementor-inner-column .elementor-widget-image img {
        width: 70px;
    }

    .contact-section {
        padding: 60px 0;
    }

    .contact-section .elementor-widget-wrap {
        padding: 0 10px !important;
    }

    .contact-section .right .elementor-form,
    .contact-section .right .contact-form form#gform_1 {
        padding: 30px;
        background-color: #00263ed1;
    }

    .contact-section h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .profile-section {
        padding: 60px 0;
    }

    .profile-section .elementor-widget-html {
        height: 190px;
        top: -90px;
    }

    .profile-section .elementor-widget-html p {
        font-size: 130px;
        line-height: 150px;
    }

    .profile-section .elementor-inner-section>.elementor-container h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .profile-section .elementor-inner-section>.elementor-container p {
        font-size: 18px;
        line-height: 24px;
    }

    .main-btn a.elementor-button {
        font-size: 15px;
        line-height: 20px;
        padding: 12px 30px;
    }

    .profile-section .elementor-inner-section>.elementor-container .left {
        padding-right: 30px;
    }

    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-section h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .testimonial-section .testi-subtitle p {
        font-size: 20px;
        line-height: 26px;
    }

    .testi-person-block p,
    .testi-person-block .mySwiper .slide-description {
        font-size: 20px;
        line-height: 28px !important;
    }

    .footer-wrap .footer-top-wrap {
        padding: 60px 0;
    }

    .teams-section {
        padding-top: 80px;
    }

    .teams-section h2,
    .about-contact-area h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .teams-section .elementor-widget-html {
        height: 120px;
        top: -30px;
    }

    .teams-section .elementor-widget-html p {
        font-size: 120px;
        line-height: 100px;
        margin: 0;
    }

    .about-page-top {
        padding-top: 80px;
    }

    .about-page-top .elementor-widget-html {
        height: 120px;
    }

    .about-page-top .elementor-widget-html p {
        font-size: 120px;
        line-height: 110px;
        margin: 0;
    }

    .service-section {
        padding-top: 80px;
    }

    .service-section .elementor-widget-html {
        height: 120px;
    }

    .service-section .elementor-widget-html p {
        font-size: 120px;
        line-height: 100px;
        margin: 0;
    }

    .request-content-form .gform-theme--foundation .gfield input.large {
        height: 35px;
    }

    .request-content-form .gform-theme--foundation .gfield select.large {
        height: 35px;
        line-height: 35px;
    }

    .request-content-form .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
        height: 35px;
    }

    .request-content-form .gform-theme--foundation .gfield.block-consent {
        padding: 15px;
    }

    .forms-section .elementor-widget-html {
        height: 120px;
    }

    .forms-section .elementor-widget-html p {
        font-size: 120px;
        line-height: 100px;
    }

    .links-section h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .contact-us-top {
        padding-top: 80px;
    }

    .contact-form-block {
        width: calc(60% - 10px) !important;
    }

    .contact-form-block .elementor-widget-text-editor .elementor-widget-container {
        padding: 25px !important;
        font-size: 16px;
        line-height: 22px;
    }

    .contact-form-block .contact-form form#gform_1 {
        padding: 25px;
    }

    .contact-info-block {
        width: calc(40% - 10px) !important;
    }

    .contact-info-block .elementor-widget-heading .elementor-widget-container {
        padding: 25px 25px 0px 25px !important;
    }

    .contact-info-block .elementor-widget-text-editor .elementor-widget-container {
        padding: 0 25px 15px 25px !important;
    }

    .contact-info-block .elementor-widget-text-editor .elementor-widget-container ul {
        padding-left: 20px;
    }

    .contact-info-block .elementor-widget-social-icons .elementor-widget-container {
        padding: 0 25px 25px 25px !important;
    }

    .gform-theme--foundation .gfield input.large {
        height: 35px;
    }

    .gform-theme--foundation .gfield textarea {
        height: 100px;
    }

    .contact-map .elementor-widget-text-editor .elementor-widget-container {
        padding: 25px 25px 10px 25px !important;
    }

    .mobile-property-tools {
        padding: 20px 30px;
    }

    .mobile-property-tools .nav-pills>.nav-item>.nav-link,
    .mobile-property-tools .item-tool>span {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 14px;
    }

}

@media screen and (max-width: 900px) {
    .contact-section .left {
        margin-top: 0;
        padding-right: 0;
        width: 100% !important;
    }

    .contact-section .right {
        width: 100% !important;
    }

    .profile-section .elementor-inner-section>.elementor-container .left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .profile-section .elementor-inner-section>.elementor-container .right {
        width: 100%;
    }

    .profile-section .elementor-inner-section>.elementor-container .right img {
        max-width: 100%;
        width: 400px;
        margin: 0 auto;
    }

    .footer-wrap .footer-top-wrap .row {
        row-gap: 15px;
    }

    .footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(1),
    .footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(4) {
        -ms-flex: 0 0 30%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(2),
    .footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(3) {
        -ms-flex: 0 0 30%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .profile-section .elementor-widget-html {
        left: -25px;
    }

    .team-list-inner-wrap .elementor-column {
        width: calc(50% - 15px) !important;
    }

    .service-inner .left {
        margin-bottom: 30px;
        width: 100% !important;
    }

    .service-inner .right {
        width: 100% !important;
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar .mob-menu-header-holder.mobmenu {
        top: 78px !important;
    }

    .banner-title {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    .banner-title br {
        display: none !important;
    }

    .service-list .elementor-container {
        row-gap: 10px;
    }

    .service-list .elementor-inner-column {
        width: 100%;
    }

    .profile-section .elementor-widget-html p {
        font-size: 100px;
        line-height: 130px;
    }

    .property-section h2.houzez_section_title {
        font-size: 30px !important;
        line-height: 38px;
    }

    .property-section .houzez_section_title_wrap p.houzez_section_subtitle {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .contact-section h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .profile-section .elementor-inner-section>.elementor-container h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .profile-section .elementor-inner-section>.elementor-container p {
        font-size: 16px;
        line-height: 22px;
    }

    .testimonial-section h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .testimonial-section .testi-subtitle p {
        font-size: 18px;
        line-height: 24px;
    }

    .testi-person-block p,
    .testi-person-block .mySwiper .slide-description {
        font-size: 18px;
        line-height: 26px !important;
    }

    .main-btn a.elementor-button {
        font-size: 13px;
        padding: 10px 30px;
    }

    .inner-page-banner>.elementor-container {
        min-height: 350px !important;
    }

    .inner-page-banner>.elementor-container h1.elementor-heading-title {
        font-size: 40px !important;
        line-height: 46px;
    }

    .team-column-wrap>.elementor-container>.elementor-column:first-child {
        width: 100%;
    }

    .team-column-wrap>.elementor-container>.elementor-column:last-child {
        width: 100%;
    }

    .about-contact-area .elementor-section>.elementor-container>.elementor-column:first-child {
        margin-bottom: 20px;
    }

    .team-column-wrap>.elementor-container>.elementor-column:last-child .elementor-widget-wrap {
        padding: 15px 0 0;
    }

    .teams-section .elementor-widget-html {
        height: 80px;
        top: -20px;
        left: -15px;
    }

    .teams-section .elementor-widget-html p {
        font-size: 95px;
        line-height: 80px;
        margin: 0;
    }

    .about-page-top .elementor-widget-html p {
        font-size: 95px;
        line-height: 80px;
    }

    .about-contact-area .elementor-widget-html {
        height: 80px;
        top: -25px;
    }

    .about-contact-area p:last-child {
        margin-bottom: 0;
    }

    .about-page-top-content:last-child .elementor-container {
        flex-direction: column-reverse;
    }

    .about-page-top .elementor-widget-html {
        height: 80px;
        left: -25px;
        top: -30px;
    }

    .service-section {
        padding-top: 80px;
    }

    .service-section .elementor-widget-html {
        height: 80px;
        left: -25px;
        top: -30px;
    }

    .service-section .elementor-widget-html p {
        font-size: 95px;
        line-height: 80px;
    }

    .service-item-inner-wrap .elementor-image-box-content h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .service-inner .large-text p {
        font-size: 18px;
        line-height: 24px;
    }

    .request-section .bend-row,
    .proposal-request .bend-row {
        height: 90px;
        top: -30px;
        left: -45px;
    }

    .request-section .bend-row p,
    .proposal-request .bend-row p {
        font-size: 100px;
        line-height: 80px;
    }

    .forms-section .elementor-widget-html {
        height: 80px;
        left: -5px;
        top: -30px;
    }

    .forms-section .elementor-widget-html p {
        font-size: 100px;
        line-height: 80px;
    }

    .links-section .link-list li {
        font-size: 15px;
    }

    .links-section .elementor-widget-html {
        height: 80px;
        left: -5px;
        top: -30px;
    }

    .links-section .elementor-widget-html p {
        font-size: 100px;
        line-height: 80px;
    }

    .contact-us-top>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget-html {
        height: 80px;
        left: -5px;
        top: -30px;
    }

    .contact-us-top>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget-html p {
        font-size: 100px;
        line-height: 80px;
    }

    .contact-form-block {
        width: 100% !important;
    }

    .contact-info-block {
        width: 100% !important;
        margin-top: 30px;
    }

    .contact-form-block .elementor-widget-text-editor {
        margin-bottom: 15px;
    }

    .teams-section h2,
    .about-contact-area h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .list-3-cols {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    .block-content-wrap .list-3-cols li,
    .block-content-wrap .list-2-cols li,
    .block-content-wrap .list-1-cols li {
        line-height: 20px;
    }

    .sidebar-wrap .widget-wrap {
        padding: 15px;
    }

    .advanced-search-nav .form-control,
    .advanced-search-nav .bootstrap-select>select {
        height: 36px;
    }

    .advanced-search-nav .flex-search:last-of-type {
        padding: 0;
    }

    .sidebar-wrap .property-form-wrap {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 767px) {

    .mobile-property-tools {
        padding: 20px 15px;
    }

    .property-top-wrap,
    .property-view {
        padding: 0 15px;
    }

    .mobile-property-title {
        padding: 0 15px 20px;
    }

    .block-wrap {
        padding: 20px 15px;
        border-radius: 0;
    }

    .similar-property-wrap {
        padding: 0 15px 20px;
        margin-top: 20px;
    }

    .about-page-top-content .col-sm-gap {
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {

    rs-module-wrap,
    .revslider-initialised,
    rs-fw-forcer {
        height: 530px !important;
        max-height: 530px !important;
    }

    rs-slide {
        padding: 150px 0 50px;
    }

    .banner-title-wrap,
    .banner-cta-group-wrap {
        padding: 0 15px;
    }

    .search-section .houzez-search-form-js .houzez-ele-search-form-wrapper {
        background-position: 95% 101%;
    }

    .search-section {
        margin: 0 !important;
        padding: 50px 20px;
        background-color: #F4F0EC;
    }

    .mobmenu-panel .mobmenu-content li>.sub-menu li {
        padding-left: 15px;
    }

    .property-section {
        padding: 20px 0 60px;
    }

    .property-section::before {
        display: none;
    }

    .property-section .elementor-widget-html {
        display: none;
    }

    .property-section h2.houzez_section_title {
        font-size: 26px !important;
        line-height: 34px;
    }

    .profile-section .elementor-widget-html {
        display: none;
    }

    .service-list .elementor-inner-column h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .footer-wrap .footer-top-wrap {
        padding: 40px 0;
    }

    .footer-wrap .footer-top-wrap p {
        font-size: 13px;
        line-height: 18px;
    }

    .footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(2) ul.menu li a {
        font-size: 13px;
        line-height: 18px;
    }

    .profile-section .elementor-inner-section>.elementor-container .left,
    .profile-section .elementor-inner-section>.elementor-container .right {
        padding: 0 15px;
    }

    .testimonial-section>.elementor-container {
        padding: 0 15px;
    }

    .testimonial-section .testi-subtitle p {
        font-size: 17px;
        line-height: 22px;
    }

    .testi-person-block .mySwiper .slide-title {
        font-size: 22px;
        line-height: 28px;
    }

    .testi-person-block .mySwiper .slide-subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .testi-person-block p,
    .testi-person-block .mySwiper .slide-description {
        font-size: 16px;
        line-height: 22px !important;
    }

    .padding-y {
        padding: 60px 0;
    }

    .padding-t {
        padding-top: 60px;
    }

    .padding-b {
        padding-bottom: 60px;
    }

    .about-contact-area .elementor-widget-html {
        top: -15px;
        left: -35px;
        margin: 0;
    }

    .about-contact-area .elementor-section>.elementor-container>.elementor-column .elementor-widget-wrap {
        padding: 0 15px;
    }

    .about-page-top {
        padding-top: 60px;
    }

    .service-section .elementor-widget-html {
        margin: 0;
    }

    .service-section .elementor-widget-html p {
        font-size: 80px;
        line-height: 72px;
    }

    .service-item-inner-wrap .elementor-image-box-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .request-content-form form#gform_4 .gform_footer .gform_button.button {
        font-size: 14px;
        line-height: 22px;
        padding: 9px 30px;
    }

    .request-section .bend-row p,
    .proposal-request .bend-row p {
        font-size: 80px;
        line-height: 70px;
    }

    .request-content-form form#gform_3 .gform_footer .gform_button.button {
        font-size: 14px;
        line-height: 22px;
        padding: 9px 30px;
    }

    .contact-us-top>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget-html p {
        font-size: 80px;
        line-height: 70px;
    }

    .contact-us-top {
        padding-top: 60px;
    }

    .contact-form form#gform_1 .gform_footer .gform_button.button {
        font-size: 14px;
        line-height: 22px;
        padding: 9px 30px;
    }

    .teams-section h2,
    .about-contact-area h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .about-page-top .elementor-widget-html p {
        font-size: 80px;
        line-height: 70px;
    }

    .teams-section .elementor-widget-html p {
        font-size: 80px;
        line-height: 70px;
    }

    .mob-cancel-button {
        font-size: 22px !important;
    }

    .show-panel .mob-cancel-button {
        padding: 7px 4px;
    }

    .mob-expand-submenu i {
        font-size: 15px;
    }

    #pdfPrintPopup .modal-dialog {
        max-width: 85%;
    }

    .listing-wrap .sidebar-wrap .widget-wrap {
        padding: 15px;
    }

    .about-page-top .elementor-widget-html {
        height: 70px;
        top: -20px;
    }

    .about-page-top-content .elementor-element-populated {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .teams-section {
        padding-top: 60px;
    }

    .teams-section .elementor-widget-html {
        height: 70px;
        top: -15px;
        margin: 0;
    }

    .team-column-wrap>.elementor-container>.elementor-column:first-child .elementor-widget-wrap {
        padding: 0;
    }

    .team-column-wrap>.elementor-container>.elementor-column:last-child .elementor-widget-heading {
        margin-bottom: 0;
    }

    .mob-cancel-button {
        font-size: 24px !important;
    }

    .mobmenu-content li>.sub-menu li {
        padding-left: calc(8*1%);
    }

    .service-section {
        padding-top: 60px;
    }

    .service-inner .elementor-section .elementor-column .elementor-widget-wrap {
        padding: 0;
    }

    .request-section .bend-row,
    .proposal-request .bend-row {
        height: 70px;
        top: -17px;
        left: -15px;
    }

    .request-section .bend-row p,
    .proposal-request .bend-row p {
        font-size: 70px;
        line-height: 60px;
    }

    .forms-section .elementor-widget-html {
        height: 70px;
        top: -20px;
        margin: 0;
    }

    .forms-section .elementor-widget-html p {
        font-size: 80px;
        line-height: 70px;
    }

    .contact-us-top>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget-html {
        height: 70px;
        top: -20px;
    }

    .contact-us-top>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget-html p {
        font-size: 70px;
        line-height: 60px;
    }

    .links-section .elementor-widget-html {
        height: 70px;
        top: -20px;
    }

    .links-section .elementor-widget-html p {
        font-size: 80px;
        line-height: 70px;
    }

    .header-main-wrap .header-v4 .logo a {
        padding: 0 !important;
    }

    body .mobmenu.mob-menu-header-holder {
        right: 16px !important;
    }

    .login-register-nav.dropdown,
    .logged-in-nav-wrap {
        margin-right: 32px;
    }
}

@media screen and (max-width: 480px) {
    .header-main-wrap .header-v4 .header-inner-wrap .logo {
        width: 80px;
        margin: 0;
    }

    .login-register-nav.dropdown,
    .logged-in-nav-wrap {
        display: block !important;
    }

    .login-register-nav.dropdown a,
    .logged-in-nav-wrap a {
        display: block;
        text-align: right;
    }

    .login-register {
        width: calc(100% - 90px);
        line-height: initial;
    }

    .login-register .navbar.navbar-logged-in-wrap {
        line-height: initial;
        height: auto;
        display: block;
    }

    .search-section .houzez-search-form-js .houzez-ele-search-form-wrapper {
        padding: 30px 20px !important;
    }

    .elementor-field-group.elementor-field-type-submit {
        margin-bottom: 0;
    }

    .contact-section .right .elementor-form,
    .contact-section .right .contact-form form#gform_1 {
        padding: 30px 20px;
        background-color: #00263ed1;
    }

    .contact-form form#gform_1 .gform_footer .gform_button.button {
        font-size: 13px;
        line-height: 21px;
    }

    .profile-section .elementor-inner-section>.elementor-container p {
        margin-bottom: 0;
    }

    .footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(1),
    .footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(4),
    .footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(2),
    .footer-wrap .footer-top-wrap .row .col-sm-6:nth-child(3) {
        -ms-flex: 0 0 30%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gform-theme--foundation .gfield input.large {
        height: 40px;
        font-size: 13px;
        line-height: 20px;
    }

    .gform-theme--foundation .gfield textarea {
        height: 40px;
        font-size: 13px;
        line-height: 20px;
    }

    .service-section .elementor-widget-html {
        height: 60px;
        top: -13px;
    }

    .service-section .elementor-widget-html p {
        font-size: 60px;
        line-height: 52px;
    }

    .inner-page-banner>.elementor-container h1.elementor-heading-title {
        font-size: 32px !important;
        line-height: 38px;
    }

    .request-section .bend-row,
    .proposal-request .bend-row {
        height: 80px;
        left: -15px;
    }

    .request-section .bend-row p,
    .proposal-request .bend-row p {
        font-size: 55px;
        line-height: 55px;
    }

    .forms-section .elementor-widget-html {
        height: 70px;
    }

    .forms-section .elementor-widget-html p {
        font-size: 80px;
        line-height: 80px;
    }

    .contact-us-top>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget-html {
        height: 70px;
    }

    .contact-us-top>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget-html p {
        font-size: 70px;
        line-height: 70px;
    }

    .team-list-inner-wrap .elementor-column {
        width: 100% !important;
    }
}

.page-template-templatetemplate-search-php .advanced-search{
    margin-top: 120px;
}