* {
    margin: 0px;
    font-family: 'Quicksand';
}

body {
    margin: 0;
}

img {
    max-width: 100%;
}

#property-header .dropdown-menu {
    position: absolute;
    padding: 0.5rem 0 0.5rem 0;
    left: 0rem;
    white-space: nowrap;
    text-align: left;
    padding: 0px 0 0px 0;
    background-color: #0b1f44;
    z-index: 556;
    transition: all .3s linear;
    top: 130%;
    visibility: hidden;
    opacity: 0;
    display: block;
    margin-top: 0;
}

#property-header .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#property-header .navbar-nav li {
    position: relative;
    padding: 0.5rem 1rem;
}

.header-area .sticky-logo-img {
    display: none;
}

.sticky_header .sticky-logo-img {
    display: block;
}

.sticky_header .header-logo-img {
    display: none;
}

#property-header .navbar-nav .nav-item .nav-link::after {
    content: unset;
}

#property-header .navbar-nav .nav-item .nav-link i {
    padding-left: 14px;
}

#property-header .nav-link {
    letter-spacing: 1px;
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
    align-items: center;
    transition: 0.4s;
    text-transform: capitalize;
    color: #fff;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover {
    color: #0071E3 !important;
    transition: all .3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff !important;
    transition: all .3s linear;
    /* border-bottom: 1px solid #fff; */
}

#property-header .dropdown-item.active,
.dropdown-item:active {
    color: #DEE1E3;
    text-decoration: none;
    background-color: #0071E3;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover.nav-link::before {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .dropdown-item:hover {
    color: #0071E3;
    background-color: transparent;
}

#property-header .dropdown-item {
    color: #DEE1E3;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Quicksand';
    letter-spacing: 1px;
    transition: 0.3s ease-out;
    padding: 0.6rem 1rem 0.6rem 1rem;
}

/* #property-header .nav-link.active {
    color: #0784C7 !important;
} */

#property-header .nav-link.active.nav-link::before {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .navbar-collapse {
    flex-grow: 0 !important;
}

.bg_load {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/loading_icon.gif) 50% 50% no-repeat #000;
}

.bg-contact .navbar {
    background-color: #f6cabf !important;
    border-bottom: 0.063rem solid #f6beb1 !important;
}

.header {
    position: absolute;
    z-index: 1;
    width: 100%;
}

#property-header .navbar-light .navbar-nav .nav-link.active-menu {
    color: #0283CF;
    border-bottom: 3px solid #0283CF;
}

.sticky_header {
    position: fixed !important;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;

}

.header-area.sticky_header {
    background: #132E5D;
    width: 100%;
}

.scrollToTop {
    background-image: url(../images/scroll-to-top.svg);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 63px;
    background-repeat: no-repeat;
    z-index: 99;
}

.navbar-collapse.collapse.show li.nav-item {
    color: #000;
}

/*----onscroll animation start-----*/
.animation-element.slide-top {
    opacity: 0;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
    -moz-transform: translate3d(0px, -60px, 0px);
    -webkit-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate3d(0px, -60px, 0px);
}

.animation-element.slide-left {
    opacity: 0;
    transition: all 0.6s linear;
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.header-area {
    padding-top: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .9px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0784C7;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #0071E3;
}

.navbar-dark .navbar-nav .nav-link:hover {
    /* color: #62CEC5 !important; */
    transition: all .3s linear;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}

a.nav-link {
    position: relative;
}

.header-button {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 12rem;
    padding: 0.375rem 1.55rem;
    border-radius: 50px;
    background-color: #62CEC5;
}



.container {
    padding-right: 8vw !important;
    padding-left: 8vw !important;
    margin: unset !important;
    max-width: unset;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 2px 0;
}

.navbar {
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
}

.btn:focus {
    box-shadow: unset;
}

.header-area {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    background: transparent;
}


.scrollToTop {
    background-image: url(../images/scroll-to-top.svg);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 56px;
    background-repeat: no-repeat;
    z-index: 99;
}

.btn.btn-primary.border-0:active:focus,
.btn-primary:focus {
    background: #f36a3a !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

.sticky_header .top-header {
    display: none;
}






@media (max-width: 767px) {

    .top-header {
        padding: 0;
        background-color: transparent !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem !important;
        font-weight: 400 !important;
        color: #000 !important;
    }

    .sticky-social {
        display: none;
    }

    .h-height {
        height: 156px;
    }

    .navbar-dark .navbar-toggler {
        color: unset !important;
        border-color: unset !important;
        box-shadow: unset !important;
    }

    .scrollToTop {
        right: 20px;
    }

    .container {
        padding: 0px 15px !important;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .scrollToTop {
        background-image: url(../images/scroll-to-top.svg);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 27px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    /* .header-area {
        background-color: #000;
    } */

    .header-button {
        margin-left: unset !important;
        padding: 8px 20px !important;
    }

    .navbar-dark .navbar-nav .nav-link:after {
        position: unset !important;
    }

    /* .navbar-brand img {
        width: 160px;
    } */
}

@media(min-width:768px) and (max-width:991px) {
    .navbar-dark .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: .5rem 0rem;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem;
    }

    .header-btn .zoop-btn {
        font-weight: 400;
        background: transparent !important;
        color: rgba(0, 0, 0, .7) !important;
        font-weight: 400 !important;
    }

    .header-btn .zoop-btn.btn-primary:hover {
        background: transparent !important;
    }

    .scrollToTop {
        background-image: url(../images/scroll-to-top.svg);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 40px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .header-button {
        margin-left: unset !important;
    }
}

@media (max-width: 575px) {
    .scrollToTop {
        background-image: url(../images/scroll-to-top.svg);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 20px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }
}


.banner-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    color: #fff;
	max-width:100%;
}

.banner-content h4 {
    font-family: 'Quicksand';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* color: #fff; */
}

.banner-content h1 {
    font-family: 'Quicksand';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* color: #fff; */
}
.single-advantage p {
    color: #888;
}
.bg-grey p {
    color: #333;
}
.banner-content p {
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* color: #fff; */
    width: 70%;
    margin: 0 auto;
}

a.blue-btn {
    padding: 15px 30px;
    background: #318CE7;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
}

.advantage-top-content h2 {
    font-family: Quicksand;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #333;
    text-align: center;
}

.advantage-top-content p {
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    color: #888;
}
li.nav-item a {
    cursor: pointer;
}
.advantage-top-content {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.single-advantage {
    text-align: center;
	height:290px;
	max-height:100%;
}

.single-advantage h4 {
    font-family: 'Quicksand';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    padding-top: 20px;
}

.how-works-top-content {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
}


.how-works-top-content h5 {
    font-family: 'Quicksand';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.613%;
    color: #35497C;
}

.how-works-top-content h2 {
    font-family: 'Quicksand';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #333;
}

.bg-blue {
    background: #35497C;
    color: #fff;
}

.bg-grey {
    background: #E2E2E2;
    color: #333;
}

.single-how-works-box h4 {
    font-family: 'Quicksand';
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}





.zfaq-section {
    text-align: center;
    border-radius: 7px
}

.faq-section,
.faq-section * {
    box-sizing: border-box
}

.zfaq-section div {
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 20px;
}

.zfaq_wrapper .zfaq-wrap:first-child {
    border-top: 0;
}

.zfaq_wrapper .zfaq-wrap {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #fff;
    background: #fff;
    box-shadow: 0px 0px 10px 3px #DADEF5;
    margin-bottom: 20px;
    border-radius: 10px;
}

.faq-heading {
    position: relative;
    font-family: 'Quicksand';
    font-weight: 500;
}

.zfaq_wrapper h3 {
    padding-top: 0
}

.zfaq_wrapper h3 {
    color: #000;
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
    padding: 20px 35px 20px 20px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    text-align: left;
    margin-top: 0;
    font-family: 'Quicksand';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 145.613%;
}

.zfaq_wrapper .zfaq-wrap p {
    padding: 0px 20px;
    text-align: left;
    font-family: 'Quicksand';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    color: #000;
}

.zfaq_wrapper .zfaq-wrap .arrow {
    position: absolute;
    right: 22px;
    top: 34px;
    width: 8px;
    height: 8px;
    cursor: pointer;
    font-size: 16px
}

.zfaq_wrapper .zfaq-wrap .arrow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
    -ms-transform: rotate(45deg)
}

.zfaq-wrap.active .arrow:before {
    transform: rotate(315deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    top: 1px;
    -ms-transform: rotate(135deg)
}

.zfaq_wrapper.active .zfaq-wrap .arrow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    -ms-transform: rotate(45deg)
}

.zfaq-wrap.active .arrow:before {
    transform: rotate(315deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 1px;
    -ms-transform: rotate(135deg)
}

.zfaq-section .faq-ans {
    display: none
}


.zfaq-section li {
    display: list-item;
    text-align: left;
    list-style: disc
}

.zfaq-section ul {
    margin-bottom: 20px;
    margin-left: 20px
}


.faq-section h2 {
    font-family: 'Quicksand';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #333;
}

.zfaq-wrap.active {
    background: #132E5D;
}

.zfaq_wrapper .zfaq-wrap.active p {
    color: #fff;
}

.zfaq_wrapper .zfaq-wrap.active {
    background: #132E5D;
    padding: 20px;
}

.zfaq-wrap.active h3 {
    color: #fff;
}

.zfaq-wrap.active h3 {
    color: #fff;
}

.zfaq_wrapper .zfaq-wrap:first-child h3 {
    color: #fff;
}

.zfaq_wrapper .zfaq-wrap:first-child h3 {
    color: #000;
}

.zfaq_wrapper .zfaq-wrap.active:first-child h3 {
    color: #fff;
    padding: 20px;
}

footer#footer-sec {
    position: relative;
}

.bottom-footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    border-top: 1px solid;
}

.over-view-content {
    width: 62%;
}
.over-view-content h2 {
    font-size: 32px;
}
.blue-img.sec {
    position: relative;
}

.over-view-content h2,
.bs-h2 {
    color: #fff;
    font-family: Quicksand;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.over-view-content p,
.bs-p {
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    color: #fff;
}

.single-btm-oview {
    padding-bottom: 20px;
}



.banner-user-details-wrap {
    border: 1px solid #A1A1A1;
    border-radius: 15px;
    background: #fff;
}

section.bluescript-ai {
    text-align: center;
    position: relative;
}

.tc-txt-p {
    color: #888;
}

.line-path-wrap {
    display: flex;
    justify-content: center;
    width: 1107px;
    max-width: 95%;
    margin: 0 auto;
    position: relative;
}

.single-circle span {
    color: #333;
    font-size: 16px;
    font-family: Quicksand;
    font-weight: 600;
    line-height: 135%;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.bluescript-img {
    text-align: right;
}

.section-title {
        margin-bottom: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 10%;
}

.bg-btm,
.bg-ryt {
    display: none;
}

.blue-img-sec {
    background: url("../images/blue-bg.jpg");
}

a#form_submit {
    background: #35497C;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    width: 25%;
    margin: 0 auto;
}

.pad-form {
    padding: 20px;
}

.form-sec label {
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    color: #333;
}

.form-heading h3 {
    font-family: Quicksand;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    color: #333;
}

.single-btm-oview h4 {
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    color: #333;
}

.single-btm-oview p {
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    color: #888;
    width: 90%;
}

span.line-bg {
    position: absolute;
    right: -7%;
    left: 0%;
    top: -18%;
    z-index: 0;
}

.faq-top-content p {
    width: 90%;
    margin: 0 auto;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

.footer-top-label-wrap {
    display: flex;
    justify-content: space-around;
    background-color: #132E5D;
    position: absolute;
    width: 80%;
    top: 10%;
    right: 10%;
    border-radius: 10px;
    margin: 0 auto;
    align-items: center;
    padding: 10px;
}

footer ul#myDIV {
    display: flex;
    list-style: none;
    color: #fff;
	    padding-top: 12px;
}

.footer-label-sec .nav-link {
    color: #fff;
	padding:0;
}

.footer-label-sec .nav-link.active-menu.active {
    border-bottom: 1px solid #0283CF;
    color: #0283CF;
}

footer li.nav-item {
    padding: 0.5rem 1rem;
}

.footer-smedia-sec {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -42%);
}

.f-smedia-wrap {
    display: flex;
}

.single-smedia-icon {
    padding: 10px;
}

.white-btn {
    padding: 15px 30px;
    background: #D9D9D9;
    color: #35497C;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
}

.footer-bg img {
    width: 100%;
}

li.nav-item.currentlist a {
    border-bottom: 2px solid #fff !important;
}
.adv-center-img img {
    width: 100%;
}
.single-advantage.btm-single-adv {
    width: 33%;
    margin: 0 auto;
    padding-top: 30px;
}

@media(min-width:768px) {
	.pad-btm5 {
    padding-top: 80px;
}
	img.num-pad {
    padding-top: 30px;
}
    .bluescript-img img {
        width:100%;
    }

    .bg-btm,
    .bg-ryt {
        position: absolute;
        display: block;
        z-index: -1;
    }

    .bg-btm {
        bottom: 0;
        left: 0;
        z-index: -1;
        max-width: 52%;
    }

    .bg-ryt {
        right: 0;
        top: 0;
        max-width: 20%;
    }

    .form-sec {
        position: absolute;
        width: 360px;
        max-width: 40%;
        transform: translateY(-40%);
    }

    .single-circle span {
        font-size: 24px;
    }

    .line-path-wrap span[class*="step"] {
        position: absolute;
        bottom: 0;
    }

    .step1 {
        left: 2%;
    }

    .step2 {
        left: 42%;
    }

    .step3 {
        left: 75%;
    }
    .mbl-footer {
        display: none;
    }
    .mbl-lis{
        display: none;
    }
}
.ov-cont {
    padding-left: 40px;
}
.row.bg-mbl-rev {
    align-items: center;
}
.form-heading {
    padding: 10px 20px;
    text-align: center;
}
.form-sec1 h2 {
    font-size: 48px;
    padding-bottom: 20px;
    font-weight: 600;
}
.pad-form {
    padding: 40px;
}
section.how-works-sec h2 {
    font-size: 48px;
    text-align: center;
    padding-bottom: 40px;
	font-weight:700;
}
section#platfomrs .single-advantage {
    height: 400px;
	max-height:100%;
}
.ai-btn a {
    background: #35497C;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 15px 80px;
}

.ai-btn {
    margin: 40px 0;
}
@media(max-width:767px) {
.submit-btn-top.btn-wrap button {
    width: 100% !important;
    border: none;
}
	.section-title {position: relative;margin: 0;}

section#platfomrs .single-advantage {
    height: auto;
}
.ov-cont{
	padding-left:0;
}
	a#form_submit {
    width: 100%;
}
.pad-form {
    padding: 20px;
}
section#post-modernization h2 {
    padding-bottom: 20px;
}
	.single-advantage.btm-single-adv {
    width: 100%;
    padding-top: 10px;
}
	.banner-content{
		width:100%;
	}
	
	#property-header .nav-link {
    display: inline-block;
}
	.banner-sec-wrap.mbl-bg1 {
    background-image: url(../images/mbl-bnr-bg.jpg);
    background-size: cover;
	height: 420px;
    max-height: 100%;
}
.banner-sec-wrap.mbl-bg2 {
    background-image: url(../images/mbl-bnr-bg2.jpg);
    background-size: cover;
	height: 420px;
    max-height: 100%;
}
.banner-sec-wrap.mbl-bg3 {
    background-image: url(../images/mbl-bnr-bg3.jpg);
    background-size: cover;
	height: 420px;
    max-height: 100%;
}
	.footer-top-label-wrap .logo {
    padding: 10px 0px 0px 10px;
}
	footer li.nav-item{
		padding:0.8rem 1rem;
	}
	.footer-label-sec .nav-link {
    display: inline-block;
}
	button.owl-dot {
    background: #35497C !important;
    color: #35497C !important;
}

.owl-dots {
    position: static !important;
    padding-bottom: 20px;
}
	.ov-icon {
    padding-bottom: 10px;
}
	.footer-top-label-wrap {
    position: static;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    background: none;
    border-radius: 0;
}

.footer-bg.desk-footer > img {
    display: none;
}

footer ul#myDIV {
    flex-wrap: wrap;
    padding: 20px 0 0;
}

.footer-label-sec {}

footer#footer-sec {
    background: #132E5D;
    padding: 10px 0;
}

footer ul#myDIV li {
    width: 100%;
}

.footer-smedia-sec {
    position: static;
    transform: none;
}
    a.white-btn {
        display: none;
    }

    section#home {
        width: 100%;
        padding-top: 75px;
    }
    .single-btm-oview {
        flex-wrap: wrap;
		justify-content: center!important;
		text-align:center;
    }
	.single-btm-oview p {
    width: 100%;
}
    section#features {
        padding: 30px 0;
    }
    header#property-header {
        background: blue;
    }

    .banner-content h1 {
        font-size: 28px;
    }

    .banner-content {
        position: static;
        transform: none;
		padding-top:40px;
    }

    .banner-img-sec {
        display: none;
    }


    .banner-content p {
        width: 100%;
		color:#fff;
    }

    a.blue-btn {
        padding: 10px 20px;
        margin: 20px 0;
    }

    header#property-header {
        background: #35497c;
    }

    .how-works-top-content h2 {
        font-size: 28px;
    }

    h1 {
        font-size: 30px;
    }

    .banner-content h1 {
        font-size: 28px;
        color: #fff;
    }

    img.logo {
        width: 140px;
    }

    .advantage-top-content h2 {
        font-size: 28px;
    }

    .advantage-top-content {
        width: 100%;
    }

    .how-works-top-content {
        width: 100%;
		padding-bottom:0;
    }

    section.how-works-sec h2{
		font-size:28px;
		padding-bottom:0;
	}
	.hw-wrks-img {
    padding-bottom: 20px;
}
.single-advantage {
    height: auto;
}
.form-sec1 h2 {
    font-size: 28px;
    padding: 20px 0;
}

    .zfaq_wrapper h3 {
        font-size: 18px;
    }

    .zfaq_wrapper .zfaq-wrap p {
        padding: 0;
        font-size: 16px;
    }

    .banner-content h4 {
        font-size: 16px;
		color:#fff;
    }

    .over-view-content {
        width: 100%;
        padding: 20px 0;
    }

    .h-btn {
        display: none;
    }

    .desk-footer {
        display: none;
    }

    .mbl-footer {
        background: #132E5D;
    }

    .mbl-footer ul#myDIV {
        flex-wrap: wrap;
        padding: 0;
    }

    .mbl-footer ul#myDIV a {
        color: #fff;
        padding-left: 0;
    }

    .mbl-footer ul#myDIV li {
        width: 100%;
        padding: 0;
        list-style: none;
    }

    .bottom-footer {
       position: static;
    background-color: #132E5D;
    padding-top: 10px;
    }
    .faq-top-content h2 {
    font-size: 28px;
}

section#faq {
    padding: 20px 0;
}

.single-how-works-box {
    padding: 20px 0;
    text-align: left !important;
}

section.overview-sec {
    padding: 20px 0;
}

.overview-btm-sec {
    padding: 20px 0;
}

.single-advantage {
    padding-bottom: 20px;
}

.adv-center-img {
    padding-bottom: 20px;
}
.desk-li {
    display: none;
}

.single-circle {
    padding-bottom: 40px;
}
.zfaq_wrapper .zfaq-wrap.active:first-child h3 {
    padding: 0;
}
.zfaq-wrap.active h3 {
    padding: 0;
}
.over-view-content h2 {
    font-size: 24px;
}
.footer-bg>img {
    display: none;
}


.bg-mbl-rev > div:nth-of-type(odd) {
    background: #35497C;
    color: #fff;
}

.bg-mbl-rev > div:nth-of-type(even) {
    background:#d9d9d9;
}
.bg-mbl-rev > div:nth-of-type(odd) h4,.bg-mbl-rev > div:nth-of-type(odd) p{
    color:#fff;
}
.bg-mbl-rev > div:nth-of-type(even) h4,.bg-mbl-rev > div:nth-of-type(even) p{
    color:#333;
}
}
@media (max-width:480px){
	.banner-sec-wrap.mbl-bg1 {
    height: 533px;
	max-height:100%;
}

.banner-sec-wrap.mbl-bg2 {
    height: 533px;
	max-height:100%;
}

.banner-sec-wrap.mbl-bg3 {
    height: 533px;
	max-height:100%;
}
}

.owl-dots {
    background:transparent;
    text-align: center;
}

button.owl-dot span {
    color: #fff;
    width: 10px;
    height: 10px;
    background: #fff;
}

button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

button.owl-dot.active {
    background: #318CE7 !important;
    color: #318CE7 !important;
}
.home-banner.owl-carousel.owl-dots.owl-loaded.owl-drag {
    position: relative;
}

.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10%;
}
.bottom-footer a {
    color: #fff;
}
<script>
function myFunction() {
  var x = document.getElementById("myVideo").autoplay;
  document.getElementById("demo").innerHTML = x;
}
</script>
