:focus {
    outline: none !important;
}

:disabled {
    cursor: not-allowed;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 100%;
    line-height: 1.5;
}

body {
    background-color: #f0f0f0;
    font-family: 'Poppins';
    font-size: .8em;
    line-height: 1.5;
    overflow-x: hidden;
}

body.with-background {
    background: url('../img/bgg.png') no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body.light {
    background-color: #fff;
}

body.with-gradient {
    background: #f0f0f0 url('../img/pexels-photo-210590.jpeg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

a {
    text-decoration: none;
}

a.linked {
    color: #643e09;
}

label {
    color: #707070;
}

.disable {
     pointer-events: none;
     cursor: default;
}

.input {
    border: 0;
    border-bottom: 3px solid #9f9f9f;
    font-family: inherit;
    padding: 1em 0;
    transition: ease-in-out .3s;
    width: 100%;
}

.input:focus,
.input.active {
    border-color: #e4462d;
}

.btn {
    border: 0;
    border-radius: 3em;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.13);
    cursor: pointer;
    display: block;
    font-family: inherit;
    padding: 1em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.btn.full-width {
    width: 100%;
}

.btn.orng {
    background-color: #e4462d;
    color: #fff;
    font-weight: bold;
}

.btn.refresh {
    background-color: #e4462d;
    color: #fff;
    font-size: .7em;
    margin: .5em;
    padding: .7em;
}

.btn.inline {
    display: inline-block;
}

.header {
    padding: 1em 2em;
    position: fixed;
    top: 0%;
    right: 0%;
    left: 0%;
    transition: all ease-in-out .2s;
}

.header.bordered {
    padding: 2em;
    border-bottom: 1px solid rgba(225, 225, 225, 0.4);
}

.header.scrolled {
    background-color: #000 !important;
    border: 0;
    padding: 1em 2em;
}

.header a {
    color: #fff;
}

.header nav a {
    border-bottom: 1px dotted transparent;
    display: inline-block;
    margin: .5em;
    padding: .5em 1em;
    text-transform: uppercase;
    transition: ease-in-out .2s;
}

.header nav a:not(.active-btn):hover {
    border-color: #f0f0f0
}

.header.active {
    background-color: #333;
}

.nav-block {
    float: right;
}

.header .active-btn {
    background-color: #e4462d;
    font-weight: bold;
    border-radius: 7em;
}

.header-space {
    padding: 5em;
}

.h1 {
    color: #000;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    padding: 1em;
}

.hnote {
    font-size: 1.3em;
    max-width: 900px;
    margin: auto;
    padding: 0 1em 1em 1em;
    text-align: center;
}

.lnote {
    font-size: 1.3em;
    max-width: 1024px;
    margin: auto;
    padding: 0 1em 1em 1em;
    text-align: center;
}



.package-con {
    padding: 2em 0;
    margin: 0 3em;
}

.package-con.darkbg {
    background-color: #222;
    padding: 2em 3em;
    margin: 0;
}

.package-con.darkbg2 {
    background: #222 url('../img/bgg.png') no-repeat;
    background-size: cover;
    color: #fff;
}

.package-con.darkbg .h1 {
    color: #fff;
}

.package {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.13);
    margin: 2em;
}

.package .name {
    background: #e4462d;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin: 1em;
    padding: .5em 1em;
}

.package .amount {
    color: #e4462d;
    font-size: 2.5em;
    font-weight: bold;
    margin: 1em;
    text-align: center;
}

.package .feat {
    border-bottom: 1px solid #efefef;
    color: #333;
    font-weight: bold;
    font-size: 1.1em;
    padding: 1em;
    margin: .2em 1em;
    text-align: center;
}

.package .xbtn {
    background-color: #e4462d;
    border-radius: 5em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 1em;
    padding: 1em 3em;
    text-transform: uppercase;
}

.widbox {
    background-color: #fff;
    margin: 1em;
}

.widbox .title {
    background-color: #e4462d;
    color: #fff;
    font-size: 1.3em;
    padding: .7em 1em;
}

.widbox .tbl table {
    border-collapse: collapse;
    color: #000;
    width: 100%;
}

.widbox .tbl .main {
    width: 60%;
}

.widbox td {
    border-bottom: 1px solid #f0f0f0;
    padding: 1em;
}

.widbox thead {
    border-bottom: 1px solid #f0f0f0;
    color: #000;
    font-weight: bold;
}

.widbox tbody {
    font-size: 1.1em;
}

.cform {
    background-color: #fff;
    border-radius: .5em;
    margin: 1em 3em;
    padding: 2em 1em;
}

.body-block {
    padding: 1em;
}

.body-block .table thead {
    border-bottom: 2px solid #909090 !important;
}

.rbox {
    background-color: #fff;
    border-radius: .2em;
    color: #000;
    padding: 1em;
    max-width: 420px;
    margin: auto;
    margin-bottom: 3em;
}

.rbox .title {
    text-transform: uppercase;
    font-size: 2em;
    text-align: center;
    padding: .5em;
    border-bottom: 1px solid #fafafa;
}

.rbox .form {
    padding: 2em 0 0 0;
}

.rbox .field {
    padding: 1.3em 1em;
}

.rbox .field label {
    font-weight: bold;
    font-size: 1.1em;
}

.imain {
    background: #fff url('../img/business-trade.jpg') no-repeat;
    background-size: cover;
    text-align: center;
    text-transform: uppercase;
}

.imain-con {
    /*max-width: 750px;*/
    margin: auto;
    padding: 0 0 0 1em;
}

.imain-overlay-con {
    background-color: rgba(0,0,0,0.5);
    padding: 10em 1em 3em 1em;
}

.imain h1 {
    color: #e4462d;
    font-size: 4em;
    font-weight: bold;
    margin: 2.3em 1em .3em 1em;
    padding: 0;
}

.isep {
    border-bottom: 1px solid #d0d0d0;
    color: #d0d0d0;
    font-weight: bold;
    font-size: 1.45em;
    padding: .5em 0;
    margin: 0 3em .5em 3em;
}

.isep2 {
    color: #e4462d;
    font-weight: bold;
    font-size: 1.45em;
    padding: .5em 0;
    margin: 0 3em .5em 3em;
}

.ibtn {
    border: 2px solid #fff;
    border-radius: 7em;
    color: #fff;
    display: inline-block;
    font-weight: bold !important;
    padding: .9em 3em;
    margin: 5em 0;
}

.alert {
    padding: 1em;
    margin: 1em;
    text-align: center;
}

footer {
    background-color: #333;
    border-top: 1px solid #d0d0d0;
    color: #909090;
    padding: 2em;
    text-align: center;
}

footer .title {
    border-bottom: 1px solid #777;
    font-weight: bold;
    font-size: 1.4em;
    padding: 1em 0;
    margin: 0 0 1em 0;
}

.main-top {
    margin: .5em 0;
}

.main-top .ac-info {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    margin: 1em;
}

.sidebar-logo {
    border-bottom: 1px solid #f0f0f0;
    font-size: 1.75em;
    font-weight: bold;
    margin: 1em;
    padding: .5em;
    text-align: center;
}

.sidebar {
    background-color: #fff;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.4);
    position: fixed;
    left: 0%;
    top: 0%;
    bottom: 0%;
    width: 250px;
    overflow-y: scroll;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar li {
    display: block;
    padding: .2em 1em;
    position: relative;
}

.sidebar a {
    border-radius: .2em;
    color: #5f5f5f;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 1.5em 1.5em;
    margin: .4 2em;
    transition: ease-in-out .2s;
}


.sidebar .fa {
    font-size: 1.3em;
    margin: 0 .5em 0 0;
}

.sidebar li:not(.active) a:hover {
    background-color: #f0f0f0;
}

.sidebar li.active a {
    background-color: #e4462d;
    box-shadow: 5px 4px 20px rgba(0,0,0,0.25);
    color: #fff;
}

.main-body-content {
    margin-left: 250px;
}

.tab-menu {
    background-color: #fff;
    border-radius: .1em;
    box-shadow: 1px 3px 2px rgba(0,0,0,0.1);
    margin: 5em 2em 1em 2em;
    padding: 1em;
}

.tab-count {
    border-bottom: 1px solid #f5f5f5;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 0 .3em 0;
    text-align: right;
    color: #707070;
}

.tab-title {
    color: #707070;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 0 1em 0;
}

.tab-icon {
    background-color: #e4462d;
    border-radius: .1em;
    box-shadow: 3px 5px 10px rgba(0,0,0,0.1);
    color: #fff;
    font-size: 2.3em;
    padding: .5em .8em;
    position: relative;
    margin: -40% 0 0 .4em;
}

.tab-info {
    font-size: .85em;
    font-weight: bold;
    padding: .5em 0 0 0;
}

.tab-info a,
.tab-info span {
    color: #707070;
    transition: ease-in-out .3s;
}

.tab-info a:hover,
.tab-info span:hover {
    color: #000;
}

.block-container {
    background-color: #fff;
    border-radius: .2em;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.25);
    margin: 4em 2em 1em 2em;
    padding: 4em 1em 1em 1em;
    position: relative;
}

.block-option {
    background-color: #e4462d;
    border-radius: .3em;
    box-shadow: 4px 3px 15px rgba(0,0,0,0.13);
    position: absolute;
    top:-30px;
    right: 20px;
    left: 20px;
}

.block-option a {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 1em;
    margin: 1em;
    transition: ease-in-out .3s;
}

.block-option a.active {
    background-color: #c52911;
    border-radius: .3em;
    box-shadow: 2px 1px 5px rgba(0,0,0,0.13);
    margin: 1em .5em 1em 2em;
}

.block-option a.active:focus {
    animation-name: focusanimation;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.block-container .mtitle {
    font-size: 2em;
    padding: 0 1em;
}

.block-box {
    padding: 2em;
    z-index: 1;
    overflow: hidden;
}

.block-box img {
    width: 100%;
    height: auto;
}

.table {
    padding: 1em;
}

.table table {
    width: 100%;
}

.table thead {
    background-color: #f0f0f0;
    border-width: 1px 0 2px 0;
    border-color: #d0d0d0;
    border-style: solid;
    color: #000;
}

.table td {
    font-weight: bold;
    padding: 1em;
}

.form-con {
    background-color: #fff;
    max-width: 500px;
    margin: 1em auto;
}

.faq-con {
    font-size: .8em;
    margin: 1em;
}

.faq-con .title {
    background-color: #e4462d;
    color: #fff;
    cursor: pointer;
    padding: .8em 1em;
}

.faq-con .content {
    background-color: #fff;
    font-size: 1.2em;
}

.dep-table {
    font-size: 1.2em;
    width: 100%;
}

.dep-table td {
    padding: .7em 0;
}

.dep-table td:not(.main) {
    text-align: right;
}

.dep-table span {
    background-color: #f0f0f0;
    border-radius: .2em;
    display: inline-block;
    padding: .4em 1em;
}

.modal {
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    padding: 1em;
    z-index: 1000;
}

.modal-container {
    background-color: #fff;
    border-radius: .3em;
    box-shadow: 5px 4px 10px rgba(0,0,0,0.25);
    padding: 0 .5em;
    max-width: 500px;
    margin: auto;
    margin-top: 5%;
}

.modal .title {
    font-size: 1.5em;
    padding: 1em;
}

.sep {
    border-top: 1px solid #f0f0f0;
    margin: 1em;
    text-align: center;
}

.sep span {
    background: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 0 1em;
    position: relative;
    top: -10px;
}

.sep-2 {
    border-width: 1px 0;
    border-color: #f0f0f0;
    border-style: solid;
}

.t-container {
    background-color: #f0f0f0;
    padding: 2em;
}

.alert.error {
    background-color: '';
}

.alert.success {
    background-color: '';
}

.bold {
    font-weight: bold;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right;
}

.centered {
    text-align: center;
}

.medium {
    font-size: 1.15em;
}

.small {
    font-size: .9em;
}

.padded {
    padding: 1em;
}

.underlined {
    text-decoration: underline;
}

.notice_board {
    background-color: #333;
    border-radius: .3em;
    color: #f0f0f0;
    margin: 1em;
}

.notice_board .title {
    font-size: 1em;
    font-weight: bold;
    padding: 1em 1em 0 1em;
}

.notice_board .content {
    font-size: 0.9em;
    font-weight: bold;
    padding: 1em 1em;
}

.pagination {
    padding: 1em;
    text-align: center;
}

.pagination a {
    border: 1px solid #333;
    display: inline-block;
    font-weight: bold;
    padding: .7em 1em;
    margin: 0 1em;
}

.guide-img {
    height: auto;
    max-width: 95%;
    margin: 1em auto;
}

/** Floats **/
.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clearfix {
    clear: both;
}

.testimonials {
    padding: 2em 1em;
    text-align: center;
}

.testimonials-title {
    font-size: 1.9em;
    font-weight: bold;
    padding: 1em 0 0 0;
    text-align: center;
}

.testimonials-subtitle {
    display: inline-block;
    padding: 0 0 .2em 0;
    margin: 0 0 1em 0;
    border-bottom: 1px dashed #333;
}

.testimonials-slide-con {
    display: inline-block;
    margin: auto;
}

.testimonials-message {
    font-size: 1.7em;
    padding: 1em 0 0 0;
}

@keyframes focusanimation {
    20% {
        background-color: #f7c47e;
    }
}

@media (max-width: 550px) {
    .sidebar {
        overflow-y: scroll;
        transform: translateX(-300px);
        z-index: 10000;
        width: 250px;
        transition: all ease-in-out .2s;
    }

    .main-body-content {
        margin-left: 0;
    }

    .main-body-content.opened {
        opacity: .2;
        cursor: pointer;
    }

    .tab-menu {
        margin: 3em 1em 2em 1em;
    }

    .block-container {
        margin: 2em 1em;
    }

    .table {
        overflow-x: scroll;
    }

    .mobile-head {
        background-color: #fff;
        padding: 1em;
    }

    .mobile-head .icon {
        color: #e4462d;
        font-size: 1.3em;
        padding: 0 .5em 0 0;
        margin: 0 .5em 0 0;
    }

    .mobile-head .logo {
        color: #e4462d;
        font-weight: bold;
        font-size: 1.3em;
    }

    .package-con,
    .package-con.darkbg {
        margin: 0;
        padding: 0;
    }

    .cform {
        margin: 1em;
    }

    .nav-block {
        float: none;
    }

    .nav-block a {
        display: block !important;
        margin: 1.3em 0;
    }

    .header .logo {
        font-weight: bold;
        font-size: 1.4em;
        vertical-align: top;
        padding: 0 0 0 1em;
    }

    .nope {
        display: none;
    }

    .isep,
    .isep2 {
        margin: .2em 1em !important;
    }

    .imain {
        padding: 1em 0 0 0;
    }
    
    .package {
        margin: 1.3em 1em;
    }

    .h1 {
        font-size: 2em;
    }

    .modal {
        overflow-y: scroll;
    }
}


@media (min-width: 551px) {
    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 550px) {
    .no-mobile {
        display: none !important;
    }
}

@media (min-width: 680px) {
    .rbox.reg {
        min-width: 650px;
    }
}

.fixed-to-bottom {
    bottom: 0%;
    left: 0%;
    right: 0%;
    position: fixed;
}

.sm-img {
    height: 50px;
    width: 50px;
}

.smm-txt {
    color: #fff;
    font-weight: normal;
    font-size: 1.2em;
    padding: .2em 1em;
}

.smm-big {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    padding: 1em;
}

.xbtn2 {
    background-color: #e4462d;
    border-radius: .2em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 1em 1.8em;
    margin: 0 .5em;
}

.title-mm {
    background: #333;
    color: #fff;
    padding: 9em 1em 2em 1em;
}

.content-container {
    max-width: 1024px;
    margin: auto;
}




.container {
			margin: 0 auto;
			max-width: 1310px;
			padding: 40px 0;
			box-sizing: border-box; 
			width: 90%;
		}

.minicontainer{
			max-width: 980px;
		}
		@media (max-width: 768px) {
			.container {
				width: 90%;
				font-size: 12px; 
			} 
    }
    
		.scrolled .logo-alt, .alt-nav .logo-alt {
			max-width: 180px;
			padding-top: 2%;
		}

		.bluecolor, .content h1, .header h1, h2 {
			color: #083E9E !important;
    }
    

		@media (max-width: 600px) {
			.page-content section {
				padding: 10px;
			}
			.page-content .card {
				padding: 10px;
			}
		}


	.scrolled, .alt-nav, .navwhite {
		box-shadow: none;
	}

	.nav-icon .line1, .white-nav-icon .line1, .blue-nav-icon .line1, .nav-icon .line2, .white-nav-icon .line2, .blue-nav-icon .line2, .nav-icon .line3, .white-nav-icon .line3, .blue-nav-icon .line3, .nav-icon .signin-modal .closeslide .line2, .signin-modal .closeslide .nav-icon .line2, .white-nav-icon .signin-modal .closeslide .line2, .signin-modal .closeslide .white-nav-icon .line2, .blue-nav-icon .signin-modal .closeslide .line2, .signin-modal .closeslide .blue-nav-icon .line2, .nav-icon .register .closeslide .line2, .register .closeslide .nav-icon .line2, .white-nav-icon .register .closeslide .line2, .register .closeslide .white-nav-icon .line2, .blue-nav-icon .register .closeslide .line2, .register .closeslide .blue-nav-icon .line2 { 
		background: #144499 !important;
	}


	.container {
		/*
		width: 100%;
		max-width: 1310px;
		*/
	}


	.minicontainer{
		max-width: 980px;
		align: center;
	}


	.bluecolor{
		color: #144499;
	}

	.bold{
		font-weight: bold;
	}

	.ashcolor{
		color: #444;
	}

	.intro-text h1 {
		font-size: 50px;
		line-height: 55px;
		letter-spacing: -2px;
	}

	.cards-icon{
		height: 25px;
		display: block;
		margin-top: 50px;
	}


	.grayback{
		background: #fbfbfb;
	}


	.rightimage{
		position: absolute;
		height: calc(644.67px);
		right: -20px;
		top: 100px;
		text-align: center;
		-webkit-transform: rotate(10deg);
		transform: rotate(0deg);
		transition: all 300ms ease-in-out;
		z-index: 600;
	}


.rightimage img{
		width: 100%;
	}


.securealertbox{
		display: table;
		text-align: left;
		max-width: 700px;
	}


.securealertbox > div{
		display: table-cell;
		vertical-align: middle;
	}


	.securealertbox > .imagepart{
		width: 100px;
	}


	.securealertbox > .imagepart > img{
		width: 100%;
	}


	.securealertbox > .textpart{
		padding-left: 30px;
	}

	.securealertbox .textheader{
		font-size: 24px;
		margin-bottom: 5px;
	}

	.securealertbox .textinfo{
		font-size: 14px;
	}


	.why_p_box{
		display: table;
		margin: 60px 0px;
	}


	.why_p_box > div{
		display: table-cell;
		vertical-align: middle;
	}


	.why_p_box > div{
		display: table-cell;
	}


	.why_p_box > div:first-child{
		width: 70%;
		padding-right: 30px;
	}


	.why_p_box > div:last-child img{
		width: 100%;
	}

	.pointspart{
		text-align: left;
		margin-bottom: 50px;
	}

	.pheader{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.pheader .fa{
		margin-right: 10px;
	}

	.pinfo{
		font-size: 14px;
	}

	.piconenabled .pinfo{
		margin-left: 34px;
	}

	.piconenabled .pheader .fa{
		display: inline-block;
		margin-right: 10px;
	}

	.feature-text{
		margin-top: 15%;
	}

	.featuremonth-text{
		margin-top: 50px;
	}

	.feature-text h2{
		font-size: 30px;
	}

	.feature-text p{
		font-size: 16px;
		line-height: 30px;
		color: #444;
	}

	.feature .feature-image img {
		width: 100%;
		box-shadow: none;
	}

	.howtostart h3{
		font-size: 20px;
	}

	.stories { 
		background-image: none;
	}

	.spaceout{
		padding: 100px 0px;
	}

	.partners_image{
		width: 90%;
		max-width: 900px;
	}

	._outfeature_box{
		margin-bottom: 10px;
		padding: 30px 30px;
		border-radius: 10px;
		text-align: left;
		background-position: 160% 180%;
		background-repeat: no-repeat;
		background-size: 60%;
	}

	._outfeature_box img{
		width: 100%;
		margin-bottom: 50px;
	}

	._outfeature_box h3{
		font-size: 30px;
		font-weight: bold;
		line-height: 40px;
	}

	._outfeature_box p{
		font-size: 14px;
		line-height: 22px;
		color: #616161;
	}

	.savingsfeature{
		border: 1px solid #e3ecff;
	}

	.investfeature{
		border: 1px solid #eadfff;
	}

.investfeature h3{
		color: #674498;
	}

.investcontent h1 {
		color: #674498;
	}


@media (max-width: 600px) {
		._mobilecenter{
			text-align: center;
			margin-top: 50px;
		}


.mainheroholder {
			background-image: none; 
			padding-bottom: 50px;
			text-align: left;
		}


.intro-text h1 {
			font-size: 30px;
			line-height: 48px;
		}

.feature-text h2{
			font-size: 18px;
		}

.feature-text p{
			font-size: 12px;
			line-height: 22px;
		}

.securealertbox .textheader {
			font-size: 16px;
			margin-bottom: 3px;
		}
.securealertbox .textinfo {
			font-size: 11px;
			line-height: 18px;
		}

.feature .feature-text { 
			text-align: left;
		}

.featuremonth-text {
			text-align: center !important;
		}

  }
 