@font-face {
    font-family: 'OpenSans-Bold';
    src: url(../fonts/OpenSans-Bold.ttf);
}


@font-face {
    font-family: 'OpenSans-Regular';
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url(../fonts/OpenSans-ExtraBold.ttf);
}


.banner {
    background: rgba(248, 157, 29, 1);
    background: -moz-linear-gradient(top, rgba(248, 157, 29, 1) 0%, rgba(244, 192, 37, 1) 48%, rgba(242, 219, 47, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 157, 29, 1)), color-stop(48%, rgba(244, 192, 37, 1)), color-stop(100%, rgba(242, 219, 47, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 157, 29, 1) 0%, rgba(244, 192, 37, 1) 48%, rgba(242, 219, 47, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 157, 29, 1) 0%, rgba(244, 192, 37, 1) 48%, rgba(242, 219, 47, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 157, 29, 1) 0%, rgba(244, 192, 37, 1) 48%, rgba(242, 219, 47, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 157, 29, 1) 0%, rgba(244, 192, 37, 1) 48%, rgba(242, 219, 47, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89d1d', endColorstr='#f2db2f', GradientType=0);
    height: 646px;
    position: relative;
}

/*
.condition {
    width: 1px;
    word-wrap: break-word;
}
*/

.banner-form {
    position: absolute;
    left: 52px;
    top: 230px;
}

.condition p {
    writing-mode: tb-rl;
    transform: rotate(180deg);
    color: #010101;
    font-size: 10px;
    font-family: OpenSans-Bold;
}

.condition {
    float: right;
    display: flex;
    justify-content: center;
    height: 365px;
}

.banner-img {
    position: absolute;
    left: 24%;
    width: 84%;
}

.banner-form h1 {
    color: #283894;
    font-family: OpenSans-ExtraBold;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.banner-form h5 {
    color: #000000;
    font-size: 14px;
    font-family: OpenSans-Bold;
    margin-bottom: 16px;
}

.banner-form .form-control {
    background: #010101;
    border: none;
    border-radius: 0;
    margin: 5px 5px 5px 0;
    color: #fff;
}

.banner-form button {
    margin-top: 10px;
    border-radius: 0;
    padding: 7px 50px;
    color: #010101;
    font-size: 14px;
    border: none;
    font-family: OpenSans-Bold;
}

.sept-offer h3 {
    color: #000000;
    font-family: OpenSans-Bold;
    font-size: 22px;
}

.offer-text h3 {
    margin: 70px 0 26px 0;
    line-height: 30px;

}

.offer-text p {
    color: #000000;
    font-family: OpenSans-Regular;
    font-size: 16px;
}

.offer-text p + p {
    color: #4c4b4c;
    margin: 26px 0;
    font-size: 15px;
}

.offer-bg {
    padding-top: 30px;
}

.offer-text button {
    color: #010101;
    background: none;
    padding: 5px 14px;
    border: 1px solid;
    font-family: OpenSans-Bold;
}

.offer-tab {
    padding: 25px 0;
}

.offer-tab h3 {
    text-align: center;
    margin: 25px 0 40px;
}

.offer-tab .nav-tabs > li {
    width: 25%;
    text-align: center;
}

.offer-tab .nav-tabs > li.active a {
    background: #f1e633;
    color: #000000;
}

.offer-tab .nav-tabs > li a {
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-family: OpenSans-Semibold;
    background: #010101;
    color: #fff;
    margin-right: 1px;
    box-shadow: none;
}

.offer-tab .nav-tabs > li.active > a,
.offer-tab .nav-tabs > li.active > a:focus,
.offer-tab .nav-tabs > li.active > a:hover {
    border: none;
    border-bottom: none;
    box-shadow: none;
}

.offer-tab ul.nav,
.offer-tab .tab-content {
    margin: 0 30px;
}

.offer-tab ul.nav {
    margin-bottom: 30px;
}

.offer-tab .tab-content h4 {
    color: #000000;
    font-family: OpenSans-Bold;
    font-size: 16px;
    margin-bottom: 25px;
}

.offer-tab .tab-content ul {
    padding-left: 18px;
}

.offer-tab .nav-tabs {
    border-bottom: none;
}

.offer-tab .tab-content ul li, .offer-tab .tab-content p {
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #4c4b4c;
}
.offer-tab .tab-content ul li{
    line-height: 2;
}
.offer-tab .tab-content ul li span {
    font-size: 12px;
}

.offer-table {
    margin-top: 33px;
    width: 74%;
    text-align: center;
    float: right;
    margin-right: 30px;
}

.offer-table th {
    background: #e1e1e1;
}

.offer-table > thead > tr > th {
    border: 1px solid #928f8f;
    border-top: 1px solid #928f8f !important;
    border-bottom: 0;
    padding: 12px 15px;
    font-size: 14px;
}

.offer-table > tbody > tr > td,
.offer-table > tbody > tr > th,
.offer-table > tfoot > tr > td,
.offer-table > tfoot > tr > th,
.offer-table > thead > tr > td {
    border: 1px solid #928f8f;
    padding: 12px 15px;
}

.logo {
margin: 10px
}

.phone-number {
float: right;
margin: 35px 0 0 0
}

.phone-number ul li {
list-style: none;
display: inline-block;
padding: 0 10px 0 0;
color: #202020;
font-family: 'Open Sans';
font-size: 14px;
}

.phone-number ul li i {
font-size: 18px;
color: #41eb5e
}

.phone-number ul li a {
color: #000000;
font-weight: bold
}

.phone-number ul {
padding-left: 15px;
}



@media (max-width: 767px) {
.phone-number {
margin: 25px 0 0 0
}
.phone-number ul li {
font-size: 12px
}


}


@media (max-width: 600px) {
.header .col-xs-4,
.header .col-xs-8 {
width: 100%
}
.phone-number {
float: left;
margin: 5px 0 0 0
}


}

@media (max-width: 480px) {


.phone-number ul li {
margin: 0 0 5px 0
}

}

@media only screen and (min-width: 1450px) and (max-width: 1600px) {
    .banner {
        height: 535px;
    }
    .banner-form {
        left: -51px;
          top: 155px;
    }
    .banner-img {
        left: 14%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
    .banner {
        height: 480px;
    }
    .banner-form {
        left: -22px;
        top: 104px;
    }
    .banner-img {
        left: 8%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .banner {
        height: 460px;
    }
    .banner-form {
        left: 70px;
        top: 30px;

    }
    .banner-img {
        left: 8%;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .banner {
        height: 420px;
    }
    .banner-form {
        left: 92px;
        top: 20px;

    }
    .banner-img {
        left: 13%;
        width: 100%;
    }
    .banner-form h1 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner {
        height: 375px;
    }
    .banner-form {
        left: 94px;
        top: 22px;

    }
    .banner-img {
        left: 13%;
        width: 100%;
        top: 35px;
    }
    .banner-form h1 {
        font-size: 20px;
    }
    .offer-tab .nav-tabs > li a {
        padding: 10px 20px;
    }
    .offer-tab .nav-tabs > li {
        width: auto;
    }
    .offer-text br {
        display: none;
    }
    .offer-text {
        text-align: justify;
    }
    .offer-table {
        float: none;
    }
    .offer-text h3 {
        margin: 40px 0 26px 0;
    }
    .sept-offer h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-form {
        position: static;
        text-align: center;
    }
    .banner-form br {
        display: none;
    }
    .banner-img {
        position: static;
        width: 100%;
    }
    .banner-form h1 {
        font-size: 24px;
    }
    .condition p {
        writing-mode: unset;
        transform: none;
    }
    .condition {
        float: right;
        height: auto;
        margin-top: 12px;
    }
    .offer-text {
        text-align: justify;
    }
    .offer-text h3 {
        margin-top: 10px;
    }
    .sept-offer br {
        display: none;
    }
    .offer-img {
        margin-top: 20px;
    }
    .sept-offer h3 {
        font-size: 20px;
    }
    .offer-tab .nav-tabs > li {
        float: none;
        width: auto;
    }
    .offer-table {
        width: auto;
        float: none;
        margin-right: 0;
    }
    .banner {
        height: auto;
    }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .banner-img {
        display: none;
    }
    .banner {
        height: 386px;
    }
    .offer-img img {
        margin: 0 auto;
    }
}
