@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.hameid-loader-overlay {
    width: 100%;
    height: 100%;
    background: url("../img/preloader.gif") center no-repeat #FFF;
    z-index: 99999;
    position: fixed;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins';
}

p {
    margin: 0 0 10px 0;
    line-height: 25px;
    color: #7e7e7e;
    font-size: 15px;
    font-family: 'Poppins';
}

ul li {
    margin: 0 0 10px 0;
    line-height: 25px;
    color: #7e7e7e;
    font-size: 16px;
    font-family: 'Poppins';
    list-style-type: circle;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins';
}

a {
    color: #494d4f;
}

    a:hover {
        text-decoration: none;
    }

.bg-gray {
    background: #f6f6f6
}

.top-margin {
    margin-top: 40px;
}

.content {
    padding: 50px 0;
    background: url(../img/content-bg.jpg);
    background-repeat: repeat;
    background-size: cover;
	background-position-y: 100%;
}

.inner-content {
    padding: 50px 0;
    /*background: url(../img/gray-wall.jpg);
    background-repeat: repeat;*/
	background: #fbfbfb;
}

.no-padding {
    padding: 0;
}

input[disabled] {
    background: #dedcdc !important
}

/*top header*/
.top-header {
    background: #251249;
    padding: 10px 0;
    display: none;
}

    .top-header p {
        margin: 0;
    }

.links {
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
}

.navbar h3 {
    color: #fff;
    margin: 0;
    text-align: right;
    font-size: 18px;
}

.links ul {
    margin: 0;
}

.links li {
    display: inline;
    font-size: 14px;
    color: #fff;
    margin: 0 10px 0 0;
}

    .links li .fa {
        font-size: 15px;
        margin: 0 5px 0 0;
    }

    .links li a {
        color: #ffffff;
    }

        .links li a:hover {
            color: #00c39b;
        }
/*logo*/
.navigation {
    background: /*#1c0a3e*/#1f1f1f;
}

.navbar-header img {
    width: 100%;
}

.navbar {
    padding: 20px 0;
}

/*sticky form*/
.sticky-popup a {
    background: #00c39b;
    padding: 10px 20px;
    color: #000;
    font-size: 23px;
    right: -71px;
    position: fixed;
    transform: rotate(-90deg);
    border-radius: 30px 30px 0 0;
    top: 400px;
    z-index: 99;
}

.sticky-head {
    text-align: center;
}

    .sticky-head h4 {
        font-size: 25px;
        font-weight: 600;
    }

.sticky-content label {
    color: #192d6c;
    margin: 5px 0;
}

.sticky-content input[type="text"], input[type="tel"] {
    border: 1px solid #ddd;
    color: #555;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 0;
}

.sticky-content textarea {
    border: 1px solid #ddd;
    color: #555;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
}

.sticky-content input[type="email"] {
    border: 1px solid #ddd;
    color: #555;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 0;
}

.sticky-content input[type="submit"] {
    background: #138870;
    padding: 10px 20px;
    margin: 25px 0 0 0;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    border: 0;
}

    .sticky-content input[type="submit"]:hover {
        background: #304757;
        color: #fff;
    }

.sticky-content p {
    margin: 0;
}

.sticky-content select {
    border: 1px solid #ddd;
    color: #555;
    padding: 4px 10px;
    width: 100%;
    margin-bottom: 0;
}

.required {
    font-size: 13px;
    color: #ce1c1c;
    vertical-align: middle;
}
/*pg  right form*/

.quote-form input[type="text"], input[type="tel"], input[type="password"] {
    border: 0;
    color: #000;
    float: left;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 15px;
    background: #ededed;
    line-height: 35px;
	font-weight: 600;
}

.quote-form select {
    border: 0;
    color: #000;
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 15px;
    background: #ededed;
    line-height: 35px;
	font-weight: 600;
}

.quote-form input[type="email"] {
    border: 0;
    color: #000;
    padding: 5px 10px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    background: #ededed;
    line-height: 35px;
	font-weight: 600;
}

.quote-form input[type="submit"] {
    border: 0;
    background: #303030;
    padding: 10px 20px;
    color: #02c39c;
    display: block;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
	font-weight: 600;
}

    .quote-form input[type="submit"]:hover {
        background: #01c49c;
		color: #303030;
    }

.quote-form {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 1px 15px rgba(237,234,237,0.9);
    -moz-box-shadow: 1px 1px 1px 15px rgba(237,234,237,0.9);
    box-shadow: 1px 1px 1px 15px rgba(237,234,237,0.9);
    float: left;
    width: 100%;
}
/*.quote-form::before {
        content: url(../img/ledy.png);
        position: absolute;
        bottom: -55px;
        display: block;
        right: -178px;
z-index: 9;
    }*/
	.quote-form::after {
        content: url(../img/ledy.png);
        position: absolute;
        bottom: -55px;
        display: block;
        right: -178px;
    }

    .quote-form h5 {
        color: #ea2828;
        margin: 0 0 15px 0;
    }

    .quote-form .col-md-12 {
        padding: 0;
    }

    .quote-form h4 {
        font-size: 13px;
        color: #b8b8b8;
        text-align: center;
        float: left;
        margin: 0 0 10px 0;
    }

.select-info a {
    color: #00c39b;
}

/*pg  left*/
.home-section-heading {
    margin: 0 0 25px 0;
}

    .home-section-heading h3 {font-family: 'Poppins';
        color: #303030;
        margin: 0;
        text-transform: capitalize;
        font-size: 38px;
		font-weight:600;
    }

        .home-section-heading h3 span {
            color: #303030;
			font-weight:400;
        }

.home-pg-left {
    padding: 30px 15px 0 0px;
}

.website-steps {
    padding: 0 0 0 25px;
    position: relative;
    z-index: 9;
}

    .website-steps li {font-family: 'Poppins';
	font-weight:600;
        line-height: 30px;
        color: #303030;
        font-size: 16px;		
    }
.stepsli {
    font-weight:400 !important;
}
	.website-steps li::before {
                    content: '';
					background: #303030;
border-radius: 50%;
                }

        .website-steps li ol {
            padding: 0;
        }

            .website-steps li ol li {
                list-style-type: disc;
				margin-left: 20px;
            }

                .website-steps li ol li::before {
                    /*content: '\f111';
                    font-family: 'fontawesome';
                    font-size: 8px;
					position: relative;
top: -3px;*/
                }

.section-heading {
    margin: 0 0 25px 0;
    padding: 0 100px 0 0;
}

    .section-heading h3 {
        color: #01c39c;
        margin: 0;
        text-transform: uppercase;
        font-size: 40px;
        display: none;
    }

        .section-heading h3 span {
            color: #1c0a3e;
        }

.pg-left {
    padding: 100px 15px 0 100px;
    z-index: 9;
}

    .pg-left ul {
        padding: 0;
        margin: 50px 0 0 0;
        display: none;
    }

        .pg-left ul li {
            display: inline-block;
            margin: 0 10px 10px 0;
        }

            .pg-left ul li span {
                background-color: #fff;
                width: 40px;
                border-radius: 50%;
                height: 40px;
                display: inline-block;
                text-align: center;
                line-height: 40px;
                vertical-align: middle;
                margin: 0 10px 0 0;
            }

.page-head h4 {
    background: /*#fff*/#eae9e9;
    display: inline-block;
    margin: 0 0 40px 0;
    padding: 10px;
    color: #1c0a3e;
}

    .page-head h4 span {
        text-transform: uppercase;
        font-weight: 600;
        color: #cd2b2b;
    }

.steps ul {
    padding: 0;
    margin: 0 0 35px 0;
}

    .steps ul li {
        display: inline-block;
        margin: 0 10px 0 0;
        text-transform: uppercase;
        font-size: 18px;
    }

        .steps ul li a {
            background: #00c39b;
            padding: 10px 20px;
			color: #fff;
        }

            .steps ul li a:hover {
                background: #1f1f1f;
                color: #fff;
            }

.active {
    background: #1f1f1f !important;
    color: #fff !important;
}

.page-head {
    text-align: center;
}

    .page-head h5 {
        background: #efefef;
        padding: 10px;
        font-size: 17px;
        color: #1c0a3e;
    }

        .page-head h5 a {
            color: #00c3b0;
        }

            .page-head h5 a:hover {
                color: #1c0a3e;
            }

.account {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

    .account h6 {
        float: right;
        margin: 0;
    }

        .account h6 a {
            background: #1c0a3e;
            color: #fff;
            padding: 5px 10px;
        }

.quote-form h3 {
    color: #327b17;
    margin: 10px 0 0 0;
    font-size: 16px;
    text-align: center;
}


.admin-dashboard {
    background: rgba(209, 209, 209, 0.46);
    width: 80%;
    float: none;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    z-index: 9;
    text-align: center;
}

.dashboard-menu {
    width: 40%;
    margin: 1%;
    text-align: center;
    font-size: 19px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 20px;
}

    .dashboard-menu:hover {
        border: 1px solid #00c39b;
        background: #cfefe9;
    }

    .dashboard-menu i {
        display: block;
        color: #1c0a3e;
        font-size: 50px;
    }
/*footer*/
.footer-widget {
    padding: 40px 0;
    background: #1f1f1f;
    position: relative;
}

    /*.footer-widget::before {
        content: url(../img/banner.png);
        position: absolute;
        bottom: 280px;
        display: block;
        left: 200px;
    }*/

.note ul {
    margin: 15px 0 0 0;
    padding: 0;
}

    .note ul li {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

.site-footer {
    background: #171717;
    padding: 10px 0;
}

    .site-footer h5 {
        color: #cbcbcb;
        margin: 0;
    }

.design {
    text-align: right;
}

.foo-logo p {
    margin: 25px 0 0 0;
    font-size: 14px;
    color: #eeeeee;
}

.foo-logo a {
    color: #01c39c;
}

.foo-heading h5 {
    font-size: 20px;
    color: #eeeeee;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px solid #202539;
    padding: 0 0 20px 0;
}

.foo-links {
    margin: 20px 0 0 0;
    padding: 0;
    display: none;
}

    .foo-links ul {
        margin: 0;
    }

    .foo-links li {
        display: inline;
        font-size: 14px;
        color: #fff;
        margin: 0 10px 0 0;
    }

        .foo-links li .fa {
            font-size: 15px;
            margin: 0 5px 0 0;
        }

        .foo-links li a {
            color: #9b9b9b;
        }

            .foo-links li a:hover {
                color: #00c39b;
            }

.table-bordered > tbody > tr > th {
    border-bottom-width: 0;
    font-size: 17px;
    background: #ccc;
}

.table-bordered > thead > tr > th {
    border-bottom-width: 0;
    font-size: 17px;
    background: #ccc;
}

.req-form {
    position: relative;
    z-index: 9;
    float: left;
    width: 100%;
}

    .req-form input[type="number"] {
        width: 100px;
        border: 1px solid #fff;
        color: #4f5053;
        padding: 5px 10px;
        background: #fdfdfd;
        line-height: 20px;
    }

    .req-form input[type="text"] {
        width: 100px;
        border: 1px solid /*#fff*/ #e1e1e1;
        color: #4f5053;
        padding: 5px 10px;
        background: #fdfdfd;
        line-height: 20px;
    }

    .req-form .fa.fa-check {
        color: #327b17;
    }

    .req-form .fa.fa-times {
        color: #ce1c1c;
    }

.rate-form {
    position: relative;
    z-index: 9;
}

    .rate-form input[type="number"] {
        width: 100px;
        border: 1px solid #fff;
        color: #4f5053;
        padding: 5px 10px;
        background: #fdfdfd;
        line-height: 20px;
    }

    .rate-form input[type="text"] {
        width: 100px;
        border: 1px solid #fff;
        color: #4f5053;
        padding: 5px 10px;
        background: #fdfdfd;
        line-height: 20px;
    }

.req-form input[type="submit"] {
    width: 100px;
    background: #dfdede;
    border: 0;
}

.rate-form table > thead > tr > td:last-child > {
    width: 200px;
}

.req-sub {
    border: 0;
    background: /*#01c49c*/ #888;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}

    .req-sub:hover {
        background: #1f1f1f;
    }

.req-form i {
    font-size: 18px;
}

.cb-con {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cb-con input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ece8df;
    border: 1px solid #4f4c4c;
}

.cb-con input:checked ~ .checkmark {
    background-color: #ECE8DF;
    border: 1px solid #686767;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cb-con input:checked ~ .checkmark:after {
    display: block;
}

.cb-con .checkmark:after {
    left: 6px;
    top: 0px;
    width: 6px;
    height: 15px;
    border: solid #686767;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#img {
    width: 85%;
}

#imgdiv {
    margin: 0 0 10px 0;
}

.steps {
    position: relative;
    z-index: 9;
}
.cost-summery-title {background: #e4e4e4; margin: 0 0 10px 0; text-align: center; float: left;width: 100%;}
.cost-summery-title h4 {font-size: 20px;color: #1c0a3e;}
.select-property {
    background: #e4e4e4;
    float: left;
    margin: 0 0 10px 0;
    padding: 10px;
}

    .select-property label {
        font-size: 18px;
        color: #1c0a3e;
        margin: 0 10px 0 0;
    }

    .select-property span {
        color: #5b5959;
        font-size: 17px;
    }

.pro {
    margin: 0 0 20px 0;
}

.selected-area {
    margin: 0 0 20px 0;
}

.ch1 label {
    font-size: 17px !important;
    margin: 0 10px 0 0;
    line-height: 13px;
}

.selected-area h4 {
    margin: 0;
    font-size: 17px;
    line-height: 29px;
}

    .selected-area h4 span {
        color: #1c0a3e;
        font-weight: 600;
    }

.select-property [type="text"], input[type="tel"] {
    border: 1px solid #fff;
    color: #4f5053;
    padding: 5px 10px;
    margin-right: 2%;
    width: 15%;
    background: #ededed;
    line-height: 35px;
}


.select-property [type="submit"] {
    border: 0;
    background: #01c49c;
    padding: 10px 20px;
    color: #fff;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}

    .select-property [type="submit"]:hover {
        background: #251249;
    }

.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td {
    border: 1px solid /*#dcdbdb*/#d2d2d2;
	color: #000;
	font-weight: 600;
}
.table-hover>tbody>tr:hover{background-color:#f5f5f5; font-weight:600;}
.profile input[type="text"], input[type="tel"] {
    border: 1px solid #fff;
    color: #8f93a0;
    padding: 5px 10px;
    margin-right: 2%;
    width: 48%;
    float: left;
    margin-bottom: 15px;
    background: #ededed;
    line-height: 35px;
}

.profile input[type="email"] {
    border: 1px solid #fff;
    float: left;
    color: #8f93a0;
    padding: 5px 10px;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 15px;
    background: #ededed;
    line-height: 35px;
}

.profile input[type="submit"] {
    border: 0;
    background: #01c49c;
    padding: 10px 20px;
    color: #fff;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}

    .profile input[type="submit"]:hover {
        background: #251249;
    }

.box-profile {
    background: #f3f3f3;
    text-align: center;
    border-top: 4px solid #1c0a3e;
    border-radius: 5px;
    padding: 40px;
    z-index: 9;
    position: relative;
}

    .box-profile img {
        border: 1px solid #ccc;
        border-radius: 50%;
        width: 40%;
    }

.profile-username {
    color: #1c0a3e;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.box-profile h4 {
    text-align: left;
    font-size: 18px;
    color: #0d9075;
}

    .box-profile h4 i {
        font-size: 18px;
        margin: 0 3px 0 0;
    }

.profile {
    z-index: 9;
    position: relative;
    margin: 0 0 30px 0;
}

.input-group {
    display: inline-flex;
    width: 45%;
}

    .input-group [type="text"] {
        width: 35%;
    }

.input-group-addon {
    padding: 7px 20px;
}

    .input-group-addon .fa {
        line-height: 30px;
        margin-left: -10px;
    }

.total {
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}

    .total h3 {
        margin: 0;
        background: #1c0a3e;
        padding: 5px 10px;
        color: #fff;
        text-transform: uppercase;
    }

    .total h4 {
        margin: 17px 0;
        font-weight: 600;
        color: #00c39b;
    }

        .total h4 span {
            font-weight: normal;
        }

    .total ul {
        padding: 0;
        margin: 20px 0 0 0;
        float: left;
    }

        .total ul li {
            float: left;
            width: 100%;
            display: block;
            font-size: 14px;
            color: #616161;
            line-height: 20px;
            border-bottom: 1px solid #e2e2e2;
            padding: 10px 0;
            margin: 0;
        }

            .total ul li span {
                float: right;
                color: #1c0a3e;
                font-weight: 600;
            }

h5 .fa {
    font-size: 18px;
}

.total h5 {
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    color: #000;
    float: left;
    width: 100%;
}

    .total h5 small {
        color: #000;
    }

    .total h5 span {
        float: right;
    }

.total h6 {
    font-size: 16px;
    margin: 30px 0 0 0;
}

    .total h6 .fa {
        font-size: 16px;
    }

    .total h6 span {
        float: right;
    }

.total a {
    padding: 5px 10px;
    text-transform: uppercase;
    background: #00c39b;
    display: inline-block;
    color: #fff;
    margin: 25px 0 0 0;
    font-size: 15px;
}

    .total a:hover {
        background: #251249;
    }

.search input[type="text"] {
    float: right;
    padding: 6px;
    border: none;
    font-size: 17px;
    width: 200px;
    margin: 0 0 10px 0;
}

.admin-rate {
    background: #00c39b;
}

.page-head ul {
    padding: 0;
    position: relative;
    z-index: 9;
}

    .page-head ul li {
        display: inline-block;
    }

        .page-head ul li a {
            color: #000;
            padding: 0 20px;
			font-size: 18px;
        }

            .page-head ul li a i {
                font-size: 14px;
            }

.user-order a {
    background: #00c39b;
    padding: 5px;
    color: #fff;
}

.user-order {
    position: relative;
    z-index: 9;
    font-size: 20px;
}

.download-note h6 {
    font-size: 15px;
    margin: 0;
    line-height: 23px;
}

.download-note {
    position: relative;
    z-index: 9;
    margin: 50px 0 0 0;
    text-align: center;
}

.property-status {
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 40px 0;
}

    .property-status h4 {
        font-size: 20px;
        margin: 30px 0;
    }

        .property-status h4 a {
            color: #1c0a3e;
            background: #00c39b;
            padding: 7px 10px;
            border-radius: 5px;
            font-size: 20px;
        }

    .property-status h3 {
        font-weight: 600;
        margin: 50px 0;
    }

    .property-status h4 a:hover {
        color: #fff;
        background: #1c0a3e;
    }

    .property-status small {
        display: block;
        color: #000;
        line-height: 40px;
        font-size: 20px;
        margin: 13px 0 0 0;
    }

.highlight th {
    background: #7db45d !important;
    color: #fff;
}

.filter {
    margin: 0 0 20px 0;
    float: right;
    width: 100%;
}

    .filter select {
        float: right;
        border: 0;
        padding: 5px;
        font-size: 13px;
    }

.select-pro {
    margin: 0;
}

    .select-pro span {
        color: #1c0a3e;
        font-size: 20px;
        font-weight: 600;
        display: block;
        line-height: 35px;
    }

.advertisement {
    position: relative;
    z-index: 9;
}

    .advertisement h3 {
        text-align: center;
        font-size: 36px;
        margin: 0;
        padding: 50px 0;
        text-transform: uppercase;
    }
/*terms*/
.terms ul {
    padding: 0;
}

    .terms ul li {
        display: block;
        position: relative;
        z-index: 9;
        color: #1c0a3e;
        line-height: 27px;
    }

/*about us*/
.about h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 20px 0;
    color: #000;
}

.about p {
    color: #fff;
    position: relative;
}

.emailid {
    float: left;
    position: absolute;
    background: #929090;
    padding: 20px;
    top: 34%;
    margin: 10px;
    width: 24%;
}

.about-us {
    background: #03ac8f;
    z-index: 9;
    padding: 40px 25px;
    width: 43%;
    position: absolute;
    top: 35%;
    right: 28.4%;
    margin: 10px;
}

.office-logo {
    float: left;
    background: /*#1c0a3e*/#1f1f1f;
    padding: 50px;
    margin: 10px;
}

    .office-logo img {
        width: 100%;
    }

.mission {
    background: #a77f4c;
    padding: 81px 20px 40px 20px;
    width: 25%;
    margin: 10px;
    position: relative;
    z-index: 9;
    display: table;
}

.founder {
    background: #9f9f9d;
    padding: 65px 20px 40px 20px;
    float: left;
    width: 25%;
    margin: 10px;
}

.com {
    background: #9f8470;
    padding: 60px 20px 20px 20px;
    width: 35%;
    float: left;
    margin: 10px;
}

.objective {
    width: 27%;
    padding: 121px 20px 50px 20px;
    background: #586296;
    margin: 10px;
    position: absolute;
    right: 0;
    top: 55%;
}

/*other products*/
.patners {
    padding: 0;
    text-align: center;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 9;
}

    .patners li a {
        color: #fff;
    }

    .patners li {
        display: inline-block;
        margin: 0 34px 30px 34px;
        background: #67636f;
        padding: 5px;
        color: #fff;
        width: 27%;
        text-align: center;
    }

.products-l h3 {
    text-align: center;
    background: #ccc;
    padding: 5px 0;
}

.products-l div {
    width: 40%;
    float: left;
    margin: 27px 5%;
    text-align: center;
    height: 100px;
    border: 1px solid #a7a6a6;
    padding: 10px;
    position: relative;
    z-index: 9;
	background: #ccf3ee;
}

.one::after {
    content: '\f178';
    position: absolute;
    display: block;
    font-family: 'fontawesome';
    font-size: 40px;
    right: -50px;
    top: 25%;
}

.two::after {
    content: '\f175';
    position: absolute;
    display: block;
    font-family: 'fontawesome';
    font-size: 40px;
    left: 94px;
    top: 100%;
}

.three::after {
    content: '\f175';
    position: absolute;
    display: block;
    font-family: 'fontawesome';
    font-size: 40px;
    left: 94px;
    top: 100%;
}

.four::after {
    content: '\f177';
    position: absolute;
    display: block;
    font-family: 'fontawesome';
    font-size: 40px;
    left: -50px;
    top: 25%;
}

.five::after {
    content: '\f178';
    position: absolute;
    display: block;
    font-family: 'fontawesome';
    font-size: 40px;
    right: -50px;
    top: 25%;
}

.six::after {
    content: '\f175';
    position: absolute;
    display: block;
    font-family: 'fontawesome';
    font-size: 40px;
    left: 94px;
    top: 100%;
}

.seven::after {
    content: '\f175';
    position: absolute;
    display: block;
    font-family: 'fontawesome';
    font-size: 40px;
    left: 94px;
    top: 100%;
}

.eight::after {
    content: '\f177';
    position: absolute;
    display: block;
    font-family: 'fontawesome';
    font-size: 40px;
    left: -50px;
    top: 25%;
}

.nine::after {
    content: '\f178';
    position: absolute;
    display: block;
    font-family: 'fontawesome';
    font-size: 40px;
    right: -50px;
    top: 25%;
}

.products-r div {
    float: left;
    width: 100%;
    margin: 25px 0 20px 0;
    text-align: center;
    border: 1px solid #a7a6a6;
    padding: 10px;
    position: relative;
    z-index: 9;
	background: #ccf3ee;
}

.products-r p {
    margin: 0;
    color: #304757;
}

.products-r div::after {
    content: '\f175';
    position: absolute;
    display: block;
    font-family: 'fontawesome';
    font-size: 40px;
    left: 47%;
    top: 85%;
}

.step-four ul {
    padding: 0;
    margin: 20px 0;
}

    .step-four ul li {
        display: block;
        font-size: 15px;
        color: #304757;
    }

.products-r div:last-child::after {
    display: none;
}

/*contact us*/
.mu-contact-left h4 {
    text-align: center;
    background: #ccc;
    padding: 5px 0;
}

.contactform {
    background: #f1f1f1;
    padding: 20px;
    position: relative;
    z-index: 9;
}

    .contactform label {
        text-transform: uppercase;
        width: 100%;
        font-size: 13px;
    }

    .contactform input[type="text"], input[type="tel"] {
        border: 1px solid #ddd;
        color: #555;
        padding: 5px 10px;
        width: 100%;
        margin-bottom: 0;
    }

    .contactform textarea {
        border: 1px solid #ddd;
        color: #555;
        padding: 5px 10px;
        width: 100%;
        margin-bottom: 0;
        border-radius: 0;
    }

    .contactform input[type="email"] {
        border: 1px solid #ddd;
        color: #555;
        padding: 5px 10px;
        width: 100%;
        margin-bottom: 0;
    }

    .contactform input[type="button"] {
        background: #138870;
        padding: 10px 20px;
        margin: 25px 0 0 0;
        display: inline-block;
        color: #fff;
        font-size: 17px;
        border: 0;
    }

        .contactform input[type="button"]:hover {
            background: #304757;
            color: #fff;
        }

.mu-contact-right {
    width: 50%;
    float: none;
    margin: 0 auto;
}

    .mu-contact-right h4 {
        text-align: center;
        background: #ccc;
        padding: 5px 0;
    }

    .mu-contact-right ul {
        background: #f1f1f1;
        padding: 20px;
    }

        .mu-contact-right ul li {
            display: block;
            margin: 0 0 20px 0;
        }

            .mu-contact-right ul li i {
                color: #000;
            }

            .mu-contact-right ul li i {
                color: #119076;
                width: 40px;
                height: 40px;
                border: 1px solid #b1b4b4;
                border-radius: 50%;
                text-align: center;
                line-height: 40px;
                margin: 0 10px 0 0;
            }

.products-r h3 {
    text-align: center;
    background: #ccc;
    padding: 5px 0;
    float: left;
    width: 100%;
}

#txtCaptcha {
    width: 50%;
    border: 0;
    text-align: center;
    padding: 5px;
}

#btnrefresh {
    border: 0;
    background: #686767;
    padding: 4px 12px;
    color: #fff;
}

/*payment*/
.payment {
    background: #e3e3e3;
    padding: 20px 220px;
    position: relative;
    z-index: 9;
}

    .payment h4 {
        text-align: center;
        margin: 0 0 10px 0;
    }

    .payment h5 {
        text-align: center;
        font-size: 30px;
    }

    .payment ul {
        padding: 0;
        margin: 30px auto;
    }

        .payment ul li {
            display: block;
            color: #6f6f6f;
        }

            .payment ul li strong {
                color: #1c0a3e;
            }

    .payment h5 span {
        color: #18a189;
    }

    .payment h6 {
        text-align: center;
        font-size: 24px;
        margin: 0 0 30px 0;
    }

.payment-form {
    margin: 25px 0 0 0;
}

    .payment-form label {
        text-transform: uppercase;
        width: 100%;
        font-size: 13px;
    }

    .payment-form input[type="text"], input[type="tel"] {
        border: 1px solid #ddd;
        color: #555;
        padding: 5px 10px;
        width: 100%;
        margin-bottom: 10px;
        ;
    }

    .payment-form textarea {
        border: 1px solid #ddd;
        color: #555;
        padding: 5px 10px;
        width: 100%;
        margin-bottom: 10px;
        ;
        border-radius: 0;
    }

    .payment-form input[type="email"] {
        border: 1px solid #ddd;
        color: #555;
        padding: 5px 10px;
        width: 100%;
        margin-bottom: 10px;
        ;
    }

    .payment-form input[type="submit"] {
        background: #138870;
        padding: 10px 20px;
        margin: 25px 0 0 0;
        display: inline-block;
        color: #fff;
        font-size: 17px;
        border: 0;
    }

        .payment-form input[type="submit"]:hover {
            background: #304757;
            color: #fff;
        }

    .payment-form input[type="button"] {
        background: #138870;
        padding: 10px 20px;
        margin: 25px 0 0 0;
        display: inline-block;
        color: #fff;
        font-size: 17px;
        border: 0;
    }

        .payment-form input[type="button"]:hover {
            background: #304757;
            color: #fff;
        }
/*Terms and conditions*/
.term-and-condi {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}

    .term-and-condi h4 {
        text-align: left;
        margin: 0 0 10px 0;
        font-size: 14px;
        text-decoration: underline;
    }

        .term-and-condi h4 a { /*background: #1c0a3e; color: #fff; padding: 10px 10px;*/
            font-size: 14px;
            text-decoration: underline;
        }

            .term-and-condi h4 a:hover {
                text-decoration: none;
            }

.modal-header h4 {
    color: #1c0a3e;
    text-align: center;
}

.tedco ul {
    margin: 15px 0 0 0;
    padding: 0;
}

    .tedco ul li {
        margin: 0 0 10px 0;
        line-height: 25px;
        color: #7e7e7e;
        font-size: 16px;
        font-family: 'Poppins';
        list-style-type: none;
        padding: 0 0 0 30px;
    }

.tnc-con {
    position: relative; /*padding-left:30px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; /*padding-top: 10px;*/
    display: initial;
}

    .tnc-con input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark1 {
    position: absolute;
    top: 0;
    left: -30px;
    height: 18px;
    width: 18px;
    background-color: #ece8df;
    border: 1px solid #4f4c4c;
}

.tnc-con input:checked ~ .checkmark1 {
    background-color: #ECE8DF;
    border: 1px solid #686767;
}

.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

.tnc-con input:checked ~ .checkmark1:after {
    display: block;
}

.tnc-con .checkmark1:after {
    left: 6px;
    top: 0px;
    width: 6px;
    height: 15px;
    border: solid #686767;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-footer {
    border: 0;
    text-align: center;
    padding: 0 0 10px 0;
}

.tedco-fot h6 a {
    background: #1c0a3e;
    color: #fff;
    padding: 10px 10px;
    font-size: 14px;
}
/*Terms and conditions*/
@media(max-width:1024px) {
    .office-logo {
        width: 32%;
    }
}

@media(max-width:768px) {
    .navbar-header {
        text-align: center;
        margin: 0 0 10px 0;
    }

        .navbar-header img {
            width: auto;
        }

    .pg-left {
        padding: 20px;
    }

    .section-heading {
        padding: 0;
    }

        .section-heading h3 {
            font-size: 34px;
        }

    .footer-widget::before {
        bottom: 475px;
        left: auto;
        right: 0;
    }

    .foo-links {
        margin: 10px 0 10px 0;
    }

    .site-footer h5 {
        float: left;
    }

    .design {
        float: right;
    }

    .quote-form {
        width: 60%;
    }

    .navbar h3 {
        font-size: 15px;
        margin: 0 0 10px 0;
    }

    .dashboard-menu {
        width: 44%;
    }

    .com {
        width: 100%;
        padding: 20px;
        margin: 10px 0;
    }

    .office-logo {
        width: 100%;
        padding: 20px;
        margin: 10px 0;
        text-align: center;
    }

    .founder {
        width: 100%;
        padding: 20px;
        margin: 10px 0;
    }

    .emailid {
        width: 100%;
        position: unset;
        padding: 20px;
        margin: 10px 0;
    }

    .about-us {
        width: 100%;
        position: unset;
        padding: 20px;
        float: left;
        margin: 10px 0;
    }

    .mission {
        width: 100%;
        position: unset;
        padding: 20px;
        float: left;
        margin: 10px 0;
    }

    .objective {
        width: 100%;
        position: unset;
        padding: 20px;
        float: left;
        margin: 10px 0;
    }

    .office-logo img {
        width: auto;
    }

    .patners li {
        width: 45%;
        margin: 10px;
    }
}

@media(max-width:480px) {
    .footer-widget::before {
        display: none;
    }

    .quote-form {
        width: 100%;
    }

    .links li {
        display: block;
    }

    .pg-left ul {
        margin: 20px 0 0 0;
        display: none;
    }

    .section-heading h3 {
        font-size: 28px;
    }

    .site-footer h5 {
        float: none;
        text-align: center;
    }

    .design {
        float: none;
        text-align: center;
        margin: 10px 0 0 0;
    }

    .admin-dashboard {
        width: 100%
    }

    .dashboard-menu {
        width: 100%;
        margin: 1% 0;
    }

    .rate-form {
        width: 100%;
        overflow-x: auto;
        height: 500px;
        overflow-y: scroll;
    }

    .table-bordered > thead > tr > th {
        font-size: 15px;
    }

    .req-form {
        width: 100%;
        overflow-x: auto;
        height: 500px;
        overflow-y: scroll;
    }

    .office-logo img {
        width: 100%;
    }

    .products-l div {
        height: 120px;
    }

    .one::after {
        right: -43px;
        top: 30%;
    }

    .two::after {
        left: 75px;
    }

    .three::after {
        left: 75px;
    }

    .four::after {
        left: -43px;
        top: 30%;
    }

    .five::after {
        right: -43px;
        top: 30%;
    }

    .six::after {
        left: 75px;
    }

    .seven::after {
        left: 75px;
    }

    .eight::after {
        left: -43px;
        top: 30%;
    }

    .nine::after {
        right: -43px;
        top: 30%;
    }

    .payment ul {
        width: 100%;
    }
}

@media(max-width:360px) {
    .products-l div {
        height: auto;
        width: 100%;
        margin: 20px 0;
    }

    .one::after {
        left: 45%;
        top: 92%;
        content: '\f175';
        right: auto;
    }

    .two::after {
        left: 45%;
        top: 92%;
    }

    .three::after {
        left: 45%;
        top: 92%;
    }

    .four::after {
        left: 45%;
        top: 92%;
        content: '\f175';
        right: auto;
    }

    .five::after {
        left: 45%;
        top: 92%;
        content: '\f175';
        right: auto;
    }

    .six::after {
        left: 45%;
        top: 92%;
    }

    .seven::after {
        left: 45%;
        top: 92%;
    }

    .eight::after {
        left: 45%;
        top: 92%;
        content: '\f175';
        right: auto;
    }

    .nine::after {
        left: 45%;
        top: 92%;
        content: '\f175';
        right: auto;
    }

    .patners li {
        width: 100%;
        margin: 5px 0;
    }
}

@media(max-width:320px) {
    .products-l div {
        height: auto;
        width: 100%;
        margin: 20px 0;
    }

    .one::after {
        left: 45%;
        top: 92%;
        content: '\f175';
        right: auto;
    }

    .two::after {
        left: 45%;
        top: 92%;
    }

    .three::after {
        left: 45%;
        top: 92%;
    }

    .four::after {
        left: 45%;
        top: 92%;
        content: '\f175';
        right: auto;
    }

    .five::after {
        left: 45%;
        top: 92%;
        content: '\f175';
        right: auto;
    }

    .six::after {
        left: 45%;
        top: 92%;
    }

    .seven::after {
        left: 45%;
        top: 92%;
    }

    .eight::after {
        left: 45%;
        top: 92%;
        content: '\f175';
        right: auto;
    }

    .nine::after {
        left: 45%;
        top: 92%;
        content: '\f175';
        right: auto;
    }

    .patners li {
        width: 100%;
        margin: 5px 0;
    }
}
