@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");

body {
    background-color: #fff !important;
}


.white_panel h3 {
    margin: 0px !important;
}

.white_panel .elementor-image-box-img {
    margin-left: -140px !important;
}



/* home-form start */

.home-form label a {
    color: #F78E2F;
}

.home-form label a:hover {
    text-decoration: underline;
}

.home-form .elementor-button {
    width: 200px;
    height: 50px;
    flex-basis: auto !important;
    margin-top: 20px;
    transition: ease-in-out 0.5s;
}

.home-form .elementor-button span {
    position: relative;
    width: 100%;
}

.home-form .elementor-button span:before {
    content: "";
    position: absolute;
    left: -25px;
    top: -17px;
    width: 50px;
    height: 50px;
    background-color: #F78E2F;
    border-radius: 50px;
    transition: ease-in-out 0.5s;
}

.home-form .elementor-button span.elementor-button-icon:before,
.home-form .elementor-button span.elementor-button-text:before {
    display: none;
}

.home-form .elementor-button:hover {
    transition: ease-in-out 0.5s;
    text-decoration: none;
}

.home-form .elementor-button span.elementor-button-icon {
    position: absolute;
    left: -25px;
    top: -17px;
    width: 50px;
    height: 50px;
    background-color: #F78E2F;
    border-radius: 50%;
    margin-right: 0 !important;
    line-height: 50px;
    transition: ease-in-out 0.5s;
}

.home-form .elementor-button:hover span.elementor-button-icon {
    left: 125px;
    transition: ease-in-out 0.5s;
}

.home-form .elementor-button:hover span:before {
    width: 200px;
    transition: ease-in-out 0.5s;
}


.home-form .elementor-field-group.elementor-field-type-radio .elementor-field-subgroup label {
    font-size: 14px !important;
}



/* ------ radio button style --- start --- */


.listing_page_home_form [type="radio"]:checked,
.listing_page_home_form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.listing_page_home_form [type="radio"]:checked+label,
.listing_page_home_form [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.listing_page_home_form [type="radio"]:checked+label:before,
.listing_page_home_form [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: transparent;
}

.listing_page_home_form [type="radio"]:checked+label:after,
.listing_page_home_form [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #F78E2F;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.listing_page_home_form [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.listing_page_home_form [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* ------ radio button style --- end --- */

/* 	Get a free consultation custom radio button error msz */

.submit_btn {
    margin-top: 50px !important;
}

.phone-div {
    height: 50px !important;
    margin-bottom: 25px;
}

.banner_form.project-form .radio-box .wpcf7-not-valid-tip {
    top: 31px !important;
    left: 50px !important;
    width: 300px;
    font-size: 11px !important;
    font-weight: 300;
    line-height: 11px;
    border-radius: 3px !important;
    color: #002A3A !important;
    border-color: #fff;
    padding: 5px 5px 5px 10px;
}

.banner_form.project-form .radio-box .wpcf7-not-valid-tip:before {
    content: '';
    left: -40px;
    background: url('https://listings.yoshirodev.com//listings/wp-content/uploads/2022/09/bell_icon.webp') no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner_form.project-form .radio-box .wpcf7-not-valid-tip:after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
    content: '';
    left: -8px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.radio-box {
    line-height: 20px !important;
    font-size: 11px !important;
    display: flex;
    align-items: center;
}

.radio-box .wpcf7-form-control-wrap {
    flex: 0 0 0;
    margin-top: -2px;
}

.radio-box input[type='checkbox'] {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #fff;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.radio-box input[type="checkbox"]:checked::before {
    content: "";
    background: #005CC8;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

/* 	Get a free consultation custom radio button error msz */


.banner_form.project-form .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%;
}

/* home-form end */


/* btn-con start */

.btn-con .elementor-button {
    width: 400px !important;
    height: 50px;
    transition: ease-in-out 0.5s;
}

.btn-con .elementor-button span {
    position: relative;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    line-height: 48px;
    font-size: 16px !important;
}

.btn-con .elementor-button span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    background-color: #F78E2F;
    border-radius: 50px;
    transition: ease-in-out 0.5s;
}

.btn-con .elementor-button span.elementor-button-icon:before,
.btn-con .elementor-button span.elementor-button-text:before {
    display: none;
}

.btn-con .elementor-button:hover {
    transition: ease-in-out 0.5s;
    text-decoration: none;
}

.btn-con .elementor-button span.elementor-button-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    background-color: #F78E2F;
    border-radius: 50%;
    margin-right: 0 !important;
    line-height: 50px;
    color: #fff;
    align-items: center;
    transition: ease-in-out 0.5s;
}

.btn-con .elementor-button:hover span.elementor-button-icon {
    left: 350px;
    transition: ease-in-out 0.5s;
}

.btn-con .elementor-button:hover span.elementor-button-text {
    color: #fff;
}

.btn-con .elementor-button:hover span:before {
    width: 400px;
    transition: ease-in-out 0.5s;
}

/* custom btn */
.custom-btn .elementor-button {
    height: 50px;
    transition: ease-in-out 0.5s;
    display: block;
}

.custom-btn .elementor-button span {
    position: relative;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    line-height: 48px;
    padding: 0 23px 0 31px;
}

.custom-btn span:before,
.custom-btn .elementor-button span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    background-color: #F78E2F;
    border-radius: 50px;
    transition: ease-in-out 0.5s;
}

.custom-btn .elementor-button span.elementor-button-icon:before,
.custom-btn .elementor-button span.elementor-button-text:before {
    display: none;
}

.custom-btn .elementor-button:hover {
    transition: ease-in-out 0.5s;
    text-decoration: none;
}

.custom-btn .elementor-button span.elementor-button-icon {
    position: absolute;
    left: 0px;
    top: -1px;
    width: 50px;
    height: 50px;
    /* background-color: #F78E2F; */
    border-radius: 50%;
    margin-right: 0 !important;
    line-height: 50px;
    color: #fff;
    align-items: center;
    transition: ease-in-out 0.5s;
}

.custom-btn .elementor-button span.elementor-button-icon i {
    margin-left: -9px;
}

.custom-btn .elementor-button:hover span.elementor-button-icon {
    transition: ease-in-out 0.5s;
    left: 85% !important;
}

.custom-btn .elementor-button:hover span.elementor-button-text {
    color: #fff;
}

.custom-btn .elementor-button:hover span:before {
    width: 100%;
    transition: ease-in-out 0.5s;
}

.custom-btn.custom_btn_blueBg .elementor-button {
    background-color: transparent !important;
    color: #fff !important;
}

.custom-btn.custom_btn_blueBg span.elementor-button-text {
    background-color: transparent !important;
    color: #fff !important;
}

/* btn-con end */

/*.... / custom-slider btn / ....*/
.slider_fliter-wrapper .custom-btn .elementor-button {
    height: 37px;
    transition: ease-in-out 0.5s;
    display: block;
}

.slider_fliter-wrapper .custom-btn .elementor-button span {
    position: relative;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    line-height: 35px;
    padding: 0px;
}

.slider_fliter-wrapper .custom-btn .elementor-button span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 37px;
    height: 37px;
    background-color: #F78E2F;
    border-radius: 50px;
    transition: ease-in-out 0.5s;
}

.slider_fliter-wrapper .custom-btn .elementor-button span.elementor-button-icon:before,
.slider_fliter-wrapper .custom-btn .elementor-button span.elementor-button-text:before {
    display: none;
}

.slider_fliter-wrapper .custom-btn .elementor-button:hover {
    transition: ease-in-out 0.5s;
    text-decoration: none;
}

.slider_fliter-wrapper .custom-btn .elementor-button span.elementor-button-icon {
    position: absolute;
    left: 0px;
    top: -1px;
    width: 37px;
    height: 37px;
    /* background-color: #F78E2F; */
    border-radius: 50%;
    margin-right: 0 !important;
    line-height: 37px;
    color: #fff;
    align-items: center;
    transition: ease-in-out 0.5s;
}

.slider_fliter-wrapper .custom-btn .elementor-button span.elementor-button-icon i {
    margin-left: 0px;
}

.slider_fliter-wrapper .custom-btn .elementor-button:hover span.elementor-button-icon {
    transition: ease-in-out 0.5s;
    left: 88% !important;
}

.slider_fliter-wrapper .custom-btn .elementor-button:hover span.elementor-button-text {
    color: #fff;
}

.slider_fliter-wrapper .custom-btn .elementor-button:hover span:before {
    width: 100%;
    transition: ease-in-out 0.5s;
}

.slider_fliter-wrapper .custom-btn.custom_btn_blueBg .elementor-button {
    background-color: transparent !important;
    color: #fff !important;
}

.slider_fliter-wrapper .custom-btn.custom_btn_blueBg span.elementor-button-text {
    background-color: transparent !important;
    color: #fff !important;
}

/* Home page  Why Cyprus? */

h2 {
    margin: 0 !important;
}

.icon-white i {
    color: #fff;
}

.cyprus-slider_wrapper .swiper-slide-image {
    margin: 0 auto;
    background-color: #F78E2F;
    padding: 20px;
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.cyprus-slider_wrapper .elementor-image-carousel-wrapper {
    padding-bottom: 0;
}

.cyprus-slider_wrapper {
    /*transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);*/
}

.cyprus-slider_wrapper .swiper-pagination.swiper-pagination-bullets {
    bottom: -35px;
}

.cyprus-slider_wrapper .elementor-swiper-button {
    bottom: -110px;
    top: inherit !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #F78E2F;
    border-radius: 50px;
    justify-content: center;
}

.cyprus-slider_wrapper .elementor-swiper-button.elementor-swiper-button-prev {
    left: 30%;
    right: inherit;
    transform: translateX(-50%);
}

.cyprus-slider_wrapper .elementor-swiper-button.elementor-swiper-button-next {
    right: 30%;
    left: inherit;
    transform: translateX(-50%);
}

/* .cyprus-slider_wrapper .elementor-swiper-button i{
		background: #F78E2F;
    padding: 5px;
    border-radius: 50px;
} */
.cyprus-tab .elementor-tab-title {
    border: 1px solid #F78E2F !important;
    border-radius: 50px;
    padding: 17px 60px !important;
    vertical-align: middle;
    display: inline-block;
}

.cyprus-tab .elementor-tab-title.elementor-active {
    background-color: #F78E2F;
}

.cyprus-tab .elementor-tab-title+.elementor-tab-title {
    margin-left: 15px;
}

.elementor-widget-tabs.cyprus-tab .elementor-tab-content {
    padding-left: 0;
    padding-right: 0;
}

.cyprus-text {
    display: flex;
}

/* Home page  Why Cyprus? */

/* Resident section */
.resident-content p {
    line-height: 26px;
    margin-bottom: 30px;
}

/* Resident section */

/* Portfolio  */

img {
    max-width: 100%;
    vertical-align: middle;
}

/*.gallery*/
.gallery {
    width: 100%;
    display: block;
    min-height: 100vh;
    background-color: #fff;
    padding: 100px 0;
}

.gallery .gallery-filter {
    padding: 0 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.gallery .gallery-filter .filter-item {

    border: 0.87823px solid #F78E2F;
    box-sizing: border-box;
    border-radius: 32.0763px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    padding: 8px 20px 8px 20px;
    font-family: 'Noto Sans' sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17.2569px;
    line-height: 24px;
    color: #002A3A;
    transition: all 0.3s ease;
    width: fit-content;
    height: 45.06px;
}

.gallery .gallery-filter .filter-item.active {
    color: white;
    border-color: #F78E2F;
    background: #F78E2F;
}

.gallery .gallery-item {
    width: calc(100% / 3);
    padding: 15px;

}

.gallery .gallery-item-inner img {
    width: 100%;
}

.gallery .gallery-item.show {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.gallery .gallery-item.hide {
    display: none;
}

/* Popup */

.success-popup .dialog-close-button {
    border: 1px solid #F78E2F;
    padding: 6px;
    border-radius: 50px;
}

.home-form .elementor-field-group:focus-within {
    border: 1px solid #F78E2F;
    border-radius: 50px;
    padding: 0px !important;
    background: #fff !important;
}

.home-form .elementor-field-group {
    /* border: 2px solid transparent; */
    border: 1px solid #fff;
    padding: 0px !important;
    border-radius: 50px;


}

.home-form .elementor-field-group.elementor-field-type-radio {
    border: 0px none;
    padding: 0px !important;
    border-radius: 50px;
    background: none !important;
}



.home-form .elementor-field-group.e-form__buttons {
    border: 0px none;
    padding: 0px !important;
    border-radius: 50px;
    background: none !important;
}

.home-form .elementor-field-group:focus-within::after {
    color: #F78E2F;
}

.home-form .elementor-field-group:focus-within .elementor-field.elementor-select-wrapper::after {
    color: #F78E2F;
}

.home-form .elementor-button span.elementor-button-text.elementor-form-spinner {
    display: none !important;
}

/*
custom-btn pop_booking_custom_btn pop_btn
custom-btn pop_btn
*/

.pop_btn span.elementor-button-text {
    text-indent: 20px;
}

.pop_btn.pop_booking_custom_btn span.elementor-button-text {
    text-indent: 40px;
}

/* popup */

/* Listing page custom project */
.list-none {
    padding: 0;
    margin: 0;
}

.list-none li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lp-project_listing .lp-project_block:nth-child(2n) .lp-project_contentBlock {
    order: 2;
}

.lp-project_block {
    display: flex;
    flex-wrap: initial;
}

.lp-project_sliderBlock {
    /* flex: 0 0 50%;
      max-width: 50%;
      min-width: 50%; */
    position: relative;
    margin-bottom: 0px;
}


.lp-project_sliderBlock.lp_project_sliderBlock {
    /* max-width: calc(50% - 120px); */
    /* width: calc(50% - 100px); */
    max-width: calc(52% - 100px);
}

.lp-project_block.lp-project_block_01 {
    background: #F5F5F5;
}

.lp-project_block.lp-project_block_02 {
    margin-top: 87px;
}


.lp-project_block .lp-project_sliderBlock.lp_project_sliderBlock {
    align-self: flex-start;
}

.lp-project_block.lp-project_block_01 .lp-project_contentBlock.lpProject_contentBlock {
    /* min-width: calc(50% + 100px); */
    margin-right: 100px;
}

.lp-project_block.lp-project_block_02 .lp-project_sliderBlock.lp_project_sliderBlock {}

.lp-project_block.lp-project_block_02 .lp-project_contentBlock.lpProject_contentBlock {
    /* min-width: calc(50% + 100px); */

    /* max-width: calc(50% - 100px);
        margin-right: 100px; */
    margin-left: 100px;
}


.lp-project_swiper .swiper-slide {
    height: 800px;
}

.lp-project_swiper .swiper-slide_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-project_title {
    font-family: "Noto Sans", Sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 60px;
    color: #F78E2F;
    margin: 24px 0 30px 0 !important;
}

.lp-project_description p {
    font-family: "Noto Sans", Sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px !important;
    color: #1A2632;
    margin-bottom: 25px;
}

.lp-project_description p:last-child {
    margin-bottom: 0;
}

.lp-project_btn {
    background: #F78E2F;
    opacity: 0.9;
    border-radius: 118.588px;
    font-family: "Noto Sans", Sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    border-color: transparent;
    padding: 5px 21px;
    text-transform: capitalize;
    text-decoration: none !important;
}

.lp-project_btn+.lp-project_btn {
    margin-left: 11px;
}

.lp-project_sliderBtns {
    position: absolute;
    top: 30px;
    right: 35px;
    z-index: 9;
}

.lp-project_swiper .swiper-button-next,
.lp-project_swiper .swiper-button-prev {
    width: 47px;
    height: 47px;
    background: #F9F9F9;
    border-radius: 50px;
}

.lp-project_swiper .swiper-button-disabled {
    background: #fff;
    opacity: 0.8;
}

.lp-project_swiper .swiper-button-next:after,
.lp-project_swiper .swiper-button-prev:after {
    font-size: 14px;
    /* color: #F78E2F; */
}

.lp-project_sliderDescrip {
    position: absolute;
    min-width: 540px;
    max-width: 540px;
    min-height: 184.5px;
    left: 36px;
    bottom: -25px;
    background: #FFFFFF;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 90px;
    padding: 20px;
    z-index: 9;
}

.lp-project_location {
    list-style: none;
    padding: 0;
    margin: 0 0 13px 0;
}

.lp-project_location li {
    display: flex;
    align-items: center;
    flex-wrap: initial;
}

.lp-project_location li span {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #002A3A;
    margin: 0 0 0 5px;
}

.lp-project_location li img {
    flex: 0 0 3%;
    width: 3%;
}

.lp-project_titleSm {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #002A3A;
    margin: 0 0 5px 0;
}

.price {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #002A3A;
    margin: 0 0 14px 0;
}

.lp-project_facility {
    display: flex;
    flex-wrap: initial;
    align-items: center;
    margin-bottom: 13px;
}

.lp-project_facilityList li {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #002A3A;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.lp-project_facilityList li:after {
    position: absolute;
    top: 0;
    right: 0;
    background: #002A3A;
    width: 1px;
    height: 100%;
    content: "";
}

.lp-project_facilityList li:last-child:after {
    background: transparent;
}

.lp-project_facilityLink .elementor-button-link {
    background-color: transparent;
    border: 1px solid #F78E2F;
    border-radius: 33.4576px;
    color: #002A3A !important;
    padding: 0;
    /* max-width: 244px; */
    max-width: fit-content;
}

.slider_fliter-wrapper .lp-project_facilityLink .elementor-button-link {
    background-color: transparent;
    border: 1px solid #F78E2F;
    border-radius: 33.4576px;
    color: #002A3A !important;
    padding: 0;
    width: 100%;
    max-width: 100%;
}


.lp-project_facilityLink.custom-btn .elementor-button span:before {
    top: -1px;
}

.lp-project_facilityLink.custom-btn .elementor-button span.elementor-button-icon {
    width: 48px;
    height: 48px;
}

.slider_fliter-wrapper .lp-project_facilityLink.custom-btn .elementor-button span.elementor-button-icon {
    width: 37px;
    height: 37px;
}

.slider-btns_wrapper {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.custom_slider_col_new .slider-btns_wrapper {
    padding: 0 15px;
}

.slider-btns_left {
    background: #002A3A;
    padding: 10px 33px 10px 13px;
    border-bottom-right-radius: 30px;
    margin-left: 3px;
}

.slider-btns_left h6 {
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.slider-btns_right button {
    background: #FFF;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: rgba(129, 149, 172, 1);
    padding: 5px 13px;
    border-radius: 50px;
    text-transform: capitalize;
    pointer-events: none;
}

.slider-btns_right {
    margin: 8px 9px 0 0;
}

.slider_fliter-ul li.active {
    background-color: transparent;
}

/* Responsive */

/*----  top banner -- img ---*/

@media (min-width: 1200px) and (max-width: 1899px) {
    /*
    .banner-pic img {
        max-width: 1294px;
    }
    */

}

/*----  top banner -- img ---*/

@media(max-width:1399px) {
    .lp-project_contentBlock {
        padding: 100px;
    }
}

@media(max-width:991px) {
    .profila-property_portfolio .slider_fliter-ul li {
        list-style: none;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0;
        text-align: center;
    }

    .lp-project_listing {
        padding: 0 0 60px 0;
    }

    .lp-project_block {
        flex-wrap: wrap;

    }

    .lp-project_contentBlock {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 50px 30px 50px 30px !important;
    }

    .lp-project_sliderBlock {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 30px;
    }

    .lp-project_title {
        font-size: 28px;
        line-height: 38px;
    }

    .lp-project_description p {
        font-size: 14px;
        line-height: 25px !important;
    }

    .lp-project_sliderDescrip {
        min-width: 250px;
        max-width: 330px;
        left: 60px;
        padding: 15px;
    }

    .lp-project_facilityList li {
        padding: 0 6px;
    }

    .price {
        margin-bottom: 0;
    }

    .lp-project_location {
        margin-bottom: 5px;
    }

    .lp-project_swiper .swiper-slide {
        height: 511px;
    }

    .lp-project_btn {
        background: #002A3A;
        font-size: 14px;
        line-height: 19px;
    }

    .lp-project_title {
        margin: 10px 0 20px 0 !important;
    }

    .lp-project_listing .lp-project_block:nth-child(2n) .lp-project_contentBlock {
        order: 1;
    }

    .lp-project_listing .lp-project_block:nth-child(2n) .lp-project_sliderBlock {
        order: 2;
    }

    .li-rating_section .elementor-image-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .li-rating_section .elementor-image-box-content {
        text-align: left;
        margin-left: 27px;
    }
}

@media(max-width:1280px) {
    .lp-project_contentBlock {
        padding: 70px;
    }
}

/* @media(min-width:1400px){ */
@media(min-width:1600px) {

    .lp-project_contentBlock {
        padding: 100px 166px 0px 200px;
    }

    .lp-project_contentBlock.lp_project_contentBlock_right {
        /* padding:100px 200px 80px 200px; */
        padding: 100px 200px 80px 95px;
    }

    .lp-project_block.lp-project_block_02 .lp-project_contentBlock.lpProject_contentBlock {
        padding: 100px 200px 80px 95px;
    }
}

/* Responsive */

/* Form custom select design */
.iti {
    width: 100%;
}

.home-form .elementor-field {
    padding-left: 60px;
}

.home-form .elementor-field.elementor-select-wrapper {
    padding-left: 0;
}

.home-form .elementor-field-type-text:after {
    position: absolute;
    content: "\f007";
    left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 99;
    color: #333;
    opacity: .3;
    font-size: 15px;
}

.home-form .elementor-field-type-email:after {
    content: "\f0e0";
    position: absolute;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 99;
    color: #333;
    opacity: .3;
    font-size: 15px;
}

.home-form .elementor-field-group .elementor-select-wrapper select {
    padding-left: 60px;
    font-family: "Noto Sans", Sans-serif;
    /* font-size: 12px; */
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    color: #7a7a7a;
}

.home-form .elementor-field.elementor-select-wrapper:after {
    content: "\f153";
    /* content: "\f594"; */
    position: absolute;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 99;
    color: #333;
    opacity: .3;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.home-form .elementor-field-group.elementor-field-group-field_e73b2b7 .elementor-select-wrapper:after {
    content: "\f594";
}


.iti--separate-dial-code .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag:hover {
    background-color: transparent !important;
}

.home-form input:focus,
.home-form textarea:focus {
    border: 2px solid #F78E2F;
    color: #F78E2F !important;
}

.home-form input:focus::placeholder,
.home-form textarea:focus::placeholder {
    color: #F78E2F !important;
}

.home-form input::placeholder,
.home-form textarea::placeholder {
    color: #7a7a7a !important;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 7px;
}

.iti__flag.iti__us {
    order: 1;
}

.iti--separate-dial-code .iti__selected-dial-code {
    order: 3;
    margin-left: 14px;
}

.iti__arrow {
    order: 2;
    position: relative;
    border: 0 !important;
    height: 100%;
}

.iti__arrow:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #7a7a7a;
    opacity: .3;
    font-size: 12px;
}

.iti__selected-dial-code {
    font-family: "Noto Sans", Sans-serif;
    /* font-size: 12px; */
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    color: #7a7a7a;
}

.iti__country-list {
    border-radius: 15px;
    width: 530px;
    z-index: 999;
}

.iti__country {
    margin: 0;
    font-family: "Noto Sans", Sans-serif;
    /* font-size: 12px; */
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    color: #7a7a7a;
}

.iti__divider {
    display: none;
}

/* Form custom select design */

/* ====== Listing page custom project -- start ======== */

/* custom filter */

.slider_fliter_btns_listingPage {
    padding-bottom: 15px;
}

.slider_fliter-ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.slider_fliter-ul.for-desktop {
    position: absolute;
    top: -71px;
    right: 0;
}

ul.slider_fliter-ul.for-desktop>li {
    margin: 0 5px;
}

.slider_fliter-ul li {
    list-style: none;
}

.swiper-slide_description-list {
    margin: 0 !important;
    padding: 0 !important;
}

.slider_fliter-ul li a {
    text-decoration: none;
    color: #002A3A;
    font-family: "Noto Sans", Sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid #F78E2F;
    border-radius: 50px;
    display: block;
    /* padding: 10px 45px; */
    padding: 10px;
    margin-right: 10px;
    transition: all 0.5s;
}

.slider_fliter-ul li:last-child a {
    margin-right: 0;
}

.slider_fliter-ul li a:hover,
.slider_fliter-ul li.active a {
    background-color: #F78E2F;
    color: #fff;
}

.custom-slider_row {
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 -50px;*/

    justify-content: flex-start;
}

.custom-slider_col {
    flex: 0 0 33.33%;
    width: 100%;
    /* padding: 47px; */
    /* padding: 15px; */
    padding: 15px 18px;
}

.custom-slider_col .swiper-wrapper {
    /* height: 350px; */

    height: 350px;
    width: 350px;
}

.custom-slider_col .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-slider02 {
    max-width: 1280px;
    width: 100%;
}

.custom-slider02 .active {
    background-color: transparent;
}

.custom-slider02 .swiper-button-next,
.custom-slider02 .swiper-container-rtl .swiper-button-prev,
.custom-slider02 .swiper-button-prev,
.custom-slider02 .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
}

.slider_fliter-wrapper .custom-slider_col {
    position: relative;
    margin-bottom: 15px;
}

.swiper-slide_description {

    width: 329px;
    height: 151.5px;
    left: calc(50% - 329px/2 + 48px);
    margin-top: -67px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    z-index: 999;
    position: relative;
    border-radius: 40px;
    padding: 10px;
}

.swiper-slide_description:hover {
    background: #002A3A;
    color: #fff;
    cursor: pointer;
}

.location {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #002A3A;
    text-decoration: none;
}

.location .icons {
    height: 16px !important;
    width: 16px !important;
    border: none !important;
    vertical-align: middle;
    display: inline-block;
}

.custom-slider_title {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #002655;
    margin: 0;
    flex: 1
}

.custom-slide_subtitle {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #F78E2F;
    margin: 10px 0;
}

.facilities {
    list-style-type: none;
    display: inline;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #002A3A;
    margin: 0 !important;
}

.facilities .icons {
    width: 29px !important;
    height: 24px !important;
    border: none !important;
    vertical-align: bottom;
    display: inline-block;
}

.swiper-slide_description:hover .location,
.swiper-slide_description:hover .custom-slider_title,
.swiper-slide_description:hover .custom-slide_subtitle,
.swiper-slide_description:hover .facilities {
    color: #fff;
}

.facitext {
    margin: 0px 15px;
}

ul {
    padding-inline-start: 0px !important;
}

/* Next & previous buttons */
.swiper-button-prev,
.swiper-button-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 15px;
    padding-top: 10px;
    margin: 10px;
    margin-top: -22px;
    background: rgba(255, 255, 255, 0.7) !important;
    color: #f78e2f !important;
    font-weight: 100;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 100%;
    user-select: none;
    transform: matrix(1, 0, 0, -1, 0, 0);
    height: 47px !important;
    width: 47px !important;
}

/* Position the "next button" to the right */
.swiper-button-next {
    right: 0;
    border-radius: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 22px !important;
}

/* On hover, add a black background color with a little bit see-through */
.swiper-button-prev:hover,
.swiper-button-next:hover {
    /* background-color: #f78e2f !important; */
    background-color: rgba(247, 142, 47, 0.7) !important;
    color: #fff !important;
}

.disabled {
    pointer-events: none;
}

.link-prev,
.link-next {
    /* padding: 10px 15px;
    padding-top: 10px; */
    margin: 10px;
    margin-top: -22px;
    color: #f78e2f;
    font-weight: 100;
    font-size: 24px;
    transition: 0.6s ease;
    border: none;
    border-radius: 100%;
    user-select: none;
    background: #EBE7DF;
    transform: matrix(1, 0, 0, -1, 0, 0);
    height: 59px;
    width: 59px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.link-prev:hover,
.link-next:hover {
    background: #F78E2F;
    color: #EBE7DF;
    cursor: pointer;
}

.custom-slider_pegination {
    margin-top: 60px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Load-more {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #002A3A;
    padding: 10px;
    border: 1px solid #F78E2F;
    box-sizing: border-box;
    border-radius: 33.4576px;
    font-size: 20px;
    margin: 50px 0;
    display: inline-block;
    width: 300px;
    height: 47px;
    text-align: center;
    text-decoration: none;
}

.load-more:hover {
    background-color: #F78E2F;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.custom-slider_loadMore {
    width: 100%;
    text-align: center;
}


/* --- listing section new design -- start -- */
.swiper-slide_description.swiperSlideDescription_new {
    padding: 28px 27px 23px 27px;
    width: 100%;
    height: auto;
    left: 0;
    margin-top: -70px;
}

.button_appearance_none {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
    border: none;
    background: none;
}

button.button_i {
    background: transparent;
    width: 40px;
    height: 61px;
    padding: 0;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
    /* margin-top: 5px; */
    margin: 0 0 0 10px;

}

.swiper-slide_description img.icons.icons_normal {
    display: block;
}

.swiper-slide_description img.icons.icons_hover {
    display: none;
}

.swiper-slide_description:hover img.icons.icons_normal {
    display: none;
}

.swiper-slide_description:hover img.icons.icons_hover {
    display: block;
}

.location_i_row {
    display: flex;
    justify-content: space-between;
}

.swiperSlideDescriptionList .facilities {
    display: flex;
    flex-direction: row;
    padding: 0 10px 0 0;
}

.swiper-slide_description.swiperSlideDescription_new .custom-slide_subtitle {
    line-height: 24px;
}

ul.swiper-slide_description-list.swiperSlideDescriptionList {
    display: flex;
    margin-top: 7px !important;
}

/* .swiperSlideDescriptionList .facilities .icons {
    height: auto !important;
    width: auto !important;
} */

.swiperSlideDescriptionList .facitext {
    margin: 0 0 0 8px;
    display: flex;
    align-items: center;

}

.swiperCustom_popBox_bg {
    position: absolute;
    z-index: 99;
    top: 30px;
    left: 45px;
    right: 45px;
    height: 250px;
    /* max-height: 260px; */
    /* background: pink; */

}

.swiperCustom_popBox {
    position: relative;

    background: rgba(255, 255, 255, 0.75);
    mix-blend-mode: normal;
    box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.05), 0px 8px 9px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(30px);

    height: 250px;
    padding: 30px 30px;

}

button.swiperCustom_popBox_cross {
    position: absolute;
    z-index: 99;
    height: 24px;
    width: 24px;
    padding: 0px;
    right: 10px;
    top: 10px;
}

.swiperCustom_popBox_p {
    /*
    background: rgba(255, 255, 255, 0.8);
    mix-blend-mode: normal;
    box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.05), 0px 8px 9px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(30px);
    */


    /* height: 250px; */
    width: 100%;
    height: 100%;
    overflow-y: auto;
}


.swiperCustom_popBox p {
    margin: 0 0 0 0;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #002A3A;
}

.listing_learn_more {
    margin: 15px 0px 0px 0px;
}

.swiper-slide_description:hover .lp-project_facilityLink .elementor-button-link {
    color: #fff !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 18px !important;
}

/* --- listing section new design -- end -- */
/* ====== Listing page custom project -- start ======== */


/* --- Listing page Reponsive CSS -- start --*/

@media(max-width:1600px) {

    /* Listing page --  */
    .lp-project_contentBlock {
        /* padding: 100px 200px 80px 200px; */
        padding: 5% 5% 5% 5%;
    }

    .lp-project_contentBlock.lp_project_contentBlock_right {
        /* padding:100px 200px 80px 200px; */
        /* padding: 100px 200px 80px 95px; */
        padding: 5% 5% 5% 5%;
    }

    .lp-project_block.lp-project_block_02 .lp-project_contentBlock.lpProject_contentBlock {
        /* padding: 100px 200px 80px 95px; */
        padding: 5% 5% 5% 5%;
    }

    .lp-project_block.lp-project_block_01 .lp-project_contentBlock.lpProject_contentBlock {
        margin-right: 20px;
    }

    .lp-project_block.lp-project_block_02 .lp-project_contentBlock.lpProject_contentBlock {
        /* min-width: calc(50% + 100px); */
        margin-left: 20px;
    }

    .lp-project_sliderDescrip {
        width: calc(100% - 75px);
        max-width: calc(100% - 75px);
        min-width: auto;

    }

    /* Listing page --  */
}

@media(max-width: 1400px) {

    /* Listing page --  */
    .swiper-slide_description.swiperSlideDescription_new {
        /* padding: 10px 10px;
        width: calc(100% - 5%);
        height: 210px;
        left: 5%; */
        /* margin-top: -67px; */
        /* margin-top: -40px; */

        /* background: pink; */
    }

    .custom-slider_title {
        font-size: 16px;
    }

    .swiperSlideDescriptionList .facilities .icons {
        height: 25px !important;
        width: 25px !important;
    }

    .swiperSlideDescriptionList .facilities {
        padding: 0 13px 0 0;
    }

    .swiperSlideDescriptionList .facitext {
        margin: 0 0 0 5px;
        font-size: 14px;
    }

    /* .listing_learn_more .lp-project_facilityLink .elementor-button-link {
        max-width: 100%;
    } */

    /* Listing page --  */

}

@media screen and (min-device-width:1367px) and (max-device-width: 1580px) {
    .elementor-element.elementor-element-853441a img {
        width: 87% !important;
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .slider-btns_right button {
        font-size: 12px;
        padding: 5px 8px;
    }

    .slider_fliter-ul.for-desktop {
        position: relative;
        top: auto;
        right: auto;
    }


}



@media(max-width: 991px) {

    /* Listing page --  */
    .lp-project_sliderBlock.lp_project_sliderBlock {
        max-width: 100%;
    }

    .lp-project_block.lp-project_block_02 .lp-project_contentBlock.lpProject_contentBlock {
        margin-left: 0px;
    }

    .lp-project_sliderDescrip {
        width: auto;
        max-width: calc(100% - 75px);
        min-width: 80%;

        bottom: -50px;

    }

    .lp-project_sliderDescrip p {
        padding: 3px 0 10px;
    }

    .lp-project_facility {
        margin-top: 5px;
    }


    /* Listing page --  */

    /* --- listing -- popup --- */

    .listing_popup {}


    .pop_icon_img img {
        max-width: 50px !important;
    }

    .pop_icon_img .elementor-widget-container {
        margin: 0px 0px 15px 0px !important;
    }

    .listing_popup_h2 .elementor-widget-container {
        margin: 0px 0px 15px 0px !important;
    }

    .listing_popup .listing_popup_h2 h2.elementor-heading-title {
        font-size: 26px !important;
    }

    .listing_popup .listing_popup_p_bold {
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 1.5 !important;
    }

    .listing_popup .listing_popup_p_normal {
        font-size: 16px !important;
        font-weight: 300 !important;
        line-height: 1.5 !important;
    }

    /* --- listing -- popup --- */

    .slider_fliter-ul.for-desktop {
        position: relative;
        top: auto;
        right: auto;
    }

}

/* @media(max-width: 991px) { */

@media (min-width: 768px) and (max-width: 991px) {

    /* Listing page --  */

    .profila-property_portfolio .elementor-container {
        max-width: 95% !important;
    }

    .custom-slider_col {
        padding: 15px 10px;
    }

    .custom_slider_col_new .slider-btns_wrapper {
        padding: 0 0;
    }

    .slider-btns_left {
        margin-left: 10px;
        padding: 10px 10px 10px 5px;
        min-width: 60px
    }

    .slider-btns_right {
        margin: 8px 15px 0 0;
    }

    .slider-btns_right button {
        font-size: 10px;
        padding: 5px 8px;
    }




    .slider_fliter_btns_listingPage .slider_fliter-ul li {
        padding: 5px 5px;
    }

    .slider_fliter_btns_listingPage .slider_fliter-ul li a {
        margin-right: 0px;
    }

    .swiper-slide_description.swiperSlideDescription_new {
        /* height: 240px; */
        border-radius: 40px;
    }

    .swiper-slide_description.swiperSlideDescription_new .custom-slide_subtitle {
        font-size: 14px;
    }

    .swiperSlideDescriptionList .facilities {
        display: flex;
        flex-direction: row;
        padding: 3px 5px 3px 0px;
        max-width: 100%;
        min-width: 30%;
    }

    ul.swiper-slide_description-list.swiperSlideDescriptionList {
        display: flex;
        margin-top: 7px !important;
        flex-flow: wrap;
    }

    .swiperSlideDescriptionList .facilities {
        display: flex;
        flex-direction: row;
        padding: 3px 5px 3px 0px;
        max-width: 100%;
        min-width: 30%;
    }





    .listing_learn_more .custom-btn .elementor-button {
        height: 31px;
        transition: ease-in-out 0.5s;
        display: block;
    }

    .listing_learn_more .custom-btn .elementor-button span {
        line-height: 30px;
    }

    .listing_learn_more .custom-btn .elementor-button span:before {
        width: 30px;
        height: 30px;
    }

    .listing_learn_more .lp-project_facilityLink.custom-btn .elementor-button span.elementor-button-icon {
        width: 30px;
        height: 30px;
    }

    .listing_learn_more .custom-btn .elementor-button span {
        line-height: 30px;
    }

    .listing_learn_more .lp-project_facilityLink .elementor-button-link:hover {
        color: #fff !important;
        background: #F78E2F;
    }


    /* Listing page --  */

}

/* --- Listing page Reponsive CSS -- start --*/


@media(min-width:768px) {

    .for-mob,
    .Load-more {
        display: none !important;
    }

}

@media(max-width:767px) {

    .for-desktop,
    .custom-slider_pegination {
        display: none;
    }

    .custom-slider_col {
        flex: 0 0 25%;
        width: 100%;
        padding: 20px 15px;
    }

    .swiper-slide_description {
        left: calc(50% - 329px/2 + 25px);
    }

    .slider_fliter-ul li a {
        padding: 10px 30px;
        /* font-size: 17px; */
        font-size: 16px;
        line-height: 15px;
        margin: 10px 10px 10px 0px;
    }

    /* Listing page --  */

    .custom-slider_col .swiper-wrapper {
        height: 350px;
        width: 100%;
    }

    .slider_fliter_btns_listingPage .slider_fliter-ul li {
        padding: 5px 5px;
    }

    .slider_fliter_btns_listingPage .slider_fliter-ul li a {
        margin-right: 0px;
        margin: 0 0 0 0;
    }

    .custom-slider_col .swiper {
        width: 100% !important;
        left: 0px !important;
    }

    .swiper-slide_description.swiperSlideDescription_new {
        width: 100%;
        left: 0px;
    }

    .slider-btns_wrapper {
        top: 19px;
        left: -10px;
        width: calc(100% - 30px);
    }

    .slider-btns_right {
        margin: 8px 40px 0 0;
    }

    .swiperCustom_popBox_bg {
        top: 30px;
        left: 15px;
        right: 55px;
    }

    /* Listing page --  */

    .lp-project_sliderDescrip {
        width: auto;
        max-width: calc(100% - 75px);
        min-width: 80%;
        min-height: 170px;
        bottom: -50px;
    }

    /* --- popup adjustment --- */



    /* --- popup adjustment --- */

    .btn-con .elementor-button {
        width: 330px !important;
        font-size: 13px !important;
    }

    .btn-con .elementor-button:hover span:before {
        width: 100% !important;
    }

    .btn-con .elementor-button:hover span.elementor-button-icon {
        left: 83% !important;
    }

    .banner-txt br {
        display: none;
    }

    .Load-more {
        width: 95%;
        margin: 20px 0;
    }

}

@media(max-width: 567px) {

    .slider-btns_wrapper {
        width: 100%;
    }

    .slider-btns_left {
        margin-left: 11px;
    }


}

/*responsive*/
@media(max-width: 491px) {
    .gallery .gallery-item {
        width: 50%;
    }
}

@media(max-width: 467px) {
    .gallery .gallery-item {
        width: 100%;
    }

    .gallery .gallery-filter .filter-item {
        margin-bottom: 10px;
    }
}




/************************* image slider  ***************************/

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    left: calc(50% - 350px/2 - 16px);
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 15px;
    padding-top: 10px;
    margin: 10px;
    margin-top: -22px;
    color: #f78e2f;
    font-weight: 100;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 100%;
    user-select: none;
    background: #FFFFFF;
    transform: matrix(1, 0, 0, -1, 0, 0);
    height: 47px;
    width: 47px;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 100%;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: #f78e2f;
    color: #fff;
    ;
}





.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

/***************************************  Description box   ****************************************/

.desc-box {
    width: 329px;
    height: 151.5px;
    left: calc(50% - 329px/2 + 18.5px);
    margin-top: -67px;
    background: #FFFFFF;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
    z-index: 999;
    position: relative;
    border-radius: 0px 0px 70px;
    padding: 17px 23px;
}

.desc-box:hover {
    background: #002A3A;
    color: #fff;
    cursor: pointer;
}

.location {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #002A3A;
}

.location .icons {
    height: 16px !important;
    width: 16px !important;
    border: none !important;
    vertical-align: middle;
}

.name {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #002655;
}

.subname {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #002655;
}

.facilities {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #002A3A;
}

.facilities .icons {
    width: 21px !important;
    height: 21px !important;
    border: none !important;
    vertical-align: bottom;
}

.desc-box:hover .location,
.desc-box:hover .name,
.desc-box:hover .subname,
.desc-box:hover .facilities {
    color: #fff;
}

.facitext {
    margin: 0px 15px;
}

/* end Protfolio */




/* footer icon start */

.footer-icon .elementor-image-box-img {
    min-width: 50px;
}

/* footer icon end */


/* Elementor custom code css */

p {
    margin-bottom: 25px;
}

.resort-img_slider .swiper-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resort-img_slider .swiper-slide {
    height: auto;
}

.resort-img_slider .swiper-slide-inner {
    height: 100%;
}

.banner_form input#name {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 25px 25px 25px 25px;
    font-family: "Noto Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    margin-bottom: -14px;
    margin-right: 26px;
    text-indent: 45px;
    width: 450px !important;
}

.banner_form input#email {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 25px 25px 25px 25px;
    font-family: "Noto Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    margin-bottom: -14px;
    margin-right: 26px;
    text-indent: 45px;
}

.banner_form input#phone_number {
    background-color: #ffffff;
    border: 2px solid #fff;
    border-radius: 25px 25px 25px 25px;
    font-family: "Noto Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    margin-bottom: -14px;
    margin-right: 26px;
    text-indent: 15px;
}
/*#form-field-field_e73b2b7*/
.banner_form select {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 25px 25px 25px 25px;
    font-family: "Noto Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    width: 455px !important;
    padding: 14px;
    margin-bottom: 11px;
    color: #7a7a7a;
}

#elementor-popup-modal-2877 {
    display: none !important;
}

.banner_form select#form-field-field_06aa05f {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 25px 25px 25px 25px;
    font-family: "Noto Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    width: 455px !important;
    padding: 14px;
    margin-bottom: 11px;
    color: #7a7a7a;
    text-indent: 50px;
}

.radio-box {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.banner_form i.fa.fa-user {
    margin-top: 5px;
    position: absolute;
    color: #443d3d8a;
    z-index: 1;
    margin-left: 25px;
    padding: 12px 1px 17px 1px;
    font-size: 14px;
    width: 113px !important;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 15px !important;
}

.project-form.banner_form i.fa.fa-envelope-o,
.project-form.banner_form i.fa.fa-user {
    width: auto !important;
}

.banner_form i.fa.fa-envelope-o {
    margin-top: 5px;
    position: absolute;
    color: #443d3d8a;
    z-index: 1;
    margin-left: 25px;
    padding: 12px 1px 17px 1px;
    font-size: 14px;
    width: 113px !important;
}

.project-form.banner_form i.fa.fa-envelope-o,
.project-form.banner_form i.fa.fa-user {
    width: auto !important;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

input[type=submit] {
    line-height: 11px !important;
    font-size: 16px !important;
    padding-left: 35%;
    text-transform: capitalize;
    background-color: transparent !important;
}

input[type=submit]:hover {
    text-decoration: none !important;
}

.submit_btn {
    position: relative;
    width: 220px;
    height: 50px;
    border: 1px solid #F78E2F;
    border-radius: 35px;
    /* overflow: hidden; */
    margin-top: 20px;
    z-index: 1;
}

.submit_btn:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    outline: none;
    transition: ease-in-out .5s;
}

.submit_btn:hover:after {
    left: inherit;
    width: 90%;
    border-radius: 0px;
    justify-content: end;
    z-index: -1;
    outline: none;
}

.submit_btn:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #F78E2F;
    transition: ease-in-out .5s;
}

.submit_btn:hover:before {
    width: 100%;
    border-radius: 0;
    z-index: -1;

}

.wpcf7-response-output {
    display: none !important;
}

.banner_form.project-form .wpcf7-not-valid-tip {
    color: #f78e2f !important;
    font-size: 11px !important;
    font-weight: 300;
    position: absolute;
    width: 150px;
    top: 20px !important;
    left: 200px !important;
    display: initial;
    background: #fff;
    padding: 3px 10px;
    line-height: 14px;
    border: 1px solid orange;
    border-radius: 0px 30px 30px 30px;
    z-index: 3;
}


input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus,
select:focus {
    border: 2px solid #F78E2F !important;
    color: #F78E2F !important;
    outline: none !important;
}

input[type=color]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=datetime-local]:focus::placeholder,
input[type=datetime]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=month]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=range]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=text]:focus::placeholder,
input[type=time]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=week]:focus::placeholder {
    color: #F78E2F !important;
}

input[type=radio]:not(:checked) {
    -webkit-appearance: none;
    appearance: none;
    content: '';
    width: 13px !important;
    height: 13px !important;
    background: transparent !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 100% !important;
    position: relative;
    outline: none;
    margin-right: 8px;
}

.eurosign {
    position: absolute;
    z-index: 3;
    color: #9a9696;
    left: 28px;
    bottom: 32px;
    font-size: 12px;
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
    margin-left: 15px;
}

.citynew {
    position: absolute;
    z-index: 3;
    color: #9a9696;
    left: 28px;
    bottom: 26px;
    font-size: 12px;
}

.value_box {
    margin-top: -10px;
    position: relative;
}

.banner_form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 15px;
    background-image: url(https://mlvm3kblgxrk.i.optimole.com/165Rau8-76B8Xx0f/w:auto/h:auto/q:mauto/f:avif/https://listings.yoshirodev.com//relocation-cyprus/wp-content/uploads/2022/05/Chevron_Right.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 21px) center;
    background-size: 10px;
}

.intl-tel-input ul.country-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 15px;
    width: 430px;
    z-index: 999;
}

.intl-tel-input .country-list li.country {
    list-style: none;
    color: #002a3a;
    font-size: 12px;
}

body:not(.rtl) .elementor-426 .elementor-element.elementor-element-568e5d5 {
    left: 0;
    display: flex;
}

.elementor-426 .elementor-element.elementor-element-568e5d5 {
    width: 60% !important;
    max-width: max-content !important;
    top: -142px;
}

.banner_form select#form-field-field_e73b2b7 {
    background-color: #fff;
    border-width: 0 0 0 0;
    border-radius: 25px 25px 25px 25px;
    font-family: "Noto Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    width: 455px !important;
    padding: 14px;
    margin-bottom: 11px;
    color: #7a7a7a;
    text-indent: 50px;
}

.elementor-426 .elementor-element.elementor-element-1be2b86>.elementor-widget-container {
    padding: 0px 60px 0px 60px;
}

.main_header_section .wpml-ls-legacy-dropdown li a {
    font-weight: 900;
}

.main_header_section .wpml-ls-legacy-dropdown li li a {
    font-weight: 500;
}

.main_header_section .elementor-widget-wpml-language-switcher {
    right: 10px;
}

.main_header_section .wpml-ls {
    padding-right: 0 !important;
}

/****06-01-2023****/
.submit_btn span.wpcf7-spinner {
    position: absolute;
    right: -70px;
    top: 15px;
}

.submit_btn:hover:before {
    border-radius: 35px;
}

/****06-01-2023****/





@media (min-width: 992px) {
    .slider_fliter-ul li a {
        padding: 0;
        width: 147px;
        height: 51px;
        text-align: center;
        line-height: 51px;
    }
}


@media (min-width: 1600px) {
    .listing-custom-banner {
        padding-bottom: 308px !important;
    }

    .property_portfolio_custom_listing_bg {
        margin-top: -150px !important;
    }
}


@media (max-width:300px) {
    .banner_form select#form-field-field_06aa05f {
        width: 255px !important;
    }

    .banner_form select#form-field-field_e73b2b7 {
        width: 100% !important;
    }
}

@media (max-width:400px) {
    .banner_form select#form-field-field_06aa05f {
        width: 320px !important;
    }

    .banner_form select#form-field-field_e73b2b7 {
        width: 320px !important;
    }
}

@media (max-width:500px) {
    .banner_form select#form-field-field_06aa05f {
        width: 100% !important;
    }

    .banner_form select#form-field-field_e73b2b7 {
        width: 320px !important;
    }
}

@media (max-width:991px) {
    .elementor-426 .elementor-element.elementor-element-568e5d5 {
        width: 95% !important;
    }

    .elementor-426 .elementor-element.elementor-element-f836fcc>.elementor-widget-container {
        padding: 0px 125px 0px 0px;
    }

    .elementor-426 .elementor-element.elementor-element-31cd9c2 .elementor-heading-title {
        font-size: 36px;
    }

    .elementor-426 .elementor-element.elementor-element-35b7f49>.elementor-element-populated {
        padding: 0px 5px 0px 5px;
    }

    .elementor-426 .elementor-element.elementor-element-1be2b86>.elementor-widget-container {
        padding: 0px 5px 0px 5px;
    }

}

@media (max-width: 1200px) and (min-width: 1025px) {
    .banner_form select#form-field-field_06aa05f {
        width: 320px !important;
    }

    .banner_form select#form-field-field_e73b2b7 {
        width: 320px !important;
    }
}

@media (max-width: 1400px) and (min-width: 1280px) {
    .banner_form select#form-field-field_06aa05f {
        width: 420px !important;
    }

    .banner_form select#form-field-field_e73b2b7 {
        width: 420px !important;
    }
}

@media screen and (min-width:1600px) {
    .clineheight p {
        line-height: 32.58px;
    }
}


/* Elementor custom code css */


/* responsive start */

@media(max-width:1024px) {
    .resident-content p {
        margin-bottom: 15px;
    }

    .business-tab .cyprus-text {
        width: 330px !important;
        max-width: 330px !important;
    }
}

@media (max-width: 991px) {
    .lifestyle-wrapper .elementor-col-50 {
        width: 100% !important;
    }

    .cyprus-slider_wrapper {
        position: relative !important;
    }

    .cyprus-tab .elementor-tab-title.elementor-tab-mobile-title:not(:first-child) {
        position: absolute;
        right: 0%;
        top: 0;
    }

    .cyprus-slider_wrapper .elementor-swiper-button.elementor-swiper-button-next {
        right: 15%;
    }

    .cyprus-slider_wrapper .elementor-swiper-button.elementor-swiper-button-prev {
        left: 40%;
    }

    .footer-icon .elementor-image-box-wrapper {
        display: flex;
    }

    .footer-icon .elementor-image-box-wrapper .elementor-image-box-content {
        padding-left: 10px;
    }

    .footer-bottom .elementor-container .elementor-column:nth-child(3) {
        order: 1;
    }

    .footer-bottom .elementor-container .elementor-column:nth-child(1) {
        order: 2;
    }

    .footer-bottom .elementor-container .elementor-column:nth-child(2) {
        order: 3;
    }

    .footer-bottom .elementor-icon-list-items {
        padding: 15px 0 !important;
        margin: 15px 0 !important;
        border-top: 1px solid #9A9EA6;
        border-bottom: 1px solid #9A9EA6;
    }


    .banner-pic img {
        height: 550px !important;
        object-fit: cover;
        object-position: center;
        border-radius: 0 0 100px 0 !important;
    }

    .rl-residency_content .elementor-icon-box-wrapper {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
    }

    .rl-residency_content .elementor-icon-box-wrapper .elementor-icon-box-icon {
        display: inline-flex !important;
        flex: 0 0 auto !important;
        margin-right: -40px !important;
    }

    .rl-residency_content .elementor-icon-box-description {
        padding-left: 50px !important;
    }

    .resident-content .btn-con .elementor-button,
    .cyprus_mob_content .btn-con .elementor-button {
        width: 100% !important;
    }

}

@media (max-width:767px) {
    .lp-project_block .lp-project_sliderBlock.lp_project_sliderBlock {
        padding-bottom: 95px;
    }

    .lp-project_block .lp-project_sliderBlock.lp_project_sliderBlock .lp-project_sliderDescrip {
        bottom: 45px !important;
    }

    .lp-project_block.lp-project_block_02 {
        margin-top: 0;
    }

    .lp-project_listing {
        padding-bottom: 0;
    }

    .submit_btn {
        width: auto;
    }

    .lp-project_facility {
        margin-top: 3px !important;
    }

    .lp-project_btn+.lp-project_btn {
        margin-left: 1px;
    }

    .lp-project_facilityList li {
        font-size: 11px;
    }

    .banner_form.project-form .wpcf7-not-valid-tip {
        left: 146px !important;
    }

    .banner_form.project-form .radio-box .wpcf7-not-valid-tip {
        width: 270px;
    }
}

@media(max-width:400px) {
    .cyprus-tab .elementor-tab-title {
        padding: 15px 50px !important;
    }

    .custom-banner-txt br {
        display: none;
    }
}

@media(max-width:399px) {
    .cyprus-tab .elementor-tab-title {
        padding: 12px 48px !important;
    }
}

@media(max-width:355px) {
    .cyprus-tab .elementor-tab-title {
        padding: 12px 38px !important;
    }
}

@media only screen and (min-width:1400px) {
    .tnt-img img {
        max-height: 752px;
        object-fit: cover;
    }
}

@media (max-width: 400px) {
    .slider-btns_right {
        margin: 8px 4px 0 0;
    }
}




/* responsive end */


/*............. / 05.09.23 / .............*/
.slider-title {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    display: flex;
    align-items: flex-start;
}

.swiper-slide-desc h6 {
    margin: 8px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.swiper-slide-desc .orange-separeter {
    width: 50.884px;
    height: 3px;
    border-radius: 1.5px;
    background: #F78E2F;
}

.slide-desc {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
    min-height: 126px;
    margin-bottom: 10px;
    margin-top: 8px;
    font-family: 'Noto Sans';
}


.custom-slider02 .swiper-pagination-bullets.swiper-pagination-horizontal{
    position: absolute;
    top: 245px;
}
.custom-slider02 .swiper-pagination-bullet{
    height: 6.8px;
    width: 6.8px;
    background: #EBE7DF;
    opacity: 1;
    margin: 0px 4px !important;
}
.custom-slider02 .swiper-pagination-bullet-active{
    height: 6.8px;
    width: 6.8px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
}

@media (max-width: 767px){
    .slide-desc{
        height: 150px;
    }
}
/* Modal Css */
.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 15%;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    border-radius: 4px;
    position: relative;
    width: 90%;
    max-width: 90%;
    background: #fff;
    padding: 43px 41px;
    margin: 0px auto;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}
.modal-body{
position: relative;
}
.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
    top: -75px;
    right: -20px;
    padding: 0em;
    color: #333;
    background: none;
    border: 0;
    z-index: 3;
    font-size: 28px;
}

.modal-close:hover {
  color: #fff;
  text-decoration: none;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content{
    position: relative;
    height: 500px;
        width: 100%;
    max-width: 100%;
    padding: 0px;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.mapcontent {
  
    position: initial !important;
    width: 100%;
}

.gm-control-active.gm-fullscreen-control{
	display:none;
}

.modal-content {
    overflow: hidden !important;
}
    
@media (max-width: 768px){
    .modal-wrapper{
        padding: 20px;
    }
    .modal-close {
        top: -60px;
        right: 0;
        font-size: 32px;
    }
}

.elementor-7973 .elementor-element.elementor-element-29d3679b .elementor-button {
    padding: 0 !important;
}

.elementor-element-5b03ee7 a,
.elementor-element-ad8e538 a,
.elementor-element-61670d8 a {
color: inherit;
  display: flex;
  margin: 24px 0;
}

@media (max-width: 768px) {
    #form-outside .column.coll2 {
        display: none !important;
    }

    #form-outside {
        background: rgba(0 0 0 / 80%) !important;
        z-index: 10000 !important;
    }
}

@media (min-width: 769px) {

    img.imgg1 {
        max-width: unset !important;
        height: 100% !important;
        max-height: unset !important;
        margin: 0 auto;
        transform: scale(1.1);
    }

    div.column.coll2 {
        justify-content: center;
        min-width: max-content;
    }

}

img.icons.icons_normal,
img.icons.icons_hover {
    max-width: unset;
}

.button_appearance_none.button_i.pp_toggle_btn {
    margin: 0 0 0 15px;
}

h1.subtitle-popup {
    font-size: 3rem;
    line-height: 4rem;
}

h1#popup-title {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 2rem;
}

div#downloadForm form > * {
    text-align: left;
}

div#downloadForm fieldset div.input {
    margin: 2px 0 1rem;
}

div#downloadForm fieldset div.input input,
div#downloadForm fieldset div.input select {
    margin-bottom: 0;
    margin-right: 5px;
}

select.hs-input {
    padding: 0 2rem;
}

.swiper-button-prev,
.swiper-button-next {
    background: rgba(255 255 255 / 80%) !important;
    opacity: 1;
    backdrop-filter: blur(10px);

    display: flex;
    padding: 0;
    margin: 0;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    display: none;
}

.swiper-button-next:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
}

.swiper-button-prev:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f053";
}

.footer-floating-social-icons p {
    margin: 0;
}

.footer-floating-social-icons a {
    color: inherit;
    display: flex;
    padding: 24px 0;
    margin: 0;
}

.swiper-slide_description.swiperSlideDescription_new {
	height: 520px;
}


h1#popup-title {
  font-size: 3rem;
  line-height: unset;
  margin-bottom: 1rem;
}

h1.subtitle-popup {
  font-size: 2rem;
  line-height: unset;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 1.35rem;
}

label.hs-form-booleancheckbox-display {
  margin-top: unset !important;
}


@media (max-width: 767px) {
  .slider_fliter-ul li a {
    padding: 14px 20px;
  }

  .swiper-slide_description.swiperSlideDescription_new {
    padding: 24px 14px;
  }

  .secure-payments-div .col-1 .elementor-button-content-wrapper {
        padding: 1.5rem 3rem 1.5rem 7rem;
    }

    .swiper-slide-inner {
        padding: 10% 15% !important;
    }
    
}