﻿* {
    transition: all 0.3s;
}

body {
    font-size: 13px !important;
    font-family: 'Source Sans Pro',sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.488em;
    color: #333;
}

    body.modal-open {
        overflow: hidden !important;
    }

table {
    border-collapse: collapse;
}

.main-page {
    /*margin-bottom: 3em;*/
    min-height: 500px;
}

.content-page {
    margin-top: 1em;
    margin-bottom: 3em;
}

.form-control::-moz-placeholder {
    color: #c6c3c3;
    font-size: .9em;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #c6c3c3;
    font-size: .9em;
}

.form-control::-webkit-input-placeholder {
    color: #c6c3c3;
    font-size: .9em;
}

input[type=radio] {
    outline: none !important;
}

.navbar-logo img {
    width: 100%;
    max-width: 160px !important;
}

#owl-banner1 {
    position: relative;
    max-height: 500px;
}

    #owl-banner1 .item img {
        display: block;
        width: 100%;
        height: auto;
    }

    #owl-banner1 .owl-controls {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
    }

.og-grid {
    list-style: none;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

    .og-grid li {
        display: inline-block;
        margin: 10px 5px 0 5px;
        vertical-align: top;
        height: 250px;
        margin-bottom: 2em;
    }

        .og-grid li > a,
        .og-grid li > a img {
            border: none;
            outline: none;
            display: block;
            position: relative;
        }

        .og-grid li.og-expanded > a::after {
            top: auto;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #eee;
            border-width: 15px;
            left: 50%;
            margin: -15px 0 0 -15px;
        }


.box {
    width: 100%;
    position: relative;
}

.box-cnt {
    width: 100%;
    height: auto;
}

    .box-cnt img {
        height: auto;
        width: 268px;
    }

.box-details {
    position: absolute;
    z-index: 2;
    bottom: 0;
    /*background-color: #797979;*/
    background-color: rgba(116, 116, 116, .6);
    width: 100%;
    height: 65px;
    overflow: hidden;
    overflow: hidden;
    transition: height 450ms;
    -moz-transition: height 450ms;
    -webkit-transition: height 450ms;
}

.box:hover .box-details, .box.active .box-details {
    height: 268px;
    /*background-color: rgba(44, 177, 233, 0.96);*/
    background-color: rgba(116, 116, 116, .9);
}

    .box.active .box-details h5 {
        padding-top: 20px;
    }

    .box.active .box-details .hline {
        visibility: visible;
    }

    .box:hover .box-details h5 {
        padding-top: 20px;
    }

.box:hover .hline {
    visibility: visible;
}

.box-details h5 {
    color: #fff;
    font-weight: 600;
    padding-top: 15px;
    transition: all 0.3s ease;
}

    .box-details h5 em {
        color: #fff;
        font-size: 12px;
        font-style: normal;
        display: block;
    }

.box-details .hline {
    width: 62px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    visibility: hidden;
}

.box-details p {
    color: #fff;
    font-size: 13px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 0 auto;
}


#Page-title {
    background-image: url('../img/1_1.jpg');
    background-position: center;
    background-clip: border-box;
    background-size: cover;
    position: relative;
}

    #Page-title .Title-Pages h2 {
        z-index: 2;
        text-shadow: 1px 1px 4px #333;
        font-size: 2em;
    }

        #Page-title .Title-Pages h2 small {
            color: #fff;
        }

    #Page-title .page-overlay {
        background-color: #333;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        opacity: .6;
        z-index: 1;
    }

#Page-title2 {
    background-image: url('../img/header-profile-skin-1.png');
    background-repeat: repeat;
    background-clip: border-box;
    background-position: center;
    position: relative;
}

    #Page-title2 .Title-Pages h2 {
        z-index: 2;
        text-shadow: 1px 1px 4px #333;
        font-size: 2em;
    }

.inner-Pages {
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-control {
    line-height: 1.42857143 !important;
    color: #555 !important;
    /*border: 1px solid #eee !important;*/
    border: 1px solid rgb(222, 216, 216) !important;
    border-radius: 1px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    height: 34px !important;
    box-shadow: none !important;
}

    .form-control:active,
    .form-control:focus {
        border: 1px solid #46a2f3 !important;
    }

.form-control2.select2 {
    width: 100%;
    border-radius: 1px !important;
}

.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
    font-family: "franklin-gothic-urw-n4","franklin-gothic-urw",arial,sans-serif !important;
    border-radius: 1px !important;
    box-shadow: none !important;
}

.select2-drop.select2-drop-above {
    border-radius: 1px !important;
    /*box-shadow: none !important;*/
}

.select2-search input {
    font-family: "franklin-gothic-urw-n4","franklin-gothic-urw",arial,sans-serif !important;
    border-radius: 1px !important;
    box-shadow: none !important;
}

textarea {
    min-height: 60px !important;
}

.f-w-400 {
    font-weight: 400 !important;
}

.bwizard-steps {
    font-size: 14px !important;
    border-radius: 3px !important;
    display: table !important;
    width: 100% !important;
}

    .bwizard-steps li {
        float: none !important;
        display: table-cell !important;
        border-right: white 2px solid;
        border-left: white 2px solid;
    }

    .bwizard-steps .active a {
        color: #fff !important;
        cursor: default;
    }

.bwizard-buttons {
    clear: both !important;
    margin-top: 20px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fcfcfc;
    border: 1px solid #eeeeee;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.step-page {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

    .step-page .sub-title {
        display: block;
        font-size: 20px;
        color: #1762a5;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 10px;
    }

.pager li a {
    background-color: #1762a5;
    color: #ffffff;
    border-color: #1faabe;
}

    .pager li a.less-prominent {
        background-color: #fff !important;
        color: #1762a5;
    }

.less-prominent {
    background-color: #fff !important;
    color: #333;
}

    .less-prominent:hover {
        background-color: #fff !important;
        color: #1762a5 !important;
        transform: scale(1.1);
    }

/* validation*/
.loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-bottom: 3px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin .5s linear infinite;
    position: absolute;
    z-index: 100000;
    right: -12px;
    top: -95px;
}

@-moz-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-group > div {
    position: relative;
}

/*.failed {
    border: 1px solid red !important;
}

.success {
    border: 1px solid green !important;
}*/

input.success,
select.success,
textarea.success {
    border: 1px solid green !important;
}

    input.success ~ .indicator.show-icon::before,
    select.success ~ .indicator.show-icon::before,
    textarea.success ~ .indicator.show-icon::before {
        content: "\2714";
        color: green;
        font-size: 1.4em;
        float: right;
        position: absolute;
        right: -3px;
        margin-top: 5px;
    }

    input.success.inline ~ .indicator.show-icon::before,
    select.success.inline ~ .indicator.show-icon::before,
    textarea.success.inline ~ .indicator.show-icon::before {
        right: 10px;
        margin-top: 6px;
    }

.indicator.success {
    color: green;
    font-size: .85em;
    margin: 2px 5px;
}

input.failed,
select.failed,
textarea.failed {
    border: 1px solid red !important;
}

div.select2.failed {
    border: 1px solid red !important;
}

input.failed ~ .indicator.show-icon::before,
select.failed ~ .indicator.show-icon::before,
textarea.failed ~ .indicator.show-icon::before {
    content: "\2718";
    color: red;
    font-size: 1.4em;
    float: right;
    position: absolute;
    right: -3px;
    margin-top: 5px;
}

input.failed.inline ~ .indicator.show-icon::before,
select.failed.inline ~ .indicator.show-icon::before,
textarea.failed.inline ~ .indicator.show-icon::before {
    right: 10px;
    margin-top: 6px;
}

div.select2.failed ~ .indicator.show-icon::before {
    content: "\2718";
    color: red;
    font-size: 1.4em;
    float: right;
    position: absolute;
    right: -3px;
    margin-top: -30px;
}

.indicator.failed {
    color: red;
    font-size: .85em;
    margin: 2px 5px;
}

/* END VALIDATION */

.divRider .group-list {
    padding-left: 0;
    margin-bottom: 20px;
    font-size: .9em;
}

    .divRider .group-list .list-item {
        position: relative;
        display: block;
        padding: 3px 10px 10px 10px;
        border: none;
        border-bottom: 1px solid #d5d2d2;
        height: 30px;
        color: #333;
    }

        .divRider .group-list .list-item:last-child {
            margin-bottom: 0;
            border-bottom: none;
        }

        .divRider .group-list .list-item > .badge {
            float: right;
        }

.list-item > .badge + .badge {
    margin-right: 5px;
}

.list-item > .badge.bg-green {
    background-color: #7a9f35 !important;
}

.list-item > .badge.bg-blue {
    background-color: #1762A5 !important;
}

.divRider .group-list a.list-item {
    color: #555;
}

.checkbox label {
    margin-right: 20px;
    margin-left: -10px;
}

    .checkbox label::before {
        width: 18px;
        height: 18px;
        margin-left: -20px;
        border: 1px solid #cccccc;
        border-radius: 1px;
        transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .checkbox label::after {
        width: 18px;
        height: 18px;
        top: -1px;
        margin-left: -20px;
        padding-left: 2px;
        padding-top: 1px;
        font-size: 14px;
    }

.veh-cat .checkbox {
    padding-left: 0;
}

.quote-section {
    background-image: url('../img/Slider.png');
    /*padding: 20px;*/
}

    .quote-section .bg-overlay {
        /*top: 30px;*/
        background-color: rgba(255, 255, 255, .2);
        width: 100%;
        padding: 20px;
    }

.feature-box {
    /*border: 1px solid #eee;*/
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
}

    .feature-box label {
        font-weight: 400 !important;
        color: #333;
    }

    .feature-box .head {
        font-size: 1.6em;
        border-bottom: 1px solid #b6b2b2;
        padding-bottom: 10px;
        color: #1762a5;
    }

    .feature-box .content {
        padding-top: 10px;
        margin-top: 20px;
    }

.badge.square {
    border-radius: 2px;
    margin-left: 20px;
}


.divRider h4 {
    font-size: 1.4em !important;
    color: #1762a5;
    padding-bottom: .5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #b6b2b2;
}

#quote-result {
    border: 1px solid #eee;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
    color: #858585;
}

    #quote-result .head {
        font-size: 1.6em;
        /*border-bottom: 1px solid #eee;*/
        padding-bottom: 10px;
        color: #1762a5;
        text-align: center;
    }

    #quote-result ul {
        list-style: none;
        margin-top: 1em;
        padding: 0;
        border: 1px solid #e5e5e5;
    }

        #quote-result ul li {
            list-style: none;
            /*border: 1px solid #eee;*/
            padding: .7em 1em;
            margin: 0;
            font-size: 1.2em;
        }

            #quote-result ul li.bg-color {
                background: #f4f4f4 none repeat scroll 0 0;
            }

            #quote-result ul li:last-child {
                background: #e6e6e6 none repeat scroll 0 0;
                font-size: 1.5em;
                padding: .9em 1em;
                font-weight: 500;
            }


            #quote-result ul li span.quote-label {
            }


            #quote-result ul li span.quote-value {
                float: right;
            }

            #quote-result ul li:last-child span.quote-value {
                color: #7a9f35;
                font-weight: 700;
            }



    #quote-result .footnote {
        margin: 1em;
        color: red;
        font-size: .9em;
    }


    #quote-result .action-area {
        /*border-top: 1px solid #e5e5e5;*/
        padding: .6em 0;
        min-height: 30px;
    }

.Img-wrapper {
    /*border: 1px solid #e5e5e5;*/
}

    .Img-wrapper .inner .product-info h3 {
        color: #0f2e92 !important;
    }

    .Img-wrapper .inner .product-info p {
        font-size: 1.4em;
        padding-top: 20px;
    }


#product-info-section .container.inner {
    padding-top: 30px;
    padding-bottom: 70px;
}

.a-over {
    /*position: absolute;*/
    /*top: 30px;*/
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    padding: 30px;
}

    .a-over h2 {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px;
        color: #0880eb;
    }

    .a-over p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 24px;
        color: #828282;
    }

.product-features .feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .product-features .feature-list li {
        list-style: none;
        color: #1762a5;
        font-weight: 600;
        font-size: 1.1em;
    }

        .product-features .feature-list li i {
            font-size: 1.1em;
            margin-right: .5em;
            color: green;
        }

.quote-display {
    margin-top: 10px;
    min-height: 150px;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    /*padding: 10px 15px;*/
    position: relative;
    border-top: 2px solid #97c73d;
}

    .quote-display h2 {
        /*border: 1px solid #e4e5e7;*/
        margin: 0;
        padding: 0;
        font-size: 20px;
        padding: 10px 15px;
        text-align: center;
    }

    .quote-display .p-amount {
        font-size: 22px;
        margin: .2em;
        color: #5a7e16;
        font-weight: 700;
        padding: 0px 15px 7px 15px;
        float: none;
        text-align: center;
    }

        .quote-display .p-amount::after {
            content: "";
            display: block;
            border-top: 20px solid transparent;
            border-bottom: 20px solid #2253af;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            text-align: center;
            width: 0;
            position: absolute;
            left: 50%;
            margin-left: -20px;
            margin-top: -10px;
        }

    .quote-display .quote-details {
        background-color: #2253af;
        padding: 20px;
        margin-top: 1em;
        color: #fff;
    }


        .quote-display .quote-details ul {
            list-style: none;
            font-size: 14px;
            margin: 0;
            padding: 0;
            font-weight: 700;
        }

            .quote-display .quote-details ul li {
                list-style: none;
                /*border: solid 1px #ccc;*/
                padding: .3em 0;
            }

                .quote-display .quote-details ul li span.text {
                }

                .quote-display .quote-details ul li span.value {
                    float: right;
                    font-size: 110%;
                }

.datepicker table {
    border: none !important;
}

.feature-1 {
    background-image: url('../img/features-bg-home3.jpg') !important;
}

    .feature-1 .wrapper-twitter {
        /*background-color: rgba(66, 148, 255, 0.9);*/
        /*background-color: rgba(15, 46, 146, 0.9);*/
        background: rgba(14, 84, 144, .90);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-repeat: repeat-x repeat-y;
        overflow: auto;
        opacity: 1;
    }


    .feature-1 .title-section-Features h3 {
        font-size: 25px;
        font-weight: 700;
        color: #FFF;
        z-index: 111;
        text-transform: uppercase;
    }

    .feature-1 .line-break-Features {
        margin: 8px 0px !important;
    }

    .feature-1 .description-section-Features p {
        font-size: 16px;
    }

    .feature-1 .a-over {
        text-align: left;
        padding: 50px;
    }

    .feature-1 .product-features .feature-list li {
        color: #aaaaaa;
        font-weight: 600;
        font-size: 1.2em;
    }


        .feature-1 .product-features .feature-list li i {
            font-size: 1.3em;
            margin-right: .8em;
            color: #7a9f35;
            font-weight: 800;
        }


.footer-style {
    border-top: 4px solid #0060d6;
    padding: 20px;
}

    .footer-style .inner-f .footer-sub-title {
        display: block;
        width: 100%;
        font-size: 1.4em;
        font-weight: 500;
        color: #002e85;
        margin-top: .8em;
        margin-bottom: 1em;
        clear: both;
    }

    .footer-style .inner-f ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer-style .inner-f ul li {
            list-style-type: none;
            /*border-bottom: 1px #eee solid;*/
            padding: .3em .1em;
        }

            .footer-style .inner-f ul li a {
                color: #002e85;
            }

        .footer-style .inner-f ul.social li {
            display: inline-block;
        }

            .footer-style .inner-f ul.social li.facebook a {
                color: #3b5998;
            }

            .footer-style .inner-f ul.social li.twitter a {
                color: #1da1f2;
            }

            .footer-style .inner-f ul.social li.youtube a {
                color: #cd201f;
            }

            .footer-style .inner-f ul.social li.google-plus a {
                color: #dd4b39;
            }

            .footer-style .inner-f ul.social li.linkedin a {
                color: #0077b5;
            }

            .footer-style .inner-f ul.social li a {
                font-size: 30px;
            }

                .footer-style .inner-f ul.social li a i {
                    font-weight: 200;
                    border-radius: 0px !important;
                }

.TopHeader.bg-blue {
    /*background: #2ea3f2;*/
    border-bottom: 1px Solid #e6e6e6;
    color: #fff;
}

.Contact-h,
.Contact-h > div,
.Contact-h > div > div,
.Contact-h + [class^=col-],
.Contact-h + [class^=col-] > div,
.Contact-h + [class^=col-] > div > div {
    height: 32px;
}

.Email-Site {
    float: left;
    display: block;
    border-right: 1px Solid #e6e6e6;
    border-left: 1px Solid #e6e6e6;
    padding: 0px 20px;
}

    .Email-Site:hover {
        background-color: #3498db;
    }

    .Email-Site + .Email-Site {
        border-left: none;
    }

    .Email-Site p {
        float: left;
        display: block;
        line-height: 40px;
        font-size: 14px;
        /*font-family: "franklin-gothic-urw-n4","franklin-gothic-urw",arial,sans-serif !important;*/
        margin: -3px;
        color: #777777;
    }

        .Email-Site p i {
            display: inline-block;
            margin-right: 10px;
        }

        .Email-Site p a {
            color: #333;
        }

    .Email-Site:hover p i {
        color: #fff;
    }

    .Email-Site:hover p a {
        color: #fff;
    }

.Link-ul li a {
    /*font-family: "franklin-gothic-urw-n4","franklin-gothic-urw",arial,sans-serif !important;*/
}

    .Link-ul li a span {
        line-height: 32px;
    }

.Link-ul .icons-ul .sidebar-menu a {
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    background-color: #e90027;
}

    .Link-ul .icons-ul .sidebar-menu a span {
        color: #fff;
        padding-left: 10px;
    }

    .Link-ul .icons-ul .sidebar-menu a:hover {
        color: #fff;
        background-color: #c60c11;
    }

.title-section h3 {
    color: #4396ff;
    /*font-family: "franklin-gothic-urw-n4","franklin-gothic-urw",arial,sans-serif !important;*/
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.tp-product {
    width: 100%;
    /*height: 140px;*/
    vertical-align: top;
    margin: 0 0 0 1px;
    padding: 10px;
    background-color: rgba(255,255,255,.75);
    border: 1px solid #eee;
}

    .tp-product .price {
        color: green;
        font-weight: 500;
    }

    .tp-product .category {
        text-align: center;
        color: #333;
        font-size: 1.2em;
    }

.tp-right {
    /*border: solid 1px blue;*/
}

.tp-left-top {
    /*border: 1px solid red;*/
    padding-bottom: 2em;
}

    .tp-left-top h2 {
        color: #002e85;
        font-weight: 500;
    }

    .tp-left-top .brief {
        color: #002e85;
        font-size: 1.1em;
        font-weight: 400;
        padding: .5em;
    }


ul.tp-products {
    width: 100%;
    /*border: 1px solid red;*/
    /*display: table;*/
}

    ul.tp-products, ul.tp-products li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        ul.tp-products li {
            display: inline-block;
            /*display: table-cell;*/
        }

            ul.tp-products li .tp-box {
                /*border: 1px solid #eee;*/
                padding: 10px;
                box-shadow: 0 0px 1px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.24);
                transition: all 0.3s cubic-bezier(.25,.8,.25,1);
            }

                ul.tp-products li .tp-box:hover {
                    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
                }

                ul.tp-products li .tp-box .price {
                    color: #8fb624;
                    font-weight: 600;
                    text-align: center;
                }

                ul.tp-products li .tp-box .category {
                    text-align: center;
                    font-weight: 700;
                    color: #979797;
                }

                ul.tp-products li .tp-box a {
                    display: block;
                }


.small-layout .divider {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

    .small-layout .divider > .gradient,
    .small-layout .content .divider > .gradient {
        width: 100%;
        height: 15px;
        background: #dfdfdf;
        background: -moz-radial-gradient(center,ellipse cover,#dfdfdf 0%,rgba(255,255,255,0) 75%);
        background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0))),-webkit-gradient(linear,left bottom,left top,color-stop(100%,rgba(255,255,255,0)),color-stop(30%,#dfdfdf));
        background: -webkit-radial-gradient(center,ellipse cover,#dfdfdf 0%,rgba(255,255,255,0) 75%);
        background: -o-radial-gradient(center,ellipse cover,#dfdfdf 0%,rgba(255,255,255,0) 75%);
        background: -ms-radial-gradient(center,ellipse cover,#dfdfdf 0%,rgba(255,255,255,0) 75%);
        background: radial-gradient(ellipse at center,#dfdfdf 0%,rgba(255,255,255,0) 75%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf',endColorstr='rgba(255, 255, 255, 0)',GradientType=0);
    }

    .small-layout .divider > .edge,
    .small-layout .content .divider > .edge {
        position: relative;
        top: -8px;
        height: 1px;
        width: 100%;
        background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(194,207,219,.6) 25%,rgba(194,207,219,.6) 75%,rgba(255,255,255,0) 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(25%,rgba(194,207,219,.6)),color-stop(75%,rgba(194,207,219,.6)),color-stop(100%,rgba(255,255,255,0)));
        background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(194,207,219,.6) 25%,rgba(194,207,219,.6) 75%,rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(194,207,219,.6) 25%,rgba(194,207,219,.6) 75%,rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(194,207,219,.6) 25%,rgba(194,207,219,.6) 75%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(194,207,219,.6) 25%,rgba(194,207,219,.6) 75%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff',endColorstr='#99ffffff',GradientType=1);
    }


.small-layout > .tp-features {
    width: 100%;
    min-height: 85px;
    /*text-align: center;*/
    margin-top: -8px;
    margin-left: 10px;
    padding-top: 15px;
    background: #fff;
    border-top: 1px solid #eee;
    color: #6b6a6a;
}

    .small-layout > .tp-features .tp-features-prompt {
        font-size: 1.5em;
        margin-bottom: 1em;
        font-weight: 600;
        color: #03389c;
    }

    .small-layout > .tp-features ul {
        margin: 0;
        padding: 0;
    }

        .small-layout > .tp-features ul, .small-layout > .tp-features ul li {
            list-style: none;
        }

            .small-layout > .tp-features ul li {
                padding: .2em 0;
                margin-left: 20px;
                font-size: 1.3em;
            }


                .small-layout > .tp-features ul li i {
                    color: green;
                    font-size: 1.1em;
                    font-weight: 700;
                }


.accounts .sidebar {
    /*border: 1px solid green;*/
    /*max-width: 300px;*/
}


    .accounts .sidebar h2 {
        position: relative;
        padding: 12px 20px;
        background: #fafafa;
        font-size: 14px;
        line-height: 19px;
        color: #999;
        font-weight: 600;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border: solid 1px #eee;
    }

    .accounts .sidebar .account-nav {
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-bottom: 30px;
        background: #fff;
        border-top: 0;
        margin-top: -10px;
    }

        .accounts .sidebar .account-nav > li {
            list-style-type: none;
            border: solid 1px #eee;
            border-top: 0;
            margin: 0;
        }

            .accounts .sidebar .account-nav > li a {
                padding: 12px 20px;
                color: #898989;
                display: block;
            }

            .accounts .sidebar .account-nav > li:last-child {
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px;
            }

            .accounts .sidebar .account-nav > li:hover {
                background: rgba(92, 145, 192, 1);
                color: #fff;
            }

                .accounts .sidebar .account-nav > li:hover a {
                    color: #fff;
                }

            .accounts .sidebar .account-nav > li.active {
                /*background-color: #1483e6;*/
                background-color: rgb(0, 82, 147);
            }

                .accounts .sidebar .account-nav > li.active a {
                    color: #fff !important;
                }

                .accounts .sidebar .account-nav > li.active:after {
                    content: "";
                    display: block;
                    border-top: 22px solid transparent;
                    border-bottom: 22px solid transparent;
                    border-left: 22px solid transparent;
                    border-right: 22px solid #fff;
                    text-align: center;
                    width: 0;
                    position: absolute;
                    margin-top: -44px;
                    right: 15px;
                }

.info-summary {
    /*border: solid 1px blue;*/
    padding: 20px;
    background-color: #fcfcfc;
    border: 1px solid #eeeeee;
}

    .info-summary h4 {
        font-size: 1.2em;
        color: #1762a5;
        border-bottom: 1px solid rgb(194,207,219);
        padding-bottom: 10px;
    }

    .info-summary label {
        font-size: 1.1em;
        margin-right: .3em;
    }

    .info-summary span {
        font-size: 1.1em;
        font-weight: 400;
        display: inline-block;
        margin-bottom: .5em;
        /*color: #002e85;*/
    }

.pay-constant {
}

    .pay-constant ul, .pay-constant ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .pay-constant ul li {
            padding: 5px 4px;
            /*border: 1px solid #eee;*/
        }

            .pay-constant ul li:first-child {
                margin-bottom: 1em;
                border-bottom: 1px solid rgb(194,207,219);
            }

                .pay-constant ul li:first-child span {
                    font-size: 1.3em;
                    color: #1762a5;
                    font-weight: 600;
                }

            .pay-constant ul li span {
                font-size: 1.1em;
                color: rgb(124, 124, 124);
                font-weight: 600;
            }

            .pay-constant ul li:last-child {
                padding-top: 1em;
                margin-top: 1em;
                border-top: 1px solid rgb(194,207,219);
            }

                .pay-constant ul li:last-child span {
                    font-size: 2em;
                    color: #26a69a;
                    font-weight: 600;
                }

.payment li a {
    font-size: 1.3em !important;
    color: #1762a5 !important;
    font-weight: 600 !important;
}

#declaration {
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    padding: 10px;
    border-radius: 2px;
}

.confirm-prompt {
    color: red;
}


#frmDevice {
    /*border: 1px solid #efefef;*/
    background: #fff;
    height: 100%;
    width: 100%;
    margin: 0;
    margin-top: -8px;
    border-radius: 0 5px 5px 0 !important;
}

    #frmDevice .device-form {
        text-align: left;
        margin: 0 auto;
        padding: 20px 30px 30px 30px;
        width: 100%;
        max-width: 700px;
    }

        #frmDevice .device-form .sect {
            margin-bottom: 1.3em;
            display: block;
            /*border: 1px solid red;*/
        }

        #frmDevice .device-form .prompt {
            font-size: .9em;
            font-weight: 600;
            margin-bottom: 5px;
        }

        #frmDevice .device-form .input-element {
            display: block;
            width: 100%;
            outline: none;
            padding: 0;
            /*border: 1px solid #dbd3d3;*/
            color: #808080;
            margin-bottom: 60px;
        }

            #frmDevice .device-form .input-element i {
                padding: 12px;
            }

            #frmDevice .device-form .input-element input {
                padding: 8px 14px;
                display: inline-block;
                width: 100%;
                border: 1px solid rgb(194,207,219);
                outline: none;
                font-size: 14px;
            }

#device-cost-div {
    /*border: 1px solid #dbd3d3;*/
    margin-top: 1em;
    padding: 20px;
}

    #device-cost-div .prompt {
        font-size: 18px !important;
        color: #1762a5;
    }

    #device-cost-div .cost {
        margin-top: .8em;
        font-weight: 600;
        font-size: 25px !important;
        color: #4b942e;
    }

.order-summary {
    border: 1px solid #007acc;
    border-bottom-width: 14px;
}


    .order-summary .order-title {
        color: #fff;
        background: #007acc;
        margin-bottom: 0.9375em;
        line-height: 2em;
        font-size: 1.2em;
        padding: 0.2em 0.75em;
    }

    .order-summary .order-details {
        padding: 0.9375em;
    }

        .order-summary .order-details ul.qsm,
        .order-summary .order-details ul.epl,
        .order-summary .order-details ul.qsm > li,
        .order-summary .order-details ul.epl > li {
            list-style: none !important;
            margin: 0;
            padding: 0;
        }

            .order-summary .order-details ul.qsm > li,
            .order-summary .order-details ul.epl > li {
                padding: 4px 8px;
            }

                .order-summary .order-details ul.qsm > li label,
                .order-summary .order-details ul.epl > li label {
                    font-weight: 600;
                }

                .order-summary .order-details ul.qsm > li span {
                    color: #1762a5;
                    font-weight: 600;
                }

                .order-summary .order-details ul.qsm > li:last-child label {
                    margin-top: .5em;
                    font-size: 1.1em;
                }

                .order-summary .order-details ul.qsm > li:last-child span {
                    margin-top: .5em;
                    font-size: 1.5em;
                    color: #0caa31;
                    text-transform: uppercase !important;
                }

        .order-summary .order-details ul.epl {
            border-bottom: 1px solid #aaa;
            margin-bottom: 10px;
        }

            .order-summary .order-details ul.epl > li span {
                color: #007acc;
                font-weight: 700;
            }

.device-sub-head {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase !important;
    color: #6787b5;
    font-size: 1.5em;
    margin: 10px 10px 30px 10px;
    /*border-bottom: 2px solid #eee;*/
}

.input-group-addon.btn-in {
    padding: 0 !important;
    background-color: #1762a5;
}

.in-btn {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
}


    .in-btn:hover {
        color: #fff;
    }

.btn-axa {
    padding: 7px 50px;
    font-size: 1.2em;
    border-radius: 2px;
    font-weight: 600;
}

.axa-blue {
    background: #014c8c;
    color: #fff;
    border-radius: 1px !important;
    border: none;
}

    .axa-blue:hover, .axa-blue:active {
        background: #035da9;
        color: #fff;
        box-shadow: 0 14px 20px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.axa-red {
    background: #ed1c24;
    color: #fff;
}

    .axa-red:hover, .axa-red:active {
        background: #e9373e;
        color: #fff;
        box-shadow: 0 14px 20px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.device-ul, .device-ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.device-ul {
    margin-top: 1em;
    font-size: 1.2em;
    color: #4d4c4c;
}


    .device-ul > li {
        padding-left: 20px;
    }

        .device-ul > li i {
            color: red;
            font-size: 1.2em;
        }

.trans {
    padding: 30px;
}


    .trans .status {
        /*border: 1px solid blue;*/
        padding: 5px 10px;
        font-size: 30px;
        font-weight: 600;
    }

        .trans .status i {
            font-size: 35px;
            font-weight: 400;
        }

    .trans .msg {
        padding: 15px 10px;
        font-size: 1.1em;
        font-weight: 600;
    }

        .trans .status.success, .trans .msg.success {
            color: rgb(66,119,48);
        }

        .trans .status.failed, .trans .msg.failed {
            color: #ed1c24;
        }

.trans-notification {
    /*border: 1px solid blue;*/
    box-sizing: border-box;
}

    .trans-notification .trans-details {
        /*border: 1px solid blue;*/
        font-size: 1.1em;
        box-sizing: border-box;
    }

        .trans-notification .trans-details > div {
            /*border: 1px solid #eee;*/
            padding: 0 5px;
            box-sizing: border-box;
        }

            .trans-notification .trans-details > div .left {
                background: #eeeeee;
                box-sizing: border-box;
                padding: 7px 10px;
                text-align: right;
                font-weight: 600;
                border: 1px solid #fff;
            }

            .trans-notification .trans-details > div .right {
                box-sizing: border-box;
                padding: 7px 10px;
                font-weight: 600;
                color: #636363;
            }

/* Small devices (tablets, 768px and up) */
@media (max-width: 992px) {
    .trans-notification .trans-details > div .left {
        text-align: left;
    }
}

#divLegend table {
    margin: 0 !important;
    width: 0 !important;
    border: none !important;
    border-collapse: collapse !important;
    float: right;
}

    #divLegend table td {
        padding: 0 !important;
        border-top: none;
        border-left: none;
        text-align: left;
        padding-right: 5px !important;
    }

.bulk-download {
    margin-top: 30px;
    font-size: 1.1em;
    color: #2253af;
    font-weight: 500;
}

.th-blue thead tr {
    background: rgb(0, 82, 147);
    color: #fff;
}

.color-blue {
    color: #3f5cd6;
}

.btn-wite {
    border: 2px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    border-radius: 2px;
}

    .btn-wite:hover {
        background: rgba(255, 239, 250, 0.5);
        border-color: rgba(255, 239, 250, 0.5);
    }

.btn-outline {
    /*border: 1px solid #06711f;*/
    background: #e90027;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
}

    .btn-outline:hover {
        background: #ea4901;
        /*border-color: #1183e4;*/
    }

.btn-p-lr {
    padding: 7px 22px;
}

.btn-p-lg-lr {
    padding: 7px 40px;
    border-radius: 2px;
}

.btn-effect {
    overflow: hidden;
}

    .btn-effect:before {
        left: auto;
        right: 10px;
        z-index: 2;
    }

    .btn-effect:before {
        position: absolute;
        height: 100%;
        left: 0px;
        top: 0px;
        line-height: 3;
        font-size: 140%;
        width: 60px;
    }

    .btn-effect:after {
        content: '';
        position: absolute;
        width: 30%;
        height: 230%;
        z-index: 1;
        left: 0;
        top: 0;
        margin: -2px 0px 0px -22px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .btn-effect:hover:after {
        width: 60%;
    }

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default.active,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #1762A5 !important;
    border-color: #8c8c8c;
}



    .btn-default.active:hover,
    .open > .dropdown-toggle.btn-default:focus,
    .open > .dropdown-toggle.btn-default:hover {
        color: #333;
        background-color: #1762A5 !important;
        border-color: #8c8c8c;
    }

.rate {
    display: inline-block;
    /*background: rgb(0, 82, 147);*/
    background: rgb(0, 175, 63);
    padding: 1.5em .6em;
    color: #fff;
    font-size: 2em;
    border-radius: 100%;
}

table.no-wrap {
}

    table.no-wrap th, table.no-wrap td {
        white-space: nowrap;
    }

table.th-no-wrap th {
    white-space: nowrap;
}


.has-error {
    color: red !important;
    border: 1px solid red !important;
}

#bulkSummary {
    /*background-color: green;*/
}

#tb-bulk-sum {
    font-size: 1.4em;
    color: #646363;
    vertical-align: bottom;
}


    #tb-bulk-sum #spTotal {
        color: rgb(0, 102, 67);
    }

.list-item-container {
    margin-top: 20px;
    width: 100%;
}

    .list-item-container > .list-item {
        margin-bottom: .5em;
        margin-right: .5em;
        padding: 2px 10px 15px 10px;
        float: left;
        min-width: 130px;
        text-align: center;
        /*background: #FFF;*/
        border: 1px solid #dbdbdb;
        border-radius: 2px;
        background: #F5F5F5;
    }

        .list-item-container > .list-item h3 {
            /*border: 1px solid red;*/
            color: #4396ff;
            margin-top: 15px;
            font-size: 26px;
        }


        .list-item-container > .list-item small {
            /*border: 1px solid green;*/
            font-size: 14px;
            color: #757575;
        }

.blue-color1 {
    color: #0062E3 !important;
}

.blue-color {
    color: rgb(0, 82, 147) !important;
}

.Menu-Header {
    /*border: 1px solid green;*/
    float: left;
    height: 53px;
    padding: 0;
}

    .Menu-Header ul li {
        height: 40px;
        padding: 0 15px 15px 15px;
        line-height: 5;
    }

        .Menu-Header ul li a {
            padding-bottom: 10px;
        }

.user {
    float: right;
    margin-right: 15px;
    margin-top: 20px;
}

    .user a {
        font-size: 1.1em;
        color: #6b6b6b;
    }

        .user a:hover {
            text-decoration: none;
            color: #3498db;
            cursor: default;
        }

    .user i {
        color: #1762a5;
        font-weight: 700;
    }

    .user #spUser {
        color: #1762a5;
        font-weight: 700;
        font-size: 1.2em;
    }

    .user #spCompany {
        color: #1762a5;
        font-weight: 700;
    }

.navbar .dropdown-menu {
    top: 51px;
}


.news-article {
    padding: 30px;
}

    .news-article .news-article-item {
        border: 1px solid #e6e4e4;
        padding: 20px;
        margin-bottom: .5em;
    }

    .news-article .news-publish-date {
        font-weight: 600;
        font-size: 1.1em;
        margin-bottom: 10px;
        color: #494949;
    }

    .news-article .news-title {
        font-weight: 600;
        font-size: 1.4em;
        margin-bottom: 10px;
        color: #014c8c;
    }

        .news-article .news-title a {
            color: #014c8c;
            text-decoration: none;
        }

            .news-article .news-title a:hover {
                text-decoration: underline;
            }

    .news-article .news-summary {
        color: #333;
    }

    .news-article .btn-readmore {
        text-align: right;
    }

        .news-article .btn-readmore a {
            background-color: #1762a5;
            border-left: medium double #fff;
            bottom: 15px;
            color: #fff;
            display: inline-block;
            font-size: 12px;
            padding: 5px 10px 4px;
            transition: all .3s ease-out 0s;
        }

            .news-article .btn-readmore a:hover {
                background-color: #1c79cc;
            }

.date-range {
    border: 1px solid #e4e4e4;
    padding: 3px 5px;
    cursor: pointer;
}


section {
    /*float: left;*/
    float: left;
    width: 100%;
    position: relative;
    /*z-index: 1;*/
}

.block {
    float: left;
    padding: 80px 0 30px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

    .block.white {
        background: none repeat scroll 0 0 #ffffff;
    }

    .block.gray {
        background: none repeat scroll 0 0 #f5f5f5;
    }

    .block.put-bg {
        /*background-image: url('../img/faint-bg.jpg');*/
        /*border: 1px solid red;*/
        padding-bottom: 70px;
    }

    .block .container {
        padding: 0;
    }

.ip-title {
    text-align: center;
    /*margin-top: -50px;*/
    margin-bottom: 50px;
}

    .ip-title h3 {
        color: #1762a5;
        font-size: 30px;
    }

.abt-services {
    /*border: 1px solid #ededed;*/
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    float: left;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .abt-services .service-block {
        /*padding: 35px 10px;*/
        border-right: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .abt-services .service-block:hover {
            background: #f9f9f9;
        }

.service-row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

    .service-row:last-child {
        border: 0;
    }

.abt-services .service-row .service-block:last-child {
    /*border: 0;*/
}

.service-block i {
    color: #666666;
    font-size: 60px;
}

.service-block > h6 {
    color: #999999;
    float: left;
    /*font-family: arimo;*/
    font-size: 12px;
    margin-top: 20px;
    width: 100%;
}

.about > h5 {
    color: #888888;
    float: left;
    font-size: 14px;
    font-weight: 300;
    /*letter-spacing: 2px;*/
    line-height: 25px;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
    width: 100%;
}

.about > h4 {
    color: #1762a5;
    float: left;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}

.about h3 {
    color: #1762a5;
    float: left;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin: 5px 0 10px;
    text-transform: capitalize;
    width: 100%;
}

    .about h3 span {
        font-weight: 200;
    }

.about p {
    float: left;
    line-height: 28px;
    width: 100%;
}

.about ul {
    float: left;
    width: 100%;
}

.about .counters {
    margin-top: 30px;
}

.counters {
    float: left;
    margin-bottom: -30px;
    text-align: center;
    width: 100%;
}

.counter-box h5.count,
.counter-box span {
    color: #888;
    display: inline;
    font-size: 30px;
    font-weight: 500;
    /*font-family: oswald;*/
    letter-spacing: 0.4px;
    padding: 0 2px;
}

.counter-box h6 {
    color: #b7b7b7;
    float: left;
    /*font-family: arimo;*/
    font-size: 12px;
    line-height: 25px;
    margin: 10px 0;
    width: 100%;
}

.counter-box p strong {
    font-weight: 800;
}

.counters .counter-box p {
    color: #666666;
    font-size: 12px;
}

.counter-box {
    float: left;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.bbb {
    /*background-image: url('../img/6926035_print.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-clip: border-box;
    width: 100%;
    height: 400px;*/
}

.service-block.col-qq {
    position: relative;
    min-height: 1px;
    /*padding-right: 15px;
    padding-left: 15px;*/
    float: left;
}

@media only screen and (min-width : 320px) {
    .service-block.col-qq {
        width: 100% !important;
        /*background-color: orange;*/
    }

    .block {
        padding: 0;
        margin-top: -10px;
    }

    .column {
        padding-bottom: 0;
        padding-top: 0;
    }

    .bbb {
        width: 100%;
        height: 100%;
    }

        .bbb img {
            width: 100%;
            height: 100%;
        }

    .about {
        padding: 20px;
    }

        .about .product-features .feature-list {
            line-height: 34px;
        }
}

@media only screen and (max-width : 320px) {
    #owl-banner1 {
        display: none !important;
    }
}

@media only screen and (min-width : 480px) {
    .service-block.col-qq {
        width: 50% !important;
        /*background-color: yellow;*/
    }
}

@media (min-width:768px) {
    .service-block.col-qq {
        width: 33.33333333% !important;
        /*background-color: red;*/
    }

    .column {
        padding-bottom: 0;
        padding-top: 0;
    }

    .block {
        margin-top: 0;
    }
}

@media (min-width:992px) {
    .service-block.col-qq {
        width: 20% !important;
        /*background-color: green;*/
    }

    .column {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .about .product-features .feature-list {
        line-height: 20px;
    }

    .block {
        padding: 80px 0 0 0;
    }
}

@media (min-width:1200px) {
    .service-block.col-qq {
        width: 20% !important;
        /*background-color: blue;*/
    }
}


.ip-block {
    display: block;
    width: 100%;
    padding: 20px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

    .ip-block h3 {
        color: rgb(0, 102, 67);
        font-weight: 500;
    }

    .ip-block .details {
        visibility: hidden;
        backface-visibility: hidden;
        width: 100%;
        height: 100%;
        line-height: 15px;
        color: #fff;
        background: #2095f2;
        text-align: left;
        padding: 5px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }

    .ip-block a {
        color: #535353;
        font-weight: 500;
        font-size: 1.2em;
    }

    .ip-block:hover .details {
        visibility: visible;
        backface-visibility: hidden;
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        transform: rotateY(0);
    }

.sub-head {
    font-weight: 600;
    color: #1762a5;
    font-size: 1.2em;
}

.ben-panel {
}

    .ben-panel .panel-heading {
        padding: 0;
        position: relative;
    }

    .ben-panel h4.panel-title {
        /*border: 1px solid blue;*/
        font-size: 13px;
        font-weight: 700;
        width: 100%;
        margin-left: 0px;
    }

        .ben-panel h4.panel-title a {
            color: #333333;
            display: block;
            width: 100%;
            padding: 10px 15px;
        }

.ben-trash {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    transition: all .1s;
}

    .ben-trash:hover {
        transform: scale(1.2);
    }

.dropdown-menu {
    z-index: 200000;
}


/* 88   88  88   888   8 */
ul.ws-options {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;
}

.ws-options input[type=checkbox],
.ws-options input[type=radio] {
    position: absolute;
    /*left: -999em;
    top: -999em;*/
}

.ws-options li {
    list-style: none;
    display: inline-block;
    float: left;
    margin: 0 2px 10px 0;
    word-spacing: 0;
    /*width: 24%;*/
    vertical-align: top;
    transition: none !important;
}

.ws-options label {
    display: block;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgb(218, 218, 218);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    padding: 5px 10px;
    /*margin-left: 50px;*/
    transition: none !important;
}

    .ws-options label strong {
        /*margin-left: 20px;*/
        transition: none !important;
    }

    .ws-options label:hover {
        background-color: #e2e2e2;
    }

    .ws-options label:after {
        content: "\f058";
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: 700;
        text-decoration: inherit;
        color: #fff;
        font-size: 16px;
        position: absolute;
        top: 15%;
        left: 7px;
        display: none;
    }

.ws-options li strong, .ws-options li span {
    display: block;
}

.ws-options li img {
    max-width: 100%;
    height: auto;
}

.ws-options:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
}

.ws-options input[type=checkbox]:checked + label, .ws-options input[type=radio]:checked + label {
    color: #fff;
    background: #007acc;
}

    .ws-options input[type=checkbox]:checked + label strong, .ws-options input[type=radio]:checked + label strong {
        margin-left: 20px;
        transition: none !important;
    }

    .ws-options input[type=checkbox]:checked + label:after, .ws-options input[type=radio]:checked + label:after {
        display: block;
    }

/* 88   88  88   888   8 */


.regularise {
}

    .regularise .form-group input, .regularise .form-group select, .regularise .form-group textarea {
        margin-bottom: 17px;
        clear: both !important;
    }

    .regularise .form-group ul.ws-options {
        clear: both !important;
        padding: 0 !important;
        /*border: 1px solid green;*/
        margin-bottom: -30px !important;
        padding: 0 !important;
    }

.register {
    margin: auto;
    float: none;
    border: 1px solid rgba(194,207,219,.6);
    padding: 30px;
    margin-bottom: 30px;
}

    .register .form-input input {
        width: 100%;
        display: block;
        /*clear: both;*/
    }

    .register .form-input label {
        display: block;
        color: #777777;
        margin-top: -2px;
        position: relative;
    }

        .register .form-input label span.fa {
            font-size: 1.15em;
            cursor: help;
        }

.relative .loader {
    position: absolute !important;
}

.color-red {
    color: #d30505;
}

.relative {
    position: relative !important;
}

.notification {
    /*position: relative;*/
    top: 0;
    left: 0;
    /*width: 100%;
    height: 100%;*/
}

.overlay {
    background-color: rgba(0,0,0, .85);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1001;
}

.content-page {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    height: auto;
    position: fixed;
    top: 20%;
    left: 50%;
    background-color: #fff;
    color: #333;
    z-index: -1000;
    margin: 10% auto;
    width: 100%;
    max-height: 100%;
    max-width: 600px;
    opacity: 0;
    overflow-y: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.5);
    -moz-transform: translateX(-50%) translateY(-50%) scale(.5);
    -ms-transform: translateX(-50%) translateY(-50%) scale(.5);
    -o-transform: translateX(-50%) translateY(-50%) scale(.5);
    transform: translateX(-50%) translateY(-50%) scale(.5);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.notification.show .content-page {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    z-index: 11000000;
}

.notification.show .overlay {
    opacity: .85;
    visibility: visible;
    z-index: 10000000;
}

.content-page .header {
    background-color: #0b87db;
    color: #fff;
    padding: 6px 10px;
    font-size: 1.2em;
}

.content-page .icon {
    font-size: 3em;
    display: inline-block;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    /*color: red;*/
}

.content-page .body {
    padding: 20px;
    margin-left: 40px;
}

.content-page .action {
    border-top: 1px solid #d3d1d1;
    padding: 15px 30px;
    text-align: right;
}

    .content-page .action a.close-me {
        background-color: rgb(0, 102, 181);
        color: #fff;
        padding: 5px 20px;
        margin-top: 20px;
    }

.n-error {
    color: #ed1c24;
}

.n-success {
    color: green;
}

.n-info {
    color: #5bc0de;
}

#regThank .description-section p {
    font-size: 1.1em;
}

#regThank .title-section h3 {
    font-size: 1.65em;
    color: #027e41;
}

.profile .profile-pic {
    border: 2px solid rgba(194,207,219,.8);
    width: 100%;
    max-width: 150px;
    padding: 1px;
}

    .profile .profile-pic img {
        width: 100%;
        box-sizing: border-box;
    }


.profile .profile-info label {
    margin-bottom: 20px;
    width: 120px;
    /*color: #1762a5;*/
}

.profile .profile-info span {
    color: #1762a5;
}

.report-period {
    margin-top: -100px;
}


.w-options {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;
    /*border: 1px solid blue;*/
    /*height: 40px;*/
}

    .w-options input[type=checkbox],
    .w-options input[type=radio] {
        position: absolute;
        /*left: -999em;
    top: -999em;*/
    }

    .w-options div.w-option {
        list-style: none;
        display: inline-block;
        float: left;
        margin: 0 2px 2px 0;
        word-spacing: 0;
        /*width: 24%;*/
        vertical-align: top;
        transition: none !important;
    }

    .w-options.same-width div.w-option {
        width: 122px;
    }

    .w-options.same-width-100 div.w-option {
        width: 100px;
    }

    .w-options.same-width-200 div.w-option {
        width: 200px;
    }

    .w-options.same-width-300 div.w-option {
        width: 300px;
    }

        .w-options.same-width-300 div.w-option label {
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 1.3em;
        }


    .w-options.no-float {
        text-align: center;
    }

        .w-options.no-float div.w-option {
            float: none !important;
        }

    .w-options label {
        display: block;
        text-align: center;
        background-color: #fff;
        border: 1px solid rgb(218, 218, 218);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        padding: 5px 10px;
        /*margin-left: 50px;*/
        transition: none !important;
    }

        .w-options label strong {
            /*margin-left: 20px;*/
            transition: none !important;
        }

        .w-options label:hover {
            background-color: #e2e2e2;
        }

        .w-options label:after {
            content: "\f058";
            font-family: 'FontAwesome';
            font-style: normal;
            font-weight: 700;
            text-decoration: inherit;
            color: #fff;
            font-size: 16px;
            position: absolute;
            top: 15%;
            left: 7px;
            display: none;
        }

    .w-options div.w-option strong, .w-options div.w-option span {
        display: block;
    }

    .w-options:after {
        content: "";
        display: inline-block;
        height: 1px;
        width: 100%;
    }

    .w-options input[type=checkbox]:checked + label, .w-options input[type=radio]:checked + label {
        color: #fff;
        background: #007acc;
    }

        .w-options input[type=checkbox]:checked + label strong, .w-options input[type=radio]:checked + label strong {
            margin-left: 20px;
            transition: none !important;
        }

        .w-options input[type=checkbox]:checked + label:after, .w-options input[type=radio]:checked + label:after {
            display: block;
        }

.travel-screen {
    /*border: solid blue 1px;*/
    /*padding: 20px;*/
    /*height: 500px;*/
    background-color: rgba(23, 98, 165, 0.5);
    background-image: url('../img/travel2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}


    .travel-screen .over-lay {
        background-color: rgba(51, 51, 51, .4);
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .travel-screen h2.product-title {
        display: inline-block;
        margin-bottom: 20px;
        background: rgba(0,0,0,0.4);
        color: #fff;
        padding: 10px 15px;
        font-weight: 400;
        font-size: 25px;
        line-height: 40px;
    }

    .travel-screen .travel-features {
        /*border: 1px solid #fff;*/
        color: #fff;
        padding: 20px;
        /*font-size: 18px;*/
    }

        .travel-screen .travel-features ul, .travel-screen .travel-features ul li {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .travel-screen .travel-features ul li {
                margin-bottom: 15px;
                font-size: 16px;
                text-shadow: 0 2px 5px rgba(51, 51, 51,0.4);
            }

                .travel-screen .travel-features ul li i {
                    font-size: 18px;
                    margin-right: 9px;
                    /*color: #338d11;*/
                }

    .travel-screen .quote-box {
        background: #fff;
        display: inline-block;
        margin-bottom: 20px;
        padding: 10px 30px 30px 30px;
        width: 100%;
    }

        .travel-screen .quote-box h3 {
            font-size: 18px;
            line-height: 40px;
            font-weight: 700;
            margin-top: 0;
        }

        .travel-screen .quote-box input,
        .travel-screen .quote-box select {
            margin-bottom: 20px !important;
        }

        .travel-screen .quote-box .no-b-margin input,
        .travel-screen .quote-box .no-b-margin select {
            margin-bottom: 0px !important;
        }

        .travel-screen .quote-box div.age-inputs input {
            width: 50px;
            margin-right: 5px;
            margin-bottom: 5px;
            padding: 7px 10px;
        }

        .travel-screen .quote-box .btn-quote {
            width: 80%;
            font-size: 1.85rem;
            padding: 1.1875rem 2.25rem 1.1875rem 2.25rem;
            background: #ff6b1a;
            color: #fff;
            border: none;
            border-radius: 4px;
        }


div.dateRange {
    position: relative;
}

    div.dateRange i {
        position: absolute;
        right: 10px;
        top: 10px;
    }


.big-title {
    margin-bottom: 20px;
    font-size: 30px;
}

    .big-title h1,
    .big-title h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
        color: #014c8c;
    }

        .big-title h1 strong,
        .big-title h2 strong {
            font-weight: 400;
        }

    .big-title .title-desc {
        font-size: 16px;
        line-height: 22px;
        color: #666;
    }

    .big-title h2 + .title-desc,
    .big-title h1 + .title-desc {
        margin-top: 4px;
    }

.wt {
    font-size: 14px;
}

ul.icons-list {
    margin-bottom: 6px;
    list-style: none;
    margin-left: 0 !important;
    line-height: 30px;
}

    ul.icons-list li {
        margin-bottom: 4px;
        list-style: none;
        margin-left: -10px !important;
        font-size: 14px;
    }

        ul.icons-list li i {
            font-size: 18px;
            margin-right: 9px;
            color: #ee3733;
        }

.section-t-plan {
    /*background-color: #eee !important;*/
    background: url(../img/travel3.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    min-height: 500px;
}

    .section-t-plan .stp-overlay {
        background: rgba(0,0,0,0.4);
        width: 100%;
        height: 100%;
        position: absolute;
    }

.t-quote {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 10px;
}

/*.t-wrap {
    background: rgba(0,0,0,0.4);
    margin-bottom: 40px;
    margin-top: 30px;
    padding-top: 10px 20px 30px 20px;
}*/

.price-lists {
    /*padding: 10px;*/
    /*border: 1px solid #eee;*/
    margin: 20px;
}

    .price-lists .price-item {
        border: 1px solid #eee;
        margin-bottom: 10px;
        padding: 10px;
        background-color: #fff;
        border-radius: 3px;
        /*box-shadow: 0 1px 10px rgba(0,0,0,0.4);*/
    }

        .price-lists .price-item .title {
            font-size: 16px;
            font-weight: 600;
            /*line-height: 30px;*/
            text-align: center;
            vertical-align: central;
        }

            .price-lists .price-item .title small {
                line-height: 1.42857143 !important;
                color: #0b0ecb;
                font-weight: 200;
            }

        .price-lists .price-item .feature {
            border-right: 1px solid #eee;
            border-left: 1px solid #eee;
        }

            .price-lists .price-item .feature Ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                .price-lists .price-item .feature ul li {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    padding: 2px 0;
                }

                    .price-lists .price-item .feature ul li i {
                        margin-right: 10px;
                        color: #0f723a;
                    }

            .price-lists .price-item .feature .plan-details {
                padding-left: 25px;
                border-top: 1px solid #eee;
                margin-top: 7px;
                padding-top: 7px;
            }

                .price-lists .price-item .feature .plan-details a {
                    color: #014c8c;
                }


        .price-lists .price-item .price-loc {
            padding: 0 !important;
            text-align: center;
        }

            .price-lists .price-item .price-loc .price {
                font-size: 18px;
                font-weight: 600;
                /*border: 1px solid #eee;*/
                padding: 5px 10px;
                box-sizing: border-box;
                margin-top: 10px;
            }

            .price-lists .price-item .price-loc .buyButton {
                box-sizing: border-box;
                margin-top: 15px;
            }

                .price-lists .price-item .price-loc .buyButton a {
                    color: #fff;
                    background-color: #bc0024;
                    padding: 6px 30px;
                    width: 100%;
                    border-radius: 3px;
                }

                    .price-lists .price-item .price-loc .buyButton a:hover {
                        background-color: #fb0d35;
                    }

.adt-prompt {
    padding-left: 10px;
    margin-top: 40px;
    margin-bottom: -13px;
    color: #1762a5;
    font-weight: 700;
}

table.hdr-color {
}

    table.hdr-color thead tr {
        background-color: #08538c;
        color: #fff;
    }

.mail-sent-msg {
    margin-top: 1em;
    margin-bottom: 3em;
    text-align: center;
    padding: 10px 30px;
}

    .mail-sent-msg .p1 {
        font-size: 20px;
        line-height: 30px;
        color: #085108;
    }

    .mail-sent-msg .p2 {
        font-size: 14px;
        line-height: 25px;
    }

.color-line {
    background: #f7f9fa;
    height: 6px;
    background-image: -webkit-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: -moz-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: -ms-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: linear-gradient(to right, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.color-bar-green {
    background: #f7f9fa;
    height: 6px;
    background: #32800e;
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}


.modal-backdrop {
    z-index: 11211;
}

.modal {
    z-index: 12112;
    margin-top: 20px !important;
}

    .modal .modal-dialog {
        margin-top: 5% !important;
    }

        .modal .modal-dialog .modal-content {
            border-radius: 0 !important;
        }

            .modal .modal-dialog .modal-content .modal-header {
                padding: 20px 30px;
                background: #f7f9fa;
            }

            .modal .modal-dialog .modal-content .modal-footer {
                background: #f7f9fa;
            }

.select2-drop {
    z-index: 12212;
}

#claims-modal {
    padding: 20px 50px;
}

.claimsSuccess .claims-success-icon {
    text-align: center;
}

    .claimsSuccess .claims-success-icon i {
        color: #32800e;
        font-size: 80px;
        font-weight: normal !important;
    }

.claimsSuccess .label-claim-number {
    color: #014c8c;
    font-size: 16px;
    font-weight: bold;
}


.claimsSuccess .claims-number {
    color: #32800e;
    font-size: 22px;
    margin: 20px;
    font-weight: bold;
}

.btn-regular {
    border-radius: 1px;
}

    .btn-regular:hover {
        border: none;
    }

.btn-green {
    background-color: #32800e;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
}

    .btn-green:hover {
        border: none;
        box-shadow: 0 14px 20px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.btn-blue {
    background-color: #014c8c;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
}

    .btn-blue:hover, .btn-blue:active {
        background-color: #035da9;
        border: none;
        box-shadow: 0 14px 20px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.margin-right {
    margin-right: 20px;
}

.claims-accordion .panel-heading {
    padding: 0;
}


    .claims-accordion .panel-heading .panel-title a {
        padding: 10px 15px;
        display: block;
    }

.stage-complete {
    font-size: 1.5em;
    margin-top: -5px;
    color: #075e07;
}

.claims fieldset legend {
    padding-bottom: 7px !important;
    font-size: 1.3em;
    font-weight: 500;
    color: #1762a5;
}

.client-no p {
    color: #0a3f6d;
    font-size: 1.2em;
}

.client-no div {
    text-align: center !important;
    width: 100% !important;
}

    .client-no div input {
        width: 200px;
        margin: auto;
        float: none !important;
        text-align: center;
        color: #0a3f6d !important;
        font-weight: 800;
    }

.client-detail {
    /*border: 1px solid green;*/
    margin-top: 20px;
    text-align: left !important;
}

    .client-detail p {
        font-weight: 600;
        border-bottom: 1px solid #bbb;
        padding-bottom: 5px;
    }


    .client-detail ul, .client-detail ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .client-detail ul li {
            /*border: 1px solid green;*/
            display: block;
            padding: 5px 10px;
            font-size: 1.2em;
        }

.close-btn {
    border: 1px solid #aaa;
    display: inline-block;
    font-size: 20px;
    padding: 4px 6px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: none !important;
}

    .close-btn:hover {
        cursor: pointer;
        color: red;
    }

.acc-link-prompt {
    text-align: center;
    font-size: 1.3em;
}

.count-box {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 15px 15px;
    text-align: center;
}

    .count-box i {
        display: inline-block;
        font-size: 26px;
        color: #FFF;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: #4396ff;
        margin-right: 15px;
    }

    .count-box span {
        color: #4396ff;
        display: inline-block;
        font-size: 25px;
    }

    .count-box h2 {
        text-align: center;
        font-size: 14px;
        color: #acacac;
        margin-bottom: 0px;
        font-weight: 700;
    }

.divCreditNote {
    border: 1px solid rgba(194,207,219,.6);
    background: rgba(233, 235, 237, 0.60);
    padding: 20px;
    margin-top: 20px;
    /*text-align: right !important;*/
}

.sub-title2 {
    color: #1762a5;
}

.pol-details {
    padding-left: 30px;
    font-size: 1.1em;
}

    .pol-details ul, .pol-details ul li {
        list-style: none;
        margin: 0 !important;
        padding: 0 !important;
    }

        .pol-details ul li label {
            border: 1px solid #eee;
            background-color: #eee;
            width: 200px;
            text-align: right;
            margin-right: 10px;
            padding: 3px 3px;
        }

        .pol-details ul li span {
            color: #1762a5;
            font-weight: 700;
        }

    .pol-details h3 {
        color: #1762a5;
        font-size: 1.6em;
        font-weight: 700;
    }

    .pol-details table thead tr {
        color: #fff;
        background-color: #1762a5;
    }

.payment-upload {
    margin-bottom: 20px !important;
    /*border: 1px solid red !important;*/
}

    .payment-upload h3 {
        font-size: 18px;
        font-weight: 700;
        color: #1762a5;
    }

.upload-success {
}

    .upload-success p {
        font-size: 16px !important;
        color: #1762a5;
    }

        .upload-success p i {
            color: #0e7517;
            font-size: 20px !important;
            margin-right: 10px !important;
            display: inline-block !important;
        }

.title-section h3 {
    color: #1762a5 !important;
    font-size: 20px;
    font-weight: 600;
}

.description-section p {
    font-size: 1.1em;
    color: #333;
}



@media (min-width:480px) {
    .basic-wrapper {
        /*border: solid 2px red;*/
    }

        .basic-wrapper a img {
            width: 100px;
            margin-top: 15px;
        }

    .Header-Style1 .basic-wrapper {
        padding: 0 !important;
    }

    .Header-Style1 .navbar-logo {
        width: 130px !important;
    }

    .Menu-Header {
        /*border: solid 2px red;*/
    }
}

@media (min-width:768px) {
    .Header-Style1 .basic-wrapper {
        padding: 0 !important;
    }

    .basic-wrapper {
        /*border: solid 2px blue;*/
        float: left;
        width: auto;
    }

        .basic-wrapper a {
        }

            .basic-wrapper a img {
                width: 150px;
                margin-top: 15px;
            }

    .header-right {
        margin-top: -93px;
    }

    .Menu-Header {
        /*border: solid 2px blue;*/
        margin-top: 40px;
        width: auto;
        float: right;
    }

    .menu-item .dropdown-menu {
        margin-top: -40px !important;
    }
}

@media (min-width:992px) {
    .basic-wrapper {
        /*border: solid 2px green;*/
    }

        .basic-wrapper a {
        }

            .basic-wrapper a img {
                width: 150px;
                margin-top: 15px;
            }

    .header-right {
        margin-top: -90px;
    }

    .Menu-Header {
        /*border: solid 2px green;*/
        margin-top: 40px;
        width: auto;
        float: right;
    }

    .menu-item .dropdown-menu {
        margin-top: -45px !important;
    }
}

@media (min-width:1200px) {
    .basic-wrapper {
        /*border: solid 2px yellow;*/
    }

        .basic-wrapper a {
        }

    .header-right {
        margin-top: 0;
    }

    .Menu-Header {
        /*border: solid 2px yellow;*/
        margin-top: -50px;
    }

    .menu-item .dropdown-menu {
        margin-top: 0 !important;
    }
}

#agentName, #dsaName {
    color: #1762a5;
    font-weight: 600;
}

.wewe {
    color: rgba(51, 51, 51, 0.64);
}

.tempH {
    position: relative;
    /*border: 2px solid red;*/
}

    .tempH:after {
        /*content: "";
   display: table;
   clear: both;*/
    }

.emailWarning {
    display: none;
    position: absolute;
    /*float: left;*/
    left: 0;
    top: 40px;
    /*bottom: 5px;*/
    background-color: #ecfab6;
    color: #333;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding: 10px 20px;
    font-size: 1em;
    /*width: 200%;*/
    z-index: 20000;
}

.callout {
    opacity: 0;
    visibility: hidden;
    border: 1px solid #aab0b9;
    padding: 20px;
    position: absolute;
    left: -400px;
    background-color: #fffefe;
    color: #726c6c;
    z-index: 300;
    float: left;
    width: 400px;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    font-weight: 600;
    top: 20px;
}

    .callout::after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 20px;
        right: -20px;
        border-style: solid;
        border-width: 10px 10px 10px 10px;
        border-color: transparent transparent transparent #aab0b9;
        transition-duration: 0.3s;
        transition-property: transform;
    }


    .callout.show {
        z-index: 10;
        opacity: 1;
        visibility: visible;
        transform: translate(0,-20px);
        transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    }

@media (max-width: 768px) {
    .callout {
        width: 400px;
        top: 105px;
        left: 15px;
    }

        .callout::after {
            right: calc(100% - 30px);
            top: -20px;
            border-color: transparent transparent #aab0b9 transparent;
        }
}


.tip {
    display: none;
    position: absolute;
    left: 0;
    background-color: #ecfab6;
    color: #333;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding: 10px 20px;
    font-size: 1em;
    z-index: 20000;
}

.tip.top {
    bottom: 40px;
}

.tip.bottom {
    top: 40px;
}