@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

body {
    background-color: #eef2f5;
    color: rgba(0,0,0,0.6);
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
}

h1 {
    font-size: 36px;
    font-weight: 400;
}

h2 {
    font-size: 28px;
    font-weight: 400;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
}

ul {
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

a {
    font-size: 14px;
    outline: medium none;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

input {
    transition: all 0.5s ease 0s;
}

.header {
    float: left;
    padding: 25px 0;
    width: 100%;
    position: absolute;
    z-index: 99;
}

.logo {
    float: left;
}

.nav {
    float: left;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

    .nav ul {
        background-color: #f7e88f;
        display: inline-block;
        position: relative;
    }

        .nav ul::before {
            background-image: url(../images/nav-left-bg.png);
            content: "";
            height: 100%;
            width: 35px;
            position: absolute;
            left: -34px;
            background-repeat: no-repeat;
            background-size: 34px;
        }

        .nav ul::after {
            background-image: url(../images/nav-right-bg.png);
            content: "";
            height: 100%;
            width: 35px;
            position: absolute;
            right: -35px;
            background-repeat: no-repeat;
            background-size: 34px;
        }

    .nav li {
        float: left;
        padding: 15px 24px;
    }

        .nav li a {
            color: #393939;
            font-size: 15px;
            font-weight: 300;
            padding: 5px 10px;
        }

            .nav li a:hover {
                color: #0073c6;
                text-decoration: underline;
            }

.hdr-blck {
    float: right;
    margin: 12px 0 0;
}

.btn {
    padding: 12px 25px;
    border-radius: 30px;
    display: inline-block;
}

.btn-grey {
    background-color: #c6cccf !important;
    color: #000000;
    border: 2px solid #c6cccf;
}

.btn-red {
    background-color: #f44336;
    color: #ffffff;
    border: 2px solid #f44336;
}

.btn-white {
    background-color: #ffffff;
}

.btn-red:hover {
    background-color: transparent;
    border-color: #f44336;
    color: #f44336;
}

.btn-blue {
    background-color: #0073c6 !important;
    color: #ffffff !important;
    border: 2px solid #0073c6;
}

    .btn-blue:hover {
        background-color: transparent;
        border-color: #0073c6;
        color: #0073c6;
    }

.hdr-blck .btn-red {
    font-weight: 700;
}

.hdr-blck a {
    margin: 0 2px;
}

.hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* Icon Push */
@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

.hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-push .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-push:hover .hvr-icon, .hvr-icon-push:focus .hvr-icon, .hvr-icon-push:active .hvr-icon {
        -webkit-animation-name: hvr-icon-push;
        animation-name: hvr-icon-push;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

.selectlang {
    color: #0073c6 !important;
    border: none;
    padding: 5px 12px 5px 50px;
    font-size: 15px;
    background-image: url(../images/lang-icon.png), url(../images/dropdown-arrow.jpg);
    background-repeat: no-repeat;
    background-position: left center, center right;
    height: 46px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}

.hme-slider {
    background-image: url(../images/header-bg2.png);
    float: left;
    width: 100%;
    height: 500px;
    padding: 200px 0 50px;
    background-repeat: no-repeat;
    background-position: 0 -20px;
}

.flexslider {
    float: left;
}

.hme-slider h1 {
    color: #000000;
    font-weight: 900;
    font-size: 56px;
    margin: 10px 0;
    line-height: 56px;
}

.hme-slider h4 {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #0073c6;
}

.hme-slider p {
    font-size: 15px;
    line-height: 24px;
}

.hme-slider .slide-img {
    min-height: 445px;
}

.hme-slider .btn-blue {
    font-size: 20px;
    padding: 10px 40px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.slide-cap, .slide-img {
    float: left;
    width: 50%;
}

.flex-control-nav {
    display: none;
}

.slide-cap {
    margin-top: 100px;
}

.flex-direction-nav {
    text-align: center;
    position: relative;
    top: 50px;
}

    .flex-direction-nav li {
        display: inline-block;
        margin: 0 5px;
    }

.down-btn {
    position: absolute;
    left: 48.7%;
    top: 560px;
    color: #0073c6;
    border: 2px solid #0073c6;
    font-size: 24px;
    border-radius: 30px;
    padding: 5px;
    min-width: 25px;
    text-align: center;
    min-height: 25px;
}

.login-main {
    float: left;
    width: 100%;
    padding: 50px 0;
    margin-top: 20px;
}

.login-blck {
    float: left;
    width: 100%;
    background-color: #0073c6;
    padding: 20px 0;
    position: relative;
}

    .login-blck::before {
        background-image: url(../images/login-left-bg.png);
        content: "";
        height: 100%;
        width: 55px;
        position: absolute;
        left: -55px;
        background-repeat: no-repeat;
        background-size: 55px;
        top: 0;
    }

    .login-blck::after {
        background-image: url(../images/login-right-bg.png);
        content: "";
        height: 100%;
        width: 55px;
        position: absolute;
        right: -55px;
        background-repeat: no-repeat;
        background-size: 55px;
        top: 0;
    }

.login-main form {
    float: left;
    width: 60%;
}

.login-blck h5 {
    float: left;
    margin: 10px 10px 0 30px;
    color: #ffffff;
    letter-spacing: 1px;
}

.login-right {
    float: right;
    margin-top: 5px;
}

    .login-right li {
        float: left;
        padding: 0 15px;
    }

        .login-right li:first-child {
            background-image: url(../images/forgot-password-icon.png);
            padding-left: 30px;
            background-repeat: no-repeat;
            background-position: 0 50%;
            padding-right: 150px;
        }

            .login-right li:first-child a {
                font-weight: 400;
                font-size: 14px;
            }

        .login-right li:nth-child(2) {
            position: relative;
        }

            .login-right li:nth-child(2)::after {
                content: "";
                width: 2px;
                height: 25px;
                position: absolute;
                background-color: #ffffff;
                top: 6px;
                right: 0;
            }

    .login-right a {
        color: #ffffff;
        vertical-align: middle;
        height: 35px;
        display: table-cell;
        font-weight: 700;
        font-size: 15px;
    }

        .login-right a:hover {
            text-decoration: underline;
            color: #eef2f5;
        }

.login-blck input {
    background-color: #ffffff;
    padding: 12px 20px;
    border-radius: 30px;
    border: none;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    margin: 0 1px;
}

.submit-btn {
    width: 20%;
    color: #43a047;
    font-size: 16px !important;
    font-weight: 700;
    letter-spacing: 1px;
    border: 2px solid transparent !important;
    padding: 10px 20px !important;
}

    .submit-btn:hover {
        background-color: transparent;
        border-color: #ffffff !important;
        color: #ffffff;
    }

input[type="submit"] {
    cursor: pointer;
}

.hme-services {
    float: left;
    width: 100%;
    padding: 20px 0 400px;
}

.serv-blck {
    float: left;
    width: 43.6%;
    background-color: #ffffff;
    margin-right: 20px;
    text-align: center;
    padding: 45px 30px 20px;
    position: relative;
}

    .serv-blck::after {
        background-image: url(../images/serv-bg.png);
        content: "";
        height: 360px;
        width: 540px;
        position: absolute;
        background-repeat: no-repeat;
        background-size: 539px;
        bottom: -360px;
        left: 0;
    }

    .serv-blck:hover img {
        transition: all 0.5s ease 0s;
        transform: scale(1.1,1.1);
    }

    .serv-blck:last-child {
        margin-right: 0;
    }

    .serv-blck h5 {
        margin: 45px 0 20px;
        color: #0073c6;
        font-weight: 700;
    }

    .serv-blck p {
        line-height: 24px;
    }

.hme-services .btn {
    margin: 15px 0 0;
    font-weight: 700;
}

.what-we-do {
    float: left;
    width: 100%;
    position: relative;
    padding: 100px 0;
}

    .what-we-do h1 {
        margin-top: 0;
    }

    .what-we-do h1, .why-choose h1 {
        text-align: center;
        font-weight: 900;
        color: #000000;
    }

        .what-we-do h1 img, .why-choose h1 img {
            margin-bottom: 10px;
            width: 70px;
        }

.wht-we-do-blck {
    float: left;
    width: 50%;
}

.what-we-do:nth-child(2n) .wht-we-do-blck.img-blck {
    text-align: left;
}

.what-we-do:nth-child(2n+1) .wht-we-do-blck.img-blck {
    text-align: right;
}

.wht-we-do-blck h3, .wht-we-blck-txt h2 {
    color: #000000;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    padding-bottom: 25px;
}

    .wht-we-do-blck h3::after, .wht-we-blck-txt h2::after {
        content: "";
        background-color: #0073c6;
        height: 3px;
        width: 60px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.wht-we-do-blck p {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 25px;
}

.wht-we-do-blck img {
    width: 350px;
}

.wht-we-do-blck.img-blck {
    text-align: center;
}

.wht-we-do-blck.txt-blck {
    margin: 35px 0;
}

.what-we-do:nth-child(2n) .wht-we-do-blck.txt-blck {
    padding-left: 150px;
    width: 35%;
    margin: 30px 0;
}

.what-we-do:nth-child(2n+1) .wht-we-do-blck.txt-blck {
    padding-right: 150px;
    width: 35%;
}

.what-we-do.section2 .wht-we-do-blck.txt-blck {
    margin: 10px 0;
}

.what-we-do:nth-child(2n+1)::before {
    background-image: url(../images/wht-we-do-lft-bg.png);
    width: 50%;
    height: 850px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    left: 0px;
    top: -150px;
}

.what-we-do:nth-child(2n)::after {
    background-image: url(../images/wht-we-do-rght-bg.png);
    width: 50%;
    height: 850px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    right: 0px;
    top: -150px;
}

.what-we-do.what-we-do.section1::before {
    top: -30px;
}

.why-choose {
    float: left;
    width: 100%;
    padding: 100px 0 50px;
    text-align: center;
}

    .why-choose .container {
        width: 950px;
    }

.why-chse-blck {
    float: left;
    width: 25%;
    margin: 25px 0 0;
}

    .why-chse-blck:hover img {
        transform: rotate(360deg);
        transition: 0.7s ease all 0s;
    }

    .why-chse-blck h5 {
        color: #262626;
        font-weight: 400;
        margin: 20px 0;
    }

.get-started {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 50px;
}

.get-started-blck {
    background-color: #f44336;
    padding: 45px 0 50px;
    margin: 0 175px;
    position: relative;
}

    .get-started-blck::before {
        background-image: url(../images/get-started-left-bg.png);
        content: "";
        height: 100%;
        width: 175px;
        position: absolute;
        left: -175px;
        background-repeat: no-repeat;
        background-size: 100%;
        top: 0;
    }

    .get-started-blck::after {
        background-image: url(../images/get-started-right-bg.png);
        content: "";
        height: 100%;
        width: 175px;
        position: absolute;
        right: -175px;
        background-repeat: no-repeat;
        background-size: 100%;
        top: 0;
    }

    .get-started-blck h1, .get-started-blck h2 {
        color: #ffffff;
        font-weight: 900;
        letter-spacing: 1px;
        margin-top: 0;
    }

    .get-started-blck a {
        background-color: #ffffff;
        border: 2px solid transparent;
        font-size: 18px;
        font-weight: 700;
        color: #f44336;
        padding: 15px 50px;
    }

        .get-started-blck a:hover {
            color: #ffffff;
            background-color: transparent;
            border-color: #ffffff;
        }
/* what we do pages */
.what-we-do-pages .get-started-blck {
    padding: 35px 0 45px;
}

    .what-we-do-pages .get-started-blck::before {
        width: 146px;
        left: -145px;
    }

    .what-we-do-pages .get-started-blck::after {
        width: 146px;
        right: -145px;
    }

    .what-we-do-pages .get-started-blck a {
        font-size: 16px;
        padding: 12px 45px;
    }

.footer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0 50px;
}

    .footer ul {
        display: inline-block;
    }

    .footer li {
        float: left;
        padding: 0 15px;
    }

    .footer a, .footer p {
        color: rgba(0,0,0,0.7);
    }

        .footer a:hover {
            text-decoration: underline;
        }

.footer3 a:hover {
    color: #f44336;
}


/*b2b offer css*/
.header2 {
    position: static;
    background-color: #ffffff;
}

.b2b-offer .header .btn {
    border: 1px solid #f44336;
    color: #f44336;
}

    .b2b-offer .header .btn:hover, .b2b-offer-blck .btn:hover {
        background-color: #f44336;
        color: #ffffff;
    }

.b2b-offer-expire {
    float: left;
    width: 100%;
    text-align: center;
}

    .b2b-offer-expire h6 {
        font-weight: 400;
        color: #0073c6;
    }

.b2b-offer-main {
    float: left;
    width: 100%;
    padding: 20px 0 0;
}

.b2b-offer-in {
    padding: 20px 30px;
    background-color: #ffffff;
    display: inline-block;
    border: 1px solid #d7dcdf;
}

    .b2b-offer-in h5 {
        color: #0d0d0d;
        background-color: #f1f1f1;
        padding: 10px 20px;
        font-weight: 400;
        margin: 30px 0 20px;
    }

        .b2b-offer-in h5:first-child {
            margin-top: 0;
        }

.b2b-offer-blck {
    border: 1px solid #cfd4d7;
    padding: 10px 20px;
    margin: 0 20px 10px;
    display: inline-block;
}

    .b2b-offer-blck li {
        float: left;
        padding: 0 10px;
    }

        .b2b-offer-blck li:first-child {
            width: 10%;
            text-align: center;
        }

        .b2b-offer-blck li:nth-child(2) {
            width: 15%;
            text-align: center;
            padding: 12px 10px;
        }

        .b2b-offer-blck li:last-child {
            width: 65%;
            padding: 15px 10px 15px 25px;
            position: relative;
            margin-left: 20px;
        }

            .b2b-offer-blck li:last-child::before {
                background-image: url(../images/b2b-offer-li-border.png);
                content: "";
                height: 47px;
                width: 6px;
                position: absolute;
                left: 0px;
                top: 10px;
                background-size: 6px;
                background-repeat: no-repeat;
            }

    .b2b-offer-blck .btn {
        color: #f44336;
        border: 1px solid #f44336;
        font-weight: 700;
    }

.b2b-offer-in h5 img {
    margin: -2px 10px 0 0;
    float: left;
}

.b2b-offer-btm-img {
    float: left;
    width: 100%;
    text-align: center;
    padding: 45px 0;
}

.footer.footer2 {
    background-color: #ffffff;
    padding: 30px 0;
}

    .footer.footer2 p {
        float: left;
        margin: 0;
    }

    .footer.footer2 ul {
        float: right;
    }

/*lead generation css*/
.lead-generation .header, .approvals .header {
    position: static;
}
/*.lead-generation .hdr-blck .btn, .approvals .hdr-blck .btn {
    background-color: #fbfbfb;
    border-radius: 2px;
    padding: 10px 25px;
    color: #454545;
    border: 1px solid #ebebeb;
}*/
.lead-generation .hdr-blck .btn, .approvals .hdr-blck .btn {
    background-color: #f7e88f;
    border-radius: 2px;
    padding: 10px 25px;
    color: #454545;
    border: 1px solid #f7e88f;
}

    .lead-generation .hdr-blck .btn:hover, .approvals .hdr-blck .btn:hover {
        -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
        -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
        box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
    }

.nav2 ul {
    background-color: #ffffff;
}

    .nav2 ul::before {
        background-image: url(../images/nav-left-bg2.png);
    }

    .nav2 ul::after {
        background-image: url(../images/nav-right-bg2.png);
    }

.nav2 li {
    padding: 15px 17px;
}

.lead-gen-main {
    float: left;
    width: 100%;
    text-align: center;
}

.lead-gen-blck {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #e2e2e2;
    display: inline-block;
}

    .lead-gen-blck h3 {
        color: #000000;
        font-weight: 400;
        margin: 0 0 20px;
    }

    .lead-gen-blck .accordion {
        background-color: #ffffff;
        color: rgba(0,0,0,0.6);
        cursor: pointer;
        padding: 12px 20px;
        width: 100%;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
        border: 1px solid #eef2f5;
        margin: 2px 0;
    }

        .lead-gen-blck .accordion.active {
            border-bottom: 0;
            background-color: #eef2f5;
            margin-bottom: 0;
        }
    /*.lead-gen-blck .active, .lead-gen-blck .accordion:hover {
    background-color: #ccc;
}
*/
    .lead-gen-blck .panel {
        padding: 0 18px;
        background-color: #ffffff;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        text-align: left;
    }

    .lead-gen-blck .active + .panel {
        border-style: solid;
        border-width: 0 1px 1px;
        border-color: #eef2f5;
        background-color: #eef2f5;
    }

        .lead-gen-blck .active + .panel p:first-child {
            margin-top: 0;
        }

    .lead-gen-blck .accordion::after {
        content: '\f0d7';
        font-size: 13px;
        color: #cccccc;
        float: right;
        margin-left: 5px;
        font-family: fontawesome;
    }

    .lead-gen-blck h2::after {
        content: "";
        background-color: #0073c6;
        left: 0;
        position: absolute;
        height: 3px;
        width: 60px;
        bottom: 0;
    }
    

    .lead-gen-blck .accordion.active:after {
        content: "\f0d8";
    }

.separator {
    background-color: #cccccc;
    height: 1px;
    margin: 30px 0;
}

.lg-btns {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

    .lg-btns.lg-btns2 {
        margin-top: 20px;
    }

    .lg-btns ul, .lg-btns ul li {
        float: left;
    }

    .lg-btns .btn {
        background-color: #fcfcfc;
        border: 1px solid #e7e7e7;
        color: #000000;
        border-radius: 0;
    }



    .lg-btns .active {
        -webkit-box-shadow: inset 0px 0px 10px 0px rgba(235,235,235,1);
        -moz-box-shadow: inset 0px 0px 10px 0px rgba(235,235,235,1);
        box-shadow: inset 0px 0px 10px 0px rgba(235,235,235,1);
        font-weight: 700;
        color: #016dc4;
    }

    .lg-btns-special {
        margin-bottom: 0px;
        float: right;
        width: 100%;
    }

    
    .lg-btns-special.lg-btns2 {
        margin-top: 20px;
    }

    .lg-btns-special ul, .lg-btns-special ul li {
        float: left;
    }

    .lg-btns-special .btn {
        background-color: #fcfcfc;
        border: 1px solid #e7e7e7;
        color: #000000;
        border-radius: 0;
    }



    .lg-btns-special .active {
        -webkit-box-shadow: inset 0px 0px 10px 0px rgba(235,235,235,1);
        -moz-box-shadow: inset 0px 0px 10px 0px rgba(235,235,235,1);
        box-shadow: inset 0px 0px 10px 0px rgba(235,235,235,1);
        font-weight: 700;
        color: #016dc4;
    }

    

.lg-steps {
    float: right;
    width: 40%;
    color: #000000;
    margin: 12px 0 0;
}

    .lg-steps p {
        float: left;
        margin: 0;
    }

.lg-bar {
    float: right;
    width: 65%;
    background-color: #f1f1f1;
    border-radius: 30px;
}

.lg-bar-in {
    background-color: #f7e88f;
    border-radius: 30px 0 0 30px;
    text-align: right;
    color: #000000;
}

.footer3 .container {
    background-color: #ffffff;
    padding: 30px 0 20px;
}

.footer3 {
    padding: 30px 0;
}

/*b2b offer summary css*/
.b2b-offer-summary .logo {
    margin-top: 5px;
}

.b2b-offer-summary .hdr-blck h6 {
    margin: 0;
    font-weight: 400;
    color: #000000;
}

.b2b-of-tab {
    float: left;
    width: 100%;
    padding: 40px 0 50px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

    .b2b-of-tab .z-tabs.horizontal > ul > li {
        width: 19.96% !important;
        border-bottom: 1px solid #d3d5d7;
        border-top: 1px solid #d3d5d7;
    }

    .b2b-of-tab .z-tabs.horizontal .z-tab.z-first {
        border-left: 1px solid #d3d5d7;
    }

    .b2b-of-tab .z-tabs.horizontal .z-tab.z-last {
        border-right: 1px solid #d3d5d7;
    }

    .b2b-of-tab .z-tabs.horizontal > ul > li.z-active {
        border-bottom: 0;
    }

    .b2b-of-tab .z-tabs.horizontal > ul > li > a {
        color: #686868;
        border: none;
        font-size: 14px;
        text-transform: uppercase;
        padding: 15px 0;
        margin-right: 0;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .b2b-of-tab .z-tabs p {
        color: #686868;
        line-height: 28px;
        font-size: 15px;
    }

    .b2b-of-tab .z-container {
        padding: 0 45px !important;
        background-color: #ffffff !important;
        border-style: solid !important;
        border-width: 0 1px 1px 1px !important;
        border-color: #d3d5d7 !important;
        border-radius: 0 !important;
    }

    .b2b-of-tab .z-content {
        background-color: #ffffff;
        padding: 0 5px !important;
    }

    .b2b-of-tab .z-tabs.clean.z-rounded.top > ul > li.z-first > a, .b2b-of-tab .z-tabs.clean.z-rounded.bottom > ul > li.z-first > a {
        border-radius: 0;
        background-color: #ffffff !important;
        box-shadow: none;
    }

    .b2b-of-tab .z-tabs.horizontal > ul > li.z-active a {
        color: #000000 !important;
        border-right: 1px solid #d3d5d7 !important;
        border-left: 1px solid #d3d5d7 !important;
        -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
        -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
        box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
    }

    .b2b-of-tab .z-first.z-active a {
        border-left: 0 !important;
    }

    .b2b-of-tab .z-last.z-active a {
        border-right: 0 !important;
    }

    .b2b-of-tab h3 {
        color: #181818;
        font-weight: 900;
        margin: 0 0 50px;
        letter-spacing: 1px;
        position: relative;
        float: left;
    }

        .b2b-of-tab h3::after {
            content: "";
            background-color: #f44336;
            height: 5px;
            width: 45px;
            position: absolute;
            bottom: -15px;
            left: 0;
        }

.b2b-offer-summary .lg-btns {
    width: auto;
    float: right;
}

.b2b-offer-summary .btn {
    padding: 12px 30px;
    background-color: #ffffff;
}
    /*.b2b-offer-summary .btn:hover {
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
}*/
    .b2b-offer-summary .btn.active {
        background-color: #f44336;
        box-shadow: none !important;
        color: #ffffff;
        font-weight: 400;
    }
/*.b2b-offer-summary .btn.active:hover {
	background-color: #0073c6;
}*/
.b2b-offer-summary .lg-btns ul li:last-child {
    margin-left: 50px;
}

    .b2b-offer-summary .lg-btns ul li:last-child a {
        background-color: #fdfdfd;
    }

.b2b-offer-summary .lg-btns2 {
    margin-bottom: 0;
    margin-top: 35px;
}

.b2b-offer-summary .footer.footer2 p {
    width: 100%;
}

.align-center {
    text-align: center;
}

.b2b-of-tab .z-content-inner h3 {
    width: 100%;
    font-weight: 400;
    color: #0172c5;
    text-transform: uppercase;
    margin-top: 50px;
}

    .b2b-of-tab .z-content-inner h3::after {
        background-color: #0073c6;
        height: 3px;
        width: 70px;
        bottom: -20px;
        left: 46%;
    }

.b2b-of-tab .flexslider .slides img {
    display: inline-block;
    width: 35%;
}

.b2b-of-tab .b2b-of-tab .z-active a {
    border: none !important;
}

.b2b-of-tab .flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.b2b-of-tab .flexslider .flex-direction-nav a {
    border: none !important;
    position: absolute;
    background-image: none;
    background-color: #f1f1f1;
    text-indent: 0;
    width: 35px;
    height: 35px;
}

.b2b-of-tab .flex-direction-nav li .prev {
    left: 0;
}

.b2b-of-tab .flex-direction-nav .prev::before {
    content: "\f104";
    font-family: fontawesome;
    top: 5px;
    position: absolute;
    left: 12px;
    color: #f04538;
    font-size: 24px;
}

.b2b-of-tab .flex-direction-nav li .next {
    right: 0;
}

.b2b-of-tab .flex-direction-nav .next::before {
    content: "\f105";
    font-family: fontawesome;
    top: 5px;
    position: absolute;
    left: 12px;
    color: #f04538;
    font-size: 24px;
}

.b2b-of-tab .b2b-tab-blck4 p {
    background-color: #f1f1f1;
    padding: 15px 20px;
    width: 95%;
    display: inline-block;
}

.b2b-of-tab .b2b-tab-blck4 a {
    color: #016dc4 !important;
    text-decoration: underline;
    margin-top: 20px !important;
    float: left;
    border: none !important;
}

.b2b-of-tab .b2b-tab-blck4 img {
    float: right;
    margin-right: 15px;
}

.b2b-cus-test {
    background-color: #eef2f5;
    padding: 30px;
    display: inline-block;
    margin: 25px 0;
}

.cus-test-lft {
    float: left;
    text-align: center;
}

    .cus-test-lft h6 {
        color: #404040;
        margin: 15px 0 0;
    }

.b2b-cus-test p {
    background-image: url(../images/cus-test-lft-bg.jpg);
    float: left;
    line-height: 24px !important;
    font-style: italic;
    width: 81%;
    padding: 0 0 0 45px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    margin-left: 20px;
}

/* popup css */
.popup-page .header {
    position: static;
}

.test-sec {
    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.popup-main {
    float: left;
    width: 100%;
    padding: 0;
}

.popup-blck h5 {
    background-color: #7b7b7b;
    padding: 12px 20px;
    color: #f5f5f5;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    text-align: left;
}

.popup-blck {
    background-color: #eeeeee;
}

    .popup-blck #tabbed-nav2 {
        padding: 30px;
        background-color: #eeeeee;
        text-align: left;
    }

    .popup-blck .z-container {
        background-color: #ffffff !important;
        padding: 0 30px !important;
        border-radius: 0 !important;
    }

    .popup-blck .z-content-inner {
        padding: 30px 0 0 !important;
    }

    .popup-blck .z-tabs.large > ul > li > a {
        font-size: 14px;
        padding: 15px 45px;
    }

.z-tabs.clean.responsive.horizontal.z-rounded.top > ul > li.z-last > a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.popup-blck .z-tab a {
    background-color: #eeeeee !important;
}

.popup-blck .z-active a {
    background-color: #ffffff !important;
}

.popup-blck table, .approval-blck table {
    border-collapse: collapse;
}

.popup-blck th {
    text-align: left;
    color: #0d0d0d;
    padding: 15px;
}

.popup-blck tr:nth-child(2n), .approval-blck tr:nth-child(2n) {
    background-color: #ffffff;
}

.popup-blck tr:nth-child(2n+1), .approval-blck tr:nth-child(2n+1) {
    background-color: #eee;
}

.popup-blck td, .approval-blck td {
    padding: 12px 15px;
}

.popup-blck td, .popup-blck th, .approval-blck td {
    border-right: 1px solid rgba(0,0,0,0.2);
}

    .popup-blck td:last-child, .popup-blck th:last-child, .approval-blck td:last-child {
        border-right: none;
    }

.popup-blck tr:last-child, .approval-blck tr:last-child td {
    color: #1976d2;
}

.popup-blck .fa, .approval-blck .fa {
    color: #1976d2;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    text-align: center;
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 0;
    padding: 0;
    border: 1px solid #888;
    /*    width: 80%;*/
    display: inline-block;
    position: relative;
}
/* The Close Button */
.close.tp-x {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 5px;
}

    .close.tp-x:hover, .close.tp-x:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

#myBtn {
    padding: 12px 30px;
    color: #ffffff;
    background-color: #0073c6;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

    #myBtn:hover {
        background-color: #f44336;
    }

.btm-btns {
    text-align: right;
    padding-right: 30px;
    padding-bottom: 30px;
}

    .btm-btns .btn {
        border-radius: 0;
    }

    .btm-btns .btn-white {
        color: #000000;
        cursor: pointer;
    }


/*what we do inner pages css*/
.what-we-do-pages .header {
    position: static;
}

.what-we-do-pages {
    background-image: url(../images/wht-we-do-in-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.what-we-do-in {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.wht-we-blck-txt {
    float: left;
    width: 50%;
}

.wht-we-blck-img {
    float: left;
    width: 50%;
    text-align: center;
}

    .wht-we-blck-img img {
        width: 80%;
    }

.wht-we-blck-txt p {
    line-height: 24px;
}

/* Approvals 50 css */

.approvals .lg-btns h3 {
    float: left;
}

.approvals .lg-btns ul {
    float: right;
}

.approvals .lead-gen-blck {
    width: 96%;
}

.approval-blck {
    text-align: left;
    float: left;
    width: 100%;
}

    .approval-blck td {
        color: #404040;
    }

    .approval-blck h2 {
        color: #000000;
        font-weight: 700;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 25px;
        letter-spacing: 1px;
    }

        .approval-blck h2::after {
            content: "";
            background-color: #0073c6;
            left: 0;
            position: absolute;
            height: 3px;
            width: 60px;
            bottom: 0;
        }

    .approval-blck p {
        line-height: 24px;
    }

    .approval-blck .z-tabs > ul > li > a {
        color: #016dc4;
        transition: none;
    }

    .approval-blck .z-tabs > ul > li.z-active > a {
        color: #000000;
        border-width: 1px 1px 0 1px;
        border-color: #e2e2e2;
        border-style: solid;
        -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
        -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
        box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
    }
    /*.approval-blck .z-tabs > ul > li:hover > a {
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
}*/
    .approval-blck .z-tabs.clean.top.z-rounded > ul > li.z-last > a {
        border-radius: 0 !important;
    }

    .approval-blck .z-content {
        border: 1px solid #e2e2e2 !important;
        padding: 0 30px !important;
        width: 94% !important;
    }

    .approval-blck .z-container {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .approval-blck table {
        margin-top: 50px;
    }

    .b2b-of-tab-photos .z-content-inner h3 {
        width: 100%;
        font-weight: 400;
        color: #0172c5;
        text-transform: uppercase;
        margin-top: 50px;
    }
    .b2b-of-tab-photos .z-content-inner h3::after {
        background-color: #0073c6;
        height: 3px;
        width: 70px;
        bottom: -20px;
        left: 46%;
    }
    .b2b-of-tab-photos .flexslider .slides img {
        display: inline-block;
        width: 35%;
    }
    .b2b-of-tab-photos .b2b-of-tab .z-active a {
        border: none !important;
    }
    .b2b-of-tab-photos .flex-direction-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }
    .b2b-of-tab-photos .flexslider .flex-direction-nav a {
        border: none !important;
        position: absolute;
        background-image: none;
        background-color: #f1f1f1;
        text-indent: 0;
        width: 35px;
        height: 35px;
    }
    
    .b2b-of-tab-photos .flex-direction-nav li .prev {
        left: 0;
    }
    .b2b-of-tab-photos .flex-direction-nav .prev::before {
        content: "\f104";
        font-family: fontawesome;
        top: 5px;
        position: absolute;
        left: 12px;
        color: #f04538;
        font-size: 24px;
    }
    .b2b-of-tab-photos .flex-direction-nav li .next {
        right: 0;
    }
    .b2b-of-tab-photos .flex-direction-nav .next::before {
        content: "\f105";
        font-family: fontawesome;
        top: 5px;
        position: absolute;
        left: 12px;
        color: #f04538;
        font-size: 24px;
    }
    
    .b2b-of-tab-photos .b2b-tab-blck4 p {
        background-color: #f1f1f1;
        padding: 15px 20px;
        width: 95%;
        display: inline-block;
    }
    .b2b-of-tab-photos .b2b-tab-blck4 a {
        color: #016dc4 !important;
        text-decoration: underline;
        margin-top: 20px !important;
        float: left;
        border: none !important;
    }
    .b2b-of-tab-photos .b2b-tab-blck4 img {
        float: right;
        margin-right: 15px;
    }
