/*
==============================================================
                          GENERAL
==============================================================
*/

body{
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  overflow-x: hidden;
  position: relative;
}
.fixedRisk {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    background: #333;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    padding: 0 0;
}
.ShowInDesktop {
    display: block;
}
.ShowInMobile {
    display: none;
}
@media screen and (max-width: 991px){
    .ShowInDesktop {
        display: none;
    }
    .ShowInMobile {
        display: block;
    }
    .hero-sec{
      margin-top: 143px !important;
    }
    body{
      margin-top: 143px !important;
    }
}
.white{
  color: #fff;
}
ul{
  margin:0px;
  padding-left: 0px;
}

li{
  list-style: none;
}

a, a:hover, a:focus, a:visited{
  text-decoration: none;
  cursor: pointer !important;
}

h1, h2, h3, h4, h5 {
  font-weight: 600 !important;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
  font-weight: 300 !important;
}

p, h1, h2, h3, h4, h5 {
  margin-bottom: 0px;
}

p span{
  font-weight: 600;
}

.para-11{
  font-size: 11px;
}

h1{
  font-size: 57px;
  margin-bottom: 12px;
}

h2{
  font-size: 27px;
  margin-bottom: 15px;
}

h3{
  font-size: 32px;
  margin-bottom: 15px;
}

h4{
  font-size: 15px;
  margin-bottom: 5px;
}

h5{
  font-size: 20px;
  margin-bottom: 5px;
}

.dropdown .btn{
  font-size: 13px !important;
  background-color: transparent !important;
  outline:none;
  box-shadow: none;
  border:none;
  padding: none;
}
.grey{
  background-color: #EEEDEF;
}
.dropdown-menu{
  border-radius: 0px !important;
  overflow: hidden;
  border:none;
  font-size: 13px !important;
  background:url('../img/blurbg.png') !important;
  background-size:cover;
  background-position: center;
}

.bb-d{
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.submenu .btn{
  width: 100%;
}

.dark{
  color: #13051F !important;
}

.prim-dark{
  background-color: #13051F !important;
  color: #fff !important;
}
.btn-success, .btn-warning, .btn-danger{
  border-radius: 50px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 40px;
}

.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  border-radius: 50px;
  background-color: #fff;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 0 35px;
  color: #090909;
  line-height: 40px;
}

input{
  border-radius: 50px;
  background-color: rgba(0, 181, 220, 0.25);
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 0 35px;
  color: #13051F;
  line-height: 40px;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid #F79D82;
  outline: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 0 35px;
  color: #ffffff;
  line-height: 40px;
}

.dropdown .btn-secondary, .dropdown .btn-secondary:hover, .dropdown .btn-secondary:not(:disabled):not(.disabled).active, .dropdown .btn-secondary:not(:disabled):not(.disabled):active, .show>.dropdown.btn-secondary.dropdown-toggle{
  border-radius: none !important;
  padding: 6px 12px !important;
  border: none !important;
}

@media (min-width: 1200px){
  .container {
      max-width: 1250px !important;
  }
}
/*
==============================================================
                     NAVIGATION & HERO
==============================================================
*/

.navigationbar-main{
  position: absolute;
  top: 0;
  z-index: 1030;
}

.authorised{
  color: #fff;
  line-height: 37px;
  background-color: rgba(152, 152, 152, 0.25);
}

.logo-navigation{
  border-bottom: 2px solid rgba(152, 152, 152, 0.25);
}

.logo-wrap{
  padding: 15px 0px;
}

.links{
  float: right;
  align-items: center;
  display: flex;
  height: 100%;
}

.links li{
  padding:10px 27.5px;
  border-right: 2px solid rgba(152, 152, 152, 0.25);
}

.links li:last-child{
  border: none;
}

.links li a{
  color: #fff;
}

.main-nav{
  display: flex;
}

.navbar-toggler{
  color: #fff !important;
  outline: none !important;
}

.nav-item{
  line-height: 28px;
  padding-left: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

.nav-item:last-child{
  border-bottom: none;
}

.nav-item a{
  color: #fff !important;
}

.navbar-nav{
  background: url('../img/blurbg.png');
  font-weight: 700;
}

.main-nav li a{
  color: #fff;
}

.main-nav li{
  margin: 10px 0px;
  padding: 0px 20.5px;
  color: #fff;
  border-right:2px solid rgba(152, 152, 152, 0.25);
  transition-duration: .2s;
}

.main-nav li:last-child{
  border-right: none;
}

.main-nav li .mainlink::after{
  content: '';
  height: 4px;
  width: 85%;
  margin: 0 auto;
  display: block;
  position: relative;
  background: #f8c56c;
  background: -moz-linear-gradient(45deg, #f8c56c 0%, #f67997 100%);
  background: -webkit-linear-gradient(45deg, #f8c56c 0%,#f67997 100%);
  background: linear-gradient(45deg, #f8c56c 0%,#f67997 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c56c', endColorstr='#f67997',GradientType=1 );
  bottom: -10px;
  opacity: 0;
  transition-duration: .2s;
}

.main-nav li:hover .mainlink::after{
  opacity: 1;
}

.submenu{
  position: fixed;
  z-index: 1;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  display: none;
  transition-duration: .4s;
  opacity: 0;
  font-size: 13px !important;
  background:url('../img/blurbg.png') !important;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-nav li:hover .submenu{;
  display: block;
  opacity: 1;
}

.subcard-wrap{
  padding: 15px 30px;
}

.ac-type{
  border-right: 2px solid rgba(0, 0, 0, 0.25);
  padding: 30px 30px;
}

.card-padding{
  padding: 30px 0px;
}

.subcard-wrap h4  {
  text-transform: uppercase;
}

.hero{
  height: 100vh;
  background: url('../img/herobg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.hero-sec{
  height: 50vh;
  background: url('../img/ac_type_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
  margin-top: 60px;
}

.hero-secondary .row{
  height: 50vh;
}

.hero-main .row{
  height: 100vh;
}

.low-height, .low-height:hover, .low-height:focus{
  line-height: 30px !important;
  padding: 0 20px !important;
}

.hero-table{
  background:url('../img/blurbg.png') !important;
  background-size:cover;
  background-position: center;
  width: 85%;
  margin-top:120px;
}

.hero-table thead tr {
  line-height: 40px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

.hero-table tr td:first-child{
  padding-left: 25px;
}

.hero-table tr td{
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.supports p {
  color: #fff;
  width: 100%;
  padding: 5px 10px;
}
.loginButtons{
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.loginButtons li {
  border-right: 0px !important;
  padding: 0px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginButtons li a{
  color: #000 !important;
  background-color: #fff;
  color: #000 !important;
  border-radius: 50px;
  padding: 5px 20.5px;
}
.nav-a{
  color: #000 !important;
}
/*
==============================================================
                            FIGURES
==============================================================
*/

.figures-wrap{
  background: rgba(54, 42, 64, 1);
  color: #fff;
}
.figures-wrap .col{
  border-right: 2px solid rgba(152, 152, 152, 0.25);
  margin: 30px 0px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.figures-wrap .col:last-child{
  border-right: none;
}

.fig-1 span{
  font-weight: 600;
  font-size: 48px;
}

.fig-1 p{
  font-size: 22px;
  font-weight: 300;
}

.fig-2 p{
  font-size: 30px;
  font-weight: 600;
}

/*
==============================================================
                          ACCOUNTS
==============================================================
*/

.accounts{
  background:url('../img/accountsbg.png');
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.accounts-card{
  background:url('../img/acblur.png') !important;
  background-size:cover;
  background-position: center;
  position: relative;
  transition-duration: .2s;
  top: 0px;
}

.accounts-card:hover{
  top: -40px;
}

.acdarkoverlay{
  background-color: rgba(19, 5, 31, 0.75);
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: .2s;
  opacity: 0;
}

.accounts-card:hover .acdarkoverlay{
  opacity: 1;
}

.accounts-card h2{
  text-transform: uppercase;
  position: relative;
  font-size: 26px;
  padding: 25px 35px;
  position: relative;
  z-index: 10;
  font-weight: 700;
  margin-bottom: 0;
}

.accounts-card h2:before{
  display: block;
  content: '';
  width: 20px;
  height: 27px;
  background: url('../img/tri.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 26px;
}

.card-row{
  padding: 20px 35px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10;
}
.card-row:last-child{
  border-bottom: none;
}
.tag-wrap {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tag-wrap p{
  padding: 10px 35px;
  border-radius: 50px;
  font-weight: 700;
  z-index: 10;
  position: relative;
  background: -moz-linear-gradient(45deg, #f8c56c 0%, #f67997 100%);
  background: -webkit-linear-gradient(45deg, #f8c56c 0%,#f67997 100%);
  background: linear-gradient(45deg, #f8c56c 0%,#f67997 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c56c', endColorstr='#f67997',GradientType=1 );
}

/*
==============================================================
                          DOWNLOAD
==============================================================
*/

.download-buttons {
  display: flex;
  margin: 20px 0;
}

.download-buttons i,
.icon-head i{
  color: #00B5DC;
  font-size: 57px;
  padding-right: 10px;
}

.download-buttons h2{
  color: #13051F;
}

.whyus{
  background-color: rgba(0, 181, 220, 0.1);
}

.icon-head{
  display: flex;
}

.why{
  padding:25px 45px;
  width: 100%;
  background: transparent;
  transition-duration: .2s;
  border-left: 4px solid rgba(247, 157, 130, 0);
  height: 100%;
}

.why:hover{
  background: rgba(19, 5, 31, 0.1);
  border-left: 4px solid #F79D82;
}

/*
==============================================================
                  DEPOSITS AND WITHDRAWALS
==============================================================
*/

.slick-dots li button{
  border-radius: 15px !important;
  background: #00B5DC;
  height: 16px;
  width: 16px;
}

.slick-active button{
  background: #13051F !important;
}

.slick-slide img{
  margin:0 auto;
}

.slick-dots{
  padding-right: 20px;
  text-align: right;
  top: -50px !important;
}

/*
==============================================================
                  START TRADING & NEWSLETTER
==============================================================
*/

.start{
  background-color: rgba(0, 181, 220, 0.1);
  padding: 60px 0px;
}

.newsletter{
  padding: 50px 0px;
}

.connect{
  display: flex;
}

.connect li{
  margin-right: 28px;
  font-size: 18px;
}

.connect li a{
  color: #00B5DC;
}

/*
==============================================================
                          FOOTER
==============================================================
*/

.footer-nav a{
  color: #ffffff;
  line-height: 30px;
}

.footer-nav{
  color: #ffffff;
  background: rgba(54, 42, 64, 1);
  padding: 40px 0px;
}

.footer-nav ul li{
  position: relative;
}

.footer-nav ul li:before{
  content: '';
  display: block;
  position: absolute;
  left: -15px;
  top: 15px;
  height: 5px;
  width: 5px;
  background-color: #00B5DC;
  border-radius: 10px;
}

.footer{
  background: #13051F;
  padding: 24px 0px;
}

.footer-links{
  float: left;
  align-items: center;
  display: flex;
  height: 100%;
}

.footer-links li a{
  padding:0px 27.5px;
}
.footer-links li a{
  color: #fff;
  border-right: 2px solid rgba(152, 152, 152, 0.25);
}

.footer-links li:last-child a{
  border: none;
}

.footer p{
  color: #B8B7B7;
  text-align: justify;
}

.card-link-wrap {
  background: rgba(54, 42, 64, 1);
  color: #fff;
  margin-bottom: 15px;
}

.card-link-wrap h2{
  text-transform: uppercase;
  position: relative;
  font-size: 20px;
  padding: 25px 35px;
  position: relative;
  z-index: 10;
  font-weight: 700;
  margin-bottom: 0;
}

.card-link-wrap h2:before{
  display: block;
  content: '';
  width: 20px;
  height: 27px;
  background: url('../img/tri.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 23px;
}




/*
==============================================================
                          OTHER PAGES
==============================================================
*/

.card{
  background:url('../img/acblur.png') !important;
  border-radius: 0px;
  border: none;
  margin-bottom: 1px;
}

.accordion button{
  color: #fff !important;
  font-size: 16px;
  text-decoration: none !important;
}

.table-wrap{
  color: #fff !important;
  overflow-x: scroll;
}

.table-wrap thead{
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

.table-wrap th{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-wrap td{
  padding:15px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-wrap tbody tr{
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

.table-wrap a{
  color: #ffffff !important;
  font-weight: 700;
}

.accordion-paragraph{
  padding: 30px 30px;
  color: #fff;
}

.nav-tabs{
  border:none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

.nav-tabs .nav-item{
  border-bottom: none;
  width: 50%;
  display: flex;
  padding: 0;
}

.nav-tabs .nav-link{
  background-color: rgba(0, 0, 0, 0.25);
  border: none;
  flex-grow: 1;
  border-radius: 0;
  text-align: center;
  font-weight: 700;
  padding: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: rgba(14, 3, 25, 0.87);
  border-color: transparent;
}

.search-wrap{
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 15px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-wrap input{
  width: 65%;
  margin-right: 25px;
  color: #ffffff;
  background: rgba(19, 5, 31, 0.95);
}

.search-wrap .btn{
  font-size: 11px;
}
/*
==============================================================
                          SOHAIB
==============================================================
*/


.account-card{
  border: 4px solid #F79D82 !important;
}
.tradinghours{
  background-image: url("../img/tradinghoursBg.png");
  background-position: center;
  background-size: cover;
}

.tradingtype{
  background:url('../img/acblur.png') !important;
  background-size:cover;
  background-position: center;
  position: relative;
  transition-duration: .2s;
  top: 0px;
  height: 100%;
}

.tradingtype:hover{
  top: -20px;
}
.slick-slide img {
  min-height: 126px !important;
}
.tradingtype:hover .acdarkoverlay{
  opacity: 1;
}

.tradingtype h2::before{
  display: block;
  content: '';
  width: 13px;
  height: 18px;
  background: url('../img/tri.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 18px;
}

.tradingtype h2{
  text-transform: uppercase;
  position: relative;
  font-size: 20px;
  padding: 15px 35px;
  position: relative;
  z-index: 10;
  font-weight: 700;
  margin-bottom: 0;
}
/*
==============================================================
                          SOHAIB
==============================================================
*/


.account-card{
  border: 4px solid #F79D82 !important;
}
.tradinghours{
  background-image: url("../img/tradinghoursBg.png");
  background-position: center;
  background-size: cover;
}
.midd{
  width: 950px;
  margin: 0px auto;
}
.tradingtype{
  background-image: url(../img/acblur.png);
}
.tradingtype h5:before{
    display: block;
    content: '';
    width: 20px;
    height: 27px;
    background: url(../img/tri.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 23px;
}
.steps{
  background-color: rgba(54, 42, 64, 1);
}
.list-group-item{
  border: none;
  background-color: rgba(19, 5, 31, 0.3);
  border-radius: 5px;
  align-items: center;
  display: flex;
  color: #13051F !important;
}
.list-group-item.active{
  background-color: #13051F;
  color: #fff !important;
}
.list-group-item:hover{
  background-color: #13051F;
  border: none;
  color: #fff !important;
}
.tabs li a{
  height: 50px;
  width: auto;
  text-align: center;
}
.newsimage{
  background-image: url("../img/News.png");
  background-position: center;
  background-size: cover;
  min-height: 80vh !important;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.newsinfo{
  background-color: #13051F;
  opacity: 0.7;
  color: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.col-md-4 .newsimage{
  min-height: 30vh !important;
}
.paginations .pagination .page-link{
  background-color: #13051F;
  opacity: 0.7;
  color: #fff;
  border-radius: 5px;
}
.paginations nav {
  margin: 0px auto !important;
  justify-content: center;
  display: flex;
}
.quote{
  background-image: url("../img/quoteBack.png");
  background-position: center;
  background-size: cover;
}
.quotation{
  color: #fff;
  text-align: center;
}
.thequote::after{
  background-image: url("../img/quote-right.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 52px;
  min-width: 50px;
  content: '';
  display: block;
  float: right;
  position: relative;
  top: -40px;
  right: -50px;
}
.reasons, .howtojoin{
  background-color: #13051F;
  opacity: 0.85;
  color: #fff;
}
.reasons i, .offers i{
  background-image: url("../img/iconsBg.png");
  background-size: cover;
  background-position: center;
  min-width: 70px;
  min-height: 70px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 10px !important;
}
.clientsinfo{
  background-color: #13051F;
  opacity: 0.09;
}
.howtojoin .flag-wrap i, .join .num, .steps .num{
  background-image: url("../img/flag.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 80px;
  min-height: 138px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 10px !important;
}
.tips{
  background-image: url("../img/tipsBg.png");
  background-position: center;
  background-size: cover;
  color: #fff;
}
.tips h3, .tips h5 {
  margin: 0px 0px !important;
  padding: 0px 20px !important;
}
.tips i{
  font-size: 60px;
  float: left;
  margin-right: 10px;
}
.managerdetails li, .termsncond li{
  line-height: 25px;
}
.gamebegin{
  background-image: url("../img/gamebegin.png");
  background-size: cover;
  background-position: center;
  color: #fff;
}
.walloffame{
  color: #13051F !important;
  background: rgba(19, 5, 31, 0.15);
}
.walloffame .tables .table thead tr th h5:before{
  display: block;
  content: '';
  width: 20px;
  height: 27px;
  background: url(../img/tri.svg);
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  padding-right: 30px;
}
.tables{
  border: 2px solid #13051F !important;
}
.tables .table{
  margin-bottom: 0rem !important;
}
.getstartedauto{
  background: url("../img/getstartedBg.png");
  background-position: center;
  background-size: cover;
}
.getstartedauto .linkingautotrade{
  background: url("../img/acblur.png");
  height: 100%;
  width: 100%;
  padding: 35px 25px;
}
.getstartedauto .linkingautotrade a{
  margin: 0px auto;
}
.join{
  background-color: #372b41;
  color: #fff;
}
.join h3{
  text-align: center;
}
.eligibility{
  background: rgba(19, 5, 31, 0.2);
}
.eligibility h3 {
  text-align: center;
}
.howtobeprofessional{
  background: url("../img/howtobeprofessional.png");
  background-position: center;
  background-size: cover;
}
.howtobeprofessional h3{
  margin-bottom: 0px;
}
.demoaccount input::placeholder {
  color: rgba(19, 5, 31, 0.75);
}

.demoaccount input, .dropdown select {
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid rgba(19, 5, 31, 0.25);
  outline: none;
  text-transform: initial;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 0px 0px 10px;
  color: #13051F;
  line-height: 40px;
  width: 100%;
}
.demoaccount .card-row{
  padding: 20px 35px;
  border-bottom: 0px;
  position: relative;
  z-index: 10;
}
.demoaccount input[type="checkbox"] {
  float: left;
  width: 20px;
}
.demoaccount a.btn.btn-primary {
    width: 80%;
}
.wthdraw .flex-wrap,.wthdraw .table-wrap table p, .wthdraw .table-wrap table a{
  color: #13051F !important;
}
.wthdraw .table-wrap table th{
  text-transform: uppercase;
}
.wthdraw .table-wrap table{
  border: 2px solid #13051F;
}
.wthdraw tbody tr, .wthdraw thead th,
.forex tbody tr, .forex thead th {
    border: none !important;
}
.wthdraw thead th span{
  font-weight: 600;
}
.wthdraw thead th{
  font-weight: 400;
}
.forex .table-wrap, .forex .accordion-paragraph{
  background: #ffffff;
  color: #13051F !important;
}
.forex .table-wrap{
  border: 2px solid #13051F;
}
.forex .table-wrap a {
  color: #13051F !important;
}
.tradehours{
  background: url("../img/tradehours.png");
  background-size: cover;
  background-position: center;
}
.webtrader .col-md-8.col-12{
  background-color: rgba(19, 5, 31, 0.15);
}
.webtrader .col-md-4.col-12{
  background: #372b41;
}
ul.keyfeatures li {
  padding: 25px 0px !important;
  line-height: 20px;
  border-bottom: 1px solid #fff;
  font-size: 15px;
}
ul.keyfeatures li:last-child{
  border-bottom: none;
}
ul.keyfeatures li:before, ul.benefitslist li:before{
  display: block;
  content: '';
  width: 10px;
  height: 14.15px;
  background: url(../img/tri.svg);
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  padding-right: 20px;
}
.afterwebtrader{
  background: url("../img/webtraderBg.png");
  background-size: cover;
  background-position: center;
}
.webtraderimg:hover{
  background: #13051f;
  opacity: 0.7;
}
.mt4 i{
  font-size: 60px !important;
  background: #372b41;
  padding: 25px;
  border-radius: 70px;
  height: 125px;
  width: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits{
  background-color: rgba(19, 5, 31, 0.15);
}
ul.benefitslist li span{
  font-weight: 600;
  line-height: 15px;
}
.howtouse{
  background-color: #13051F;
}
.getvps{
  background: url("../img/quoteback.png");
  background-position: center;
  background-size: cover;
}
.oneclick{
  background: url("../img/oneclick.png");
  background-position: center;
  background-size: cover;
}
.faq .col-md-4.col-12{
  background: #372b41;
  height: 75vh;
}
.contactus{
  background-image: url("../img/contactusBg.png") !important;
  background-size: cover;
  background-position: center;
}
.converter{
  background-color: #372b41;
}
.converter input{
  background-color: #13051F;
  border: none;
}
.converter .btn-outline-secondary{
  background-color: #909090;
  color: #fff;
  border: none;
}
.margincalc{
  background-color: #13051F;
}
.margincalc select, .pipcalc select {
  background: #372b41;
  border: none;
  color: white;
  max-width: 250px !important;
}
.margincalc .nav-link.active{
  background: #372b41;
}
.pipcalc{
  background-color: #EEEDEF;
}
.margincalc label{
  color: #fff;
}
.pipcalc label{
  color: #13051F;
}
.betterthanexpected{
  background-color: #D6FACB;
}
#myRange.slider{
  -webkit-appearance: none;
  padding: 0px 0px;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #F8AE79;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
#myRange.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #13051F;
  cursor: pointer;
}
#myRange.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
ul.w-100.d-flex.forlots li {
  text-align: center;
}
ul.w-100.d-flex.forlots li:last-child {
  text-align: right !important;
}
ul.w-100.d-flex.forlots li:first-child {
  text-align: left !important;
}
ul.w-100.d-flex.forlots li::before {
  display: block;
  content: '|';
  margin: -20px 20px;
  font-size: 40px;
  padding-bottom: 20px;
}

.copyright{
  /* background: rgba($color: #ffffff, $alpha: 0.1); */
  padding: 5px 0px;}
  .copyright p{
    margin-bottom: 0px;
      color: #ffffff;
      /* font-size: 16px; */
    
    }
    .copyright ul{
      list-style: none;
      padding: 0px;
      display: flex;
      margin-bottom: 0px;
      justify-content: flex-end;
    }
      
    .copyright li {
      padding: 0px 7.5px;
      

    }
     