<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700');

/*my css*/
header {
    background: #fff;
    padding: 15px 0 10px 0;
    width: 100%;
    float: left;
    top: 0;
    transition: top 0.2s ease-in-out;
    z-index: 999;
}

.logo {
    margin: 0px 0px !important;
}

.marketplace-nav #filterDiv4 {
    display: flex;
}

.marketplace-nav #filterDiv4 .filter-text {
    flex-shrink: 0;
    max-width: 110px;
    width: 100%;
}

.marketplace-nav #filterDiv4 .filter-main {
    flex-grow: 1;
}

header .logo {
    width: 130px;
    float: left;
    margin-top: 0px;
    text-align: center;
}

header .logo img {
    width: 100%;
    margin: 0 auto 0 0%;
}

header .header-field {
    margin-top: 5px;
}

header .header-field select {
    color: #0b3554;
    font-size: 13px;
    float: left;
    padding: 11px 36px 11px 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border: none;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/arrow-down.png) 94% / 8% no-repeat #fff;
}

#search_text::-webkit-input-placeholder {
    color: #b4b4b4;
    font-weight: 700 !important;
    font-size: 15px !important;
}

#search_text:-moz-placeholder {
    color: #b4b4b4;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.form-group ::-webkit-input-placeholder {
    color: #b4b4b4;
    text-align: left;
}

.form-group :-moz-placeholder {
    color: #808080;
    text-align: left;
}

.btn-outline.btn-circle.dashbord-btn.regiter-login.active {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: auto !important;
}

/* CAUTION: IE hackery ahead */
header .header-field select::-ms-expand {
    display: none;
    /* remove default arrow on ie10 and ie11 */
}

header .header-field input[type=text] {
    background: #fff;
    float: left;
    width: 320px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #425062;
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
    font-size: 15px !important;
    outline: none;
    box-shadow: none !important;
    border: 1px solid #CCD6E2;
}

header .header-field a {
    background: #1578fc;
    float: left;
    padding: 10px 20px;
    border-radius: 0 8px 8px 0;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
}

header .header-field button {
    background: #1578fc;
    float: left;
    padding: 10px 20px;
    border-radius: 0 8px 8px 0;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
}

header ul li {
    float: left;
    padding: 0;
    line-height: 20px;
    margin: 0;
}

header .header-field button {
    background: #1578fc;
    float: left;
    padding: 10px 20px;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    margin-top: 0px;
    margin-left: 6px;
    border: none;
}

header .navbar-default {
    background: none !important;
    border: none !important;
}

.five-pdaing {
    padding: 5px;
}

.navbar {
    position: relative;
    min-height: 5px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    margin-top: 8px !important;
}

header .navbar-default {
    background: none !important;
    border: none !important;
    height: 0px;
}

.navbar-header {
    /* height: 0px; */
}

.nav-lnks {
    color: #425062 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.nav-lnks:hover,
.nav-lnks.active,
.nav-lnks:focus {
    color: #1578fc !important;
    background-color: transparent;
}

.regiter-login {
    background: #fff !important;
    color: #1578fc !important;
    padding: 10px 0px 10px 0 !important;
    margin-top: 3px !important;
    margin-right: 7px !important;
    border: 1px solid #1578fc !important;
    margin-left: 13px;
    width: 90px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

.regiter-login:hover {
    background: #1578fc !important;
    color: #fff !important;
}

.regiter-login.active {
    background: #1578fc !important;
    color: #fff !important;
}

.logintp-btn {
    background: #1578fc !important;
    color: #fff !important;
    padding: 10px 0px 10px 0 !important;
    margin-top: 3px !important;
    margin-right: 10px !important;
    border: 1px solid #1578fc !important;
    margin-left: 14px;
    width: 90px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

.logintp-btn:hover,
.logintp-btn.active {
    color: #1578fc !important;
    background: none !important;
    border: 1px solid #1578fc !important;
    border-radius: 5px;
}

.header-navigation {
    top: 96px;
}

.login-shape {
    margin-top: 50px;
}

.navbar-nav li a {
    min-width: 20px !important;
}

.float-panel {
    float: inherit;
    width: 100%;
    background: white;
    z-index: 300;
    padding: 20px 20px 24px 20px;
    transform: translateZ(0);
    transition: all 0.5s;
}

/*end*/
.cerror:-moz-placeholder {
    color: #425062 !important
}

.cerror::-moz-placeholder {
    color: #425062 !important
}

.cerror::-webkit-input-placeholder {
    color: #425062 !important
}

.cerror:-ms-input-placeholder {
    color: #425062 !important
}

.cerror,
.cerror:active,
.cerror:focus {
    color: #fa7070;
    border-color: rgba(244, 106, 106, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(244, 106, 106, .6)
}

label.cerror,
label.cerror:active,
label.cerror:focus {
    box-shadow: none;
    border: none;
    font-weight: 400;
    color: #fa7070;
    margin-top: 5px;
}

.recources-bg {
    /*background:#f5f8fa;*/
    width: 100%;
    float: left;
    margin-top: 0px;
    padding: 20px;
}

a.resources-option {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    float: left;
    padding: 30px 0;
    border: 1px solid #f5f8fa;
    margin-bottom: 20px;
    color: #8e989e;
}

a.resources-option:hover {
    background: #f5f8fa;
    border: 1px solid #d1d2d3;
    border-radius: 8px;
    color: #353b44;
}

a.resources-option img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

a.resources-option span {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    float: left;
}

.contact-dv {
    width: 47%;
    float: left;
    border-right: 1px solid #eff2f4;
    padding: 20px;
    margin-top: 4%;
    margin-left: 30px;
}

.message-icon {
    width: 7%;
    float: left;
    margin-top: 5%;
}

.message-icon img {
    width: 100%;
}

.message-right {
    width: 80%;
    float: left;
    margin-left: 20px;
}

.message-right h1 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    width: 100%;
    float: left;
    color: #0b3554;
}

.message-right p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    float: left;
    color: #777777;
    margin-top: 5px;
}

.technical-dv {
    width: 47%;
    float: left;
    padding: 20px;
    margin-top: 4%;
    margin-left: 38px;
    margin-bottom: 4%;
}

/*resources css end*/
.icon-dv {
    width: 5%;
    float: left
}

.blue-icon {
    background: #1578FC;
    border-radius: 200px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.blue-icon span {
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    padding-top: 11px;
    float: left;
    width: 100%;
    text-align: center;
}

.blue-icon img {
    width: 90%;
}

.icon-cont-dv {
    width: 95%;
    float: left;
    padding: 0px 20px;
    margin-bottom: 50px;
    margin-top:
}

.icon-cont-dv h3 {
    margin-top: 0 !important;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    float: left;
    color: #41474b;
}

.show-serch {
    display: none;
}

.search-icon {
    display: none !important;
}

.navbar-nav li a {
    color: #343b45;
    font-size: 14px;
    padding: 15px 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.navbar-right {
    float: right !important;
    margin-right: -18px;
}

.bread-tp {
    width: 100%;
    float: left;
}

.bread-tp #breadCumDiv a:after,
#topCatLinksDiv .catlinks:after {
    content: '\00bb';
    display: block;
    height: 12px;
    font-size: 20px;
    line-height: 8px;
    font-weight: bold;
    color: #455671;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    float: left;
}

#breadCumDiv a:last-child:after {
    display: none;
}

#topCatLinksDiv {
    padding: 0px 12px;
    margin-bottom: 5px;
}

.catlinks {
    float: left;
    margin: 0;
    color: #888;
}

.catlinks a {
    text-decoration: none;
    font-size: 13px;
    padding: 10px 18px;
    border-radius: 36px;
    color: var(--main-brand-font-awsm);
    float: left;
}

.catlinks a:hover,
#breadCumDiv a:hover {
    text-decoration: underline;
}

#dynamic-data {
    width: 100%;
    float: left;
}

#breadCumDiv {
    position: relative;
    float: left;
    color: #2e2e2e;
}

#breadCumDiv a {
    position: relative;
    font-size: 13px;
    padding: 10px 18px;
    border-radius: 36px;
    color: var(--main-brand-color);
    margin-right: 8px;
    float: left;
    margin: 0;
    padding: 24px 18px;
}

@media (max-width: 1399px) {
    .nav&gt;li&gt;a {
        position: relative;
        display: block;
        padding: 14px 8px;
    }

    .regiter-login {
        background: #fff !important;
        color: #1578fc !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 3px !important;
        margin-right: 0px !important;
        border: 1px solid #1578fc !important;
        margin-left: 10px;
        width: 90px !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    .logintp-btn {
        background: #1578fc !important;
        color: #fff !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 3px !important;
        margin-right: 0px !important;
        border: 1px solid #1578fc !important;
        margin-left: 11px;
        width: 90px !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    header .header-field input[type=text] {
        background: #fff;
        float: left;
        width: 308px;
        padding: 10px 20px;
        border-radius: 5px;
        color: #425062;
        font-family: 'Roboto', sans-serif;
        font-weight: 700 !important;
        font-size: 15px !important;
        outline: none;
        box-shadow: none !important;
        border: 1px solid #CCD6E2;
        margin-left: 24px;
    }

    .search-icon {
        display: none !important;
    }

    header .header-field input[type=text] {
        background: #fff;
        float: left;
        width: 300px;
        padding: 10px 20px;
        border-radius: 5px;
        color: #425062;
        font-family: 'Roboto', sans-serif;
        font-weight: 700 !important;
        font-size: 15px !important;
        outline: none;
        box-shadow: none !important;
        border: 1px solid #CCD6E2;
        margin-left: 20px;
    }

    .nav&gt;li&gt;a {
        position: relative;
        display: block;
        padding: 14px 6px;
    }

    .regiter-login {
        background: #fff !important;
        color: #1578fc !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 3px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 14px;
        width: 75px !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    .logintp-btn {
        background: #1578fc !important;
        color: #fff !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 3px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 14px;
        width: 72px !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    .nav-down .col-md-4 {
        width: 40%
    }

    .nav-down .col-md-8 {
        width: 60%
    }

    .regiter-login {
        background: #fff !important;
        color: #1578fc !important;
        padding: 10px 7px 10px 8px !important;
        margin-top: 3px !important;
        margin-right: 7px !important;
        border: 1px solid #1578fc !important;
        margin-left: 10px;
        width: 75px !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    .nav&gt;li&gt;a {
        position: relative;
        display: block;
        padding: 14px 6px;
    }
}

@media (max-width: 1199px) {
    .search-icon {
        display: none !important;
    }

    header .logo img {
        width: 100%;
        margin: 0 auto 0 0%;
    }

    .nav&gt;li&gt;a {
        position: relative;
        display: block;
        padding: 14px 6px;
    }

    .navbar-nav li a {
        color: #343b45;
        font-size: 14px;
        padding: 13px 5px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
    }

    .regiter-login {
        background: #fff !important;
        color: #1578fc !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 3px !important;
        margin-right: 0px !important;
        border: 1px solid #1578fc !important;
        margin-left: 7px;
        width: 73px !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    .logintp-btn {
        background: #1578fc !important;
        color: #fff !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 3px !important;
        margin-right: 0px !important;
        border: 1px solid #1578fc !important;
        margin-left: 5px;
        width: 75px !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    header .header-field input[type=text] {
        background: #fff;
        float: left;
        width: 224px;
        padding: 10px 15px;
        border-radius: 5px;
        color: #425062;
        font-family: 'Roboto', sans-serif;
        font-weight: 700 !important;
        font-size: 15px !important;
        outline: none;
        box-shadow: none !important;
        border: 1px solid #CCD6E2;
        margin-left: 24px;
    }
    
    .col-md-5 {
        width: 30%
    }

    .col-md-7 {
        width: 70%
    }

    .ipad-hide {
        display: none;
    }

    a.search-icon {
        /* background: #00d080;*/
        padding: 13px 0px !important;
        border-radius: 5px;
        outline: none;
        color: #00d080 !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 20px !important;
        line-height: 22px;
        border: none;
        position: absolute;
        display: block !important;
        left: -5px;
        top: 0px;
        width: auto !important;
    }

    .show-serch {
        width: 100%;
        position: absolute;
        background: #fff;
        top: 65px;
        display: block;
        padding: 10px 0 15px 0;
        left: 0;
    }

    #search_text {
        width: 84%;
        padding: 10px 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
        margin-left: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700 !important;
        font-size: 15px !important;
        outline: none;
        box-shadow: none !important;
        border: 1px solid #CCD6E2;
    }

    .show-serch button {
        background: #1578fc;
        float: right;
        padding: 10px 20px;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        margin-top: 1px;
        margin-right: 11px;
        border: none;
    }

    .regiter-login {
        background: #fff !important;
        color: #1578fc !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 3px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 14px;
        width: 76px !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    .logintp-btn {
        background: #1578fc !important;
        color: #fff !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 3px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 14px;
        width: 79px !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }
}

@media (max-width: 1024px) {
    .marketplace-nav #filterDiv4 {
        width: 70%;
        padding: 10px 0;
        float: right;
    }

    .marketplace-nav #filterDiv4 .filter-main {
        padding-right: 14px !important;
    }
}

@media (max-width: 991px) {
    .cont-width {
        width: 1014px !important;
    }
    
    .content-krnk.content .subNav-wrap.notranslate {
        display: flex;
    }

    .marketplace-nav #filterDiv4,
    .w-l-menu .marketplace-navigation-new .mrpFilter {
        width: 100%;
    }

    .content-krnk.content.onefifty-mrgn.w-l-menu #filtersDiv {
        margin-right: 15px;
    }

    a.search-icon {
        display: none;
    }

    .banner-faqbg {
        background: url(../img/faq.png) no-repeat center;
        background-color: #f4f8fa;
        width: 100%;
        height: 216px;
        margin-top: 81px;
        position: relative;
        background-size: 765px auto;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        background: #fff;
    }

    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
        display: block !important;
        top: -66px;
        right: 0px;
    }

    .navbar-right {
        float: right !important;
        margin-right: 0px;
        margin-top: 0;
        background: #fff;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 12px 14px;
        margin-top: 14px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .nav.navbar-nav.navbar-right {
        float: right !important;
        margin-right: -64px !important;
        margin-top: 9px !important;
        background: #fff;
        width: auto;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ddd;
    }

    header .logo img {
        width: 100%;
        margin: 0 auto 0 0%;
    }

    #filtersDiv {
        margin-top: 0%;
    }

    .collapsing {
        -webkit-transition: none;
        transition: none;
        display: none;
    }

    .love-krank ul li {
        width: 293px;
        float: left;
        background: #fff;
        padding: 15px;
        text-align: center;
        margin-left: 5%;
        min-height: 320px;
        border-radius: 5px;
        margin-bottom: 24px;
    }

    #custom_carousel a p span {
        display: none;
    }

    #custom_carousel .controls a p {
        font-size: 32px;
        margin-top: 5px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 15px;
        padding: 3px 25px 0 31px;
        float: left;
        margin-left: 2px;
        color: #425062;
        /* width: 174px; */
        text-align: center;
        /* display: inline-block; */
    }

    #custom_carousel .controls li {
        /* display: table-cell; */
        /* width: 18%; */
        float: left;
        margin-left: 6%;
    }

    .time-main h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        width: 100%;
        font-size: 35px;
        float: left;
        margin-top: 4%;
        text-align: center;
        color: #fff;
    }

    .time-main {
        width: 100%;
        float: left;
        background: url(../img/blue-bgn.png) no-repeat;
        height: 319px;
        background-size: 100% 100%;
        padding: 0;
        margin-bottom: 4%;
    }

    .arrow-box {
        background: none;
        width: 100%;
        margin: 30px auto 30px auto;
        position: relative;
        float: left;
        height: 304px;
    }

    .arrow-box .arrow-one {
        width: 107px;
        height: 120px;
        background: url(../img/point.png) no-repeat top;
        position: absolute;
        top: 10px;
        left: 7%;
    }

    .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 31px 0 0 45px;
        float: left;
    }

    .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 63% 0 0 0px;
        text-align: center;
        float: left;
        width: 100%;
    }

    .arrow-box .arrow-two {
        width: 107px;
        height: 120px;
        background: url(../img/point.png) no-repeat top;
        position: absolute;
        top: 10px;
        left: 24.5%;
    }

    .arrow-box .arrow-two .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 63% 0 0 0px;
        text-align: center;
        float: left;
        width: 100%;
    }

    .arrow-box .arrow-three {
        width: 107px;
        height: 120px;
        background: url(../img/point.png) no-repeat top;
        position: absolute;
        top: 10px;
        left: 42.4%;
    }

    .arrow-box .arrow-three .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 31px 0 0 45px;
        float: left;
        /* width: 100%; */
    }

    .arrow-box .arrow-three .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 61% 0 0 1px;
        text-align: center;
        float: left;
        width: 100%;
    }

    .arrow-box .arrow-four {
        width: 107px;
        height: 120px;
        background: url(../img/point.png) no-repeat top;
        position: absolute;
        top: 10px;
        left: 61%;
    }

    .arrow-box .arrow-four .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 31px 0 0 44px;
        float: left;
    }

    .arrow-box .arrow-four .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 60% 0 0 5px;
        text-align: center;
        float: left;
        width: 100%;
    }

    .arrow-box .arrow-five {
        width: 107px;
        height: 120px;
        background: url(../img/point.png) no-repeat top;
        position: absolute;
        top: 10px;
        left: 80%;
    }

    .arrow-box .arrow-five .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 31px 0 0 45px;
        float: left;
    }

    .arrow-box .arrow-five .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 61% 0 0 2px;
        text-align: center;
        float: left;
        width: 100%;
    }

    a.learnmoe-btn {
        width: 417px;
        height: 73px;
        position: absolute;
        bottom: 10px;
        background: url(../img/green-btn.png) no-repeat;
        text-align: center;
        left: 22%;
        padding-top: 18px;
        color: #fff;
        font-size: 25px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-decoration: none;
    }

    .howwork-area ul li {
        width: 293px;
        float: left;
        background: #fff;
        padding: 15px;
        text-align: center;
        margin-left: 5%;
        min-height: 433px;
        margin-bottom: 40px;
        border-radius: 5px;
    }

    .btn-build-white {
        background: #fff;
        padding: 20px 30px;
        border-radius: 5px;
        outline: none;
        color: #1578fc;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 15px;
        border: none !important;
        margin-top: 5px;
        margin-left: 15px;
        line-height: 20px;
        margin-bottom: 0px;
        text-decoration: none;
        width: 35%;
    }

    .resp {
        width: 33%;
        text-align: center;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: none;
    }

    header .header-field {
        margin-top: 5px;
        border-top: none !important;
        width: auto !important;
        float: none !important;
    }

    header .header-field input[type=text] {
        background: #fff;
        float: left;
        width: 74%;
        padding: 10px 20px;
        border-radius: 5px;
        color: #425062;
        font-family: 'Roboto', sans-serif;
        font-weight: 700 !important;
        font-size: 15px !important;
        outline: none;
        box-shadow: none !important;
        border: 1px solid #CCD6E2;
        margin-top: 0px;
    }

    header .header-field button {
        background: #1578fc;
        float: left;
        padding: 10px 20px;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        margin-top: 0px;
        margin-left: 11px;
        border: none;
        width: auto;
    }

    .create-marketplace figure img {
        width: 20%;
        margin: 0 auto;
    }

    .invit-dealr figure img {
        width: 16%;
        margin: 0 auto;
    }

    .want-learn .btn-build-red {
        background: #eb5751 !important;
        padding: 20px 30px;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 20px;
        border: none !important;
        margin-top: 0px;
        margin-left: 10px;
        line-height: 20px;
        margin-bottom: 18px;
        width: 250px;
        text-align: center;
    }

    .want-learn .btn-build-green {
        background: #00d080 !important;
        padding: 20px 0px;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 20px;
        border: none !important;
        margin-top: 0;
        margin-left: 10px;
        line-height: 20px;
        margin-bottom: 23px;
        width: 250px;
        text-align: center;
    }

    .want-learn p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #425082;
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 39px;
        padding: 0 0px;
        margin-top: 8px;
    }

    .footer-copyright {
        width: 100%;
        float: left;
        color: #8E8E8E;
        padding: 0px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        text-align: left;
        margin-top: 0px !important;
        font-size: 12px;
    }

    .panel-title&gt;a,
    .panel-title&gt;a:active {
        display: block;
        padding: 6px 0;
        text-decoration: none;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #1578fc;
        /* opacity: 0.90; */
        line-height: 20px;
    }

    h3.faq-head {
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 40px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500 !important;
        margin-top: 8%;
        padding: 0;
        color: #425062;
    }

    .nav.navbar-nav.navbar-right {
        float: right !important;
        margin-right: -68px !important;
        margin-top: 3px !important;
        background: #fff;
        width: auto;
        float: left;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 14px 15px;
        margin-top: 7px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-right {
        float: right !important;
        margin-right: 0px;
        /*   margin-top: -17px;*/
    }

    .search-icon {
        display: none !important;
    }
}

@media (max-width: 767px) {
    header .search-panel {
        width: 67%;
        float: left;
        margin-left: 30px;
        margin-top: 5px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: -46px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .search-icon {
        display: none !important;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
        background: #fff;
        margin-top: 13px;
    }

    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        padding-left: 28px;
    }

    .regiter-login {
        background: #fff !important;
        color: #1578fc !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 3px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 28px;
        width: 80% !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    .logintp-btn {
        background: #1578fc !important;
        color: #fff !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 12px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 28px;
        width: 80% !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    header .header-field {
        margin-top: 5px;
        border-top: 1px solid #ddd;
        width: 100%;
        float: left;
    }

    header .header-field input[type=text] {
        background: #fff;
        float: left;
        width: 88%;
        padding: 10px 20px;
        border-radius: 5px;
        color: #425062;
        font-family: 'Roboto', sans-serif;
        font-weight: 700 !important;
        font-size: 15px !important;
        outline: none;
        box-shadow: none !important;
        border: 1px solid #CCD6E2;
        margin-top: 20px;
    }

    header .header-field button {
        background: #1578fc;
        float: left;
        padding: 10px 20px;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
        margin-left: 0px;
        border: none;
        width: 88%;
    }

    .industry-logo span {
        width: 122px;
        height: 110px;
        float: left;
        text-align: center;
        /* background: #F4F8FA; */
        margin: 0 10px 0 32px;
    }

    #custom_carousel .controls li {
        /* display: table-cell; */
        /* width: 18%; */
        float: left;
        margin-left: 11%;
    }

    #custom_carousel .controls a p {
        font-size: 27px;
        margin-top: 5px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 15px;
        padding: 3px 5px 0 5px;
        float: left;
        margin-left: 4px;
        color: #425062;
        /* width: 174px; */
        text-align: center;
        /* display: inline-block; */
    }

    .time-main {
        width: 100%;
        float: left;
        background: url(../img/blue-bgn.png) no-repeat;
        height: 389px;
        background-size: 100% 100%;
        padding: 0;
        margin-bottom: 4%;
    }

    footer .col-md-12 .col-md-8 .col-md-4 {
        width: 33%;
        float: left;
    }

    .footer-copyright {
        width: 50% !important;
        float: left;
        color: #8E8E8E;
        padding: 0px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        text-align: left;
        margin-top: 15px;
        font-size: 12px;
    }

    .social-icon,
    .social-icon a {
        float: right;
        font-size: 20px;
        color: #C2C6C9;
        margin-top: 0px !important;
    }

    .company-logo {
        width: 33%;
        float: left;
        padding: 31px 0px;
        text-align: center;
        background: #fff;
        margin-top: 41px;
        margin-left: 36%;
        border: 0.5px solid #e7e7e7;
    }

    .about-row a {
        padding: 10px 20px;
        border: 2px solid #00d080;
        border-radius: 5px;
        color: #00d080;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-decoration: none;
        float: left;
        margin: 14px 0 68px 36%;
        width: 33%;
        text-align: center;
    }

    .zero-pad {
        padding: 15px;
    }

    .arrow-box {
        background: none;
        width: 98%;
        height: 702px;
        margin: 0px auto 84px auto;
        position: relative;
        float: left;
    }

    .arrow-box .arrow-one {
        width: 85%;
        height: 120px;
        background: url(../img/point.png) no-repeat left;
        position: absolute;
        top: 10px;
        left: 6%;
        background-size: 90px 100px;
    }

    .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 31px 0 0 37px;
        float: left;
    }

    .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 8% 0 0 53px;
        text-align: center;
        float: left;
        width: 58%;
    }

    .arrow-box .arrow-two {
        width: 85%;
        height: 120px;
        background: url(../img/point.png) no-repeat left;
        position: absolute;
        top: 123px;
        left: 6%;
        background-size: 90px 100px;
    }

    .arrow-box .arrow-two .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 5% 0 0 0px;
        text-align: center;
        float: left;
        width: 64%;
    }

    .arrow-box .arrow-three {
        width: 85%;
        height: 220px;
        background: url(../img/point.png) no-repeat left;
        position: absolute;
        top: 195px;
        left: 6%;
        background-size: 90px 100px;
    }

    .arrow-box .arrow-three .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 83px 0 0 37px;
        float: left;
    }

    .arrow-box .arrow-three .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 16% 0 0 48px;
        text-align: center;
        float: left;
        width: 59%;
    }

    .arrow-box .arrow-four {
        width: 85%;
        height: 220px;
        background: url(../img/point.png) no-repeat left;
        position: absolute;
        top: 319px;
        left: 6%;
        background-size: 90px 100px;
    }

    .arrow-box .arrow-four .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 82px 0 0 37px;
        float: left;
    }

    .arrow-box .arrow-four .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 16% 0 0 40px;
        text-align: center;
        float: left;
        width: 58%;
    }

    .arrow-box .arrow-five {
        width: 85%;
        height: 220px;
        background: url(../img/point.png) no-repeat left;
        position: absolute;
        top: 444px;
        left: 6%;
        background-size: 90px 100px;
    }

    .arrow-box .arrow-five .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 83px 0 0 37px;
        float: left;
    }

    .arrow-box .arrow-five .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 16% 0 0 43px;
        text-align: center;
        float: left;
        width: 58%;
    }

    a.learnmoe-btn {
        width: 53%;
        height: 73px;
        position: absolute;
        bottom: 0px;
        background: url(../img/green-btn.png) no-repeat;
        text-align: center;
        left: 25%;
        padding-top: 14px;
        color: #fff;
        font-size: 23px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        background-size: 100% auto;
    }

    a.learnmoe-btn:hover {
        width: 95%;
        height: 73px;
        position: absolute;
        bottom: 0px;
        background: url(../img/green-btn.png) no-repeat;
        text-align: center;
        left: 1%;
        padding-top: 8px;
        color: #fff;
        font-size: 23px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        background-size: 100% auto;
    }

    .howwork-area ul li {
        width: 100%;
        float: left;
        background: #fff;
        padding: 15px;
        text-align: center;
        margin-left: 0%;
        min-height: 433px;
        border-radius: 5px;
        margin-bottom: 18px;
    }

    .invit-dealr {
        width: 100%;
        float: left;
        margin: 15px 0%;
        background: #fff;
        padding: 20px 15px 20px 15px;
    }

    .invit-dealr figure {
        width: 100%;
        float: left;
        margin-right: 10px;
        text-align: center;
    }

    .invit-dealr figure img {
        width: 34%;
        margin: 0 auto;
    }

    .invit-dealr .detail {
        width: 100%;
        float: left;
    }

    .invit-dealr .detail h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 20px;
        float: left;
        color: #425062;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 15px;
        text-align: center;
    }

    .create-marketplace {
        width: 100%;
        float: left;
        margin: 15px 0% 5% 0%;
        background: #fff;
        padding: 20px 15px 20px 0px;
    }

    .create-marketplace figure {
        width: 100%;
        float: left;
        margin-right: 10px;
        text-align: center;
        margin-bottom: 15px;
    }

    .create-marketplace figure img {
        width: 41%;
        margin: 0 auto;
    }

    .create-marketplace .detail {
        width: 100%;
        margin-left: 14px;
        float: left;
    }

    .create-marketplace .detail h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 20px;
        float: left;
        color: #425062;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .create-marketplace .detail p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 15px;
        float: left;
        color: #425062;
        width: 100%;
    }

    header .logo img {
        width: 100%;
        margin: 0 auto 0 0%;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: -49px;
        margin-right: 5px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: none;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
        background: #fff;
        margin-top: 13px;
        /* height: 248px;
    overflow: scroll;*/
    }

    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        padding-left: 28px;
    }

    .regiter-login {
        background: #fff !important;
        color: #1578fc !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 3px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 28px;
        width: 80% !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    .logintp-btn {
        background: #1578fc !important;
        color: #fff !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 12px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 28px;
        width: 80% !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    header .header-field {
        margin-top: 5px;
        border-top: 1px solid #ddd;
        width: 100%;
        float: left;
    }

    header .header-field input[type=text] {
        background: #fff;
        float: left;
        width: 88%;
        padding: 10px 20px;
        border-radius: 5px;
        color: #425062;
        font-family: 'Roboto', sans-serif;
        font-weight: 700 !important;
        font-size: 15px !important;
        outline: none;
        box-shadow: none !important;
        border: 1px solid #CCD6E2;
        margin-top: 20px;
    }

    header .header-field button {
        background: #1578fc;
        float: left;
        padding: 10px 20px;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
        margin-left: 0px;
        border: none;
        width: 88%;
    }

    .search-icon {
        display: none !important;
    }

    .industry-logo span {
        width: 122px;
        height: 110px;
        float: left;
        text-align: center;
        /* background: #F4F8FA; */
        margin: 0 10px 0 15px;
    }

    .desi-heavy p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #425062;
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 89px;
        margin-top: 10px;
    }

    .love-krank ul li {
        width: 278px;
        float: left;
        background: #fff;
        padding: 15px;
        text-align: center;
        margin-left: 3%;
        min-height: 320px;
        margin-bottom: 23px;
        border-radius: 5px;
    }

    .view-al-btn {
        background: #1578fc;
        padding: 15px 40px;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 15px;
        border: none !important;
        margin-top: 20px;
        line-height: 20px;
        margin-bottom: 6%;
        text-decoration: none;
        width: 73%;
    }

    .marketplace-main p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: #425062;
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
        padding: 0px 79px;
        margin-top: 10px;
    }

    #custom_carousel .controls li {
        /* display: table-cell; */
        /* width: 18%; */
        float: left;
        margin-left: 10%;
    }

    #custom_carousel .controls a p {
        font-size: 27px;
        margin-top: 5px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 15px;
        padding: 3px 5px 0 5px;
        float: left;
        margin-left: 5px;
        color: #425062;
        /* width: 174px; */
        text-align: center;
        /* display: inline-block; */
    }

    .time-main {
        width: 100%;
        float: left;
        background: url(../img/blue-bgn.png) no-repeat;
        height: 390px;
        background-size: 100% 100%;
        padding: 0;
        margin-bottom: 4%;
    }

    footer .col-md-12 .col-md-8 .col-md-4 {
        width: 33%;
        float: left;
    }

    footer h1 {
        color: #425062;
        font-size: 19px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        width: 100%;
        float: left;
        margin-bottom: 10px;
        line-height: 28px;
        width: 100%;
        text-align: left !important;
    }

    ul.footer-list {
        width: 100%;
        float: left;
        list-style: none;
        margin-top: 0px;
        margin-bottom: 20px;
        text-align: left !important;
    }

    .company-logo {
        width: 40%;
        float: left;
        padding: 31px 0px;
        text-align: center;
        background: #fff;
        margin-top: 41px;
        border: 0.5px solid #e7e7e7;
        margin-left: 30%;
    }

    .about-row a {
        padding: 10px 37px;
        border: 2px solid #00d080;
        border-radius: 5px;
        color: #00d080;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-decoration: none;
        float: left;
        margin: 30px 0 69px 31%;
    }

    .zero-pad {
        padding: 15px;
    }

    .arrow-box {
        background: none;
        width: 100%;
        margin: 30px auto 30px auto;
        position: relative;
        float: left;
        height: 304px;
    }

    .arrow-box .arrow-one {
        width: 107px;
        height: 120px;
        background: url(../img/point.png) no-repeat top;
        position: absolute;
        top: 10px;
        left: 3%;
    }

    .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 31px 0 0 45px;
        float: left;
    }

    .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 63% 0 0 0px;
        text-align: center;
        float: left;
        width: 100%;
    }

    .arrow-box .arrow-two {
        width: 107px;
        height: 120px;
        background: url(../img/point.png) no-repeat top;
        position: absolute;
        top: 10px;
        left: 22.5%;
    }

    .arrow-box .arrow-two .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 63% 0 0 0px;
        text-align: center;
        float: left;
        width: 100%;
    }

    .arrow-box .arrow-three {
        width: 107px;
        height: 120px;
        background: url(../img/point.png) no-repeat top;
        position: absolute;
        top: 10px;
        left: 41.8%;
    }

    .arrow-box .arrow-three .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 31px 0 0 45px;
        float: left;
        /* width: 100%; */
    }

    .arrow-box .arrow-three .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 61% 0 0 1px;
        text-align: center;
        float: left;
        width: 100%;
    }

    .arrow-box .arrow-four {
        width: 107px;
        height: 120px;
        background: url(../img/point.png) no-repeat top;
        position: absolute;
        top: 10px;
        left: 61%;
    }

    .arrow-box .arrow-four .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 31px 0 0 44px;
        float: left;
    }

    .arrow-box .arrow-four .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 60% 0 0 5px;
        text-align: center;
        float: left;
        width: 100%;
    }

    .arrow-box .arrow-five {
        width: 107px;
        height: 120px;
        background: url(../img/point.png) no-repeat top;
        position: absolute;
        top: 10px;
        left: 80%;
    }

    .arrow-box .arrow-five .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 31px 0 0 45px;
        float: left;
    }

    .arrow-box .arrow-five .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 61% 0 0 2px;
        text-align: center;
        float: left;
        width: 100%;
    }

    a.learnmoe-btn {
        width: 417px;
        height: 73px;
        position: absolute;
        bottom: 10px;
        background: url(../img/green-btn.png) no-repeat;
        text-align: center;
        left: 16%;
        padding-top: 18px;
        color: #fff;
        font-size: 25px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-decoration: none;
    }

    .howwork-area ul li {
        width: 270px;
        float: left;
        background: #fff;
        padding: 15px;
        text-align: center;
        margin-left: 4%;
        min-height: 433px;
        border-radius: 5px;
        margin-bottom: 23px;
    }

    .invit-dealr {
        width: 89%;
        float: left;
        margin: 15px 5%;
        background: #fff;
        padding: 20px 15px 20px 15px;
    }

    .create-marketplace {
        width: 89%;
        float: left;
        margin: 15px 5% 5% 5%;
        background: #fff;
        padding: 20px 15px 20px 0px;
    }

    .online-krank p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 15px;
        float: left;
        color: #425062;
        width: 100%;
        margin-top: 15px;
        padding: 0px 7px 0 0;
    }

    .lft-pad {
        padding-left: 15px;
    }

    .send-form {
        background: #00d080;
        color: #fff;
        font-weight: 700;
        padding: 15px 0;
        font-family: 'Roboto', sans-serif;
        margin: 0px auto;
        font-size: 18px;
        text-decoration: none;
        margin-top: 0px;
        width: 37%;
        float: right;
        margin-right: 10px;
        border: none;
        border-radius: 5px;
        outline: none;
        margin-bottom: 5%;
    }

    .create-accou {
        background: #00d080;
        color: #fff;
        padding: 15px 0;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 16px;
        border: none !important;
        margin-top: 20px;
        margin-left: 10px;
        width: 44%;
        margin-bottom: 80px;
        outline: none;
    }

    .time-contact {
        margin-bottom: 0px;
        padding-bottom: 0px;
        height: 265px;
    }

    .search-icon {
        display: none !important;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: -48px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
        background: #fff;
        margin-top: 13px;
    }

    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        padding-left: 28px;
    }

    .regiter-login {
        background: #fff !important;
        color: #1578fc !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 3px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 28px;
        width: 80% !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    .logintp-btn {
        background: #1578fc !important;
        color: #fff !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 12px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 28px;
        width: 80% !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    header .header-field {
        margin-top: 5px;
        border-top: 1px solid #ddd;
        width: 100%;
        float: left;
    }

    header .header-field input[type=text] {
        background: #fff;
        float: left;
        width: 100%;
        padding: 10px 20px;
        border-radius: 5px;
        color: #425062;
        font-family: 'Roboto', sans-serif;
        font-weight: 700 !important;
        font-size: 15px !important;
        outline: none;
        box-shadow: none !important;
        border: 1px solid #CCD6E2;
        margin-top: 20px;
    }

    header .header-field button {
        background: #1578fc;
        float: left;
        padding: 10px 20px;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
        margin-left: 0px;
        border: none;
        width: 100%;
    }

    .desi-heavy p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #425062;
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 39px;
        margin-top: 10px;
    }

    .industry-logo span {
        width: 122px;
        height: 110px;
        float: left;
        text-align: center;
        /* background: #F4F8FA; */
        margin: 0 10px 0 35px;
    }

    .love-krank ul li {
        width: 228px;
        float: left;
        background: #fff;
        padding: 15px;
        text-align: center;
        margin-left: 5%;
        min-height: 320px;
        border-radius: 5px;
        margin-bottom: 23px;
    }

    .marketplace-main p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: #425062;
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
        padding: 0 18px;
        margin-top: 10px;
    }

    #custom_carousel .controls li {
        /* display: table-cell; */
        /* width: 18%; */
        float: left;
        margin-left: 9%;
    }

    #custom_carousel .controls a p {
        font-size: 31px;
        margin-top: 5px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 15px;
        padding: 3px 5px 0 5px;
        float: left;
        margin-left: 2px;
        color: #425062;
        /* width: 174px; */
        text-align: center;
        /* display: inline-block; */
    }

    .time-main {
        width: 100%;
        float: left;
        background: url(../img/blue-bgn.png) no-repeat;
        height: 452px;
        background-size: 100% 100%;
        padding: 0;
        margin-bottom: 4%;
    }

    .resp {
        width: 100%;
        float: left;
        text-align: center;
    }

    .resp a {
        margin-left: 37%;
        width: auto;
        float: left;
    }

    .resp a.resp {
        margin-left: 1%;
        width: auto;
        float: left;
    }

    .company-logo {
        width: 49%;
        float: left;
        padding: 31px 0px;
        text-align: center;
        background: #fff;
        margin-top: 41px;
        border: 0.5px solid #e7e7e7;
        margin-left: 27%;
    }

    .about-row a {
        padding: 10px 20px;
        border: 2px solid #00d080;
        border-radius: 5px;
        color: #00d080;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-decoration: none;
        float: left;
        margin: 14px 0 38px 28%;
        width: 47%;
        text-align: center;
    }

    .about-row a {
        padding: 10px 20px;
        border: 2px solid #00d080;
        border-radius: 5px;
        color: #00d080;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-decoration: none;
        float: left;
        margin: 14px 0 73px 28%;
        width: 47%;
        text-align: center;
    }

    .zero-pad {
        padding: 15px;
    }

    .arrow-box {
        background: none;
        width: 98%;
        height: 702px;
        margin: 0px auto 84px auto;
        position: relative;
        float: left;
    }

    .arrow-box .arrow-one {
        width: 85%;
        height: 120px;
        background: url(../img/point.png) no-repeat left;
        position: absolute;
        top: 10px;
        left: 6%;
        background-size: 90px 100px;
    }

    .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 31px 0 0 37px;
        float: left;
    }

    .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 8% 0 0 21px;
        text-align: center;
        float: left;
        width: 58%;
    }

    .arrow-box .arrow-two {
        width: 85%;
        height: 120px;
        background: url(../img/point.png) no-repeat left;
        position: absolute;
        top: 123px;
        left: 6%;
        background-size: 90px 100px;
    }

    .arrow-box .arrow-two .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 8% 0 0 0px;
        text-align: center;
        float: left;
        width: 64%;
    }

    .arrow-box .arrow-three {
        width: 85%;
        height: 220px;
        background: url(../img/point.png) no-repeat left;
        position: absolute;
        top: 195px;
        left: 6%;
        background-size: 90px 100px;
    }

    .arrow-box .arrow-three .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 83px 0 0 37px;
        float: left;
    }

    .arrow-box .arrow-three .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 21% 0 0 48px;
        text-align: center;
        float: left;
        width: 59%;
    }

    .arrow-box .arrow-four {
        width: 85%;
        height: 220px;
        background: url(../img/point.png) no-repeat left;
        position: absolute;
        top: 319px;
        left: 6%;
        background-size: 90px 100px;
    }

    .arrow-box .arrow-four .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 82px 0 0 37px;
        float: left;
    }

    .arrow-box .arrow-four .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 22% 0 0 40px;
        text-align: center;
        float: left;
        width: 58%;
    }

    .arrow-box .arrow-five {
        width: 85%;
        height: 220px;
        background: url(../img/point.png) no-repeat left;
        position: absolute;
        top: 444px;
        left: 6%;
        background-size: 90px 100px;
    }

    .arrow-box .arrow-five .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 83px 0 0 37px;
        float: left;
    }

    .arrow-box .arrow-five .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 22% 0 0 43px;
        text-align: center;
        float: left;
        width: 58%;
    }

    a.learnmoe-btn {
        width: 78%;
        height: 73px;
        position: absolute;
        bottom: 0px;
        background: url(../img/green-btn.png) no-repeat;
        text-align: center;
        left: 15%;
        padding-top: 20px;
        color: #fff;
        font-size: 23px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        background-size: 100% auto;
    }

    a.learnmoe-btn:hover {
        width: 95%;
        height: 73px;
        position: absolute;
        bottom: 0px;
        background: url(../img/green-btn.png) no-repeat;
        text-align: center;
        left: 1%;
        padding-top: 8px;
        color: #fff;
        font-size: 23px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        background-size: 100% auto;
    }

    .want-learn .btn-build-green {
        background: #00d080 !important;
        padding: 20px 0px;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 20px;
        border: none !important;
        margin-top: 20px;
        margin-left: 10px;
        line-height: 20px;
        margin-bottom: 1px;
        width: 250px;
        text-align: center;
    }

    .lft-pad {
        padding-left: 15px;
    }

    .send-form {
        background: #00d080;
        color: #fff;
        font-weight: 700;
        padding: 15px 0;
        font-family: 'Roboto', sans-serif;
        margin: 0px auto;
        font-size: 18px;
        text-decoration: none;
        margin-top: 0px;
        width: 38%;
        float: right;
        margin-right: 10px;
        border: none;
        border-radius: 5px;
        outline: none;
        margin-bottom: 5%;
    }

    .create-accou {
        background: #00d080;
        color: #fff;
        padding: 15px 0;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 16px;
        border: none !important;
        margin-top: 20px;
        margin-left: 10px;
        width: 57%;
        margin-bottom: 80px;
        outline: none;
    }

    .time-contact {
        margin-bottom: 0px;
        padding-bottom: 0px;
        height: 265px;
    }

    .howwork-area ul li {
        width: 100%;
        float: left;
        background: #fff;
        padding: 15px;
        text-align: center;
        margin-left: 0%;
        min-height: 433px;
        border-radius: 5px;
        margin-bottom: 18px;
    }

    .invit-dealr {
        width: 100%;
        float: left;
        margin: 15px 0%;
        background: #fff;
        padding: 20px 15px 20px 15px;
    }

    .invit-dealr figure {
        width: 100%;
        float: left;
        margin-right: 10px;
        text-align: center;
    }

    .invit-dealr figure img {
        width: 34%;
        margin: 0 auto;
    }

    .invit-dealr .detail {
        width: 100%;
        float: left;
    }

    .invit-dealr .detail h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 20px;
        float: left;
        color: #425062;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 15px;
        text-align: center;
    }

    .create-marketplace {
        width: 100%;
        float: left;
        margin: 15px 0% 5% 0%;
        background: #fff;
        padding: 20px 15px 20px 0px;
    }

    .create-marketplace figure {
        width: 100%;
        float: left;
        margin-right: 10px;
        text-align: center;
        margin-bottom: 15px;
    }

    .create-marketplace figure img {
        width: 41%;
        margin: 0 auto;
    }

    .create-marketplace .detail {
        width: 100%;
        margin-left: 14px;
        float: left;
    }

    .create-marketplace .detail h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 20px;
        float: left;
        color: #425062;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .create-marketplace .detail p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 15px;
        float: left;
        color: #425062;
        width: 100%;
    }

    .catlinks a {
        text-decoration: none;
        font-size: 12px;
        background: #F3F5F9;
        padding: 10px 18px;
        border-radius: 36px;
        color: #1578FC;
        margin-bottom: 0px;
        float: left;
    }

    #breadCumDiv a {
        font-size: 12px;
        padding: 10px 18px;
        border-radius: 36px;
        float: left;
        margin-bottom: 10px;
    }

    .catlinks {
        float: left;
        margin: 0px 5px 10px 5px;
        color: #888;
    }

    .navbar-right {
        float: left !important;
        width: 100% !important;
    }

    .float-panel {
        float: inherit;
        width: 100%;
        background: white;
        z-index: 300;
        padding: 10px 0 5px 0;
        transform: translateZ(0);
        transition: all 0.5s;
    }

    .search-icon {
        display: none !important;
    }

    .container ul.menu-items {
        padding-left: 15px;
        display: table;
        width: 50% !important;
    }

    .menu-items li {
        width: 41.2% !important;
        padding: 15px 0;
        border-right: solid 1px #dddedf;
    }

    .mega-dropdown {
        position: static !important;
        z-index: 2;
        margin-top: 10px;
    }

    .banner-faqbg {
        background: url(../img/faq.png) no-repeat center;
        background-color: #f4f8fa;
        width: 100%;
        height: 216px;
        margin-top: 81px;
        position: relative;
        background-size: 765px auto;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ddd;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: none;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
        background: #fff;
        margin-top: 9px;
    }

    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        padding-left: 28px;
    }

    .regiter-login {
        background: #fff !important;
        color: #1578fc !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 3px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 28px;
        width: 80% !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    .logintp-btn {
        background: #1578fc !important;
        color: #fff !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 12px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 28px;
        width: 80% !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    header .header-field {
        margin-top: 5px;
        border-top: 1px solid #ddd;
        width: 100%;
        float: left;
    }

    header .header-field input[type=text] {
        background: #fff;
        float: left;
        width: 100%;
        padding: 10px 20px;
        border-radius: 5px;
        color: #425062;
        font-family: 'Roboto', sans-serif;
        font-weight: 700 !important;
        font-size: 15px !important;
        outline: none;
        box-shadow: none !important;
        border: 1px solid #CCD6E2;
        margin-top: 20px;
    }

    header .header-field button {
        background: #1578fc;
        float: left;
        padding: 10px 20px;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
        margin-left: 0px;
        border: none;
        width: 100%;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: -48px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    header .logo img {
        width: 100%;
        margin: 0 auto 0 0%;
    }

    .baner-txt {
        width: 100%;
        float: left;
        margin-top: 35%;
        text-align: center;
    }

    .baner-txt h1 {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 50px;
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
        text-align: center;
    }

    .baner-txt span {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 27px;
        width: 100%;
        float: left;
        text-align: center;
        margin-top: -10px;
    }

    .industry-logo span {
        width: 122px;
        height: 110px;
        float: left;
        text-align: center;
        /* background: #F4F8FA; */
        margin: 0 10px 0 11px;
    }

    .desi-heavy h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 32px;
        color: #425062;
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 11px;
        padding: 0;
        margin-top: 10PX;
    }

    .desi-heavy p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #425062;
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 0px;
        margin-top: 10px;
    }

    .love-krank ul li {
        width: 100%;
        float: left;
        background: #fff;
        padding: 15px;
        text-align: center;
        margin-left: 0%;
        min-height: 320px;
        border-radius: 5px;
        margin-bottom: 23px;
    }

    .view-al-btn {
        background: #1578fc;
        padding: 15px 40px;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 15px;
        border: none !important;
        margin-top: 0px;
        line-height: 20px;
        margin-bottom: 13%;
        text-decoration: none;
        width: 96%;
    }

    .marketplace-main p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: #425062;
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
        padding: 0 0px;
        margin-top: 10px;
    }

    .marketplace-main h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 25px;
        color: #425062;
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 6px;
        padding: 0;
        margin-top: 8%;
    }

    .marketplace-main ul li p {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: #425062;
        padding: 0px 0px;
        margin-left: 0px;
        float: left;
        text-align: left;
        margin-top: 0px;
        width: 100%;
        height: 22px;
        cursor: pointer;
        line-height: 53px;
        text-align: center;
    }

    .marketplace-main ul li a.lisitng-list {
        background: #1578FC;
        float: right;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        width: 100%;
        text-align: center;
        font-size: 18px;
        border-radius: 0;
        height: 52px;
        cursor: pointer;
        padding: 13px 0px;
        text-decoration: none;
    }

    #custom_carousel .controls a p {
        font-size: 24px;
        margin-top: 5px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 15px;
        padding: 3px 5px 0 5px;
        float: left;
        margin-left: 2px;
        color: #425062;
        /* width: 174px; */
        text-align: center;
        /* display: inline-block; */
    }

    .min-mrgnn {
        margin-left: 0px;
    }

    .time-main {
        width: 100%;
        float: left;
        background: url(../img/blue-bgn.png) no-repeat;
        height: 400px;
        background-size: 100% 100%;
        padding: 0;
        margin-bottom: 4%;
    }

    .time-main h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        width: 100%;
        font-size: 26px;
        float: left;
        margin-top: 7%;
        text-align: center;
        color: #fff;
    }

    .time-main p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #fff;
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
        padding: 0 0px;
        margin-top: 10px;
    }

    .btn-build-white {
        background: #fff;
        padding: 20px 30px;
        border-radius: 5px;
        outline: none;
        color: #1578fc;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 15px;
        border: none !important;
        margin-top: 5px;
        margin-left: 0px;
        line-height: 20px;
        margin-bottom: 0px;
        text-decoration: none;
        width: 100%;
    }

    .resp {
        width: 100%;
        text-align: center;
    }

    footer a img {
        float: none !important;
        margin-right: 25px;
        margin-bottom: 16px;
    }

    .baner-txt a {
        background: #00D080;
        color: #fff;
        border-radius: 5px;
        padding: 20px 44px;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        margin: 0px auto;
        font-size: 16px;
        text-decoration: none;
        outline: none;
    }

    .baner-txt a:hover {
        background: #00bd74;
        color: #fff;
        border-radius: 5px;
        padding: 20px 44px;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        margin: 0px auto;
        font-size: 18px;
    }

    .about-row a {
        padding: 10px 20px;
        border: 2px solid #00d080;
        border-radius: 5px;
        color: #00d080;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-decoration: none;
        float: left;
        margin: 14px 0 75px 15px;
        width: 89%;
        text-align: center;
    }

    .zero-pad {
        padding: 15px;
    }

    .banner-feature {
        background: url(../img/feature-bg.png) no-repeat center;
        background-color: #f4f8fa;
        width: 100%;
        height: 216px;
        margin-top: 64px;
        position: relative;
        background-size: 837px auto;
        float: left;
    }

    .want-learn p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #425082;
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 13px;
        padding: 0 0px;
        margin-top: 24px;
    }

    .want-learn .btn-build-red {
        background: #eb5751 !important;
        padding: 20px 30px;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 20px;
        border: none !important;
        margin-top: 0px;
        margin-left: 10px;
        line-height: 20px;
        margin-bottom: 35px;
        width: 250px;
        text-align: center;
    }

    .want-learn .btn-build-green {
        background: #00d080 !important;
        padding: 20px 0px;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 20px;
        border: none !important;
        margin-top: 20px;
        margin-left: 10px;
        line-height: 20px;
        margin-bottom: 23px;
        width: 250px;
        text-align: center;
    }

    .online-krank p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 15px;
        float: left;
        color: #425062;
        width: 100%;
        margin-top: 15px;
        padding: 0 0px 0 0;
    }

    .online-krank h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 20px;
        float: left;
        color: #425062;
        width: 100%;
        margin-top: 20px;
    }

    .krank-yellow h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 20px;
        float: left;
        color: #425062;
        width: 100%;
        text-align: center;
        line-height: 27px;
    }

    .krank-blue h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 22px;
        float: left;
        color: #fff;
        width: 100%;
        text-align: center;
        line-height: 27px;
    }

    .banner-contact {
        background: url(../img/contact-bg.png) no-repeat center;
        background-color: #f4f8fa;
        width: 100%;
        height: 143px;
        margin-top: 64px;
        position: relative;
        background-size: 874px auto;
        float: left;
    }

    .privacy-DV h1 {
        padding-bottom: 10px;
        font-size: 30px;
        line-height: 40px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        color: #425062;
        float: left;
        margin-top: 10%;
    }

    .lft-pad {
        padding-left: 15px !important;
    }

    .send-form {
        background: #00d080;
        color: #fff;
        font-weight: 700;
        padding: 15px 0;
        font-family: 'Roboto', sans-serif;
        margin: 0px auto;
        font-size: 18px;
        text-decoration: none;
        margin-top: 0px;
        width: 95% !important;
        float: right;
        margin-right: 10px;
        border: none;
        border-radius: 5px;
    }

    .create-accou {
        background: #00d080;
        color: #fff;
        padding: 15px 0;
        border-radius: 5px;
        outline: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 16px;
        border: none !important;
        margin-top: 20px;
        margin-left: 10px;
        width: 100%;
        margin-bottom: 80px;
    }

    .time-contact {
        margin-bottom: 0px;
        padding-bottom: 0px;
        height: 202px;
    }

    .banner-how {
        background: url(../img/how-bg.png) no-repeat center;
        background-color: #f4f8fa;
        width: 100%;
        height: 216px;
        margin-top: 64px;
        position: relative;
        background-size: 945px auto;
        float: left;
    }

    .arrow-box {
        background: none;
        width: 98%;
        height: 702px;
        margin: 0px auto 84px auto;
        position: relative;
        float: left;
    }

    .arrow-box .arrow-one {
        width: 85%;
        height: 120px;
        background: url(../img/point.png) no-repeat left;
        position: absolute;
        top: 10px;
        left: 6%;
        background-size: 90px 100px;
    }

    .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 31px 0 0 37px;
        float: left;
    }

    .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 16% 0 0 53px;
        text-align: center;
        float: left;
        width: 58%;
    }

    .arrow-box .arrow-two {
        width: 85%;
        height: 120px;
        background: url(../img/point.png) no-repeat left;
        position: absolute;
        top: 123px;
        left: 6%;
        background-size: 90px 100px;
    }

    .arrow-box .arrow-two .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 14% 0 0 0px;
        text-align: center;
        float: left;
        width: 77%;
    }

    .arrow-box .arrow-three {
        width: 85%;
        height: 220px;
        background: url(../img/point.png) no-repeat left;
        position: absolute;
        top: 195px;
        left: 6%;
        background-size: 90px 100px;
    }

    .arrow-box .arrow-three .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 83px 0 0 37px;
        float: left;
    }

    .arrow-box .arrow-three .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 32% 0 0 48px;
        text-align: center;
        float: left;
        width: 59%;
    }

    .arrow-box .arrow-four {
        width: 85%;
        height: 220px;
        background: url(../img/point.png) no-repeat left;
        position: absolute;
        top: 319px;
        left: 6%;
        background-size: 90px 100px;
    }

    .arrow-box .arrow-four .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 82px 0 0 37px;
        float: left;
    }

    .arrow-box .arrow-four .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 35% 0 0 63px;
        text-align: center;
        float: left;
        width: 58%;
    }

    .arrow-box .arrow-five {
        width: 85%;
        height: 220px;
        background: url(../img/point.png) no-repeat left;
        position: absolute;
        top: 444px;
        left: 6%;
        background-size: 90px 100px;
    }

    .arrow-box .arrow-five .number {
        color: #425062;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 83px 0 0 37px;
        float: left;
    }

    .arrow-box .arrow-five .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 35% 0 0 66px;
        text-align: center;
        float: left;
        width: 58%;
    }

    a.learnmoe-btn {
        width: 101%;
        height: 73px;
        position: absolute;
        bottom: 0px;
        background: url(../img/green-btn.png) no-repeat;
        text-align: center;
        left: 1%;
        padding-top: 9px;
        color: #fff;
        font-size: 23px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        background-size: 100% auto;
    }

    a.learnmoe-btn:hover {
        width: 95%;
        height: 73px;
        position: absolute;
        bottom: 0px;
        background: url(../img/green-btn.png) no-repeat;
        text-align: center;
        left: 1%;
        padding-top: 8px;
        color: #fff;
        font-size: 23px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        background-size: 100% auto;
    }

    .howwork-area ul li {
        width: 100%;
        float: left;
        background: #fff;
        padding: 15px;
        text-align: center;
        margin-left: 0%;
        min-height: 433px;
        border-radius: 5px;
        margin-bottom: 18px;
    }

    .invit-dealr {
        width: 100%;
        float: left;
        margin: 15px 0%;
        background: #fff;
        padding: 20px 15px 20px 15px;
    }

    .invit-dealr figure {
        width: 100%;
        float: left;
        margin-right: 10px;
        text-align: center;
    }

    .invit-dealr figure img {
        width: 34%;
        margin: 0 auto;
    }

    .invit-dealr .detail {
        width: 100%;
        float: left;
    }

    .invit-dealr .detail h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 20px;
        float: left;
        color: #425062;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 15px;
        text-align: center;
    }

    .create-marketplace {
        width: 100%;
        float: left;
        margin: 15px 0% 5% 0%;
        background: #fff;
        padding: 20px 15px 20px 0px;
    }

    .create-marketplace figure {
        width: 100%;
        float: left;
        margin-right: 10px;
        text-align: center;
        margin-bottom: 15px;
    }

    .create-marketplace figure img {
        width: 41%;
        margin: 0 auto;
    }

    .create-marketplace .detail {
        width: 100%;
        margin-left: 14px;
        float: left;
    }

    .create-marketplace .detail h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 20px;
        float: left;
        color: #425062;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .create-marketplace .detail p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 15px;
        float: left;
        color: #425062;
        width: 100%;
    }

    .panel-title&gt;a,
    .panel-title&gt;a:active {
        display: block;
        padding: 6px 0;
        text-decoration: none;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #1578fc;
        /* opacity: 0.90; */
        line-height: 20px;
    }

    h3.faq-head {
        padding-bottom: 14px;
        font-size: 16px;
        line-height: 20px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500 !important;
        margin-top: 12%;
        color: #425062;
    }

    .banner-faqbg {
        background: url(../img/faq.png) no-repeat center;
        background-color: #f4f8fa;
        width: 100%;
        height: 216px;
        margin-top: 81px;
        position: relative;
        background-size: 765px auto;
    }

    .about-row a {
        padding: 10px 20px;
        border: 2px solid #00d080;
        border-radius: 5px;
        color: #00d080;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-decoration: none;
        float: left;
        margin: 14px 0 75px 15px;
        width: 92%;
        text-align: center;
    }

    .panel-title&gt;a,
    .panel-title&gt;a:active {
        display: block;
        padding: 6px 0;
        text-decoration: none;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #1578fc;
        /* opacity: 0.90; */
        line-height: 20px;
    }

    h3.faq-head {
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 40px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500 !important;
        margin-top: 8%;
        padding: 0;
        color: #425062;
    }

    .logintp-btn {
        background: #1578fc !important;
        color: #fff !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 12px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 28px;
        width: 89% !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    .regiter-login {
        background: #fff !important;
        color: #1578fc !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 3px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 28px;
        width: 89% !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    .banner-faqbg {
        background: url(../img/faq.png) no-repeat center;
        background-color: #f4f8fa;
        width: 100%;
        height: 216px;
        margin-top: 81px;
        position: relative;
        background-size: 765px auto;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: none;
    }

    .industry-logo span {
        width: 122px;
        height: 110px;
        float: left;
        text-align: center;
        margin: 0 10px 0 22px;
    }

    #custom_carousel .controls li {
        float: left;
        margin-left: 6%;
    }

    .baner-txt a {
        background: #00D080;
        color: #fff;
        border-radius: 5px;
        padding: 20px 44px;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        margin: 0px auto;
        font-size: 16px;
        text-decoration: none;
        outline: none;
    }

    .baner-txt a:hover {
        background: #00bd74;
        color: #fff;
        border-radius: 5px;
        padding: 20px 44px;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        margin: 0px auto;
        font-size: 18px;
    }

    .arrow-box .arrow-three .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 31% 0 0 48px;
        text-align: center;
        float: left;
        width: 59%;
    }

    .arrow-box .arrow-four .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 29% 0 0 52px;
        text-align: center;
        float: left;
        width: 58%;
    }

    .arrow-box .arrow-five .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 31% 0 0 66px;
        text-align: center;
        float: left;
        width: 58%;
    }

    .regiter-login {
        background: #fff !important;
        color: #1578fc !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 3px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 28px;
        width: 92% !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    .logintp-btn {
        background: #1578fc !important;
        color: #fff !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 12px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 28px;
        width: 92% !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    .about-row a {
        padding: 10px 20px;
        border: 2px solid #00d080;
        border-radius: 5px;
        color: #00d080;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-decoration: none;
        float: left;
        margin: 14px 0 75px 15px;
        width: 91%;
        text-align: center;
    }

    .panel-title&gt;a,
    .panel-title&gt;a:active {
        display: block;
        padding: 6px 0;
        text-decoration: none;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #1578fc;
        /* opacity: 0.90; */
        line-height: 20px;
    }

    h3.faq-head {
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 40px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500 !important;
        margin-top: 8%;
        padding: 0;
        color: #425062;
    }

    .mrpFilter {
        margin-top: 0;
        float: left;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .navbar-logo .navbar-right {
        display: none;
    }

    .banner-faqbg {
        background: url(../img/faq.png) no-repeat center;
        background-color: #f4f8fa;
        width: 100%;
        height: 216px;
        margin-top: 81px;
        position: relative;
        background-size: 765px auto;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: none;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: -50px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .industry-logo span {
        width: 122px;
        height: 110px;
        float: left;
        text-align: center;
        margin: 0 10px 0 40px;
    }

    .love-krank ul li {
        width: 91%;
        float: left;
        background: #fff;
        padding: 15px;
        text-align: center;
        margin-left: 5%;
        min-height: 320px;
        border-radius: 5px;
        margin-bottom: 23px;
    }

    #custom_carousel .controls li {
        float: left;
        margin-left: 6%;
    }

    .min-mrgnn {
        margin-left: -9px;
    }

    .baner-txt a {
        background: #00D080;
        color: #fff;
        border-radius: 5px;
        padding: 20px 44px;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        margin: 0px auto;
        font-size: 16px;
        text-decoration: none;
        outline: none;
    }

    .baner-txt a:hover {
        background: #00bd74;
        color: #fff;
        border-radius: 5px;
        padding: 20px 44px;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        margin: 0px auto;
        font-size: 16px;
    }

    .arrow-box .arrow-three .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 26% 0 0 55px;
        text-align: center;
        float: left;
        width: 59%;
    }

    .arrow-box .arrow-four .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 30% 0 0 63px;
        text-align: center;
        float: left;
        width: 58%;
    }

    .arrow-box .arrow-five .number-txt {
        color: #425062;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 26% 0 0 66px;
        text-align: center;
        float: left;
        width: 58%;
    }

    .logintp-btn {
        background: #1578fc !important;
        color: #fff !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 12px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 28px;
        width: 92% !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    .regiter-login {
        background: #fff !important;
        color: #1578fc !important;
        padding: 10px 0px 10px 0 !important;
        margin-top: 3px !important;
        margin-right: 10px !important;
        border: 1px solid #1578fc !important;
        margin-left: 28px;
        width: 92% !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        box-shadow: none !important;
    }

    a.learnmoe-btn {
        width: 100%;
        height: 73px;
        position: absolute;
        bottom: 0px;
        background: url(../img/green-btn.png) no-repeat;
        text-align: center;
        left: 1%;
        padding-top: 17px;
        color: #fff;
        font-size: 23px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        background-size: 100% auto;
    }

    .send-form {
        background: #00d080;
        color: #fff;
        font-weight: 700;
        padding: 15px 0;
        font-family: 'Roboto', sans-serif;
        margin: 0px auto;
        font-size: 18px;
        text-decoration: none;
        margin-top: 0px;
        width: 97% !important;
        float: right;
        margin-right: 10px;
        border: none;
        border-radius: 5px;
    }

    .panel-title&gt;a,
    .panel-title&gt;a:active {
        display: block;
        padding: 6px 0;
        text-decoration: none;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #1578fc;
        /* opacity: 0.90; */
        line-height: 20px;
    }

    h3.faq-head {
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 40px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500 !important;
        margin-top: 8%;
        padding: 0;
        color: #425062;
    }
}</pre></body></html>