/* 17th Oct 2024 starts */

/* font weights */
.font-weight-regular {
    font-family: "Graphik-Regular" !important;
    font-weight: normal !important;
}

.font-weight-medium {
    font-family: "Graphik-Medium" !important;
    font-weight: normal !important;
}

.container-inner {
    max-width: 1606px;
    width: 100%;
    margin: 0 auto;
}
/*
.text-form-section {
    background: url('../images/bg-artifact-right.svg') no-repeat right top;
}
*/
.text-form-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.text-form-container .text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 948px;
    width: 100%;
}

.heading-two {
    color: #0A4647;
    font-family: "Graphik-Regular";
    font-size: 56px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
}

.heading-three {
    font-family: "Graphik-Regular";
    color: #1C1E27;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 42px;
    margin-bottom: 0;
}

.text-form-container .para p:not(:last-child) {
    margin-bottom: 50px;
}

.padding-tb-160 {
    padding: 160px 0;
}

.padding-b-160 {
    padding-bottom: 120px;
}

.padding-tb-0 {
    padding: 0
}

.padding-top-0 {
    padding-top: 0 !important;
}

.margin-bottom-48 {
    margin-bottom: 48px;
}

.padding-b-0 {
    padding-bottom: 0 !important;
}

.form-block {
    border: 1px solid rgba(10, 70, 71, 0.50);
    background: #FFF;
    box-shadow: 12px 12px 12px 0px rgba(0, 0, 0, 0.07);
    max-width: 592px;
    width: 100%;
    padding: 40px;
}

.form-block h2 {
    color: #0A4647;
    line-height: normal;
}

.form-block .form-block-header {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.form-block .form-block-header ul {
    display: flex;
    flex-direction: row;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.form-block .form-block-header ul li.active a, .form-block .form-block-header ul li.active {
    text-decoration: none;
    color: #0A4647;
    font-family: "Graphik-Medium";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}


.form-block .form-block-header ul li, .form-block .form-block-header ul li a {
    font-size: 20px;
    color: #1C1E27;
    font-family: "Graphik-Regular";
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    position: relative;
}

.form-block .form-block-header ul li:after {
    content: '';
    position: absolute;
    bottom: -8px;
    height: 3px;
    background: transparent;
    width: 100%;
    right: 0;
}

.form-block .form-block-header ul li.active:after {
    background: #00B087;
}

.form-block .form-block-body .form-group-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.form-block .form-block-body .form-group-row .form-group {
    width: 49%;
    position: relative;
}

.form-block .form-block-body {
    padding: 28px 0 0 0;
}

.form-block .form-control, .form-group .intl-tel-input input {
    border: 1px solid rgba(10, 70, 71, 0.50);
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #ECF0F1;
    padding: 13px 16px 12px;
    color: #0A4647;
    font-family: "Graphik-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
}

.form-block .form-control:focus, .form-group .intl-tel-input input:focus {
    box-shadow: none;
    outline: 0
}

.form-block .form-control::-webkit-input-placeholder {
    color: #0A4647;
}

.form-block .form-control::-moz-placeholder {
    color: #0A4647;
}

.form-block .form-control:-ms-input-placeholder {
    color: #0A4647;
}

.form-block .form-control:-moz-placeholder {
    color: #0A4647;
}

.form-group .intl-tel-input input {
    width: 100%;
}

.form-group .intl-tel-input .country-list {
    max-width: 400px;
}

.form-block .form-group {
    margin-bottom: 16px;
}


/* select2  */
.form-block .select2-container--default .select2-selection--single {
    border: 1px solid rgba(10, 70, 71, 0.50);
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #ECF0F1;
    border-radius: 0;
    padding: 15px 16px;
    height: auto;
}

.form-block .select2-container--default .select2-selection--single .select2-selection__rendered, .form-block .select2-results__option {
    line-height: normal;
    padding-left: 0;
    font-family: "Graphik-Regular";
    font-size: 18px;
    color: #0A4647;
}

.form-block .select2-results__option {
    padding: 8px 6px;
}

.form-block .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #00B087
}

.form-block .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(10, 70, 71, 0.50);
}

.form-block .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0
}

.form-block .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 16px;
    top: 23px;
    background: url('../images/down-arrow-grey.svg') no-repeat;
    width: 10px;
    height: 8px;
}

.form-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.btn-green-custom {
    align-items: center;
    background-color: #00b087;
    cursor: pointer;
    display: flex;
    justify-content: center;
    transition: .2s;
    width: 200px;
    border: none;
    padding: 17px 20px;
    color: #FFF;
    font-family: "Graphik-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    margin-right: auto;
}

.btn-green-custom:hover, .btn-green-custom:focus {
    background: #0A4647;
    color: #fff;
}


/* video section starts */
.video-section .video-wrapper, .video-section .video-iframe-wrapper, .video-section {
    position: relative;
}

.video-section {
    z-index: 9;
}

.video-section:after {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(236, 240, 241, 0.6) 0%, rgba(236, 240, 241, 0.6) 100%);
    width: 100%;
    height: 600px;
    z-index: -1;
    bottom: 0;
}

.video-section .video-wrapper .play-button, .video-section .video-iframe-wrapper .play-button-yt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 96px;
    height: 96px;
    cursor: pointer;
    z-index: 99;
}

.video-section .video-wrapper .play-button img, .video-section .video-iframe-wrapper .play-button-yt img {
    width: 100%;
}

.video-section.video-playing .play-button {
    display: none;
}

.video-iframe-wrapper>* {
    height: 100%
}


/* services section  */
.services-section {
    background: linear-gradient(0deg, rgba(236, 240, 241, 0.6) 0%, rgba(236, 240, 241, 0.6) 100%);
}

.services-section .service-item h3 {
    color: #0A4647;
}

.service-item .service-item-icon {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.service-item {
    max-width: 720px;
    width: 100%;
}

.service-item ul {
    list-style: none;
    padding: 0;
    margin: 48px 0 0;
}

.service-item ul li, .mission-vision-container .text p, .mission-vision-container .text ul li {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(10, 70, 71, 0.25);
    color: #0A4647;
    font-family: "Graphik-Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    padding-right: 36px;
    background: url('../images/check-circle.svg') no-repeat right top;
}

.service-item ul li:not(:last-child) {
    margin-bottom: 24px;
}

.p-tag {
    font-family: "Graphik-Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0;
}

.p-tag-v1 {
    color: #1C1E27;
    font-family: "Graphik-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 0;
}


/* colors */
.text-green-dark {
    color: #0A4647 !important;
}

.text-black-dark {
    color: #1C1E27 !important;
}


/* leading property  */
.leading-property-container {
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

.leading-property-container .item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 25%;
}

.leading-property-container .heading-three {
    max-width: 290px;
    margin: 0;
}


/* mission vision section */
.mission-vision-section-new {
    background: #D7EDEA;
}

.banner-image {
    position: relative;
}

.banner-image:before {
    content: '';
    position: absolute;
    width: 346px;
    height: 423px;
    background: url('../images/bg-artifact-left.svg') no-repeat right bottom;
    background-size: 100%;
    top: -423px;
    right: 0;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
}

.mission-vision-container {
    padding-bottom: 372px;
}

.mission-vision-container {
    display: flex;
    justify-content: space-between;
    gap: 90px;
}

.mission-vision-container .text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 736px;
    width: 100%;
}

.mission-vision-container .text p, .mission-vision-container .text ul li {
    padding: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none;
    background: transparent
}

.mission-vission-overlap {
    background: #0A4647;
    padding: 160px;
    position: absolute;
    bottom: -211px;
    width: 100%;
    z-index: 99;
}

/* .mission-vission-overlap .number-item {
    width: 25%;
} */

.mission-vission-overlap .number-item:not(:last-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 20px;
    margin-left: 20px;
    width: 24%;
}

.banner-image img {
    width: 100%;
    height: auto;
}

/* opacity */
.opacity-7 {
    opacity: 0.75;
}


/* properties managed */
.properties-managed {
    background: linear-gradient(0deg, rgba(236, 240, 241, 0.5) 0%, rgba(236, 240, 241, 0.5) 100%);
}

.carousel-content .text {
    background: #fff;
    padding: 48px;
    row-gap: 30px;
}

.btn-green-custom-gradient, .btn-orange-custom-gradient {
    text-decoration: none;
    background: rgba(40, 177, 109, 0.10);
    margin: 0;
    color: #40BA7F;
    width: 219px;
    padding: 14px 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.carousel-content .btn-block .btn-green-custom-gradient:hover, .carousel-content .btn-block .btn-green-custom-gradient:focus {
    background: rgba(40, 177, 109, 0.2);
    color: #40BA7F;
}

.btn-orange-custom-gradient {
    background: rgba(255, 0, 0, 0.10);
    color: #FF0000;
}

.carousel-content .btn-block .btn-orange-custom-gradient:hover, .carousel-content .btn-block .btn-orange-custom-gradient:focus {
    background: rgba(255, 0, 0, 0.2);
    color: #FF0000;
}

.carousel-content .btn-block .btn-green-custom-gradient span:first-child, .carousel-content .btn-block .btn-orange-custom-gradient span:first-child {
    margin-left: 12px;
}

.properties-managed .carousel .carousel-inner .carousel-item {
    height: auto
}

.properties-managed .carousel-indicators {
    bottom: -78px;
}

.carousel-indicators [data-bs-target] {
    width: 88px;
    height: 4px;
    margin: 0;
    background: rgba(0, 0, 0, 0.1);
    border: none;
}

.carousel-indicators [data-bs-target]:not(:last-child) {
    margin-left: 12px
}

.carousel-indicators [data-bs-target].active {
    background: #00B087;
}

.properties-managed .container-inner {
    position: relative
}

.properties-managed .carousel .carousel-control-prev {
    left: 0;
}

.properties-managed .carousel .carousel-control-next {
    right: 0;
}

.offices {
    background: linear-gradient(0deg, #F0F7F3 0%, #F0F7F3 100%), #ECF0F1;
    position: relative;
    z-index: 9;
}

.offices:after {
    content: '';
    position: absolute;
    height: 408px;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.offices .row {
    row-gap: 48px;
}

.offices h2 {
    padding-bottom: 16px;
}

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

.offices ul a:hover, .offices ul a:focus, .offices ul a {
    text-decoration: none;
}

.offices ul li.location {
    background: url('../images/location.svg') no-repeat right top;
    padding-right: 40px;
}

.offices ul li.phone {
    background: url('../images/call.svg') no-repeat right top;
    padding-right: 40px;
}

.offices .location-item.highlighted {
    padding: 40px;
    background: #fff;
}

.map-block {
    margin-top: 80px;
}

.map-block img {
    width: 100%;
    height: auto;
}

.text-banner-section {
    background: #0A4647;
    padding: 80px;
}

.text-banner-section h2 {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    color: #D7EDEA;
}

.text-banner-section .btn-block {
    margin: 48px 0 0;
}

.text-banner-section+footer {
    margin: 0;
}


/* community management *//*
.form-community-management.form-block .form-block-body .form-group-row .form-group.interested-in {
    width: 100%;
}*/

.video-section .video-section-image {
    width: 100%;
    height: auto;
}

.services-section-v1 .service-item {
    max-width: 461px;
}

.services-section-v1 .service-container {
    gap: 48px;
}

.services-section-v1 .service-item ul li:not(:last-child) {
    margin-bottom: 0;
}

.services-section-v1 .service-item ul li {
    border-bottom: none;
    padding-bottom: 32px;
}

.services-section-v1 .service-item ul {
    margin: 0;
}

.mission-vision-section-new-v1 .mission-vision-container {
    gap: 0;
}

.mission-vision-container .mission-vision-row {
    gap: 50px;
    align-items: center;
}

.mission-vision-container .mission-vision-row .text {
    max-width: 657px;
}

.mission-vision-container .mission-vision-row .image {
    max-width: 783px;
    width: 100%;
}

.mission-vision-container .mission-vision-row .image img {
    width: 100%;
    height: auto;
}

.our-certificates {
    background: linear-gradient(0deg, rgba(236, 240, 241, 0.6) 0%, rgba(236, 240, 241, 0.6) 100%);
}

.text-banner-section-v1 h2 {
    max-width: 1136px;
}

.mission-vision-section-inner .container-inner {
    position: relative;
    z-index: 9
}

.our-partners-new {
    background: url('../images/bg-artifact-right.svg') no-repeat right top;
}

.our-partners .image-layer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.whitebackground-header {
    position: relative;
    z-index: 9999;
}

.heading-two.show-plus-icon:after {
    content: '+';

}

.heading-two.show-million-icon::after {
    content: 'M'
}

.heading-two.show-thousand-icon::after {
    content: 'K+'
}

.heading-two.show-thousand-icon1::after {
    content: 'K+'
}

.heading-two.show-million-icon1::after {
    content: 'Mn'
}


.map-block iframe.active {
    display: block;
}

.map-block iframe {
    display: none;
    width: 100%;
    height: 490px;
}

.offices .location-item {
    cursor: pointer;
}

.properties-managed .image {
    max-width: 648px;
    width: 100%;
}

.properties-managed .image img {
    width: 100%;
}

.carousel-content .text {
    max-width: 952px;
    width: 100%;
}


.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background: transparent !important;
}
.our-partners .slider-container .image-layer img, .our-certificates .slider-container .image-layer img{
  width: 100%;
  max-height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}

.partner-item {
    width: 25%;
}

.partner-item img {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .our-partners-container .partner-item {
        max-width: 260px;
    }
}

@media screen and (max-width: 767px) {
    .our-partners-container .partner-item {
        max-width: 364px;
        width: 42%;
    }
}
footer{margin-top:unset;}
.form-block .form-control {
    text-align: right;
}

select.form-control.input-field {
    background-position: left 14px center;
    padding-left: 24px;
    padding-right: 24px;
    text-align: right;
}
/* media queries */

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

    .our-partners-new {
        background-size: 15%;
    }
}

@media screen and (max-width: 1720px) {
    .container-inner {
        max-width: 94%;
        margin: 0 auto;
    }

    .heading-two {
        font-size: 50px;
    }

    .heading-three {
        font-size: 26px;
        line-height: 38px;
    }

    .text-form-container .para p:not(:last-child) {
        margin-bottom: 36px;
    }

    .service-item ul li, .mission-vision-container .text p, .p-tag, .mission-vision-container .text ul li {
        font-size: 22px;
        line-height: 30px;
    }

    .margin-bottom-48 {
        margin-bottom: 40px;
    }

    .service-item ul {
        margin-top: 40px;
    }

    .mission-vision-container {
        padding-bottom: 320px;
    }

    .banner-image:before {
        width: 280px;
        height: 280px;
        top: -280px;
    }
}

@media screen and (max-width: 1680px) {
    .text-form-container .text {
        max-width: 720px;
    }

    .padding-tb-160 {
        padding: 120px 0;
    }

    .padding-b-160 {
        padding-bottom: 120px;
    }

    .service-item {
        max-width: 710px;
    }

    .service-item .service-item-icon img, .leading-property-container .icon img {
        width: 80px;
        height: 80px;
    }

    .mission-vission-overlap {
        padding: 120px
    }

    .mission-vision-container {
        padding-bottom: 250px;
    }

    .mission-vision-container .text {
        max-width: 700px;
    }

}

@media screen and (max-width: 1580px) {
    .heading-two {
        font-size: 42px;
    }

    .heading-three {
        font-size: 22px;
        line-height: 34px;
    }

    .form-block .form-block-header {
        gap: 36px;
    }

    .form-block .form-block-header ul li.active a, .form-block .form-block-header ul li.active, .form-block .form-block-header ul li,
    .form-block .form-block-header ul li, .form-block .form-block-header ul li a {
        font-size: 18px;
        line-height: normal;
    }

    .text-form-container .para p:not(:last-child) {
        margin-bottom: 24px;
    }

    .video-section .video-wrapper .play-button, .video-section .video-iframe-wrapper .play-button-yt {
        width: 80px;
        height: 80px;
    }

    .margin-bottom-48 {
        margin-bottom: 30px;
    }

    .service-item ul {
        margin-top: 30px;
    }

    .service-item ul li, .mission-vision-container .text p, .p-tag, .mission-vision-container .text ul li {
        font-size: 20px;
        line-height: 28px;
    }

    .service-item {
        max-width: 670px;
    }

    .video-section:after {
        height: 530px;
    }

    .mission-vision-container .text {
        max-width: 640px;
    }

    .mission-vision-container {
        padding-bottom: 240px;
    }

    .carousel-content .image {
        width: 40%;
    }

    .carousel-content .text {
        width: 60%;
    }

    .carousel-content .image img {
        width: 100%;
        height: auto;
    }

    .map-block {
        margin-top: 60px;
    }

    .offices:after {
        height: 300px;
    }
}

@media screen and (max-width: 1440px) {
    .heading-two {
        font-size: 36px;
    }

    .heading-three {
        font-size: 20px;
        line-height: 28px;
    }

    .form-block .form-block-header {
        gap: 24px;
    }

    .text-form-container .text {
        max-width: 600px;
    }

    .service-item {
        max-width: 600px;
    }

    .service-item ul {
        margin-top: 24px;
    }
}

@media screen and (max-width: 1366px) {
    .form-block {
        padding: 30px;
        max-width: 530px;
    }

    .form-block .form-control, .form-group .intl-tel-input input, .form-block .select2-container--default .select2-selection--single .select2-selection__rendered, .form-block .select2-results__option {
        font-size: 17px;
    }

    .service-item ul li, .mission-vision-container .text p, .p-tag, .p-tag-v1, .mission-vision-container .text ul li {
        font-size: 18px;
        line-height: 26px;
    }

    .service-item ul li:not(:last-child) {
        margin-bottom: 18px;
    }

    .service-item ul li {
        padding-bottom: 18px;
    }

    .video-section:after {
        height: 465px;
    }

    .leading-property-container {
        gap: 30px;
    }


    .padding-tb-160 {
        padding: 80px 0;
    }

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

    .mission-vision-container {
        padding-bottom: 200px;
    }

    .mission-vission-overlap {
        padding: 80px;
        bottom: -117px;
    }

    .properties-managed .carousel-indicators {
        bottom: -56px;
    }

    .properties-managed.padding-tb-160 {
        padding-bottom: 80px;
    }

    .carousel-indicators [data-bs-target] {
        width: 60px;
    }

    .map-block {
        margin-top: 48px;
    }

    .offices:after {
        height: 270px;
    }

    .banner-image:before {
        width: 200px;
        height: 200px;
        top: -200px;
    }
}

@media screen and (max-width: 1280px) {
    .text-form-container .text {
        max-width: 500px;
    }

    .video-section .video-wrapper .play-button, .video-section .video-iframe-wrapper .play-button-yt {
        width: 60px;
        height: 60px;
    }

    .service-item {
        max-width: 600px;
    }

    .video-section:after {
        height: 390px;
    }
}

@media screen and (max-width: 1199px) {
    .form-block {
        max-width: 480px;
    }

    .text-form-container .text {
        max-width: 460px;
    }

    .service-item {
        max-width: 530px;
    }

    .leading-property-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .leading-property-container {
        gap: 60px;
        row-gap: 30px;
    }

    .leading-property-container .icon, .leading-property-container .heading-three {
        text-align: center;
    }

    .mission-vission-overlap .number-item:not(:last-child) {
        width: 21%;
    }

    .mission-vission-overlap {
        bottom: -130px
    }

    .our-partners-container .partner-item {
        max-width: 150px;
    }

    .our-partners-container .partner-item img {
        width: 100%;
        height: auto;
    }

    .offices:after {
        height: 230px;
    }
}

@media screen and (max-width: 1024px) {
    .service-item .service-item-icon img, .leading-property-container .icon img {
        width: 70px;
        height: 70px;
    }

    .text-banner-section .btn-block {
        margin: 36px 0 0;
    }

    header .primary-menu.stick-up {
        top: 0 !important;
        z-index: 9999;
    }
}

@media screen and (max-width: 991px) {
    .text-form-container {
        flex-direction: column;
        gap: 24px;
    }

    .text-form-container .text {
        max-width: 100%;
    }

    .form-block {
        max-width: 600px;
        margin: 0 auto;
    }

    .service-container {
        flex-direction: column;
        gap: 30px;
    }

    .service-item {
        max-width: 100%;
    }

    .video-section:after {
        height: 325px;
    }

    .leading-property-container {
        gap: 30px;
    }

    .leading-property-container .item {
        width: 30%
    }

    .mission-vission-overlap {
        position: relative;
        bottom: 0
    }

    .mission-vision-container {
        padding-bottom: 50px;
    }

    .mission-vission-overlap {
        margin-bottom: 80px;
        padding: 50px 30px;
    }

    .mission-vision-container {
        flex-direction: column;
        gap: 40px;
    }

    .mission-vision-container .text {
        max-width: 100%;
    }

    .padding-tb-160 {
        padding: 60px 0;
    }

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

    .mission-vission-overlap .number-item:not(:last-child) {
        padding-left: 14px;
        margin-left: 14px;
    }

    .carousel-content .text {
        padding: 24px;
    }

    .offices:after {
        height: 190px;
    }

    .services-section-v1 .service-container {
        gap: 0px;
    }

    .mission-vision-container .mission-vision-row {
        flex-direction: column;
    }

    .mission-vision-container .mission-vision-row .text {
        max-width: 100%;
    }

    .mission-vision-container .mission-vision-row .image {
        max-width: 730px;
        margin: 0 auto;
    }

    .mission-vision-section-new-v1 .mission-vision-container .mission-vision-row {
        gap: 20px;
    }

    .mission-vision-section-new-v1 .mission-vision-container .mission-vision-row .text {
        order: 2;
    }

    .text-form-section {
        background-size: 30%;
    }
}

@media screen and (max-width: 768px) {
    .heading-two {
        font-size: 32px;
    }

    .text-form-container .text {
        gap: 16px;
    }

    .heading-three {
        font-size: 18px;
        line-height: 28px;
    }

    .form-block .heading-three {
        font-size: 22px;
    }

    .form-block .form-block-body .form-group-row {
        flex-direction: column;
    }

    .form-block .form-group:not(:last-child) {
        margin-bottom: 0;
    }

    .form-block .form-block-body .form-group-row {
        margin-bottom: 0;
    }

    .form-block .form-block-body .form-group-row .form-group {
        width: 100%;
    }

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

    .form-block .btn-green-custom {
        width: 100%;
    }

    .padding-tb-160 {
        padding: 60px 0;
    }

    .video-section .video-wrapper .play-button, .video-section .video-iframe-wrapper .play-button-yt {
        width: 50px;
        height: 50px;
    }

    .video-section:after {
        height: 245px;
    }

    .mission-vission-overlap {
        flex-wrap: wrap;
        gap: 36px
    }

    .mission-vission-overlap .number-item:not(:nth-child(2n+1)) {
        padding: 0;
        margin: 0;
        border: none
    }

    .mission-vission-overlap .number-item {
        width: 45% !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
    }

    .padding-tb-160 {
        padding: 50px 0;
    }

    .padding-b-160 {
        padding-bottom: 50px;
    }

    .properties-managed .carousel-content {
        flex-direction: column;
    }

    .carousel-content .image, .carousel-content .text {
        width: 100%
    }

    .carousel-content .text {
        padding: 16px;
    }

    .our-partners-container {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .our-partners-container .partner-item {
        max-width: 130px;
    }

    .offices .location-item.highlighted {
        padding: 24px;
    }

    .offices:after {
        height: 130px;
    }

    .text-banner-section {
        padding: 50px 20px;
    }

    .form-block.form-community-management .form-block-body .form-group-row {
        margin-bottom: 0;
    }

    .map-block iframe {
        width: 100%;
        height: 350px;
    }
}

@media screen and (max-width: 680px) {
    .leading-property-container .item {
        width: 47%
    }
}

@media screen and (max-width: 575px) {
    .form-block {
        padding: 20px;
    }

    .form-block .form-control, .form-group .intl-tel-input input, .form-block .select2-container--default .select2-selection--single .select2-selection__rendered, .form-block .select2-results__option {
        font-size: 16px;
    }

    .form-block .form-block-header ul li.active a, .form-block .form-block-header ul li.active, .form-block .form-block-header ul li, .form-block .form-block-header ul li, .form-block .form-block-header ul li a {
        font-size: 16px;
        line-height: normal;
    }

    .video-section:after {
        height: 200px;
    }

    .leading-property-container .item {
        width: 45%
    }

    .btn-green-custom-gradient, .btn-orange-custom-gradient {
        width: 100%;
    }

}

@media screen and (max-width: 480px) {
    .form-block .form-block-header ul li.active a, .form-block .form-block-header ul li.active, .form-block .form-block-header ul li, .form-block .form-block-header ul li, .form-block .form-block-header ul li a {
        font-size: 14px;
        line-height: normal;
    }

    .form-block .form-control, .form-group .intl-tel-input input, .form-block .select2-container--default .select2-selection--single .select2-selection__rendered, .form-block .select2-results__option {
        font-size: 14px;
    }

    .form-block {
        padding: 14px;
    }

    .leading-property-container .item {
        width: 100%
    }

    .mission-vission-overlap .number-item {
        width: 100% !important;
    }

    .offices:after {
        height: 100px;
    }

    .leading-property-container .heading-three {
        margin: 0 auto;
    }
}

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

    .video-section:after {
        height: 140px;
    }
}
select.form-control.input-field option {
    text-align: right;
}
select.form-control.input-field {
    font-family: "Graphik-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    text-align: right;
    padding: 13px 16px 12px;
    padding-left: 20px;
}

select.form-control.input-field option {
    text-align: right;
}

@media screen and (max-width: 1199px) {
    select.form-control.input-field {
        padding: 13px 10px 12px;
        padding-left: 20px;
        font-size: 15px;
    }

    .form-block .form-control, .form-group .intl-tel-input input,
    .form-block .form-control, .form-group .intl-tel-input input, .form-block .select2-container--default .select2-selection--single .select2-selection__rendered, .form-block .select2-results__option {
        font-size: 15px;
    }
}.form-group .intl-tel-input input { text-align: left;}
.form-block .form-control, .form-group .intl-tel-input input { border-radius: 0;}
.text-banner-section .btn-green-custom:hover {
    background-color: #00b087;
}