﻿@charset "utf-8";
/* CSS Document */
/* --------------------< Global Style >-------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.row.file_number.mrgn_btm {
    margin-right: -15px;
    margin-left: -15px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    color: #000;
    line-height: 18px;
    text-decoration: none;
    height: 100%;
    width: 100%;
    font-family: 'helveticaregular';
}

@font-face {
    font-family: 'helveticaregular';
    src: url('helvetica.eot');
    src: url('helvetica.eot?#iefix') format('embedded-opentype'), url('helvetica.woff2') format('woff2'), url('helvetica.woff') format('woff'), url('helvetica.ttf') format('truetype'), url('helvetica.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticabold';
    src: url('helvetica-bold.eot');
    src: url('helvetica-bold.eot?#iefix') format('embedded-opentype'), url('helvetica-bold.woff2') format('woff2'), url('helvetica-bold.woff') format('woff'), url('helvetica-bold.ttf') format('truetype'), url('helvetica-bold.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    width: 100%;
}

a, img {
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    outline: none;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}
/*** Headings ***/
h1 {
    margin: 0px;
    padding: 0px;
}

h2 {
    margin: 0px;
    padding: 0px 0px 7px;
    font-size: 26px;
    color: #231f20;
    line-height: 30px;
}

h3 {
    margin: 0px;
    padding: 0px;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #333132;
    line-height: 24px;
    font-family: 'helveticabold';
}

h5 {
    margin: 0px;
    padding: 0px;
}

h6 {
    margin: 0px;
    padding: 0px;
}
/*** Links ***/
a { /*color:#8d99a9;*/
    text-decoration: none;
}

*:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
/*a:hover {color:#FFEA3D;  }*/
a:focus {
    outline: none;
    color: inherit;
}

a:hover, a:active, a:focus {
    outline: none;
    color: inherit;
    text-decoration: none;
}
/*** Typography ***/
b, strong {
    font-weight: bold;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

small {
    font-size: 85%;
}
/*** Spacing ***/
hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, p, table, address, fieldset, figure {
}

input[type="button"] {
    transition: 1.5s;
    -webkit-transition: 1.5s;
}

    input[type="button"]:hover {
        transition: 1.5s;
        -webkit-transition: 1.5s;
    }

input, button, a {
    outline: none;
}

.form-control {
    border-radius: 0px;
    box-shadow: none;
}

    .form-control:focus {
        border-color: #d7a345;
        box-shadow: none;
        background: #fff8e6;
        outline: 0 none;
    }

li {
    list-style: none;
}

img {
    max-width: 100%;
}
/* --------------------< Global Style >-------------------- */
#wrapper {
    float: left;
    width: 100%;
}

header {
    float: left;
    width: 100%;
}
/* --------------------< menu Style >-------------------- */
.menu {
    float: left;
    width: 100%;
}

.navbar-default {
    margin: 0px;
    border: 0px;
    background-color: #2364a7;
    min-height: inherit;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.navbar-brand {
    height: auto;
}

.navbar-default .navbar-nav > li {
    margin-left: 5px;
}

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        line-height: 18px;
        color: #fff;
        text-transform: uppercase;
        padding: 7px 18px;
        border: 1px solid #2364a7;
    }

.nav.navbar-nav {
    float: right;
}

.collapse.navbar-collapse {
    float: right;
    padding: 28px 0;
    width: auto;
}

.navbar-nav.navbar-right li a {
    border: 1px solid #ddd;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: none;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.nav.navbar-nav li a.active {
    background: #fff;
    color: #000;
}

.nav.navbar-nav.navbar-right.btnUl {
    margin-top: 28px;
}
/* --------------------< banner Style >-------------------- */
#banner {
    float: left;
    width: 100%;
}

    #banner .item {
        min-height: 740px;
    }

    #banner .first {
        background: url(../images/banner.jpg) no-repeat center bottom;
        background-size: cover;
    }

    #banner .second {
        background: url(../images/banner2.jpg) no-repeat center bottom;
        background-size: cover;
    }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
}

.carousel-caption {
    background-color: rgba(0,0,0,0.70);
    border: 1px solid #737375;
    text-shadow: none;
    bottom: inherit;
    max-width: 606px; /*height:210px;*/
    height: auto;
    top: 50%;
    margin-top: -101px;
    left: 50%;
    margin-left: -303px;
    padding: 30px 71px 50px;
}

    .carousel-caption h1 {
        color: #fff;
        font-size: 27px;
        line-height: 32px;
        text-align: left;
        padding-bottom: 10px;
    }

    .carousel-caption p {
        color: #fff;
        text-align: left;
        font-size: 16px;
        line-height: 22px;
    }

    .carousel-caption a {
        background-color: #ffffff;
        bottom: -16px;
        color: #000;
        display: inline-block;
        font-size: 14px;
        left: 50%;
        letter-spacing: 2px;
        line-height: 20px;
        margin-left: -120px;
        margin-top: 17px;
        padding: 7px 15px;
        position: absolute;
        text-transform: uppercase;
        width: 240px;
    }

        .carousel-caption a:hover {
            background-color: #2465a6;
            color: #fff;
        }

        .carousel-caption a span {
            margin-left: 10px;
        }

.fixedBtnDiv {
    width: 100%;
    background: rgba(0,0,0,.8);
    text-align: center;
    display: inline-block;
    padding: 15px 0px;
    display: none;
    position: fixed;
    top: 89px;
    z-index: 9;
}

.tryGeoDataBtn {
    background: #fff;
    text-align: center;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    padding: 11px 0px;
    width: 217px;
}



.banner {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
}

.banner1 {
    background: url(../images/banner2.jpg) no-repeat;
    background-size: cover;
}

.banner2 {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
}


#banner .carousel .item {
    min-height: 750px;
    height: 100%;
    width: 100%;
}


/* Animation delays */
.carousel-caption h1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.carousel-caption p {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.carousel-caption a {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}



/* --------------------< mid-content Style >-------------------- */
.mid-content {
    float: left;
    width: 100%;
}

.offer {
    background-color: #bcbec0;
    padding: 36px 0px;
}

    .offer p {
        padding-bottom: 5px;
    }

.mainimg-box {
    width: 680px;
    margin: 40px auto 0px;
    position: relative;
}

    .mainimg-box .left-img {
        float: left;
    }

    .mainimg-box .mid-img {
        float: left;
        margin: 98px 0 0 -73px;
        position: relative;
        z-index: 8;
    }

    .mainimg-box .btm-img {
        float: right;
        margin: -283px 14px 0 0;
    }
/* --------------------< conven Style >-------------------- */
.conven {
    background-color: #249ed9;
    padding: 36px 0px;
}

    .conven p {
        padding: 10px 0px 5px;
        font-size: 13px;
        color: #333132;
        line-height: 16px;
    }

    .conven a {
        font-size: 15px;
        color: #fff;
        line-height: 24px;
        font-family: 'helveticabold';
    }
/* --------------------< audience Style >-------------------- */
.audience {
    background-color: #fff;
    padding: 36px 0px;
}

    .audience .nav-tabs {
        border: 0px none;
        margin-top: 30px;
    }

        .audience .nav-tabs li {
            border: 0px none;
            margin: 0px;
            text-align: center;
            display: inline-block;
            width: 16.8%;
            margin-right: 4%;
        }

            .audience .nav-tabs li:last-child {
                margin-right: 0px;
            }

            .audience .nav-tabs li .arrows {
                float: left;
                width: 100%;
                display: none;
            }

            .audience .nav-tabs li a {
                background-color: #677073;
                float: left;
                width: 100%;
                text-align: center;
                border: 0px;
                border-radius: 0px;
                max-width: 100%;
                color: #fff;
                font-size: 14px;
            }

        .audience .nav-tabs > li.active > a, .audience .nav-tabs > li.active > a:focus, .audience .nav-tabs > li.active > a:hover {
            background-color: #2465a6;
            border: 0px none;
            color: #fff;
        }

        .audience .nav-tabs > li:hover > a, .audience .nav-tabs > li:hover > a:focus, .audience .nav-tabs > li:hover > a {
            background-color: #2465a6;
            border: 0px none;
            color: #fff;
        }

        .audience .nav-tabs > li.active > .arrows {
            display: block;
        }

        .audience .nav-tabs > li.active:hover > .arrows {
            display: block;
        }

        .audience .nav-tabs > li:hover > .arrows {
            display: none;
        }

    .audience .tab-content {
        float: left;
        width: 100%;
        background-color: #2465a6;
        margin-top: 20px;
    }

        .audience .tab-content .tab-pane {
            padding: 15px;
            float: left;
            width: 100%;
        }

            .audience .tab-content .tab-pane h4 {
                padding: 0px 0px 10px;
                color: #fff;
            }

            .audience .tab-content .tab-pane p {
                font-size: 14px;
                color: #fff;
                line-height: 19px;
            }

.nopleft {
    padding-left: 0px;
}

.nopright {
    padding-right: 0px;
}

.mobileCarousel {
    display: none;
    margin-top: 33px;
}

    .mobileCarousel .carousel-indicators {
        display: none;
    }

.audienceImageContainer {
    margin-bottom: 37px;
}

.audienceTextContainer h4 {
    font-size: 15px;
    margin-bottom: 11px;
    color: #231f20;
    text-transform: capitalize;
    font-weight: normal;
    font-family: 'helveticaregular';
}

.audienceTextContainer p {
    font-size: 11px;
}

.audience .left.carousel-control {
    background: rgba(0, 0, 0, 0) url("../images/arrow-left.png") no-repeat scroll center 0px;
    background-size: 40px;
}

.audience .right.carousel-control {
    background: rgba(0, 0, 0, 0) url("../images/arrow-right.png") no-repeat scroll center 0px;
    background-size: 40px;
}

.col-xs-12.text-center.audienceImageContainer > img {
    margin-top: 19px;
}

.col-xs-12.audienceTextContainer {
    padding: 0px;
}

.col-xs-12.text-center.audienceImageContainer {
    padding: 0px;
}
/* --------------------< coverage Style >-------------------- */
.coverage {
    background-color: #2465a6;
    padding: 36px 0px;
}

    .coverage h2 {
        color: #fff;
    }

    .coverage p {
        color: #fff;
        padding-bottom: 25px;
    }

        .coverage p.second {
            color: #fff;
            font-style: italic;
        }

    .coverage .search {
        float: right;
        width: 28%;
        padding: 20px 0px 0px;
    }

        .coverage .search .form-inline {
            float: left;
            width: 100%;
            background-color: #fff;
        }

        .coverage .search input {
            height: 29px;
            float: left;
            border: 0px none;
        }

        .coverage .search .btn {
            float: right;
            padding: 5px 8px 1px;
            border: 0px none;
            background-color: #249ed9;
            border-radius: 0px;
            height: 29px;
        }

            .coverage .search .btn:hover {
                background-color: #000;
            }

.map {
    float: left;
    width: 100%;
}

    .map .col-sm-2 {
        position: relative;
        z-index: 99;
    }

.country {
    float: left;
    width: 100%;
}

    .country .head {
        background-color: #249ed9;
    }

        .country .head p {
            font-size: 18px;
            color: #fff;
            padding: 15px 20px 8px 20px;
        }

    .country .content-area {
        padding: 12px 20px 20px;
        background-color: #dcddde;
        text-align: center;
    }

        .country .content-area img {
            width: 100%;
        }

        .country .content-area ul {
            float: left;
            width: 100%;
            padding-top: 15px;
        }

            .country .content-area ul li {
                float: left;
                width: 100%;
                font-size: 12px;
                color: #000000;
                padding-bottom: 10px;
                text-align: left;
            }

                .country .content-area ul li span {
                    float: right;
                }

        .country .content-area a.viewmore {
            display: inline-block;
            font-size: 15px;
            color: #fff;
            background-color: #2263a5;
            padding: 6px 0px;
            margin-top: 15px;
            border: 1px solid #DCDDDE;
            width: 218px;
            position: relative;
        }

            .country .content-area a.viewmore .fa {
                margin-left: 10px;
                font-weight: bold;
                font-size: 23px;
                position: absolute;
                top: 3px;
            }

            .country .content-area a.viewmore:hover {
                background: #fff;
                color: #2263a5;
                border: 1px solid #2263a5;
            }

.mapImage {
    width: 100%;
}

.mapArrow {
    height: 505px;
    left: 382px;
    max-width: none;
    position: absolute;
    width: 233px;
    opacity: 0.3;
    top: 0px;
}

/* --------------------< blog Style >-------------------- */
.blog {
    background-color: #bcbec0;
    padding: 36px 0px;
}

    .blog article {
        float: left;
        width: 100%;
        background-color: #dcddde;
        margin: 12px 0px 20px;
    }

    .blog .blog-img-box {
        float: left;
        width: 25%;
    }

        .blog .blog-img-box img {
            float: left;
        }

.blog-content {
    padding: 26px 15px 7px;
    width: 75%;
    float: left;
}

    .blog-content h4 {
        padding: 0px 0px;
    }

    .blog-content p {
        padding: 0px 0px;
        line-height: 19px;
        font-size: 13px;
    }

.viewpost {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background-color: #2263a5;
    padding: 6px 0px;
    margin-top: 15px;
    border: 1px solid #BCBEC0;
    position: relative;
    width: 152px;
    text-align: center;
}

    .viewpost .fa {
        margin-left: 10px;
        font-weight: bold;
        font-size: 23px;
        position: absolute;
        right: 27px;
        top: 3px;
    }

.blog-content .viewpost {
    float: right;
    border: 1px solid #BCBEC0;
}

.viewpost:hover {
    background: #fff;
    color: #2263a5;
    border: 1px solid #2263a5;
}

.blog-content h4 {
    margin-bottom: 12px;
}

.mobileViewMore {
    display: none;
    width: 100%;
    text-align: center;
}
/* --------------------< testimonials Style >-------------------- */
.testimonials {
    width: 100%;
    float: left;
    overflow: hidden;
}

.leftText {
    background: #259ed9;
    padding: 46px 0px 38px 0px;
    height: 358px;
    overflow: hidden;
    float: left;
    position: relative;
}

.carousel-inner {
    position: relative;
}

.arrowImageContainer {
    position: absolute;
    left: 0px;
    width: 50%;
    top: 0px;
}

    .arrowImageContainer img {
        position: absolute;
        left: 50%;
        margin-left: -110px;
    }

.RightVideo {
    padding: 0px;
    height: 358px;
    overflow: hidden;
    float: right;
}

    .RightVideo img {
        width: 100%;
    }

.testimonials .carousel-control {
    background: none;
}

.bottomSliderTextContainer {
    width: 64%;
    margin: 0px auto;
    font-family: 'helveticaregular';
    padding-right: 15%;
    float: right;
}

    .bottomSliderTextContainer p {
        color: #fff;
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 56px;
        text-align: justify;
        position: relative;
    }

span.name {
    float: right;
    font-size: 15px;
    font-family: 'helveticabold';
    color: #fff;
}

span.title {
    text-align: left;
    font-size: 13px;
    font-family: "Myriad Pro";
    color: #fff;
    display: block;
    font-style: italic;
}

.qoute {
    position: absolute;
}

.qoute1 {
    left: -35px;
    top: -7px;
}

.qoute2 {
    bottom: 0px;
    margin-left: 10px;
}

.testimonials .left.carousel-control {
    background: url(../images/arrow-left.png) no-repeat;
    background-position: center 100px;
}

.testimonials .right.carousel-control {
    background: url(../images/arrow-right.png) no-repeat;
    background-position: center 100px;
}

.testimonials .carousel-indicators {
    display: inline-block;
    text-align: center;
    background: #fff;
    position: relative;
    margin-left: 0px;
    left: 0px;
    width: 100%;
    bottom: 0px;
}

    .testimonials .carousel-indicators li {
        text-indent: 0px;
        height: auto;
        width: 33%;
        display: inline-block;
        text-align: center;
        border: none;
        height: 170px;
        float: left;
        position: relative;
    }
/*.testimonials .carousel-indicators li.active{ background:url(../images/sliderArrow.png) no-repeat center top;}*/
.indigatorContainer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 170px;
}
/*.testimonials #myCarousel1{ height:508px;}*/
.carousel-indicators img {
    bottom: 20px;
    left: 50%;
    position: absolute;
    margin-left: -124px;
}

footer {
    float: left;
    width: 100%;
}

.animate {
    opacity: 0;
}

.animated {
    opacity: 1 !important;
}

.RightVideo i {
    font-size: 150px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
}

#myCarousel1 {
    z-index: 8;
}

/* --------------------< no risk Style >-------------------- */
.norisk {
    width: 100%;
    float: left;
    position: relative;
    background: #677073;
}

.noRiskFormContainer {
    background: #677073;
    padding: 66px 0px 14px 0px;
}

.livedemoFormcontainer {
    background: #edede6;
    padding: 66px 0px 14px 28px;
    color: #231f20;
}

    .livedemoFormcontainer p {
        margin-bottom: 10px;
    }

.noRiskFormContainer h2 {
    font-size: 26px;
    font-family: 'helveticaregular';
    font-weight: normal;
    color: #fff;
}

.noRiskFormContainer form {
    margin-left: -15px;
}

.noRiskFormContainer label {
    float: left;
    margin-left: 10px;
    width: 89%;
    color: #fff;
    font-size: 10px;
}

    .noRiskFormContainer label a {
        color: #fff;
        text-decoration: underline;
    }

.noRiskFormContainer .checkbox {
    float: left;
}

.noRiskFormContainer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 54px;
}

.norisk .form-group {
    float: left;
    width: 100%;
}

.norisk .btn {
    border-radius: 0px;
}

.calenderContainer {
    margin-top: 17px;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
}

    .calenderContainer input {
        width: 209px;
        margin: 0px auto;
        background: transparent;
        text-align: center;
        border: none;
        outline: none;
        font-size: 16px;
        margin-bottom: 10px;
    }
/*#ui-datepicker-div{ display:block !important;}*/

/*#ui-datepicker-calendar{ display:block !important;}*/
#datepicker {
    margin: 0 auto;
    width: 245px;
}

.calenderContainer p {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'helveticabold';
}

.timeUl {
    width: 100%;
    float: left;
}

    .timeUl li {
        list-style: none;
        display: inline-block;
        padding: 6px 8px;
    }

        .timeUl li a {
            text-decoration: none;
            color: #231f20;
            font-size: 13px;
        }

            .timeUl li a:hover {
                text-decoration: underline;
            }

.col-sm-7.noRiskFormContainer > form {
    width: 86%;
}

.bglightBrown {
    position: absolute;
    right: 0px;
    width: 39%;
    top: 0px;
    height: 100%;
    background: #edede6;
}

.custom_text_color.custom_header_color.buyer_flow_cart {
    display: none !important;
}

#booking_widget {
    height: 403px !important;
}

.termsContainer {
    margin-top: 50px;
    margin-bottom: 0px;
}

/* --------------------< footer Style >-------------------- */
.footer {
    width: 100%;
    float: left;
    background: #2465a6;
    padding: 26px 0px 31px 0px;
}

.footernavUl {
    width: 100%;
    float: left;
}

    .footernavUl li {
        float: left;
        color: #fff;
        list-style: none;
    }

.footerLogoContainer {
    width: 100%;
    margin-bottom: 14px;
}

.footernavUl li a {
    color: #fff;
    text-decoration: none;
    padding: 0px 7px;
    text-transform: uppercase;
    font-size: 13px;
}

    .footernavUl li a:hover {
        opacity: 0.8;
    }

.address {
    color: #fff;
    font-size: 12px;
}

.footerMenuContainer {
    margin-bottom: 4px;
}

.footerSignUpContainer {
    width: 100%;
    margin-bottom: 14px;
    border-bottom: 1px solid #fff;
}

    .footerSignUpContainer form {
        width: 234px;
    }

        .footerSignUpContainer form label {
            color: #fff;
            margin-bottom: 6px;
        }

.socialUl {
    float: right;
    margin-top: 21px;
}

    .socialUl li {
        float: left;
        list-style: none;
        padding: 0px 5px;
    }

        .socialUl li:last-child {
            padding-right: 0px;
        }

        .socialUl li a {
            width: 28px;
            height: 28px;
            border: 1px solid #fff;
            text-align: center;
            border-radius: 14px;
            -moz-border-radius: 14px;
            -webkit-border-radius: 14px;
            -o-border-radius: 14px;
            display: block;
            color: #fff;
            line-height: 27px;
            font-size: 17px;
        }

.signUpFormContainer input {
    width: 233px;
}

.socialUl li a:hover {
    opacity: 0.6;
}

.copyRightDiv {
    color: #fff;
    font-size: 13px;
    width: 100%;
    float: left;
}

.copyRightContainer p {
    text-align: right;
}

.questionContainer a {
    font-family: 'helveticabold';
    color: #9bd0f0;
}

.mobileContainer {
    display: none;
}

.mobileForm form {
    width: 180px;
    margin: 0px auto;
    color: #fff;
}

.mobileForm label {
    margin-bottom: 6px;
}

.mobileForm {
    margin-bottom: 44px;
}

.mobileContainer .address {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.mobileContainer .col-xs-12.socialIconContainer {
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 12px;
}

.mobileContainer .socialUl {
    display: inline-block;
    float: none;
    margin-top: 21px;
    margin-bottom: 10px;
}
/*
inspired from http://codepen.io/Rowno/pen/Afykb 
*/


/* just for demo purpose */

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .item,
.carousel-fade .active.left,
.carousel-fade .active.right {
    opacity: 0;
}

.carousel-fade .active,
.carousel-fade .next.left,
.carousel-fade .prev.right {
    opacity: 1;
}

    .carousel-fade .next,
    .carousel-fade .prev,
    .carousel-fade .active.left,
    .carousel-fade .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }


.carousel-fade .carousel-control {
    z-index: 2;
}



.carousel-inner .active.left {
    left: -33.3%;
}

.carousel-inner .next {
    left: 33.3%;
}

.myCrouselLogo {
    padding-top: 60px;
    background: #fff;
    z-index: 1;
    margin-bottom: 33px;
}

    .myCrouselLogo .carousel-control.left, .carousel-control.right {
        background-image: none;
    }

    .myCrouselLogo .col-xs-4 {
        width: 33.3%;
        background: #fff;
    }

        .myCrouselLogo .col-xs-4 img {
            margin-left: 180px;
        }

#owl-example {
    float: left;
    width: 100%;
}

.carousel-indicators {
    bottom: 10px;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    padding-right: 43px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 60%;
    z-index: 15;
    left: auto;
    z-index: 4;
}

.form-control {
    height: 29px;
}

.right-col {
    padding: 0px;
    height: 358px;
    width: 50%;
    overflow: hidden;
    float: right;
}

    .right-col img {
        width: 100%;
    }

.left-col {
    background: #259ed9;
    padding: 46px 50px 38px;
    height: 358px;
    float: left;
    width: 50%;
    position: relative;
}

    .left-col p span.name {
        float: right;
        width: 120px;
        text-align: left;
        margin: 50px 0px 0px 0px;
        font-size: 13px;
        font-family: "Myriad Pro";
        color: #fff;
        display: block;
        font-style: italic;
    }

        .left-col p span.name span {
            float: left;
            width: 100%;
            font-size: 15px;
            font-family: 'helveticabold';
            color: #fff;
            font-style: normal;
            line-height: 12px;
        }

    .left-col p {
        color: #fff;
        font-size: 18px;
        line-height: 34px;
        width: 56%;
        margin: auto;
        margin-bottom: 56px;
        text-align: justify;
        position: relative;
    }

    .left-col .arrowbtmn {
        bottom: -56px;
        left: 25%;
        position: absolute;
        text-align: center;
        z-index: 999;
    }

.contentdiv1, contentdiv2, contentdiv3 {
    display: none;
    float: left;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    padding: 0px 0 54px;
    position: relative;
    width: 100%;
}

#sync2 {
    margin-top: -50px;
}

.owl-item .item {
    text-align: center;
}


.logoCrousel .item {
    text-align: center;
}

    .logoCrousel .item img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        filter: gray;
        -webkit-transition: all .6s ease;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    }

    .logoCrousel .item:hover img {
        cursor: pointer;
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    }

    .logoCrousel .item.active .col-xs-4.text-center:first-child img {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    }


.videoarrow {
    display: none;
}

.responsiveslidetext {
    display: none;
}

.italicP {
    font-style: italic;
}

#banner i.fa.fa-angle-right {
    position: absolute;
    font-size: 24px;
    top: 3px;
}

.bigViewPost {
    width: 218px;
}

/*25/4/16*/

.innerblog {
    background: #fff !important;
}

    .innerblog .img-box img {
        max-height: 360px;
        width: auto;
        margin-bottom: 20px;
    }

.blogInnerContent h2 {
    font-size: 20px;
    padding-bottom: 0;
    color: #259ed9;
    ;
}

.blogInnerContent {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    /* padding: 20px 10px; */
}

    .blogInnerContent span.blogdetail {
        font-weight: bold;
        float: none;
    }

span.blogdetail {
    padding: 0px 0px;
}

.blog-content {
    /*width:100%; padding:20px 15px;*/
}

.tab-links li.active a {
    background: #34495e;
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: all linear 0.15s;
}

    .tab-links li.active a:hover {
        background: #34495e;
        color: #fff;
    }

.tabs .tab-content {
    border: 1px #ccc solid;
    border-radius: 0;
}

.tabs {
    padding: 20px;
}

.tab-links li:first-child {
    margin-left: 0;
}



.blogInnerContent {
    padding: 10px;
    border: 1px #ccc solid;
}

.blogInnerContent {
}

.slideblog .img-box {
    float: left;
    width: 30%;
    padding: 10px;
}

    .slideblog .img-box img {
        float: left;
        margin: 0px;
        padding: 5px;
        border: 1px solid #ddd;
    }

.slideblog .blogright-col h2 {
    display: inline-block;
    font-size: 16px;
    color: #333;
    float: none;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    font-family: 'helveticabold';
}

.slideblog .blogright-col {
}

    .slideblog .blogright-col span.blogdetail {
        color: #222;
        display: block;
        font-weight: normal;
    }

        .slideblog .blogright-col span.blogdetail span {
            color: #666;
            text-decoration: underline;
        }

    .slideblog .blogright-col .blog-content {
        float: none;
    }

        .slideblog .blogright-col .blog-content p {
            color: #666;
        }

.slideblog a {
    float: right;
    padding: 5px 0 7px;
}

    .slideblog a .fa {
        right: 12px;
    }


html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

    #wrapper > .container, #wrapper > .mid-content {
        padding-bottom: 348px;
        height: 100%; /* Height of the footer */
    }

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 348px; /* Height of the footer */
}

.login-container {
    width: 400px;
    margin: 145px auto;
}

.login-page {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 6px #ddd;
    border: 1px solid #ddd;
    background-color: #fff;
}

    .login-page h2 {
        padding: 10px 0px;
        border-bottom: 1px solid #ddd;
        text-align: center;
        float: left;
        width: 100%;
    }

.login-container .form-control, .reg .form-control {
    height: 35px;
}

.login-container label {
    font-weight: bold;
}

.login-page form {
    float: left;
    width: 100%;
    border: 0px none;
}

.login-page .form-group label {
    text-align: left;
}

.login-page .form-group .checkbox input[type="checkbox"] {
    margin-left: 0;
}

.login-page .form-group .viewpost {
    border: 0px none;
    width: 95px;
}

.login-page > form > .col-md-12 > p {
    text-align: right;
}

.reg-page {
    width: 400px;
    margin: 145px auto;
}

.reg {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 6px #ddd;
    border: 1px solid #ddd;
    background-color: #fff;
}

    .reg label {
        text-align: left !important;
        font-weight: bold;
    }

    .reg h2 {
        padding: 10px 0px;
        border-bottom: 1px solid #ddd;
        text-align: center;
        float: left;
        width: 100%;
    }

.aba-popup #divreqid a,.aba-popup #linkButtonDelete,.aba-popup #linkButtonSendMail,.aba-popup #divconverttoweb a {
    background: #236dcf;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 2px;
    float: left;
}

.aba-popup #divDetail .clickDetailLeft {
    width: 60% !important;
    padding-right: 20px;
}

.aba-popup #divDetail .clickDetailRight {
    width: 40% !important;
    padding-top: 52px;
}

.aba-popup #linkButtonDelete {
    margin-left: 2px !important;
}

.aba-popup #myModal .modal-footer button {
    background: #236dcf;
    color: #fff;
}

.aba-popup #divDetail .downLeft {
    font-weight: bold;
}

.aba-popup .outerDivArrow {
    position: relative;
}

.aba-popup #spanArrow {
    position: absolute;
    right: -12px;
    top: 1px;
    font-size: 11px;
}

.aba-popup #divDetail .other-butns {
    margin: 0 4px;
}

    .aba-popup #divDetail .other-butns a {
        margin-left: 4px;
    }

.aba-popup #divDetail .clickDetailRight textarea {
    border: 1px solid #dadada;
    color: #acacac;
    padding: 5px;
    width: 100% !important;
}

.aba-popup .modal-lg {
    width: 1080px !important;
    max-width: 99%;
}

.aba-popup .row {
    background: #f3f3f3;
    border: 1px solid #ebebeb;
    margin: 3px 0;
    padding: 2px 0;
}

.aba-popup .downLeft {
    font-weight: bold;
    margin-right: 10px;
    padding-left: 0px;
    text-align: left;
    /*width: 150px;*/
}

.aba-popup .top-section {
    display: inline-block;
    width: 100%;
}

.aba-popup .left-content-part {
    margin-top: 20px;
    display: inline-block; width:100%;
}

.aba-popup #spancomment {
    float: left;
    padding-bottom: 5px; width:100%;
}

.aba-popup #notestable tr td {
    padding-bottom: 16px;
}

    .aba-popup #notestable tr td i {
        font-style: italic;
    }

.aba-popup .drop-box {
    padding-top: 5px;
}

.aba-popup #divAbandonStatus a {
    color: #000; margin: 2px 0;
}

    .aba-popup #divAbandonStatus a:hover {
        color: #2263a5;
       
    }

@media screen and (max-width:908px) {
    .aba-popup #divreqid a, .aba-popup #linkButtonDelete,.aba-popup #linkButtonSendMail,.aba-popup #divconverttoweb a {
        font-size: 12px;
        padding: 5px 4px;
    }

    .aba-popup .downRight {
        width: 300px;
    }

    .aba-popup .outerDivArrow {
        font-size: 13px;
    }
   
    .aba-popup #linkButtonDelete {
        margin-left: 0;
    }
}
@media screen and (max-width:754px) {
    .aba-popup #divreqid {
     margin-bottom:5px;}
    .aba-popup .downLeft {
     width:100%;}
    .aba-popup .modal-lg {
     max-width:96%;}
}
@media screen and (max-width:640px) {
    .aba-popup #divDetail .clickDetailLeft,.aba-popup #divDetail .clickDetailRight {
     width:100% !important; padding-right:0;}
}
.aba-popup #notesdiv {
  max-height: 400px;
  overflow-y: scroll;
}
.aba-popup #divStatus {
 top:12px;}


.NoopBorder > tbody > tr > td {
    border-top:0px !important;
}

.unitTable {
    clear: both;
    float: left;
    margin-top: 5px;
    min-width: 61%;
}

#LiberTable td{
    vertical-align:top;
}
#LiberTable table.unitTable thead th {
    font-size: 12px;
    padding: 5px 10px !important;
}
.SetLabel {
    width:100%; display:block; float:left;
    margin-bottom:0px;
    margin-top:10px;
}
.Amount.control-label {
  clear: both;
  float: left !important;
  
}
#LiberTable input[type="text"] {
    width: 150px;
}

#LiberTable table .fa-plus {
    margin-left: 5px;
}
#LiberTable table span {
    margin-left: 0px;
}
#LiberTable .fa.fa-times {
color:red;
font-size:25px;
}
#LiberTable tbody tr td:nth-child(1){
 text-align:center;
}
#LiberTable .HighlicghtRow {
        /*background-color: rgb(254, 255, 209);*/
}
/*#LiberTable thead tr:nth-child(1){
 width:6%;
}
#LiberTable thead tr th:nth-child(2){
    width:18%;
}
#LiberTable thead tr th:nth-child(3){
     width:18%;
}
#LiberTable thead tr th:nth-child(4){
     width:58%;
}*/


/*17-09-18*/
.login-page-box button.btn.viewpost {
    display: block;
    margin: 8px auto 15px;
    border: 1px solid #2263a5;
}
    .login-page-box button.btn.viewpost:hover {
        background: transparent;
        color: #2263a5;
    }
    .login-main-box h2 {
        color: #fff;
        background: #2364a7;
    }

.login-page-box {
    padding-top: 16px;
}
.ModalsVik .form-group {
    width: 100%;
    float: left
}

.ModalsVik .modal-body,
.ModalsVik .modal-content,
.ModalsVik .modal-footer,
.ModalsVik .modal-header {
    float: left;
    width: 100%
}

.ModalsVik .modal-header {
    background-color: #2364a7
}

.ModalsVik {
    padding-top: 100px;
    padding-right: 0 !important;
}

    .ModalsVik .ModalsVik_captcha {
        padding: 5px 20px;
        margin-bottom: 10px
    }

.modal-open,
body {
    padding-right: 0 !important
}

.ModalsVik_Word {
    max-width: 40% !important;
    margin-top: 10px
}

#LoginModal .modal-body .col-md-4.control-label {
    font-weight: 700 !important;
    text-align: right
}

.ModalsVik .modal-title {
    color: #fff
}

.errorUl {
    left: 0;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 100%
}

    .errorUl li {
        list-style: disc;
        margin: 0 5px
    }

.ModalsVik .modal-body {
    padding-top: 35px
}

.ModalsVik .checkbox {
    margin: 0
}

#LoginModal_Submit {
    margin-top: 0
}

.ModalsVik .modal-dialog {
    width: 560px
}

.blogright-col > span {
    display: block;
    margin-bottom: 6px
}

.mainimg-box .mid-img {
    margin: 128px 0 0 -73px
}

.offer {
    padding-bottom: 20px
}

.mainimg-box .btm-img {
    float: right;
    margin: -339px 60px 0 0
}

.mainimg-box {
    width: 870px;
    overflow: hidden
}

.modal-open {
    overflow: auto
}

.AudienceDetailsForm .mceLast .mceStatusbar.mceFirst.mceLast {
    display: none
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8
}

.navbar-right {
    margin-right: 0 !important
}

#logoutForm li a b {
    font-size: 15px
}

#logoutForm li a i {
    margin-right: 5px
}

.nav.navbar-nav.navbar-right.btnUl {
    margin-top: 0;
    padding: 27px 10px
}

#Modal_ForgotPassword .modal-body {
    padding: 29px 15px
}

div#Modal_ForgotPassword label {
    font-weight: 700;
    margin-bottom: 10px
}

.ModalsVik .close {
    color: #fff !important;
    opacity: 1 !important
}

.forgotContainer .login-page .form-group .viewpost {
    border: 0;
    width: auto;
    padding-left: 10px;
    padding-right: 10px
}

.forgotContainer .login-page .forgotP {
    padding: 20px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    border-radius: 0
}


form#ForgotPassModalForm {
    max-width: 600px;
    margin: 0 auto;
    float: none;
}
.login-page h2 {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
    background: #2263a5;
    font-size: 16px;
    line-height: 26px;
}



/*18-09-18*/
#UpdatePasswordModel .modal-body, #UpdatePasswordModel .modal-footer {
background:#fff;}
#UpdatePasswordModel .modal-content {
    max-width: 600px;
    float: none !important;
    margin: 0 auto;
}
.setting-cog {
cursor:pointer;}

/*18-09-18*/
.red-error {
    color: #f00;
}
/*20-09-18*/
div#UpdatePasswordModel label {
    width: 100%;
    text-align: right;
}
.note_clase {
    margin-left: 7px;
    color: #4d9ede;
}

div#ValidateID {
    color: #a94442;
    font-size: 14px;
}
.nav > li ul {
    display: none;
    position: absolute;
    margin-top: 10px;
}

.nav li:hover > ul {
    display: block;
}
.list-group.panel > .list-group-item {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group.panel2 > .list-group-item2 {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-submenu {
    margin-left: 20px;
}
/* custom template */
html, body {
    height: 100%;
    font-family: verdana,arial,sans-serif;
    /*color: #555555;*/
}

.nav {
    font-family: Arial,sans-serif;
    font-size: 13px;
}

a {
    color: #222222;
}

    a:hover {
        text-decoration: none;
    }

hr {
    border-color: #dedede;
}

.wrapper, .row {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}

    .wrapper:before, .wrapper:after,
    .column:before, .column:after {
        content: "";
        display: table;
    }

    .wrapper:after,
    .column:after {
        clear: both;
    }

.column {
    height: 100%;
    overflow: auto;
    *zoom: 1;
}

    .column .padding {
        padding: 20px;
    }

.full {
    padding-top: 70px;
}

.divider {
    margin-top: 32px;
}

.navbar-blue {
    border-width: 0;
    background-color: #3B5999;
    color: #ffffff;
    font-family: arial,sans-serif;
    top: 0;
    position: fixed;
    width: inherit;
}

    .navbar-blue li > a, .navbar-toggle {
        color: #efefef;
    }

    .navbar-blue .dropdown-menu li a {
        color: #2A4888;
    }

    .navbar-blue .dropdown-menu li > a {
        padding-left: 30px;
    }

    .navbar-blue li > a:hover, .navbar-blue li > a:focus, .navbar-blue .open, .navbar-blue .open > a, .navbar-blue .open > a:hover, .navbar-blue .open > a:focus {
        background-color: #2A4888;
        color: #fff;
    }

#main {
    background-color: #e9eaed;
    padding-left: 0;
    padding-right: 0;
}

    #main .img-circle {
        margin-top: 18px;
        height: 70px;
        width: 70px;
    }

#sidebar .nav li > a:hover {
    background-color: #393939;
}

.logo {
    display: block;
    padding: 3px;
    background-color: #fff;
    color: #3B5999;
    height: 28px;
    width: 28px;
    margin: 9px;
    margin-right: 2px;
    margin-left: 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px;
    border-radius: 2px;
}

#sidebar-footer {
    background-color: #444;
    position: absolute;
    bottom: 5px;
    padding: 5px;
}

#footer {
    margin-bottom: 20px;
}

/* bootstrap overrides */

h1, h2, h3 {
    font-weight: 800;
}

.navbar-toggle, .close {
    outline: 0;
}

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.btn-primary, .label-primary, .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #3B5999;
    color: #fffffe;
}

.btn-default {
    color: #666666;
    text-shadow: 0 0 1px rgba(0,0,0,.3);
}

.form-control {
}

.panel textarea, .well textarea, textarea.form-control {
    resize: none;
}

.badge {
    color: #3B5999;
    background-color: #fff;
}

    .badge.badge-success,
    .badge.badge-success:hover {
        color: #fff;
        background-color: #28a745;
        cursor: default;
    }

    .badge:hover, .badge-inverse {
        background-color: #3B5999;
        color: #fff;
    }

.jumbotron {
    background-color: transparent;
}

.label-default {
    background-color: #dddddd;
}

.page-header {
    margin-top: 55px;
    padding-top: 9px;
    border-top: 1px solid #eeeeee;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.panel-default .panel-heading {
    background-color: #f9fafb;
    color: #555555;
}

.col-sm-9.full {
    width: 100%;
}

.modal-body {
    padding: 0px;
}

    .modal-body textarea.form-control {
        resize: none;
        border: 0;
        box-shadow: 0 0 0;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: lightgray;
    border: 1px solid #ddd;
}
.delete_account_btn .btn_nevermind {
    color: #fff;
    background: #6c757d;
}

.delete_account_btn .btn {
    border-radius: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
/* adjust the contents on smaller devices */



/*
        * off canvas sidebar
        * --------------------------------------------------
        */


.transaction_Questions a._linkColor {
    /*color: #236dcf;*/
    color: #eb4734!important;
    --webkit-adjust-color: exact;
}

.upgrade_to_annual_plan_content {
    padding-top: 10px;
}

.row.top-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

/* styles for data-toggle button */
button[data-toggle] .toggle-on {
    display: inline-block;
}

button[data-toggle] .toggle-off {
    display: none;
}

button[data-toggle].collapsed .toggle-on {
    display: none;
}

button[data-toggle].collapsed .toggle-off {
    display: inline-block;
}

.multi-top-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#frmCSVUpload {
    width: 30vw;
}

#frmCSVUpload label.control-label {
    font-size: 18px;
    margin: 0px 0px 5px;
}

#frmCSVUpload .search-fields {
    display: flex;
}

    #frmCSVUpload input[type="file"] {
        padding: 5px;
        height: 34px;
        margin-right: 5px;
    }

div.phones-processing-data {
    display: none;
    padding: 7px;
    border: solid 1px;
    margin: 5px 0;
}

    div.phones-processing-data ol li {
        padding: 5px 0;
        display: flex;
        gap: 10px;
    }