@font-face {
    font-family: "Aardvark Cafe";
    src: url("../fonts/aardvark-cafe.eot?") format("eot"),url("../fonts/aardvark-cafe.woff") format("woff"),url("../fonts/aardvark-cafe.ttf") format("truetype"),url("../fonts/aardvark-cafe.svg#AardvarkCafe") format("svg");
    font-weight: normal;
    font-style: normal;
}

button, input, select, textarea {
    outline: none;
}

body {
    padding: 0px !important;
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
    color: #252525;
    background: #f2f4f9;
    font-family: 'Roboto', sans-serif;
}

input, textarea {
    border-radius: 0;
    -webkit-appearance: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, p {
    padding: 0;
    margin: 0;
}

a {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: 0;
    }

.btn {
    height: 38px;
    line-height: 38px;
    background: rgba(36,31,97,1);
    background: -moz-linear-gradient(left, rgba(36,31,97,1) 0%, rgba(175,32,120,1) 51%, rgba(238,44,67,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,31,97,1)), color-stop(51%, rgba(175,32,120,1)), color-stop(100%, rgba(238,44,67,1)));
    background: -webkit-linear-gradient(left, rgba(36,31,97,1) 0%, rgba(175,32,120,1) 51%, rgba(238,44,67,1) 100%);
    background: -ms-linear-gradient(left, rgba(36,31,97,1) 0%, rgba(175,32,120,1) 51%, rgba(238,44,67,1) 100%);
    background: linear-gradient(to right, rgba(36,31,97,1) 0%, rgba(175,32,120,1) 51%, rgba(238,44,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#241f61', endColorstr='#ee2c43', GradientType=1 );
    border-radius: 4px;
    border: none;
    padding: 0 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

    .btn:hover, .btn:focus {
        background: -moz-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(90,79,161,1)), color-stop(51%, rgba(58,149,202,1)), color-stop(100%, rgba(82,194,185,1)));
        background: -webkit-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
        background: -ms-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
        background: linear-gradient(to right, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a4fa1', endColorstr='#52c2b9', GradientType=1 );
        color: #fff;
    }

h3.page-title {
    font-size: 15px;
    line-height: 20px;
    color: #1d1f20;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

h2.head-title {
    font-size: 26px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
    padding: 0 0 10px;
}

.main-wraper {
    position: relative;
}

.container {
    width: auto;
    max-width:1400px;
    padding: 0 15px;
}

.margin-b25 {
    margin-bottom: 25px;
}

.e-share:after,
.e-date:after,
.events-item .desc:after,
.Gdetails-page:after,
.request-number:after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

.title-type1 {
    font-size: 22px;
    color: #2d1f63;
    font-weight: 500;
    border-bottom: 1px solid #d4d4de;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

    .title-type1:after {
        content: '';
        background: #e43242;
        width: 75px;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

.btn-type1 {
    cursor: pointer;
    background: #241f61;
    background: -moz-linear-gradient(left, #241f61 0%, #af2078 50%, #ee2c44 100%);
    background: -webkit-linear-gradient(left, #241f61 0%,#af2078 50%,#ee2c44 100%);
    background: linear-gradient(to right, #241f61 0%,#af2078 50%,#ee2c44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#241f61', endColorstr='#ee2c44',GradientType=1 );
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 10px
}

    .btn-type1:hover {
        background: #ee2c44;
        background: -moz-linear-gradient(left, #ee2c44 0%, #af2078 50%, #241f61 100%);
        background: -webkit-linear-gradient(left, #ee2c44 0%,#af2078 50%,#241f61 100%);
        background: linear-gradient(to right, #ee2c44 0%,#af2078 50%,#241f61 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2c44', endColorstr='#241f61',GradientType=1 );
        color: #fff;
    }


.mdl-textfield {
    position: relative;
}

    .mdl-textfield .input-text {
        width: 100%;
        border: none;
        border-bottom: 1px solid #d4d8db;
        margin: 0;
        padding: 17px 0 6px;
        font-size: 14px;
        color: #878c91;
        font-weight: 400;
        line-height: 24px;
        background: bottom;
        text-align: left;
        outline: none;
    }

    .mdl-textfield label {
        color: #878c91;
        font-size: 14px;
        font-weight: 400;
        left: 0;
        right: 0;
        pointer-events: none;
        position: absolute;
        top: 8px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        margin: 0;
        text-align: left;
        transition: all 0.2s cubic-bezier(.4,0,.2,1) 0s;
        -webkit-transition: all 0.2s cubic-bezier(.4,0,.2,1) 0s;
    }

    .mdl-textfield.fieldfocus label {
        color: #5a4fa1;
        font-size: 12px;
        top: -8px;
        visibility: visible;
    }

    .mdl-textfield.fieldfocus .input-text {
        border-bottom: 1px solid #5a4fa1;
    }

.signinform .input-field {
    margin: 0 0 23px;
}

.checkbox-field {
    text-align: left;
}

.mdl-selectfield {
    position: relative;
}

    .mdl-selectfield .bootstrap-select {
        display: block;
        width: 100%;
    }

        .mdl-selectfield .bootstrap-select .btn {
            width: 100%;
            border: none;
            border-bottom: 1px solid #b8b9ba;
            margin: 0;
            padding: 12px 0 9px;
            font-size: 14px;
            color: #949aa1;
            font-weight: 400;
            line-height: 18px;
            border-radius: 0px;
            background: bottom;
            text-align: left;
            float: none;
            position: relative;
        }

            .mdl-selectfield .bootstrap-select .btn:focus, .mdl-selectfield .bootstrap-select .btn:active, .mdl-selectfield .bootstrap-select .btn:hover {
                background: none;
                box-shadow: none;
                border-color: #b8b9ba;
            }

        .mdl-selectfield .bootstrap-select.open .dropdown-toggle {
            box-shadow: none;
        }

        .mdl-selectfield .bootstrap-select .btn .bs-caret {
            position: absolute;
            right: 10px;
            top: 16px;
        }

        .mdl-selectfield .bootstrap-select .btn .caret {
            border-width: 6px;
            border-top-color: #757575;
        }

    .mdl-selectfield .dropdown-menu {
        max-height: 200px !important;
        overflow-y: auto;
        width: 100%;
        border-radius: 0px;
        border: 1px solid #b8b9ba;
    }

        .mdl-selectfield .dropdown-menu.inner {
            position: static;
            border: none;
            box-shadow: none;
            background: none;
            border-radius: 0;
            padding: 0;
            margin: 0;
            float: none;
        }

            .mdl-selectfield .dropdown-menu.inner li {
                padding: 7px 15px;
                border-bottom: 1px solid #b8b9ba;
                cursor: pointer;
            }

                .mdl-selectfield .dropdown-menu.inner li:last-child {
                    border: none;
                }

                .mdl-selectfield .dropdown-menu.inner li a {
                    font-size: 12px;
                    color: #868d96;
                    line-height: 18px;
                    font-weight: 400;
                    padding: 0;
                    margin: 0;
                    float: none
                }

                .mdl-selectfield .dropdown-menu.inner li .glyphicon {
                    display: none;
                }

                .mdl-selectfield .dropdown-menu.inner li a:focus, .mdl-selectfield .dropdown-menu.inner li a:hover {
                    background: none;
                }

    .mdl-selectfield .selectpicker {
        display: none;
    }

.mdl-datefield .datepicker {
    background-image: url(../images/dateicon.png), url(../images/select-arrow.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, 98% center;
    border: none;
    border-bottom: 1px solid #b2b2b2;
    padding: 0 30px;
    font-size: 12px;
    color: #484a4d;
    height: 38px;
    line-height: 30px;
    background-color: transparent;
    width: 100%;
    display: block;
    text-align: left;
}

.mdl-timefield .timepicker {
    background-image: url(../images/timeicon.png), url(../images/select-arrow.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, 98% center;
    border: none;
    border-bottom: 1px solid #b2b2b2;
    padding: 0 30px;
    font-size: 12px;
    color: #484a4d;
    height: 38px;
    line-height: 30px;
    background-color: transparent;
    width: 100%;
    display: block;
    text-align: left;
}

.checkbox-field input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.checkbox-field label {
    font-size: 13px;
    color: #4a4a4a;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 33px;
    position: relative;
    cursor: pointer;
}

.checkbox-field input[type="checkbox"] + label:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #5d6774;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.checkbox-field input[type="checkbox"]:checked + label:after {
    content: "\F12C";
    font-family: "Material Design Icons";
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}

.checkbox-field input[type="checkbox"]:checked + label:before {
    border-color: #23b0b0;
    background: #23b0b0;
}

.question-list {
    padding: 20px 40px;
}

.radiofix {
    position: relative;
}

.question-list .radio-field {
    display: inline-block;
}

.radio-field input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 999;
    margin: 0px;
}

.radio-field label.radioselect {
    font-size: 13px;
    color: #5e6064;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 34px;
    position: relative;
    cursor: pointer;
}

.radio-field input[type="radio"] + label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #e4274e;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}

.radio-field input[type="radio"]:checked + label:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    background: #e4274e;
}

.radio-field input[type="radio"]:checked + label:before {
    border-color: #e4274e;
}



.modal-open {
    padding-right: 0px !important;
    overflow: inherit !important;
}

.modal .modal-content {
    background: #fff;
    box-shadow: 0 0 60px rgba(43,62,205,0.4);
    border: none;
    border-radius: 0px;
}

.modal button.close {
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 19px;
    right: 22px;
    opacity: 1;
}

.modal .modal-body {
    padding: 0px;
    position: relative;
}

.getstarted-panel {
}

.getstartedsignin {
}

.hometopsection {
    background: url(../images/homeimg_bg.png) no-repeat left top;
    background-size: cover;
    text-align: center;
    padding: 60px 0 0;
}

    .hometopsection .hometopsectiondiv {
        position: relative;
    }

.hometopsectiondiv h3 {
    font-size: 32px;
    color: #ffffff;
    line-height: 34px;
    font-weight: normal;
    text-shadow: 0 0 6px rgba(0,0,0,0.2);
    padding: 0 15px 12px;
}

.hometopsectiondiv p {
    font-size: 20px;
    color: #ffffff;
    line-height: 20px;
    padding: 0 15px 56px;
    font-weight: 300;
}

.hometopsectiondiv img {
    display: block;
    margin: 0 auto;
}

.gotomobilesection {
    position: absolute;
    bottom: 50px;
    right: 5%;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
}

.hometopsectiondiv .gotomobilesection i {
    color: #4a4a4a;
    font-size: 26px;
    line-height: 24px;
    display: block;
    margin: 12px auto 0;
}

.gotomobilesection:before {
    content: "";
    background: url(../images/gotobottomicon.png) no-repeat left top;
    width: 26px;
    height: 19px;
    position: absolute;
    left: -40px;
    top: 30px;
}

.signin-panel {
    background: #ffffff;
    width: 100%;
    box-shadow: 0 0 100px rgba(90,79,161,0.1);
    position: relative;
    margin: 0px auto 0;
    padding: 20px 0 0;
}

.headerbtnpart {
    float: right;
}

    .headerbtnpart .loginbtn {
        width: 90px;
        background: #5a4fa1;
        padding: 0;
        text-align: center;
        display: inline-block;
        text-transform: uppercase;
        border-radius: 3px;
        margin: 7px 0 0;
    }

.loginpopup-modal .modal-dialog {
    width: 400px;
}

.loginpopup-modal button.close {
    color: #000;
    right: 15px;
    top: 15px;
}

.loginlogo {
    text-align: center;
    padding: 0px 0 19px;
    border-bottom: 1px solid #d4d8db;
}

.signin-panel p {
    line-height: 20px;
    padding: 18px 0 32px;
    text-align: center;
}

.signin-panel .signinform {
    padding: 0 40px 23px;
}

.loginfootertext {
    width: 340px;
    margin: 0 auto;
    padding: 25px 0 0;
}

    .loginfootertext p {
        float: left;
        font-size: 12px;
        color: #ffffff;
        line-height: 18px;
        font-weight: 400;
    }

        .loginfootertext p a {
            color: #fff;
        }

        .loginfootertext p.teamscondition {
            float: right;
        }

.signinform .signinbtn {
    width: 100%;
}

.signin-panel h3 {
    padding: 23px 0 0px;
    text-align: center;
}

.signin-panel .inputbtn {
    float: none;
}

.signin-panel h3 a {
    font-size: 13px;
    color: #5a4fa1;
    line-height: 18px;
    font-weight: 400;
}

.copirighttext {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    text-align: center;
}

    .copirighttext p {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        color: #fff;
    }

.forgotpass-panel.signin-panel {
    padding-bottom: 10px;
}

    .forgotpass-panel.signin-panel p {
        padding: 0 0 18px;
    }

    .forgotpass-panel.signin-panel .loginlogo {
        margin-bottom: 18px;
        position: relative;
    }

        .forgotpass-panel.signin-panel .loginlogo .closepage {
            font-size: 24px;
            line-height: 24px;
            color: #3b3b3b;
            position: absolute;
            right: 10px;
            top: 10px;
        }

    .forgotpass-panel.signin-panel .signinform p {
        text-align: left;
        margin: 0 -17px;
        line-height: 20px;
    }

.changepasswordpanel .loginlogo {
    margin-bottom: 20px;
}

.changepasswordpanel h2 {
    font-size: 20px;
    color: #252525;
    line-height: 24px;
    padding: 0 20px 0px;
    text-align: left
}

.somepowerful-section {
    background: #fff;
    padding: 75px 0 0;
}

.somefeatures {
    padding: 0 0px 85px;
    margin: 0 auto;
    max-width: 290px;
}

    .somefeatures i {
        background: url(../images/home-ico.png) no-repeat;
        height: 57px;
        width: 66px;
        display: block;
        margin: 0 auto;
    }

    .somefeatures .featuricon1 {
        background-position: 0 0
    }

    .somefeatures .featuricon2 {
        background-position: -66px 0
    }

    .somefeatures .featuricon3 {
        background-position: -132px 0
    }

    .somefeatures .featuricon4 {
        background-position: -198px 0
    }

    .somefeatures .featuricon5 {
        background-position: -264px 0
    }

    .somefeatures .featuricon6 {
        background-position: -330px 0
    }

    .somefeatures .featuricon7 {
        background-position: -396px 0
    }

    .somefeatures .featuricon8 {
        background-position: -462px 0
    }

.somepowerful-panel {
    text-align: center;
}

    .somepowerful-panel h2 {
        font-size: 26px;
        line-height: 30px;
        color: #5a4fa1;
        font-weight: normal;
        padding: 0 0 10px;
    }

    .somepowerful-panel p {
        font-size: 14px;
        color: #4a4a4a;
        line-height: 22px;
        padding: 0 0 55px;
    }

.somefeatures-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(38,38,106,0.2);
    margin: 0 auto;
    padding: 20px 0;
}

.somefeatures-text {
    padding: 22px 0 0;
}

    .somefeatures-text h3 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: #252525;
        text-transform: uppercase;
        padding: 0 0 12px;
    }

    .somefeatures-text p {
        padding: 0;
    }

.userssay-block {
    padding: 45px 0 80px;
}

    .userssay-block h2 {
        padding: 0 0 27px;
    }

        .userssay-block h2 span {
            display: block;
            color: #252525;
            line-height: 20px;
            font-size: 13px;
            padding: 8px 0 0;
        }

.userssayslider {
    max-width: 690px;
    margin: 0 auto;
}

    .userssayslider p {
        font-size: 13px;
        color: #4a4a4a;
        padding: 0 0 30px;
    }

    .userssayslider h4 {
        font-size: 14px;
        color: #252525;
        line-height: 20px;
        font-weight: normal;
        padding: 0 0 12px;
    }

        .userssayslider h4 strong {
            font-weight: normal;
        }

.userssay-img {
    width: 53px;
    height: 53px;
    border-radius: 100%;
    margin: 0 auto;
}

    .userssay-img img {
        border-radius: 100%;
    }

.userssayslide {
    padding: 0 0 30px;
}

    .userssayslide .carousel-indicators {
        margin: 0;
        width: auto;
        bottom: -9px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

        .userssayslide .carousel-indicators li {
            border-color: #5a4fa1;
            margin: 0 3px;
            vertical-align: top;
        }

        .userssayslide .carousel-indicators .active {
            width: 10px;
            height: 10px;
            background: #5a4fa1;
        }

.smartmobileapp-panel {
    background: rgba(90,79,161,1);
    background: -moz-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(90,79,161,1)), color-stop(51%, rgba(58,149,202,1)), color-stop(100%, rgba(82,194,185,1)));
    background: -webkit-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: -ms-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: linear-gradient(to right, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a4fa1', endColorstr='#52c2b9', GradientType=1 );
    padding: 60px 0 0;
    text-align: center;
}

    .smartmobileapp-panel h2 {
        font-size: 32px;
        line-height: 36px;
        color: #ffffff;
        font-weight: 400;
        padding: 0 0 12px;
    }

    .smartmobileapp-panel p {
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        padding: 0 0 22px;
    }

.smartmobileapp-img {
    padding: 0 0 35px;
}

.smartmobileapp-panel .smartmobileapp {
    position: relative;
    margin-bottom: 30px;
}

.smartmobileapp-panel .pc-ico {
    background: url(../images/pc-ico.png) no-repeat left top;
    width: 28px;
    height: 26px;
    display: block;
    margin: 13px auto 0;
}

.smartmobileapp-panel .gotomobilesection:before {
    background: url(../images/gotobottomicon2.png) no-repeat left top;
    top: 5px;
}

.dowloadapp-panel {
    background: #fff;
    padding: 50px 0 0;
}

.dowloadapp-text a {
    display: inline-block;
    margin-right: 15px;
}

.dowloadapp-text {
    padding: 20px 0 0 0;
    max-width: 750px;
}

    .dowloadapp-text h2 {
        font-size: 26px;
        line-height: 30px;
        color: #5a4fa1;
        font-weight: 400;
        padding: 0 0 25px;
    }

        .dowloadapp-text h2 span {
            display: block;
            color: #252525;
            font-size: 16px;
            line-height: 20px;
            padding: 9px 0 0;
            font-weight: 500;
        }

    .dowloadapp-text p {
        font-size: 13px;
        color: #4a4a4a;
        line-height: 20px;
        font-weight: 400;
        padding: 0 0 48px;
    }

    .dowloadapp-text h3 {
        font-size: 14px;
        color: #262729;
        line-height: 18px;
        font-weight: normal;
        text-transform: uppercase;
        padding: 0 0 15px;
    }

.dowloadapp-img {
    text-align: right;
    padding-right: 30px;
}

.dowloadapp-text img {
}

h1.pagetitle {
    font-size: 32px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
    padding: 0 0 5px;
    text-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.abouthead {
    background: url(../images/abouthead-bg.jpg) no-repeat left top;
    background-size: cover;
    padding: 77px 0 76px;
    text-align: center;
}

    .abouthead p {
        font-size: 22px;
        line-height: 36px;
        color: #ffffff;
        font-weight: 300;
        padding: 0;
    }

.aboutsection1 {
    padding: 85px 0 64px;
    text-align: center;
}

    .aboutsection1 p {
        font-size: 14px;
        color: #38383b;
        font-weight: 400;
        padding: 0 0 0 0;
        line-height: 24px;
    }

.section p.heighlight {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    color: #5656a5;
    padding: 0 0 27px;
    text-align: center;
}

.aboutsection2 {
    position: relative;
}

.townshiptext-right {
    float: right;
    width: 59.68%;
    padding: 90px 0 125px 9.5%;
    background: #5a4fa1;
    background: -moz-linear-gradient(left, #5a4fa1 0%, #3a95ca 50%, #52c2b9 100%);
    background: -webkit-linear-gradient(left, #5a4fa1 0%,#3a95ca 50%,#52c2b9 100%);
    background: linear-gradient(to right, #5a4fa1 0%,#3a95ca 50%,#52c2b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a4fa1', endColorstr='#52c2b9',GradientType=1 );
}

.aboutimg-left {
    float: left;
    width: 48%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

    .aboutimg-left img {
        display: block;
        width: 100%;
    }

.townshiptext {
    width: calc(1400px / 2);
}

    .townshiptext h2 {
        font-size: 26px;
        color: #ffffff;
        font-weight: 400;
        padding: 0 0 16px;
        line-height: 30px;
    }

    .townshiptext p {
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        padding: 0 0 24px;
        line-height: 26px;
    }

.aboutsection3 {
    padding: 90px 0 75px;
}

    .aboutsection3 .townshipsolution {
        float: right;
        margin-left: 20px;
    }

    .aboutsection3 h4 {
        font-size: 18px;
        color: #4a4a4a;
        font-weight: 400;
        padding: 0 0 32px;
        line-height: 30px;
    }

        .aboutsection3 h4 strong {
            color: #e15f25;
        }

    .aboutsection3 p {
        font-size: 16px;
        color: #4a4a4a;
        font-weight: 400;
        padding: 0 0 45px;
        line-height: 30px;
    }

    .aboutsection3 .visitsite {
        width: 220px;
    }

.trialpage-container {
    background: #f6f6f9;
    padding: 80px 0px 70px;
    text-align: center;
}

.registernow {
    text-align: left;
}

    .registernow h3 {
        font-size: 18px;
        font-weight: 300;
        line-height: 30px;
        margin-bottom: 30px;
        color: #212121;
    }

.register label {
    display: block;
    font-weight: normal;
    color: #151516;
}

.register input {
    border: solid 1px #d9d7dd;
    padding: 8px 15px;
    width: 100%;
    height: 42px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.register select {
    border: solid 1px #d9d7dd;
    padding: 8px 15px;
    width: 100%;
    height: 42px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.register .twofield-block select {
    float: left;
    padding: 8px 0px 8px 5px;
    width: 75px;
    margin-right: 7px;
}

.register .twofield-block input {
    width: calc(100% - 82px);
}

.register a.btn {
    height: 48px;
    border-radius: 28px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 49px;
    background: rgba(36,31,97,1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,31,97,1)), color-stop(51%, rgba(175,32,120,1)), color-stop(100%, rgba(238,44,67,1)));
    background: -webkit-linear-gradient(left, rgba(36,31,97,1) 0%, rgba(175,32,120,1) 51%, rgba(238,44,67,1) 100%);
    background: linear-gradient(to right, rgba(36,31,97,1) 0%, rgba(175,32,120,1) 51%, rgba(238,44,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#241f61', endColorstr='#ee2c43', GradientType=1 );
    color: #FFF;
    margin-right:15px;
    text-decoration: none;
    width: 100%;
    max-width: 160px;
}

.switch {
    width: 100%;
    border: solid 1px #d9d7dd;
    background: #FFF;
    /*display: table;*/
    border-radius: 4px;
    overflow: hidden;
}

    .switch .input-group {
        width: 100%;
    }

        .switch .input-group input {
            position: absolute;
        }

    .switch .btn-group {
        width: 100%;
    }

        .switch .btn-group a {
            line-height: 42px;
            width: 50%;
            float: left;
            text-align: center;
            cursor: pointer;
            color: #090909;
        }

            .switch .btn-group a.active {
                background: rgba(89,79,161,1);
                background: -moz-linear-gradient(left, rgba(89,79,161,1) 0%, rgba(82,193,185,1) 100%);
                background: -webkit-gradient(left top, right top, color-stop(0%, rgba(89,79,161,1)), color-stop(100%, rgba(82,193,185,1)));
                background: -webkit-linear-gradient(left, rgba(89,79,161,1) 0%, rgba(82,193,185,1) 100%);
                background: -o-linear-gradient(left, rgba(89,79,161,1) 0%, rgba(82,193,185,1) 100%);
                background: -ms-linear-gradient(left, rgba(89,79,161,1) 0%, rgba(82,193,185,1) 100%);
                background: linear-gradient(to right, rgba(89,79,161,1) 0%, rgba(82,193,185,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#594fa1', endColorstr='#52c1b9', GradientType=1 );
                color: #FFF;
            }

.headermain {
    background: #fff;
}

/* .headermain .container {text-align: right; } */

.logo {
    text-align: left;
    float: left;
    display: flex;
    align-items: baseline;
    margin-top: 0px; padding: 8px 0 7px;
}
/* 
    .logo img {
        width:100%;
    } */

    /* .logo a:first-child {
        max-width: 150px;
        border-right: 1px solid #cfd2d8;
    } */
    /* .logo a:first-child {
        border-right: 1px solid #cfd2d8;
    } */
    .logo a.customer-logo {border-left: 1px solid #cfd2d8; padding: 0px 0px 0px 20px;}
    .logo a.customer-logo img{height:50px; width:auto;}


    .logo a {
        display: inline-block;
        padding-right: 25px;
    }

.notificationpart, .settingpart {
    display: inline-block;
    padding: 13px 0 6px;
    position: relative;
    vertical-align: middle;
    text-align: left;
}

.settingpart {
    margin-left: 20px;
}

.notificationpart .notificationicon i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    vertical-align: top;
    color: #4cbbbd;
}

.settingpart .img-circle {
    float: left;
    margin-right: 12px;
    height: 47px;
    display: inline-block;
    width: 47px;
}

.settingpart .username {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    color: #2d1f63;
    position: relative;
    top: -8px;
}

    .settingpart .username span {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #252525;
        display: block;
        font-weight: 400;
    }

.settingpart .mdi-menu-down {
    display: inline-block;
    margin-top: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    color: #a5a2a2;
}

a.notificationicon {
    position: relative;
    display: inline-block;
}

    a.notificationicon span {
        width: 8px;
        height: 8px;
        background: #e4274e;
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        border-radius: 4px;
    }

.navbar-default .navbar-nav li .menuico {
    background: url(../images/menu_sprite.png) no-repeat left top;
    width: 28px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

    .navbar-default .navbar-nav li .menuico.menu-home {
        background-position: 0 0;
    }

    .navbar-default .navbar-nav li .menuico.menu-doc {
        background-position: -28px 0;
    }

    .navbar-default .navbar-nav li .menuico.menu-account {
        background: url(../images/portal_icon.png) no-repeat;
        background-position: 0px -108px;
    }

    .navbar-default .navbar-nav li .menuico.menu-maintenance {
        background-position: -56px 0;
    }

    .navbar-default .navbar-nav li .menuico.menu-activities {
        background-position: -84px 0;
    }

    .navbar-default .navbar-nav li .menuico.menu-media {
        background-position: -112px 0;
    }

    .navbar-default .navbar-nav li .menuico.menu-notice {
        background-position: -140px 0;
    }

    .navbar-default .navbar-nav li .menuico.menu-poll {
        background: url(../images/portal_icon.png) no-repeat;
        background-position: 0px -213px;
    }

    .navbar-default .navbar-nav li .menuico.menu-survey {
        background-position: -168px 0;
    }

    .navbar-default .navbar-nav li .menuico.menu-township {
        background-position: -196px 0;
    }

    .navbar-default .navbar-nav li .menuico.menu-familyA {
        background-position: -364px 0;
    }

    .navbar-default .navbar-nav li .menuico.menu-visitorA {
        background-position: -336px 0;
    }

    .navbar-default .navbar-nav li .menuico.menu-vehicleA {
        background-position: -308px 0;
    }

    .navbar-default .navbar-nav li .menuico.menu-committee {
        background-position: -392px 0;
    }

    .navbar-default .navbar-nav li .menuico.menu-events {
        background-position: -420px 0;
    }

    .navbar-default .navbar-nav li .menuico.menu-guide {
        background: url(../images/portal_icon.png) no-repeat;
        background-position: 0px -148px;
    }

.navbar-default .navbar-nav li .menu-rules {
    background-position: -129px 0;
    width: 23px;
    background: url(../images/menu_pearit2.png) no-repeat;
}

.navbar-default .navbar-nav li .menuico.menu-myaccount {
    background-position: -476px 0;
}

.navbar-default .navbar-nav li .menuico.menu-myreceipts {
    background-position: -448px 0;
}

.navbar-default .navbar-nav li .menuico.menu-complaint {
    background-position: -588px 0;
}

.navbar-default .navbar-nav li .menuico.menu-sRequest {
    background-position: -504px 0;
}

.navbar-default .navbar-nav li .menuico.menu-Vendors {
    background-position: -532px 0;
}

.navbar-default .navbar-nav li .menuico.menu-pGallery {
    background-position: -560px 0;
}

.navbar-default .navbar-nav li .menuico.menu-pre-Gate {
    background-position: -616px 0;
}

.navbar-default .navbar-nav li .menuico.towncommittee {
    background: url(../images/portal_icon.png) no-repeat;
    background-position: 0px -67px;
}

.navbar-default .navbar-nav li .menuico.committee-document {
    background: url(../images/portal_icon.png) no-repeat;
    background-position: 0px -35px;
}

.navbar-default .navbar-nav li .menuico.member-directory {
    background: url(../images/portal_icon.png) no-repeat;
    background-position: 0px -0px;
}

.navbar-default .navbar-nav li .menuico.vendordirectory {
    background: url(../images/portal_icon.png) no-repeat;
    background-position: 0px -183px;
}

.navbar-default .navbar-nav li .menuico.menu-classified {
    background-position: -724px 0;
}

.navbar-default .navbar-nav li .menuico.menu-facility {
    background-position: -686px 0;
}

.morepanel li .menuico2 {
    background: url(../images/menu_pearit2.png) no-repeat left top;
    width: 21px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
}

    .morepanel li .menuico2.menu-about {
        background-position: -42px 0;
    }

    .morepanel li .menuico2.menu-contactus {
        background-position: -83px 0;
        width: 22px;
    }

    .morepanel li .menuico2.menu-rules {
        background-position: -129px 0;
        width: 23px;
    }

    .morepanel li .menuico2.menu-receipts {
        background-position: -175px 0;
        width: 17px
    }

    .morepanel li .menuico2.menu-changepass {
        background-position: -214px 0;
        width: 16px;
    }

    .morepanel li .menuico2.menu-logout {
        background-position: -249px 0;
        width: 19px;
    }

menu-setting
.morepanel li .menuico2.menu-profile {
    background-position: -285px 0;
    width: 20px;
}

.morepanel li .menuico2.menu-setting {
    background: url(../images/settings.png) no-repeat 0px 3px;
}



.innerhead-part {
    background: url(../images/innermenubg.png) no-repeat left top;
    background-size: cover;
    padding: 60px 0 0;
    box-shadow: 0 10px 20px rgba(90,79,161,0.3);
}

    .innerhead-part h2 {
        font-size: 24px;
        line-height: 24px;
        color: #ffffff;
        padding: 0 0 60px;
        font-weight: 400;
    }

    .innerhead-part .navbar-nav > li {
        padding: 0 50px 0 0;
    }

        .innerhead-part .navbar-nav > li:last-child {
            padding: 0 0 0 0;
        }

        .innerhead-part .navbar-nav > li > a {
            padding: 0 0 8px;
            font-size: 11px;
            color: #ffffff;
            line-height: 29px;
            font-weight: 400;
            text-transform: uppercase;
            position: relative;
        }

        .innerhead-part .navbar-nav > li.active > a:before {
            content: "";
            background: #e4274e;
            width: 100%;
            height: 2px;
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
        }

.profilehead {
    background: #fff;
    padding: 38px 0 28px;
    box-shadow: 0 3px 7px rgba(90, 79, 161, 0.2);
}

.profileheadimg {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #e1264d;
    padding: 5px;
}

.section {
    padding: 50px 0 58px;
    min-height: 617px;
}

.profileheadimg img {
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
    height: 100%;
}

.profilehead-img {
    position: relative;
    float: left;
    margin-right: 35px;
}

.profilehead p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding: 7px 0 0;
    color: #ffffff;
    text-align: center;
}

.profilehead-img span {
    background: url(../images/imagefile-ico.png) no-repeat left top;
    width: 57px;
    height: 57px;
    position: absolute;
    display: block;
    cursor: pointer;
    right: 0;
    bottom: 0;
}

    .profilehead-img span input {
        opacity: 0;
        width: 57px;
        height: 57px;
        position: absolute;
        z-index: 2;
        cursor: pointer;
    }

.profilebody {
    background: #fff;
    box-shadow: 0 5px 10px rgba(90,79,161,0.2);
    padding: 34px 30px;
}

.profilehead .desc {
    margin-left: 185px;
}

.profilehead .profile-name {
    font-size: 24px;
    color: #252525;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 13px;
}

.profilehead .desc .pro-details {
    display: inline-block;
    margin-right: 60px;
}

    .profilehead .desc .pro-details span {
        display: block;
    }

        .profilehead .desc .pro-details span:first-child {
            font-size: 15px;
            color: #858181;
            display: block;
            margin-bottom: 10px;
        }

        .profilehead .desc .pro-details span a,
        .profilehead .desc .pro-details span:last-child {
            font-size: 16px;
            color: #252525;
        }

.personalinfo {
    padding: 0 0 40px;
}

.personalinfohead {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-weight: normal;
    padding: 13px 50px 15px 20px;
    position: relative;
    background: rgba(90,79,161,1);
    background: -moz-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(90,79,161,1)), color-stop(51%, rgba(58,149,202,1)), color-stop(100%, rgba(82,194,185,1)));
    background: -webkit-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: -ms-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: linear-gradient(to right, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a4fa1', endColorstr='#52c2b9', GradientType=1 );
}

.personalinfo-table {
    border: 1px solid #cccccc;
    border-top: none;
    border-bottom: none;
    box-shadow: 0 5px 10px rgba(90,79,161,0.2);
}

    .personalinfo-table .table {
        margin: 0;
    }

.table thead tr th {
    font-size: 13px;
    color: #252525;
    line-height: 18px;
    font-weight: normal;
    padding: 20px 0px 18px 17px;
    box-shadow: none;
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
}

    .table thead tr th:last-child {
        padding-right: 15px;
    }

.table tbody tr td {
    font-size: 13px;
    color: #4a4a4a;
    line-height: 18px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #ccc;
    background: none;
    padding: 18px 0px 16px 17px;
    vertical-align: top;
}

    .table tbody tr td:last-child {
        padding-right: 15px;
    }

    .table tbody tr td.red {
        color: #e92749;
    }

    .table tbody tr td.blue {
        color: #52c2b9;
    }

.propertyblock1 .table thead tr th:nth-child(1) {
    width: 6.55%
}

.propertyblock1 .table thead tr th:nth-child(2) {
    width: 25.33%
}

.personalinfoblock1 .table thead tr th:nth-child(1) {
    width: 8.55%
}

.personalinfoblock1 .table thead tr th:nth-child(2) {
    width: 8.55%
}

.othermembersblock1 .table thead tr th:nth-child(1) {
    width: 6.55%
}

.othermembersblock1 .table thead tr th:nth-child(2) {
    width: 25.33%
}

.othermembersblock1 .table thead tr th:nth-child(3) {
    width: 15.33%
}

.othermembersblock1 .table thead tr th:nth-child(4) {
    width: 15.33%
}

.ledgerblock .table thead tr th:nth-child(1) {
    width: 6.55%
}

.ledgerblock .table thead tr th:nth-child(2) {
    width: 14.33%
}

.ledgerblock .table thead tr th:nth-child(4) {
    width: 11.33%
}

.ledgerblock .table thead tr th:nth-child(5) {
    width: 11.33%
}

.ledgerblock .table thead tr th:nth-child(6) {
    width: 11.33%
}

.complaintblock .table thead tr th:nth-child(1) {
    width: 6.55%
}

.complaintblock .table thead tr th:nth-child(2) {
    width: 33.33%
}

.complaintblock .table thead tr th:nth-child(3) {
    width: 15.33%
}

.servicerequestblock .table thead tr th:nth-child(1) {
    width: 6.55%
}

.servicerequestblock .table thead tr th:nth-child(2) {
    width: 20.33%
}

.servicerequestblock .table thead tr th:nth-child(3) {
    width: 20.33%
}

.servicerequestblock .table thead tr th:nth-child(4) {
    width: 15.33%
}

.committeeblock .table tbody tr td:nth-child(1) {
    width: 33.55%
}

.committeeblock .table tbody tr td:nth-child(2) {
    width: 14.33%
}

.vendorsblock .table tbody tr td:nth-child(1) {
    width: 33.55%
}

.vendorsblock .table tbody tr td:nth-child(2) {
    width: 16.33%
}

.receiptsdetailblock .table thead tr th:nth-child(1) {
    width: 6.55%
}

.receiptsdetailblock .table thead tr th:nth-child(2) {
    width: 18.33%
}

.receiptsdetailblock .table thead tr th:nth-child(3) {
    width: 13.33%
}

.receiptsdetailblock .table thead tr th:nth-child(4) {
    width: 13.33%
}

.committeeblock .table tbody td i, .vendorsblock .table tbody td i {
    font-size: 18px;
    color: #4a4a4a;
    margin-right: 5px;
    vertical-align: bottom;
    line-height: 16px;
}

.footermain{background:#20253d; padding:27px 0 18px; clear: both;}

.selectproparty-modal h3 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    line-height: 20px;
    padding: 21px 20px 19px;
    background: rgba(90,79,161,1);
    background: -moz-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(90,79,161,1)), color-stop(51%, rgba(58,149,202,1)), color-stop(100%, rgba(82,194,185,1)));
    background: -webkit-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: -ms-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: linear-gradient(to right, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a4fa1', endColorstr='#52c2b9', GradientType=1 );
}

.selectproparty-list {
    padding: 9px 20px;
}

.selectpropartylist li {
    padding: 16px 0;
}

.selectproparty-modal .modal-body {
    padding: 0 0 31px;
}

.selectpropartylist li .radioselect {
    font-size: 13px;
    color: #252525;
    font-weight: 400;
    padding: 0 34px 0 0;
    display: block;
}

.selectpropartylist input[type="radio"] + label:before {
    left: auto;
    right: 0;
}

.selectpropartylist input[type="radio"]:checked + label:after {
    left: auto;
    right: 5px;
}

.selectproparty-modal .propatynextbtn {
    width: 220px;
    margin: 7px auto 0px;
    display: block;
}

.yourbalance-box {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 10px rgba(90,79,161,0.2);
    text-align: center;
    padding: 33px 15px 30px;
    width: 385px;
    background: #fff;
}

.ourbalance-block {
    padding: 0 0 50px;
}

.yourbalance-box h4 {
    font-size: 15px;
    line-height: 18px;
    color: #5a4fa1;
    font-weight: 500;
    padding: 0 0 20px;
    text-transform: uppercase;
}

.yourbalance-box p {
    font-size: 24px;
    color: #252525;
    font-weight: normal;
    line-height: 28px;
    padding: 0;
    display: inline-block;
}

    .yourbalance-box p:before {
        content: "\F1AF";
        font-family: "Material Design Icons";
        display: inline-block;
        font-size: 24px;
        color: #252525;
        line-height: 28px;
        margin-right: 5px;
    }

.paybleamount-box {
    display: inline-block;
    vertical-align: middle;
    padding-left: 45px;
}

    .paybleamount-box label {
        display: inline-block;
        font-size: 13px;
        color: #252525;
        line-height: 18px;
        font-weight: 500;
        text-transform: uppercase;
        vertical-align: middle;
        padding: 0 15px 0 0;
    }

    .paybleamount-box .paybleamount-input {
        display: inline-block;
        vertical-align: middle;
        padding: 0 22px 0 0;
        position: relative;
    }

        .paybleamount-box .paybleamount-input:before {
            content: "\F1AF";
            font-family: "Material Design Icons";
            display: inline-block;
            font-size: 20px;
            color: #4a4a4a;
            line-height: 36px;
            position: absolute;
            left: 0;
            top: 2px;
            font-weight: normal;
        }

        .paybleamount-box .paybleamount-input .input-text {
            width: 300px;
            border: none;
            border-radius: 0px;
            border-bottom: 1px solid #d2d6d9;
            font-size: 18px;
            color: #4a4a4a;
            line-height: 36px;
            height: 40px;
            font-weight: normal;
            background: none;
            padding-left: 24px;
        }

    .paybleamount-box .paynowbtn {
        padding: 0 40px;
    }

.dateprintpanel .input-date {
    width: 143px;
    float: left;
}

.mdl-datefield.dateprintpanel .datepicker {
    height: 28px;
    border-color: #fff;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    background: url(../images/date-ico.png) no-repeat 97% top;
    padding-left: 0px;
    outline: none;
}

.dateprintpanel label {
    float: left;
    font-size: 13px;
    color: #ffffff;
    line-height: 28px;
    font-weight: normal;
    padding: 0 19px;
    margin: 0;
}

.inputbtn {
    float: left;
    margin-right: 12px;
}

    .inputbtn a.datego {
        background: url(../images/right-arrow.png) no-repeat left top;
        width: 17px;
        height: 15px;
        display: block;
        margin-left: 14px;
        margin-top: 5px;
    }

.printtable {
    background: url(../images/print-icon.png) no-repeat left top;
    width: 20px;
    height: 21px;
    display: block;
    margin-top: 3px;
}

.table tbody tr.closebalance td {
    font-size: 14px;
}

    .table tbody tr.closebalance td strong {
        font-weight: normal;
    }

.viewinvoicebody {
    border: 1px solid #cccccc;
    border-top: none;
    box-shadow: 0 5px 10px rgba(90,79,161,0.2);
    text-align: right;
    background: #fff;
}

    .viewinvoicebody .viewinvoicelist {
        text-align: left;
    }

.viewinvoicelist li {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 28px 18px;
    float: left;
    width: 16.667%;
}

.viewinvoicebody .viewbtnpanel {
    border-top: 1px solid #cccccc;
    padding: 20px;
    margin-top: -1px;
}

.viewinvoicebody .btn {
}


.add-complaint {
    padding: 30px;
}

    .add-complaint textarea {
        width: 100%;
        height: 250px;
        resize: none;
        padding: 10px;
        font-size: 15px;
        outline: none;
        line-height: normal;
    }

textarea {
    border: 1px solid #b8b9ba;
}

.add-complaint .btn-type1 {
    float: none;
}

.complaint-panel {
    background: #fff;
    padding: 22px 30px 35px;
    box-shadow: 0 5px 10px rgba(90,79,161,0.2);
}

    .complaint-panel h2 {
        font-size: 20px;
        line-height: 24px;
        font-weight: normal;
        color: #252525;
        padding: 0 0 30px;
    }

.pending {
    color: #e55151 !important;
}

.completed {
    color: #129e7b !important;
}

.inprocess {
    color: #005ea4 !important;
}

.complaintpaneldiv {
    position: relative;
}

.addcomplaint-modal.modal {
    position: absolute;
}

.addcomplaint-modal .modal-dialog {
    width: 100%;
    margin: 0;
}

.addcomplaint-modal button.close {
    top: 13px;
}

.addcomplaint-modal .modal-content {
    background: none;
    box-shadow: none;
}

.com-commentpart {
    padding: 24px 28px;
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 10px rgba(90,79,161,0.2);
}

.complaint-panel h2 {
    min-width: 500px;
    display: inline-block;
    vertical-align: top;
}

.com-commentpart textarea {
    width: 100%;
    height: 530px;
    border: none;
    background: none;
    font-size: 14px;
    color: #8f8f8f;
    line-height: 20px;
    font-weight: 400;
    border-radius: 0px;
}

.addcomplaintdiv .submitbtn {
    margin: 24px 0 0;
    text-align: right;
}

.addcomplaintdivselect {
    margin: -24px -28px 28px;
    padding: 18px 20px 17px 20px;
    box-shadow: 0 5px 10px rgba(90,79,161,0.2);
}

.servicereq-select {
    display: inline-block;
    vertical-align: top;
    width: 342px;
}

    .servicereq-select.mdl-selectfield .bootstrap-select .btn {
        padding-top: 0;
        height: 32px;
        border-color: #d2d6d9;
        font-size: 14px;
        color: #878c91;
        font-weight: 400;
        padding-left: 5px;
    }

        .servicereq-select.mdl-selectfield .bootstrap-select .btn .bs-caret {
            top: 13px;
        }

.documentblock .table tbody tr td a {
    display: block;
    background: url(../images/right-arrowgray.png) no-repeat right center;
    color: #252525;
    padding-right: 25px;
}

.documentblock .table tbody tr.title td {
    background: #f2f4f9;
    font-weight: normal;
    color: #252525;
    font-size: 14px;
    padding: 16px 20px 14px 15px;
}

.morepanel {
    width: 222px;
    left: -28px;
    right: 0px;
    top: 100%;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 3px !important;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
    background: #2883d2;
    background: -moz-linear-gradient(left, #2883d2 0%, #43bfc7 100%);
    background: -webkit-linear-gradient(left, #2883d2 0%,#43bfc7 100%);
    background: linear-gradient(to right, #2883d2 0%,#43bfc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2883d2', endColorstr='#43bfc7',GradientType=1 );
}

.morepanelblock {
    padding: 7px 0 9px;
    position: relative;
}

    .morepanelblock:before {
        content: "";
        width: auto;
        height: auto;
        position: absolute;
        top: -11px;
        left: 61px;
        border-bottom: 12px solid #41b9c8;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

.morepanel li {
    display: block;
    float: none;
    padding: 12px 0;
}

    .morepanel li a {
        display: block;
        padding: 0 23px;
        font-size: 13px;
        color: #ffffff;
        line-height: 26px;
        font-weight: 400;
    }

.settingpart .morepanel {
    right: -20px;
}

    .settingpart .morepanel li {
        padding: 12px 0;
    }

.aboutuspanel-text {
    background: #fff;
    padding: 95px 30px 35px;
    box-shadow: 0 5px 10px rgba(90,79,161,0.2);
    position: relative;
}

.aboutusbanner img {
    width: 100%;
}

.aboutusimg {
    position: absolute;
    left: 30px;
    top: -42px;
}

    .aboutusimg span {
        display: inline-block;
        vertical-align: bottom;
        font-size: 12px;
        color: #252525;
        font-weight: normal;
        padding: 0 28px 0 0;
        margin: 0;
    }

.aboutuspanel-text h3 {
    font-size: 16px;
    color: #5a4fa1;
    line-height: 20px;
    font-weight: normal;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.aboutuspanel-text p {
    font-size: 13px;
    color: #252525;
    line-height: 20px;
    font-weight: 400;
    padding: 0 0 25px;
}

    .aboutuspanel-text p strong {
        font-weight: normal;
    }

.contactmap iframe {
    width: 100%;
    border: none;
    height: 550px;
    display: block;
}

.contactadd {
    background: #fff;
    padding: 25px 30px 80px;
    box-shadow: 0 5px 10px rgba(90,79,161,0.2);
}

    .contactadd h3 {
        font-size: 20px;
        line-height: 24px;
        color: #252525;
        font-weight: normal;
        padding: 0 0 25px;
    }

    .contactadd p {
        font-size: 13px;
        line-height: 24px;
        font-weight: 400;
        color: #252525;
        padding: 0 0 28px 30px;
        position: relative;
    }

        .contactadd p a {
            color: #252525;
        }

        .contactadd p strong {
            font-weight: normal;
        }

    .contactadd .cont {
        background: url(../images/address_sprit.png) no-repeat left top;
        height: 23px;
        width: 21px;
        display: inline-block;
        vertical-align: top;
        margin-right: 0px;
        position: absolute;
        left: 0;
        top: 2px;
    }

        .contactadd .cont.con-email {
            background-position: -63px 0;
        }

        .contactadd .cont.con-phone {
            background-position: -30px 0;
        }

.rulesregpanel, .notificationpanel {
    background: #fff;
    padding: 25px 30px 80px;
    box-shadow: 0 5px 10px rgba(90,79,161,0.2);
}

    .rulesregpanel h3, .notificationpanel h3 {
        font-size: 20px;
        line-height: 24px;
        color: #252525;
        font-weight: normal;
        padding: 0 0 25px;
    }

    .rulesregpanel h4 {
        font-size: 14px;
        color: #5a4fa1;
        line-height: 20px;
        font-weight: normal;
        padding: 0 0 10px;
        text-transform: uppercase;
    }

.regulationlist {
    padding: 0 0 21px;
    margin: 0;
}

    .regulationlist li {
        font-size: 13px;
        color: #4a4a4a;
        line-height: 20px;
        font-weight: 400;
        padding: 0 0 9px;
    }

        .regulationlist li strong {
            font-weight: normal;
            text-transform: uppercase;
        }

.notificationlist {
    box-shadow: 0 5px 10px rgba(90,79,161,0.2);
    border: 1px solid #cccccc;
}

    .notificationlist li {
        border-bottom: 1px solid #cccccc;
        padding: 17px 18px 17px;
        background: #fff;
    }

        .notificationlist li:last-child {
            border-bottom: none;
        }

        .notificationlist li h4 {
            font-size: 14px;
            color: #252525;
            line-height: 18px;
            font-weight: normal;
            padding: 0 0 5px;
        }

        .notificationlist li p {
            font-size: 14px;
            color: #252525;
            line-height: 20px;
            padding: 0 0 11px;
        }

        .notificationlist li span {
            font-size: 13px;
            color: #4a4a4a;
            line-height: 20px;
            padding: 0;
        }

.complainsub-modal .modal-dialog {
    width: 460px;
}

.complainsubpanel {
    padding: 30px 0 0;
}

    .complainsubpanel .succession-icon {
        background: url(../images/succession-ico.png) no-repeat left top;
        width: 61px;
        height: 61px;
        margin: 0 auto 25px;
        display: block;
    }

    .complainsubpanel p {
        font-size: 13px;
        color: #252525;
        line-height: 20px;
        text-align: center;
        padding: 0 30px 0;
    }

    .complainsubpanel .complainsubbtn {
        text-align: center;
        border-top: 1px solid #d2d6d9;
        margin: 45px 0 0;
    }

.complainsubbtn .okbtn {
    font-size: 16px;
    color: #5a4fa1;
    display: inline-block;
    padding: 11px 15px 12px;
    text-transform: uppercase;
    float: none;
}

.poster-main {
    margin: 0px auto;
    max-width: 1000px;
    position: relative;
}

    .poster-main .poster-list .poster-item {
        box-shadow: 0 0 20px rgba(38,38,107,0.4);
        left: 0;
        position: absolute;
        top: 0;
    }

    .poster-main .poster-btn {
        cursor: pointer;
        position: absolute;
        top: 50%;
        margin-top: -30px;
        background: url(../images/homeApp-arrow.png) no-repeat center center;
        width: 49px !important;
        height: 61px !important;
    }

    .poster-main .poster-prev-btn {
        left: -62px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    .poster-main .poster-next-btn {
        right: -62px;
    }

.event-panel, .survey-panel {
    background: #fff;
    padding: 25px 30px 80px;
    box-shadow: 0 5px 10px rgba(90,79,161,0.2);
    min-height: 600px;
}

.dashnote {
    box-shadow: 0 3px 7px rgba(90, 79, 161, 0.2);
    background: #5a4fa1;
    background: -moz-linear-gradient(left, #5a4fa1 0%, #3a95ca 50%, #52c2b9 100%);
    background: -webkit-linear-gradient(left, #5a4fa1 0%,#3a95ca 50%,#52c2b9 100%);
    background: linear-gradient(to right, #5a4fa1 0%,#3a95ca 50%,#52c2b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a4fa1', endColorstr='#52c2b9',GradientType=1 );
    padding: 20px 40px 20px 105px;
    position: relative;
    margin-bottom: 40px;
    color: #fff;
}

    .dashnote .t1 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .dashnote .t2 {
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
    }

    .dashnote .t3 {
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
    }

    .dashnote .mdi-bell {
        color: #a9aed5;
        font-size: 70px;
        position: absolute;
        left: 16px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
    }

    .dashnote .dashlink {
        background: url(../images/link-arroww.png) no-repeat;
        width: 29px;
        height: 20px;
        position: absolute;
        right: 21px;
        bottom: 20px;
    }

.outstandingamout {
    background: rgba(90,79,161,1);
    background: -moz-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(90,79,161,1)), color-stop(51%, rgba(58,149,202,1)), color-stop(100%, rgba(82,194,185,1)));
    background: -webkit-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: -ms-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: linear-gradient(to right, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a4fa1', endColorstr='#52c2b9', GradientType=1 );
    padding: 13px 40px 14px 20px;
    position: relative;
    margin-bottom: 40px;
}

.outstandingamout-text {
    background: url(../images/outstandingamout-ico.png) no-repeat left top;
    padding: 0 0 0 72px;
}

    .outstandingamout-text h4 {
        font-size: 14px;
        color: #ffffff;
        line-height: 20px;
        font-weight: normal;
        padding: 3px 0 9px;
    }

    .outstandingamout-text p {
        font-size: 13px;
        color: #ffffff;
        font-weight: normal;
        line-height: 20px;
        padding: 0 0 2px;
    }

.servicerequest-dash {
    background: #fff;
    box-shadow: 0 5px 10px rgba(90, 79, 161, 0.2);
    margin-bottom: 40px;
}

    .servicerequest-dash .titledash {
        background: rgba(90,79,161,1);
        background: -moz-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(90,79,161,1)), color-stop(51%, rgba(58,149,202,1)), color-stop(100%, rgba(82,194,185,1)));
        background: -webkit-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
        background: -ms-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
        background: linear-gradient(to right, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a4fa1', endColorstr='#52c2b9', GradientType=1 );
        font-size: 15px;
        color: #ffffff;
        line-height: 22px;
        padding: 14px 20px 10px;
        font-weight: normal;
    }

.servicerequest-body {
    min-height: 135px;
    padding: 17px 40px 17px 100px;
    position: relative;
}

    .servicerequest-body .notearrow {
        background: url(../images/arrow-black.png) no-repeat left top;
    }

    .servicerequest-body h4 {
        font-size: 15px;
        color: #252525;
        line-height: 20px;
        font-weight: normal;
        padding: 0 0 10px;
    }

.dashbullet-text li {
    font-size: 13px;
    color: #252525;
    line-height: 18px;
    font-weight: normal;
    padding: 0 0 13px 20px;
    position: relative;
}

    .dashbullet-text li strong {
        font-weight: normal;
    }

    .dashbullet-text li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 9px;
        height: 9px;
        border: 1px solid #5657a6;
        border-radius: 100%;
    }

.wishyou-slider {
    box-shadow: 0 3px 7px rgba(90, 79, 161, 0.2);
    background: rgba(36,31,97,1);
    background: -moz-linear-gradient(left, rgba(36,31,97,1) 0%, rgba(175,32,120,1) 51%, rgba(238,44,68,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,31,97,1)), color-stop(51%, rgba(175,32,120,1)), color-stop(100%, rgba(238,44,68,1)));
    background: -webkit-linear-gradient(left, rgba(36,31,97,1) 0%, rgba(175,32,120,1) 51%, rgba(238,44,68,1) 100%);
    background: -ms-linear-gradient(left, rgba(36,31,97,1) 0%, rgba(175,32,120,1) 51%, rgba(238,44,68,1) 100%);
    background: linear-gradient(to right, rgba(36,31,97,1) 0%, rgba(175,32,120,1) 51%, rgba(238,44,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a4fa1', endColorstr='#52c2b9', GradientType=1 );
    margin-bottom: 40px;
    color: #fff;
}

    .wishyou-slider .title {
        font-family: "Aardvark Cafe";
        font-size: 20px;
        margin-bottom: 10px;
        display: block;
    }

    .wishyou-slider .iten {
        padding: 17px 22px;
    }

    .wishyou-slider .name {
        font-size: 18px;
        display: block;
    }

    .wishyou-slider .bday-icon {
        background: url(../images/bday-icon.png) no-repeat;
        width: 39px;
        height: 52px;
        display: inline-block;
        float: left;
    }

    .wishyou-slider .desc {
        margin-left: 52px;
    }

.Wishesmain-dash {
    background: rgba(36,31,97,1);
    background: -moz-linear-gradient(left, rgba(36,31,97,1) 0%, rgba(175,32,120,1) 51%, rgba(238,44,68,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,31,97,1)), color-stop(51%, rgba(175,32,120,1)), color-stop(100%, rgba(238,44,68,1)));
    background: -webkit-linear-gradient(left, rgba(36,31,97,1) 0%, rgba(175,32,120,1) 51%, rgba(238,44,68,1) 100%);
    background: -ms-linear-gradient(left, rgba(36,31,97,1) 0%, rgba(175,32,120,1) 51%, rgba(238,44,68,1) 100%);
    background: linear-gradient(to right, rgba(36,31,97,1) 0%, rgba(175,32,120,1) 51%, rgba(238,44,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a4fa1', endColorstr='#52c2b9', GradientType=1 );
    margin-bottom: 40px;
}

    .Wishesmain-dash .titledash {
        font-size: 15px;
        color: #ffffff;
        line-height: 22px;
        padding: 13px 20px 10px;
        font-weight: normal;
        border-bottom: 1px solid #f2f4f9;
    }

    .Wishesmain-dash .dashbullet-text li {
        color: #fff;
    }

        .Wishesmain-dash .dashbullet-text li:before {
            border-color: #fff;
        }

    .Wishesmain-dash .servicerequest-body .notearrow {
        background: url(../images/arrow-white.png) no-repeat left top;
    }

.servicerequestmain .servicerequest-body {
    background: url(../images/servicerequest-ico.png) no-repeat 20px 20px;
}

.complaindashmain .servicerequest-body {
    background: url(../images/servicerequest-ico.png) no-repeat 20px 20px;
}

.paymentmain .servicerequest-body {
    background: url(../images/payment-ico.png) no-repeat 20px 20px;
}

.invoicealertmain .servicerequest-body {
    background: url(../images/invoicealrt-ico.png) no-repeat 20px 20px;
}

.Wishesmain-dash .servicerequest-body {
    background: url(../images/wishes-ico.png) no-repeat 20px 20px;
}

.gateactivitymain .servicerequest-body {
    background: url(../images/getactivity-ico.png) no-repeat 20px 20px;
}

.notice-board {
    background: #e7efd9;
    box-shadow: 0 3px 7px rgba(90, 79, 161, 0.2);
    margin-bottom: 30px;
}

    .notice-board .title {
        background: #ecf3df;
        padding: 25px 25px 10px;
    }

.notice-list a {
    display: block;
    padding: 25px;
}

    .notice-list a:hover {
        background: #ecf3df;
    }

.notice-board .btn-box {
    padding: 25px;
    background: #ecf3df;
}

.notice-list .number {
    font-size: 18px;
    background: #e43242;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 38px;
    border-radius: 50px;
    float: left;
}

.notice-list .desc {
    margin-left: 54px;
}

.notice-list .t1 {
    font-size: 18px;
    color: #2d1f63;
    display: block;
    font-weight: 500;
}

.notice-list .t2 {
    display: block;
    color: #393939;
    font-size: 15px;
    margin-bottom: 5px;
}

.notice-list .date {
    font-size: 12px;
    color: #909090;
}

.service-box {
    background: #f5f8f9;
    box-shadow: 0 3px 7px rgba(90, 79, 161, 0.2);
    margin-bottom: 30px;
    padding: 20px 25px;
    position: relative;
    overflow: hidden;
}

    .service-box .icon {
        background: url(../images/service-sprite.png) no-repeat;
        width: 68px;
        height: 69px;
        display: inline-block;
        float: left;
    }

    .service-box .title-type1 {
        margin-left: 80px;
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .service-box .icon1 {
        background-position: 0 0;
    }

    .service-box .icon2 {
        background-position: -68px 0;
    }

    .service-box .icon3 {
        background-position: -136px 0;
    }

    .service-box .icon4 {
        background-position: -204px 0;
    }

    .service-box .icon5 {
        background-position: -272px 0;
    }

    .service-box .icon6 {
        background: url(../images/invoice-alert.png) no-repeat;
        background-position: 5px 5px;
    }

    .service-box .number span:first-child {
        font-size: 55px;
        font-weight: 300;
        float: left;
        line-height: 50px;
    }

    .service-box .number {
        width: 50%;
        float: left;
    }

        .service-box .number span:last-child {
            margin-left: 33px;
            display: block;
            position: relative;
            top: 9px;
            color: #625d5d;
        }

        .service-box .number .color1 {
            color: #5656a6;
        }

        .service-box .number .color2 {
            color: #4fbfbb;
        }

        .service-box .number .color3 {
            color: #e4274e;
        }

        .service-box .number .color4 {
            color: #9d999a;
        }

    .service-box .total-number span:first-child {
        color: #9d999a;
        display: block;
    }

    .service-box .total-number span:last-child {
        background: url(../images/rupees.png) no-repeat center left;
        font-size: 30px;
        font-weight: 300;
        color: #5656a6;
        display: block;
        padding-left: 26px;
        line-height: 45px;
    }

    .service-box .total-number {
        margin-left: 80px;
    }

    .service-box .download-icon {
        background: url(../images/download-icon.png) no-repeat;
        width: 28px;
        height: 30px;
        float: right;
        margin-top: -30px;
    }

.box-title {
    font-family: 'Montserrat', sans-serif;
    background: #5a4fa1;
    background: -moz-linear-gradient(left, #5a4fa1 0%, #3a95ca 50%, #52c2b9 100%);
    background: -webkit-linear-gradient(left, #5a4fa1 0%,#3a95ca 50%,#52c2b9 100%);
    background: linear-gradient(to right, #5a4fa1 0%,#3a95ca 50%,#52c2b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a4fa1', endColorstr='#52c2b9',GradientType=1 );
    font-size: 18px;
    color: #fff;
    padding: 15px 20px;
}

.box-desc {
    border: 1px solid #c2c3c7;
    border-top: 0px;
    box-shadow: 0 3px 7px rgba(90, 79, 161, 0.2);
}

.pro-memberslist {
    padding: 23px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

    .pro-memberslist .title {
        font-size: 22px;
        color: #d92950;
        display: block;
    }

        .pro-memberslist .title span {
            font-size: 16px;
            color: #252525;
        }

    .pro-memberslist .labal {
        color: #858181;
        font-size: 16px;
        margin: 15px 35px 5px 0;
        display: inline-block;
    }

        .pro-memberslist .labal a, .pro-memberslist .labal span {
            color: #252525;
        }

.notice-page-desc {
    padding: 25px;
    font-family: 'Roboto', sans-serif;
    color: #676767;
    font-size: 15px;
    position: relative;
}

    .notice-page-desc .name {
        font-size: 20px;
        color: #5656a5;
        font-weight: 500;
        display: block;
        margin-bottom: 20px;
        position: absolute;
        right: 20px;
    }

        .notice-page-desc .name span span {
            color: #878787;
            font-size: 16px;
            display: block;
        }

        .notice-page-desc .name .date {
            font-size: 13px;
        }

.date.float-right {
    float: right;
    font-size: 14px;
}

.notice-page-desc p {
    margin-bottom: 25px;
    line-height: 26px;
}

.notice-page-desc ol li {
    list-style: inherit;
    margin-bottom: 15px;
}

.notice-page-desc ol {
    padding-left: 20px;
}

.notice-page-desc h2 {
    font-size: 20px;
    color: #5656a5;
    margin-bottom: 20px;
}

.notice-page-desc a.download-link-file {
    background: url(../images/download-iconlink.png) top left no-repeat;
    padding: 2px 0px 2px 30px;
    color: #4a4a4a;
    display: inline-block;
}

.gallery-list {
    display: block;
    background: #fff;
    padding: 14px;
    box-shadow: 0 3px 7px rgba(90, 79, 161, 0.2);
    border: 1px solid #c2c3c7;
    text-align: center;
    margin-bottom: 30px;
}

    .gallery-list .img {
        overflow: hidden;
        margin-bottom: 15px;
    }

        .gallery-list .img img {
            -webkit-transform: scaleY(1);
            -moz-transform: scaleY(1);
            -o-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .gallery-list:hover .img img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .gallery-list .t1 {
        font-size: 18px;
        color: #5656a5;
        display: block;
        margin-bottom: 10px;
    }

    .gallery-list .t2 {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        color: #4b4848;
    }

.Gdetails-page .side-bar {
    left: -10%;
    background: #e3dfed;
    padding: 15px;
    position: absolute;
    z-index: 1;
    padding-right: 0;
}

    .Gdetails-page .side-bar a {
        font-size: 15px;
        color: #000;
        padding: 11px 18px;
        font-weight: 500;
        display: block;
        margin-bottom: 1px;
        text-transform: capitalize;
        position: relative;
    }

    .Gdetails-page .side-bar li a:hover, .Gdetails-page .side-bar li.active a {
        background: #fff;
    }

.Gdetails-page {
    position: relative;
    margin-left: 145px;
    display: block;
    background: #fff;
    padding: 40px;
    box-shadow: 0 3px 7px rgba(90, 79, 161, 0.2);
    border: 1px solid #c2c3c7;
    margin-bottom: 30px;
    padding-left: 16%;
}

.right-sidebar {
    padding: 0px;
}

.Gdetails-page-gallery .side-bar {
    left: 40px;
    background: #e3dfed;
    padding: 15px;
    position: absolute;
    z-index: 1;
    padding-right: 0;
    overflow-y: auto;
    max-height: calc(100% - 80px);
    top: 40px;
}


    .Gdetails-page-gallery .side-bar a {
        font-size: 15px;
        color: #000;
        padding: 11px 18px;
        font-weight: 500;
        display: block;
        margin-bottom: 1px;
        text-transform: capitalize;
        position: relative;
    }

    .Gdetails-page-gallery .side-bar li a:hover, .Gdetails-page-gallery .side-bar li.active a {
        background: #fff;
    }

.Gdetails-page-gallery {
    position: relative;
    margin-left: 0px;
    display: block;
    background: #fff;
    padding: 40px;
    box-shadow: 0 3px 7px rgba(90, 79, 161, 0.2);
    border: 1px solid #c2c3c7;
    margin-bottom: 30px;
    overflow-y: auto;
    max-height: calc(100% - 80px);
}

    .Gdetails-page-gallery .right-sidebar {
        margin-left: 25%;
        padding-left: 35px;
    }

.grid-item {
    width: 33.3%;
    float: left;
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
}

    .grid-item img {
        width: 100%;
    }

.Gdetails-desc .main-img {
    width: 100%;
}


.table-design th {
    background: #f0f0f0;
    font-size: 14px;
    padding: 15px;
    color: #100e0e;
    font-weight: 500;
}

.table-design td {
    font-size: 15px;
    padding: 15px;
    color: #4a4a4a;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Roboto', sans-serif;
    background: #fff;
}

    .table-design td a i {
        color: #29292a;
    }

    .table-design td a {
        margin-right: 10px;
    }

        .table-design td a img {
            display: inline-block;
            line-height: 15px;
            margin-top: -7px;
        }


.table-design .color1 {
    color: #5656a5;
    font-weight: 500;
}

.search-filter input {
    border: 0px;
    border-bottom: 1px solid #b5e1e7;
    background: transparent;
    color: #fff;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    min-width: 240px;
    padding-right: 25px;
}

.search-filter {
    float: right;
    position: relative;
}

    .search-filter input::-webkit-input-placeholder {
        color: #fff;
        font-weight: 300;
    }

    .search-filter input::-moz-placeholder {
        color: #fff;
        font-weight: 300;
    }

    .search-filter input:-ms-input-placeholder {
        color: #fff;
        font-weight: 300;
    }

    .search-filter input:-moz-placeholder {
        color: #fff;
        font-weight: 300;
    }

    .search-filter button {
        background: url(../images/search-icon.png) no-repeat;
        border: 0px;
        width: 18px;
        height: 18px;
        padding: 0px;
        position: absolute;
        right: 0;
        top: 0;
        outline: none;
    }

.visitors-details .email-icon,
.visitors-details .cross-icon {
    margin: 0 10px;
}

.visitors-details .scheduled {
    color: #341f64;
}

.visitors-details .out {
    color: #4a4a4a;
}

.visitors-details .in {
    color: #e72a4c;
}

.visitors-details .canceled {
    color: #3b8fc8;
}

.visitor-entry {
    background: #FFF;
    border: 1px solid #dee2e2;
    padding: 12px 18px;
    font-size: 18px;
    color: #100f0f;
    margin-bottom: 30px;
    min-height: 63px;
    line-height: 40px;
}

    .visitor-entry a {
        font-size: 14px;
        float: right;
        line-height: initial;
    }

        .visitor-entry a span {
            font-size: 19px;
            line-height: 17px;
            position: relative;
            top: 1px;
        }

.modal-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    padding: 15px 20px;
    background: rgba(90,79,161,1);
    background: -moz-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(90,79,161,1)), color-stop(51%, rgba(58,149,202,1)), color-stop(100%, rgba(82,194,185,1)));
    background: -webkit-linear-gradient(left,rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: -ms-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: linear-gradient(to right, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a4fa1', endColorstr='#52c2b9', GradientType=1 );
}

.enter-visitor {
    padding: 30px 40px;
}

.bootstrap-datetimepicker-widget table td.day, .datepicker-dropdown table td.day {
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table th, .datepicker-dropdown table th {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.timepicker-picker .btn {
    padding: 0px !important;
    background: transparent;
    color: #5a51a2;
    width: 100%;
    height: initial;
}

.bootstrap-datetimepicker-widget table td span, .timepicker-picker td {
    width: auto !important;
    height: auto !important;
    padding: 0px !important;
    line-height: normal !important;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: inherit;
    height: initial;
    font-size: 13px;
    font-weight: 500;
    color: #d82756;
    line-height: initial;
}

.table-condensed .btn-primary:active:hover, .table-condensed .btn-primary {
    padding: 0px;
    background: transparent;
    color: #000;
    box-shadow: none;
    width: inherit;
    height: inherit;
    font-family: 'Roboto', sans-serif;
}

.table-condensed .minute, .table-condensed .hour {
    font-size: 13px;
    height: inherit;
    width: inherit;
    line-height: initial;
    padding: 13px 0px;
    border-radius: 0px;
}

.bootstrap-datetimepicker-widget table td.today:before {
    display: none;
}

.bootstrap-datetimepicker-widget, .datepicker-dropdown {
    border: 1px solid #d4d8db;
    border-top: 0px;
    padding: 15px;
}

.timepicker-picker {
    margin-top: 5%;
}

.table-condensed .year, .table-condensed .month {
    font-size: 13px;
    margin: 0 8px;
}

.doc-download a {
    display: block;
}

.doc-download .box-desc {
    display: block;
    border: 1px solid #c2c3c7;
    box-shadow: 0 3px 7px rgba(90, 79, 161, 0.2);
    text-align: center;
    padding: 35px 10px;
    background: #fff;
}

.doc-download span {
    font-size: 14px;
    color: #5656a5;
    display: block;
    text-align: center;
    padding: 15px;
    font-weight: 500;
    min-height: 88px;
}

.events-item {
    display: block;
    border: 1px solid #c2c3c7;
    background: #FFF;
    box-shadow: 0 3px 7px rgba(90, 79, 161, 0.2);
    padding: 10px;
    position: relative;
    margin-bottom: 30px;
}

    .events-item .footersocial {
        float: left;
    }

    .events-item img {
        margin-bottom: 25px;
        width: 100%;
        height: 323px;
    }

    .events-item .completed,
    .events-item .upcoming {
        font-family: 'Roboto', sans-serif;
        background: #b3d13c;
        color: #fff;
        text-transform: uppercase;
        padding: 3px 10px;
        font-size: 12px;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .events-item .completed {
        background: #eaac19;
        color: #fff !important;
    }

    .events-item .block {
        float: right;
        margin-top: -68px;
        z-index: 1;
        position: relative;
        background: #eaeaea;
        padding: 0 10px 6px;
        margin-right: 20px;
    }

        .events-item .block .number {
            font-size: 30px;
            color: #2b2828;
            font-weight: 500;
            font-family: 'Roboto', sans-serif;
            display: block;
            text-align: center;
            line-height: initial;
        }

        .events-item .block .floar {
            color: #2b2828;
            font-weight: 400;
            font-size: 13px;
            font-family: 'Roboto', sans-serif;
            display: block;
            text-align: center;
            text-transform: uppercase;
        }

    .events-item .desc {
        padding: 0 15px 15px 15px;
        min-height: 190px;
    }

        .events-item .desc .e-date {
            margin-bottom: 18px;
        }

        .events-item .desc .t1 {
            display: block;
            color: #5656a5;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .events-item .desc .t2 {
            display: block;
            font-family: 'Roboto', sans-serif;
            color: #4b4848;
            font-size: 15px;
            margin-bottom: 25px;
        }

        .events-item .desc .date {
            width: 50%;
            background: url(../images/calendar-icon.png) no-repeat left 0 top 9px;
            padding-left: 35px;
            float: left;
            color: #737171;
            font-size: 16px;
            font-family: 'Roboto', sans-serif;
            line-height: 18px;
            position: relative;
        }

            .events-item .desc .date .time {
                font-size: 13px;
                display: block;
            }

    .events-item .btn-type1 {
        font-size: 14px;
        display: inline-block;
        text-align: center;
    }

    .events-item .date .start {
        position: absolute;
        top: -8px;
        left: 0px;
        font-size: 13px;
        font-weight: 500;
        color: #c1246a;
    }

.pink {
    color: #e2274e !important;
}

.footersocial {
    float: right;
}

    .footersocial ul {
        display: inline-block;
        vertical-align: middle;
        margin-left: 12px;
    }

        .footersocial ul li {
            display: inline-block;
            padding-right: 11px;
        }

            .footersocial ul li a {
                width: 30px;
                height: 30px;
                display: block;
                border-radius: 100%;
                border: 1px solid #4cbbbd;
                background-image: url(../images/footer-social.png);
                background-repeat: no-repeat;
            }

                .footersocial ul li a:hover {
                    background-color: #4cbbbd;
                    background-image: url(../images/footer-socialHover.png);
                }

            .footersocial ul li.facebookF a {
                background-position: 11px 6px;
            }

            .footersocial ul li.twitterF a {
                background-position: -8px 6px;
            }

            .footersocial ul li.linkinF a {
                background-position: -29px 5px;
            }

            .footersocial ul li.youtubeF a {
                background-position: -54px 5px;
            }

.service-box .dashboardlink {
    background: url(../images/link-arrow.png) no-repeat;
    width: 29px;
    height: 20px;
    opacity: 0;
    position: absolute;
    right: 21px;
    bottom: -30px;
    transition: all 1s ease 0s;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
}

.service-box:hover .dashboardlink {
    bottom: 20px;
    opacity: 1;
}


.slick-prev, .slick-next {
    background-color: transparent;
    border: 0px;
    text-indent: -99999px;
    padding: 0px;
    position: absolute;
    width: 15px;
    height: 26px;
    bottom: 10px;
    right: 0;
    z-index: 11;
}

.wishyou-slider .slick-next {
    right: 15px;
    background: url(../images/slider-arrow-right.png) no-repeat center;
}

.wishyou-slider .slick-prev {
    right: 45px;
    background: url(../images/slider-arrow-left.png) no-repeat center;
}

.modal button.close {
    background: url(../images/close-icon.png) no-repeat;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
}

.boxdesign {
    clear: both;
}

.personalinfo-table {
    overflow-y: auto;
    max-height: 65%
}

.scroll-div {
    max-height: 430px;
    overflow: auto;
}

.enter-visitor .input-group-addon {
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 0;
    border: 0px;
    background: transparent;
}

.enter-visitor #datetimepicker1 {
    width: 100%;
}

.slick-slide {
    height: auto;
}

.complaint-section .row > .col-md-3 {
    width: 30%;
}

.complaint-section .row > .col-md-9 {
    width: 70%;
}

.complaint-section {
    padding: 0 24px;
}

    .complaint-section h2 {
        font-size: 18px;
        line-height: 22px;
        color: #3f2798;
        font-weight: 500;
        padding: 0 0 13px;
    }

.addcomplaints-block {
    background: #f3fafe;
    padding: 27px 20px 30px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

    .addcomplaints-block p {
        font-size: 14px;
        color: #1a171a;
        line-height: 20px;
        font-weight: 500;
        padding: 0 0 28px;
    }

    .addcomplaints-block .servicereq-select {
        width: 100%;
    }

.complaintselect {
    margin: 0 0 27px;
}

.submitadd .complaintselect.margintop0 {
    margin-top: 0px;
}


.complaintselect .mdl-selectfield .bootstrap-select .btn {
    padding: 10px;
    border: solid 1px #CCC;
    background: #FFF;
}

.classifiedpositinginput input.form-control, .classifiedpositinginput input:focus.form-control {
    background: #FFF;
    padding: 10px;
    border-radius: 0px;
    box-shadow: none;
    border: solid 1px #CCC;
}

.classifiedpositinginput input.datepicker {
    background: #FFF;
    padding: 10px;
    border: solid 1px #CCC;
}

.custom-checkbox label {
    margin-bottom: 10px;
    display: block;
}

.custom-checkbox input {
    -webkit-appearance: checkbox;
}

.addcomplaints-block .fieldtextarea {
    margin: 0 0 27px;
}

    .addcomplaints-block .fieldtextarea textarea {
        width: 100%;
        height: 390px;
        resize: none;
        padding: 10px;
        font-size: 14px;
        color: #555555;
        outline: none;
        line-height: 20px;
        background: #ffffff;
        border: 1px solid #d6d8dd;
    }

.complaintbtn .choosefile {
    float: left;
    width: 50%;
    padding: 0;
    overflow: hidden;
}

.choosefile span {
    width: 153px;
    height: 42px;
    border-radius: 42px;
    border: 1px solid #a1a1a1;
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
}

    .choosefile span:before {
        content: "Choose File";
        font-size: 14px;
        color: #555555;
        line-height: 42px;
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        text-align: center;
    }

.choosefile input[type="file"] {
    opacity: 0;
    position: absolute;
}


.complaintbtn .visitorbtn {
    float: left;
    width: 50%;
    text-align: right;
}

    .complaintbtn .visitorbtn .btn-type1 {
        border-radius: 0px;
    }

.complaintstatus-box {
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    margin: 0 0 32px;
    padding: 22px 25px 40px 22px;
    position: relative;
}

.statustext {
    position: absolute;
    right: 25px;
    top: 22px;
    text-align: right;
}

    .statustext.pendings {
        color: #ab2077;
    }

    .statustext.resolveds {
        color: #0aaa42;
    }

    .statustext span {
        color: #232323;
        display: block;
    }

.complaintstatus-box h3 {
    font-size: 16px;
    color: #60138a;
    line-height: 20px;
    font-weight: 500;
    padding: 0 0 15px;
}

    .complaintstatus-box h3 span {
        font-size: 14px;
        color: #4a4a4a;
        font-weight: 400;
        padding: 7px 0 0;
        display: block;
    }

.complaintstatus-box p {
    font-size: 14px;
    color: #555555;
    line-height: 22px;
    font-weight: 400;
    /*padding: 0 0 20px;*/
    padding: 25px 0 20px 0;
}

.complaintstatuspart {
    border-left: 2px solid #60138a;
    padding: 5px 0 0 25px;
    margin: 10px 0 0;
    clear: both;
}

    .complaintstatuspart h4 {
        font-size: 14px;
        color: #232323;
        line-height: 20px;
        font-weight: 500;
        padding: 0 0 10px;
    }

        .complaintstatuspart h4 span {
            font-size: 12px;
            color: #656565;
            line-height: 18px;
            font-weight: 400;
            display: block;
        }

.complaintstatus-box .complaintstatuspart p {
    color: #767676;
    line-height: 20px;
    padding: 0 0 10px;
}

.complaintstatuspart.adminreply {
    background: #e9f5fd;
    padding: 5px 0 10px 25px;
    border-left: 2px solid #252525;
}

.loadboxbtn {
    text-align: center;
}

    .loadboxbtn .btn-type1 {
        width: 440px;
        margin: 0 auto;
        border-radius: 0px;
        text-align: center;
        font-size: 16px;
        padding: 12px 25px;
    }

.requestcharge {
    padding: 27px 0 0;
}

.requestcharge-text {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: solid 1px #eaecf1;
    margin-bottom: 25px;
}

    .requestcharge-text h3 {
        padding: 0;
    }

.complaintstatus-box .requestcharge-text h3 span {
    font-size: 17px;
    color: #2ab5b7;
    font-weight: 500;
    padding: 2px 0 0;
}

.requestchargebtn {
    float: right;
}

    .requestchargebtn .btn-type1 {
        border-radius: 0px;
    }



.vendordirectory-section {
    padding: 0 24px;
}

    .vendordirectory-section h2 {
        font-size: 18px;
        line-height: 22px;
        color: #3f2798;
        font-weight: 500;
        padding: 0 0 13px;
    }

    .vendordirectory-section > .row > .col-md-2 {
        width: 19%;
    }

    .vendordirectory-section > .row > .col-md-10 {
        width: 81%;
    }

.filtervender-block {
    background: #f3fafe;
    padding: 27px 20px 35px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

    .filtervender-block p {
        font-size: 14px;
        color: #1a171a;
        line-height: 20px;
        font-weight: 400;
        padding: 0 0 15px;
    }

.filtervenderlist li {
    padding: 13px 0 15px;
    border-bottom: 1px solid #d6d8dd;
}

    .filtervenderlist li label {
        font-size: 14px;
        color: #555555;
    }

.filtervenderlist.checkbox-field input[type="checkbox"] + label:before {
    border-color: #4ebcbc;
}

.filtervenderlist.checkbox-field input[type="checkbox"]:checked + label:before {
    background: none;
}

.filtervenderlist.checkbox-field input[type="checkbox"]:checked + label:after {
    color: #4ebcbc;
}

.venderfilterbtn {
    padding: 36px 0 0;
    text-align: right;
}

.registeredvendors-block .registeredvendors-box {
    margin: 0 0 50px;
}

.venderfilterbtn .btn-type1 {
    border-radius: 0px;
}

.registeredvendors-box {
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    padding: 18px 18px 5px;
}

    .registeredvendors-box img {
        width: 100%;
    }

    .registeredvendors-box h3 {
        font-size: 18px;
        color: #60138a;
        line-height: 22px;
        font-weight: 500;
        padding: 14px 0 13px;
    }

        .registeredvendors-box h3 span {
            font-size: 14px;
            color: #000000;
            display: block;
            padding: 2px 0 0;
        }

    .registeredvendors-box p {
        font-size: 14px;
        color: #555555;
        font-weight: 400;
        line-height: 22px;
        padding: 0;
        margin: 0 0 12px;
    }

        .registeredvendors-box p.mobileno {
            background: url(../images/phoneno-ico.png) no-repeat left top;
            padding-left: 40px;
            line-height: 24px;
        }

.registeredvendors-block .loadboxbtn .btn-type1 {
    width: 230px;
}

.updatestatuspopup .modal-dialog {
    width: 490px;
}

.updatestatuspopup .modal-body {
    padding: 25px 20px;
}

.updatestatuspopup h3 {
    font-size: 18px;
    color: #3f2798;
    line-height: 22px;
    font-weight: 500;
    padding: 0 0 25px;
}

.updatestatusform .form-group {
    margin-bottom: 22px;
}

.updatestatusform label {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 20px;
    font-weight: 400;
    padding: 0 0 22px;
    display: block;
    margin: 0;
}

.updatestatusform .servicereq-select {
    width: 100%;
}

.updatestatusform .star-rating span {
    font-size: 32px;
    color: #7e7e7e;
    line-height: 32px;
    cursor: pointer;
}

    .updatestatusform .star-rating span.mdi-star {
        color: #f4c00b;
    }

.giveratingsform .star-rating span {
    font-size: 32px;
    color: #7e7e7e;
    line-height: 32px;
    cursor: pointer;
}

    .giveratingsform .star-rating span.mdi-star {
        color: #7e7e7e;
    }

    .giveratingsform .star-rating span.mdi-star-outline {
        color: #f4c00b;
    }

        .giveratingsform .star-rating span.mdi-star-outline:before {
            content: "\F4CE";
        }

.rating-start .star-rating span.mdi {
    color: #f4c00b;
    font-size: 20px;
}

.updatestatusform .form-btn {
    text-align: right;
}

    .updatestatusform .form-btn a {
        display: inline-block;
        border-radius: 0px;
        font-size: 16px;
    }

.statustext .star-rating {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}

    .statustext .star-rating span {
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        color: #f4c00b;
        margin-right: 1px;
    }

.modal.updatestatuspopup button.close {
    background: url(../images/close-icon2.png) no-repeat left top;
}


.addcomplaintdivselectnew {
    background: #fff;
    padding: 30px 20px;
    margin: 0 0 25px;
    box-shadow: 0 5px 10px rgba(90,79,161,0.2);
}

.alertpopup .modal-body {
    padding: 20px;
}

.headerbtnpart {
    margin-top: -1px;
}

    .headerbtnpart .signinform {
        margin: 0px;
    }

.signinformblock {
    float: left;
    width: 440px;
}

.headerbtnpart .signinform .inputbtn {
    float: left;
    padding-left: 15px;
    padding-top: 7px;
}

.headerbtnpart .signinform .signinbtn {
    height: 43px;
    line-height: 42px;
    width: 115px;
    padding: 0;
    text-align: center;
}

.headerbtnpart .signinform .signupbtn {
    height: 43px;
    line-height: 42px;
    width: 115px;
    padding: 0;
    text-align: center;
    background: none;
    border: 1px solid transparent;
    color: #5a4fa1;
    box-shadow: none;
    margin-right: 10px;
}

    .headerbtnpart .signinform .signupbtn:hover {
        border-color: #5a4fa1;
    }

.signinformblock .fieldgroup {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.signinform .signinformblock .input-field {
    margin: 0px 0 5px;
}

.signinformblock .mdl-textfield .input-text {
    padding-top: 5px;
    padding-bottom: 2px;
}

.signinformblock .mdl-textfield label {
    top: 14px;
}

.signinformblock .mdl-textfield.fieldfocus label {
    top: -2px;
}

.signinformblock .fieldgroup h3 {
    line-height: 14px;
    padding: 0;
    margin: 0;
}

.signinformblock .forgotpopup {
    color: #5a4fa1;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
}

.signinform .signinformblock .input-field.checkbox-field {
    margin: 0px 0 0px;
}

.bodyoverflow {
    height: 100%;
    overflow: hidden;
}

.helpscreenpanel {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
}

    .helpscreenpanel img {
        width: 100%;
        display: block;
    }

.helpscreen1, .helpscreen2 {
    position: relative;
    height: 100%;
}

.helpscreenpanel .helpbtn {
    position: absolute;
    bottom: 90px;
}

.helpscreenpanel .btn-skip {
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #f0f0f0;
    font-size: 15px;
    color: #000000;
    border-radius: 4px;
    display: block;
    left: 5.20%;
}

    .helpscreenpanel .btn-skip:hover {
        background: #252525;
        color: #fff;
    }

.helpscreenpanel .btn-type1 {
    width: 110px;
    height: 42px;
    line-height: 42px;
    padding: 0px;
    font-size: 15px;
    text-align: center;
    right: 5.20%;
}

.comngsoon {
    margin-bottom: 30px;
}

.btnCommingSoon {
    background: linear-gradient(225deg, #432164, #e1274a, #2883d2, #43bfc7);
    background-size: 800% 800%;
    -webkit-animation: AnimationName 15s ease infinite;
    -moz-animation: AnimationName 15s ease infinite;
    animation: AnimationName 15s ease infinite;
    padding: 20px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    max-width: 446px;
    font-size: 16px;
}

a.btnCommingSoon span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 83%
    }

    50% {
        background-position: 100% 18%
    }

    100% {
        background-position: 0% 83%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 83%
    }

    50% {
        background-position: 100% 18%
    }

    100% {
        background-position: 0% 83%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 83%
    }

    50% {
        background-position: 100% 18%
    }

    100% {
        background-position: 0% 83%
    }
}
/*.btnCommingSoon {-webkit-animation: ripple 0.7s linear infinite; animation: ripple 0.7s linear infinite; background: rgba(50,31,100,1);
background: -moz-linear-gradient(left, rgba(50,31,100,1) 0%, rgba(232,43,74,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(50,31,100,1)), color-stop(100%, rgba(232,43,74,1)));
background: -webkit-linear-gradient(left, rgba(50,31,100,1) 0%, rgba(232,43,74,1) 100%);
background: -o-linear-gradient(left, rgba(50,31,100,1) 0%, rgba(232,43,74,1) 100%);
background: -ms-linear-gradient(left, rgba(50,31,100,1) 0%, rgba(232,43,74,1) 100%);
background: linear-gradient(to right, rgba(50,31,100,1) 0%, rgba(232,43,74,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#321f64', endColorstr='#e82b4a', GradientType=1 ); padding:15px 20px; display:inline-block;
 color:#FFF; text-decoration:none; text-align: center; font-size:16px; width:100%}
	
a.btnCommingSoon span {display:block; font-size:18px; font-weight: bold; text-transform: uppercase; margin-top:10px;}
 @-webkit-keyframes ripple {
 0% {box-shadow:0 0 0 0 rgba(232,43,74,.15), 0 0 0 5px rgba(232,43,74,.15), 0 0 0 10px rgba(232,43,74,.15), 0 0 0 15px rgba(232,43,74,.15)}
 100% {box-shadow:0 0 0 5px rgba(232,43,74,.15), 0 0 0 10px rgba(232,43,74,.15), 0 0 0 15px rgba(232,43,74,.15), 0 0 0 20px rgba(232,43,74,0)}
}*/

/*.smile {position: relative; background: #FFF; width: 24px; height: 24px; display: inline-block; font-size: 14px; color: #f4c10e; border-radius: 12px; border: 2px solid #f4c00b;
       -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); 
       filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); line-height: 20px; margin-left: 1px;}*/
.smile {
    background: url(../images/smile.png) no-repeat;
    border: 0px;
    width: 30px;
    height: 30px;
    padding: 0px;
    outline: none;
    display: inline-block;
    position: relative;
    top: 8px;
}

.onoffswitch {
    position: relative;
    width: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        float: left;
        width: 50%;
        height: 26px;
        padding: 0;
        line-height: 26px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 11px;
        background-color: #5950a1;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 11px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    width: 22px;
    margin: 2px;
    height: 22px;
    background: #9999ae;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 44px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background: #FFF;
}

.submitadd .complaintselect {
    margin: 0px;
    margin-top: -4px;
    margin-bottom: 5px;
}

.submitadd label {
    font-weight: 400;
}

.submitadd input {
    border: 0px;
    border-bottom: solid 1px #CCC;
    box-shadow: 0px 0px;
    background: none;
    border-radius: 0px;
    margin-bottom: 5px;
    padding: 0px;
    font-weight: 400;
    height: 37px;
}

.submitadd .form-group {
    margin-bottom: 25px;
}

.submitadd textarea, .submitadd textarea:focus {
    border: 0px;
    border-bottom: solid 1px #CCC;
    box-shadow: 0px 0px;
    background: none;
    border-radius: 0px;
    margin-bottom: 5px;
    padding: 0px;
    font-weight: 400;
    height: 144px;
}

.submitadd input:focus {
    box-shadow: 0px 0px;
}

.submitadd span {
    font-size: 12px;
    color: rgba(0,0,0,0.7);
}

.filechoosen {
    display: table;
    width: 100%;
}

    .filechoosen input {
        border: 0px;
        background: none;
    }

    .filechoosen span.file {
        margin-top: 0px;
        width: 131px;
        padding: 0px;
        height: 40px;
        background: url(../images/filebg.png) top left no-repeat;
        display: block;
        float: left;
        margin-right: 10px;
    }

        .filechoosen span.file input {
            width: 100%;
            height: 40px;
            opacity: 0;
        }

    .filechoosen span {
        padding-top: 10px;
        display: block;
    }

.footerbt {
    display: block;
    width: 100%;
    padding: 15px 0px;
    border-top: solid 1px #CCC;
    text-align: right;
    margin-top: 15px;
}

.payment-box {
    border-radius: 18px 18px 18px 18px;
    -moz-border-radius: 18px 18px 18px 18px;
    -webkit-border-radius: 18px 18px 18px 18px;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.16);
    background: #FFF;
    text-align: center;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.visitor-entry.pad-0 {
    padding: 0px;
    border: 0px;
    overflow: hidden;
}

.card-icon {
    text-align: center;
    padding: 40px 0px 20px;
}

.card-details {
    font-size: 18px;
    text-transform: uppercase;
    color: #999;
}

.payment-sucessful {
    font-size: 22px;
    text-transform: uppercase;
    color: #202020;
    padding: 0px 0px 20px;
}

.done {
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border-top: solid 1px #e0e0e0;
}

    .done.green {
        color: #00c853
    }

    .done.red {
        color: #ef2828
    }

.lodoing-div-center {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -85px;
    margin-left: -85px;
}

    .lodoing-div-center h4 {
        text-transform: uppercase;
        color: #FFF;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .lodoing-div-center p {
        text-transform: uppercase;
        color: #FFF;
    }


.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    background: linear-gradient(225deg, #432164, #e1274a, #2883d2, #43bfc7);
    background-size: 800% 800%;
    -webkit-animation: AnimationName1 15s ease infinite;
    -moz-animation: AnimationName1 15s ease infinite;
    animation: AnimationName1 15s ease infinite;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}


@-webkit-keyframes AnimationName1 {
    0% {
        background-position: 0% 83%
    }

    50% {
        background-position: 100% 18%
    }

    100% {
        background-position: 0% 83%
    }
}

@-moz-keyframes AnimationName1 {
    0% {
        background-position: 0% 83%
    }

    50% {
        background-position: 100% 18%
    }

    100% {
        background-position: 0% 83%
    }
}

@keyframes AnimationName1 {
    0% {
        background-position: 0% 83%
    }

    50% {
        background-position: 100% 18%
    }

    100% {
        background-position: 0% 83%
    }
}


.cssload-thecube {
    width: 34px;
    height: 34px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

    .cssload-thecube .cssload-cube {
        position: relative;
        transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
    }

    .cssload-thecube .cssload-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

        .cssload-thecube .cssload-cube:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #FFF;
            animation: cssload-fold-thecube 2.76s infinite linear both;
            -o-animation: cssload-fold-thecube 2.76s infinite linear both;
            -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
            -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
            -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
            transform-origin: 100% 100%;
            -o-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
            -moz-transform-origin: 100% 100%;
        }

    .cssload-thecube .cssload-c2 {
        transform: scale(1.1) rotateZ(90deg);
        -o-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotateZ(90deg);
        -webkit-transform: scale(1.1) rotateZ(90deg);
        -moz-transform: scale(1.1) rotateZ(90deg);
    }

    .cssload-thecube .cssload-c3 {
        transform: scale(1.1) rotateZ(180deg);
        -o-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotateZ(180deg);
        -webkit-transform: scale(1.1) rotateZ(180deg);
        -moz-transform: scale(1.1) rotateZ(180deg);
    }

    .cssload-thecube .cssload-c4 {
        transform: scale(1.1) rotateZ(270deg);
        -o-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotateZ(270deg);
        -webkit-transform: scale(1.1) rotateZ(270deg);
        -moz-transform: scale(1.1) rotateZ(270deg);
    }

    .cssload-thecube .cssload-c2:before {
        animation-delay: 0.35s;
        -o-animation-delay: 0.35s;
        -ms-animation-delay: 0.35s;
        -webkit-animation-delay: 0.35s;
        -moz-animation-delay: 0.35s;
    }

    .cssload-thecube .cssload-c3:before {
        animation-delay: 0.69s;
        -o-animation-delay: 0.69s;
        -ms-animation-delay: 0.69s;
        -webkit-animation-delay: 0.69s;
        -moz-animation-delay: 0.69s;
    }

    .cssload-thecube .cssload-c4:before {
        animation-delay: 1.04s;
        -o-animation-delay: 1.04s;
        -ms-animation-delay: 1.04s;
        -webkit-animation-delay: 1.04s;
        -moz-animation-delay: 1.04s;
    }



@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}


#GalleryImages .imageblock {
    float: left;
    width: 150px;
    padding: 0px 15px;
    margin-bottom: 15px;
}

    #GalleryImages .imageblock img {
        width: 100%;
    }

.imageblock {
    width: 33.33%;
    float: left;
    padding: 0 10px 20px;
}

    .imageblock > div {
        border: 1px solid #48d0c7;
        box-shadow: 0 0 4px rgba(0,0,0,0.2);
        padding: 3px;
        height: 100px;
        overflow: hidden;
        position: relative;
        text-align: center;
    }

        .imageblock > div:before {
            content: "";
            background: rgba(0,0,0,0.5);
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: block;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

        .imageblock > div:hover:before {
            opacity: 1;
            visibility: visible;
        }

    .imageblock span.t-wrap {
        word-wrap: break-word;
    }

        .imageblock span.t-wrap a {
            color: #252525;
        }

            .imageblock span.t-wrap a:hover {
                color: #000;
            }

    .imageblock span {
        min-height: 30px;
        font-size: 12px;
    }

    .imageblock img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .imageblock .iconblock {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) scale(0);
        -webkit-transform: translateY(-50%) scale(0);
        width: 100%;
        text-align: center;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

    .imageblock > div:hover .iconblock {
        transform: translateY(-50%) scale(1);
        -webkit-transform: translateY(-50%) scale(1);
    }

.iconblock a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

    .iconblock a:hover {
        color: #48d0c7;
    }

.tablink {
    display: block;
    float: left;
    margin: -12px 0px;
}

    .tablink div {
        float: left;
        margin-right: 30px;
    }

        .tablink div a {
            display: block;
            cursor: pointer;
            font-size: 16px;
            color: #100f0f;
            padding: 21px 0px 21px;
            position: relative;
        }

            .tablink div a:hover, .tablink div a.active {
                color: #ec2846;
            }

            .tablink div a:before {
                content: "";
                position: absolute;
                width: 0%;
                border-bottom: solid 2px #ee2c44;
                bottom: 0px;
                left: 0px;
                transition: all 0.5s ease 0s;
                -webkit-transition: all 200ms ease-in;
                -o-transition: all 200ms ease-in;
                -moz-transition: all 200ms ease-in;
            }

            .tablink div a:hover:before, .tablink div a.active:before {
                width: 100%;
            }

h3.title-classified {
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    line-height: 37px;
}


.back {
    float: right;
}

    .back a {
        display: inline-block;
        font-size: 16px;
        color: #ee2c44;
        padding: 8px 15px;
        background: #FFF;
        border: solid 1px #ee2c44;
        border-radius: 4px;
    }

        .back a:hover {
            color: #FFF;
            background: #ee2c44;
        }

.coverimg {
    width: 100%;
    height: 280px;
}

    .coverimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.classifiedpositinginput h4 {
    margin-bottom: 20px;
    line-height: 32px;
}

.classifiedpositinginput a.back {
    line-height: normal;
    float: right;
    display: inline-block;
    font-size: 15px;
    color: #ee2c44;
    padding: 6px 15px;
    background: #FFF;
    border: solid 1px #ee2c44;
    border-radius: 4px;
}

.classifiedpositinginput a:hover.back {
    background: #ee2c44;
    color: #FFF;
}

.discription-classified {
    padding: 20px 0px;
    min-height: 250px;
}

.discription-classified {
    line-height: 24px;
}

.details {
    padding: 15px;
    background: #f2f4f9;
    margin-bottom: 30px;
}

    .details h5 {
        font-size: 15px;
        font-weight: bold;
        margin: 0px 0px 5px 0px;
    }

    .details p {
        font-size: 15px;
    }

.imgfix {
    margin-top: 15px;
    margin-left: -10px;
    margin-right: -10px;
}

    .imgfix h4 {
        margin: 0px 0px 15px 10px;
    }

    .imgfix #GalleryImages .imageblock {
        width: 50%;
        padding: 0px 10px;
        margin-bottom: 10px;
    }

.Gdetails-page.leftnospace {
    padding-left: 40px;
    margin-left: 0px;
}

.classifiedpositinginput .item {
    height: 350px;
    width: 100%;
    background: rgba(226, 222, 222, 0.2);
}

.carousel-control {
    width: 8%;
}

    .carousel-control.left, .carousel-control.right {
        background-image: none;
    }

.classifiedpositinginput .item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.discpert p {
    display: inline;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    max-height: 75px;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    /*-webkit-box-orient: vertical;*/
}

lbldesc {
    max-width: 100px;
    overflow: hidden;
}

#popup_overlay {
    position: fixed !important;
    height: 100% !important;
}

/*.loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1045;
    margin: -60px 0 0 -60px;
    border: 8px solid #e7e7e7;
    border-radius: 50%;
    border-top: 8px solid #ba2334;
    width: 120px;
    height: 120px;
    -webkit-animation: rotation 2s linear infinite;
    animation: rotation 2s linear infinite;
}*/

.loader-circle {
    content: '';
    background-image: url(../images/loader.gif);
    width: 50px;
    height: 51px;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    background-repeat: no-repeat;
    -webkit-animation: rotation_reverse 2s linear infinite;
    animation: rotation_reverse 2s linear infinite;
}


.welcome-container {
    background: #f6f6f9;
    padding: 80px 0px 70px;
}

.welcome-div {
    text-align: left;
    padding-bottom: 20px;
}

    .welcome-div h3 {
        font-weight: 300;
        font-size: 18px;
        margin-bottom: 20px;
    }

        .welcome-div h3 strong {
            color: #5951a1;
        }

    .welcome-div p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 24px;
    }

.weblinks {
    text-align: left;
    padding-bottom: 20px;
}

.div-weblinks {
    display: inline-block;
    margin-right: 35px;
}

    .div-weblinks a.icon {
        display: inline-block;
        width: 146px;
        height: 146px;
        border-radius: 50%;
        background: #FFF;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(38,38,106,0.2);
        -moz-box-shadow: 0px 0px 20px 0px rgba(38,38,106,0.2);
        box-shadow: 0px 0px 20px 0px rgba(38,38,106,0.2);
        position: relative;
        margin-bottom: 20px;
    }

        .div-weblinks a.icon:before {
            content: "";
            display: inline-block;
            width: 76px;
            height: 76px;
            background: url(../images/welcome_sprite.jpg) 0px 0px no-repeat;
            position: relative;
            top: 35px;
            left: 2px;
        }

        .div-weblinks a.icon.residetial:before {
            background-position: 0px 0px;
        }

        .div-weblinks a.icon.admin:before {
            background-position: -189px 0px;
        }

        .div-weblinks a.icon.android:before {
            background-position: -375px 0px;
        }

        .div-weblinks a.icon.ios-mobile-app:before {
            background-position: -564px 0px;
        }

    .div-weblinks a {
        display: block;
        text-align: center;
        font-size: 15px;
        color: #1c1b1e;
        text-decoration: underline;
    }

        .div-weblinks a:hover {
            display: block;
            text-align: center;
            font-size: 15px;
            color: #1c1b1e;
            text-decoration: underline;
        }

.div-feedback {
    border-style: inset;
    border-color: #120b08;
    border-width: thin;
}

.div-feedback-content {
    margin: 10px;
}

.div-servicerq-del {
    position: relative;
    z-index: 99;
    float: right;
}

.a-servicereq-del {
    color: red;
}

.div-feedback-header {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}

.div-feedback-header-text {
    padding-top: 0px;
    padding-bottom: 0px;
}

.remarks-content {
    word-break: break-word;
}

.delete-icon-suggestion {
    position: absolute;
    font-size: 14px;
    color: #555555;
    line-height: 22px;
    font-weight: 400;
    right: 25px;
    top: 0px;
    z-index: 1;
    text-align: right;
}

.delete-link-sugggestion {
    color: red;
}

.printdiv {
    max-width: 800px;
    width: 100%;
    margin: 0px auto;
    height: auto;
    border: 1px solid #000;
    font-family: 'Roboto', sans-serif;
    background: #FFF;
}

    .printdiv table tr td {
        font-size: 0.8em;
        padding: 7px 10px;
    }

.button-div {
    position: relative;
    display: table;
    text-align: center;
    border-collapse: separate;
    width: 100%;
    text-align: center;
}

    .button-div button, .button-div a {
        margin: 0px 5px;
    }

.loginpage .container, .login-head .container, .login-footer .container {
    max-width: 1460px;
    padding: 0;
}

.loginpage {
    background: rgba(90,79,161,1);
    background: -moz-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(90,79,161,1)), color-stop(51%, rgba(58,149,202,1)), color-stop(100%, rgba(82,194,185,1)));
    background: -webkit-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: -ms-linear-gradient(left, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    background: linear-gradient(to right, rgba(90,79,161,1) 0%, rgba(58,149,202,1) 51%, rgba(82,194,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a4fa1', endColorstr='#52c2b9', GradientType=1 );
    padding: 65px 0;
}

.loginpage-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.login-left {
    background: #fff;
    width: 45.61%;
    padding: 85px;
    min-height: 690px;
    position: relative;
    left: 0;
    transition: left 0.5s ease 0s;
}

    .login-left h4 {
        font-size: 20px;
        line-height: 24px;
        color: #100f0f;
        font-weight: 700;
        padding: 0 0 10px;
    }

    .login-left p {
        font-size: 15px;
        color: #878c91;
        line-height: 22px;
        font-weight: 400;
        padding: 0;
    }

    .login-left .login-form {
        padding: 42px 0 0;
    }

    .login-left .login-section {
        max-width: 370px;
    }

    .login-left .signup-section {
        display: none;
    }

.login-form .fieldgroup {
    margin-bottom: 10px;
}

    .login-form .fieldgroup .mdl-textfield {
        position: relative;
    }

        .login-form .fieldgroup .mdl-textfield .input-text {
            padding: 9px 0 8px 28px;
        }

        .login-form .fieldgroup .mdl-textfield i {
            width: 16px;
            height: 17px;
            position: absolute;
            left: 0;
            top: 11px;
            display: block;
            background-repeat: no-repeat;
            background-position: left center;
        }

            .login-form .fieldgroup .mdl-textfield i.mobileno_ico {
                background-image: url("../images/mobileno_ico.png");
            }

            .login-form .fieldgroup .mdl-textfield i.password_ico {
                background-image: url("../images/password_ico.png");
            }

        .login-form .fieldgroup .mdl-textfield.input-group {
            display: flex;
        }

        .login-form .fieldgroup .mdl-textfield select {
            border-radius: 0;
            border: none;
            border-bottom: 1px solid #d4d8db;
            box-shadow: none;
            font-size: 14px;
            color: #878c91;
            font-weight: 400;
            line-height: 24px;
            padding: 0;
            height: auto;
            display: block;
            float: none;
            -webkit-appearance: none;
            background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
            background-size: 8px 10px;
            width: 60px;
            margin-right: 25px;
        }

.login-form .extrafield {
    padding: 10px 0 25px;
    display: flex;
}

    .login-form .extrafield p {
        margin-left: auto;
    }

        .login-form .extrafield p a {
            font-size: 14px;
            color: #5a4fa1;
        }

    .login-form .extrafield .checkbox-field label a {
        color: #5a4fa1;
        text-decoration: underline;
    }

.login-form .form-btn {
    padding: 0 0 30px;
}

    .login-form .form-btn .btn {
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-weight: 700
    }

.login-form .dontaccount {
    text-align: center;
    font-size: 14px;
    color: #100f0f;
    font-weight: 700;
    padding: 0;
}

    .login-form .dontaccount a {
        color: #e0274b;
    }

.login-form label {
    color: #252525;
    position: relative;
    overflow: visible;
    top: 0;
}

.login-form .question-list .radio-field {
    margin-right: 25px;
}

    .login-form .question-list .radio-field:last-child {
        margin-right: 0px;
    }

.login-form .radio-field label.radioselect {
    top: 0;
    color: #878c91;
}

.login-form .radio-field input[type="radio"] + label:before {
    border: 1px solid #d6dadc;
}

.login-form .question-list {
    padding: 8px 0 0;
}

.signup-section .fieldgroup .mdl-textfield .input-text {
    padding-left: 0px;
}

.logintext-bg, .logintext {
    width: 54.39%;
}

.logintext-bg {
    background: url("../images/logintext_bg.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
    position: absolute;
    left: 45.61%;
    top: 0;
    transition: left 0.5s ease 0s;
    z-index: 2;
}

.signup-active .logintext-bg {
    left: 0;
}

.signup-active .login-left {
    left: calc(100% - 45.61%);
}

.signup-active .login-section {
    display: none;
}

.signup-active .signup-section {
    display: block;
}

.logintext {
    padding: 90px 90px 40px;
    position: absolute;
    left: 45.61%;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.2s ease 0.1s, transform 0.3s ease 0s, left 0.1s ease 0.3s;
    transform: translateX(0px);
    z-index: 3;
}

.signup-active .logintext {
    left: 0px;
}

.logintext.fadeout {
    opacity: 0;
    transform: translateX(50px);
}

.logintext.fadein {
    opacity: 0;
    transform: translateX(-50px);
}

.logintext h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 500;
    max-width: 510px;
    line-height: 48px;
    position: relative;
    padding: 19px 0 32px;
}

    .logintext h2:before {
        content: "";
        height: 4px;
        width: 100px;
        background: #4fbdbc;
        position: absolute;
        left: 0;
        top: 0;
    }

.logintext p {
    font-size: 18px;
    line-height: 26px;
    color: #f9f9f9;
    font-weight: 500;
    padding: 0;
}

.addmember-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 28px;
    background: #fff;
}

    .addmember-block .member-img {
        width: 170px;
        height: 185px;
        background: #cccccc;
        position: relative;
        border-radius: 9px;
    }

        .addmember-block .member-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 9px;
        }

        .addmember-block .member-img .pickmember-img {
            background: url("../images/img_ico.png") no-repeat center center #ffffff;
            width: 35px;
            height: 35px;
            border-radius: 100%;
            position: absolute;
            right: 12px;
            bottom: -20px;
            box-shadow: 0 2px 10px rgba(43,20,46,0.18);
        }

    .addmember-block .member-detail {
        width: calc(100% - 170px);
        padding-left: 20px;
    }

.common-form .form-group {
    margin-bottom: 18px;
}

.common-form label {
    font-size: 14px;
    color: #5a4fa1;
    font-weight: 400;
    padding: 0;
    margin: 0 0 3px;
    position: static;
    overflow: visible;
}

.common-form .mdl-textfield .input-text {
    padding: 7px 0 6px 0px;
}

.mdl-textfield .input-text.datepicker-ico {
    background: url("../images/datepiker_ico_gray.png") no-repeat right 0 center;
}

.member-detail h4 {
    font-size: 16px;
    color: #696969;
    font-weight: 400;
    padding: 3px 0 3px;
}

.mdl-textfield input[type="file"].input-text {
    border: none;
    line-height: 14px;
}

.profile-btn {
    border-top: 1px solid #d4d8db;
    padding-top: 20px;
}

    .profile-btn .btn-type1 {
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 2px;
    }

.addmember-block .member-detail .row {
    margin: 0 -30px;
}

    .addmember-block .member-detail .row .col-lg-3 {
        padding: 0 30px;
    }

.uploaddoc-list {
    display: inline-block;
}

    .uploaddoc-list li {
        font-size: 14px;
        color: #696969;
        font-weight: 300;
        line-height: 20px;
        border-bottom: 1px solid #e9ebed;
        padding-bottom: 1px;
        padding-top: 2px;
        margin-bottom: 4px;
    }

        .uploaddoc-list li a {
            color: #696969;
        }

        .uploaddoc-list li .removedoc {
            background: url("../images/delete-ico_new.png") no-repeat left top;
            width: 13px;
            height: 16px;
            display: inline-block;
            vertical-align: top;
            margin-top: 2px;
            margin-left: 5px;
        }

.viewprofile-page .col-lg-5 {
    width: 37.666667%;
}

.viewprofile-page .col-lg-7 {
    width: 62.333333%;
}

.viewprofile-page .otherinformation {
    padding: 22px 28px 28px;
    background: #fff;
}

.otherinformation .uploaddoc-list li {
    border-bottom: none;
}

.viewprofile-page .common-form p {
    font-size: 16px;
    color: #696969;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
}

.viewprofile-page .member-detail h3 {
    font-size: 18px;
    font-weight: 700;
    color: #292929;
    line-height: 22px;
    padding: 0 0 12px;
}

.common-form.otherinformation .form-group {
    margin-bottom: 40px;
}

.editinformation {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: url("../images/edit-ico_new.png") no-repeat center center #ffffff;
    display: inline-block;
    box-shadow: 0 1px 10px rgba(20,46,110,0.1);
}

.member-table {
    margin-top: 30px;
}

    .member-table .table-design td img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        margin-right: 10px;
        border-radius: 6px;
    }

.boxtitle-btn {
    float: right;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #292929;
    font-weight: 500;
    border: 1px solid #a1a1a1;
    background: #fff;
    border-radius: 3px;
}

    .boxtitle-btn:hover {
        color: #5a4fa1;
        border-color: #5a4fa1;
    }

    .boxtitle-btn span {
        font-size: 19px;
        line-height: 17px;
        position: relative;
        top: 0px;
    }
.ng2-auto-complete-wrapper input + ng2-auto-complete{max-height:202px; overflow:auto;}

.saffact-select{margin-right:25px; }
.servicereq-select.mdl-selectfield.saffact-select .bootstrap-select .btn{ height:28px; padding-bottom:0; color:#fff;}
.mdl-selectfield.saffact-select .bootstrap-select .btn .caret{border-top-color:#fff;}

/*-------------------------------------new Css-------------------------------*/

h2.request-title {margin-bottom:35px;
    font-size: 24px;
    font-weight: 400;
    color: #368dc2;
}
.registernow p{margin-bottom:25px; line-height:24px; color:#4f4f4f;}
.video-div {margin:5px auto 25px; height:376px; display: block; max-width:670px; width:100%;}

.card {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 20px 3px rgba(200, 202, 211, 0.5);
}

.request-box {
    margin-bottom: 40px;
}

.card-header {
    display: flex;
    align-items: center;
    padding: 20px 20px 10px;
}

.title-div {
    padding-left: 10px;
}

.card-header h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3a5898;
    margin: 0px 0px 7px 0px;
}

.card-header span {
    font-size: 14px;
}

.card-body {
    min-height: 172px;
    padding: 0px 25px; line-height: 24px;
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    padding: 20px 0px; 
    text-align: center;
}

.btn {
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
    border: none;
    padding: 0 50px;
    font-size: 14px;
    font-weight: normal;
    color: #202020;
}

.btn-theme {
    font-weight: bold;
    padding: 7px 50px;
    height: 52px;
    font-size: 18px;
    background: rgba(36, 31, 97, 1);
    background: -moz-linear-gradient(left, rgba(36, 31, 97, 1) 0%, rgba(175, 32, 120, 1) 51%, rgba(238, 44, 67, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36, 31, 97, 1)), color-stop(51%, rgba(175, 32, 120, 1)), color-stop(100%, rgba(238, 44, 67, 1)));
    background: -webkit-linear-gradient(left, rgba(36, 31, 97, 1) 0%, rgba(175, 32, 120, 1) 51%, rgba(238, 44, 67, 1) 100%);
    background: -ms-linear-gradient(left, rgba(36, 31, 97, 1) 0%, rgba(175, 32, 120, 1) 51%, rgba(238, 44, 67, 1) 100%);
    background: linear-gradient(to right, rgba(36, 31, 97, 1) 0%, rgba(175, 32, 120, 1) 51%, rgba(238, 44, 67, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#241f61', endColorstr='#ee2c43', GradientType=1);
    color: #fff;
}

.btn-theme:hover {
    color: #FFF;
}

.email-box {
    padding: 30px 15px;
    text-align: center;
}

.email-box p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #4f4f4f;
}

.email-box p.email-info {
    margin: 0px;
    font-size: 26px;
    font-weight: 300;
    color: #4529d4;
}

.email-box p.email-info a {
    color: #4f4f4f;
}

.top-fix {display: flex; justify-content: space-between;}
.login a {background:url(../images/login.png) 0px 7px no-repeat; opacity:0.85; display: inline-block; padding:8px 0px 0px 24px; text-transform: uppercase; color: #FFF;}

.top-menu {background:#20253d; text-align: right;}
.contact-details {display:flex; justify-content: flex-end; padding: 5px 0px;}
.contact-details a {line-height:24px; padding-left:30px; margin-right:15px; color:#FFF; opacity:0.85;}
.contact-details a.phone {background:url(../images/contact-icon.png) 0px 2px no-repeat;}
.contact-details a.email {background:url(../images/contact-icon.png) 0px -30px no-repeat;}

.contact-details a:hover, .login a:hover {opacity:1;}
.firstname {display: block; padding-left:82px;}
.headerright {float: right;}
.menuhead li{padding:25px 0px; margin:0 15px; float:left; position:relative;}
.menuhead li a{font-size:14px; line-height:20px; color:#121111; font-weight:500; text-transform: uppercase;}
.loginbtn .btn{ text-transform:uppercase; font-size:12px; border-radius:3px;}
.menuhead li:hover a, .menuhead li.active a{color:#5a4fa1;}
.menuhead li:hover:before, .menuhead li.active:before{content:""; height:2px; width:100%; background:#5a4fa1; position:absolute; bottom:0; left:0;}
.menuhead li.free-trialmenu, .menuhead li.contact-menu {padding:15px 0px; margin:0px 0px 0px 5px;}
.menuhead li.contact-menu {display:none;}
.menuhead li.free-trialmenu:before, .menuhead li.contact-menu:before {display:none;}
.menuhead li.free-trialmenu a {background: #e53151; color:#FFF; border-radius: 20px; display: block; padding: 10px 20px; height: 38px;}
.menuhead li.contact-menu a {background: #5951a1; color:#FFF; border-radius: 20px; display: block; padding: 10px 20px; height: 38px;}
.menuhead li.free-trialmenu a:hover, .menuhead li.contact-menu a:hover {background:rgba(0,0,0,0.8);}

.footerlink{text-align:center;}
.footerlink li{display:inline-block; vertical-align:top; line-height:16px; border-right:1px solid #bcbdc1; padding:0 14px 0 10px;}
.footerlink li:last-child{border:none;}
.footerlink li a{font-size:14px; color:#bcbdc1; line-height:16px; font-weight:400; display:block; }
.footerlink li a:hover{color:#FFF;}
.footermain .copyright{text-align:center; font-size:12px; color:#c1c2c5; line-height:14px; font-weight:400; padding:8px 0 0; }
.footersociallink{text-align:center; padding:0 0 25px;}
.footersociallink li{display:inline-block; vertical-align:top; padding:0 3px;}
.footersociallink li a{width:28px; height:28px; display:block; background-position:left top; background-repeat:no-repeat;
opacity:0.8;}
.footersociallink li.facebookf a{background-image:url(../images/facebooF.png);}
.footersociallink li.twitterf a{background-image:url(../images/twitterF.png);}
.footersociallink li.googlepf a{background-image:url(../images/googlepF.png);}
.footersociallink li.linkdinf a{background-image:url(../images/linkdinF.png);}
.footersociallink li.youtubf a{background-image:url(../images/youtubeF.png);}
.footersociallink li a:hover {opacity:1;}