@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body{
	padding-top: 145px;
	font-family: 'Lato', sans-serif;
	}
.banner-part{
  background-color: #eee;
  padding: 60px 0px;
}
.banner-topleft-section{
	padding-right: 50px;
}
span.information{
	width: 13px;
	height: 13px;
	display: inline-block !important;
	background: #2d7de1;
	border-radius: 10px;
	color: #fff!important;
	font-size: 10px!important;
	line-height: 13px !important;
	text-align: center!important;
}
.custom-content-area{
	padding: 50px 0px;
}
.content-area h1{
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: 0.3px;
  text-align: left;
  color: #2d7de1;
  margin-top: 0px;
}
.content-area h2{
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.65;
  letter-spacing: 0.3px;
  text-align: left;
  color: #2d7de1;
  margin-top: 0px;
}
.content-area h3{
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.2px;
  text-align: left;
  color: #2d7de1;
  margin-bottom: 15px;
}
.content-area h4{
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: 0.2px;
  text-align: left;
  color: #2d7de1;
}
.content-area p{
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #000;
}

.content-area p font{
  color: #898989;
  font-style: italic;
}
.seperator-blue{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 1px;
	background: #2d7de1;
}
.boxes-area{
	box-shadow: 7.1px 9.7px 33.1px 4.9px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border: solid 1px #efefef;
	padding: 20px 20px 25px;
	width: 100%;
	display: table;
	margin-bottom: 40px;
}
.boxes-area .boxes-row{
	display: table;
	margin-bottom: 40px;
	width: 100%;
	font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2px;
    text-align: left;
    color: #0d1e57;
}
.boxes-area .boxes-row ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.boxes-area .boxes-row ul li{
	display: inline-block;
	padding:5px 15px;
    border-radius: 20px;
    background-color: #efefef;
    margin-right: 5px;
    font-size: 14px;
    color: #3f4971;
    font-weight: normal;
}
.boxes-area .boxes-row ul li img{
	margin-top: -2.5px;
	margin-right: 2px;
}
.boxes-area .boxes-row:last-child{
	margin-bottom: 0px;
}
.boxes-col{
	display: table-cell;
	padding-right: 10px;
    width: 25%;
}
.boxes-area .boxes-row span{
	  font-size: 14px;
	  font-weight: normal;
	  line-height: 2;
	  letter-spacing: 0.1px;
	  text-align: left;
	  color: #898989;
	  display: block;
}

.custom-box{
	box-shadow:none;
	background-color:none;
	border: none;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 0px;
}
.custom-box .boxes-col{
	display: table-cell;
	padding-right: 10px;
    width: 30%;
}
#leftCol{
  padding-right: 40px;

}
#leftCol.stick {
    position:fixed;
    top:0;
    margin:50px 0 0;
    padding: 10px;
    background: #fff;
    z-index: 10;
}
#leftCol ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#leftCol ul li{
  position: relative;
}
#leftCol ul li::after{
  width: 100%;
  height: 1px;
  background: #eee;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
#leftCol ul li a{
  font-size: 19px;
  line-height: 40px;
  color: #0d1e57;
  border-bottom: solid 4px transparent;
  display: block;
  text-decoration: none;
}
#leftCol ul li a:hover, #leftCol ul li a.active{
  color: #2d7de1;
  border-bottom: solid 4px #2d7de1;
  text-decoration: none;
}
#leftCol ul li a.active{
  font-weight: 700;
}


.side-panel-primary {
	max-width: 330px;
	float: right;
	box-shadow: 0.9px 5.9px 8.2px 0.8px rgba(0, 0, 0, 0.09);
	width: 100%;
}
.side-panel-primary .heading{
   background-color: #0d1e57;
   padding: 18px 10px;
   font-size: 17px;
   font-weight: bold;
   text-align: center;
   color: #ffffff;
}

.side-panel-primary .panel-body{
   width: 100%;
   padding: 0px 0px;
   background: #fff;
}
.side-panel-primary .panel-body ul{
   margin: 0px;
   padding: 0px;
}
.side-panel-primary .panel-body ul li{
   display: table;
   width: 100.5%;
   vertical-align: center;
   padding: 12px 15px;
   position:relative;
   min-height: 58px;
}
.side-panel-primary .panel-body ul li::after{
   width: 100%;
   position: absolute;
   height: 1px;
   background: #eee;
   content: "";
   bottom: 0;
   left: 0;
}
.side-panel-primary .panel-body ul li span.number{
   width:32px;
   height: 32px;
   border-radius: 20px;
   color: rgba(50, 50, 50, 0.3);
   font-size: 18px;
   display:inline-block;
   text-align: center;
   border-radius: 50px;
   line-height: 30px;
   font-weight:700;
   margin-top: 3px;
   background:#efefef;
   float: left;
   margin-right: 18px;
}
.side-panel-primary .panel-body ul li span img{
   max-width:120px;
}
.side-panel-primary .panel-body ul li span font{
   font-size: 12px;
   line-height: 16px;
   display: block;
}
.side-panel-primary .panel-body ul li span font a{
   color: #5797e7;
   padding-top: 3px;
   font-size: 11px;
}
.side-panel-primary .panel-body ul li a.review{
        border-radius: 3px;
	    border: solid 1px #5797e7;
	    color: #5797e7;
	    line-height: 14px;
	    font-size: 12px;
	    text-transform: uppercase;
	    display: inline-block;
	    padding: 6px 10px;
	    float: right;
	    margin-top: 4px;
}

.side-panel-primary .panel-body ul li:hover{
   background-color: #c7e0ff;
}
.side-panel-primary .panel-body ul li:hover span.number{
   background:#fff;
}
.side-panel-primary .panel-body ul li:hover a.review{
   border: solid 1px #5797e7;
   background: #5797e7;
   color: #fff;
   text-decoration: none;
}
.side-panel-primary .panel-body ul li:hover span font{
   display: block;
}


.banner-left-area{
	max-width: 825px;
	margin-right: 35px;
}
.banner-left-area .banner-heading-top{
	border-bottom: solid 1px #d3d3d3;
	padding-bottom: 40px;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.banner-left-area .banner-heading-top .logo-area{
	max-width: 200px;
	margin-right: 30px;
	float: left;
}


.banner-left-area .banner-heading-top .logo-area .star-mark span{
	display: inline-block;
	margin-right: 5px;
}

.banner-left-area .banner-heading-top .logo-area img{
	max-width: 100%;
}
.banner-left-area .banner-heading-top .right-part{
	float: left;
}
.banner-left-area .banner-heading-top .right-part .heading{
	display: block;
	margin-bottom: 15px;
}
.banner-left-area .banner-heading-top .right-part .heading h2{
	  font-size: 40px;
	  line-height: 46px !important;
	  font-weight: bold;
	  font-style: normal;
	  font-stretch: normal;
	  letter-spacing: 0.4px;
	  text-align: left;
	  color: #0d1e57;
	  display: inline-block;
	  padding-right: 15px;
	  margin-top:0px;
}

.banner-left-area .banner-heading-top .right-part .heading span.head{
	  font-size: 40px;
	  line-height: 46px !important;
	  font-weight: bold;
	  font-style: normal;
	  font-stretch: normal;
	  letter-spacing: 0.4px;
	  text-align: left;
	  color: #0d1e57;
	  display: inline-block;
	  padding-right: 15px;
	  margin-top:0px;
}
.banner-left-area .banner-heading-top .right-part .star-mark{
	    position: absolute;
        top: 14px;
        display: inline-block;
}
.banner-left-area .banner-heading-top .right-part .star-mark span.information{
	        top: -10px;
		    position: absolute;
		    right: -12px;
}
.banner-left-area .banner-heading-top .right-part .star-mark span{
	display: inline;
}

a.cus-button{
	padding: 17px 22px 15px;
	border-radius: 4px;
	border:solid 1px #2d7de1;
	color: #2d7de1;
	display: inline-block;
	font-size: 15px;
	margin-right: 5px;
	text-transform: uppercase;
	text-align:center;
}
a.cus-button:hover{
	text-decoration: none;
	color: #fff;
	background: #2d7de1;
	box-shadow: 0px 9px 15.4px 0.6px rgba(35, 37, 37, 0.08);
}
a.custom{
	padding: 13px 22px 11px;
}
a.cus-button.orange{
	border:solid 1px #ffc619;
	color: #fff;
	background: #ffc619;
	box-shadow: 0px 9px 15.4px 0.6px rgba(35, 37, 37, 0.08);
}

a.side-p-butoon{
	width: 100%;
	margin-top: 50px;
	text-transform: capitalize !important;
}

.banner-left-area a.cus-button{
	padding: 17px 19px 15px;
	font-size: 14px;
}


.banner-left-area .banner-bottom-tablearea .boxes-row{
	margin-bottom: 20px;
}
.banner-topleft-section .banner-bottom-tablearea .boxes-col{
	width: 30px;
}


.banner-bottom-tablearea .boxes-row{
	display: table;
	margin-bottom: 40px;
	width: 100%;
}
.banner-bottom-tablearea .boxes-row:last-child{
	margin-bottom: 0px;
}
.banner-bottom-tablearea .boxes-col{
	width: 25%;
	font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2px;
    text-align: left;
    color: #0d1e57;
    position: relative;
}
.banner-bottom-tablearea .boxes-col span{
	  font-size: 14px;
	  font-weight: normal;
	  line-height: 2;
	  letter-spacing: 0.1px;
	  text-align: left;
	  color: #898989;
	  display: block;

}
.banner-bottom-tablearea .boxes-col span.information{
	position: absolute;
    bottom: 2px;
    margin-left: 7px;
}

.comment-heading-area{
	border-bottom: solid 1px #b0b5c7;
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.comment-heading-area select{
	padding: 10px 10px;
}
.comment-heading-area .right-p-panel span{
  color: #acacac;
  margin-right: 10px;
}


.comment-heading-area .inner-heading{
	  font-size: 24px;
	  letter-spacing: 0.2px;
	  text-align: left;
	  color: #2d7de1;
	  line-height: 40px;
}
.comment-heading-area .inner-heading{
	  font-size: 24px;
	  letter-spacing: 0.2px;
	  text-align: left;
	  color: #2d7de1;
}
.comment-heading-area .right-p-panel{
	  display: inline-block;
	  float: right;
	  text-align: right;
}
.comment-heading-area .right-p-panel span{
	  display: inline-block;
}


.comment-text-area{
	width: 100%;
	padding-left:65px;
	position: relative;
	padding-right: 50px;
}
.comment-text-area span.image{
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
}
.comment-text-area .comment-details{
	width: 100%;
	min-height: 140px;
    border-radius: 3px;
    background-color: #f7f7f7;
    padding: 15px;
    display: inline-block;
}
.comment-text-area .comment-details h6{
	font-size: 20px;
	font-weight: bold;
	color: #0d1e57;
	margin-bottom: 18px;
}
.comment-text-area .comment-details p{
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 10px;
}
.comment-text-area .comment-details span.sm-text{
	text-align:right;
	font-size: 13px;
	display: block;
	padding-top: 10px;
}
.comment-text-area .comment-details textarea{
	width: 100%;
	min-height: 100px;
	border:none;
	border-bottom: solid 1px #eee;
	margin-bottom: 5px;
	background: none;
	outline: none;
}
.comment-text-area .comment-details .comment-button{
	padding: 2px 15px 4px;
	color: #fff;
	min-width: 50px;
	min-height: 26px;
	font-size: 16px;
	background: #9db6da;
	border-radius: 3px;
	outline: none;
	border:none;
	float: right;
	display: inline-block;
}
.comment-text-area .comment-details .comment-button:hover{
	color: #fff;
	background: #83a2d0;
}
.custom-text-area{
	padding-right: 0px;
	margin-top:50px;
}
.custom-text-area .content-area h6{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
}
.custom-text-area .content-area p{
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 15px;
}
.custom-text-area .content-area small{
	font-size: 14px;
}
.custom-text-area .content-area small a{
	display: inline-block;
	padding-right: 10px;
	color: #496db7;
}
.custom-comment{
  margin-bottom: 30px;
}
.bottom-section p{
  font-size: 17px;
  line-height: 28px;
}

.information{
  position: relative;
  cursor: pointer;
}
.information .pop{
    opacity: 0;
    border-radius: 3px;
    background-color: #000000;
    padding: 5px 10px;
    position: absolute;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.1px;
    text-align: left;
    color: #898989;
    min-width: 160px;
    display: none;
    bottom: 25px;
    min-width: 160px;
    border-radius: 4px;
    min-height: 40px;
    z-index: 999;
    right: -18px;
}
.information .pop span{
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #2d7de1;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 14px;
}
.information .pop:after{
    top: 100%;
	right: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #000;
	border-width: 8px;
	margin-left: -8px;
}
.information:hover .pop{
  opacity: 1;
  display: block;
}

/* Responsive */
.desktop-version{
	display: block;
}
.mobile-version{
	display: none;
}
.custom-tab .scrtabs-tab-scroll-arrow{
  border:none;
  background: #eee;
  height: 52px;
  padding-top: 16px;
}
.custom-tab .nav>li>a{
	padding: 6px 15px;
}
.custom-tab .nav-tabs{
	border-bottom:none;
	background: #eee;
    padding: 5px 0px 8px;
}
.custom-tab .nav-tabs>li>a{
	font-size: 20px;
}
.custom-tab .nav-tabs>li.active>a,
.custom-tab .nav-tabs>li.active>a:hover,
.custom-tab .nav-tabs>li.active>a:focus{
	border:none !important;
	color: #2d7de1;
	position: relative;
	background: none;
}
.custom-tab .nav-tabs>li.active>a::after{
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #2d7de1;
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
}
.custom-tab .scrtabs-tab-container{
	height: auto;
}
.custom-tab .scrtabs-tabs-fixed-container{
	height: 65px;
	position: relative;
}
.custom-tab .scrtabs-tab-container:after,
.custom-tab .scrtabs-tab-container:before{
	height: 52px;
	position: absolute;
	content: "";
	background: #eee;
	width: 20px;

}
.custom-tab .scrtabs-tab-container:after{
	left:-10px;
}
.custom-tab .scrtabs-tab-container:before{
	right:-10px;
}
.custom-tab .nav-tabs>li>a{
	border:none;
}
.custom-tab .nav-tabs>li>a:hover,
.custom-tab .nav-tabs>li>a:focus{
	background-color: none;
	border:none;
	border-radius: 0px;
}
.custom-tab .scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right{
  right: 0px;
}
.custom-tab .scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left{
  left: 0px;
}

.fix_rated{
	position: absolute;
    right: 0;
    top: 0;
    background: url(../images/ribbon@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    width: 226px;
    height: 59px;
    z-index: 9;
    margin-right: -10px;
    margin-top: -24px;
}
.number.top_rated {
    background: url(../images/ic-1-place.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    width: 100px;
    height: 103px;
    position: relative;
}
.content-area h1{
    font-size: 40px;
    line-height: 46px !important;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    text-align: left;
    color: #0d1e57;
    display: block;
    padding-right: 15px;
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: solid 1px #0d1e57;
    margin-bottom: 30px;
}

.backtop{
	display: inline-block;
	padding: 10px;
	float: right;
}



.content-box-inner{
    padding: 25px;
}
.content-box-inner .pull-right{
    float: right;
    margin-left: 20px;
    margin-bottom:20px;
}
.content-box-inner img.main{
    max-width: 250px;
}
.content-box-inner p{
    float: none!important;
    width: auto !important;
    padding: 0px !important;
    float: none;
    margin-bottom: 20px !important;
}
.content-box-inner p.top-lead{
    margin-top: 20px !important;
}
#content .inner-content .broker-guide .content-box h2{
    font-size: 26px;
    margin-top: 40px;
}

#content.custom .inner-content .broker-guide .broker-menu{
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 50px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 60px -15px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 60px -15px rgba(0,0,0,.5);
    box-shadow: 0px 0px 60px -15px rgba(0,0,0,.5);
    border-radius: 8px
}
#content.custom .inner-content .broker-guide .broker-menu .btn{
    padding: 12px 30px;
    margin: 0px 1px;
}
#content.custom .padding-section .inner-register{
    margin-bottom: 30px;
}
#content.custom .inner-content .head h2 span{
    color: #ffa31a;
}
#content.custom .content-head-section .head-content{
    width: auto;
    margin-left: 75px;
    margin-right: 20px;
}
#content.custom .content-head-section .head-content img{
    max-width: 60%;
    margin-bottom: 0px;
}
#content.custom .content-head-section{
    position: relative;
}
.content-head-section .head-icon{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
}
#content.custom .content-head-section .head-content p{
    margin-bottom: 20px;
    font-size: 17px;
    color: #7e7d7d;
    font-weight: 300;
}

#content.custom .choose-inner-section{
    display: inline-block;
    border: solid 1px #e1e1e1;
    width: 100%;
    min-height: auto;
    margin-bottom: 30px
}
#content.custom .choose-inner-section .broker-trading-list{
    margin-bottom: 0px;
    margin-top: 10px;
}
#content.custom .choose-inner-section .broker-trading-list ul li{
    margin-bottom: 0px;
}
#content.custom .broker-trading-list img{
    margin-bottom: 0px !important;
}
#content.custom .choose-inner-section .broker-trading-list ul li img{
    max-width: 110px;
}
#content.custom .choose-inner-section .broker-trading-text p{
    margin: 40px 0;
    font-size: 22px;
    color: #4758a1;
    font-weight: 700;
}
#content.custom h4.relatedLinks{
    display: inline-block;
    padding: 12px 30px !important;
    margin-bottom: 25px;
    margin-top: 20px;
    background: #1a5591;
    color: #fff;
}
#content.custom .broker-type.choose-broker.relatedLinks-items li{
    margin-bottom: 8px;
}
#content.custom .inner-content{
    box-shadow: none;
}
#content.custom .choose-broker-content .choose-inner-section p.lead{
    display: inline-block;
    padding: 40px 0px 32px;
    margin-bottom: 0px;
    font-size: 21px;
    font-weight: bold;
}
#content.custom .choose-broker-content .choose-inner-section p.lead span{
    color: #ff9934;
    font-weight: 300;
}
#content.custom .custom.text-center{
    padding-top: 15px;
    display: inline-block;
}
#content.custom .choose-inner-section.jumpstart{
    padding: 0px 30px;
    position: relative;
    padding-right: 150px;
    position: relative;
}
#content.custom .choose-inner-section.jumpstart .book{
    position: relative;
    width: 80px;
    height: 100px;
    float: right;
    margin-right: -60px;
    margin-top: -96px;
    margin-bottom: 6px;
    text-align: center;
}
#content.custom .choose-inner-section.jumpstart .book img{
    max-width: 76%;
}

#content.custom .drawing-trend{
    border:solid 2px #e1e1e1;
    padding: 50px;
    margin:10px 10px 40px 10px;
    position: relative;
}

#content.custom .drawing-trend img{
    margin-top: 80px;
    max-width: 90%;
}
#content.custom .drawing-trend img.main{
    margin-top: 10px;
    max-width: 60%;
}
#content.custom .inner-content .head h2{
       min-width: auto;
}
#content.custom .inner-content .head-thing .head{
    margin: 0 0 0 -28px;
}
#content.custom .inner-content .drawing-trend .head{
    position: absolute;
    z-index: 99;
    left: 10px;
    top: 25px;
}
#content.custom .inner-content .drawing-trend .head h2{
     min-width: auto;
}
#content.custom .drawing-trend ul li{
    color: #7e7d7d;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
#content.custom .drawing-trend ul li span{
    width: 36px;
    height: 36px;
    border:solid 1px #4b8ee8;
    border-radius: 50px;
    color: #4b8ee8;
    position: absolute;
    left: 0;
    top:2px;
    line-height: 36px;
    text-align: center;
}
#content.custom .head-thing{
    padding-top: 40px;
}


#content.custom .inner-content .broker-guide .content-box p{
    font-weight: 100;
}




@media only screen and (max-width: 1199px) {

    #content.custom .choose-inner-section.jumpstart .book{
        margin-right: -78px;
    }
}
@media only screen and (max-width: 1100px) {
    #content.custom .choose-inner-section.jumpstart .book{
        margin-right: -60px;
        margin-top: -109px;
    }
    #content.custom .inner-content .broker-guide .broker-menu .btn{
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 1024px) {
    #content.custom .choose-inner-section .broker-trading-text p{
        font-size: 17px;
        margin: 34px 0;
    }

}
@media only screen and (max-width: 991px) {
	body{
		padding-top: 45px;
	}
    #content.custom .choose-inner-section.jumpstart .book{
        margin-right: -78px;
    }
    #content.custom .choose-inner-section .broker-trading-text p{
        font-size: 17px;
        line-height: 1.2;
        margin: 24px 0;
    }
}
@media only screen and (max-width: 768px) {
    #content.custom .content-head-section .head-content{
        margin-left: 0px;
    }
    #content.custom .head-content h3{
        font-size: 21px;
        font-weight: normal;
        padding: 0 0 5px 85px;
    }
    #content .inner-content .head-thing .head h2{
        border-radius: 30px;
        display: inline-block;
        float: none;
        font-size: 18px;
        line-height: 30px;
        padding: 10px 40px;
    }
    #content.custom .choose-broker-content .choose-inner-section p.lead{
        padding: 32px 0px 32px;
    }
    #content.custom .choose-inner-section .broker-trading-list{
            margin-bottom: 20px;
            margin-top: 0px;
    }
}
@media only screen and (max-width: 767px) {
	.desktop-version{
		display: none;
	}
	.mobile-version{
		display: block;
	}
	.banner-part{
       padding: 15px 0px;
	}
	.banner-left-area{
		margin-right: 0px;
		width: 100%;
		padding: 0px;
		background: #fff;
		margin-bottom: 20px;
		border-radius: 5px;
	}
	.banner-left-area .banner-heading-top .logo-area{
		max-width: 300px;
	    margin-right: 0px;
	    padding: 20px 15px 0px;
	}
	.banner-left-area .banner-heading-top .right-part .star-mark{
		position: relative;
	    top: 10px;
	    margin-bottom: 20px;
	}
	.banner-left-area .banner-heading-top .right-part .heading{
		border-bottom:solid 1px #eee;
		padding: 0px 15px;
	}
	.banner-left-area .button-area{
		padding-left: 10px;
		padding-right: 10px;
	}
	.banner-left-area a.cus-button{
		width: 100%;
		margin-bottom: 10px;
	}
	.banner-left-area .banner-heading-top{
		padding-bottom: 10px;
        margin-bottom: 0px;
        border-bottom: none;
	}
	.banner-bottom-tablearea{
		padding: 0px 15px 10px 15px;
	}
	.banner-bottom-tablearea .boxes-col{
		width:100%;
		display: block;
		padding: 6px 0px 6px 0px;
		border-bottom: solid 1px #eee;
	}
	.banner-bottom-tablearea .boxes-col:last-child{
		border-bottom: none;
	}
	.banner-bottom-tablearea .boxes-col span{
	   display: inline-block;
       min-width: 48%;
	}
    .banner-bottom-tablearea .boxes-col span.arrow{
       text-align: right;
       font-size: 17px;
       font-weight: bold;
       color: #2d7de1;
    }
	.side-panel-primary{
		max-width: 100%;
	}
	.custom-content-area{
		padding: 0px 0px 20px;
		margin-top: -2px;
	}
	.custom-content-area img{
		max-width: 100%;
	}
	.custom-content-area .boxes-col{
		display: inline-block;
	    padding-right: 10px;
	    width: 50%;
	    vertical-align: top;
	    margin-bottom: 20px;
	}
	.custom-content-area .boxes-area .boxes-row{
		margin-bottom: 0px;
	}
	.boxes-area{
		padding: 20px 15px 5px 20px;
	}
	.comment-text-area{
		padding-right: 0px;
	}
    .boxes-area .boxes-row ul{
            margin-bottom: 15px;
    }
	.boxes-area .boxes-row ul li{
		    margin-right: 0px;
		    width: 32%;
		    margin-bottom: 5px;
		    text-align: center;
            font-size: 13px;
	}
	.bottom-section a.cus-button{
		padding: 15px 22px 13px;
	    font-size: 12px;
	}
	.m-custom-box{
		padding: 0px !important;
	}
	.banner-left-area .banner-heading-top .right-part{
		width: 100%;
	}
    .content-area h2{
        letter-spacing: inherit;
        line-height: 36px;
        margin-top: 15px;
        display: inline-block;
    }
    .comment-heading-area .inner-heading{
        font-size: 21px;
    }
    .comment-heading-area select{
        padding: 10px 10px;
        border: solid 1px #eee;
        background: none;
    }
    .comment-text-area{
        padding-left: 0px;
    }
    .comment-text-area span.image{
      position: relative;
      margin-bottom: 15px;
      display: inline-flex;
      font-size: 21px;
      line-height: 40px;
    }
    .comment-text-area span.image img{
      float: left;
      margin-right: 10px;
    }
    a.custom{
        padding: 13px 12px 11px;
        font-size: 13px;
    }
    .tab-pane .content-area{
        display: inline-block;
    }
    .custom-comment span.image{
        font-size: 21px;
        line-height: 22px !important;
    }
    .custom-comment small{
        display: contents;
        font-size: 14px;
        line-height: 30px;
        color: #898989;
    }
    .boxes-area .boxes-row font{
          font-size: 14px;
          color: #2d7de1;
    }
    .boxes-col .star-mark span{
        display: inline-flex !important;
    }
    #leftCol ul, #leftCol{
    	padding-right: 0px;
    	padding-top: 5px;
    }
    #leftCol {
	    margin:0px 0 0;
	    padding: 0px;
	    background: #eee;
	    width: 100%;
	}
	#leftCol.stick {
	    position:fixed;
	    top:0;
	    margin:45px 0 0;
	    padding: 0px;
	    background: #eee;
	    z-index: 10;
	    width: 96%;
	}
	#leftCol::after, #leftCol.stick::after{
	    top:0;
	    background: #eee;
	    z-index: 10;
	    width: 15px;
	    height: 100%;
	    position: absolute;
	    left: -15px;
	    content: "";
	}
	#leftCol::before, #leftCol.stick::before{
	    top:0;
	    background: #eee;
	    z-index: 10;
	    width: 15px;
	    height: 100%;
	    position: absolute;
	    right: -15px;
	    content: "";
	}
	#leftCol::after{
	    left: -5px;
	}
	#leftCol::before{
	    right: -5px;
	}
	#leftCol ul li{
		display: inline-block;
		padding: 0px 20px;
	}
	#leftCol ul li a{
		font-size: 15px;
	}
	.boxes-area .boxes-row span{
		display: block;
        padding-bottom: 4px;
	}
	#leftCol ul li::after{
		background: transparent;
	}
	.content-area h2, .content-area h1{
		font-size: 24px;
	}
	.content-area{
		padding-top: 28px;
	}
	.content-area h1{
		margin-top: 20px;
	}
	.mobile-bottom-open-account{
		position: sticky;
	    bottom: 0;
	    border: solid 1px #ffc619;
	    text-align: center;
	    background: #ffc619;
	    display: none;
	    height: 50px;
	    padding: 15px 12px 12px;
	    font-size: 14px;
	    color: #fff;
	    text-transform: uppercase;
	}
	.mobile-bottom-open-account a{
	    color: #fff;
	}
	.mobile-bottom-open-account a:hover{
	    text-decoration: none;
	}
	.animated{
		-webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: both;
	}
	.animatedFadeInUp{
		opacity: 1;
	    animation-name: fadeInUp;
	    -webkit-animation-name: fadeInUp;
	}
    #content.custom .choose-inner-section.jumpstart .book{
            margin-top: -110px;
    }
    #content.custom .content-head-section .head-content{
        margin-right: 0px;
    }

    #content.custom .padding-section .inner-register{
            display: inherit;
    }

}
@media only screen and (max-width: 560px) {
    #content.custom .choose-inner-section.jumpstart{
        padding-right: 0px;
        padding-left: 0px;
        padding: 0px 20px;
        text-align: center;
    }
    #content.custom .choose-inner-section.jumpstart .book{
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        float: none;
        display: inline-block;
    }
    #content.custom .choose-broker-content .choose-inner-section p.lead{
        padding: 32px 0px 15px;
        margin-bottom: 0px;
    }
    #content .inner-content .head-thing .head h2{
        line-height: 1.2;
    }
    #content.custom .inner-content .broker-guide .broker-menu .btn{
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
	.boxes-area .boxes-row ul li{
            font-size: 11px;
	}
	#leftCol ul li{
		display: inline-block;
		padding: 0px 5px;
	}
	#leftCol ul li a{
		font-size: 12px;
	}
	.comment-heading-area .inner-heading{
		font-size: 20px;
	}
	.comment-heading-area .right-p-panel span{
		font-size: 14px;
	}
}
