﻿@charset "utf-8";
/* CSS Document */
/*font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;*/
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

a, a:hover { /*transition:all 0.5s ease; -webkit-transition:all 0.5s ease;*/
}

    a:focus {
        outline: none;
    }

.navbar-brand > img {
    width: 300px;
}

.navbar-default {
    background: #ffffff;
    border-color: #e6e6e6;
    min-height: 85px;
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    z-index: 15;
    /*width: 100%;*/
    border-radius: 0;
}

.navbar-brand {
    padding: 5px 15px;
}

/*.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 700;
    padding: 0 35px;
    line-height: 85px;
    text-transform: uppercase;
    color: #00BCD4;
    letter-spacing: 1px;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: rgba(236, 236, 236, 0.5);
    }

.navbar-nav > li > .dropdown-menu {
    width: 250px;
    margin: 0;
    padding: 0;
    border: 1;
    box-shadow: none;
    border-top: 3px solid #00bcd4;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    color: #00BCD4;
    letter-spacing: 1px;
    font-weight: 700;
}*/

.bannerImg {
    position: relative;
    background: url(../images/compliance_main_banner.png) 0 0 fixed no-repeat;
    background-size: cover;
    width: 100%;
    height: 625px;
}

    .bannerImg:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.80);
        content: '';
        z-index: 1;
    }

    .bannerImg img {
        width: 100%;
    }

.bannerCaption {
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    z-index: 3;
    text-align: center;
}

    .bannerCaption h1 {
        letter-spacing: 2px;
        font-weight: 900;
        display: inline-block;
    }

    .bannerCaption h4 {
        letter-spacing: 2px;
        color: #05a5b9;
    }

    .bannerCaption h2 a {
        padding: 0;
        border: 0;
        color: #ffffff;
        font-size: 24px;
        margin: 0;
        font-weight: 500;
        border-radius: 0;
    }

        .bannerCaption h2 a:hover {
            background: none;
        }

    .bannerCaption a {
        display: inline-block;
        padding: 10px 25px;
        border: 1px solid #FFC107;
        color: #FFC107;
        text-decoration: none;
        font-size: 18px;
        margin: 25px 0 0 0;
        border-radius: 5px;
    }

        .bannerCaption a:hover {
            background: #FFC107;
            color: #ffffff;
        }

        .bannerCaption a .fa {
            margin: 0 10px 0 0;
        }

.Login {
    float: right;
    margin-right: 40px;
}

    .Login a {
        font-size: 16px;
        padding: 10px 25px;
        float: right;
        border: 1px solid #ffc107;
        margin: 20px 0 0 50px;
        background: #ffc107;
        color: #ffffff;
        text-transform: uppercase;
    }

        .Login a .fa {
            margin: 0 5px 0 0;
        }

        .Login a:hover {
            background: #00BCD4;
            border: 1px solid #00bcd4;
            text-decoration: none;
        }

.bannerCaption .bannerLink a {
    color: #ffffff;
    border-color: #00BCD4;
    border-radius: 0;
    padding: 5px 15px;
    margin: 25px 5px 5px;
    background: #00BCD4;
}

/* Social Icons */
/*#social_side_links {
    position: absolute;
    top: 40%;
    right: 0;
    padding: 0;
    list-style: none;
    z-index: 4;
}

    #social_side_links li a {
        display: block;
        color: #ffffff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 25px;
    }

        #social_side_links li a .fa {
            line-height: 50px;
        }

        #social_side_links li a img {
            display: block;
            max-width: 40px;
            padding: 10px;
            -webkit-transition: background .2s ease-in-out;
            -moz-transition: background .2s ease-in-out;
            -o-transition: background .2s ease-in-out;
            transition: background .2s ease-in-out;
        }

        #social_side_links li a:hover img {
            background: rgba(0, 0, 0, .2);
        }*/

.bannerCaption .downArrow a {
    padding: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0;
    font-size: 35px;
    border-color: #ffffff;
    border-width: 2px;
}

    .bannerCaption .downArrow a .fa {
        margin: 0;
    }


#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

    #custom-search-input select {
        border: 0;
        background-color: transparent;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }

    #custom-search-input input {
        border: 0;
        box-shadow: none;
    }

    #custom-search-input a {
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #ffc107;
        padding: 0 8px 0 10px;
        border-left: solid 1px #ccc;
    }

        #custom-search-input a:hover {
            border: 0;
            box-shadow: none;
            border-left: solid 1px #ccc;
        }

    #custom-search-input .glyphicon-search {
        font-size: 23px;
        background: #ffffff url(../images/Search_Icon.png) 0 0 repeat;
        width: 20px;
        height: 20px;
    }

    #custom-search-input a:focus {
        outline: 0;
    }

.wrapperWhite {
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
}

    .wrapperWhite img.themeImg {
        position: absolute;
        bottom: 0;
        width: 850px;
        left: -175px;
    }

    .wrapperWhite h2 {
        font-size: 40px;
        color: #ffc107;
        font-weight: 300;
        margin-bottom: 35px;
        padding-bottom: 35px;
        margin-top: 55px;
        border-bottom: 1px solid #dadada;
        position: relative;
    }

        .wrapperWhite h2 span {
            display: block;
            color: #e43000;
            text-transform: uppercase;
            font-weight: 900;
            font-size: 25px;
        }

        .wrapperWhite h2:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 64px;
            height: 5px;
            background: #00BCD4;
        }

    .wrapperWhite p {
        font-size: 16px;
        color: #000000;
        line-height: 30px;
    }

.wrapperGray {
    padding: 30px 0;
    min-height: 500px;
}

    .wrapperGray h2 span {
        font-weight: 900;
    }

    .wrapperGray h2 {
        font-weight: 300;
    }

.blockContent {
    position: relative;
    height: 800px;
}

ul.soln {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 400px;
}

ul.soln1 {
    z-index: 10;
}

ul.soln2 {
    top: 24%;
    z-index: 9;
}

ul.soln3 {
    top: 48%;
}

ul.soln li {
    position: relative;
    width: 250px;
    height: 250px;
    list-style: none;
    display: inline-block;
    transform: rotate(45deg);
    background: #ffc107;
    margin: 100px 50px;
    color: #ffffff;
    border: 1px solid #efbf30;
    box-shadow: 5px 5px 20px #ffdf7f inset;
}

    ul.soln li .rotate {
        transform: rotate(-45deg);
        text-align: center;
        width: 250px;
        height: 250px;
        position: absolute;
        left: 28px;
        top: 22px;
    }

ul.soln h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}

ul.soln li a {
    background: #e43000;
    color: #ffffff;
    padding: 4px 10px;
    margin: 10px 0 0 0;
    display: inline-block;
    border: 1px solid #c7320b;
}

    ul.soln li a:hover {
        text-decoration: none;
    }

/*footer {
    padding: 50px 0;
    background: #21292d;
    position: relative;
    z-index: 15;
}

    footer h3 {
        color: #ffffff;
        margin-bottom: 35px;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-bottom: 35px;
        border-bottom: 1px solid #343f44;
        box-shadow: 0 -1px 0 #000 inset;
        position: relative;
    }

        footer h3:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 10px;
            height: 10px;
            background: #ffc107;
            transform: rotate(45deg);
        }*/

.newsltr label {
    color: #ffffff;
}

.newsltr input[type="text"], .newsltr input[type="email"] {
    background: #001d38;
    border: 1px solid #003567;
    border-radius: 0;
    color: #7b7b7a;
    height: 40px;
}

.newsltr button {
    border-radius: 0;
}

/*footer ul {
    padding: 0;
    margin: 0;
}

    footer ul li {
        list-style: none;
        float: left;
        margin: 5px 0;
    }

        footer ul li .fa {
            margin: 0 5px 0 0;
            color: #fff;
        }

        footer ul li a {
            color: #fff;
            font-weight: 500;
            font-size: 14px;
        }

            footer ul li a:hover {
                text-decoration: none;
                color: #ffc107;
            }*/

footer a.rdMor {
    color: #ffc107;
}

.footerBtm {
    padding: 0px 40px;
    background: #04182b;
    color: #d4d4d4;
    font-size: 13px;
    position: relative;
    z-index: 15;
    /*height: 70px;*/
}

    .footerBtm a {
        color: #d4d4d4;
        font-size: 13px;
    }



/*footer p {
    color: #76a6bd;
    font-weight: 500;
}



    footer a.rdMor .fa {
        margin: 0 0 0 10px;
    }

*/

.demoVideo {
    position: relative;
}

    .demoVideo .imageFrame {
        position: absolute;
        top: 46px;
        left: -63px;
        right: 0;
        margin: 0 auto;
        width: 570px;
        height: 320px;
        overflow: auto;
    }

        .demoVideo .imageFrame img {
            width: 100%;
        }

.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

.modal-body .form-control {
    border-radius: 0;
    height: 45px;
    box-shadow: none;
    border-color: #afafaf;
}

.panel-login > .panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align: center;
}

    .panel-login > .panel-heading a {
        text-decoration: none;
        color: #666;
        font-weight: bold;
        font-size: 15px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

        .panel-login > .panel-heading a.active {
            color: #029f5b;
            font-size: 18px;
        }

    .panel-login > .panel-heading hr {
        margin-top: 10px;
        margin-bottom: 0px;
        clear: both;
        border: 0;
        height: 1px;
        background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    }

.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login input:hover,
.panel-login input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 10px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #fff;
        background-color: #53A3CD;
        border-color: #53A3CD;
    }

.forgot-password {
    text-decoration: underline;
    color: #888;
}

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: underline;
        color: #666;
    }

.btn-register {
    background-color: #0056bc;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 10px 0;
    text-transform: uppercase;
    border: 1px solid #023d82 !important;
    border-radius: 4px !important;
    height: 45px;
    margin-top: 15px;
}

    .btn-register:hover,
    .btn-register:focus {
        color: #fff;
        background-color: #023d82;
        border-color: #023d82;
    }

.modal-header {
    background: #0056bc;
    color: #ffffff;
    border-radius: 0;
}

    .modal-header h3 {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    background: #ffffff;
}

    .modal-body h4 {
        margin-bottom: 25px;
        color: #00BCD4;
        font-weight: 300;
    }

        .modal-body h4 strong {
            color: #000000;
        }

    .modal-body label span.error, .cntctFrm .error {
        color: #F8330E;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    width: 25px;
    height: 25px;
    /*background: #F44336;*/
    opacity: 1;
    color: #ffffff;
    line-height: 25px;
    border-radius: 50%;
    font-size: 17px;
}

.close:focus, .close:hover {
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: none;
    background: #000000;
}

button.close:focus {
    outline: none;
}

/*.modal-body:after {
    content: '';
    position: absolute;
    left: 33.5%;
    height: 100%;
    width: 1px;
    background: #ffffff;
    top: 0;
    box-shadow: -1px 0px 0px #f1f1f1;
}*/


.freeDemo .modal-dialog {
}

.freeDemo .modal-body:after {
    background: none;
    box-shadow: none;
}




.wrapper.inner {
}

.formPanel {
    display: block;
    position: relative;
    margin-top: 90px;
}


.formBdy {
    display: inline-block;
    width: 100%;
    padding: 25px 0;
}

    .formBdy .form-control {
        border-radius: 0;
        border: 1px solid #28caf0;
        background-color: #ffffff;
        height: 40px;
        resize: none;
    }

    .formBdy textarea.form-control {
        height: 120px;
    }



.cntctFrm input[type="text"], .cntctFrm input[type="email"], .cntctFrm select, .cntctFrm textarea {
    resize: none;
    border-radius: 0;
    border: 1px solid #d4d3d3;
    color: #585858;
    font-size: 12px;
    background: #ffffff;
    /*box-shadow: 3px 3px 5px #efefef inset;*/
}

.cntctFrm textarea {
    height: 100px;
}

    .cntctFrm input[type="text"]:focus, .cntctFrm input[type="email"]:focus, .cntctFrm select:focus, .cntctFrm textarea:focus {
        border: 1px solid #d4d3d3;
        box-shadow: 3px 3px 5px #efefef inset;
    }
/*.cntctFrm textarea:focus{ box-shadow:none;}*/
.cntctFrm span.asterix {
    color: #DD3F13;
}

span.note {
    font-size: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
    color: #ff5400;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}


.staticBanner {
    display: block;
    width: 100%;
    height: 200px;
    background: url(../images/clientBg.jpg) 0 0 fixed no-repeat;
    position: relative;
    overflow: hidden;
    background-position: 20% 108%;
    top: 90px;
}

    .staticBanner:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.28);
        content: '';
    }

    .staticBanner img {
        width: 100%;
    }

    .staticBanner .container {
        position: relative;
    }

.bannerCaptionInner {
    position: absolute;
    margin-top: 88px;
    left: 0;
    z-index: 11;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    right: 0;
    text-align: center;
}


.productBlock {
    text-align: center;
    min-height: 430px;
    padding: 15px;
    margin-bottom: 30px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}

.wrapper .productBlock figure {
    line-height: 80px;
}

.productBlock figure img {
    width: auto;
    height: 40px;
}

.wrapper .productBlock h4 {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0;
    color: #8fd3f4;
}

.productBlock:hover {
    box-shadow: 0 5px 10px #bababa;
    background: #fafafa;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

#menu {
    position: relative;
    top: 0;
    width: 100%;
}

    #menu.fixed {
        position: fixed;
        top: 74px;
        width: 305px;
        z-index: 15;
    }

aside ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -74px;
    left: 0;
    width: 100%;
}

    aside ul li {
        list-style: none;
    }

        aside ul li a {
            float: left;
            width: 100%;
            padding: 12px 15px;
            background: #ffc107;
            border-bottom: 1px solid #ffd965;
            text-transform: uppercase;
            color: #ffffff;
        }

            aside ul li a .fa {
                margin: 0 10px 0 0;
                color: #ffffff;
            }

            aside ul li a:hover, aside ul li a:focus {
                text-decoration: none;
                background: #ed8e00;
                color: #ffffff; /*box-shadow: 0 -7px 10px #f5b803 inset;*/
            }

.wrapperGray h2.secHd {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding: 30px 0 25px;
    border-bottom: 1px solid #dadada;
    position: relative;
}

    .wrapperGray h2.secHd:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 50px;
        height: 4px;
        background: #00BCD4;
    }

.searchResult {
    padding: 10px;
    background: #117bbe;
    display: inline-block;
    width: 100%;
}

    .searchResult input[type="text"], .searchResult select {
        border-radius: 0;
        box-shadow: none;
        height: 40px;
    }

    .searchResult a {
        border-radius: 0;
        width: 100%;
        margin: 25px 0 0 0;
        height: 40px;
    }

ul.textList, ol.textList {
    margin: 0 0 0 15px;
    padding: 0;
}

    ul.textList li {
        margin: 5px 0;
        font-size: 16px;
        list-style: circle;
    }

    ol.textList li {
        margin: 5px 0;
        font-size: 16px;
    }

.searchResult label {
    color: #ffffff;
}

ul.listofdata {
    padding: 0;
    margin: 0;
}

    ul.listofdata li {
        padding: 10px;
        margin: 0 0 15px 0;
        list-style: none;
        width: 100%;
        float: left;
        border: 1px solid #dadada;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+100 */
        background: rgb(229,229,229); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

.location {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 15px;
    background: #e43000;
    display: inline-block;
    border-radius: 15px;
}

.updatesDate {
    font-size: 12px;
    color: #a0a0a0;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
}

ul.listofdata table {
    margin-top: 15px;
}

    ul.listofdata table tr th {
        background: #ffc107;
        color: #ffffff;
    }

ul.listofdata h3 {
    font-size: 16px;
    margin: 10px 0 0 0;
    padding: 0;
    color: #00bcd4;
}

ul.listofdata p {
    margin: 15px 0 0 0;
}

.minimumWages, .actBlock, .formBlock {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

    .formBlock ul.listofdata li h5 a {
        color: #000000;
    }

    .formBlock ul.listofdata li h5 span {
        width: 20px;
        height: 20px;
        display: inline-block;
        background: #5cb85c;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        margin: 0 0 0 10px;
    }

        .formBlock ul.listofdata li h5 span .fa {
            line-height: 20px;
        }

.releasdDate {
    color: #3d3e3e;
    font-weight: 700;
}

h4.subHding {
    color: #00bcd4;
    margin: 15px 0;
    font-weight: 700;
}

    h4.subHding .fa {
        margin: 0 15px 0 0;
        color: #000000;
    }

.table-striped > tbody > tr > th {
    background-color: #00BCD4;
    color: #ffffff;
}

.validationError {
    position: absolute;
    right: 15px;
    color: #b53733;
    font-size: 12px;
    letter-spacing: 1px;
}

.disableMenu {
    opacity: 0.7;
}

.morelink, .morelink.less, .morelink.less:focus, .morelink:hover:focus {
    text-decoration: none;
    color: #5cb85c;
    font-size: 16px;
    font-weight: 700;
}

    .morelink:hover, .morelink.less:hover {
        color: #000000;
    }


@media screen and (min-width:320px) and (max-width:480px) {
    .navbar-brand > img {
        width: 150px;
    }

    .Login {
        display: none;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 3px 20px;
        line-height: 34px;
    }

    .navbar-nav > li > .dropdown-menu {
        display: block;
        width: 100%;
        border: 0;
        position: relative;
    }
    /*.navbar-default .navbar-collapse, .navbar-default .navbar-form{position: absolute;top: 0;left: 0;width: 100%;}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a{ padding:3px 20px;color: #00BCD4;line-height:34px;}*/
    .navbar-default {
        min-height: inherit;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 34px;
        color: #00BCD4 !important;
        padding: 3px 20px;
    }

    .dropdown-menu > li > a {
        background: #dbdbdb;
    }

    .bannerCaption {
        width: 90%;
    }

        .bannerCaption h1 {
            font-size: 16px;
            line-height: 25px;
            top: 5%;
        }

        .bannerCaption h2 a {
            font-size: 19px;
        }

        .bannerCaption .bannerLink a {
            margin: 10px 5px 5px;
        }

        .bannerCaption a {
            margin: 10px 0 0 0;
        }

    .wrapperWhite h2 {
        font-size: 25px;
    }

        .wrapperWhite h2 span {
            font-size: 20px;
        }

    .wrapperWhite img.themeImg {
        position: relative;
        bottom: 0;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    ul.soln {
        position: relative;
        height: auto;
    }

        ul.soln li {
            transform: rotate(0deg);
            margin: 5px 0;
        }

            ul.soln li .rotate {
                position: relative;
                transform: rotate(0deg);
                left: 0;
            }

    ul.soln2, ul.soln3 {
        top: 0;
    }

    .blockContent {
        height: auto;
    }

    .demoVideo img {
        display: none;
    }

    .imageFrame img {
        display: block;
    }

    .demoVideo .imageFrame {
        position: absolute;
        top: 46px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 240px;
        overflow: auto;
        border: 3px solid #d1cfcf;
    }

    #menu.fixed {
        position: relative;
        width: 100%;
        top: 0;
    }

    aside ul {
        position: relative;
        top: 0;
    }

    .minimumWages, .actBlock, .formBlock {
        margin-top: 35px;
    }

    .releasdDate {
        margin: 25px 0 0 0;
        float: left;
    }

    ul.listofdata h3 {
        line-height: 25px;
    }


    .addressPanel {
        position: relative;
        width: 100%;
    }

    .addressBlock ul li {
        width: 100%;
    }

    .staticBanner {
        height: 100px;
    }

    .bannerCaptionInner {
        margin-top: 35px;
    }

    .modal-body::after {
        background: transparent;
        box-shadow: none;
    }
}

.pagination li.prev, .pagination li.next {
    background: none;
    border: 0;
    width: inherit;
    padding: 0;
}

#gotop {
    width: 50px !important;
    height: 50px !important;
    z-index: 20;
    border-radius: 25px 25px 0px 25px;
    transition: all linear 0.3s;
}

#gotop:hover {
    transition: all linear 0.3s;
    border-radius: 25px;
}

.lp-selected {
    background-color: #ed8e00;
}


/*******************20-08-2019 Debolina*********************/

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 400;
    padding: 30px 15px;
    line-height: 30px;
    text-transform: capitalize;
    color: #191919;
    letter-spacing: 0px;
    margin: 0px;
}

.Login a {
    font-size: 13px;
    padding: 8px 12px;
    float: right;
    border: 1px solid #0d6094;
    margin: 25px 0 0 30px;
    background: #004cb7;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all ease 0.3s;
}

.bannerImg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    content: '';
    z-index: 1;
}

.navbar-default {
    border: 0px;
    /*box-shadow: 0px 1px 5px #e5e5e5;*/
    min-height: 70px;
    /*background: rgba(0, 0, 0, 0.3);*/
    background: transparent;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    color: #424242;
    letter-spacing: 1px;
    font-weight: 700;
}

.bannerCaption {
    color: #4c4c4c;
}

    .bannerCaption a {
        display: inline-block;
        padding: 10px 25px;
        border: 1px solid #ffffff;
        color: #ffffff;
        transition: all ease 0.3s;
        text-align: left;
        float: left;
        margin-left: 13px !important;
    }

        .bannerCaption a:hover {
            background: #117bbe;
            color: #ffffff;
        }

    .bannerCaption h2 a {
        color: #fff;
    }

    .bannerCaption .bannerLink a {
        color: #ffffff;
        border-color: #00a8bd;
        padding: 10px 20px;
        margin: 25px 5px 5px;
        background: #00BCD4;
        border-radius: 4px;
        transition: all 0.3s;
    }

        .bannerCaption .bannerLink a:hover {
            border-color: #0d6094;
            background: #117bbe;
        }

    .bannerCaption .downArrow a {
        border-color: #e43000;
        color: #e43000;
    }

    .bannerCaption h2 a:hover {
        background: none;
        color: #117bbe;
    }

.navbar-brand > img {
    width: 250px;
    margin-top: 10px;
}

.navbar-brand {
    height: auto;
}

/*.jcarousel img {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

    .jcarousel img:hover {
        filter: none;
    }*/

.bannerCaption {
    position: absolute;
    top: 30%;
}

    .bannerCaption h1 {
        font-size: 52px;
        letter-spacing: 0px;
        font-weight: 700;
        display: block;
        margin: 0px 0px 0px;
        color: #2d2d2d;
        text-align: left;
        margin-left: 40px;
        line-height: 1.1;
        text-shadow: none;
    }

.smart {
    color: #fff;
    font-size: 22px;
    margin-right: 20px;
    font-weight: 400;
}

/*.bannerImg {
    position: relative;
    width: 100%;
    height: 450px;
    box-shadow:0px 1px 10px #ddd;
}*/

.bannerCaption a, .bannerCaption .bannerLink a {
    margin: 30px 0 0 0;
}

.bannerCaption .bannerLink a {
    margin: 40px 0 0 0;
}

#custom-search-input .glyphicon-search {
    font-size: 21px;
    background: #ffffff;
    width: auto;
    height: auto;
    z-index: -1;
    top: 0px;
    right: 0px;
    color: #c1c1c1;
}

#custom-search-input a {
    border: 0px;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    background: transparent;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    background: transparent;
    width: 30px;
    position: relative;
    left: 28px;
    top: 3px;
}

#custom-search-input a:hover {
    border: 0;
    box-shadow: none;
    border-left: none;
}

#custom-search-input select {
    color: #868686;
}

.jcarousel-wrapper {
    margin: 0 auto 20px;
    position: relative;
    background: rgba(255, 255, 255, 0.70);
    padding: 30px !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ddd;
}

#social_side_links {
    position: fixed;
}

.wrapperWhite p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 25px;
}

.wrapperWhite h2 {
    font-size: 36px;
    color: #585858;
    font-weight: 400;
    margin-bottom: 35px;
    padding-bottom: 35px;
    margin-top: 260px;
    border-bottom: 1px solid #dadada;
    position: relative;
}

    .wrapperWhite h2:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 64px;
        height: 5px;
        background: #117bbe;
    }

.jss7 {
    top: auto;
    left: 50%;
    width: 100%;
    bottom: 0;
    height: 100%;
    position: absolute;
    transform: translate3d(-50%,350px,0);
    transition: transform 2000ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,height 2000ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

    .jss7 path {
        fill: #ffffff;
    }

.bannerImg {
    height: 625px;
    /*background: #195190;*/
}

.dropdown-menu > li > a:hover {
    color: #195190;
}

.blocks {
    border-radius: 4px;
    padding: 15px;
    transition: all ease 0.3s;
    height: 170px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

    .blocks:hover {
        /*transform: translateY(10px);*/
        background: #fff;
        box-shadow: 0px 1px 10px #ddd;
    }

    .blocks h3 {
        font-size: 20px;
        margin-left: 60px;
    }

    .blocks a {
        margin-left: 60px;
    }

    .blocks p {
        margin-left: 60px;
    }

/*.blocks p::before {
        content: '';
        position: absolute;
        left: 52px;
        top: 70px;
        height: calc(100% - 150px);
        width: 1px;
        background: #98b0cc;
        z-index: 0;
        -webkit-transition: all 0.8s ease 0s;
        -o-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s;
    }

    .blocks p::after {
        content: '';
        position: absolute;
        left: 48px;
        bottom: 75px;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: #98b0cc;
    }*/

/*.bannerImg {
    -webkit-clip-path: polygon( 50% 0%, 50% 0, 100% 0%, 100% 100%, 0 80%, 0 0);
    clip-path: polygon( 50% 0%, 50% 0, 100% 0%, 100% 100%, 0 80%, 0 0);
}*/

.Login a:hover {
    background: transparent;
    border: 1px solid #004cb7;
    text-decoration: none;
    color: #004cb7;
}

#custom-search-input {
    padding: 3px;
    border-radius: 25px;
    background-color: #fff;
    height: 40px;
    margin-top: 14px;
    width: 36%;
    float: left;
    text-align: center;
    margin: 25px 0 25px 6%;
}

.jss64 {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
    border-radius: 99px;
    width: 440px;
    margin: 50px 0px 50px 40px;
}

    .jss64:after {
        top: 16px;
        left: 52%;
        width: 2px;
        height: 24px;
        display: inline-flex;
        content: " ";
        opacity: 0.7;
        position: absolute;
        background: white;
        margin-left: -1px;
    }

    .jss64 a {
        line-height: 56px;
        color: #fff;
        background-color: #004CB7;
        height: 56px;
        font-size: 15px;
        min-width: 164px;
        box-shadow: none !important;
        font-weight: 500;
        border-radius: 0;
        border: 0px;
        margin: 0px;
        margin-left: 0px !important;
        font-family: 'Roboto', sans-serif;
        text-shadow: none;
    }

    .jss64 .left {
        padding: 0 16px 0 37.5px;
    }

    .jss64 .right {
        padding: 0 38px 0 16px;
    }

    .jss64 a:hover {
        background: #003580;
    }

.bannerCaption .bannerLink a {
    color: #ffffff;
    padding: 0px;
    background: transparent;
    border-radius: 1px;
    transition: all 0.3s;
    border: 0px;
    border-right: 1px solid #ffffff;
    padding-right: 15px;
}

    .bannerCaption .bannerLink a:last-child {
        border-right: 0px;
    }

    .bannerCaption .bannerLink a:hover {
        /* border-color: transparent; */
        background: transparent;
    }

.bannerImg img {
    width: auto;
    height: 400px;
    float: right;
}

.bannerCaption h2 {
    text-align: left;
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #556172;
}

.bannerCaption p {
    text-align: left;
    margin-left: 40px;
    margin-top: 20px;
    width: 45%;
    font-size: 15px;
    line-height: 1.8;
    font-family: roboto,sans-serif;
    line-height: 1.6;
    font-family: roboto,sans-serif;
    color: #464646;
    text-shadow: none;
}

.floatingbox {
    position: absolute;
    z-index: 10;
    background: #fff;
    height: auto;
    margin: 0px auto;
    top: 650px;
    left: 0;
    right: 0;
    padding: 0px;
    margin: 0px 50px;
    -webkit-box-shadow: 2px 15px 30px rgba(0,0,0,.1);
    box-shadow: 2px 15px 30px rgba(0,0,0,.1);
}

    .floatingbox div {
        padding: 30px;
        transition: all ease 0.3s;
        /*background: #fff;*/
    }

        .floatingbox div:hover {
            transform: scale(1.08);
            background: #fff;
            box-shadow: 0px 1px 10px #ddd;
            margin-right: 0px;
        }

    .floatingbox a {
        font-size: 22px;
        margin-top: -10px;
        display: block;
        text-align: left;
        color: #4c4c4c;
        font-weight: 700;
    }

        .floatingbox a:hover {
            text-decoration: none;
        }

    .floatingbox span {
        margin-left: 35px;
        color: #143f71;
    }

    .floatingbox a img {
        margin-right: 0px;
        color: #195190;
        font-size: 38px;
        position: relative;
        top: 20px;
        left: 15px;
        width: 65px;
    }

    .floatingbox p {
        line-height: 22px;
        margin-left: 30%;
        font-weight: 400;
        margin-top: -11px;
    }

.why_image {
    margin-top: 260px;
    height: 330px;
    width: 100%;
}

.wrapperGray p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 25px;
    margin-left: 60px;
}

.wrapperGray h2 {
    font-size: 36px;
    color: #585858;
    font-weight: 400;
    margin-bottom: 35px;
    padding-bottom: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #dadada;
    position: relative;
    width: 21%;
    text-align: left;
    margin: 0px auto;
    margin-bottom: 35px;
}

    .wrapperGray h2:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 64px;
        height: 5px;
        background: #117bbe;
    }

#freedemoModal input {
    border: 1px solid #dee6ee;
    height: 45px;
    border-radius: 3px;
    padding: 0 16px;
    font-size: 14px;
    color: #596377;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    font-family: Poppins,sans-serif;
    box-shadow: none;
}

    #freedemoModal input:focus {
        border-color: #444 !important;
        box-shadow: none;
    }

#freeTrialModal input {
    border: 1px solid #dee6ee;
    height: 45px;
    border-radius: 3px;
    padding: 0 16px;
    font-size: 14px;
    color: #596377;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    font-family: Poppins,sans-serif;
    box-shadow: none;
}

    #freeTrialModal input:focus {
        border-color: #444 !important;
        box-shadow: none;
    }

.width95 {
    width: 95%;
}

/**********6/11/19***********/
.navbar-header {
    margin-left: 40px !important;
}


.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    padding: 20px 0px;
    width: 100%;
    margin: 0;
    border: 0px;
    border-top: 3px solid #004cb7;
    /*box-shadow: 20px 20px 105px #bbb;*/
    box-shadow: 0 60px 100px #bbb;
    border-radius: 0px;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: 300;
                line-height: 1.428571429;
                color: #333333;
                white-space: normal;
            }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .dropdown-menu-large .disabled > a,
    .dropdown-menu-large .disabled > a:hover,
    .dropdown-menu-large .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu-large .disabled > a:hover,
        .dropdown-menu-large .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .dropdown-menu-large .dropdown-header {
        color: #428bca;
        font-size: 18px;
    }

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: transparent;
}

/*********************nav animation strat**************************/

/* Border X get width  */
/*.borderXwidth a:before,*/ .borderXwidth:after, .borderXwidth.active:after {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 3px;
    content: '';
    background: #004cb7;
    transition: all 0.3s;
}

/*.borderXwidth a:before
{
    left: 0px;
    top: 0px;
}*/

.borderXwidth:after, .borderXwidth.active:after {
    /*left: 0px;
    bottom: 0px;*/
    left: 15px;
    bottom: 25px;
}

/*.borderXwidth a:hover:before,*/ .borderXwidth:hover:after, .borderXwidth.active:after {
    opacity: 1;
    width: 40px;
}



/*********************nav animation end**************************/

/*.onlynav {
    height: 40px;
    margin: 25px 0px;
}*/

/*********************mega menu strat************************/

.dropdown-menu-large li.mainheadline {
    padding: 15px 30px 30px;
    margin-top: 0px;
}

    .dropdown-menu-large li.mainheadline h2 {
        font-weight: 700;
        color: #3c3c3c;
    }

    .dropdown-menu-large li.mainheadline h4 {
        font-weight: 300;
        color: #4c4c4c;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .dropdown-menu-large li.mainheadline a {
        font-size: 14px;
        padding: 10px 15px;
        border: 1px solid #0d6094;
        margin: 0px 0 10px 0px;
        background: #004cb7;
        color: #fff;
        text-transform: uppercase;
        border-radius: 4px;
        transition: all ease 0.3s;
        font-family: 'Roboto', sans-serif;
        display: inline-block;
        text-decoration: none;
    }

.singleProduct {
    margin: 30px 0 0 0;
}

    .singleProduct h3 {
        font-size: 16px;
        margin-left: 0px;
        line-height: 24px;
        float: left;
        display: inline;
        width: 80%;
        color: #4c4c4c;
        margin-top: 5px;
        font-weight: 600;
    }

    .singleProduct i {
        display: inline-block;
        width: 40px;
        font-size: 32px;
        margin: 0px 10px 0 0 !important;
        color: #195190;
    }

    .singleProduct p {
        color: #777;
        line-height: 1.5;
        font-size: 14px;
        font-family: roboto;
    }

    .singleProduct a {
        text-decoration: none !important;
    }

.dropdown-menu-large li.mainheadline a:hover {
    background: transparent;
    border: 1px solid #004cb7;
    text-decoration: none;
    color: #004cb7;
}

/********************************************************/
.borderXtoXwidth:after {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #004cb7;
    transition: all 0.3s;
}

.borderXtoXwidth:after {
    left: 15px;
    bottom: 0px;
}

.borderXtoXwidth:hover:after {
    opacity: 1;
    width: 50%;
}

.know {
    margin: 0;
    padding: 0;
    height: auto;
    margin-top: 15px;
}

    .know a {
        text-decoration: none;
    }

    .know:hover {
        box-shadow: none;
    }

    .know img {
        width: 35px;
    }

    .know h3 {
        margin-top: 0px;
        color: #4c4c4c;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 25px;
        top: 8px;
        position: relative;
        margin-left: 50px;
    }

    .know p {
        color: #777;
        line-height: 1.5;
        font-size: 14px;
        font-family: roboto;
        margin-left: 0;
    }

/**************section1*****************/

.section1 {
    margin: 120px 0px 60px 0;
}

    .section1 h2 {
        font-size: 42px;
        line-height: 1.222;
        margin-bottom: 60px;
        color: #0c2e60;
        font-weight: 600;
        position: relative;
    }

    .section1 h4 {
        font-family: roboto,sans-serif;
        line-height: 1.8;
        font-size: 14px;
        margin-bottom: 0;
        color: #4c4c4c;
    }

    .section1 .mainheadline a {
        font-size: 14px;
        padding: 15px 30px;
        border: 1px solid #0d6094;
        margin: 0px 0 10px 0px;
        background: #004cb7;
        color: #fff;
        border-radius: 25px;
        transition: all ease 0.3s;
        font-family: 'Roboto', sans-serif;
        display: inline-block;
        text-decoration: none;
        margin-top: 20px;
        font-weight: 600;
    }

        .section1 .mainheadline a i {
            margin-right: 10px;
        }

.single_feature_part {
    padding: 50px 20px 35px;
    /*border: 1px dotted #eee;*/
    text-align: center;
    -webkit-transition: .6s;
    transition: .6s;
    height: 350px;
}

    .single_feature_part a {
        text-decoration: none;
    }

    .single_feature_part span {
        margin-bottom: 30px;
        display: inline-block;
        position: relative;
        z-index: 1;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        text-align: center;
        background-color: transparent;
        display: inline-block;
        line-height: 80px;
        -webkit-transition: .6s;
        transition: .6s;
    }

    .single_feature_part h4 {
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 20px;
        color: #0b2e5f;
        margin-top: 25px;
    }

    .single_feature_part p {
        color: #4c4c4c;
        line-height: 1.8;
        font-size: 15px;
    }

.single_feature:hover .single_feature_part {
    /*border: 2px solid #006aff;*/
    box-shadow: 0px 0px 10px #868686;
}
/*.single_feature:hover .single_feature_part span {
    background: #004cb7;
}*/

.mainheadline {
    margin: -13px 0 0 0;
}

.single_feature_part span i {
    font-size: 30px;
    vertical-align: middle;
    color: #353535;
}
/*.single_feature_part:hover span i{
    color: #fff;
}*/

.section1 .mainheadline a:hover {
    background: #003580;
}

.section2 {
    margin: 0px 0px 0px 0;
}

.scheduleBtn {
    font-size: 16px;
    padding: 15px 30px;
    border: 1px solid #e91e63;
    margin: 0px 0 10px 0px;
    background: #da2463;
    color: #fff;
    border-radius: 30px;
    transition: all ease 0.3s;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-decoration: none !important;
    margin-top: 20px;
    font-weight: 600;
    margin: 40px auto 10px;
}

    .scheduleBtn:focus {
        background: #bd1e55;
        color: #fff;
    }

    .scheduleBtn:hover {
        background: #bd1e55;
        color: #fff;
        border: 1px solid #bd1e55;
    }

    .scheduleBtn i {
        margin-right: 10px;
    }

.trailbg {
    padding: 50px 0px;
    background: url('../images/BlueAbstract.jpg') no-repeat;
    background-size: cover;
}

    .trailbg h2 {
        font-size: 42px;
        color: #fff;
    }

    .trailbg h3 {
        font-size: 40px;
        color: #fff;
    }

.section3 {
    margin: 0px 0px 0px 0;
    background: #fff;
    padding: 60px 15px;
}

.section_tittle {
    margin-bottom: 60px;
}

    .section_tittle p {
        color: #556172;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 11px;
        margin-bottom: 26px;
    }

    .section_tittle h2 {
        font-size: 42px;
        color: #0c2e60;
        line-height: 37px;
        font-weight: 700;
        position: relative;
    }

        .section_tittle h2:after {
            position: absolute;
            content: "";
            bottom: -30px;
            left: 0;
            right: 0;
            margin: 0 auto;
            text-align: center;
            width: 80px;
            height: 2px;
            background-color: #da2463;
        }

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.productBlock1 {
    border-radius: 10px;
    padding: 0px;
    background: #fff !important;
    height: 530px;
    overflow: auto;
    position: relative;
}

    .productBlock1 img {
        border-radius: 10px 10px 0 0;
        background: transparent;
        height: 200px;
    }

.special_products {
    padding: 15px 35px 25px;
    text-align: left;
}

.btn_4 {
    background-color: #ff663b;
    padding: 3.5px 21px;
    background: #da2463;
    text-transform: capitalize;
    display: inline-block;
    border: 2px solid transparent;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
}

    .btn_4:hover {
        background: #9e1b48;
        color: #fff;
    }

.special_products h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #0b2e5f;
}
/*.special_products h3:hover{
    color: #da2463;
}*/
.special_products p {
    font-family: roboto,sans-serif;
    line-height: 1.5;
    font-size: 13px;
    margin-bottom: 0;
    color: #404040;
}

.button_info {
    padding-top: 23px;
    margin-top: 23px;
    border-top: 1px solid #edeff2;
    position: absolute;
    bottom: 25px;
    width: 80%;
}

a, a:hover {
    text-decoration: none;
}

.section4 {
    margin: 60px 0px 0px 0;
    background: #F6F8FA;
    padding: 20px 15px 60px;
}

.section_tittle1 h2:after {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 80px;
    height: 2px;
    background-color: #da2463;
    right: auto;
}

.section4 p {
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
}

.singleService {
    margin: 10px 0;
}

    .singleService span {
        height: 55px;
        display: inline-block;
        float: left;
        margin-top: 8px;
    }

        .singleService span i {
            font-size: 32px;
            color: #FFC107;
            webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            border: 1px dashed #f1b400;
            padding: 10px;
        }

    .singleService h3 {
        display: block;
        font-size: 15px;
        text-transform: capitalize;
        color: #1c1f25;
        margin: 0 auto;
        margin-left: auto;
        padding: 4px 0px;
        margin-left: 73px;
        font-weight: 600;
        line-height: 1.5;
        margin-top: 10px;
    }

    .singleService p {
        font-weight: 400;
        line-height: 1.4;
        font-size: 13px;
        margin-top: 10px;
        color: #404040;
        /*text-overflow: ellipsis;
        height: 38px;
        overflow: hidden;*/
    }

.serviceBorderwidth:after {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #004cb7;
    transition: all 0.3s;
    left: 0px;
    bottom: 0px;
}

.serviceBorderwidth:hover:after {
    opacity: 1;
    width: 50%;
}

.section5 {
    margin: 0px 0px 0px 0;
    background: #F6F8FA;
    padding: 60px 15px 5px;
}

.iconOnly {
    width: 100px;
    height: 100px;
    margin: auto;
    background: #fff;
    border-radius: 100%;
    padding: 20px 0px;
    box-shadow: 0px 0px 10px #d4d4d4;
    margin-bottom: 40px;
}

    .iconOnly img {
        width: 70px;
    }

.icon-box h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.icon-box {
    padding: 0px 35px;
}

    .icon-box p {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        line-height: 1.8;
    }

.single_feature_icon:before {
    position: absolute;
    top: 65%;
    left: 45%;
    bottom: 0;
    right: 0;
    content: '';
    background: /*#fdb142*/ #FFD54F;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -37px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 63%;
    z-index: -1;
    width: 90px;
    height: 90px;
}

.single_feature_icon:after {
    position: absolute;
    top: -15px;
    left: -22px;
    bottom: 0;
    right: 0;
    content: '';
    border: 2px dotted #b3b3b3;
    border-bottom: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    width: 90px;
    height: 90px;
}

.section1 h2:after {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 80px;
    height: 2px;
    background-color: #da2463;
    right: auto;
}

.flaticon-wage:before, .flaticon-cloud:before, .flaticon-growth:before {
    font-size: 70px !important;
    margin-left: 0px !important;
}

.flaticon-team-1:before, .flaticon-team:before, .flaticon-data:before {
    font-size: 40px !important;
    margin-left: 0px !important;
}


/******************************Footer**************************************/

footer.footer {
    background: #072948 none repeat scroll 0 0;
}

.footer-sec {
    padding-top: 100px;
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
}

.footer-intro-box {
    position: absolute;
    width: 100%;
    top: 0;
}

.footer-intro {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .footer-intro span {
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        text-transform: capitalize;
        display: inline;
        position: relative;
        z-index: 2;
        padding: 0px 30px;
        display: inline-block;
        height: 35px;
    }

    .footer-intro::before {
        background: #F6F8FA none repeat scroll 0 0;
        content: " ";
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transform: skewX(61deg);
        width: 5000px;
        z-index: -1;
    }

.footer-sec h2 {
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

.footer-sec p {
    color: #e0e0e0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
}

.footer-sec h3 {
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

.welcometxt {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

/*********Social Links**********/
.contact_list {
    padding-left: 0px;
}

    .contact_list li {
        width: 100%;
        list-style: none;
    }

.socialLinks {
    padding-left: 0px;
}

    .socialLinks li {
        list-style: none;
        float: left;
        margin: 5px 15px 0 0;
        width: 40px;
        height: 40px;
        border-radius: 7px;
        background: #ddd;
        text-align: center;
        padding: 0px 16px;
    }

        .socialLinks li .fa {
            margin: 0 5px 0 0;
            color: #fff;
        }

        .socialLinks li a {
            color: #fff;
            font-weight: 500;
            font-size: 21px;
            width: 100%;
        }

            .socialLinks li a:hover {
                text-decoration: none;
                color: #ffc107;
            }

.footer .halfSec h3 {
    margin-top: 0px;
    font-weight: 400;
    font-size: 30px;
    text-transform: capitalize;
}

.footer .halfSec h4 {
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0 -1px 0 #000 inset;
    margin-bottom: 20px;
    font-size: 14px;
}

    .footer .halfSec h4 a {
        color: #fff;
    }

.footer .halfSec .quickLinks h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 20px;
    color: #fff;
}

.footer .halfSec .quickLinks ul {
    padding-left: 0px;
}

    .footer .halfSec .quickLinks ul li {
        padding-left: 0px;
        list-style: none;
        margin-bottom: 10px;
    }

        .footer .halfSec .quickLinks ul li a {
            font-size: 13px;
            font-weight: 400;
            margin: 0px;
            margin-bottom: 10px;
            color: #fff;
            float: left;
            padding-left: 15px;
            display: contents;
        }

        .footer .halfSec .quickLinks ul li i {
            font-size: 14px;
            color: #81D4FA;
            display: block;
            margin: 3px 10px 8px 0px;
            float: left;
        }

.form-control:focus {
    box-shadow: none;
}

.subs {
    background: #004cb7 !important;
    border: 1px solid #0d6094 !important;
}

    .subs:hover, .subs:focus, .subs:active {
        color: #fff;
        background-color: #003f98 !important;
        border-color: #003f98 !important;
        box-shadow: none;
    }

.newsLettericon {
    position: absolute;
    top: 0px;
    font-size: 17px;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 11px 11px 11px 13px;
    background: #01579B;
    right: 0;
}

    .newsLettericon i {
        font-size: 19px;
        <<<<<<< .mine;
    }

#header-wrap {
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sticky {
    /*background: #fff;
    box-shadow: 0px 1px 10px #ddd;*/
    box-shadow: 0px 0px 15px #ddd;
    background: #ffffff !important;
    ||||||| .r114 =======;
}

/***********************contact Us****************************/

.addressPanel {
    height: 350px;
    background: rgba(0, 76, 183, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    padding: 25px;
    font-size: 13px;
}

    .addressPanel:before {
        width: 0;
        height: 0;
        border-right: 30px solid rgba(0, 76, 183, 0.7);
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        content: '';
        position: absolute;
        left: -30px;
        top: 40%;
    }

    .addressPanel h4 {
        color: #ffffff;
        /* font-size: 18px; */
    }

    .addressPanel address {
        color: #ffffff;
        font-size: 14px;
    }

.formPanel ul {
    margin: 0;
    padding: 0;
}

    .formPanel ul.tpScl li:first-child {
        width: auto;
        color: #fff;
    }

    .formPanel ul.tpScl li {
        text-align: right;
        list-style: none;
        display: inline-block;
    }

        .formPanel ul.tpScl li a {
            background: #ffffff;
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 25px;
            border-radius: 50%;
            margin: 2px;
            display: inline-block;
            color: #004cb7;
        }

            .formPanel ul.tpScl li a .fa {
                line-height: 25px;
                /* font-size: 13px; */
            }

.addressPanel address a {
    color: #e1eaf6 !important;
}

.addressBlock {
    margin-top: 25px;
}

    .addressBlock ul {
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 100%;
    }

        .addressBlock ul li {
            list-style: none;
            width: 23%;
            float: left;
            padding: 0px;
            height: 200px;
            transition: all linear 0.3s;
            margin: 10px;
        }

            .addressBlock ul li:hover {
                box-shadow: 0px 0px 10px #eee;
                transform: scale(1.1);
            }

            .addressBlock ul li h5 {
                padding: 7px 15px;
                /* background: #676362; */
                margin: 0;
                color: #3c3c3c;
                position: relative;
                text-align: left;
                font-size: 16px;
                /* float: left; */
            }

                .addressBlock ul li h5:before {
                    /* width: 0; */
                    /* height: 0; */
                    /* border-left: 10px solid transparent; */
                    /* border-right: 10px solid transparent; */
                    content: '';
                    position: absolute;
                    right: 20px;
                    margin: 0 auto;
                    top: 38%;
                    width: 10px;
                    height: 10px;
                    background: rgb(0, 76, 183);
                    border-radius: 100%;
                }

                .addressBlock ul li h5:after {
                    /* width: 0; */
                    /* height: 0; */
                    border-bottom: 1px solid rgb(0, 76, 183);
                    /* border-left: 10px solid transparent; */
                    /* border-right: 10px solid transparent; */
                    content: '';
                    position: absolute;
                    left: 130px;
                    right: 30px;
                    margin: 0 auto;
                    top: 50%;
                }

            .addressBlock ul li address {
                padding: 10px 15px;
                line-height: 25px;
                font-size: 13px;
            }

                .addressBlock ul li address span {
                    color: #004cb7;
                    font-weight: 500;
                }

.btn-labeled {
    font-size: 15px;
}

    .btn-labeled .btn-label {
        padding: 8px 12px;
    }

.wrapper.inner {
    background: #f6f8fa;
    padding: 50px 0;
}

.innerBanner {
    margin-top: 90px;
}

.aboutGen {
    padding: 50px 0px;
}

    .aboutGen p {
        font-size: 14px;
        line-height: 1.5;
    }

    .aboutGen ul li {
        font-size: 14px;
        line-height: 1.8;
        font-family: 'Roboto', sans-serif;
    }

.aboutGen ul li i {
    color: #4CAF50;
    font-size: 25px !important;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.section6 {
    background: url(../images/whyGen.png) no-repeat center center;
    height: 600px;
    padding-left: 0px;
    padding-top: 50px;
}

.singleCom p {
    margin-left: 20px;
    margin-bottom: 20px;
}

.singleCom h3 {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    color: #1c1f25;
    margin: 0 auto;
    margin-left: auto;
    padding: 4px 0px;
    margin-left: 20px;
    font-weight: 600;
    line-height: 1.8;
}

    .singleCom h3 i {
        color: #4CAF50;
        margin-right: 10px;
        font-size: 17px;
    }

.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    top: 0;
}

.carousel-control.left, .carousel-control.right {
    background: transparent;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #004cb7;
    border-radius: 10px;
    padding: 7px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #004cb7;
}

.bannerLeft {
    width: 40%;
    float: left;
    position: relative;
    top: 20%;
}

.bannerRight {
    width: 60%;
    float: right;
    top: 20%;
}

.iconblock {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 20px #565656;
    padding: 10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
}

    .iconblock h3 {
        color: #4c4c4c;
        text-shadow: none;
        font-size: 13px;
        text-align: left;
        line-height: 1.4;
        margin-top: 65px;
    }

    .iconblock span {
        height: 44px;
        display: inline-block;
        float: left;
        margin-top: 0px;
    }

        .iconblock span i {
            font-size: 22px;
            color: #FFC107;
            webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            border: 1px dashed #f1b400;
            padding: 10px;
            text-shadow: none;
            border-radius: 6px;
        }

    .iconblock::after {
        width: 100px;
        height: 100px;
        background: #4eb5ff;
        border-radius: 100px;
        position: absolute;
        bottom: -72px;
        right: -66px;
        content: "";
    }

.bannerLeft h3.heading {
    font-size: 40px;
    letter-spacing: 0px;
    font-weight: 700;
    display: block;
    margin: 0px 0px 0px;
    color: #2d2d2d;
    text-align: left;
    margin-left: 40px;
    line-height: 1.1;
    text-shadow: none;
}


.iconblock {
    background: #004cb7;
}

    .iconblock h3 {
        color: #fff;
    }

    /*.bannerLeft p {
    text-align: left;
    margin-left: 40px;
    margin-top: 20px;
    width: 45%;
    font-size: 15px;
    line-height: 1.8;
    font-family: roboto,sans-serif;
    line-height: 1.6;
    font-family: roboto,sans-serif;
    color: #464646;
    text-shadow: none;
}*/
    .iconblock .flaticon-wage, .iconblock .flaticon-cloud, .iconblock .flaticon-growth {
        padding: 5px;
        border: 0px;
    }

        .iconblock .flaticon-wage::before, .iconblock .flaticon-cloud::before, .iconblock .flaticon-growth::before {
            font-size: 40px !important;
        }

.soluList {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .soluList li {
        display: inline-block;
        float: left;
        list-style: none;
        width: 32%;
        margin-right: 10px;
    }

ul.soluList li i {
    font-size: 22px !important;
}

.soluList1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .soluList1 li {
        display: inline-block;
        float: left;
        list-style: none;
        width: 48%;
        margin-right: 10px;
    }

ul.soluList1 li i {
    font-size: 22px !important;
}

.subheader {
    font-size: 20px;
    color: #004cb7;
}

.featureBlock {
    color: #ef8d00;
    margin: 45px 0px;
    font-size: 32px;
    text-align: center;
}

.subhead {
    color: #004cb7;
    margin-top: 20%;
    display: block;
    font-size: 30px;
    margin-bottom: 20px;
}

.blocksimage p {
    margin-bottom: 5px;
}

.soluList2 li {
    list-style: none;
}

ul.soluList2 li i {
    font-size: 12px !important;
    top: -2px;
    color: #FF9800;
}

.imageBlock {
    background: #e2e2e2;
    border-radius: 50px 0px 0px 50px;
    position: relative;
    padding: 25px;
    right: -89px;
    height: 500px;
    margin-bottom: 70px;
}

    .imageBlock img {
        position: absolute;
        left: -55px;
        top: 44px;
        border: 1px solid #ddd;
    }

ul.soluList2 li {
    list-style: none;
    font-size: 18px;
}

.imageBlock2 {
    background: #e2e2e2;
    border-radius: 0px 50px 50px 0px;
    position: relative;
    padding: 25px;
    left: -89px;
    height: 500px;
    margin-bottom: 70px;
}

    .imageBlock2 img {
        position: absolute;
        right: -55px;
        top: 24px;
        border: 1px solid #ddd;
    }

.image1 {
    position: absolute;
    z-index: 10;
}

.image2 {
    position: absolute;
    z-index: 20;
    top: 170px !important;
    right: -95px !important;
    width: 95%;
}

.imageBlock3 {
    background: #e2e2e2;
    border-radius: 50px 0px 0px 50px;
    position: relative;
    padding: 25px;
    right: -89px;
    height: 600px;
    margin-bottom: 70px;
}

    .imageBlock3 img {
        position: absolute;
        left: -35px;
        top: 26px;
        border: 1px solid #ddd;
        height: 550px;
    }

a.demoBtn {
    font-size: 14px !important;
    padding: 15px 30px !important;
    border: 1px solid #0d6094 !important;
    margin: 0px 0 10px 0px;
    background: #004cb7 !important;
    color: #fff;
    border-radius: 25px !important;
    transition: all ease 0.3s;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    font-weight: 600;
}

    a.demoBtn:hover, a.demoBtn:focus {
        background: #003580 !important;
        color: #fff;
    }

.demoBtn i {
    margin-right: 10px;
}

.demoBtn:hover i {
    color: #fff;
}

.solutionIcon {
    float: left;
    font-size: 22px !important;
    position: relative;
    top: 7px;
    width: 20px !important;
}

.carousel-control .glyphicon-chevron-left {
    margin-left: -90px;
}

.carousel-control .glyphicon-chevron-right {
    margin-right: -90px;
}

.solutionpage .section_tittle h2 {
    font-size: 40px;
    color: #0c2e60;
    line-height: 42px;
    margin: 80px 0px 50px;
}

.products {
    padding-left: 0px;
}

    .products li {
        list-style: none;
        /*font-size: 14px;
    line-height: 1.8;*/
        font-family: 'Roboto', sans-serif;
        margin-bottom: 5px;
    }

        .products li i {
            font-size: 17px;
            color: #4CAF50;
            display: inline-block;
            position: relative;
            top: -1px;
            vertical-align: middle;
        }

        .products li span {
            margin-left: 10px;
            display: inline-block;
            width: 90%;
            font-size: 12px;
            line-height: 1.3;
            vertical-align: middle;
            color: #404040;
        }

.manyBtn {
    float: right;
    font-weight: 600;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

    .manyBtn a {
        color: #E91E63;
    }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3%;
}

    .carousel-control .glyphicon-chevron-left {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right {
        margin-right: -10px;
    }

.btnBlock {
    margin-left: 10px;
}

a.demoBtn.btn1 {
    background: #E91E63 !important;
    border: 1px solid #e91e63 !important;
}
a.demoBtn.btn1:hover,  a.demoBtn.btn1:focus{
    background: #bd1a52 !important;
    border: 1px solid #bd1a52 !important;
}

a.demoBtn.btn2 {
    background: #304ffe !important;
    border: 1px solid #304ffe !important;
}
a.demoBtn.btn2:hover,  a.demoBtn.btn2:focus{
    background: #2238b5 !important;
    border: 1px solid #2238b5 !important;
}


/***********************28-11-2019 schedule demo page**************************/

.scheduleDemo{
    padding: 90px 40px 20px;
    margin: 0px;
}

.scheduleDemo .singleService p {
    font-weight: 400;
    line-height: 1.4;
    font-size: 13px;
    margin-top: 10px;
    color: #fff;
    white-space: normal;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.scheduleDemo .singleService h3 {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    margin: 0 auto;
    padding: 4px 0px;
    margin-left: 0px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 10px;
}

.serviceBlock{
    box-shadow: 0px 0px 10px #a7a7a7;
    padding: 15px !important;
    width: 45%;
    border-radius: 10px;
    margin: 0 !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
}

.singleService .serviceBlock span {
    height: 55px;
    display: inline-block;
    float: none;
    margin-top: 8px;
}

.scheduleForm {
    padding: 0px 70px;
}

.scheduleForm .heading h3{
    border-bottom: 2px solid #E91E63;
    margin-bottom: -2px;
    display: block;
    width: 35% !important;
    padding-bottom: 10px;
    font-size: 22px;
}
.scheduleForm .heading {
    border-bottom: 1px solid #ddd;
    margin-bottom:20px;
    color: #4c4c4c;
}

.scheduleDemo .heading h3{
    border-bottom: 2px solid #E91E63;
    margin-bottom: -2px;
    display: block;
    width: 70%;
    padding-bottom: 10px;
    font-size: 22px;
    color: #4c4c4c;
}
.scheduleDemo .heading {
    border-bottom: 1px solid #ddd;
    margin-bottom:20px;
}
.scheduleForm label{
    color: #3c3c3c;
    font-weight:400;
}
.scheduleForm .form-control{
    height:40px;
    margin-bottom:25px;
}

/*******************custom check**************************/

/* The container */
.conta {
    display: block !important;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 25px;
    left: 3%;
    margin-left: -11px;
}

    /* Hide the browser's default checkbox */
    .conta input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-color: #a7a7a7;
    border-style: solid;
    border-width: 1px;
}

/* On mouse-over, add a grey background color */
.conta:hover input ~ .checkmark2 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.conta input:checked ~ .checkmark2 {
    background-color: #004cb7;
    border-color: #004cb7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.conta input:checked ~ .checkmark2:after {
    display: block;
}

/* Style the checkmark/indicator */
.conta .checkmark2:after {
    left: 7px;
    top: 0px;
    width: 8px;
    height: 18px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/********************/

.thankYou {
    box-shadow: 0px 0px 10px #9a9a9a;
    border-radius: 10px;
    padding: 15px 0px ;
    margin-bottom: 30px;
}
.thankYou h3{
    margin-bottom: 30px;
    margin-top: 5px;
}
.thankYou span{
    /*text-align: center;*/
    display: block;
    /*font-size: 45px;*/
    /*color: #4CAF50;*/
}
.thankYou p{
    font-size: 16px;
    /*margin-bottom: 30px;*/
    padding: 0 30px;
}
.productDemo {
    display: block;
    box-shadow: 0px 0px 10px #989898;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.productDemo span{
    padding:0px;
}
.special_products h3{
    margin-top:0;
}
.special_products h3{
    margin-top:0;
}
.special_products ul{
    margin:0;
}

.headline h3{
    margin-bottom: 30px;
    line-height: 1.5;
}

.scheduleForm1 {
    padding: 20px 70px;
    background: rgba(3, 169, 244, 0.05);
    box-shadow: 0px 0px 30px #d6d6d6;
    border-radius: 35px;
}