header .submenu.enterprise-menu.list-0 .tab-content #digital-certificate ul.nav li a {
    margin-left: 0;
}

.banner-usa {
    background: url(../jpg/banner-2.jpg) no-repeat 0 0 / cover;
    min-height: 360px;
    padding: 135px 0 70px;
    text-align: center;
}

.banner-usa h1 {
    font: 700 60px 'Exo';
    color: #ffffff;
}

.banner-usa h1 span {
    font-size: 48px;
    display: block;
}

.left-side {
    background: url(../jpg/spin.jpg) repeat;
    position: relative;
    /*overflow: hidden;*/
}

.left-side img {
    position: absolute;
    bottom: 0;
}

.left-side h3,
.right-side h3 {
    background-color: #221c35;
    font: 700 30px 'Exo';
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-right: -15px;
    padding: 20px 35px;
}

.left-side h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.left-side h3::after {
    content: '';
    border-top: 10px solid transparent;
	border-left: 13px solid #221c35;
	border-bottom: 10px solid transparent;
    position: absolute;
    top: 30px;
    right: -13px;
}

.left-side ul {
    padding: 20px 35px;    
}

.left-side ul li {
    margin-bottom: 35px;
}

.left-side ul li span {
    font: 600 18px 'Exo';
    color: #cf032c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.left-side ul li p {
    font: 400 18px 'Poppins';
    color: #dedede;
}

.right-side h3 {
    background-color: #e4002b;
    font-weight: 400;
    margin: 0 0 0 -15px;
    padding: 20px 35px 20px 45px;
    text-transform: none;
}

.right-side .minutes {
    margin-top: 70px;
}

.right-side .minutes p {
    color: #b61325;
    font-size: 18px;
    font-weight: 300;
    position: relative;
}

.right-side .minutes img.tooltip-img:hover + span {
    display: inline-block;
}

.right-side label#countdown-label {
    width: 40px;
}

.right-side .minutes p,
.right-side label#countdown-label {
    font: italic 600 18px 'Exo' !important;
    color: rgba(182,19,37,0.87);
}

.right-side .minutes span {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #b7b7b7;
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.87);
    display: none;
    font: italic 300 14px "Poppins";
    padding: 6px 15px;
    position: absolute;
    right: 0;
    top: -50px;
}

.right-side .minutes span::after {
    background: rgba(0, 0, 0, 0) url("../arrow-2.html") no-repeat scroll 0 0;
    bottom: -12px;
    content: "";
    height: 13px;
    position: absolute;
    right: 10px;
    width: 9px;
}

.form-section {
    max-width: 550px;
    margin: 0 auto 30px;
    padding: 0 15px;
}

.form-section .row {
    margin: 0 -7.5px;
}

.form-section .col {
    padding: 0 7.5px;
}

.form-section form .form-group {
    margin-bottom: 15px;
}

.form-section form .form-control {
    height: 45px !important;
    border-radius: 2px;
}

.form-section form select.form-control {
    font-size: 12px;
}

.form-section p {
    font: 500 14px 'Poppins';
    color: rgba(0,0,0,0.5);
    letter-spacing: 0.5px;
}

.form-section p.btn-para {
    font: 500 9.5px 'Poppins';
    margin: 15px 0 25px;
}

.form-section p.btn-para a {
    color: #02a0c6;
}

.form-section form label {
    font-family: 'Poppins';
    color: rgba(0,0,0,0.8);
    margin-bottom: 2px;
}

.form-section .select-arrow {
    position: relative;
}

.form-section .select-arrow::after {
    content: '\f107';
    font: 35px 'fontawesome';
    position: absolute;
    top: 2px;
    right: 15px;
    pointer-events: none;
    color: #8b8b8b;
}

.form-section form .btn {
    width: 100%;
    display: block;
    box-shadow: none;
}

.form-section form .form-check {
    padding: 0;
}

.form-section form .checkbox-field {
    margin-bottom: 25px;
}

.form-section form .form-check input {
    display: none;
}

.form-section form .form-check label {
    position: relative;
    padding: 5px 0 5px 28px;
    color: rgba(34, 28, 53, 0.8);
    font: 13px "Poppins";
}

.form-section form .form-check label::after {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    font: 13px 'fontawesome';
    color: #ffffff;
}

.form-section form .form-check input:checked + label::after {
    content: '\f00c';
    background-color: #ff0000;
    border-color: #d7d7d7;
    padding-left: 1px;
}

.footer-top {
    background-color: #0f0c1d;
}

.datepicker td, .datepicker th {
    font: 14px 'poppins';
}

.datepicker th {
    font-weight: 600;
}

label.error {
    color: #e4002b !important;
    position: initial;
}

.google_captcha {
    z-index: 2147483647;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .right-side h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .banner-usa h1 {
        font-size: 30px;
    }
    .banner-usa h1 span {
        font-size: 20px;
    }
    .banner-usa {
        min-height: auto;
        padding: 120px 0 34px;
    }
    .right-side h3 {
        font-size: 17px;
    }
    .form-section form .col {
        flex-basis: auto;
        padding: 0;
    }
    #captcha {
        transform: scale(0.9);
        margin-left: -15px;
    }
}

.btn-red {
	font-size:16px;
}

.pre-register .left-side ul
{
    position:relative;
    z-index:99;
}
.pre-register .title-text
{
    font-size:40px;
}
.pre-register .form-section p.btn-para
{
    color:#000000;
}
.pre-register .form-section, .pre-register .form-section form
{
    max-width:650px;
}
.pre-register .form-section p
{
    padding-left:15px;
}

.rsm .right-side h3
{
    font-size:18px;
    font-weight:bold;
    padding-left:5%;
}
.rsm .left-side h3
{
    font-weight:800;
}
.rsm .banner-usa h1
{
    padding-top:50px;
}
.rsm .banner-usa h1 span
{
    font-size:60px;
}
.rsm .banner-usa h1 span.title-text
{
   font-size:30px; 
   padding-top:25px;
}
.rsm .left-side img
{
    position:relative;
}
.rsm .banner-usa
{
    background:url(../jpg/dinner-banner.jpg) no-repeat 0 0 / cover;
}
.rsm .left-side ul li p span
{
    font-weight:600;
    color:#dedede;
    text-transform:none;
}