/* Base CSS */

* {
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
}
body {
    font-family: 'ProximaNovaA-Regular', sans-serif;
    font-size: 24px;
    line-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    font-weight: normal;
}
p {
    margin-bottom: 10px;
}
a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}
a,
a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0 solid;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.fix {
    overflow: hidden
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
.container {
    display: block;
    margin: 0 auto;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* Nasdaq Smart Portfolio Pro Page */

.nasdaq-pro {
    color: #343432;
    text-align: center;
}
.top-banner-area {
    background: rgba(0, 0, 0, 0) url("../images/top-banner.jpg") no-repeat scroll center top;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 25px;
}
.top-banner-content {
    color: #fff;
}
.top-banner-content h1 {
    color: #ff8f09;
    font-family: "ProximaNovaA-Semibold";
}
.top-banner-content h3 {
    font-family: "ProximaNovaA-Semibold";
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 8px;
}
.top-banner-content p {
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto 55px;
    width: 770px;
}
.subscribe-btn {
    width: 255px;
    height: 61px;
    background: rgb(40, 161, 193);
    background: -moz-linear-gradient(-45deg, rgb(40, 161, 193) 0%, rgb(37, 154, 184) 50%, rgb(34, 144, 173) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(40, 161, 193) 0%, rgb(37, 154, 184) 50%, rgb(34, 144, 173) 100%);
    background: linear-gradient(135deg, rgb(40, 161, 193) 0%, rgb(37, 154, 184) 50%, rgb(34, 144, 173) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#28a1c1', endColorstr='#2290ad', GradientType=1);
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: arial;
    font-size: 23px;
    font-weight: bold;
    padding: 16px 35px 15px;
    opacity: .9;
    margin-bottom: 7px;
}
.subscribe-btn + p {
    margin-bottom: 3px!important;
}
.subscribe-btn ~ p:last-child {
    line-height: 1!important;
}
.subscribe-btn:hover {
    opacity: 1;
}
.top-banner-content p span {
    font-size: 18px;
    color: #fdfdfd;
}
.top-banner-content a {
    display: inline-block;
    padding: 5px 10px;
}
.jump-bottom-icon {}
.go-premium-area {
    background: #e8e8e8;
    padding: 60px 0 40px;
    overflow: hidden;
}
.go-premium-content {}
.go-premium-inner {
    width: 980px;
    margin: 0 auto;
}
.go-premium-content h1 {
    font-family: 'ProximaNovaA-Semibold';
}
.go-premium-content p {
    width: 1000px;
    text-align: left;
    font-family: "ProximaNovaA-Semibold";
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
}
.go-premium-content ul {
    list-style: none;
    margin: 20px 0 45px;
    text-align: left;
}
.go-premium-content li {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 25px;
    padding-left: 54px;
    position: relative;
    color: #4e4e4e;
}
.go-premium-content li:before {
    display: block;
    content: "";
    background: url(../images/right-icon.png) no-repeat 0 0;
    width: 32px;
    height: 24px;
    position: absolute;
    top: 7px;
    left: 2px;
}
.go-premium-img {
    margin: 30px auto 10px;
}
.go-premium-content h5 {
    font-family: 'ProximaNovaA-Semibold';
    font-size: 32px;
    line-height: 36px;
}
.feature-premium-area {
    background: #fdfdfd;
}
.feature-premium-content {}
.feature-premium-content h1 {
    font-family: 'ProximaNovaA-Semibold';
    font-size: 56px;
    line-height: 58px;
    margin-bottom: 30px;
    color: #3287c2;
}
.features-set {
    margin: 0 auto;
}
.feature-single {
    position: relative;
}
.feature-img {
    max-width: 100%;
}
.feature-details {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.feature-text {
    display: table-cell;
    vertical-align: middle;
}
.feature-text-1,
.feature-text-4 {
    background: rgba(60, 161, 231, 0.95);
}
.feature-text-2,
.feature-text-3 {
    background: rgba(51, 136, 196, 0.95);
}
.feature-text h4 {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    margin: 0;
}
.feature-single:hover {
    cursor: pointer;
}
.feature-single:hover .feature-text {
    display: none;
}
.subscribe-premium-area {
    color: #fdfdfd;
    background: #353535 none repeat scroll 0 0;
    padding: 60px 0 10px;
}
.subscribe-premium-content {
    width: 1004px;
    margin: 0 auto;
}
.subscribe-premium-content h1 {
    font-family: "ProximaNovaA-Semibold";
    font-size: 56px;
    line-height: 58px;
    margin-bottom: 65px;
}
.subscription-plans {
    width: 100%;
    margin-bottom: 10px;
}
.subscription-single {
    width: 293px;
    height: 305px;
    background: #fff;
    color: #262626;
    float: left;
    box-sizing: border-box;
}
.subscription-basic {
    border-radius: 6px 0 0 6px;
    padding-top: 43px;
}
.subscription-popular {
    width: 415px;
    height: 376px;
    border: none;
    margin-top: -27px;
    border-radius: 6px;
    box-shadow: 0px 0px 15px #444;
    position: relative;
    z-index: 999;
}
.subscription-best {
    border-radius: 0 6px 6px 0;
}
.subscription-title {
    font-family: 'ProximaNovaA-Semibold';
    font-size: 30px;
    line-height: 32px;
    color: #454646;
    margin-bottom: 10px;
}
.subscription-text {
    font-size: 20px;
    line-height: 24px;
}
.subscription-price {
    font-family: 'ProximaNovaA-Light';
    font-size: 16px;
    line-height: 18px;
    color: #353535;
    margin-bottom: 4px;
}
.subscription-price span {
    font-family: 'ProximaNovaA-Semibold';
    font-size: 20px;
    line-height: 22px;
}
.subscription-offer-img {
    margin-bottom: 12px;
}
.subscription-button {
    width: 156px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    opacity: 1;
    padding-top: 5px;
    box-sizing: border-box;
    border-radius: 4px;
}
.subscription-button:hover {
    opacity: .9;
}
.button-blue {
    background: #33a2f7;
}
.button-green {
    background: #1fbe74;
}
.subscription-basic .subscription-text {
    margin-bottom: 57px;
}
.subscription-popular .subscription-price span {
    font-size: 22px;
    line-height: 24px;
}
.subscription-popular .subscription-single-top {
    height: 34px;
    background: #1fbe74;
    font-family: 'ProximaNovaA-Regular';
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 3px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.subscription-popular .subscription-text {
    margin-bottom: 30px;
}
.subscription-best .subscription-single-top {
    height: 24px;
    background: #33a2f7;
    font-family: 'ProximaNovaA-Regular';
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 3px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.subscription-best .subscription-text {
    margin-bottom: 20px;
}
.money-back-text {
    font-family: 'ProximaNovaA-Regular';
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 22px;
}
.subscribe-premium-content h3 {
    font-family: 'ProximaNovaA-Regular';
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 48px;
}
.agreement-text.agreement-text.agreement-text.agreement-text {
    font-family: 'ProximaNovaA-Light';
    font-size: 16px;
    line-height: 18px;
    color: #d4d4d4;
}
.link-terms {
    color: #007DD4;
    padding: 5px 0!important;
}
.award-area {
    background: #000;
    padding: 45px 0 50px;
    overflow: hidden;
    color: #fff;
}
.award-title-h1 {
    font-family: 'ProximaNovaA-Light';
    font-size: 60px;
    line-height: 62px;
    font-weight: normal;
    margin-bottom: 55px;
}
.award-details {
    margin: 0 auto;
    width: 1060px;
}
.award-single {
    border-right: 1px solid #9e9e9e;
    box-sizing: border-box;
    height: 124px;
    padding: 8px 28px;
}
.award-single:last-child {
    border: none;
}
.award-one {
    width: 328px;
    padding-left: 0;
}
.award-two {
    width: 392px;
    padding-left: 30px;
}
.award-three {
    width: 336px;
    padding-right: 0;
}
.award-text {
    text-align: left;
}
.award-text-1 {
    width: 138px;
}
.award-text-2 {
    width: 152px;
}
.award-text-3 {}
.award-single-title {
    color: #f5f5f5;
    font-family: "ProximaNovaA-Semibold";
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0;
}
.award-single-title-span {
    display: block;
    font-family: 'ProximaNovaA-Regular';
    font-size: 17px;
    color: #fff;
}
.award-single-text {
    color: #949494;
    font-size: 15px;
    line-height: 18px;
}
.award-one .award-image {
    margin-left: 0;
    margin-top: 41px;
}
.award-two .award-image {
    margin-left: 15px;
    margin-top: 30px;
}
.award-three .award-image {
    margin-left: 10px;
    margin-top: -7px;
}

/*Fonts*/

@font-face {
    font-family: 'ProximaNovaA-Regular';
    src: url('../fonts/ProximaNovaA-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaA-Regular.otf') format('opentype'), url('../fonts/ProximaNovaA-Regular.woff') format('woff'), url('../fonts/ProximaNovaA-Regular.ttf') format('truetype'), url('../fonts/ProximaNovaA-Regular.svg#ProximaNovaA-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaA-Light';
    src: url('../fonts/ProximaNovaA-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaA-Light.otf') format('opentype'), url('../fonts/ProximaNovaA-Light.woff') format('woff'), url('../fonts/ProximaNovaA-Light.ttf') format('truetype'), url('../fonts/ProximaNovaA-Light.svg#ProximaNovaA-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaA-Semibold';
    src: url('../fonts/ProximaNovaA-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaA-Semibold.otf') format('opentype'), url('../fonts/ProximaNovaA-Semibold.woff') format('woff'), url('../fonts/ProximaNovaA-Semibold.ttf') format('truetype'), url('../fonts/ProximaNovaA-Semibold.svg#ProximaNovaA-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaA-Bold';
    src: url('../fonts/ProximaNovaA-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaA-Bold.otf') format('opentype'), url('../fonts/ProximaNovaA-Bold.woff') format('woff'), url('../fonts/ProximaNovaA-Bold.ttf') format('truetype'), url('../fonts/ProximaNovaA-Bold.svg#ProximaNovaA-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}