﻿
.listing {
    width: 100%;
    padding: 0 100px 60px 100px;
}

    .listing ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .listing ul li {
            float: left;
            line-height: 30px;
            font-size: 16px;
            color: #444444;
            width: 100%;
        }

.border_btm {
    border-bottom: solid 2px #040a1a;
}

.sectionClass {
    padding: 0px 0px 0px 0px;
    position: relative;
    display: block;
    background: rgb(32, 56, 144);
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}


.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

    .sectiontitle h2 {
        font-size: 30px;
        color: #222;
        margin-bottom: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }


.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}

.mgleft {
    margin-right: 10px;
}

.projectFactsWrap {
    display: flex;
    margin-top: 0px;
    flex-direction: row;
    flex-wrap: wrap;
}


#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

    .projectFactsWrap .item:nth-child(1) {
        background: rgb(32, 56, 144);
    }

    .projectFactsWrap .item:nth-child(2) {
        background: rgb(32, 56, 144);
    }

    .projectFactsWrap .item:nth-child(3) {
        background: rgb(32, 56, 144);
    }

    .projectFactsWrap .item:nth-child(4) {
        background: rgb(32, 56, 144);
    }

    .projectFactsWrap .item p.number {
        font-size: 40px;
        padding: 0;
        font-weight: bold;
    }

    .projectFactsWrap .item p {
        color: #fff;
        font-size: 18px;
        margin: 0;
        padding: 10px;
        font-family: 'Open Sans';
    }


    .projectFactsWrap .item span {
        width: 60px;
        background: rgba(255, 255, 255, 0.8);
        height: 2px;
        display: block;
        margin: 0 auto;
    }


    .projectFactsWrap .item i {
        vertical-align: middle;
        font-size: 50px;
        color: rgb(233, 163, 39);
    }


    .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p {
        color: white;
    }

    .projectFactsWrap .item:hover span {
        background: white;
    }


.text_moniyal {
    width: 100%;
}

    .text_moniyal h2 {
        color: #203890;
        font-size: 26px;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        margin: 30px 0 70px;
    }

        .text_moniyal h2::after {
            content: "";
            width: 100px;
            position: absolute;
            margin: 0 auto;
            height: 4px;
            border-radius: 1px;
            background: #ec5157;
            left: 0;
            right: 0;
            bottom: -20px;
        }

.carousel {
    margin: 50px auto;
    padding: 0 70px;
}

    .carousel .item {
        color: #444444;
        overflow: hidden;
        min-height: 120px;
        font-size: 14px;
    }

    .carousel .media img {
        width: 80px;
        height: 80px;
        display: block;
        border-radius: 50%;
    }

    .carousel .testimonial {
        padding: 0 15px 0 60px;
        position: relative;
    }

        .carousel .testimonial::before {
            content: '\93';
            color: #e2e2e2;
            font-weight: bold;
            font-size: 68px;
            line-height: 54px;
            position: absolute;
            left: 15px;
            top: 0;
        }

    .carousel .overview b {
        text-transform: uppercase;
        color: #203890;
    }

    .carousel .carousel-indicators {
        bottom: -40px;
    }

.carousel-indicators li, .carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 1px 3px;
}

.carousel-indicators li {
    background: #eaa52a;
    border: 4px solid #ed5659;
}

    .carousel-indicators li.active {
        color: #fff;
        background: #203890;
        border: 5px double;
    }



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about1 .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about1 .content ul {
    list-style: none;
    padding: 0;
}

    .about1 .content ul li {
        padding-bottom: 10px;
    }

    .about1 .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #5fcf80;
    }

.about1 .content .learn-more-btn {
    background: #5fcf80;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

    .about1 .content .learn-more-btn:hover {
        background: #3ac162;
        color: #fff;
    }


.btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    background-color: #203890;
}

    .btn-learn-more:hover {
        background: #e9a327;
        color: #fff;
        text-decoration: none;
    }


.service_bg {
    background-color: #f4f4f4;
}


#tabs {
    margin-top: 15px;
    color: #5e5e5e;
    padding: 0;
}

    #tabs h6.section-title {
        color: #eee;
    }

    #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #f3f3f3;
        background-color: transparent;
        border-color: transparent transparent #f3f3f3;
        border-bottom: 4px solid !important;
        font-size: 20px;
        font-weight: bold;
    }

    #tabs .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #1d67a7;
        font-size: 15px;
    }


.Basic_Overview {
    width: 100%;
    padding: 20px 14px;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .Basic_Overview h2 {
        font-size: 30px;
        color: #000;
        line-height: 38px;
    }

.basic_lepto {
    width: 100%;
}

    .basic_lepto img {
        width: 100%;
    }

.CineCrystal {
    width: 100%;
}

    .CineCrystal p {
        color: #666;
        font-size: 14px;
    }

    .CineCrystal ul {
        margin-left: 20px;
        padding: 0px;
    }

        .CineCrystal ul li {
            line-height: 26px;
            font-size: 14px;
            list-style-type: disc;
        }


.main_features {
    width: 100%;
}

    .main_features p strong {
        color: #666;
        font-size: 16px;
    }

    .main_features p {
        color: #666;
        font-size: 14px;
    }

    .main_features ul {
        margin-left: 20px;
        padding: 0px;
    }

        .main_features ul li {
            line-height: 26px;
            font-size: 14px;
            list-style-type: disc;
        }

.laptop {
    width: 100%;
    margin-bottom: 20px;
}

    .laptop img {
        width: 100%;
    }

.Laptop_Ultrathin {
    width: 100%;
    background: #f5f5f5;
    padding: 30px;
    text-align: center;
}

    .Laptop_Ultrathin h3 {
        font-size: 30px;
        padding-bottom: 10px;
        color: #333;
        font-weight: 500;
    }

    .Laptop_Ultrathin h5 {
        font-size: 22px;
        color: rgba(0, 0, 0, 0.4);
    }

    .Laptop_Ultrathin img {
        width: 100%;
    }


.Laptop_Usability {
    width: 100%;
    background: #fff;
    padding: 30px;
    text-align: center;
}

    .Laptop_Usability h3 {
        font-size: 30px;
        padding-bottom: 10px;
        color: #333;
        font-weight: 500;
    }

    .Laptop_Usability h5 {
        font-size: 22px;
        color: rgba(0, 0, 0, 0.4);
    }

    .Laptop_Usability img {
        width: 100%;
    }


.based {
    width: 100%;
    background: #f5f5f5;
    padding: 40px 45px;
}

    .based ul {
        margin-left: 20px;
        padding: 0px;
        list-style: decimal;
    }

        .based ul li {
            width: 100%;
            line-height: 26px;
            font-size: 14px;
        }

.about_the_brand {
    background: #f5f5f5;
    padding: 5px 15px;
    margin-top: 20px;
}

    .about_the_brand h4 {
        margin: 0px;
        padding: 5px 15px;
        font-size: 18px;
        color: #333;
        font-weight: 500;
        line-height: 1em;
    }


.laptop_acer {
    width: 17%;
    margin: 25px 0;
}

    .laptop_acer img {
        width: 100%;
    }


.entry-content table {
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #eee;
    text-align: left;
}

.enhanced-content-detail-attribute-tab tr, .enhanced-content-detail-attribute-tab td {
    border: 0px !important;
    padding: 6px 24px;
}

    .enhanced-content-detail-attribute-tab tr td:first-child {
        text-align: right;
        width: 280px;
        vertical-align: top;
    }

.leptop_acre {
    width: 100%;
}

    .leptop_acre img {
        width: 100%;
    }


.laptop_d {
    width: 100%;
}

    .laptop_d img {
        width: 100%;
    }


.what_our {
    width: 100%;
    background-color: #f7f7f7;
}

.customers_say {
    width: 100%;
    padding: 5px 15px;
    border-left: solid 5px #1c66a6;
}

    .customers_say p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        text-align: left;
    }

        .customers_say p strong {
            font-size: 16px;
            text-align: right;
        }

.l_g {
    color: #fff;
    margin-top: -178px;
}


.we_create {
    width: 100%;
}

    .we_create p {
        font-size: 16px;
        color: #666;
    }

.blue_color {
    color: #203890;
}

.respondents {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

    .respondents img {
        width: 50%;
    }

    .respondents p {
        padding: 30px;
        background-color: #ececec;
        line-height: 1.5;
        margin-top: 20px;
    }

.icon-box1 {
    width: 100%;
    text-align: center;
}

    .icon-box1 i {
        text-align: center;
        font-size: 96px;
        color: #06528c;
        margin: 40px 0 70px;
    }

    .icon-box1 h4 {
        font-size: 22px;
        padding-bottom: 3px;
        color: #333;
        font-weight: 500;
        text-align: left;
        line-height: 1em;
    }

    .icon-box1 p {
        color: #666;
        font-size: 14px;
        text-align: left;
    }


.icon-box2 {
    margin-bottom: 20px;
    padding: 50px 40px;
    border-radius: 6px;
    background: #e9a327;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}



    .icon-box2 h4 {
        font-size: 22px;
        padding-bottom: 3px;
        color: #fff;
        font-weight: 500;
        text-align: left;
        line-height: 1em;
    }

    .icon-box2 p {
        color: #fff !important;
        font-size: 14px;
        text-align: left;
    }

    .icon-box2 a {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.5px;
        display: inline-block;
        padding: 8px 26px;
        transition: 0.5s;
        margin: 10px;
        border-radius: 50px;
        background-color: #203890;
        color: #fff;
    }

        .icon-box2 a:hover {
            background: #ed5458;
            color: #fff;
        }

.icon-box3 {
    width: 100%;
    text-align: center;
}

    .icon-box3 i {
        text-align: center;
        font-size: 96px;
        color: #06528c;
        margin: 40px 0 70px;
    }

    .icon-box3 h4 {
        font-size: 22px;
        padding-bottom: 3px;
        color: #333;
        text-align: center;
        font-weight: 500;
        line-height: 1em;
    }

    .icon-box3 p {
        color: #666;
        font-size: 14px;
        text-align: left;
    }


.et_pb_popup_builder_0 {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    border: 3px solid #e55a00;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 0px !important;
}

    .et_pb_popup_builder_0 img {
        width: 100%;
        margin-top: 33px;
    }



.margin_top80 {
    margin-top: 80px;
}


.margin_top50 {
    margin-top: 50px;
}


.get_your {
    width: 100%;
    text-align: left;
}

    .get_your h3 {
        font-size: 18px;
        color: #111;
        line-height: 30px;
        font-weight: 600;
    }

        .get_your h3 i {
            font-size: 25px;
            margin-right: 10px;
        }


    .get_your p {
        font-size: 14px;
        color: #5e5e5e;
        line-height: 28px;
    }

.hading1 {
    text-align: left;
}

.logo_100 {
    width: 100px;
}

.modal-header .close {
    padding: 4px 0;
    margin: 5px 0 0 0;
    text-align: center;
    color: #fff;
    opacity: 9;
}

.modal-header {
    padding: 6px 1rem;
}


/*.modal-dialog {
    max-width: 420px;
    margin: 1.75rem auto;
}*/

.login_modal_footer {
    margin-top: 5px;
}

.login_modal_header .modal-title {
    text-align: center;
    margin: 0 auto;
}

.form-group {
    position: relative;
}

    .form-group .login-field-icon {
        font-size: 20px;
        position: absolute;
        right: 15px;
        top: 3px;
        transition: all 0.25s ease 0s;
        padding-top: 2%;
    }

.login-modal {
    width: 100%;
    padding-bottom: 20px;
}

.login_modal_header, .login_modal_footer {
    background: #0c62a6 !important;
    color: #fff;
}

.modal-register-btn {
    margin: 4% 33% 2% 33%;
    width: 100%;
}

.login-modal input {
    height: 40px;
    box-shadow: none;
    border: 1px solid #ddd;
}

.modal-body-left {
    float: left;
    width: 50%;
    padding-right: 4%;
    border-right: 4px solid #ddd;
}

.modal-body-right {
    float: right;
    width: 47%;
}

.login-link {
    padding: 0 20%;
    color: #3c3c3c;
}

.modal-social-icons {
    padding: 0 10%;
}

.facebook, .twitter, .google, .linkedin {
    width: 100%; /*height:40px;*/
    padding-top: 2%;
    margin-top: 2%;
}

    /*.facebook i{padding-right:10px;}*/

    .google i {
        padding-right: 10px;
    }

/*.modal-icons{margin-left: -10px; margin-right: 20px;}*/
/*.google, .google:hover{background-color:#dd4b39;border:2px solid #dd4b39;color:#fff;}
.twitter, .twitter:hover{ background-color: #00aced; border:2px solid #00aced;color: #fff;}
.facebook, .facebook:hover{background-color: #3b5999; border:2px solid #3b5999;color:#fff;}
.linkedin, .linkedin:hover{background-color: #007bb6; border: 2px solid #007bb6; color:#fff;}*/
#social-icons-conatainer {
    position: relative;
}

#center-line {
    position: absolute;
    right: 271.7px;
    top: 70px;
    background: #ddd;
    border: 4px solid #DDDDDD;
    border-radius: 20px;
}

.modal-login-btn {
    width: 100%;
    margin-bottom: 10px;
    margin: 0 auto;
    text-align: center;
}

#modal-launcher {
    margin: 0% 0% 0% 0%;
}
/*h1{border-bottom:5px solid #00BB64;}*/



/********************* Login ***********************/

.page-padding {
    margin: 74px 0 0px;
}

.login-page {
    display: block;
    overflow: hidden;
    border: 1px solid #ccc;
    width: 50%;
    margin: 66px auto 30px;
    text-align: center;
    border-radius: 3px;
}

.login-form {
    background: #fff;
    padding: 40px;
    overflow: hidden;
}

.login-image {
    width: 50%;
    float: left;
}

.login-image, .log-inner img {
    height: 100%;
    max-height: 535px;
    object-fit: cover;
}

.login-area form#contactForm {
    border: none;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

.login-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    min-height: 36px;
    margin-bottom: 20px;
}

.login-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.login-btn {
    padding: 10px 30px;
    border: 1px solid #1E71B9;
    background: #1D67A7;
    color: #fff200 !important;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 700;
    border-radius: 2px;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    width: 100%;
}

.flex-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.check-group {
    position: relative;
    margin: 0px 0px 20px;
}

.check-box {
    color: #151b2c;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 0;
    outline: none;
    display: -webkit-inline-box;
    display: block;
    -webkit-box-align: left;
    align-items: left;
    padding-left: 0;
    position: absolute;
}

.check-box-input {
    position: absolute;
    left: 0px;
    top: 0px;
    min-height: 25px;
    height: 26px;
    margin: 0 !important;
    padding: 0 !important;
}

.remember-text {
    color: #151b2c;
    font-weight: 300;
    font-size: 14px;
    left: 11px;
    position: absolute;
    top: -1px;
    width: 134px;
    cursor: pointer;
}

.text-muted {
    font-size: 13px;
    float: right;
    margin-top: 2px;
    color: #151b2c;
}

.separetor {
    margin-top: 10px;
}

    .separetor span {
        background: #fff;
        position: relative;
        top: 10px;
        padding: 10px 0px 0px;
    }

.sign-icon {
    display: block;
    overflow: hidden;
    text-align: center;
}

    .sign-icon ul li {
        display: inline-block;
        margin: 0px 5px;
    }

        .sign-icon ul li a {
            color: #fff;
            display: block;
            text-transform: uppercase;
            font-size: 15px;
            padding: 0px 30px 0px 0px;
            font-weight: 600;
        }

            .sign-icon ul li a.facebook {
                color: #3B5998
            }

            .sign-icon ul li a.twitter {
                color: #00ACED
            }

            .sign-icon ul li a.google {
                color: #C32F10
            }

.acc-not {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 600;
}

.signup-form .check-group {
    position: relative;
    margin: 0px 0px 20px;
}

.signup-page .login-image,
.signup-page .log-inner img {
    height: 100%;
    max-height: 588px;
    object-fit: cover;
}








/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
    background-color: #fff;
}

    #generic_price_table .generic_content .generic_head_price {
        background-color: #f6f6f6;
    }

        #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
            border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
        }

        #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
            color: #525252;
        }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
            color: #414141;
        }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
            color: #414141;
        }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
            color: #414141;
        }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
            color: #414141;
        }

    #generic_price_table .generic_content .generic_feature_list ul li {
        color: #a7a7a7;
    }

        #generic_price_table .generic_content .generic_feature_list ul li span {
            color: #414141;
        }

        #generic_price_table .generic_content .generic_feature_list ul li:hover {
            background-color: #E4E4E4;
            border-left: 5px solid #1D67A7;
        }

    #generic_price_table .generic_content .generic_price_btn a {
        border: 1px solid #1E71B9;
        color: #000;
    }

    #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
    #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
        border-color: #1d67a7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1d67a7;
        color: #fff;
    }

    #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
    #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
        color: #fff;
    }

    #generic_price_table .generic_content:hover .generic_price_btn a,
    #generic_price_table .generic_content.active .generic_price_btn a {
        background-color: #1d67a7;
        color: #fff;
    }

.row .table {
    padding: 28px 0;
}

.utf_box_widget {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
    transform: translate3d(0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.02);
    position: relative;
    z-index: 1;
}

    .utf_box_widget h3 {
        width: 100%;
        font-size: 20px;
        line-height: 40px;
        padding: 0 0 20px;
        margin: 0px 0 20px 0;
        margin-bottom: 20px;
        display: block;
        font-weight: 500;
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
        font-weight: bold;
    }

        .utf_box_widget h3 i {
            margin-right: 10px;
            color: #fff;
            width: 40px;
            height: 40px;
            text-align: center;
            background: #584a97;
            padding: 10px;
            border-radius: 50%;
        }

.utf_sidebar_textbox {
    display: inline-block;
    width: 100%;
    padding-right: 0px;
}

    .utf_sidebar_textbox ul.utf_contact_detail {
        list-style: none;
        padding: 5px 0 0 0;
        margin-bottom: 0;
    }

        .utf_sidebar_textbox ul.utf_contact_detail li {
            text-align: left;
            position: relative;
            width: 100%;
            display: inline-block;
            padding: 10px 0;
            line-height: 28px;
            border-bottom: 1px solid #e8e8e8;
        }

            .utf_sidebar_textbox ul.utf_contact_detail li strong {
                display: inline-block;
                color: #333;
                font-weight: 600;
            }

        .utf_sidebar_textbox ul.utf_contact_detail li {
            text-align: left;
            position: relative;
            width: 100%;
            display: inline-block;
            padding: 10px 0;
            line-height: 28px;
            border-bottom: 1px solid #e8e8e8;
        }


.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}
/*==========
  Button Style
============*/
button.button, input[type="button"], input[type="submit"], a.button.border, a.button {
    background-color: #1d67a7;
    top: 0;
    padding: 10px 20px;
    color: #fff !important;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 30px;
}

input[type="button"], input[type="submit"] {
    line-height: 28px;
    height: auto;
    padding: 10px 20px;
}

button.button:before, a.button:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.2s;
}

button.button:hover:before, a.button:hover:before {
    opacity: 0.1;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

    #generic_price_table .generic_content .generic_head_price {
        margin: 0 0 20px 0;
    }

        #generic_price_table .generic_content .generic_head_price .generic_head_content {
            margin: 0 0 50px 0;
        }

            #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
                border-style: solid;
                border-width: 90px 1411px 23px 399px;
                position: absolute;
            }

            #generic_price_table .generic_content .generic_head_price .generic_head_content .head {
                padding-top: 40px;
                position: relative;
                z-index: 1;
            }

                #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
                    font-family: "Raleway",sans-serif;
                    font-size: 28px;
                    font-weight: 400;
                    letter-spacing: 2px;
                    margin: 0;
                    padding: 0;
                    text-transform: uppercase;
                }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag {
            padding: 0 0 20px;
        }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
                display: block;
            }

                #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
                    display: inline-block;
                    font-family: "Lato",sans-serif;
                    font-size: 28px;
                    font-weight: 400;
                    vertical-align: middle;
                }

                #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
                    font-family: "Lato",sans-serif;
                    font-size: 60px;
                    font-weight: 300;
                    letter-spacing: -2px;
                    line-height: 60px;
                    padding: 0;
                    vertical-align: middle;
                }

                #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
                    display: inline-block;
                    font-family: "Lato",sans-serif;
                    font-size: 24px;
                    font-weight: 400;
                    vertical-align: bottom;
                }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
                font-family: "Lato",sans-serif;
                font-size: 18px;
                font-weight: 400;
                letter-spacing: 3px;
                vertical-align: bottom;
            }

    #generic_price_table .generic_content .generic_feature_list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #generic_price_table .generic_content .generic_feature_list ul li {
            font-family: "Lato",sans-serif;
            font-size: 18px;
            padding: 15px 0;
            transition: all 0.3s ease-in-out 0s;
        }

            #generic_price_table .generic_content .generic_feature_list ul li:hover {
                transition: all 0.3s ease-in-out 0s;
                -moz-transition: all 0.3s ease-in-out 0s;
                -ms-transition: all 0.3s ease-in-out 0s;
                -o-transition: all 0.3s ease-in-out 0s;
                -webkit-transition: all 0.3s ease-in-out 0s;
            }

            #generic_price_table .generic_content .generic_feature_list ul li .fa {
                padding: 0 10px;
            }

    #generic_price_table .generic_content .generic_price_btn {
        margin: 20px 0 32px;
    }

        #generic_price_table .generic_content .generic_price_btn a {
            border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            -webkit-border-radius: 50px;
            display: inline-block;
            font-family: "Lato",sans-serif;
            font-size: 18px;
            outline: medium none;
            padding: 12px 30px;
            text-decoration: none;
            text-transform: uppercase;
        }

        #generic_price_table .generic_content,
        #generic_price_table .generic_content:hover,
        #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
        #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
        #generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
        #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
        #generic_price_table .generic_content .price,
        #generic_price_table .generic_content:hover .price,
        #generic_price_table .generic_content .generic_price_btn a,
        #generic_price_table .generic_content:hover .generic_price_btn a {
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
        }

#contact {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
    transform: translate3d(0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

    #contact h4 {
        width: 100%;
        font-size: 20px;
        line-height: 40px;
        padding: 0 0 20px;
        margin: 5px 0 30px 0;
        display: block;
        border-bottom: 1px solid #e8e8e8;
    }

.margin-top-40 {
    margin-top: 40px;
}


.schedule_demo {
    padding: 150px 0 200px;
    background: url("/home_assets/img/schedule_bg.jpg") left top no-repeat;
    margin-top: 130px;
    background-size: cover;
}

.schedule_hed {
    width: 100%;
    text-align: center;
}

.bg_tran {
    background-color: transparent !important;
}

.schedule_hed h2 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.schedule_hed p {
    font-size: 25px;
    color: #fff;
}

.schedule {
    width: 100%;
}

.schedule_left {
    width: 60%;
    float: left;
    background: #1d67a7;
    padding: 50px 80px;
}

.lavel_wite {
    color: #fff;
}

    .lavel_wite span {
        color: red;
    }


.select_bg {
    padding: 7px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../img/select-bg.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px 12px;
}

.overflo_inhri {
    overflow: inherit !important;
}

.schedule {
    width: 100%;
    margin-top: -150px;
    margin-bottom: 50px;
}

.schedule_right {
    width: 40%;
    background-color: #eee;
    float: left;
    padding: 45px 75px 302px;
}


.sumt_btn {
    font-size: 18px;
    color: #040404;
    background-color: #fff200;
    border: none;
    padding: 7px 25px;
    border-radius: 16px;
}

    .sumt_btn:hover {
        background-color: #000;
        color: #fff;
    }


.heading_contct {
    color: #0c5696;
    font-size: 28px;
    margin: 0 0 40px;
    font-weight: bold;
}

.social-links1 {
    width: 100%;
    text-align: center;
    margin-top: 53px !important;
}

    .social-links1 a {
        font-size: 16px;
        display: inline-block;
        background: rgb(27, 102, 166);
        color: #fff;
        line-height: 1;
        padding: 10px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }


        .social-links1 a:hover {
            background: rgb(255, 242, 0);
            color: #000;
        }


.alphaList {
    width: 100%;
    text-align: left;
}

    .alphaList ol {
        margin: 0px;
    }

        .alphaList ol li {
            color: #666;
            line-height: 27px;
            font-size: 14px;
        }

.alphaList1 {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

    .alphaList1 ul {
        margin: 0px;
    }

        .alphaList1 ul li {
            color: #666;
            line-height: 27px;
            font-size: 14px;
        }



.services8 .icon-box8 {
    margin-bottom: 20px;
    padding: 32px 22px 20px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
}

    .services8 .icon-box8 i {
        float: left;
        color: #1c66a6;
        font-size: 40px;
    }

    .services8 .icon-box8 h4 {
        margin-left: 70px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .services8 .icon-box8 h4 a {
            color: #05579e;
            transition: 0.3s;
        }

.services2 .icon-box8 h4 a:hover {
    color: #0880e8;
}

.services8 .icon-box8 p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}


.support_aticul {
    border-radius: 5px;
    background: #eaeaea87;
    padding: 30px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.4;
}

    .support_aticul h3 {
        margin: 0 0 15px;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.3;
        color: #333;
    }

    .support_aticul ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .support_aticul ul li {
            margin: 0 0 10px;
            width: 100%;
            float: left;
            line-height: 1.3;
        }

        .support_aticul ul a {
            text-align: left;
            font-size: 14px;
            color: #5b5b5b;
            text-decoration: none;
            display: block;
        }

            .support_aticul ul a:hover {
                color: #1d67a7;
            }



.support_aticul2 {
    border-radius: 5px;
    background: #eaeaea87;
    padding: 30px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.4;
}

    .support_aticul2 h4 {
        margin: 0 0 15px;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.3;
        color: #333;
    }


    .support_aticul2 p {
        text-align: left;
        font-size: 14px;
        color: #5b5b5b;
    }

    .support_aticul2 a {
        text-align: left;
        font-size: 14px;
        color: #fff;
        background-color: #1c66a6;
        text-decoration: none;
        display: inline-block;
        padding: 8px 12px;
        border-radius: 14px;
    }


/****************************** Discussion ********************************/

.discussion_heading {
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 17px;
}

    .discussion_heading h4 {
        font-weight: 600;
        margin-bottom: 5px;
        color: #384248;
        float: left;
        font-size: 30px;
        line-height: 30px;
    }


.discussion_heading2 {
    width: 100%;
    padding-bottom: 17px;
}

    .discussion_heading2 h4 {
        font-weight: 600;
        margin-bottom: 5px;
        color: #384248;
        float: left;
        font-size: 30px;
        width: 100%;
        line-height: 30px;
    }

    .discussion_heading2 p {
        width: 100%;
    }

.discussion_btm {
    border-bottom: solid 1px #ccc;
}

.discussion_left {
    width: 72%;
    float: left;
    padding: 8px;
}

    .discussion_left:hover {
        background-color: #f7f7f7;
    }

.margin-top30 {
    margin-top: 30px;
}

.discussion_right {
    width: 24%;
    float: right;
    margin-top: 30px;
}


.answered {
    width: 100%;
}

    .answered a {
        text-align: center;
        font-size: 22px;
        margin-top: 30px;
        box-shadow: 0 0 0 1px #dfdfdf;
        background-color: #f9f9f9;
        margin-right: 8px;
        color: #aeaeae;
        float: left;
        padding: 5px 16px;
        border-radius: 4px;
    }

        .answered a:hover {
            color: rgb(29, 103, 167);
        }


.answered2 {
    border-radius: 2px;
    font-size: 10px;
    background-color: #5ea43f;
    color: #fff;
    padding: 4px;
    text-align: center;
    margin: 15px 0px 0;
    display: inline-block;
    width: 94%;
}

.property_query {
    width: 100%;
    margin-top: 29px;
}

    .property_query h4 {
        padding-bottom: 5px;
        font-size: 18px;
        margin: 0;
        color: #069;
    }

    .property_query p {
        color: #aaa;
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.post_btn {
    border: none;
    background-color: #1d67a7;
    color: #fff;
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 12px;
    margin-left: 10px;
}


.cancel_btn {
    border: none;
    background-color: #f4180e;
    color: #fff;
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 12px;
    margin-left: 10px;
}

/****************************** Discussion ********************************/




@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {


    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }

    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

#generic_price_table_home {
    font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

    .demo-pic:hover {
        opacity: 0.7;
    }

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

    #generic_price_table_home li + li {
        margin-left: 10px;
        padding-bottom: 10px;
    }

    #generic_price_table_home li a {
        display: block;
        width: 50px;
        height: 50px;
        font-size: 0px;
    }

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #2ECC71;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

    #generic_price_table_home .blue:hover,
    #generic_price_table_home .emerald:hover,
    #generic_price_table_home .grey:hover,
    #generic_price_table_home .midnight:hover,
    #generic_price_table_home .orange:hover,
    #generic_price_table_home .purple:hover,
    #generic_price_table_home .red:hover,
    #generic_price_table_home .turquoise:hover {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        transition: all 0.3s ease-in-out 0s;
    }

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

    #generic_price_table_home .divider span {
        width: 100%;
        display: table;
        height: 2px;
        background: #ddd;
        margin: 50px auto;
        line-height: 2px;
    }

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

    .price-heading h1 {
        color: #666;
        margin: 0;
        padding: 0 0 50px 0;
    }

.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

@media (max-width: 991px) {
    .icon-boxes .icon-box {
        margin-bottom: 35px;
    }

    .carousel .testimonial {
        padding: 0 15px 0 0px;
        position: relative;
    }

    .login-page {
        display: block;
        overflow: hidden;
        border: 1px solid #ccc;
        width: 70%;
        margin: 30px auto 30px;
        text-align: center;
        border-radius: 3px;
    }
}

@media (max-width: 909px) {

    .projectFactsWrap .item {
        min-height: 289px;
    }
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        min-height: auto;
        padding: 17px 0px;
    }
}


@media (max-width: 768px) {
    .about1 .content .learn-more-btn {
        margin: 0 48px 0 0;
        padding: 6px 18px;
    }

    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}


@media only screen and (max-width: 767px) {

    .login-page {
        width: 100%;
        margin: 30px auto 30px;
    }

    .login-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .text_moniyal h2 {
        font-size: 20px;
    }

    .carousel {
        margin: 50px auto;
        padding: 0 0px;
    }

    .about1 .content h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 640px) {

    .modal-body-left {
        float: left;
        width: 100%;
        padding-right: 4%;
        border-right: none;
    }


    .modal-body-right {
        float: right;
        width: 100%;
    }

    #center-line {
        display: none;
    }


    .modal-social-icons {
        padding: 0 2%;
    }

    .modal-register-btn {
        margin: 23px auto 0;
        width: 100%;
        text-align: center;
    }

    .modal {
        left: 10px;
        width: 96%;
    }

    .Basic_Overview h2 {
        font-size: 19px;
    }

    #tabs .nav-tabs .nav-link {
        font-size: 12px;
    }
}


@media only screen and (max-width: 480px) {
    .projectFactsWrap .item p.number {
        font-size: 21px;
    }

    .projectFactsWrap .item i {
        font-size: 31px;
    }

    .projectFactsWrap .item p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    .login-form {
        background: #fff;
        padding: 20px;
        overflow: hidden;
    }

    .text_moniyal h2 {
        font-size: 16px;
        margin: 30px 0 37px;
    }

    .login-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }
}
