﻿@import '~bootstrap/dist/css/bootstrap.min.css';
html{margin: 0; height: 100%;}
body{font-family: 'Montserrat', sans-serif;margin: 0; height: 100%;}

    button:focus{outline: none;}
    /*-----------------header--------------*/
    .navbar { margin-bottom: 0;   min-height: 90px;border: none;}
    .navbar {
    margin-bottom: 0;
    min-height: 0;
    border: none;
}
footer.dash-footer {
    position: relative;
}

.mainpage-wrapper {background-image: url(../images/main-pagebg.png);min-height: calc(100vh - 30px);width: 100%; background-size: cover;
     padding: 28px 0px 59px;
     display: flex;
     flex-direction: column;
     justify-content: center;
}

.mainpage-header ul{width:auto; border:2px solid #fff; padding:0px; margin:0px 35px 0px;}
.mainpage-header ul li{list-style:none; display:inline-block; width:auto;}
.mainpage-header ul li a{color:#fff; text-align:center; width:100%; display:inline-block; font-size: 14px; padding:6px 28px;}
.mainpage-header ul li a.login-link{border-right:1px solid #fff;}
.mainpage-header ul li a:hover{background-color:#2aa886;}
.mainpage-logo {float: left; width: 100%; text-align: center; margin-top: 40px;}
.mainpage-logo img {max-height: 68px;}
.mainpage-body .main-head  li{color:#fff; position: relative; text-align:center; font-size:48px; margin-top: 0px; font-weight: 400; font-family: 'Merriweather', serif;     display: inline-block; padding: 0px 15px;}
.mainpage-body {float: left; width: 100%; min-height: 0px; padding-top:34px; }
.mainpage-body ul.main-head {padding: 0; margin: 0;}
.mainpage-body p {color: #fff; text-align: center; font-size: 20px; line-height: 35px; margin-top: 20px; position:relative;}

.mainpage-body a{display:inline-block; text-align:center; padding:8px 35px; text-transform:uppercase; color:#2aa886; font-size:26px; background-color:#fff; margin-top:40px; transition:all 0.8s;}
.mainpage-body a:hover{background-color:#2aa886; color:#fff;}
.mainpage-body .mainpage-logo a {background: none; padding: 0 0px 20px;}
.mainpage-body .mainpage-logo a:hover{background:bone;}
.mainpage-body .main-head li:after {content: ""; right: -3px; background: #fff; height: 31px; width: 2px; position: absolute; top: 28%;}
.mainpage-body .main-head li:last-child:after {display:none;}
footer {
    text-align: center;
    color: white;
    font-size: 15px;
    background-color: #5a5a5a;
    float: left;
    width: 100%;
}
footer p {
    margin: 0;
    padding: 20px 0;
}
.dash-footer {
    float: left;
    width: 100%;
    height: auto;
    background: #efefef;
    box-shadow: 3px 0px 10px #b0b0b0;
    -webkit-box-shadow: 3px 0px 10px #b0b0b0;
    -moz-box-shadow: 3px 0px 10px #b0b0b0;
    -ms-box-shadow: 3px 0px 10px #b0b0b0;
    -o-box-shadow: 3px 0px 10px #b0b0b0;
    text-align: center;
    position: fixed;
    z-index: 99;
    bottom: 0;
    padding: 0;
}
.dash-footer ul {
    margin: 0;
}
.dash-footer ul li {
    display: inline-block;
}
.dash-footer ul li a {
    font-size: 13px;
    color: #202020;
    line-height: 30px;
    margin: 0px 15px;
    text-transform: capitalize;
}
.pulse-image img {
    max-width: 400px;
    height: auto;
}

/*----------   About Us ----------------------------*/
a.static-link {
    padding: 25px 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #2aa886;
}

    a.static-link span.glyphicon {
        padding-right: 6px;
    }

.mainpage-header.static-login ul {
    border: 2px solid #2aa886;
    margin: 17px 15px;
}

    .mainpage-header.static-login ul li a {
        color: #2aa886;
    }

        .mainpage-header.static-login ul li a:hover {
            color: #fff;
        }

        .mainpage-header.static-login ul li a.login-link {
            border-right: 1px solid #2aa886;
        }

    .mainpage-header.static-login ul li {
        padding: 0;
        margin: 0;
    }

.about-body {
    padding: 55px 0px;
    float: left;
    width: 100%;
    min-height: calc(100vh - 187px);
}

    .about-body p {
        text-align: justify;
        font-size: 14px;
        line-height: 26px;
    }

.footer-static ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

    .footer-static ul li {
        list-style: none;
        display: inline-block;
    }

        .footer-static ul li a {
            color: #fff;
            font-size: 15px;
            padding: 20px 8px;
            display: inline-block;
        }

.footer-static .copyright p {
    text-align: right;
}

.about-inner {
    float: left;
    width: 100%;
    padding: 20px;
}

    .about-inner.about-why {
        border-left: 1px solid #ddd;
    }

    .about-inner h2 {
        margin-top: 0;
        font-size: 24px;
        font-weight: 800;
        text-align: center;
        position: relative;
        color: #2aa886;
        margin-bottom: 28px;
    }

        .about-inner h2:after {
            content: "";
            position: absolute;
            background: #2aa886;
            height: 2px;
            width: 150px;
            left: 0;
            bottom: -8px;
            right: 0;
            margin: 0 auto;
        }

.contact-email span.glyphicon {
    background-color: #2aa886;
    color: #fff;
    margin-right: 8px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 18px;
}

.about-inner.contact-form {
    border-top: 0px;
    padding: 0px 20px 0px;
    border-left: 0px;
    position: relative;
}

.contact-form .suggestion-form {
    padding-top: 0;
}

    .contact-form .suggestion-form .form-group.successfull-message button {
        border-radius: 0px;
        margin-bottom: 0;
    }

.about-inner.contact-form:before {
    content: "";
    position: absolute;
    background-color: #ddd;
    height: 280px;
    width: 2px;
    left: 0;
    top: 9%;
}

.zin-modal .timing-modalinner.signup-popup {
    background-image: url(../image/explore-bg.jpg);
    background-repeat: no-repeat;
    background-color: #000;
    background-position: -90px 0px;
}

.timing-modalright a.logo {
    margin-bottom: 28px;
    display: inline-block;
}

.zin-modal .signup-popup .timing-modalright a.profile-editbutton {
    background-color: #2aa886;
    margin-right: 15px;
    float: right;
    padding: 8px 20px;
}

.zin-modal .timing-modalinner.signup-popup .logo img {
    max-height: 55px;
}
.StaticPageheaderHead {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    background-color: #2aa886;
    padding: 11px;
}

.zin-modal.logout-modal .timing-modalinner {
    background-image: none;
    background-color: #2aa886;
    padding: 20px;
    text-align: center;
}

    .zin-modal.logout-modal .timing-modalinner p {
        color: #fff;
        font-size: 20px;
        margin-bottom: 15px;
        padding: 0;
    }

    .zin-modal.logout-modal .timing-modalinner .btn {
        background: none;
        color: #fff;
        border: 1px solid #fff;
        padding: 4px 28px;
        font-size: 20px;
        font-weight: 600;
        margin-top: 15px;
    }
/*User Registration popup*/
.zin-modal.created-account-modal .timing-modalinner {
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    max-width: 509px;
    box-shadow: 0 5px 15px rgba(0,0,0,.8);
    padding: 20px 20px;
    text-align: center;
}
@media screen and (max-width:991px) {
    .mainpage-wrapper {
        min-height: calc(100vh - 60px);
    }
}

@media screen and (max-width:480px) {
    .pulse-image img {
        max-width: 100%;
        height: auto;
    }

    .mainpage-wrapper .container {
        width: 100%;
    }

    .mainpage-body .main-head li {
        font-size: 32px;
        word-break: break-word;
    }
}


.carona-care-homeowiz {
   max-width: 43%;
    display: flex;
    margin-top: -10px;
    flex-wrap: wrap;
    padding: 0px 20px;
}

.carona-care-homeowiz-icon img {
    max-width: 108px;
    margin-right: 15px;
}

.carona-care-homeowiz-text {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
}

.carona-care-homeowiz a.user-guide {
    color: #fff;
    font-size: 18px;
   text-decoration:underline;
    padding: 0px 15px;
    margin-top: 4px;
    display: inline-block;
}

.carona-care-homeowiz-user {
    margin-left: 26px;
    
    padding: 41px 35px 8px 0px;
}

    .carona-care-homeowiz-user span {
        display: block;
        margin-bottom: 8px;
        font-size: 18px;
    }

.carona-care-homeowiz-user span span {
    font-size: 18px;
    
    min-width: 96px;
    display: inline-block;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .carona-care-homeowiz-user {
        flex: 0 0 100%;
        margin: 20px 0px 0px;
        padding: 8px 15px;
    }
}