.btn,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Muli, sans-serif;
    line-height: 1.4 !important;
}

::selection {
    color: #fff;
    background: #0F4F93
}

img {
    width: auto;
    max-width: 100%
}

button#play_button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(128, 100, 202, .9);
    border: medium none;
    border-radius: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%) translateY(-50%);
}

button#play_button i {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding: 15px;
    background-color: #0F4F93;
    border-radius: 100%;
    z-index: 1
}

button#play_button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #0F4F93;
    border-radius: 50%;
    z-index: -1;
    animation: pulse-border 1.5s ease-out infinite
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

li.responsive_login_btn_ {
    display: none !important;
}

.home-page {
    margin-top: 170px;
    background-color: #fff;
    font-family: Muli, sans-serif
}

.home-page p:empty {
    display: none
}

.banner-section .carousel.slide {
    margin: 0 auto;
    margin-top: 60px
}

.carousel-item img {
    width: 100%;
    height: 100%;
    max-height: 644px;
    min-height: inherit
}

.banner-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto !important;
    max-width: 100%;
    width: 100%
}

.support-banner {
    margin-top: 129px;
    position: relative;
}

.support-banner-content img {
    width: 100%;
}

.support-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.support-banner-content h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 1rem;
    margin-top: 0;
    font-weight: 700;
}

.support-banner-content p {
    font-size: 22px;
    margin: 0;
    color: #fff;
}

.support-banner .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.our-partners .container-fluid,
.testimonial-section .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    margin: 0 auto !important;
    max-width: 1320px;
    width: 100%
}

.carousel-caption h1 {
    font-size: 40px;
    color: #fff
}

.banner-section .carousel-caption {
    right: unset;
    bottom: unset;
    left: 5.3rem;
    color: #fff;
    text-align: left;
    top: 50%;
    transform: translateY(-50%)
}

.banner-section .carousel-caption p {
    font-size: 18px;
    margin: 0;
    /* max-width: 440px; */
    color: #575757;
    line-height: 26px
}

.carousel-caption h1 {
    font-size: 48px;
    color: #343A40;
    /* max-width: 435px; */
    font-weight: 800;
    font-family: 'Muli';
}

.banner-section .carousel-control-next,
.banner-section .carousel-control-prev {
    top: unset;
    bottom: 40px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    color: #747474;
    opacity: 1
}

.banner-section .carousel-control-prev {
    left: 5.3rem
}

.banner-section .carousel-control-next {
    right: unset;
    left: 8.4rem
}

.banner-section .carousel-control-next span,
.banner-section .carousel-control-prev span {
    font-size: 20px
}

.banner-section .carousel-control-next:hover,
.banner-section .carousel-control-prev:hover {
    background-color: #561dfa;
    color: #fff
}

.banner-section .carousel-indicators li {
    width: 8px;
    border-radius: 100%;
    height: 8px
}

.banner-section .carousel-indicators {
    right: 5.3rem;
    bottom: unset;
    left: unset;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;
    top: 50%;
    transform: translateY(-50%)
}

.banner-section .carousel-indicators li {
    border: 1px solid #fff;
    opacity: 1;
    margin: 8px 0;
    background-color: transparent
}

.banner-section .carousel-indicators .active {
    background-color: #561dfa;
    border: 2px solid#561dfa
}

.carousel_btn_main_info_ {
    display: flex;
    margin-top: 30px;
}

.carousel_btn_main_info_ a {
    margin-right: 15px
}

ul.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    position: absolute;
    right: 5.3rem;
    bottom: 40px
}

.social-icons li a {
    align-items: center;
    opacity: .5;
    margin-left: 10px;
    height: 40px;
    width: 40px;
    color: #222;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    background-color: #fff
}

.social-icons li a:hover {
    color: #fff;
    background-color: #0F4F93;
    opacity: 1
}

.manage-rent-section {
    margin: 70px 0 !important;
    margin-bottom: 0 !important;
    min-height: 600px;
    padding-bottom: 70px
}

.manage-rent-section .left-section {
    background-color: #f0f0f0;
    height: 560px;
    position: relative;
    max-width: 550px;
    border-top-right-radius: .5rem
}

.manage-rent-section .left-section img.manage-tabs {
    position: absolute;
    right: -95px;
    top: 40px;
    z-index: 1;
    max-width: 560px
}

.manage-rent-section .common-righ-section {
    padding-left: 120px;
    max-width: 675px
}

.manage-rent-section .left-section::before {
    position: absolute;
    content: "";
    background-color: #f0f0f0;
    right: 100%;
    width: 100%;
    height: 100%
}

.common-title {
    font-size: 23px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 800
}

.services-section {
    position: relative
}

img.section-bg {
    position: absolute;
    right: -150px;
    transform: rotate(90deg);
    bottom: 60px
}

.home-page p {
    font-size: 15px;
    color: #222;
    line-height: 1.4;
    margin-top: 10px
}

li.desc p {
    margin-top: 0;
    margin-bottom: 0
}

.manage-rent-section p {
    max-width: 540px
}

.rental-accordion .card-header {
    padding: 0;
    background-color: transparent;
    border: medium none
}

.rental-accordion .card-header h2 {
    margin: 0
}

.rental-accordion .card {
    box-shadow: unset;
    border-radius: unset
}

.rental-accordion .card-body {
    padding: 0
}

.rental-accordion .card-body p {
    margin: 0
}

.rental-accordion .card button.btn {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-left: 0;
    width: 100%;
    text-align: left;
    position: relative
}

.rental-accordion .card button.btn i {
    position: absolute;
    right: 10px;
    top: 11px
}

.rental-accordion .card {
    margin-bottom: 15px
}

.manage-rent-section .common-title~p {
    margin-top: 10px;
    margin-bottom: 15px
}

.rental-accordion .card-body a {
    color: #561dfa;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize
}

.rental-accordion .card-body a i {
    margin-left: 5px
}

.about-us-section {
    margin-top: 70px;
    overflow-x: hidden
}

.about-us-section .row {
    justify-content: space-between
}

.about-us-section .right-section {
    background-color: #f0f0f0;
    height: 500px;
    position: relative;
    max-width: 600px;
    border-top-left-radius: .5rem
}

.about-us-section .right-section .video-bg {
    left: -65px;
    position: absolute;
    top: 40px;
    border-radius: .75rem !important;
    z-index: 1;
    object-fit: cover
}

a.read-more {
    background-color: #6447fa;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: .25rem 2rem;
    font-weight: 700;
    border-radius: .5rem;
    margin-top: 5px;
    display: inline-block;
    border: 2px solid #6447fa
}

.read-more i {
    margin-left: 10px;
    margin-top: 11px;
    display: inline-block
}

.about-us-section .right-section img.bg-dots {
    position: absolute;
    transform: rotate(90deg);
    left: -180px;
    top: 57%;
    z-index: 0
}

.manage-rent-section .left-section img.tabs-dots {
    position: absolute;
    bottom: -130px;
    right: -130px
}

a.read-more:active,
a.read-more:focus,
a.read-more:hover {
    border: 2px solid #6447fa;
    color: #6447fa;
    background-color: #fff;
    outline: 0 none;
    box-shadow: unset
}

.about-us-section .left-section p {
    max-width: 445px;
    max-height: 150px
}

.about-us-section .left-section {
    background-image: url(../images/home-dots.jpg);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: 70px bottom;
    max-width: 675px;
    height: 550px;
    padding-left: 85px
}

.about-us-section .right-section::after {
    position: absolute;
    content: "";
    background-color: #f0f0f0;
    width: 100%;
    height: 100%;
    left: 100%
}

.our-records ul {
    list-style: none;
    padding: 0 1rem;
    margin: 0;
    min-width: 170px
}

.our-records ul li {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    color: #000
}

.our-records ul li span {
    font-size: 16px;
    color: #002;
    font-weight: 600
}

.our-records ul li i {
    margin-bottom: 10px;
    display: inline-block
}

.our-records ul:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.our-records {
    display: flex;
    padding: 1rem 0;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 2px 2px 5px #ccc;
    position: absolute;
    width: 100%;
    max-width: 540px;
    bottom: 55px;
    right: -60px;
    z-index: 2
}

.services-section .container-fluid {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 60px;
    width: 100%
}

.services-section .row {
    justify-content: center
}

.services-section p {
    margin-top: 8px;
    margin-bottom: 45px;
    max-width: 1000px;
    margin: 8px auto 45px;
    font-size: 16px
}

.services-section .common-service {
    margin-bottom: 30px
}

.common-service ul {
    background-color: #fff;
    box-shadow: 1px 2px 4px 3px #c1bfbf3d;
    padding: 1rem;
    position: relative;
    border-radius: .5rem;
    max-width: 375px;
    list-style: none;
    padding-top: 15px;
    -moz-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    padding-bottom: 24px
}

.common-service ul:hover {
    background-image: linear-gradient(to bottom, #0F4F93 30%, #845dfc)
}

.common-service ul li:first-child {
    position: absolute;
    left: 15px;
    top: -20px;
    background-image: linear-gradient(to bottom, #0F4F93 30%, #845dfc);
    padding: 1rem .5rem;
    border-radius: .5rem
}

.common-service ul:hover li:first-child {
    background-image: linear-gradient(to bottom, #fff 30%, #fff);
    box-shadow: 0 0 2px 3px #c1bfbf3d
}

.common-service ul:hover a.read-more-trans,
.common-service ul:hover li.service-content,
.common-service ul:hover li.service-content p,
.common-service ul:hover li.service-title {
    color: #fff
}

li.service-content p {
    margin: 0;
    display: inline-block
}

li.service-title {
    padding-left: 100px;
    color: #0F4F93;
    font-size: 20px;
    font-weight: 800;
    max-width: 340px;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden
}

li.service-content {
    margin-top: 18px;
    min-height: 150px;
    max-height: 212px;
    overflow: hidden
}

a.read-more-trans {
    color: #0F4F93;
    display: inline-block;
    margin-top: 20px;
    font-weight: 700
}

a.read-more-trans {
    opacity: .9
}

a.read-more-trans i {
    margin-left: 5px;
    display: inline-block
}

.deals-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px
}

.deals-section h3.deals-title {
    color: #fff;
    font-size: 24px;
    margin-top: 65px;
    font-weight: 800
}

.deals-section p {
    color: #fff;
    max-width: 1050px;
    margin: 20px auto 30px;
    font-size: 16px
}

.deals-section a.contact-btn {
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: .5rem 2.5rem;
    display: inline-block;
    margin-bottom: 70px;
    border-radius: .5rem
}

.deals-section a.contact-btn:hover {
    opacity: .96
}

.testimonial-section {
    background-image: url(../images/home/test-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: center 270px;
    overflow: visible;
    padding-bottom: 30px
}

.testimonial-section .text-center p {
    margin-bottom: 30px
}

.testimonial-section h3.common-title {
    margin-top: 70px
}

li.profile span.no-image {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f55;
    border-radius: 100%;
    color: #fff;
    font-weight: 700
}

li.platform {
    display: flex;
    justify-content: flex-end
}

li.platform img {
    width: auto !important;
    max-width: 100%
}

.testimonials-carousel .item {
    padding: 10px
}

.testimonials-carousel ul.inner-content {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-shadow: 3px 3px 3px 3px #cccccc47;
    background-color: #fff;
    padding: 1.75rem;
    border-radius: .5rem
}

.our-partners .item img {
    width: auto;
    margin: 0 auto
}

.our-partners .item {
    height: 90px;
    display: flex;
    align-items: center
}

li.info {
    width: calc(100% - 46px);
    display: flex;
    flex-direction: column;
    padding-left: 20px
}

li.profile {
    max-width: 45px;
    max-height: 45px
}

li.profile img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

p.partner-title {
    font-size: 18px;
    color: #767676;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px
}

.inner-content li {
    width: 100%
}

.stars i.fas.fa-quote-left {
    color: #a8a6a6;
    margin-right: 10px;
    font-size: 20px
}

.stars .fa-star {
    font-size: 12px;
    margin-right: 3px;
    color: #a8a6a6
}

.stars .checked.fa-star {
    color: #cecc1b
}

li.stars {
    display: flex;
    align-items: center
}

li.profile {
    max-width: 47px
}

li.info {
    width: calc(100% - 48px);
    display: flex;
    flex-direction: column;
    padding-left: 15px
}

.profile img {
    max-width: 100%;
    width: auto !important;
    border-radius: 100%;
    border: 1px solid #ccc
}

li.desc {
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
    height: 116px;
    overflow: hidden
}

span.username {
    font-size: 16px;
    color: #000;
    font-weight: 700
}

span.posted-on {
    font-size: 12px;
    color: #a8a6a6
}

.common-service ul li img {
    max-width: 64px
}

.common-service ul:hover img.service-img {
    display: none
}

.common-service ul img.service-img-hover {
    display: none
}

.common-service ul:hover img.service-img-hover {
    display: block
}

.owl-carousel.partners-carousel {
    margin-bottom: 30px
}

.carousel-inner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(117.08deg, #FFFFFF 29.22%, rgba(255, 255, 255, 0.901536) 56.44%, rgba(255, 255, 255, 0) 80.16%), rgba(0, 0, 0, 0.3);
}

.common-service .service-content {
    color: #222;
    font-size: 14px;
    line-height: 30px
}

.filter-btn .btn-primary {
    color: #fe941a;
    border-color: #fe941a;
    border-radius: .25rem;
    background-color: transparent
}

.filter-btn .btn {
    min-width: 145px
}

.welcome-page {
    padding-top: 165px;
    padding-bottom: 50px
}

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

.pricing-page h1 {
    margin-bottom: 15px;
    color: #0F4F93;
    font-size: 45px;
    filter: drop-shadow(0 2px 2.5px rgba(0, 0, 0, .35));
    text-transform: capitalize
}

.pricing-page h4 {
    font-weight: 800;
    margin-bottom: 20px
}

.pricing-content p {
    margin-bottom: 0;
    color: #000;
    font-size: 16px
}

.princing_card.card ul {
    list-style: none;
    margin: 1.25rem;
    padding-left: 30px
}

.princing_card.card ul li {
    position: relative;
    font-size: 16px;
    line-height: 30px
}

.princing_card.card ul li::before {
    content: "\f00c";
    font-family: PhpDebugbarFontAwesome;
    position: absolute;
    left: -25px
}

.comparison {
    margin: 0 auto;
    text-align: center;
    padding: 10px
}

table.comparison {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-transform: capitalize;
    border: 1px solid #fff
}

.price-center {
    padding: 15px 20px !important
}

.video_iframe_info {
    margin-top: 2px
}

.new_right-info span {
    font-size: 22px
}

.comparison th {
    background: #fff;
    font-weight: 700;
    font-size: 18px
}

.comparison td,
.comparison th {
    empty-cells: show;
    padding: 11px 10px;
    text-align: center
}

.compare-heading {
    background: #f3f1f4;
    padding: 15px;
    margin-bottom: 20px
}

.compare-heading h2 {
    margin: 0;
    font-weight: 800
}

.comparison .price-info {
    padding: 15px 7px
}

.comparison .tickpink {
    color: #0F4F93;
    font-size: 19px
}

tbody tr {
    font-size: 16px;
    border-bottom: 1px solid #0F4F93
}

.comparison td,
.comparison th {
    empty-cells: show;
    padding: 11px 10px;
    text-align: center
}

.comparison tr td:first-child,
.comparison tr th:first-child {
    text-align: left
}


/*===  ABOUT US  ===*/

.about-us-page-main p {
    font-size: 14px;
    color: #222;
    line-height: 30px;
    margin-top: 20px;
}

#company_info-section {
    margin-top: 70px;
}

.company_info_common_ {
    padding-top: 180px;
}

.company_info_common_ .company_info_content_ {
    background: #fff;
    padding: 120px 40px 40px;
    box-shadow: 0px 5px 7px #E5E5E5;
    position: relative;
    border-radius: 8px;
}

.company_info_common_ img {
    position: absolute;
    top: 0%;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
}

.company_info_common_ p {
    margin-bottom: 0;
    font-size: 14px;
    color: #222;
    line-height: 30px;
    margin-top: 20px;
}

.post_property_call_to_action {
    /* background: #0F4F93; */
    background-color: #2f2e2e;
    padding: 45px 0;
    margin-top: 70px;
}

.post_property_call_to_action h3 {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 60px;
    color: #FFFFFF;
}

.post_property_call_to_action a {
    background: #FFFFFF;
    border-radius: 5px;
    font-family: 'Muli';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #0F4F93;
    padding: 15px 45px;
}

.post_property_call_to_action a:hover {
    background: #0F4F93;
    color: #fff;
}

.features_info_main_ {
    margin-top: 70px;
}

.features_info_main_ .features_info_main_title_info_ {
    margin-bottom: 80px;
}

.features_info_main_ .features_info_main_title_info_ h5 {
    font-family: 'Muli';
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    margin-top: 0;
}

.features_info_main_ .features_info_main_title_info_ span {
    font-family: 'Muli';
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #343A40;
}

.features_info_main_ .row {
    position: relative;
}

.features_info_main_ .feature_image_ {
    position: relative;
    padding-bottom: 140px;
    z-index: 2;
}

.features_info_main_ .feature_image_:before {
    background: url(../images/Pattern.png) no-repeat;
    content: " ";
    width: 247px;
    height: 115px;
    display: block;
    position: absolute;
    right: -172px;
    top: 81px;
    z-index: -1;
}

.features_info_main_ .feature_image_:after {
    background: url(../images/Pattern1.png) no-repeat;
    content: " ";
    width: 115px;
    height: 93px;
    display: block;
    position: absolute;
    left: 71px;
    bottom: 80px;
}

ul.features_list_main_ {
    margin-bottom: 0;
    padding: 0;
}

ul.features_list_main_ li {
    margin-bottom: 100px;
}

ul.features_list_main_ li:last-child {
    margin-bottom: 0;
}

ul.features_list_main_ li:nth-child(even) .feature_content_ {
    left: 0;
}

ul.features_list_main_ li:nth-child(even) {
    display: flex;
    justify-content: flex-end;
}

ul.features_list_main_ li:nth-child(even) .feature_image_:before {
    right: 557px;
}

ul.features_list_main_ li:nth-child(even) .feature_image_:after {
    left: auto;
    right: 71px;
}

.features_info_main_ .feature_content_ {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 5px 7px #E5E5E5;
    border-radius: 8px;
    padding: 40px;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.features_info_main_ .feature_content_ h5 {
    margin: 0;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
}

.features_info_main_ .feature_content_ p {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #343A40;
}

.feature_main_page_content_ {
    background: #fff;
    margin-top: 0 !important;
    padding-top: 70px;
}

.feature_main_page_content_ img {
    transform: none;
    left: 52px;
    max-width: 190px;
}

ul.features_list_main_ li:before {
    background: #F0F0F0;
    content: " ";
    width: 100%;
    height: 60%;
    position: absolute;
    left: -60%;
    top: -34px;
    border-radius: 8px;
}

.feature_main_page_content_ .company_info_common_ {
    padding-top: 80px;
    height: 100%;
}

.feature_main_page_content_ .company_info_common_ p {
    margin-bottom: 30px;
}

ul.features_list_main_ li:nth-child(even):before {
    background: #F0F0F0;
    content: " ";
    width: 100%;
    height: 60%;
    position: absolute;
    right: -60%;
    left: auto;
    top: -34px;
    border-radius: 8px;
}

.feature_main_page_content_ .services_info_main_title_info_ {
    margin-bottom: 80px;
}

.feature_main_page_content_ .services_info_main_title_info_ h5 {
    font-family: 'Muli';
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    margin-top: 0;
}

.feature_main_page_content_ .services_info_main_title_info_ span {
    font-family: 'Muli';
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #343A40;
}

.primary-btn {
    padding: 10px 24px;
    font-family: 'Muli';
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background: #0F4F93;
    border-radius: 3px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    display: inline-block;
}

.primary-btn:hover {
    background: #0F4F93;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}

.service-page {
    background: #fff;
}

.services_info_main_ {
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #fff;
}

.services_info_main_ .services_info_main_title_info_ {
    margin-bottom: 80px;
}

.services_info_main_ .services_info_main_title_info_ h5 {
    font-family: 'Muli';
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    margin-top: 0;
}

.services_info_main_ .services_info_main_title_info_ span {
    font-family: 'Muli';
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #343A40;
}

.services_info_main_ ul.services_list_main_ {
    margin-bottom: 0;
    padding: 0;
}

.services_info_main_ ul.services_list_main_ li {
    position: relative;
    margin-bottom: 150px;
}

.services_info_main_ ul.services_list_main_ li:before {
    background: #F0F0F0;
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -65%;
    bottom: -60px;
    border-radius: 8px;
}

.services_info_main_ ul.services_list_main_ li .services_info_image_ {
    position: relative;
    z-index: 2;
}

.services_info_main_ ul.services_list_main_ li .services_info_image_:before {
    background: url(../images/Pattern.png) no-repeat;
    content: " ";
    width: 247px;
    height: 115px;
    display: block;
    position: absolute;
    left: 50px;
    top: -70px;
    z-index: -1;
}

.services_info_main_ ul.services_list_main_ li .services_info_image_:after {
    background: url(../images/Pattern1.png) no-repeat;
    content: " ";
    width: 115px;
    height: 93px;
    display: block;
    position: absolute;
    right: -50px;
    bottom: -50px;
}

.services_info_main_ ul.services_list_main_ li .services_info_content_ {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 5px 7px #E5E5E5;
    border-radius: 8px;
    padding: 80px 40px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.services_info_main_ ul.services_list_main_ li .services_info_content_ h5 {
    margin: 0;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
}

.services_info_main_ ul.services_list_main_ li .services_info_content_ p {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #343A40;
    font-size: 14px;
    line-height: 30px;
}

.services_info_main_ ul.services_list_main_ li:nth-child(even) {
    display: flex;
    justify-content: flex-end;
}

.services_info_main_ ul.services_list_main_ li:nth-child(even):before {
    right: -65%;
    left: auto;
}

.services_info_main_ ul.services_list_main_ li:nth-child(even) .services_info_image_:after {
    right: auto;
    left: -50px;
}

.services_info_main_ ul.services_list_main_ li:nth-child(even) .services_info_image_:before {
    right: 557px;
}

.services_info_main_ ul.services_list_main_ li:nth-child(even) .services_info_content_ {
    left: 0;
}

.services_info_main_ ul.services_list_main_ li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width:1340px) and (max-width:1420px) {
    .manage-rent-section .row {
        justify-content: space-between
    }
    .manage-rent-section .common-righ-section {
        padding-left: 20px;
        padding-right: 72px
    }
}

@media screen and (min-width:1440px) {
    .about-us-section .row {
        justify-content: center
    }
    .manage-rent-section .row {
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto
    }
    .manage-rent-section .left-section {
        max-width: 485px
    }
    .manage-rent-section .common-righ-section {
        padding-left: 108px;
        padding-right: 0
    }
    .banner-section .carousel-caption {
        left: 9.3rem
    }
    .banner-section .carousel-indicators {
        right: 9.3rem
    }
    ul.social-icons {
        right: 9.3rem
    }
    .banner-section .carousel-control-prev {
        left: 9.3rem
    }
    .banner-section .carousel-control-next {
        left: 12.4rem
    }
    .about-us-section .left-section {
        padding-left: 25px
    }
    .about-us-section .right-section {
        max-width: 505px
    }
    .about-us-section .left-section {
        max-width: 755px
    }
    .about-us-section .right-section img.bg-dots {
        left: -215px
    }
    .our-records {
        right: 35px
    }
    .about-us-section .right-section .video-bg {
        left: -100px
    }
}

@media screen and (min-width:1640px) {
    .banner-section .carousel-caption {
        left: 15rem
    }
    ul.social-icons {
        right: 15rem
    }
    .banner-section .carousel-control-prev {
        left: 15rem
    }
    .banner-section .carousel-control-next {
        left: 19rem
    }
    .banner-section .carousel-indicators {
        right: 15rem
    }
}

@media screen and (min-width:1740px) {
    ul.social-icons {
        right: 18.75rem
    }
    .banner-section .carousel-control-prev {
        left: 19rem
    }
    .banner-section .carousel-control-next {
        left: 23rem
    }
    .banner-section .carousel-caption {
        left: 18.75rem
    }
    .banner-section .carousel-indicators {
        right: 18.75rem
    }
}

@media screen and (min-width:1920px) {
    ul.social-icons {
        right: 25.75rem
    }
    .banner-section .carousel-control-prev {
        left: 26.25rem
    }
    .banner-section .carousel-control-next {
        left: 30.25rem
    }
    .banner-section .carousel-caption {
        left: 26rem
    }
    .banner-section .carousel-indicators {
        right: 25.75rem
    }
}

@media screen and (max-width:1300px) {
    .about-us-section .right-section::after {
        display: none
    }
    .manage-rent-section {
        margin: 50px 0 !important
    }
}

@media screen and (max-width:1366px) {
    .company_info_common_ {
        padding-top: 120px;
    }
    .company_info_common_ img {
        max-width: 220px;
    }
    .feature_main_page_content_ .company_info_common_ .company_info_content_ {
        padding-top: 150px;
        height: 100%;
    }
}

@media screen and (min-width:1250px) {
    .carousel-item img {
        min-height: 650px
    }
}

@media screen and (max-width:1199px) {
    .our-partners .container-fluid,
    .services-section .container-fluid,
    .testimonial-section .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
    .about-us-section .left-section {
        padding-left: 40px
    }
    .about-us-section .right-section .video-bg {
        left: -37px
    }
    .manage-rent-section .common-righ-section {
        padding-left: 80px;
        padding-right: 0
    }
    .manage-rent-section .left-section img.manage-tabs {
        right: -40px
    }
    #service-sec .common-title {
        margin-top: 4rem
    }
    .services-section .row {
        padding: 0 2rem
    }
    .our-records {
        right: -40px
    }
    .banner-section .carousel-caption {
        left: 1rem
    }
    .banner-section .carousel-control-prev {
        left: 2rem
    }
    .banner-section .carousel-control-next {
        left: 5.3rem
    }
    .banner-section .carousel-indicators,
    ul.social-icons {
        right: 3rem
    }
    .about-us-section .right-section img.bg-dots {
        top: 61%
    }
    button#play_button {
        left: 34%
    }
    .manage-rent-section .left-section img.tabs-dots {
        right: -90px
    }
}

@media screen and (max-width:1120px) {
    .about-us-section {
        margin-top: 50px
    }
    .about-us-section .right-section {
        height: 460px;
        max-width: 50%
    }
    .about-us-section .left-section {
        max-width: 50%;
        padding-left: 25px;
        padding-right: 40px
    }
    .about-us-section .right-section .video-bg {
        width: 100% !important;
        border-radius: .5rem !important
    }
    img.section-bg {
        display: none
    }
    .manage-rent-section .left-section {
        max-width: 50%
    }
    .manage-rent-section .common-righ-section {
        padding-left: 55px;
        max-width: 50%;
        padding-right: 25px
    }
    .manage-rent-section .left-section img.manage-tabs {
        right: -30px
    }
    .our-records {
        right: -40px
    }
    .our-records ul {
        padding: 0 .5rem
    }
    .support-banner{
        margin-top: 160px;
    }
}

@media (min-width:1024px) and (max-width:1070px) {
    .manage-rent-section .left-section img.manage-tabs {
        max-width: 515px
    }
}

@media (min-width:992px) and (max-width:1070px) {
    .banner-section .carousel-caption p {
        font-size: 20px
    }
    .carousel-caption h1 {
        font-size: 45px
    }
    .header-section .navbar-collapse {
        margin-right: 0
    }
}

@media screen and (max-width:1024px) {
    .banner-section .carousel-indicators,
    ul.social-icons {
        right: 2rem
    }
    .manage-rent-section .left-section img.manage-tabs {
        right: -20px;
        max-width: 500px
    }
    .rental-accordion .card {
        margin-bottom: 9px
    }
    .manage-rent-section .common-righ-section {
        padding-left: 40px;
        padding-right: 15px
    }
    .manage-rent-section .left-section img.tabs-dots {
        bottom: -64px;
        right: -55px
    }
    .testimonials-carousel ul.inner-content {
        padding: 1rem
    }
    .manage-rent-section {
        margin-bottom: 0 !important
    }
    .services-section .row {
        padding: 0 1rem
    }
    .our-records {
        right: -60px
    }
    .about-us-section .left-section p {
        margin-right: 20px
    }
    .about-us-section .right-section .video-bg {
        width: auto !important;
        max-width: 100%
    }
    .about-us-section .right-section .video-bg {
        left: -26px
    }
    button#play_button {
        left: 32%;
        top: 53%
    }
}

@media screen and (max-width:992px) {
    li.service-title {
        font-size: 18px
    }
    .feature_main_page_content_ .services_info_main_title_info_ h5{
        font-size: 24px;
    }
    .common-title{
        font-size: 20px;
    }
}

@media screen and (max-width:991px) {
    .about-us-section .left-section,
    .about-us-section .right-section,
    .manage-rent-section .common-righ-section,
    .manage-rent-section .left-section {
        height: auto;
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 15px;
        padding-right: 15px
    }
    .about-us-section .right-section,
    .manage-rent-section .left-section {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .manage-rent-section {
        margin-top: 0 !important
    }
    .about-us-section .left-section p {
        max-width: 100%
    }
    .deals-section {
        margin-top: 30px
    }
    .service-box ul li img {
        max-width: 48px
    }
    .service-box ul li.service-title {
        padding-left: 75px
    }
    .service-box ul {
        padding: 1rem .5rem
    }
    .our-records {
        box-shadow: 2px 2px 10px #ccc;
        position: unset;
        margin-top: 30px
    }
    .about-us-section .right-section img.bg-dots,
    .manage-rent-section .left-section img.tabs-dots {
        display: none
    }
    .about-us-section .right-section .video-bg {
        width: 100% !important;
        height: auto !important
    }
    .about-us-section .right-section .video-bg,
    .manage-rent-section .left-section img.manage-tabs {
        right: unset;
        left: unset;
        max-width: 600px;
        position: relative;
        width: auto;
        top: unset;
        display: block;
        margin: 0 auto
    }
    .about-us-section {
        margin-top: 0
    }
    .manage-rent-section .row {
        flex-direction: column-reverse
    }
    .about-us-section .left-section {
        padding-bottom: 40px;
        background-image: unset
    }
    .carousel-caption h1 {
        font-size: 38px
    }
    .our-partners p.partner-title {
        margin-top: 10px
    }
    .banner-section .carousel-caption p {
        max-width: 100%
    }
    .carousel-caption h1 {
        max-width: 331px
    }
    button#play_button {
        left: 40%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
    .manage-rent-section .left-section img.manage-tabs {
        border-radius: .75rem;
        width: auto;
        max-width: 100%
    }
    .owl-carousel.partners-carousel {
        margin-bottom: 10px
    }
    .comparison .price-info {
        font-size: 14px
    }
    .comparison td {
        font-size: 13px
    }
    .comparison .tickpink {
        font-size: 16px
    }
    tbody tr.compare-row {
        border-bottom: 0
    }
    .comparison tbody tr:nth-child(odd) {
        display: table-row
    }
    .comparison tbody td:first-child,
    .comparison tr th:first-child {
        display: none
    }
    .comparison td,
    .comparison th {
        border: 1px solid #0F4F93
    }
    tbody tr {
        border-bottom: 0
    }
    .company_info_common_ img {
        max-width: 180px;
    }
    .company_info_common_ .company_info_content_ {
        padding: 40px 15px 15px;
    }
    .features_info_main_ .feature_content_ {
        padding: 15px;
        position: static;
    }
    .features_info_main_ .feature_image_ {
        padding-bottom: 0;
    }
    .features_info_main_ .feature_image_:after {
        left: 0;
        bottom: 0;
    }
    ul.features_list_main_ li:nth-child(even) .feature_image_:after {
        right: 0;
        bottom: 0;
    }
    ul.features_list_main_ li:nth-child(even) .feature_image_:before {
        left: -172px;
    }
    .feature_main_page_content_ .company_info_common_ .company_info_content_ {
        padding-top: 75px;
    }
    .feature_main_page_content_ img {
        left: 27px;
    }
    .services_info_main_ ul.services_list_main_ li .services_info_content_ {
        padding: 20px;
    }
    .services_info_main_ ul.services_list_main_ li .services_info_image_:after {
        display: none;
    }
    .services_info_main_ ul.services_list_main_ li .services_info_content_ {
        position: static;
        transform: none;
    }
    .services_info_main_ ul.services_list_main_ li:before {
        max-height: 350px;
        top: 50px;
    }
    .call_to_action_ {
        padding: 25px 0 !important;
    }
    .our_process_info_main_ h4{
        font-size: 24px;
    }
    .our_service_items_ {
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width:768px) and (max-width:900px) {
    li.service-title {
        min-height: 81px
    }
    .carousel-item {
        min-height: 450px;
        max-height: 450px
    }
    .banner_main_info_{
        height: 420px;
    }
    .banner_main_info_ img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}

@media screen and (max-width:767px) {
    .carousel-caption h1 {
        font-size: 30px;
        margin: 0
    }
    .banner-section .carousel-caption p {
        font-size: 18px;
        max-width: 46%;
        line-height: 30px
    }
    .banner-section .carousel-caption {
        top: 40%
    }
    .common-service ul {
        max-width: 100%
    }
    .common-service+.common-service ul {
        margin-top: 20px
    }
    .company_info_common_ {
        margin-bottom: 30px;
    }
    .company_info_common_ .company_info_content_ {
        padding: 140px 15px 15px;
    }
    .company_info_common_ img {
        max-width: 100%;
        left: 27px;
        transform: none;
    }
    .post_property_call_to_action {
        padding: 15px 0;
    }
    .post_property_call_to_action h3 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 36px;
    }
    .post_property_call_to_action a {
        display: inline-block;
    }
    .feature_main_page_content_ .company_info_common_ img {
        left: 27px;
    }
    .feature_main_page_content_ .company_info_common_ .company_info_content_ {
        padding: 170px 15px 15px;
    }
    ul.features_list_main_ li:nth-child(even) .feature_image_:after {
        display: none;
    }
    .home-page,
    .support-banner,
    .terms-page {
        margin-top: 88px !important;
    }
    .pricing-page,
    .welcome-page {
        padding-top: 0 !important;
    }
    .tabcontent {
        padding: 0 !important;
    }
    .tab_info_main_list_ {
        min-width: auto !important;
    }
    .features_info_main_ .feature_content_ h5,
    .services_info_main_ ul.services_list_main_ li .services_info_content_ h5{
        font-size: 24px;
    }
}

@media screen and (max-width:680px) {
    li.responsive_login_btn_ {
        display: block !important;
    }
    /* ul.responsive_login_btn_none_ li {
        display: none;
    } */
    /* ul.responsive_login_btn_none_ li:first-child,
    ul.responsive_login_btn_none_ li:last-child {
        display: block;
    } */
}

@media screen and (max-width:630px) {
    .banner-section .carousel-control-next,
    .banner-section .carousel-control-prev {
        bottom: 15px
    }
    ul.social-icons {
        bottom: 15px
    }
    .carousel-caption h1 {
        font-size: 27px
    }
    .banner-section .carousel-caption p {
        font-size: 16px;
        line-height: 25px
    }
    .services_info_main_ ul.services_list_main_ li:before {
        display: none;
    }
    .banner_main_info_ {
        /* min-height: 320px; */
        position: relative;
    }
    /* .banner_main_info_ img {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        width: auto !important;
    } */
    .call_to_action_ {
        background-size: cover !important;
    }
}

@media screen and (max-width:520px) {
    .carousel-caption h1 {
        font-size: 24px;
        max-width: 55%;
        margin-right: 30px
    }
    .banner-section .carousel-caption p {
        margin-right: 30px;
        max-width: 64%;
        font-size: 16px
    }
    .services-section .common-title,
    .services-section .deals-title p {
        text-align: left
    }
    .services-section p {
        text-align: left
    }
}

@media screen and (max-width:400px) {
    .banner_main_info_ .banner_caption_info_ h1 {
        font-size: 20px !important;
    }
    .banner_main_info_ .banner_caption_info_ p {
        font-size: 14px !important;
        margin-top: 0;
    }
    .banner_main_info_ .banner_caption_info_ {
        width: 100%;
    }
}

@media screen and (max-width:400px) {
    .banner-section .carousel-caption p {
        line-height: 23px;
        font-size: 14px
    }
}

@media screen and (max-width:375px) {
    .banner-section .carousel-control-next,
    .banner-section .carousel-control-prev {
        bottom: 10px;
        width: 20px;
        height: 20px
    }
    .banner-section .carousel-caption p {
        line-height: 23px
    }
    ul.social-icons {
        bottom: 10px
    }
    .social-icons li a {
        width: 20px;
        height: 20px
    }
    .carousel-caption h1 {
        font-size: 20px;
        max-width: 59%;
        margin-bottom: 10px
    }
    .banner-section .carousel-caption p {
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (min-width:430px) and (max-width:500px) {
    .our-records ul {
        min-width: 144px
    }
}

@media screen and (min-width:375px) and (max-width:430px) {
    .our-records ul {
        font-size: 15px;
        min-width: 120px
    }
    .our-records ul li span {
        font-size: 15px;
        line-height: 24px
    }
}

@media screen and (min-width:320px) and (max-width:375px) {
    .our-records ul {
        min-width: 100px;
        padding: 0 .4rem
    }
    .our-records ul li {
        font-size: 21px
    }
    .our-records ul li span {
        font-size: 13px;
        line-height: 24px
    }
}

@media screen and (max-width:460px) {
    .carousel-item img {
        min-height: 230px
    }
    .our-records ul li {
        line-height: 30px
    }
    #service-sec .common-service ul li img {
        max-width: 46px
    }
    #service-sec li.service-title {
        padding-left: 72px
    }
    .common-service ul li:first-child {
        top: -10px
    }
}

@media screen and (max-width:400px) {
    .carousel-indicators {
        display: none
    }
    .banner-section .carousel-control-next,
    .banner-section .carousel-control-prev {
        width: 35px;
        height: 35px
    }
    .banner-section .carousel-control-next span,
    .banner-section .carousel-control-prev span {
        font-size: 17px
    }
    .social-icons li a {
        width: 35px;
        height: 35px;
        font-size: 14px
    }
    .our-records ul li {
        font-size: 23px
    }
}

@media screen and (max-width:375px) {
    .banner-section .carousel-control-next,
    .banner-section .carousel-control-prev {
        width: 30px;
        height: 30px
    }
    .social-icons li a {
        width: 30px;
        height: 30px;
        font-size: 14px
    }
    .banner-section .carousel-caption {
        left: 0
    }
    .banner-section .carousel-control-prev {
        left: 1rem
    }
    .banner-section .carousel-control-next {
        left: 3.5rem
    }
    ul.social-icons {
        right: 1rem
    }
}

@media screen and (max-width:320px) {
    .banner-section .carousel-caption p {
        font-size: 12px;
        line-height: 18px
    }
}

.reat-state-content .contact-btn {
    background: #fff;
    padding: 14px 48px;
    color: #000;
    font-weight: 900;
    font-size: 18px;
    -webkit-transition: ease .3s;
    transition: ease .3s;
    border-radius: 12px
}

.contact-btn:active,
.contact-btn:focus,
.reat-state-content .contact-btn:hover {
    background-color: #0F4F93 !important;
    color: #fff !important
}

@media screen and (orientation:landscape) and (min-width:320px) and (max-width:850px) {
    .fixed-top.navbar,
    .top-bar-header.fixed-top {
        position: relative !important
    }
    html .navbar.fixed-top {
        top: unset
    }
    html .home-page,
    html .pricing-page{
        margin-top: 0
    }
    html .navbar-collapse {
        overflow: scroll;
        height: calc(100vh - 100px)
    }
}

.welcome-page>div:first-child {
    position: relative;
    z-index: 99
}

.thanku-content p {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 27px;
    z-index: 11;
    letter-spacing: 1px;
    font-weight: 600
}

.conatct-btn {
    background: linear-gradient(-79deg, #0F4F93 0, #0F4F93 100%);
    border: 2px solid #0F4F93;
    color: #fff;
    border-radius: .3rem;
    padding: 8px 15px !important;
    text-align: center;
    font-size: 20px
}

.conatct-btn:hover {
    border: 2px solid #0F4F93;
    color: #fff
}

.thank-heading h1 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 50px;
    filter: drop-shadow(0 2px 2.5px rgba(0, 0, 0, .35));
    text-transform: capitalize
}

.welcome-page {
    background-image: url(../images/pricing-page.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh
}

html .welcome-page .form-bg-content::after {
    content: unset
}

html .welcome-page .form-bg-content {
    border-radius: 0;
    padding: 40px 40px 75px 40px
}

html .welcome-page .form-bg-content h3 {
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 80px
}

.welcome-page::after {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #0b0c0db3
}

.btn-close {
    font-size: 20px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: .3rem;
    padding: 8px 45px !important;
    text-align: center;
    font-weight: 100;
    background: 0 0;
    box-shadow: none !important;
    margin-left: 30px
}

.btn-close:active,
.btn-close:focus,
.btn-close:hover {
    background: #fff;
    color: #0F4F93
}

.banner-inner span {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width:575px) {
    .btn-close {
        margin-left: 0
    }
    .welcome-page {
        padding-top: 400px;
        padding-bottom: 300px
    }
    .thank-heading h1 {
        font-size: 33px
    }
    .thanku-content p {
        letter-spacing: 0;
        font-size: 16px
    }
    .welcome-page .right-form-bg {
        margin-top: 30px
    }
    .welcome-page .conatct-button {
        margin: auto 30px
    }
    .banner-inner h1 {
        font-size: 30px !important;
        margin-bottom: 0 !important;
    }
    .banner-inner span {
        font-size: 14px;
    }
}

.video_container {
    position: relative;
}

button#play_button {
    transform: translate(50%, -50%);
}

.banner_main_info_ {
    position: relative;
    margin-top: 123px;
    min-height: 550px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_main_info_ .content__container{
    height: 45px !important;
}
.banner_main_info_ .content__container__list__item{
    line-height: 42px !important;
}
.banner_main_info_ img {
    width: 100%;
}

.banner_main_info_ .banner_caption_info_ {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
}

.banner_main_info_ .banner_caption_info_ h1 {
    font-weight: 800;
    font-size: 36px !important;
    line-height: 1.5;
    color: #343A40;
    margin-bottom: 35px;
}

.banner_main_info_ .banner_caption_info_ p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #575757;
}
.banner_caption_info_ .custom-card2 input{
    height: 60px;
    width: 100%;
    border-radius: 15px;
    padding-right: 45px;
    font-weight: bold;
    font-size: 18px;
    color: black !important;
    padding-left: 20px;
}
.banner_caption_info_ .custom-card2 .search-icon{
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 19px 20px;
    border-radius: 0 15px 15px 0;
    background-color: rgb(238, 238, 240);
    border: none;
    cursor: pointer;
}
.banner_caption_info_ .custom-card2 .search-icon i{
    font-size: 18px;
}

.about_us_main_info_ {
    margin-top: 100px;
}

.about_us_main_info_ .about_content_info_ p {
    margin-top: 0;
}

.about_us_main_info_ .about_content_info_ a.sec_btn_info_new_ {
    margin-top: 20px;
    display: inline-block;
}

.sec_sub_title_ {
    font-family: 'Muli';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #343A40;
    display: block;
    margin-bottom: 10px;
}

.sec_title_main_info_ {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 62px;
    display: block;
    margin-bottom: 40px;
}

.our_services_main_info_ {
    margin-top: 100px;
    position: relative;
}

.our_services_main_info_:before {
    position: absolute;
    top: 7%;
    left: 0%;
    content: " ";
    width: 100%;
    height: 86%;
    background: #f5f5f5;
}

.services_content_info_ h4 {
    font-family: 'Muli';
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
}

.services_content_info_ p {
    font-family: 'Muli';
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.our_service_items_ {
    margin-bottom: 100px;
}

.video_tour_main_info_ {
    margin-top: 100px;
}

.our_process_info_main_ {
    margin-top: 100px;
}

.our_process_info_main_ h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #343A40;
}

.new_testimonials_main_info_ {
    margin-top: 100px;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}

.new_testimonials_main_info_:after {
    position: absolute;
    height: 74%;
    width: 70%;
    content: " ";
    background: #F1ECFF;
    bottom: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    border-radius: 3px;
}

.new_testimonials_main_info_ .testimonials-carousel ul.inner-content {
    padding: 0;
    background: none;
    box-shadow: none;
}

.new_testimonials_main_info_ .testimonials-carousel ul.inner-content li.desc {
    padding: 30px 45px;
    background: #fff;
    height: auto;
    text-align: center;
    color: #575757;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    margin-top: 35px;
}

.new_testimonials_main_info_ .testimonials-carousel ul.inner-content li.user_info_ {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.new_testimonials_main_info_ .testimonials-carousel ul.inner-content li.user_info_ .profile span.no-image {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f55;
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    margin-left: 15px;
}

.new_testimonials_main_info_ .testimonials-carousel ul.inner-content li.user_info_ .info span {
    display: block;
}

.new_testimonials_main_info_ .star_info_ span {
    color: #bdbdbd;
    font-size: 18px;
}

.new_testimonials_main_info_ .star_info_ span.checked {
    color: #f39c12;
}

.contact_form_info_main_ {
    margin-top: 100px;
    padding-bottom: 80px;
}

.contact_form_info_main_ .p-0 {
    padding: 0;
}

.contact_form_info_main_ .contact_form_img_ img {
    height: 100%;
}

.contact_form_info_main_ .contact_form_feilds_ {
    background: #FFFFFF;
    box-shadow: 0px 5px 7px #E5E5E5;
    border-radius: 3px;
    padding: 40px;
}

.contact_form_info_main_ .contact_form_feilds_ h4 {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 40px;
}

.contact_form_info_main_ .contact_form_feilds_ #support-form .form-group:not(.btn-captch-group) {
    margin-bottom: 20px;
}

.contact_form_info_main_ .contact_form_feilds_ #support-form .form-group input,
.contact_form_info_main_ .contact_form_feilds_ #support-form .form-group textarea,
.contact_form_info_main_ .contact_form_feilds_ #support-form .form-group label {
    width: 100%;
    display: block;
    text-align: left;
}

.contact_form_info_main_ .contact_form_feilds_ #support-form .form-group textarea {
    max-height: none;
    height: auto;
}

.contact_form_info_main_ .contact_form_feilds_ .g-recaptcha>div {
    display: inline-block;
}

.contact_form_info_main_ .contact_form_feilds_ .support_type_info {
    position: relative;
    width: 100% !important;
}

.contact_form_info_main_ .contact_form_feilds_ .btn-captch-group {
    justify-content: center;
}

.support_type_info .dropdown-menu {
    position: absolute;
}
.ontact_form_feilds_ .phone.required,
.support_type_info .is-invalid {
    left: 0px;
}
.ontact_form_feilds_ .form-control.is-invalid,
.ontact_form_feilds_ .was-validated .form-control:invalid{
    left: 13px;
}
.ontact_form_feilds_ input.form-control.is-invalid{
    left: 0px;
}

.tabs_info_main_ {
    height: 100%;
    display: flex;
    align-items: center;
}

.tab_info_main_list_ {
    display: block;
    width: 100%;
    max-width: 210px;
    min-width: 210px;
}

.tab_info_main_list_ button {
    color: black;
    padding: 15px 20px;
    text-align: right;
    cursor: pointer;
    font-size: 14px;
    border: 0;
    background: none;
    display: block;
    border-right: 3px solid #999B9F;
    width: 100%;
}

.tab_info_main_list_ button:hover,
.tab_info_main_list_ button.active {
    border-color: #0F4F93;
    color: #0F4F93;
}

.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 90%;
}

.call_to_action_ {
    background: url(../images/cta-bg.webp) no-repeat;
    padding: 35px 0;
    margin-top: 100px;
}

.call_to_action_ h3 {
    font-weight: 800;
    font-size: 36px;
    line-height: 45px;
    margin-top: 0;
    color: #fff;
}

.call_to_action_ span {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.contact_form_feilds_ form textarea.form-control~label.is-invalid {
    top: inherit;
}

.footer_contact_info_ a:hover {
    color: #0F4F93;
    text-decoration: none !important;
}
#scroll_modal_long.modal.fade.show{
    display: block !important;
    padding-right: 17px;
}
html:has(> body.modal-open){
    overflow: hidden;
}
#modal_backdrop.show {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .8;
}
#scroll_modal_long .modal-header{
    background-image: linear-gradient(to right, #0F4F93, #0F4F93);
}
#scroll_modal_long .modal-header h5{
    color:#fff;
}
#scroll_modal_long textarea.form-control{
    height: 70px;
    overflow: auto;
}
.modal-header .close {
    color: #fff;
}
#scroll_modal_long .support_type_info button{
    border-radius: 0;
    padding: 0.3rem 0.9rem;
    border: 2px solid #ced4da;
    box-shadow: 1px 1px 6px #ccc !important;
    height: calc(2em + 0.9rem + 2px);
    background-color: #fafafa;
}
#scroll_modal_long form textarea.form-control~label.is-invalid{
    bottom: -30px;
    top:unset
}
#scroll_modal_long h4{
    font-size: 25px;
    font-weight: 700;
}
#scroll_modal_long form{
    padding-top: 10px;
}
@media (max-width:992px) {
    #scroll_modal_long .support_type_info {
        width: 100%;
    }
    .testimonial-section h3.common-title,
    .features_info_main_,
    .about_us_main_info_,
    .our_services_main_info_,
    .video_tour_main_info_,
    .our_process_info_main_,
    .feature_main_page_content_,
    .new_testimonials_main_info_,
    .call_to_action_{
        margin-top: 50px;
    }
    .feature_main_page_content_ .services_info_main_title_info_{
        margin-bottom: 30px;
    }
    #company_info-section{
        padding-top: 40px;
    }
    .post_property_call_to_action{
        margin-top: 30px;
    }
    .services_content_info_ h4{
        margin-top: 20px;
        font-size: 22px;
    }
    .pricing-page{
        padding-bottom: 10px;
    }
    .our_services_main_info_:before{
        height: calc(100% + 50px);
        top: -20px;
    }
    .contact_form_info_main_ {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    #video_container{
        position: relative;
        width: max-content;
        margin: auto;
    }
    .services_info_main_ .services_info_main_title_info_ span{
        font-size: 16px;
    }
    .services_info_main_ ul.services_list_main_ li .services_info_content_ h5,
    .services_info_main_ .services_info_main_title_info_ h5{
        font-size: 24px;
    }
    .our_process_info_main_ h4{
        font-size: 20px;
    }
}
@media (max-width:767px) {
    #video_container video{
        width: 100%;
        height: 100%;
    }
    .common-title{
        font-size: 24px;
    }
    .call_to_action_ h3 {
        margin-bottom: 0;
        line-height: 36px;
        font-size: 28px;
    }
    .contact_form_info_main_ .contact_form_feilds_ h4{
        font-size: 28px;
        line-height: 34px;
    }
    button#play_button {
        left: 32% !important;
    }
    .tabs_info_main_{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .tab_info_main_list_ {
        display: flex;
        overflow: auto;
        max-width: 100%;
    }
    .tab_info_main_list_ button {
        border-right: 0px;
        border-bottom: 3px solid ;
        padding: 10px 10px;
        text-align: center;
        margin-right: 5px;
    }
    .tab_info_main_list_ button span{
        font-size: 0px;
    }
    .new_testimonials_main_info_:after {
        height: 75%;
        width: 100%;
        top: auto;
    }
    .contact_form_info_main_ .contact_form_feilds_{
        padding: 15px;
    }
    .contact_form_info_main_ {
        margin-top: 0px;
        padding-bottom: 0px;
    }
    .testimonial-section h3.common-title,
    .features_info_main_,
    .about_us_main_info_,
    .our_services_main_info_,
    .video_tour_main_info_,
    .our_process_info_main_,
    .feature_main_page_content_,
    .new_testimonials_main_info_,
    .call_to_action_{
        margin-top: 30px;
    }
    .feature_main_page_content_ .services_info_main_title_info_{
        margin-bottom: 20px;
    }
    #company_info-section{
        padding-top: 30px;
    }
    .post_property_call_to_action{
        margin-top: 20px;
    }
    .services_content_info_ h4{
        margin-top: 20px;
        font-size: 22px;
    }
    .pricing-page{
        padding-bottom: 10px;
    }
    .about_us_main_info_ {
        padding-bottom: 30px;
    }
    .our_services_main_info_ {
        padding-bottom: 10px;
    }
    section.video_tour_main_info_ {
        padding-top: 30px;
    }
    #video_container{
        max-width: 100%;
    }
    .call_to_action_ span{
        margin: 15px 0px;
        display: block;
    }
}
@media (max-width:430px) {
    #scroll_modal_long.modal.fade.show {
        padding-right: 0px;
    }
    .banner_main_info_ .banner_caption_info_{
        max-width: 100%;
    }
    .ontact_form_feilds_{
        padding: 0px;
    }
    .tab_info_main_list_ {
        max-width: 330px;
        overflow: auto;
        white-space: nowrap;
    }
}

/* .custom-card{
    gap: 40px;
}
.custom-card .card{
    width: calc(100% / 3 - 27px);
} */
.industry-sec .container{
    max-width: 1340px;
}
.industry-sec .common-title{
    margin-bottom: 30px;
}
.industry-sec .custom-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    align-items: normal;
}
.tn_industry_sec {
    gap: 10px;
}

.tn_industry_sec .tn_inds {
    flex: 1;
    height: 100%;
}
.industry-sec .card{
    border: 1px solid #000;
    border-radius: 12px;
}
.industry-sec .card-body .card-title{
    font-size: 20px;
    font-weight: bold;
}
.industry-sec .card-img-top{
    margin-top: 30px;
    border-radius: 0;
    object-fit: cover;
}
.management-sec .col-md-4 {
    margin-bottom: 40px;
}
.management-sec .row{
    justify-content: center;
}
.management-btn{
    text-align: center;
}
.management-btn .btn-custom-primary{
    margin: 0 !important;
}
.new_testimonials_main_info_ .sec_title_main_info_{
    margin-bottom: 80px;
}
.listing-sec .listing-slider{
    margin-top:7rem !important;
}
.listing-sec .row{
    margin: 0 !important;
}
.listing-sec .card-img-top{
    width: 100%;
    align-self: center;
    height: 100%;
    max-height: 100%;
}
.listing-sec .card-custom{
    padding: 16px !important;
}
.listing-sec .card-custom h2{
    margin-top: 0;
    font-size: 22px;
}
.listing-sec .card-custom p{
    margin-top: 0;
    text-align: left;
    font-size: 13px;
    margin-bottom: 5px;
}
.listing-sec p, .listing-sec ul li{
    color: #323a46 !important;
}
.listing-sec .card-custom ul{
    padding-left: 14px;
    text-align: left;
}
.listing-sec .card-title{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 800;
}
.listing-sec .list-sub{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    background-color: #fff;
    margin-top: 0;
}
.listing-sec .card-body{
    padding: 15px;
}
.listing-sec .card-body .btn-custom-primary {
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 13px;
}
.listing-sec .list-sub span{
    background-color: #fff;
    z-index: 9;
    position: relative;
    padding: 0 10px;
    font-size: 16px;
}
.listing-sec .list-sub:before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #ffc107;
    height: 1px;
    left: 0;
    bottom: 40%;
    z-index: 0;
}
.listing-sec .crd-footer{
    width: 100%;
}
.listing-sec .crd-footer h4{
    margin-top: 0;
    margin-bottom: 5px;
}
.listing-sec .crd-footer ul{
    list-style-type: auto;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.listing-sec .first-card .card-custom{
    border-top: 5px solid #000;
}
.listing-sec .second-card .card-custom{
    border-top: 5px solid #ffc108f7;
}
.listing-sec .third-card .card-custom{
    border-top: 5px solid #0F4F93;
}
.custom-sub-heading{
    font-size: 14px !important;
    line-height: 30px !important;
    font-weight: 800 !important;
    color: #98a6ad !important;
    text-transform: uppercase !important;
    margin-bottom: 0;
}
.custom-heading{
    font-size: 30px !important;
    margin-bottom: 0 !important;
    font-weight: 800 !important;
    margin-top: .375rem !important;
    color: #232323 !important;
    font-family: Muli, sans-serif !important;
    margin-bottom: 30px !important;
    line-height: 1.2 !important;
}
.btn-custom-primary{
    border: 2px solid #0F4F93;
}
.btn-custom-primary:hover{
    background-color: transparent;
}
.btn-custom-outline:hover{
    background-color: #0F4F93;
    color: #fff;
}
.custom-hr{
    width: 80% !important;
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.btn{
    font-size: 16px;
    text-transform: capitalize !important;
}
.card{
    margin-bottom: 20px !important;
}
.mani_hm_transform .trans_itm p{
    color: #fff;
}
.ready-list{
    background-color: #F1ECFF;
    padding: 20px 0px;
}
.ready-list .custom-heading{
    margin-bottom: 12px !important;
}
.new_testimonials_main_info_ .container {
    max-width: 85%;
}
.custom-hr-top{
    margin-top: 50px !important;
}
.search-input{
    font-size: 13px !important;
}
.management-sec .service-title{
    color: #343a40;
}

@media(max-width: 1036px){
    .home-page{
        margin-top: 123px;
    }
}

@media(max-width: 992px){
    .home-page{
        margin-top: 135px;
    }
    .banner_caption_info_ .card {
        margin-top: 20px;
    }
}

@media(max-width: 991px){
    .banner_main_info_{
        min-height: 350px;
    }
    .industry-sec .custom-card .col-md-4:nth-child(2) .btn{
        margin-top: 15px !important;
    }
    .management-btn {
        margin-top: 20px;
    }
    .new_testimonials_main_info_ .container {
        max-width: 100%;
    }
    .listing-sec .btn{
        padding: 10px 15px;
    }
    .listing-sec .card-body{
        padding: 15px;
    }
    .custom-hr{
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .custom-hr-top{
        margin-top: 40px !important;
    }
    .industry-sec .container{
        max-width: 540px;
    }
    .industry-sec .custom-card .col-md-4{
        flex: 100%;
        max-width: 100%;
    }
    .listing-sec .row{
        justify-content: center;
    }
    .listing-sec .col-md-4{
        max-width: 50%;
        width: 50%;
        flex: 50%;
    }
    .listing-sec .col-md-4.mb-4{
        margin-bottom: 20px !important;
    }
}

@media(max-width: 820px){
    .listing-card .card{
        width: 100% !important;
    }
    .industry-sec .card{
        width: 100% !important;
        padding: 0;
    }
    .industry-sec .card-body .card-title{
        font-size: 16px !important;
    }

}

@media(max-width: 767px){
    .home-page{
        margin-top: 100px !important;
    }
    .banner_main_info_ .card{
        margin-bottom: 0;
    }
    .listing-card .f-card{
        margin-bottom: 80px !important;
    }
    .industry-sec .custom-card{
        display: block;
    }
    .industry-sec .custom-card .col-md-4{
        width: 100%;
    }
    .management-sec .row{
        margin-top: 0 !important;
    }
    .platform-head{
        padding: 0 25px;
        text-align: center;
    }
    .platform-head .common-titles{
        font-size: 24px;
    }
    .custom-hr{
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .custom-hr-top{
        margin-top: 30px !important;
    }
    .custom-heading{
        font-size: 23px !important;
    }
    .management-btn .btn-custom-primary{
        padding: 10px !important;
    }
    /* .banner_caption_info_ .custom-card1 .content{
        display:block
    } */
    .listing-sec .col-md-4{
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }
    .listing-sec .listing-slider{
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top:1rem !important
    }
    .listing-sec .card-custom p{
        margin-bottom: 10px;
    }
    .listing-sec .card-img-top{
        width: 65%;
    }
}

@media(max-width: 500px){
    /* .banner_main_info_{
        min-height: 280px;
    } */
    .listing-card .card-title{
        font-size: 18px !important;
    }
}

@media(max-width: 450px){
    .listing-card .d-flex{
        display: block !important;
    }
    .listing-card .d-flex .btn{
        margin-bottom: 10px;
    }
}

@media(max-width: 430px){
    .home-page{
        margin-top: 90px !important;
    }
}
.tn_industry_sec .card-body {
    text-align: center;
}
