﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
}
img
{
border:0px;
}

.clear
{
clear:both;
height:0px;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: relative;
    opacity: 1;
    pointer-events: all;
}

input:not([type]):focus:not([readonly]) + label, input[type="text"]:not(.browser-default):focus:not([readonly]) + label, input[type="password"]:not(.browser-default):focus:not([readonly]) + label, input[type="email"]:not(.browser-default):focus:not([readonly]) + label, input[type="url"]:not(.browser-default):focus:not([readonly]) + label, input[type="time"]:not(.browser-default):focus:not([readonly]) + label, input[type="date"]:not(.browser-default):focus:not([readonly]) + label, input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label, input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label, input[type="tel"]:not(.browser-default):focus:not([readonly]) + label, input[type="number"]:not(.browser-default):focus:not([readonly]) + label, input[type="search"]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #3a4f66;
}

input:not([type]):focus:not([readonly]), input[type="text"]:not(.browser-default):focus:not([readonly]), input[type="password"]:not(.browser-default):focus:not([readonly]), input[type="email"]:not(.browser-default):focus:not([readonly]), input[type="url"]:not(.browser-default):focus:not([readonly]), input[type="time"]:not(.browser-default):focus:not([readonly]), input[type="date"]:not(.browser-default):focus:not([readonly]), input[type="datetime"]:not(.browser-default):focus:not([readonly]), input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), input[type="tel"]:not(.browser-default):focus:not([readonly]), input[type="number"]:not(.browser-default):focus:not([readonly]), input[type="search"]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #3a4f66;
    -webkit-box-shadow: 0 1px 0 0 #3a4f66;
    box-shadow: 0 1px 0 0 #3a4f66;
}
.radio label {
    color: initial;
    font-size: 14px;
    margin-left: 5px;
}
.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #3a4f66;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #3a4f66;
}

.btn.start-trial {
    background-color: #51ba89;
    font-size:28px;
}

#container
{
width:100%;
height:auto;
float:left;
}
#header {
    background: url(images/AWS_LpV2/top-bar-bg.jpg) left bottom repeat-x #FFF;
    height: 91px;
    background-color: #f6f8f7;
}
.logo-box
{
	float:left;
}
.logo
{
	margin-top:20px;
}

.header-login-box
{
	float:right;
	padding-top:25px;
}

.header-login-box a.login-btn {
    border: 1px solid #32526e;
    background-color: transparent;
    color: #32526e;
    border-radius: 0;
    box-shadow: unset;
}

#login-modal {
    width: 400px;
    overflow-y: unset;
}

#login-modal .btn-aws {
    width: 70%;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
}
.btn-aws {
    color: #e67f28;
    border: 1px solid #e67f28;
    border-radius: 0;
}
.btn-aws:hover {
    color: #ffffff;
    background-color: #e67f28;
}
.redsmall {
    display: block;
    line-height: normal;
    margin: 10px 0 0 0;
    color:red;
}
/* CSS Menu */
.navcontainer {
    width: 490px;
    height: 30px;
    float: left;
    text-align: right;
    padding-top: 30px;
}

    .navcontainer i.fa-bars {
        display: none;
    }

.navcontainer  ul {
        border: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
}

.navcontainer ul li {
        width:auto;
        float: right;
        text-align: center;
        margin: 0px;
		height:30px;
		display:inline;
		padding:0px 16px;
		}

    .navcontainer ul li.mobile-only {
        display: none;
    }
        .navcontainer ul li a {
        width: auto;
        height: 30px;
        margin: 0px;
        text-decoration: none;
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        color: #3a4f66;
        font-weight: normal;
        display: inline;
    }

.navcontainer ul li a:hover {
        color: #e33400;
		text-decoration:none;
		}
.navcontainer li.active a {
        color: #e33400;
}

@media only screen and (max-width:620px) {

    .navcontainer {
        width: auto;
        float: right;
    }

        .navcontainer i.fa-bars {
            display: block;
            color: #3a4f66;
            margin: 10px 10px 0 0;
        }

        .navcontainer ul {
            display: none;
            background: white;
            position: absolute;
            right: 20px;
            width: 110px;
            z-index: 100;
        }

        .navcontainer ul li {
            float:none;
        }

            .navcontainer ul li.mobile-only {
                display: block;
            }

        .header-login-box .login-btn {
            display: none;
        }

    .navcontainer:hover ul {
        display: block;
    }

    .wrap-container {
        padding: 0 10px;
    }

    .inner-welcome {
        padding: 0 !important;
    }

    h1.styleFontface {
        font-size: 25px !important;
        line-height: 25px !important;
        padding: 20px !important;
    }

    .about-box {
        padding: 10px 0px !important;
    }

    .pricing-middle-left {
        width: 60% !important;
    }

    .pricing-middle-right {
        width: 40% !important;
    }
}

    #body-main {
        width: 100%;
        padding-bottom: 40px;
        background-color: #f4f6f5;
    }

    #inner-body-main {
        background-color: #f4f6f6;
        width: 100%;
        float: left;
    }

        #inner-body-main .page-header {
            background-color: #3a4f66;
        }

    .wrap-container {
        max-width: 960px;
        margin: 0px auto;
    }

    .welcome {
        background-color: #3a4f66;
        padding: 30px 0px 40px 0px;
        width: 100%;
        border-bottom: 30px solid #abb3ba;
    }

    .inner-welcome {
        padding: 30px 0px 22px 0px;
        max-width: 960px;
        margin: 0 auto;
    }

    .row .col.welcome-left {
        padding: 0px;
    }

    .welcome-left {
        font-size: 22px;
        line-height: 30px;
        color: #FFF;
        font-weight: bold;
    }

    .welcome-right {
        padding: 0 !important;
    }

    .welcome-left-bottom {
        background: url(images/AWS_LpV2/arrow.png) right top no-repeat;
        padding: 20px 0 40px 20px;
    }

        .welcome-left-bottom h1.styleFontface {
            font-size: 30px;
            font-weight: bold;
        }

.welcome-left-top span.highlight-orange {
    color: #f1751d;
}

.welcome-right input::placeholder {
    color: #4e4e4e;
}

.form-box {
    background-color: #ffffff;
    box-shadow: 10px 10px 25px #000;
}

    .form-title-box {
        text-align: center;
        padding: 12px 0;
        background-color: #e67f28;
    }

    .form-inside {
        padding: 10px;
    }

    .input {
        width: 100%;
        height: 20px;
        background-color: #FFF;
        border: 1px solid #eb7018;
        font-size: 12px;
        line-height: 20px;
        color: #333333;
        font-weight: normal;
        padding: 8px 0px 8px 10px;
        box-sizing: unset;
    }

    .input-box {
        width: 248px;
        height: 20px;
        background-color: #FFF;
        border: 1px solid #7f9db9;
        font-size: 12px;
        line-height: 20px;
        color: #333333;
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        padding: 3px 0px 1px 10px;
    }

    .comment {
        width: 428px;
        height: 113px;
        background-color: #FFF;
        border: 1px solid #7f9db9;
        font-size: 12px;
        line-height: 20px;
        color: #333333;
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        padding: 5px;
    }

    input:focus {
        outline: none;
    }

    textarea:focus {
        outline: none;
    }

    .form-inside-bottom {
        width: 100%;
        text-align: center;
        padding: 18px 4px;
        font-size: 11px;
        color: #FFF;
        background-color: #e67f28;
    }

        .form-inside-bottom a {
            font-size: 11px;
            line-height: 14px;
            color: #FFF;
            font-weight: bold;
            text-decoration: underline;
        }

            .form-inside-bottom a:hover {
                font-size: 11px;
                line-height: 14px;
                color: #fcff00;
                font-weight: bold;
                text-decoration: underline;
            }

    .media-box {
        font-size: 18px;
        color: #606060;
        width: 100%;
        margin-top: 30px;
    }

    .media-img {
        float: right;
    }

    .working-box {
        padding: 44px 0px 30px 0px;
        background-color: #ececec;
        display: inline-block;
        width: 100%;
    }

    /* CSS Menu */
    ul.tabs {
        text-align: center;
        background-color: transparent;
    }

        ul.tabs li {
            display: inline-block;
        }

            ul.tabs li a {
                width: 240px;
                height: 40px;
                text-decoration: none;
                text-align: center;
                font-size: 20px;
                line-height: 40px;
                float: left;
                font-weight: bold;
                display: block;
                color: #e67f28;
                border: 1px solid #e67f28;
                margin-right: 110px;
            }

                ul.tabs li a:hover {
                    color: #ffffff;
                    background-color: #e67f28;
                }

    html ul.tabs li.active a, html ul.tabs li.active a:hover {
        border: none;
        color: #fff;
        background-color: #e67f28;
    }

    ul.tabs li a.active2 {
        width: 318px;
        height: 40px;
        text-decoration: none;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        float: left;
        color: #003163;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        display: block;
        background: url(images/AWS_LpV2/menu-hover-bg.jpg) left top no-repeat;
    }

    .working-middle {
        padding: 16px 0px 15px 0px;
        text-align: left;
        width: 960px;
        float: left;
        text-align: left;
    }

        .working-middle img {
            margin-top: 24px;
        }

    .work-bottom {
        width: 960px;
        height: auto;
        float: left;
        text-align: left;
    }

        .work-bottom ul {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
        }

            .work-bottom ul li {
                width: 240px;
                height: auto;
                float: left;
                text-align: center;
                display: block;
                margin-right: 120px;
                font-size: 16px;
                line-height: 20px;
                color: #616e7d;
                font-weight: bold;
            }

    .testimonial-box {
        margin-top: 50px;
    }

        .testimonial-box .carousel {
            height: 180px;
            margin-top: 20px;
            -webkit-box-shadow: 5px 5px 5px 0px rgba(94,94,94,0.38);
            -moz-box-shadow: 5px 5px 5px 0px rgba(94,94,94,0.38);
            box-shadow: 5px 5px 5px 0px rgba(94,94,94,0.38);
        }

        .testimonial-box .testimonial {
            background-color: #ffffff;
            display: inline-block;
        }

        .testimonial-box h6 {
            color: #3a4f66;
            font-weight: bold;
        }

    .testimonial-top {
        width: 20%;
        display: inline-block;
        vertical-align: top;
    }

        .testimonial-top img {
            width: 100%;
            -webkit-clip-path: polygon(0 0, 100% 0, 73% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 73% 100%, 0% 100%);
        }

    .testimonial-bottom {
        width: 70%;
        display: inline-block;
        padding: 30px 10px 10px 10px;
    }

        .testimonial-bottom strong {
            font-weight: 600;
        }

    .testimonial-disclaimer {
        font-size: 11px;
        margin-top: 20px;
    }

    .subnav {
        width: 562px;
        height: auto;
        float: right;
        text-align: left;
        padding-top: 36px;
    }

        .subnav ul {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
        }

            .subnav ul li {
                background: url(images/AWS_LpV2/arrow-th.jpg) left top no-repeat;
                display: block;
                padding: 0px 0px 10px 35px;
                float: left;
                text-align: left;
                width: 527px;
            }

                .subnav ul li h2 {
                    font-size: 20px;
                    line-height: 24px;
                    color: #333333;
                    font-weight: bold;
                }

.about-box {
    padding: 40px 0px;
    margin: 0px;
    float: left;
    max-width: 960px;
    width: 100%;
}

.about-left {
    max-width: 630px;
    height: auto;
    float: left;
    text-align: left;
    width: 100%;
}

    .about-right {
        float: right;
        text-align: left;
        width: 260px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background-color: #FFF;
        border: 1px solid #d0d0d0;
        padding: 0px 19px 15px 19px;
    }

    -.about-right-inside {
        padding-top: 12px;
    }

    .subnav2 {
        border-bottom: 1px solid #d0d0d0;
        padding-bottom: 10px;
    }

        .subnav2 ul {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
        }

            .subnav2 ul li {
                background: url(images/AWS_LpV2/right-arrow.jpg) left 9px no-repeat;
                padding: 6px 0px 6px 22px;
                line-height: 18px;
                display: block;
            }

    .about-right-bottom {
        text-align: center;
        padding: 20px 0px 0px 0px;
    }

        .about-right-bottom .btn-aws {
            width: 70%;
        }

    .about-title {
        padding: 5px 0px 12px 0px;
        border-bottom: 1px solid #d0d0d0;
        font-size: 11px;
    }

        .about-title img {
            float: right;
        }

    .about-us {
        background: url('images/AWS_LpV2/agency office_preview.jpeg') no-repeat;
        height: 927px;
        text-align: center;
    }

        .about-us .about-box {
            padding: 0 40px 40px 40px;
            background: rgba(58,79,102,0.7);
            display: inline-block;
            color: #ffffff;
            margin-top: 80px;
            max-width: 612px;
            text-align: left;
            font-size: 20px;
            float: none;
            margin-right: 100px;
        }

        .about-us .about-title {
            background-color: rgba(58,79,102,0.8);
            width: 220px;
            border-radius: 0 0 20px 20px;
            padding: 20px;
            margin: 0 auto;
            text-align: center;
            font-size: 33px;
            font-weight: bold;
            border: none;
        }

    .pricing-left-top {
        height: auto;
        float: left;
        text-align: left;
        border-bottom: 1px solid #FFF;
        padding-bottom: 5px;
    }

    .pricing-left-middle {
        width:100%;
        height: auto;
        float: left;
        text-align: left;
        padding: 8px 0px;
        border-top: 1px solid #d0d0d0;
        border-bottom: 1px solid #FFF;
    }

    .pricing-middle-left {
        width: 40%;
        float: left;
        text-align: left;
    }

    .pricing-middle-right {
        float: right;
        text-align: left;
        width: 60%;
    }

    .faq-top-box {
    }

    .faq-left {
        max-width: 670px;
        float: left;
    }

        .faq-left h5 {
            margin: 40px 0 20px 0;
            text-align: center;
        }

        .faq-left .collapsible-header {
            padding-right: 0px;
        }

        .faq-left .collapsible-body {
            background-color: #ffffff;
        }

    li .collapsible-header i.arrow {
        width: 12px;
        height: 12px;
        border: 1px solid #666;
        border-width: 2px 2px 0 0;
        transform: translateX(-14px) rotate(135deg);
        -webkit-transform: translateX(-14px) rotate(135deg);
        margin-left: auto;
        order: 2;
    }

    li.active .collapsible-header i.arrow {
        transform: translateX(-14px) rotate(-45deg);
        -webkit-transform: translateX(-14px) rotate(-45deg);
        margin-top: 5px;
    }

    .started-button {
        margin: 0 auto 10px auto;
        display: block;
        text-align: center;
        background-color: red;
    }

        .started-button:hover {
        }

        .started-button h2.styleFontface {
            font-size: 19px;
            line-height: 52px;
            font-weight: normal;
            color: #FFF;
        }

    .result-inside-box {
        width: 960px;
        height: auto;
        float: left;
        text-align: left;
        padding-top: 18px;
    }

    .pricing-left-box {
        text-align: center;
    }

    .pricing-title {
        color: #6a7684;
        font-size: 20px;
        margin: 5px 0;
    }

    .pricing {
    }

        .pricing ul {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
        }

            .pricing ul li {
                border-bottom: 1px solid #c4c4c4;
                padding: 8px 0;
                text-align: left;
            }

    .pricing-left {
        display: inline-block;
        width: 68%;
    }

    .pricing-right {
        width: 30%;
        display: inline-block;
        text-align: center;
    }

    .pricing-left-bottom {
        width: 100%;
        display: inline-block;
        margin-top: 10px;
        color: #6a7684;
    }

    .pricing-right-box {
        width: 302px;
        height: auto;
        float: right;
        text-align: left;
    }

    .pricing-box {
        width: 25%;
        box-shadow: 5px 5px 5px #c9c9c9;
        display: inline-block;
        background-color: #fff;
        margin: 15px;
    }

        .pricing-box .pricing-box-title {
            padding: 3px 0;
            color: #fff;
        }

        .pricing-box .pricing-box-price {
            padding: 10px 0;
            color: #d0665c;
        }

    .pricing-box-content {
        padding: 10px;
    }

    .pricing-box .pricing-box-content a {
        padding: 10px;
        margin: 10px auto;
        display: block;
        width: 70%;
        color: #fff;
        font-size: 14px;
    }

    .pricing-box.box1 .pricing-box-title {
        background-color: #b68ac6;
    }

    .pricing-box.box1 .pricing-box-price {
        background-color: #dac4e2;
    }

    .pricing-box.box1 .pricing-box-content a {
        background-color: #b68ac6;
    }

    .pricing-box.box2 .pricing-box-title {
        background-color: #68b0de;
    }

    .pricing-box.box2 .pricing-box-price {
        background-color: #b3d7ee;
    }

    .pricing-box.box2 .pricing-box-content a {
        background-color: #68b0de;
    }

    .pricing-box.box3 .pricing-box-title {
        background-color: #5bbe90;
    }

    .pricing-box.box3 .pricing-box-price {
        background-color: #addec7;
    }

    .pricing-box.box3 .pricing-box-content a {
        background-color: #5bbe90;
    }

    .result-round-bottom {
        width: 960px;
        height: 15px;
        float: left;
        text-align: left;
    }

    .tab_content {
        width: 960px;
        height: auto;
        float: left;
        text-align: left;
    }

    .tab_container {
        border-top: none;
        clear: both;
        float: left;
        width: 960px;
    }

    .faq-box {
        width: 920px;
        height: auto;
        float: left;
        text-align: left;
        padding: 12px 20px 0px 20px;
    }

    #faq {
        width: 920px;
        height: auto;
        float: left;
        text-align: left;
    }

        #faq ul {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
        }

            #faq ul li {
                width: 920px;
                height: auto;
                float: left;
                text-align: left;
                display: block;
                padding-bottom: 6px;
                padding-top: 4px;
            }

        #faq h3 {
            font-size: 14px;
            font-style: normal;
            line-height: 20px;
            font-weight: bold;
            font-variant: normal;
            text-transform: none;
            color: #003164;
            text-decoration: none;
            padding: 3px 0px;
            cursor: pointer;
        }
    /* -------------------------------------------- */
    /* ------------------Footer-------------------- */
    footer {
        background: url(images/AWS_LpV2/top-bar-bg.jpg) left top repeat-x #003163;
        padding: 46px 0px 30px 0px;
    }

    #footer {
        background: url(images/AWS_LpV2/top-bar-bg.jpg) left top repeat-x #3a4f66;
        width: 100%;
        float: left;
        text-align: center;
        padding: 46px 0px 30px 0px;
    }

    .wrap-footer {
        margin: 0px auto;
        text-align: center;
        max-width: 960px;
    }

    .footer-top {
        padding-bottom: 12px;
        font-size: 12px;
        color: #FFF;
    }

        .footer-top a {
            color: #FFF;
        }

            .footer-top a:hover {
                color: #6e9ccc;
            }

    .footer-bottom {
        float: left;
        text-align: center;
        padding-top: 15px;
        font-size: 11px;
        color: #FFFFFF;
    }

        .footer-bottom a {
            color: #ffffff;
        }

            .footer-bottom a:hover {
                color: #6e9ccc;
            }
    /* CSS Text Document */
    body {
        color: #333333;
        /*background-color: #f4f6f6;*/
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        font-weight: normal;
    }

    h1, h2, h3, h4 {
        margin: 0px;
        padding: 0px;
    }

        h1.styleFontface {
            font-size: 45px;
            line-height: 48px;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            color: #FFF;
            text-decoration: none;
            padding-bottom: 12px;
        }

        h2.styleFontface {
            font-size: 26px;
            line-height: 36px;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            color: #003163;
            text-decoration: none;
        }

        h3.styleFontface {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 23px;
            line-height: 30px;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            color: #FFF;
            text-decoration: none;
            text-shadow: 1px 1px #e15d00;
            text-transform: uppercase;
        }

    .input2 {
        color: #FFF;
    }

    .error_msg_frm {
        position: absolute;
        top: 17px;
        left: 260px;
        width: 200px;
    }

    .error_fld {
        border: 1px solid red !important;
    }

    /* Accordion */

    .container {
        max-width: 970px;
    }

    div[class*='col-'] {
        padding: 0 30px;
    }

    .wrap {
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
        border-radius: 4px;
    }

    a:focus,
    a:hover,
    a:active {
        outline: 0;
        text-decoration: none;
    }

    .panel {
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #fff;
        background: none;
        box-shadow: none;
    }

        .panel:last-child {
            border-bottom: none;
        }

    .panel-group > .panel:first-child .panel-heading {
        border-radius: 4px 4px 0 0;
    }

    .panel-group .panel {
        border-radius: 0;
    }

        .panel-group .panel + .panel {
            margin-top: 0;
        }

    .panel-heading {
        background-color: #009688;
        border-radius: 0;
        border: none;
        color: #fff;
        padding: 0;
    }

    .panel-title a {
        display: block;
        color: #fff;
        padding: 15px;
        position: relative;
        font-size: 16px;
        font-weight: 400;
    }

    .panel-body {
        background: #fff;
    }

    .panel:last-child .panel-body {
        border-radius: 0 0 4px 4px;
    }

    .panel:last-child .panel-heading {
        border-radius: 0 0 4px 4px;
        transition: border-radius 0.3s linear 0.2s;
    }

        .panel:last-child .panel-heading.active {
            border-radius: 0;
            transition: border-radius linear 0s;
        }
    /* #bs-collapse icon scale option */

    .panel-heading a:before {
        content: '\e146';
        position: absolute;
        font-family: 'Material Icons';
        right: 5px;
        top: 10px;
        font-size: 24px;
        transition: all 0.5s;
        transform: scale(1);
    }

    .panel-heading.active a:before {
        content: ' ';
        transition: all 0.5s;
        transform: scale(0);
    }

    #bs-collapse .panel-heading a:after {
        content: ' ';
        font-size: 24px;
        position: absolute;
        font-family: 'Material Icons';
        right: 5px;
        top: 10px;
        transform: scale(0);
        transition: all 0.5s;
    }

    #bs-collapse .panel-heading.active a:after {
        content: '\e909';
        transform: scale(1);
        transition: all 0.5s;
    }
    /* #accordion rotate icon option */

    #accordion .panel-heading a:before {
        content: '\e316';
        font-size: 24px;
        position: absolute;
        font-family: 'Material Icons';
        right: 5px;
        top: 10px;
        transform: rotate(180deg);
        transition: all 0.5s;
    }

    #accordion .panel-heading.active a:before {
        transform: rotate(0deg);
        transition: all 0.5s;
    }

    .panel-group .panel + .panel {
        margin-top: 0;
    }
    /* END Accordion */

    .payment-main {
        background: linear-gradient(#3a4f66, #5e7081);
    }

    .order-main-box {
        width: 100%;
        float: left;
        background-color: #68b0de;
    }

    .order-left {
        width: 40%;
        float: left;
        color: #fff;
    }

    .order-main-box .order-left .title {
        background-color: #517fa2;
        padding: 20px 40px;
        font-size: 26px;
        font-weight: bold;
        height: 120px;
    }

    .order-main-box .order-right .title {
        text-align: center;
        background-color: #8c959f;
        height: 120px;
        padding: 3px;
        color: #ececec;
    }

    .order-main-box .order-right .form {
        padding: 10px 20px;
    }

    .order-main-box .order-left .subnav2 {
        background-color: #68b0de;
        padding: 20px;
        border: none;
    }

        .order-main-box .order-left .subnav2 ul li {
            background: url(images/EHimages/star.jpg) left 9px no-repeat;
            padding: 10px 0px 6px 50px;
            font-size: 20px;
            font-weight: bold;
            height: 80px;
            line-height: 25px;
        }

    .order-right {
        width: 60%;
        background-color: #dddddd;
        display: inline-block;
    }

    #tnccheckver1 input {
        opacity: 1;
        pointer-events: unset;
    }

    #tnccheckver1 label {
        position: relative;
        left: 20px;
        top: -3px;
    }

    .balloonstyle {
        position: absolute;
        top: -500px;
        left: 0;
        padding: 5px;
        visibility: hidden;
        border: 1px solid black;
        font: normal 12px Verdana;
        line-height: 18px;
        z-index: 100;
        background-color: white;
        width: 200px;
        /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
        filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
    }

    #arrowhead {
        z-index: 99;
        position: absolute;
        top: -500px;
        left: 0;
        visibility: hidden;
    }

    .targeting-btns {
        width: 10%;
        padding: 5px;
        text-align: center;
    }

        .targeting-btns .btn {
            margin-bottom: 10px;
        }

    .congratsheader {
        height: 84px;
        display: table;
        border: 1px solid black;
        width: 890px;
        margin: 20px 0 30px 0;
    }

        .congratsheader p {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 22px;
            font-weight: bold;
        }