html {
  overflow: unset;
}

body {
  font-family: Poppins !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Poppins !important;
}
p {
  font-size: 16px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a:hover {
	text-decoration: none !important;
}
.form-slide form input {
  background: white;
  padding: 7px 17px;
}
.form-slide form h5 {
  font-size: 18px;
}
.demoaccount .col-xs-4 {
  margin: 0px 0px !important;
}
.demoaccount .col-xs-8 {
  margin: 0px 0px !important;
}


header .navbar .navbar-toggler{
	padding-top: 10px;
    padding-bottom: 10px;
	background: #343a40 !important;
    border: 1px solid;
    box-shadow: none !important;
    outline: none !important;
}
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}
.icon-bar{
	background: #fff !important;
}
.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}
/*  .navbar-dark .nav-item > .nav-link.active  {
		   background-color:#d90000;
		  color:white!important;
		  text-align: center;
		} */

.navbar .dropdown-bg {
  background: rgba(0, 0, 0, 0.7);
  color: white;
}
.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
  background-color: #d9000075 !important;
}

.main-middle-header .navbar-nav .dropdown-menu {
	background: #000!important;
	width: 100%;
	top: 48px;
	padding: 10px;
}
.main-middle-header .navbar-nav .dropdown-menu .dropdown-item {
	padding: 2px 10px !important;
}

.main-middle-header .navbar-nav .dropdown-menu ul li a{
	color: #b5b5b5 !important;
}
.main-middle-header .navbar .navbar-brand{
	margin-right: 10px !important;
}
.main-middle-header .navbar .navbar-brand img {
  max-width: 120px;
}


.header-reg {
  background: url(/static/images/button-login-red.png);
  background-size: cover;
	width: 32px;
	height: 29px;
  text-align: right;
}

.cs-topbar-header .header-reg font{
	display: none !important;
	opacity: 0 !important;
	overflow: hidden;
}

header nav .Login-btn {
  background-color: #a8140e;
  border-radius: 5px;
  height: 36px;
}
header .Login-btn:hover {
  height: 42px;
  text-decoration: none;
  padding-top: 8px !important;
  transition: 0.2s;
}
.header-reg:hover {
  font-size: 16px;
  height: 40px;
  text-decoration: none;
  padding-top: 6px !important;
  transition: 0.2s;
}
header nav hr {
  width: 98%;
}
.megamenu-li {
  position: static;
}
.megamenu {
  position: absolute;
  padding: 15px;
}
header .navbar-nav li.nav-item.dropdown:nth-last-child(2) .dropdown-menu .col-sm-6 {
    width: 100%;
    max-width: 100%;
}
header .navbar-nav li.nav-item.dropdown .px-0.container.container-sm{
	display: block;
}


.footer {
  background-image: url(/static/images/footer-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.footer h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer .footer-menu,
.footer .footer-menu-social {
	margin-top: 30px;
}
.footer .footer-menu-social li{
	margin-right: 5px;
}
.footer .footer-menu-social li a{
	padding: 4px;
    width: 32px;
    height: 32px;
	font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3e3e3e;
    
}
.footer .footer-menu-social li a:hover{
	background: #a8140e !important;
	color: #fff !important;
}
.footer .footer-menu-social i {
  
  color: #fff;
}
.footer .footer-menu-social img {
  width: 120px;
}
.footer .footer-menu .lists-data {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer .footer-menu .lists-data li a,
.follow-contact-info ul li a,
.list-data li a
{
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer-menu-social .list-data,
.terms .list-data {
	display: flex;
}
.footer .terms li {
  border-right: 1px solid white;
}
.footer ul li a:hover {
  color: #a8140e !important;
  transition: 0.2s;
}
.follow-contact-info ul li {
    position: relative;
    padding-left: 25px;
	margin-bottom: 10px;
}
.follow-contact-info ul li i{
    position: absolute;
    left: 0;
	top: 3px;
}
#bottom-footer .bottom-para p {
  text-align: justify;
}
#bottom-footer .bottom-para a {
  color: #807d7d;
}
#bottom-footer .bottom-para a:hover {
  color: #1cba28 !important;
  transition: 0.2s;
}
#bottom-footer p {
  color: #807d7d;
}
#bottom-footer {
  background-color: #202020;
}


/* Contact us page */
.banner-contact {
	background-image: url(/static/images/banner.jpg);
}
.contact-form-box {
  -webkit-box-shadow: 0 0 20px rgb(148, 156, 144);
  -moz-box-shadow: 0 0 20px rgb(148, 156, 144);
  box-shadow: 0 0 20px rgb(148, 156, 144);
  margin-top: -110px;
  background: white;
  position: relative;
	padding: 50px;
}
.contact-details  {
   margin-top: 20px;
}
.contact-details h4 {
    font-size: 22px;
    margin-bottom: 20px;
}
.contact-details h5{
    font-size: 18px;
    font-weight: 600;
}

.contact-details .contact-info-list li {
	padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}
.contact-details .contact-info-list li i {
    position: absolute;
    left: 0;
    top: 1px;
    color: #a8140e;
  	font-size: 22px;
}
.contact-details p {
  color: #a2a2a2;
}
.contact-form .form-group{
	margin-bottom: 30px;
}
.contact-form .form-group .form-control {
  font-size: 15px;
  border-bottom: 1px solid #a2a2a2 !important;
  border-radius: 0px;
  color: #a2a2a2;
  box-shadow: none !important;
  margin-bottom: 0 !important;
	background: #ededed47;
    border-radius: 7px;
}


#demo1 .bottom-left .Register-btn:hover,
#demo1 .bottom-left .Login-btn:hover{
/*   padding-top: 9px !important;
  padding-bottom: 9px !important;
  transition: 0.2s; */
  text-decoration: none;
}


.Partnerships-otx-home a {
  font-size: 14px !important;
  background-color: #c01211;
}
.Partnerships-otx-home a:hover {
  background-color: #007509;
}
.Register-btn {
  background-color: #007509;
  padding: 4px 12px;
  border-radius: 5px;
}
.demo-btn {
  background-color: #007509;
  border-radius: 5px;
}
.account-btn {
  padding: 4px 36px;
  color: #fff;
  background-color: #a8140e;
  border-radius: 5px;
}

.account-btn:hover,
.account-btn:focus {
  color: #fff;
}
.Login-btn,
.know-more-btn {
  background-color: #a8140e;
  border-radius: 5px;
}

.banner-list li:before {
  content: url(https://otxforex.com/wp-content/uploads/2020/05/green-tick.png);
  position: relative;
  top: 5px;
  right: 3%;
}
.banner-top .banner-list li {
  display: inline-block;
}


.strategies-sec p {
  color: #797979;
}

.Partnerships-otx-home a:hover {
  font-size: 15px;
  transition: 0.2s;
  text-decoration: none;
}
.account-sec .Register-btn:hover {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  padding-left: 11px !important;
  padding-right: 11px !important;
  transition: 0.2s;
  text-decoration: none;
}
.account-sec .account-btn:hover {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  transition-duration: 0.2s;
  text-decoration: none;
}
.strategies-sec .demo-btn:hover {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 9px !important;
  padding-right: 9px !important;
  transition: 0.2s;
  text-decoration: none;
}

/* 
.strategies-sec li:before {
  content: url(https://otxforex.com/wp-content/uploads/2020/05/green-tick.png);
  position: relative;
  top: 7px;
  right: 3%;
} */


@media screen and (min-width: 576px) {
  .has-mega-menu .col-sm-6 {
    width: 465px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .form-slide .calculation .form-para {
    width: 30%;
  }

  .form-slide .calculation .captchacls {
    width: 70% !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .contact-details .padding {
    padding-left: 30px !important;
  }
  .contact-details .padding-middle {
    padding: 0px !important;
  }
  .contact-details p {
    font-size: 14px !important;
  }
}






@media screen and (max-width: 576px) {
  .demoaccount .col-xs-4 {
    width: 30%;
    padding-right: 0px;
  }
  .demoaccount .col-xs-8 {
    width: 70%;
    padding-left: 0px;
  }
  .demo-second {
    text-align: center;
  }
  .demo-banner h2 {
    text-align: center;
  }
  .form-slide .calculation .form-para {
    padding-top: 9px;
    padding-bottom: 5px;
    padding-left: 6px;
  }
/*   .strategies-sec .second-right-second {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .strategies-sec .second-right-first {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  } */

  #demo .banner-list {
    text-align: center !important;
  }
 
  
  .contact-details p {
    font-size: 14px;
  }
  .contact-details .padding {
    padding-left: 24px;
  }

  .contact-details .padding-middle {
    padding: 0px;
  }
  .contact-form-box {
    margin-top: 0px;
  }

  p {
    font-size: 14px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 16px;
  }
  .banner-contact .centered {
    font-size: 20px;
  }
  .card-columns {
    column-count: 1;
  }
  .banner-top {
    padding: 80px 0;
  }
 
  .account-sec h2 {
    text-align: center;
  }
  .strategies-sec ul li {
    font-size: 14px;
  }

}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0; /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;

  -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.fade-in.zero {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.fade-in.one {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.fade-in.two {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.fade-in.three {
  -webkit-animation-delay: 2.9s;
  -moz-animation-delay: 2.9s;
  animation-delay: 2.9s;
}
.trading-sec .icon-box img {
  width: auto;
  max-width: fit-content;
}
.trading-sec .icon-box ul li a {
    color: #a8140e;
}

.footer-primary {
  display: none;
}


.floating-contact-one {
  width: 400px;
  height: auto;
  position: fixed;
  bottom: 180px;
  right: -344px;
  transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  z-index: 99;
}

.floating-contact-two {
  width: 400px;
  height: auto;
  position: fixed;
  bottom: -9px;
  right: -344px;
  transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  z-index: 99;
}
.cc-float-form {
  background-color: white;
  padding: 10px;
  width: 344px;
  font-size: 13px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.floating-contact p {
  font-size: 13px;
  font-weight: bold;
}
.floating-contact .close-float-one,
.close-float-two {
  cursor: pointer;
}
/* Diebfixed-social-info */ 

.fixed-button-right {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 100%;
}

.sidebar-contact-one,
.sidebar-contact-two{
  position: fixed;
  bottom: 130px;
  right: -340px;
  width: 340px;
  height: auto;
  padding: 0px;
  background: #fff;
  box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 0;
  transform: translateY(0);
}

.sidebar-contact-one.active,
.sidebar-contact-two.active {
  right: 0;
  z-index: 9;
}
.toggle-one,
.toggle-two{
	max-width: 50px;
	position: fixed;
	width: 35px;
	text-align: center;
	cursor: pointer;
	top: 50%;
	left: -35px;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} 


.sidebar-contact-one input,
.sidebar-contact-one textarea,
.sidebar-contact-two input,
.sidebar-contact-two textarea,
.sidebar-contact-two select{
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 0px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  outline: none;
}

.sidebar-contact-one h2,
.sidebar-contact-two h2{
  margin: 0 0 20px;
  padding: 10px;
  font-size: 23px;
}
.sidebar-contact-one textarea,
.sidebar-contact-two textarea {
  height: 60px;
  resize: none;
  border: 2px solid #aaa;
}
.sidebar-contact-one input[type="submit"],
.sidebar-contact-two input[type="submit"] {
  background: #a8140e;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 18px;
}

.sidebar-contact-one .form-field,
.sidebar-contact-two .form-field{
  display: flex;
  margin: 0 0 1rem 0;
}

.sidebar-contact-one label,
.sidebar-contact-one input,
.sidebar-contact-one textarea,
.sidebar-contact-two label{
  width: 70%;
  box-sizing: border-box;
  justify-content: space-between;
  font-size: 13px;
}

.sidebar-contact-one label,
.sidebar-contact-two label{
  width: 30%;
}

.sidebar-contact-one input,
.sidebar-contact-one select {
  border: 2px solid #aaa;
  border-radius: 2px !important;
}
.sidebar-contact-one button,
.sidebar-contact-two button {
  background-color: #a8140e !important;
}


#ciYv1E {
  z-index: 0 !important;
}
.f7x .psmw_Yv1E {
  z-index: 55 !important;
}
.psmtc_Yv1E {
  bottom: 33% !important;
  right: 0px !important;
  z-index: 0 !important;
  max-width: 35px;
}

.ps_messenger__toggle-content {
  margin-right: 0px !important;
}

.error_message {
  color: #dc2525;
}

.success_message {
  color: #189018;
}



@media screen and (max-width: 767px) {
/*   .psmtc_Yv1E {
    bottom: 154px !important;
  } */

  .grecaptcha-badge {
    z-index: 999999 !important;
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  #cookie-law-info-bar {
    font-size: 12px;
  }
  .cli-plugin-button,
  .cli-plugin-button:visited,
  .medium.cli-plugin-button,
  .medium.cli-plugin-button:visited {
    font-size: 10px;
    margin: 1px !important;
  }
  .about-sec .first-img-about img {
    max-width: 75px;
  }
  
}
@media screen and (min-width: 1697px) and (max-width: 1830px) {
  #demo1 .carousel-caption {
    left: 18% !important;
  }

}
@media screen and (min-width: 1831px) and (max-width: 2023px) {
  #demo1 .carousel-caption {
    left: 21% !important;
  }

}
@media screen and (min-width: 2024px) and (max-width: 2243px) {
  #demo1 .carousel-caption {
    left: 24% !important;
  }

}
@media screen and (min-width: 2244px) and (max-width: 2530px) {
  #demo1 .carousel-caption {
    left: 27% !important;
  }

}
@media screen and (min-width: 2531px) and (max-width: 3000px) {
  #demo1 .carousel-caption {
    left: 29% !important;
  }

}

.privacy-banner,
.privacy-section-2,
.pdf-section {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.privacy-banner {
  background: url(/static/images/privacy.png);
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 180px;
}
.privacy-banner hr {
  width: 250px;
  height: 6px;
  margin: auto;
  display: block;
}
.privacy-banner .btn:hover{
	background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

.pdf-section {
  background: url(/static/images/pdf-sec.png);
  background-size: cover;
}
.pdf-section .pdf-links-box{
	padding: 20px;
    padding-left: 60px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	background: white;
	margin-top: 20px;
	box-shadow: 6px 3px 9px 0px rgb(124 124 124 / 32%);
}
.pdf-section .pdf-links-box:hover{
	box-shadow: 6px 3px 9px 0px rgb(124 124 124 / 60%);
}
.pdf-section .pdf-links-box .pdf-links-box-img {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.pdf-section .pdf-links-box .pdf-links-box-text{
  border-radius: 8px;
  font-size: 15px;
  float: left;
}
.pdf-section .pdf-links-box .pdf-links-box-text span{
	color: #212529;
}
.bonus-pdf-section-2 {
	background: #fff;
}

.pdf-section .open-account,
.privacy-banner .open-account {
  background-color: #a8140e;
  border-radius: 10px;
}
.privacy-section-2 hr {
  background-color: #a8140e;
  height: 1px;
  width: 70px;
}


.pdf-link {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  background: white;
}
.pdf-link .img {
  float: left;
}

.pdf-link .btn {
  padding: 18px 20px;
  border-radius: 8px;
  font-size: 15px;
  float: left;
}
.pdf-link .btn:hover {
  background-color: #fff;
}
.pdf-link input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

div#cookie-law-info-bar {
  width: 100% !important;
  top: 98% !important;
  left: 0% !important;
  margin-left: 0px !important;
}

.grecaptcha-badge {
  display: none !important;
}

.form-slide form input::placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
}

.pdfemb-select-page {
  margin-top: 4px;
  padding: 2px 5px;
  font-size: 12px;
  background-color: hsla(0, 0%, 0%, 0.12);
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.05),
    hsla(0, 0%, 100%, 0)
  );
  background-clip: padding-box;
  border: 1px solid hsla(0, 0%, 0%, 0.35);
  border-color: hsla(0, 0%, 0%, 0.32) hsla(0, 0%, 0%, 0.38)
    hsla(0, 0%, 0%, 0.42);
  box-shadow: 0 1px 0 hsl(0deg 0% 100% / 5%) inset,
    0 0 1px hsl(0deg 0% 100% / 15%) inset, 0 1px 0 hsl(0deg 0% 100% / 5%);
  color: white;
  border: grey;
  min-height: 10px;
}

.pdfemb-select-page option {
  background: #737373;
}

.nv-sidebar-wrap.nv-right {
  display: none;
}
/*---------------------------------------------------
   Privacy Policy Guidelines
-------------------------------------------------*/
#privacy-policy {
  background-image: url("/static/images/privacy-policy-.jpg");
}
/*--------------------------------------------------------------------
         Risk Disclosure
------------------------------------------------------------------*/
.risk-disclosure-sec {
  background-image: url("/static/images/risk-disclosure.jpg");
  padding: 100px 0 150px;
}
.disclosure-info {
  margin-left: auto;
  margin-right: auto;
}
.risk-disclosure-sec .disclosure-info .inr-bnr-title {
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  background: rgb(0 0 0 / 46%);
  display: inline-block;
  padding: 0 10px;
}

 .risk-disclosure-info {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-top: 10px solid #a8140e;
  box-shadow: 1px 1px 9px 6px #6c6c6c40;
}
.risk-disclosure-info .risk-disclosure-info-boxes{
	margin-top: 30px;
}
.risk-disclosure-info .risk-disclosure-info-boxes h2{
font-size: 22px;
  font-weight: 500;
	text-align: left;
}
.risk-disclosure-info .risk-disclosure-info-boxes p {
  color: #7a7a7a;
  text-align: justify;
  font-size: 16px;
}


/*----------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/
/*---------------------------Trading-Products-------------------------------*/
/*--------------------------------------------------------------------------*/
/*---------------------------Product-Main Page-Start-----------------------------*/

#main-product .main-product-banner {
  background-image: url(/static/images/main-product-banner.png);
}

.trading-products-second .sub-products .trading-product-box h3 {
  font-size: 28px;
	margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.trading-products-second .sub-products .trading-product-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 30px;
  margin-top: 30px;
  background-image: url(/static/images/product-box.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	min-height: 370px;
}
.trading-products-second .sub-products .trading-product-box p {
  text-align: justify;
	margin-bottom: 30px;
}

.multiple-instruments-stripe-bottom {
  background-image: url(/static/images/product-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.multiple-instruments-stripe-bottom h4 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
.multiple-instruments-stripe-bottom .product-bottom-btn {
  background-color: #fff;
  color: #9d140f;
  border: none;
  border-radius: 8px;
  width: 150px;
  height: 40px;
  margin-top: 35px;
}

/*----------------------------------main Product page end----------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*----------------------Forex Start---------------------------------------*/

#products-forex .o-forex-banner {
  background-image: url(/static/images/nw-forex.jpg);
}
.trading-product-banner .inner-banner-heading .inr-bnr-title{
  display: inline-block;
  color: #fff;
  background-color: #94130e;
/*   background-image: linear-gradient(315deg, #a8140e 0%, #007509 74%); */
  padding: 10px 20px;
}

.trading-products-comm-second-sec .t-products-second-info {
  text-align: center;
  color: #7a7a7a;
}

.trading-products-comm-third-sec .t-products-benifits-box {
    position: relative;
    padding-left: 50px;
	margin-bottom: 30px;
}
.trading-products-comm-third-sec .t-products-benifits-box .t-products-benifits-box-img {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
}
.trading-products-comm-third-sec .t-products-benifits-box .t-products-benifits-box-info h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
.trading-products-comm-third-sec .t-products-benifits-box .t-products-benifits-box-info p{
	color: #7a7a7a;
	margin-bottom: 0;
}

.trading-products-comm-fourth-sec .why-otx-info h4 {
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (min-width: 1200px) {
  .trading-products-comm-fourth-sec .why-forx-img {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
	.trading-products-comm-fourth-sec .why-otx-info h2 {
	  text-align: left !important;
	}	
}

.trading-products-comm-fifth-sec thead th {
  vertical-align: middle;
}

#products-forex .color-light {
  color: #acacac !important;
}
.trading-products-comm-fifth-sec .table th {
  text-align: center !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
  font-size: 13px;
}
.trading-products-comm-fifth-sec .table td {
  text-align: center !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
  font-size: 13px;
}

.trading-products-comm-fifth-sec .pagination > li:first-child > a,
.trading-products-comm-fifth-sec .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.trading-products-comm-fifth-sec .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #a8140e;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.trading-products-comm-fifth-sec .pagination > .active > span {
  z-index: 3;
  color: #fff;
  background-color: #a8140e;
  border-color: #a8140e;
}
#products-forex .sr-only {
  display: none;
}
/*----------------------Forex End---------------------------------------*/
/*----------------------Indice Start------------------------------------*/
#products-indice .o-indice-banner {
  background-image: url(/static/images/nw-final-indices-banner.jpg);
}
/*----------------------Indice End--------------------------------------*/
/*----------------------------------------------------------------------*/
/*----------------------Spot-metals Start-------------------------------*/
#products-spot-metals .o-spot-metals-banner {
  background-image: url(/static/images/nw-spot-metals.jpg);
}
/*----------------------Spot-metals End---------------------------------*/
/*----------------------------------------------------------------------*/
/*----------------------Energy Start------------------------------------*/
#products-energy .o-energy-banner {
  background-image: url(/static/images/nw-energy.jpg);
}
/*----------------------Energy End--------------------------------------*/
/*----------------------------------------------------------------------*/
/*----------------------Shares Start------------------------------------*/
#products-shares .o-shares-banner {
  background-image: url(/static/images/nw-shares.jpg);
}
/*----------------------Shares End---------------------------------------*/
/*-----------------------------------------------------------------------*/
/*----------------------Commodities Start--------------------------------*/
#products-commodities .o-commodities-banner {
  background-image: url(/static/images/nw-final-commodites-banner.jpg);
}
/*----------------------Commodities End----------------------------------*/
/*-----------------------------------------------------------------------*/


/*--------------------------------------------------------------------------*/
/*---------------------------Main-Partnership-------------------------------*/
/*--------------------------------------------------------------------------*/
/*------------------------Introducing Broker Start--------------------------*/
#part-introducing-broker .part-broker-banner {
  background-image: url(/static/images/ib-banner-new.png);
}
.partner-comm-second-sec .partner-ib-content p {
  color: #7a7a7a;
}
.partner-comm-second-sec .partner-service-box{
	margin-bottom: 30px;
}
.partner-comm-second-sec .partner-service-box .partner-service-box-img {
    width: 100px;
	height: 100px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
	box-shadow: 0 0 10px 0px #7272727d;
    transition: transform 0.5s;
}
.partner-comm-second-sec .partner-service-box:hover .partner-service-box-img {
  box-shadow: 0 0 15px 0px #727272;
}
.partner-comm-second-sec .partner-service-box .partner-service-box-info{
	margin-top: 15px;
	text-align: center;
}
.partner-comm-second-sec .partner-service-box .partner-service-box-info h4 {
  font-size: 18px;
  font-weight: bolder;
  
}

.partner-comm-third-sec .partner-advantages-otx-img {
    max-width: 650px;
    margin: 0 auto;
}
.partner-comm-third-sec .partner-advantages-otx-info .partner-advantages-otx-info-box {
    margin-top: 30px;
}
.partner-comm-third-sec .partner-advantages-otx-info .partner-advantages-otx-info-box h4 {
  font-size: 18px;
  font-weight: bold;
}
.partner-comm-third-sec .partner-advantages-otx-info .partner-advantages-otx-info-box p {
  font-size: 16px;
  color: #7a7a7a;
}

.partnership-comm-stripe-bottom {
  background-image: url(/static/images/ib-bottom-banner.png) !important;
}
.partnership-comm-stripe-bottom .red-btn:hover{
	color: #000 !important;
	background: #fff !important;
	border-color: #fff !important;
}

/*------------------------Introducing Broker End---------------------------*/
/*-------------------------------------------------------------------------*/
/*------------------------Regional Representatives Start-------------------*/

#part-rr .part-rr-banner {
  background-image: url(/static/images/rr-banner.png);
}
/*------------------------Regional Representatives End-----------------------*/
/*---------------------------------------------------------------------------*/
/*------------------------CPA Start------------------------------------------*/
#part-cpa .part-cpa-banner {
  background-image: url(/static/images/cpa-banner.png);
}
/*------------------------CPA End------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*------------------------Money Managers Start-----------------------------*/
#part-moneymanager .part-moneymanager-banner {
  background-image: url(/static/images/mm-banner.png);
}
/*------------------------Money Managers End----------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*------------------------Affilate Program Start-------------------------*/
#part-affilate-program .part-affilate-program-banner {
  background-image: url(/static/images/affilate-banner.png);
}
/*------------------------Affilate Program End---------------------------*/
/*------------------------------------------------------------------------*/
/*-----------------------White Label Start----------------------------------------*/
.part-white-lable-banner {
  background-image: url(/static/images/wl-banner.png);
}

.part-white-lable-banner .wl-banner-btn:hover {
	color: #000 !important;
    background: #fff !important;
    border-color: #fff !important;
}
/*---Section-2--*/
.partner-white-label-part2 .part-white-lable-second-info-left h4 {
  font-size: 18px;
  font-weight: 600;
}
.partner-white-label-part2 .part-white-lable-second-info-right {
  padding-top: 20px;
  font-size: 13px;
}
.partner-white-label-part2 .part-white-lable-second p {
  font-size: 15px;
  line-height: 24px;
}
.partner-white-label-part2 .part-white-lable-second-info-right .wl-part1,
.partner-white-label-part2 .part-white-lable-second-info-right .wl-part3 {
  border-bottom: 2px dashed #5a5a5a;
}
.partner-white-label-part2 .part-white-lable-second-info-right .wl-part2 {
  border-right: 2px dashed #000;
  border-left: 2px dashed #000;
  border-bottom: 2px dashed #000;
}
.partner-white-label-part2 .part-white-lable-second-info-right .wl-part5 {
  border-right: 2px dashed #000;
  border-left: 2px dashed #000;
}
.partner-white-label-part2 .part-white-lable-second-info-right .wl-part4,
.partner-white-label-part2 .part-white-lable-second-info-right .wl-part5,
.partner-white-label-part2 .part-white-lable-second-info-right .wl-part6 {
  padding-top: 10px;
}
/*---Section-3--*/
.partner-white-label-part3 {
  background-image: url(/static/images/wl-banner2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.partner-white-label-part3 ul{
	display: flex;
	align-items: center;
}
.partner-white-label-part3 ul li:nth-last-child(1){
	margin-left: 25px;
}
.partner-white-label-part3 ul li a {
	border-radius: 10px;
    border: none;
    display: inline-block;
    padding: 8px 15px;
    background-color: #fff !important;
}

/*---Section-4--*/
.white-lable-benefits-box {
    margin-top: 30px;
    padding: 15px;
    background: #f1f1f1;
    border-radius: 10px;
    height: 90%;
}
.white-lable-benefits-box .white-lable-benefits-box-info h4 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
}

/*---Section-5--*/
.partner-white-label-part5{
  background-image: url(/static/images/wl-botttom-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.brokrage-left-ttile-box {
	position: relative;
}
.brokrage-left-ttile-box .brokrage-left-box-content {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brokrage-left-ttile-box .brokrage-left-box-content h3 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}


.partner-white-label-part5 .brokrage-right-three-box {
  margin-top: 30px;
}
.partner-white-label-part5 .brokrage-right-three-box .brokrage-right-box1 {
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px
}
.partner-white-label-part5 .brokrage-right-three-box .brokrage-right-box1 p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 600;
}
.partner-white-label-part5 .brokrage-right-three-box .red-btn:hover{
	color: #000 !important;
    background: #fff !important;
    border-color: #fff !important;
}
@media screen and (min-width: 600px) {
  #white-label-part .benefits-for-desktop {
    display: block;
  }
  #white-label-part .benefits-for-mobile {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #white-label-part .benefits-for-desktop {
    display: block;
  }
  #white-label-part .benefits-for-mobile {
    display: block;
  }
}
/*-----------------------White Label End----------------------------------------*/

/*-------------------------------------------------------------------------------*/
/*------------------------Learn forex start-----------------------------------------------*/
#learn-forex .learn-forex-banner {
  background-image: url(/static/images/learn-forex-banner.png);
}

.learn-forex-comm-third-sec .learn-forex-third-boxinfo h3 {
  font-weight: bold;
}
.learn-forex-comm-third-sec .learn-forex-third-boxinfo p {
  text-align: justify;
  line-height: 26px;
}
.learn-forex-comm-third-sec .learn-forex-third-boxinfo ul {
  list-style: none;
}
.learn-forex-comm-third-sec .learn-forex-third-boxinfo ul li {
  padding-top: 3px;
}
.learn-forex-comm-third-sec .learn-forex-third-boxinfo ul li::before {
  content: "\2022";
  color: #a8140e;
  font-weight: bolder;
  display: inline-block;
  width: 1em;
}
/*-------------------------learn-forex-end------------------------------*/
/*----------------------------------------------------------------------*/

/*-------------------------Demo-Account-Start------------------------------*/

.demo-banner {
  background: url("/static/images/demo-banner.png")
    center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}
.demo-account-banner-text .demo-account-banner-title {
    font-size: 42px;
    font-weight: 600;
}

.demo-account-banner-form {
	max-width: 450px;
    margin-left: auto;
}
.demo-account-banner-form form {
  padding: 20px;
/*   background-color: #2b8788d9; */
  background: #a8140e;
  border-radius: 10px;
  border: 1px solid;
}
.demo-account-banner-form form .form-group .form-control {
    background: none;
    color: #fff !important;
	box-shadow: none !important;
}
.demo-account-banner-form form .form-group .form-control::placeholder,
.demo-account-banner-form form .form-group select:first-child{
	color: #fff !important;
}
.form-slide .calculation .captchacls {
  width: 70% !important;
	border: 1px solid;
}
.form-slide .calculation .form-para {
  width: 30%;
  background: white;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 17px;
  margin-bottom: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.form-slide form h5 {
  padding-bottom: 0px !important;
}
.form-slide .calculation input {
  border: 1px solid #ddd0;
  border-radius: 0px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.form-slide .btn_center {
  text-align: center;
}
.form-slide .btn_center button {
  color: white;
}
.demo-account-banner-form form .btn {
  background-color: #fff !important;
	color: #000 !important;
}
.demo-bb-box-list li {
    display: inline-block;
    max-width: 215px;
	vertical-align: top;
	padding: 0 15px;
	margin-bottom: 20px;
}
.why-demo-acc-box .why-demo-acc-box-img{
	padding: 50px 25px;
	text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
	background: #fff;
    box-shadow: rgb(14 30 37 / 12%) 0px 8px 4px 0px, rgb(14 30 37 / 32%) 0px 6px 16px;
}

.why-demo-acc-box .why-demo-acc-box-info h5 {
	font-size: 18px;
	font-weight: 600;
}

/*-------------------------Demo-Account-End------------------------------*/
/*----------------------------------------------------------------------*/
/*------------------------Main-Promotion-Start--------------------------*/
#main-promotions .main-promotions-banner {
  background-image: url(/static/images/main-promotion-banner.png);
}

#main-promotions .promotion-trade hr {
  margin-left: 0px;
  border-bottom: 5px solid #9d140f;
  width: 250px;
}
#main-promotions .trade-sec {
  position: absolute;
  color: #fff;
  top: 15px;
}
#main-promotions .trade-sec h5 {
  font-size: 60px;
  font-weight: 500;
  margin-left: 8px;
  margin-top: -8px;
}
#main-promotions .trade-sec p {
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
}

@media only screen and (max-width: 600px) {
  #main-promotions .main-promotions-banner h2 {
    font-size: 30px !important;
  }
  #main-promotions .trade-sec {
    top: 6px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 600px) {
  #main-promotions .trade-sec h5 {
    font-size: 25px;
    margin-left: 5px;
    margin-top: 4px;
  }
  #main-promotions .trade-sec p {
    font-size: 16px;
    margin-left: 8px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 325px) and (max-width: 385px) {
  #main-promotions .trade-sec h5 {
    font-size: 25px;
    margin-left: 5px;
    margin-top: 4px;
  }
  #main-promotions .trade-sec p {
    font-size: 14px;
    margin-left: 8px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 320px) {
  #main-promotions .main-promotions-banner h2 {
    font-size: 25px !important;
  }

  #main-promotions .work-wrap .text h2 {
    font-size: 20px !important;
  }

  #main-promotions .trade-sec p {
    font-size: 12px;
    line-height: 13px;
  }
  #main-promotions .trade-sec h5 {
    font-size: 20px;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {


  #main-promotions .trade-sec h5 {
    font-size: 30px;
    margin-top: 6px;
    margin-left: 5px;
  }
  #main-promotions .trade-sec p {
    font-size: 16px;
    margin-left: 8px;
  }
  #main-promotions .trade-sec {
    top: 3px;
  }
  #main-promotions .promotion-bottom-btn {
    width: 100px;
    font-size: 13px;
    height: 30px;
  }
  
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  #main-promotions .trade-sec h5 {
    font-size: 45px;
  }
  #main-promotions .trade-sec p {
    font-size: 23px;
  }
}

#main-promotions .owl-carousel .owl-nav .owl-prev p small,
.owl-next p small {
  display: none !important;
}
#main-promotions .owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  margin-left: -10px;
  font-size: 30px !important;
}
#main-promotions .owl-carousel .owl-nav .owl-prev {
  border: 2px solid #9d140f;
  width: 35px;
  height: 35px;
  border-radius: 20px;
}
#main-promotions .owl-carousel .owl-nav .owl-prev:hover {
  background-color: #ffc6be;
}
#main-promotions .owl-carousel .owl-nav .owl-next:hover {
  background-color: #ffc6be;
}
#main-promotions .owl-carousel .owl-nav .owl-next {
  border: 2px solid #9d140f;
  width: 35px;
  height: 35px;
  border-radius: 20px;
}
#main-promotions .owl-carousel .owl-nav .owl-prev p span,
.owl-carousel .owl-nav .owl-prev p small,
.owl-carousel .owl-nav .owl-next p span,
.owl-carousel .owl-nav .owl-next p small {
  margin-left: 8px !important;
}
#main-promotions .owl-carousel .owl-nav .owl-prev span:before {
  content: url(https://otxforex.com/wp-content/uploads/2021/09/left-arr.png);
  color: #fff;
}
#main-promotions .owl-carousel .owl-nav .owl-next span:before {
  content: url(https://otxforex.com/wp-content/uploads/2021/09/right-arr.png);
}
#main-promotions .owl-carousel {
  position: relative;
}
#main-promotions .owl-carousel .owl-item {
  opacity: 1;
}
#main-promotions .owl-carousel .owl-item.active {
  opacity: 1;
}

#main-promotions .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  color: rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.3s;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  #main-promotions .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.owl-carousel .owl-nav .owl-prev p span,
.owl-carousel .owl-nav .owl-prev p small,
.owl-carousel .owl-nav .owl-next p span,
.owl-carousel .owl-nav .owl-next p small {
  display: block;
  color: #000;
  line-height: 0.8;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-nav .owl-prev p span,
  .owl-carousel .owl-nav .owl-prev p small,
  .owl-carousel .owl-nav .owl-next p span,
  .owl-carousel .owl-nav .owl-next p small {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
#main-promotions .owl-carousel .owl-nav .owl-prev small,
.owl-carousel .owl-nav .owl-next small {
  text-transform: uppercase;
}
#main-promotions .owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  line-height: 0;
}
#main-promotions .owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-nav .owl-prev span:before,
  .owl-carousel .owl-nav .owl-next span:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.owl-carousel .owl-nav .owl-prev:hover small,
.owl-carousel .owl-nav .owl-next:hover small {
  color: #ffc6be;
}
#main-promotions .owl-carousel .owl-nav .owl-prev:hover span:before,
.owl-carousel .owl-nav .owl-next:hover span:before {
  color: #ffc6be;
}
#main-promotions .owl-carousel .owl-nav .owl-prev {
  left: 50%;
  margin-left: -55px;
}
#main-promotions .owl-carousel .owl-nav .owl-next {
  right: 50%;
  margin-right: -35px;
}

#main-promotions .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

@media (max-width: 767.98px) {
  #main-promotions .work-wrap .text,
  .work-wrap .img {
    width: 100%;
  }
}

#main-promotions .owl-carousel .owl-nav .owl-prev p span,
.owl-carousel .owl-nav .owl-prev p small,
.owl-carousel .owl-nav .owl-next p span,
.owl-carousel .owl-nav .owl-next p small {
  color: #9d140f;
}


@media only screen and (max-width: 767px) {
  #main-promotions .slide-info {
    width: 100%;
  }

  .work-wrap img {
    height: 150px !important;
    width: 200px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
/*---------------------------Main-Promotion-End------------------------------*/
/*---------------------Account Comparison Start-----------------------------------*/
#o-account-comparison .o-ac-banner {
  background-image: url(/static/images/ac-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50vh;
}
#o-account-comparison .o-ac-banner .ac-info h2 {
  font-size: 50px;
  font-weight: bold;
  padding-top: 150px;
  color: #fff;
  text-align: center;
}
#o-account-comparison .ac-table table {
  border: 4px solid #dadada;
  border-radius: 5px;
  text-align: center;
}

#o-account-comparison .table-bordered th {
  font-size: 19px;
  font-weight: normal;
  color: #000000;
}
#o-account-comparison .table-bordered td {
  font-size: 18px;
  color: #868686;
  text-align: center;
}
#o-account-comparison .table .thead-light th {
  background-color: #9d140f;
  border-color: #dadada;
  color: #fff;
  font-size: 24px;
  height: 80px;
}
#o-account-comparison .ac-bottom {
  background-image: url(/static/images/promotion-bottom-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
}
#o-account-comparison .ac-bottom h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
}
#o-account-comparison .ac-bottom-btn {
  background-color: #fff;
  color: #9d140f;
  border: none;
  border-radius: 8px;
  width: 150px;
  height: 40px;
  margin-top: 35px;
}
#o-account-comparison .ac-bottom-btn:hover {
  background-color: #9d140f;
  border: 2px solid#fff;
  color: #fff;
}
#o-account-comparison .ac-live-btn {
  background-color: #9d140f;
  border: 2px solid#fff;
  color: #fff;
  height: 40px;
  border-radius: 5px;

  font-weight: normal;
}

@media only screen and (max-width: 600px) {
  #o-account-comparison .ac-bottom h4 {
    text-align: center;
    padding-bottom: 0;
  }
  #o-account-comparison .ac-bottom-btn {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #o-account-comparison .o-ac-banner .ac-info h2 {
    font-size: 30px;
  }
  #o-account-comparison .table .thead-light th {
    font-size: 16px;
  }
  #o-account-comparison .ac-table {
    margin-top: 50px;
  }
  #o-account-comparison .table-bordered th {
    font-size: 16px;
  }
  #o-account-comparison .table-bordered td {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) and (min-width: 600px) {
  #o-account-comparison .ac-bottom-btn {
    width: 100px;
    font-size: 10px !important;
  }
  #o-account-comparison .ac-bottom h4 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 600px) {
  #o-account-comparison .ac-table {
    position: relative;
    top: -100px;
  }
  #o-account-comparison .ac-live-btn {
    margin-top: -120px;
  }
  #o-account-comparison .ac-bottom {
    margin-top: -20px;
  }
}
/*---------------------Account Comparison End-----------------------------------*/
/*-----------------------NDB start---------------------------------------------*/
#o-ndb .o-ndb-banner {
  background-image: url(/static/images/o-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 55vh;
}
#o-ndb .o-ndb-banner img {
  margin-top: 60px;
}
#o-ndb .ndb-banner-btn {
  background-color: #fff;
  color: #9d140f;
  border: none;
  border-radius: 8px;
  width: 140px;
  height: 40px;
}

#o-ndb .ndb-info {
  margin-top: 70px;
  margin-bottom: 70px;
}
#o-ndb .ndb-info h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#o-ndb .ndb-info h2 span {
  border-bottom: 5px solid #61faf9;
}
#o-ndb .ndb-info h3 {
  font-size: 45px;
  font-family: "Gotham", sans-serif !important;
  color: #c0c0c0;
  font-weight: normal;
}
#o-ndb .ndb-info h4 {
  font-size: 20px;
  font-weight: bold;
}
#o-ndb .ndb-info p {
  font-size: 15px;
}
#o-ndb .info-left-part {
  margin-top: 50px;
}
#o-ndb .ndb-claim-btn {
  background-color: #9d140f;
  border: 2px solid#fff;
  color: #fff;
  height: 40px;
  border-radius: 10px;
  width: 130px;
  font-weight: normal;
}
#o-ndb .ndb-claim-btn:hover {
  background-color: #fff;
  color: #9d140f;
  border: 2px solid #9d140f;
}
#o-ndb .ndb-advantage {
  margin-top: 80px;
  margin-bottom: 30px;
}
#o-ndb .ndb-advantage h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#o-ndb .ndb-advantage h2 span {
  border-bottom: 5px solid #61faf9;
}
#o-ndb .advantage-part {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 10px;
  padding: 20px;
}
#o-ndb .advantage-part p {
  font-size: 15px;
}

#o-ndb .advantage-part h4 {
  font-size: 18px;
  font-weight: bold;
}
#o-ndb .ndb-trading {
  background-image: url(/static/images/ndb-center-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  margin-top: 80px;
  margin-bottom: 80px;
}
#o-ndb .ndb-trading h3 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: bold;
}
#o-ndb .trading-claim-btn {
  background-color: #fff;
  color: #9d140f;
  border: none;
  border-radius: 8px;
  width: 140px;
  height: 40px;
  margin-top: 65px;
}
#o-ndb .trading-claim-btn:hover {
  background-color: #9d140f;
  border: 2px solid#fff;
  color: #fff;
}
#o-ndb .terms-condition {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 8px;
}
#o-ndb .terms-condition h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
#o-ndb .terms-condition ul {
  margin: auto 50px 0px 50px;
  list-style: none;
}
#o-ndb .terms-condition ul li::before {
  content: "\2022";
  color: #9d140f;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 30px;
  margin-left: -1em;
}
#o-ndb .terms-condition-btn {
  border: 2px solid #9d140f;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #fff;
  color: #000;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  #o-ndb .o-ndb-banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 900px) and (min-width: 600px) {
  #o-ndb .ndb-info h2 {
    font-size: 25px;
    margin-top: 20px;
  }
  #o-ndb .o-ndb-banner {
    height: 53vh;
  }
  #o-ndb .ndb-info img {
    margin-top: 60px !important;
  }
  #o-ndb .ndb-info h3 {
    font-size: 35px;
  }
  #o-ndb .ndb-info h4 {
    font-size: 18px;
  }
  #o-ndb .ndb-trading h3 {
    color: #fff;
    font-size: 28px;
  }
  #o-ndb .trading-claim-btn {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  #o-ndb .ndb-info h4 {
    font-size: 18px;
  }
  #o-ndb .ndb-info h3 {
    font-size: 40px;
  }
  #o-ndb .advantage-part {
    margin-top: 20px;
  }
  #o-ndb .advantage-part h4 {
    font-size: 15px;
  }
  #o-ndb .advantage-part p {
    font-size: 13px;
  }
  #o-ndb .ndb-trading h3 {
    font-size: 19px;
    padding-bottom: 5px;
    padding-top: 30px;
  }
  #o-ndb .trading-claim-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    width: 130px;
    height: 35px;
  }

  #o-ndb .ndb-advantage {
    margin-top: 30px;
  }
  #o-ndb .ndb-info h2 {
    font-size: 24px !important;
  }
  #o-ndb .terms-condition h3 {
    font-size: 24px !important;
  }
  #o-ndb .ndb-advantage h2 {
    font-size: 24px !important;
    line-height: 40px;
    margin-bottom: -30px;
  }

  #o-ndb .advantage-part {
    padding: 8px;
  }
  #o-ndb .trde-claim {
    text-align: center;
  }
  #o-ndb .ndb-trading {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #o-ndb .ndb-form .modal.fade .modal-dialog {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 320px) {
  #o-ndb .ndb-info h2 {
    font-size: 20px;
  }
  #o-ndb .ndb-info h4 {
    font-size: 16px;
  }
  #o-ndb .ndb-info h3 {
    font-size: 30px;
  }
  #o-ndb .ndb-info p {
    font-size: 13px;
  }
  #o-ndb .ndb-advantage h2 {
    font-size: 20px;
  }
  #o-ndb .advantage-part {
    padding: 10px;
  }
  #o-ndb .terms-condition h3 {
    font-size: 20px;
  }
  #o-ndb .terms-condition ul {
    margin: auto 25px 0px 0px;
    text-align: justify;
  }
}
/*------------------------Form--------------------------------------*/
#o-ndb .ndb-form h5 {
  font-size: 22px;
  font-weight: normal;
  line-height: 20px;
  padding-top: 20px;
}
#o-ndb .modal-header {
  border-bottom: none;
  border-radius: 5px;
}
#o-ndb .ndb-form h5 span {
  font-weight: bold;
  color: #9d140f;
}
#o-ndb .con-field {
  border-bottom: 1px solid #949494;
}
#o-ndb .con-field .form-control {
  border: none;
}
#o-ndb .ndb-form .modal.fade .modal-dialog {
  background-image: url(/static/images/form-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
#o-ndb .nba-form-btn {
  background-color: #9d140f;
  border: 2px solid#fff;
  color: #fff;
  height: 40px;
  border-radius: 10px;
}
#o-ndb .form-group .form-fields {
  border: none;
  border-bottom: 1px solid #949494;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------NDB End---------------------------------------------*/

/*-------------------------------Account-Types-Start---------------------------------------------*/
#account-types .accnt-type-banner {
  background-image: url(/static/images/ac-types-banner.jpg);
}
#account-types .ecn-part table {
  margin-bottom: 0px;
}
#account-types .micro-part,
.islamic-part,
.ecn-part,
.vip-part table tbody {
  margin-bottom: 0px !important;
}
#account-types table .top-right {
  border-top-right-radius: 20px;
}
#account-types table {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
#account-types .btn-accnt-bottom {
  font-size: 16px;
}
#account-types .micro-part table thead th {
  font-size: 31px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#account-types .islamic-part table thead th {
  font-size: 31px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#account-types .ecn-part table thead th {
  font-size: 31px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#account-types .vip-part table thead th {
  font-size: 31px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

#account-types .accnt-btn {
  background-color: #9d140f;
  color: #fff;
  width: 130px;
  border: 1px solid #9d140f;
  height: 40px;
  border-radius: 5px;
}
#account-types .accnt-btn:hover {
  background-color: #fff;
  color: #9d140f;
}
#account-types .btn-accnt-bottom {
  background-color: #fff;
  color: #000 !important;
  border: 2px solid #9d140f;
  border-radius: 10px;
  margin-top: 50px;
  font-size: 18px;
  padding: 10px 15px;
}
#account-types .btn-accnt-bottom a {
  color: #000 !important;
  text-decoration: none;
}
#account-types .btn-accnt-bottom:hover {
  background-color: #9d140f;
  color: #fff !important;
}
#account-types .btn-accnt-bottom:hover a {
  color: #fff !important;
}
#account-types .accnt-type-bottom {
  background-image: url(/static/images/footer-accnt.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#account-types .accnt-type-bottom h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 40px;
}
#account-types .bottom-btn {
  margin-top: 30px;
  background-color: #fff;
  border: 2px solid #9d140f;
  border-radius: 8px;
  color: #9d140f;
  padding: 10px;
  margin-bottom: 30px;
}
#account-types .bottom-btn:hover {
  background-color: #9d140f;
  color: #fff;
  border: 2px solid #fff;
}
#account-types .btn-line td {
  border: none !important;
}

@media only screen and (max-width: 600px) {
 
  #account-types .micro-part,
  .islamic-part,
  .ecn-part,
  .vip-part {
    margin-top: 20px;
  }
  #account-types .accnt-type-bottom h3 {
    font-size: 18px;
    text-align: center;
  }
  #account-types .bottom-btn {
    margin-top: 0px;
  }
  #account-types .table td,
  .table th {
    font-size: 14px;
  }
  #account-types .btn-accnt-bottom {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #account-types .micro-part table thead th {
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #account-types .vip-part table thead th {
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #account-types .islamic-part table thead th {
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #account-types .ecn-part table thead th {
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 320px) {
  
  #account-types .vip-part table thead th {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #account-types .ecn-part table thead th {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #account-types .islamic-part table thead th {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #account-types .micro-part table thead th {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 900px) {
  #account-types .micro-part,
  .islamic-part,
  .ecn-part,
  .vip-part table {
    width: 400px;
  }
}
@media only screen and (max-width: 900px) and (min-width: 600px) {

  #account-types .accnt-type-bottom h3 {
    font-size: 14px;
  }
  #account-types .bottom-btn {
    font-size: 12px;
    padding: 3px;
  }
}
/*-----------------------------------------------------------------------------------------------*/
/*-------------------------------Account-Types-End---------------------------------------------*/

/*----------------------------Micro-account-start-----------------------------------------------*/
#account-micro .micro-banner {
  background-image: url(/static/images/micro-account.jpg);
}
/*----------------------------Micro-account-end-----------------------------------------------*/

/*----------------------------vip-account-start-----------------------------------------------*/
#account-vip .vip-banner {
  background-image: url(/static/images/vip-account.jpg);
}
/*----------------------------vip-account-end-----------------------------------------------*/

/*----------------------------ecn-account-start-----------------------------------------------*/
#account-ecn .ecn-banner {
  background-image: url(/static/images/ecn-account.jpg);
}
/*----------------------------ecn-account-end-----------------------------------------------*/


/*----------------------------islamic-account-start-----------------------------------------------*/
#account-islamic .islamic-banner {
  background-image: url(/static/images/islamic.jpg);
}
/*----------------------------islamic-account-end-----------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/*-------------------------Trading-platform start-------------------------------*/
#trading-platforms .tp-main-banner {
  background-image: url(/static/images/trading-platform-banner.png);
  padding-top: 50px;
  padding-bottom: 50px;
}
.tp-main-banner .tp-banner-info .inr-bnr-title{
	text-align: left;
}


.education-platform-device-box {
	text-align: center;
	border-radius: 10px;
	width: 100%;
	padding: 25px 15px;
	max-width: 150px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.education-platform-device-box:hover{
	box-shadow: rgba(14, 30, 37, 0.22) 0px 2px 4px 0px, rgba(14, 30, 37, 0.50) 0px 2px 16px 0px;
}

.education-platform-device-box .education-platform-device-box-content h5 {
  font-size: 18px;
  color: #a8140e;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
}
.education-trading-plat-features-image {
    max-width: 500px;
    margin: auto;
}
.education-trading-plat-features-list .education-plat-features-pointer li {
  padding: 10px;
  margin-top: 20px;
  padding-left: 30px;
	position: relative;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 10px;
}
.education-trading-plat-features-list .education-plat-features-pointer li img {
	position: absolute;
	left: -15px;
	top: 0;
	bottom: 0;
	margin: auto;
}


/*-------------------------Trading-platform End-------------------------------*/
/*-----------------------------------------------------------------*/
/*---------------------- Confirmation-Start---------------------*/
#confirmation h1 {
  font-weight: bold;
}
#confirmation p {
  color: #7a7a7a;
}
@media only screen and (max-width: 600px) {
  #confirmation h1 {
    font-size: 33px;
  }
  #confirmation {
    text-align: center;
  }
}
/*---------------------- Confirmation-End----------------------------*/
/*-------------------------------------------------------------------*/
/*----------------------Agent Confirmation-Start---------------------*/
#agent-confirmation h1 {
  font-weight: bold;
}
#agent-confirmation p {
  color: #7a7a7a;
}
@media only screen and (max-width: 600px) {
  #agent-confirmation h1 {
    font-size: 33px;
  }
  #agent-confirmation {
    text-align: center;
  }
}
/*----------------------Agent Confirmation-End---------------------*/
/*------------------------------------------------------------------*/
/*----------------------Affilate Confirmation-Start---------------------*/
#affilate-confirmation {
  color: #7a7a7a;
}
@media only screen and (max-width: 600px) {
  #affilate-confirmation {
    color: #7a7a7a;
    text-align: center;
  }
}
/*----------------------Affilate Confirmation-End---------------------*/
/*---------------------------------------------------------------------*/
/*----------------------Affilate terms-conditions-Start---------------------*/
#affilate-termsconditions {
  color: #7a7a7a;
}
#affilate-termsconditions ol {
  padding: 0;
  margin: 0;
}

#affilate-termsconditions ol li {
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  #affilate-termsconditions {
    text-align: justify;
  }
  #affilate-termsconditions h1 {
    text-align: left;
    font-size: 35px;
  }
}
/*----------------------Affilate terms-conditions-End---------------*/
/*-----------------------------------------------------------------------*/
/*---------------------- terms-conditions-Start---------------------*/

.otx-tearm-and-conditions-content ol {
  padding-left: 15px;;
  margin: 0;
  color: #7a7a7a;
}
.otx-tearm-and-conditions-content ol li {
  font-size: 16px;
  padding-top: 20px;
}
@media only screen and (max-width: 600px) {
.otx-tearm-and-conditions-content ol {
    text-align: justify;
  }
  .otx-tearm-and-conditions-content ol li {
    font-size: 14px;
  }
}
/*---------------------- terms-conditions-End---------------*/
/*----------------------------------------------------------------------------*/
/*----------------------30% welcome-bonus-termsconditions terms-conditions-Start---------------------*/
#welcome-bonusthirty-termsconditions h1 {
  color: #000;
  text-align: center;
}
#welcome-bonusthirty-termsconditions {
  color: #7a7a7a;
}
#welcome-bonusthirty-termsconditions ol {
  padding: 0;
  margin: 0;
}

#welcome-bonusthirty-termsconditions ol li {
  font-size: 16px;
  padding-top: 20px;
}
@media only screen and (max-width: 600px) {
  #welcome-bonusthirty-termsconditions {
    text-align: justify;
  }
  #welcome-bonusthirty-termsconditions h1 {
    text-align: center;
    font-size: 33px;
  }
}
/*----------------------30% welcome-bonus-termsconditions terms-conditions-End---------------*/
/*-------------------------------------------------------------------------------------------------*/
/*----------------------50% welcome-bonus-termsconditions terms-conditions-Start---------------------*/
#welcome-bonusfifty-termsconditions h1 {
  color: #000;
  text-align: center;
}
#welcome-bonusfifty-termsconditions {
  color: #7a7a7a;
}
#welcome-bonusfifty-termsconditions ol {
  padding: 0;
  margin: 0;
}

#welcome-bonusfifty-termsconditions ol li {
  font-size: 16px;
  padding-top: 20px;
}
@media only screen and (max-width: 600px) {
  #welcome-bonusfifty-termsconditions {
    text-align: justify;
  }
  #welcome-bonusfifty-termsconditions h1 {
    text-align: center;
    font-size: 30px;
  }
}
/*----------------------50% welcome-bonus-termsconditions terms-conditions-End---------------*/
/*-------------------------------Cookies Policy Start------------------------------------*/
#cookies-policy {
  background-image: url("/static/images/cookies-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 30vh;
}
.policy-info h1 {
  color: #fff;
  background-color: #000;
  opacity: 0.7;
  width: 300px;
  text-align: center;
}

.cookies-policy-info {
  position: relative;
  top: -50px;
  background-color: #fff;
  border: 1px solid #7a7a7a;
  border-top: 10px solid #119dd1;
}
.cookies-policy-info p {
  color: #7a7a7a;
  text-align: justify;
  font-size: 16px;
}
.cookies-policy-info p span {
  font-weight: bold;
}
@media screen and (min-width: 1400px) and (max-width: 2600px) {
  .cookies-info h1 {
    color: #fff;
    background-color: #000;
    opacity: 0.7;
    width: 300px;
    text-align: center;
    margin-left: 160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cookies-info h1 {
    color: #fff;
    background-color: #000;
    opacity: 0.7;
    width: 300px;
    margin-left: 40px !important;
  }
}

@media screen and (min-width: 600px) {
  .cookies-info h1 {
    color: #fff;
    background-color: #000;
    opacity: 0.7;
    width: 300px;
    margin-left: -83px !important;
    margin-top: 45px;
  }
}

@media screen and (max-width: 600px) {
  .cookies-info h1 {
    color: #fff;
    background-color: #000;
    opacity: 0.7;
    width: 300px;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
}
/*-------------------------------Cookies Policy End------------------------------------*/

/*------------------------------------100% bonus start------------------------------------------*/
#welcome-bonus .welcome-bonus-banner {
  background-image: url(/static/images/100-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.welcome-bonus-banner .bonus-info,
.welcome-bonus-banner .bonus-info .inr-bnr-title{
  color: #fff;
}
.welcome-bonus-banner .bonus-info .btn:hover {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}
.welcome-bonus-banner .bonus-banner-up-img {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.promotion-bonus-works .sub-bonus-works h4 {
  font-size: 80px;
  font-weight: 900;
  color: #ac140e;
  line-height: 1;
}
.promotion-bonus-works .sub-bonus-works h5 {
  font-size: 22px;
  font-weight: 600;
}
.promotion-bonus-works .sub-bonus-works hr {
  color: black;
  width: 40px;
  border: 1px solid #000;
  margin: 0;
}
.promotion-bonus-works .sub-bonus-works p {
  font-size: 15px;
  padding-top: 10px;
}
.promotion-bonus-works .bonus-works-btn {
  background-color: #ac140e;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 8px 18px 8px 18px;
  margin-top: 50px;
}
.promotion-bonus-works .bonus-works-btn:hover {
  background-color: #fff;
  border: 2px solid #ac140e;
  color: #ac140e;
}

.promotion-bonus-works .bonus-work-for-mobile {
  text-align: center;
}
.promotion-bonus-works .bonus-work-for-mobile h4 {
  font-size: 50px;
}
.promotion-bonus-works .bonus-work-for-mobile .sub-bonus-works{
	padding: 0 20px;
}

.promotion-bonus-works .bonus-work-for-mobile .carousel-control-next, .promotion-bonus-works .bonus-work-for-mobile .carousel-control-prev{
	width: auto !important;
}

.promotion-bonus-benefits {
  background-image: url(/static/images/bonus-benefits.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.promotion-benefit-right-part .promotion-right-sub-part {
  background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	min-height: 90%;
	margin-bottom: 30px;
}
.promotion-benefit-right-part .promotion-right-sub-part h5 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0;
}
.promotion-bonus-benefits  hr {
  border: 1px solid #bbbbbb;
}

.promotion-bonus-payment {
    background-image: url(/static/images/bonus-payment.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.promotion-bonus-payment .section-heading p {
	margin-top: 15px;
}
.promotion-bonus-payment .pay-bonus-slider,
.promotion-bonus-payment .pay-slider{
	margin-top: 30px;
	padding: 0 30px;
}

.promotion-bonus-payment .pay-bonus-slider .slick-prev:before,
.promotion-bonus-payment .pay-bonus-slider .slick-next:before,
.promotion-bonus-payment .pay-slider .slick-prev:before,
.promotion-bonus-payment .pay-slider .slick-next:before,{
  color: #000 !important;
}
.promotion-bonus-payment .pay-bonus-slider .slick-prev,
.promotion-bonus-payment .pay-slider .slick-prev{
	left: 0px !important;
}
.promotion-bonus-payment .pay-bonus-slider .slick-next,
.promotion-bonus-payment .pay-slider .slick-next{
    right: 0px !important ;
  }

@media screen and (max-width: 600px) {
  .promotion-bonus-payment .pay-bonus-slider .slick-slide img,
  .promotion-bonus-payment .pay-slider .slick-slide img{
    margin-left: auto;
    margin-right: auto;
  }
}


.promotion-bonus-terms .terms-condition {
  padding: 25px;
  border-radius: 8px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
		rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.promotion-bonus-terms .terms-condition ul {
  list-style: none;
}
.promotion-bonus-terms .terms-condition ul li{
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
}
.promotion-bonus-terms .terms-condition ul li::before {
/*   content: "\2022"; */
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    background: #9d140f;
    width: 7px;
    height: 7px;
    border-radius: 100px;
    font-size: 30px;
}
.promotion-bonus-terms .bonus-terms-list ul #more {
  display: none;
}


/*----------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .promotion-bonus-works .bonus-work-for-mobile {
    display: none;
  }
  .promotion-bonus-works .bonus-work-for-desktop {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #welcome-bonus .terms-condition ul li::before {
    font-size: 20px;
    margin-left: 0em;
  }
  .promotion-bonus-works .bonus-work-for-mobile {
    display: block;
  }
  .promotion-bonus-works .bonus-work-for-desktop {
    display: none;
  }
}

/*------------------------------------100% bonus end------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*------------------------------------30% bonus start------------------------------------------*/
#thirty-percent-bonus .thirty-percent-bonus-banner {
  background-image: url(/static/images/30-bg.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
}


.promotion-bonus-slab-table {
  background-color: #ececec;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.promotion-bonus-slab-table table {
  background-color: #fff;
  text-align: center;
}
.promotion-bonus-slab-table table tr td {
  text-align: center;
}
.promotion-bonus-slab-table .for-bg {
  background-color: #ececec;
}
.promotion-bonus-slab-table thead tr {
  background-color: #9d140f;
  color: #fff;
}

/*------------------------------------30% bonus end------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*----------------------Refer a friend new-----------------------------------------------*/
#refer-to-friend .refer-a-friend-banner {
  background-image: url(/static/images/raf-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 0;
}
.refer-a-friend-banner .referfriend-info{
	text-align: left !important;
}
.refer-a-friend-banner .referfriend-info h2 {
  color: #000;
  text-align: left;
}
.refer-a-friend-banner .referfriend-info p {
  font-size: 16px;
  padding-top: 20px;
}
.refer-a-friend-second-sec .refer-friend-bonus-work-img img{
	border-radius: 20px;
}
.refer-friend-bonus-work-list ul,
.refer-a-friend-fourth-sec ul{
   padding-left: 20px;
  list-style: disc;
}
.eligible-rfa .refer-third-divs {
	height: 100%;
	background: #fff;
	padding: 15px 30px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.eligible-rfa .refer-third-divs p {
    min-height: 100px;
    display: flex;
    align-items: center;
}
#refer-to-friend .refer-to-friend-flip {
  width: auto;
}

.refer-to-friend-panel,
.refer-to-friend-flip {
  padding: 5px;
}
.refer-to-friend-flip {
  width: 100px;
  background-color: #007509;
}
.refer-to-friend-panel {
  display: none;
}


@media only screen and (max-width: 767px) {
   .refer-a-friend-banner .referfriend-info {
    	text-align: center !important;
	   margin-bottom: 30px
	}
	.refer-a-friend-banner .referfriend-info h2{
		 text-align: center !important;
	}
	.refer-a-friend-second-sec .refer-friend-bonus-work-img {
		margin-bottom: 40px;
	}
	.eligible-rfa .refer-third-divs{
		height: auto;
		margin-top: 30px;
	}
  
}
/*----------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*-------------------Trade gold coins Start---------------------------------------------------------*/
#otx-gold-coins .gold-coins-banner {
  background-image: url(/static/images/coin-bg-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
#otx-gold-coins .coins-content {
  padding-top: 8%;
}
#otx-gold-coins .coins-content h2 {
  font-size: 72px;
  font-weight: bold;
}
#otx-gold-coins .coins-content h3 {
  font-size: 80px;
  font-weight: bolder;
  color: #a8140e;
  margin-top: -20px;
}
#otx-gold-coins .coin-btn {
  color: #000;
  border: 2px solid #626262;
  padding: 8px 20px;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 10px;
}
#otx-gold-coins .coin-btn:hover {
  background-color: #a8140e;
  color: #fff !important;
}
/*---------------Welcome coins----------------*/
#otx-gold-coins .welcome-coins {
  background-color: #000531;
  padding-top: 80px;
  padding-bottom: 80px;
}
#otx-gold-coins .welcome-content {
  color: #fff;
  padding-top: 10px;
}
#otx-gold-coins .welcome-content h5 {
  font-size: 22px;
  font-weight: bold;
}
#otx-gold-coins .welcome-content h3 {
  font-size: 32px;
  font-weight: bolder;
}
#otx-gold-coins .welcome-content p {
  font-size: 18px;
}
#otx-gold-coins .welcome-content ul {
  list-style: none;
}
#otx-gold-coins .welcome-content ul li {
  font-size: 18px;
  margin-right: 0px;

  margin-top: 5px;
}
#otx-gold-coins .welcome-content ul li img {
  margin-right: 10px;
}
/*----------------Coins platforms----------------*/
#otx-gold-coins .coins-platforms {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
#otx-gold-coins .coins-platforms h3 {
  font-size: 32px;
  font-weight: bold;
}
#otx-gold-coins .coins-platforms p {
  color: #626262;
  font-size: 18px;
}
#otx-gold-coins .coins-platforms .coin-options p {
  font-weight: 600;
  margin-top: 10px;
}
#otx-gold-coins .coins-platforms img {
  margin-top: 30px;
}
/*----------------------Win coins-------------------------*/
#otx-gold-coins .win-coins {
  background-image: url(/static/images/win-coins.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
#otx-gold-coins .win-coins-content {
  color: #fff;
}
#otx-gold-coins .win-coins-content h3 {
  font-size: 32px;
  font-weight: bold;
}
#otx-gold-coins .win-coins-content p {
  font-size: 18px;
}
#otx-gold-coins .win-coins-content h4 {
  font-size: 35px;
  font-weight: bold;
}
#otx-gold-coins .vl {
  border-left: 5px solid #595c3d;
  height: 40px;
  margin-left: 5px;
  margin-top: -5px;
  margin-bottom: 0px;
}
#otx-gold-coins .win-btn {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  padding: 8px 20px;
  font-weight: 400;
  text-decoration: none !important;
  border-radius: 10px;
  margin-top: 30px;
  font-weight: bold;
}
#otx-gold-coins .win-btn a {
  color: #000 !important;
}
#otx-gold-coins .win-btn:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
}

/*------------------coin investment-----------------*/
#otx-gold-coins .coin-investment {
  padding-top: 80px;
  padding-bottom: 80px;
}
#otx-gold-coins .coin-investment h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#otx-gold-coins .coin-investment h5 {
  font-size: 20px;
  font-weight: 600;
}
#otx-gold-coins .coin-investment p {
  font-size: 18px;
  color: #9f9f9f;
  text-align: justify;
  line-height: 22px;
}
#otx-gold-coins .coin-investment img {
  padding-top: 20px;
}
/*---------------------Coin signup------------------------*/
#otx-gold-coins .coin-sign-up {
  background-image: url(/static/images/coin-sign-up.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
#otx-gold-coins .coin-sign-up h3 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
#otx-gold-coins .coin-sign-up-btn {
  color: #000;
  background-color: #fff;
  font-weight: bold;
  border: 2px solid #000;
  padding: 8px 20px;
  font-weight: 400;
  text-decoration: none !important;
  border-radius: 10px;
  margin-top: 10px;
}
#otx-gold-coins .coin-sign-up-btn:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
}
/*---------------------terms and conditions-------------------------*/
#otx-gold-coins .coins-terms-conditions {
  padding-top: 50px;
  padding-bottom: 50px;
}
#otx-gold-coins .coins-terms-conditions h3 {
  text-align: center;
  font-size: 30px;
  color: #a8140e;
  font-weight: bold;
}
#otx-gold-coins .coins-terms-conditions h3 span {
  border-bottom: 1px solid #a8140e;
}
#otx-gold-coins .card-body {
  font-size: 16px;
}
#otx-gold-coins .card-body ol {
  margin-left: 10px;
}
#otx-gold-coins .card-body ol ul p {
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
}
#otx-gold-coins .card-body ol li {
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  #otx-gold-coins .win-coins-content p {
    margin-left: -20px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 900px) {
  #otx-gold-coins .coins-content {
    padding-top: 8%;
  }
  #otx-gold-coins .welcome-content {
    padding-top: 20px;
  }
}
@media screen and (max-width: 900px) and (min-width: 600px) {
  #otx-gold-coins .coins-content h2 {
    font-size: 50px;
  }
  #otx-gold-coins .coins-content h3 {
    font-size: 40px;
  }
  #otx-gold-coins .coins-content {
    padding-top: 7%;
  }
  #otx-gold-coins .gold-coins-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #otx-gold-coins .welcome-content {
    padding-top: 0px;
  }
  #otx-gold-coins .welcome-content p {
    font-size: 16px;
  }
  #otx-gold-coins .welcome-content ul li {
    font-size: 16px;
  }
  #otx-gold-coins .welcome-img {
    padding-top: 80px;
  }
  #otx-gold-coins .coins-platforms {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #otx-gold-coins .coins-platforms p {
    font-size: 16px;
  }
  #otx-gold-coins .win-coins-content p {
    font-size: 16px;
  }
  #otx-gold-coins .vl {
    height: 40px;
  }
  #otx-gold-coins .win-coins-content p {
    margin-left: -10px;
  }
  #otx-gold-coins .win-coins {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #otx-gold-coins .win-coins-content h3 {
    font-size: 28px;
  }
  #otx-gold-coins .coin-investment h3 {
    font-size: 28px;
  }
  #otx-gold-coins .coin-investment {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #otx-gold-coins .coin-sign-up h3 {
    font-size: 20px;
  }
  #otx-gold-coins .coin-sign-up-btn {
    margin-top: 2px;
  }
}
@media screen and (max-width: 600px) {
  #otx-gold-coins .welcome-content ul li img {
    margin-right: 5px;
  }
  #otx-gold-coins .gold-coins-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #otx-gold-coins .coins-content {
    padding-top: 5%;
    text-align: center;
    margin-bottom: 50px;
  }
  #otx-gold-coins .coins-content h2 {
    font-size: 55px;
    font-weight: bold;
  }
  #otx-gold-coins .coins-content h3 {
    font-size: 50px;
  }
  #otx-gold-coins .welcome-coins {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #otx-gold-coins .welcome-content {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #otx-gold-coins .welcome-content p {
    font-size: 16px;
  }
  #otx-gold-coins .welcome-content ul li {
    font-size: 16px;
  }
  #otx-gold-coins .welcome-content h3 {
    font-size: 28px;
  }
  #otx-gold-coins .welcome-content h5 {
    font-size: 18px;
  }
  #otx-gold-coins .coins-platforms {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #otx-gold-coins .coins-platforms h3 {
    font-size: 28px;
  }
  #otx-gold-coins .coins-platforms p {
    font-size: 16px;
  }
  #otx-gold-coins .coins-platforms img {
    margin-top: 20px;
  }
  #otx-gold-coins .vl {
    display: none;
  }
  #otx-gold-coins .win-coins-content {
    text-align: center;
  }
  #otx-gold-coins .win-coins {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #otx-gold-coins .win-coins-content p {
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #otx-gold-coins .coin-investment {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #otx-gold-coins .coin-investment h3 {
    font-size: 28px;
  }
  #otx-gold-coins .coin-investment p {
    font-size: 16px;
    text-align: justify;
  }
  #otx-gold-coins .coin-sign-up h3 {
    font-size: 23px;
  }
  #otx-gold-coins .win-coins-content h3 {
    font-size: 28px;
  }
  #otx-gold-coins .coin-sign-up {
    text-align: center;
  }
  #otx-gold-coins .card-body {
    font-size: 16px;
  }
  #otx-gold-coins .win-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  #otx-gold-coins .coins-content h2 {
    font-size: 45px;
  }
  #otx-gold-coins .coins-content h3 {
    font-size: 40px;
  }
  #otx-gold-coins .welcome-content h3 {
    font-size: 25px;
  }
  #otx-gold-coins .coins-platforms h3 {
    font-size: 25px;
  }
}
/*------------------------------Trade gold coins Start---------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------*/
/*------------------------------------Chirstmas offer start----------------------------------------------------*/
#chirstmas-offer .cht-banner {
  background-image: url(/static/images/christmas-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 50px;
  padding-bottom: 50px;
}
#chirstmas-offer .cht-content {
  padding-top: 10%;
  padding-bottom: 10%;
}
#chirstmas-offer .cht-content h4 {
  font-size: 30px;
  color: #b10400;
  margin-bottom: -10px;
}
#chirstmas-offer .cht-content h2 {
  font-size: 60px;
  font-weight: 900;
  color: #4f4f4f;
}
#chirstmas-offer .cht-content h3 {
  font-size: 35px;
  font-weight: 900;
  color: #b10400;
}
#chirstmas-offer .cht-content h6 {
  font-size: 30px;
  color: #4f4f4f;
  margin-top: -15px;
}
#chirstmas-offer .and-sign {
  font-size: 40px;
  color: #b10400;
  font-weight: bold;
  width: 80px;
  padding-left: 20px;
  background-color: #f4eddd;
  margin-left: 25%;
  backface-visibility: hidden;
  margin-top: -20px;
  margin-bottom: -30px;
}
#chirstmas-offer hr {
  border-bottom: 1px solid #000;
  width: 500px;
  margin-left: 0px;
  margin-top: -43px;
}
#chirstmas-offer .cht-btn {
  color: #fff;
  background-color: #4f4f4f;
  border: 2px solid #4f4f4f;
  padding: 12px 35px;
  text-decoration: none !important;
  border-radius: 10px;
  font-weight: normal;
}
#chirstmas-offer .cht-btn:hover {
  background-color: #fff;
  border: 2px solid #4f4f4f;
  color: #4f4f4f !important;
}
/*------------------Cht Gifts----------------------------*/
#chirstmas-offer .cht-gifts {
  background-image: url(/static/images/cht-gifts.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: 100px;
  padding-top: 70px;
}
#chirstmas-offer .gifts-info h4 {
  font-size: 22px;
  color: #4f4f4f;
  font-weight: bold;
}
#chirstmas-offer .gifts-info h3 {
  font-size: 32px;
  color: #4f4f4f;
  font-weight: bold;
}
#chirstmas-offer .gifts-info p {
  font-size: 16px;
  color: #4f4f4f;
  text-align: left;
  padding-top: 10px;
  font-weight: 600;
}
#chirstmas-offer .gift-outer {
  background-image: url(/static/images/card-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 10px rgb(0 0 0 / 60%);
  border-radius: 8px;
  padding: 8px;
  text-align: center;
  transition: transform 0.2s;
}
@media only screen and (min-width: 600px) {
  #chirstmas-offer .gift-outer:hover {
    transform: scale(1);
  }
}
#chirstmas-offer .gift-outer h5 {
  padding-top: 30px;
  font-size: 21px;
  font-weight: bold;
  color: #4f4f4f;
}
#chirstmas-offer .gift-outer p {
  font-size: 17px;
  padding-top: 10px;
}
#chirstmas-offer .gift-outer h6 {
  font-size: 23px;
  margin-top: -10px;
  font-weight: 600;
}
#chirstmas-offer .slit {
  background-image: url(/static/images/slit.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 20px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

#chirstmas-offer .slit p {
  padding-top: 5px !important;
  color: #fff;
  padding-bottom: 5px;
}
#chirstmas-offer .gift-outer img {
  height: 120px;
  margin-top: 25px;
}
#chirstmas-offer .gifts-btn {
  background-color: #4f4f4f;
  border: 2px solid #4f4f4f;
  padding: 8px 20px;
  text-decoration: none !important;
  border-radius: 10px;
  font-weight: normal;
  margin-top: 50px;
  color: #fff !important;
}
#chirstmas-offer .gifts-btn:hover {
  background-color: #fff;
  border: 2px solid #4f4f4f;
  color: #4f4f4f !important;
}
/*----------------------Chirstmas-giveaway--------------------------*/
#chirstmas-offer .cht-giveaway {
  background-image: url(/static/images/give-away-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 100px;
  padding-bottom: 100px;
}
#chirstmas-offer .cht-giveaway h3 {
  font-size: 32px;
  color: #4f4f4f;
  font-weight: bolder;
  text-align: center;
}
#chirstmas-offer .cht-giveaway h4 {
  font-size: 40px;
  color: #b83f3f;
  font-weight: 900;
}
#chirstmas-offer .cht-giveaway h4 span {
  border-bottom: 1px solid #b83f3f;
}
#chirstmas-offer .cht-giveaway h2 {
  font-size: 40px;
  color: #df5252;
  font-weight: 900;
}
#chirstmas-offer .cht-giveaway h2 span {
  border-bottom: 1px solid #df5252;
}
#chirstmas-offer .cht-giveaway h6 {
  font-size: 40px;
  color: #fe7979;
  font-weight: 900;
}
#chirstmas-offer .cht-giveaway h6 span {
  border-bottom: 1px solid #fe7979;
}
#chirstmas-offer .cht-giveaway .steps {
  margin-top: 50px;
}
#chirstmas-offer .cht-giveaway p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 40px;
}
#chirstmas-offer .cht-for-mobile {
  display: none;
}
#chirstmas-offer .cht-giveaway h5 {
  font-size: 32px;
  color: #ffb5b5;
  font-weight: 900;
}
#chirstmas-offer .cht-giveaway h5 span {
  border-bottom: 1px solid #b83f3f;
}
#chirstmas-offer .giveaway-btn {
  background-color: #b11212;
  border: 2px solid #b11212;
  padding: 8px 20px;
  text-decoration: none !important;
  border-radius: 10px;
  font-weight: normal;
  margin-top: 50px;
  color: #fff !important;
}
#chirstmas-offer .giveaway-btn:hover {
  background-color: #fff;
  border: 2px solid #b11212;
  color: #b10400 !important;
}
/*------------------Terms and conditions-------------------------*/
#chirstmas-offer .cht-terms {
  padding-top: 50px;
  padding-bottom: 50px;
}
#chirstmas-offer .cht-terms h3 {
  font-size: 32px;
  color: #4f4f4f;
  font-weight: 900;
}
#chirstmas-offer .cht-terms .card-body {
  box-shadow: 0 0 10px rgb(0 0 0 / 60%);
  margin-top: 10px;
  padding: 10px 30px 10px 50px;
}
#chirstmas-offer .cht-terms .card-body ul li::before {
  content: "\2022";
  color: #4f4f4f;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 30px;
  margin-left: -1em;
}
#chirstmas-offer .cht-terms .card-body ul li {
  font-size: 16px;
  text-align: justify;
}
@media only screen and (max-width: 1500px) and (min-width: 900px) {
  #chirstmas-offer h3 {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 900px) and (min-width: 600px) {
  #chirstmas-offer .cht-content h4 {
    font-size: 25px;
  }
  #chirstmas-offer .cht-content h2 {
    font-size: 50px;
  }
  #chirstmas-offer hr {
    width: 380px;
  }
  #chirstmas-offer .cht-content h3 {
    font-size: 32px;
  }
  #chirstmas-offer .cht-content h6 {
    font-size: 22px;
  }
  #chirstmas-offer .cht-gifts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #chirstmas-offer .gift-outer {
    margin-top: 20px;
  }
  #chirstmas-offer .cht-giveaway {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #chirstmas-offer .cht-btn {
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 600px) {
  #chirstmas-offer .cht-banner {
    background-position: right;
  }
  #chirstmas-offer .cht-content {
    opacity: 0.9;
    text-align: center;
    background-color: #f4eddb;
  }
  #chirstmas-offer hr {
    width: 200px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  #chirstmas-offer .and-sign {
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    padding-left: 0px;
  }
  #chirstmas-offer .cht-content h4 {
    font-size: 22px;
  }
  #chirstmas-offer .cht-content h2 {
    font-size: 32px;
  }
  #chirstmas-offer .cht-content h3 {
    font-size: 28px;
    margin-top: 2px;
  }
  #chirstmas-offer .cht-content h6 {
    font-size: 22px;
  }
  #chirstmas-offer .cht-gifts {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
  #chirstmas-offer .gifts-info h4 {
    font-size: 22px;
  }
  #chirstmas-offer .gifts-info h3 {
    font-size: 30px;
  }
  #chirstmas-offer .gift-outer {
    margin-top: 20px;
  }
  #chirstmas-offer .cht-for-mobile {
    display: block;
  }
  #chirstmas-offer .cht-giveaway {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #chirstmas-offer .cht-giveaway .steps {
    text-align: center;
    margin-top: 30px;
  }
  #chirstmas-offer .cht-giveaway h3 {
    font-size: 30px;
  }
  #chirstmas-offer .cht-terms h3 {
    font-size: 30px;
  }
  #chirstmas-offer .gift-outer h5 {
    font-size: 19px;
    padding-top: 20px;
  }
  #chirstmas-offer .cht-btn {
    padding: 8px 15px;
  }
  #chirstmas-offer .cht-terms .card-body ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  #chirstmas-offer .cht-content h4 {
    font-size: 18px;
    margin-bottom: -5px;
  }
  #chirstmas-offer .cht-content h2 {
    font-size: 28px;
  }
  #chirstmas-offer .cht-content h3 {
    font-size: 22px;
  }
  #chirstmas-offer .cht-giveaway h3 {
    font-size: 22px;
  }
  #chirstmas-offer .cht-terms h3 {
    font-size: 22px;
  }
}

/*------------------------------------Chirstmas offer End----------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*-----------------------Christmas-pop up start------------------------------------*/
#christ-popup #myModal .modal-content {
  background-image: url(/static/images/popup-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-bottom: 50px;
  margin-top: 50px;
}
#christ-popup .modal-header {
  border: none !important;
}

#christ-popup .cht-pop h4 {
  font-size: 22px;
  color: #b10400;
  font-weight: 500;
}
#christ-popup .cht-pop h2 {
  font-size: 40px;
  font-weight: bold;
  color: #4f4f4f;
}
#christ-popup .cht-pop h3 {
  font-size: 30px;
  font-weight: bolder;
  color: #b10400;
}
#christ-popup .cht-pop h6 {
  font-size: 23px;
  color: #4f4f4f;
  font-weight: 500;
  margin-top: -10px;
}
#christ-popup .and-sign {
  font-size: 26px;
  color: #b10400;
  font-weight: bold;
  width: 80px;
  background-color: #fbf8f3;
  margin-left: 45%;
  backface-visibility: hidden;
  margin-top: -10px;
  margin-bottom: -15px;
}
#christ-popup hr {
  border-bottom: 1px solid #000;
  width: 500px;
  margin-left: auto;
  margin-top: -35px;
}
#christ-popup .cht-btn {
  color: #fff;
  background-color: #cd3236;
  border: 2px solid #cd3236;
  padding: 8px 20px;
  text-decoration: none !important;
  border-radius: 10px;
  font-weight: normal;
  margin-top: 30px;
	display: inline-block;
}
#christ-popup .cht-btn:hover {
  background-color: #fff;
  border: 2px solid #cd3236;
  color: #4f4f4f !important;
}
#christ-popup .pop-set {
  padding-left: 10%;
  padding-right: 10%;
}

#christ-popup .pop-outer {
  background-image: url(/static/images/card-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 10px rgb(0 0 0 / 60%);
  border-radius: 8px;
  padding: 8px;
  text-align: center;
  padding-bottom: 30px;
}
#christ-popup .pop-outer h5 {
  padding-top: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #4f4f4f;
  height: 60px;
}

#christ-popup .slit {
  background-image: url(/static/images/slit.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
  width: 150px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

#christ-popup .slit p {
  padding-top: 2px !important;
  color: #fff;
  padding-bottom: 5px;
}
#christ-popup .pop-outer img {
  height: 100px;
  margin-top: 10px;
}
#christ-popup .gifts-btn {
  background-color: #4f4f4f;
  border: 2px solid #4f4f4f;
  padding: 8px 20px;
  text-decoration: none !important;
  border-radius: 10px;
  font-weight: normal;
  margin-top: 50px;
  color: #fff !important;
}
#christ-popup .gifts-btn:hover {
  background-color: #fff;
  border: 2px solid #4f4f4f;
  color: #4f4f4f !important;
}
@media only screen and (min-width: 1200px) {
  #christ-popup .modal-dialog {
    max-width: 1100px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  #christ-popup .modal-dialog {
    max-width: 900px;
  }
  #christ-popup .pop-set {
    padding-left: 5%;
    padding-right: 5%;
  }
  #christ-popup .pop-outer {
    background-size: contain !important;
  }
  #christ-popup .slit {
    width: 125px !important;
  }
}
@media only screen and (max-width: 899px) and (min-width: 600px) {
  #christ-popup .modal-dialog {
    max-width: 600px;
  }
  #christ-popup .pop-outer {
    margin-top: 20px;
  }
  #christ-popup .pop-outer img {
    height: 80px;
  }
  #christ-popup #myModal .modal-content {
    background-position: left !important;
  }
}
@media only screen and (max-width: 600px) {
  #christ-popup .cht-pop h4 {
    font-size: 16px;
  }
  #christ-popup .cht-pop h2 {
    font-size: 26px;
  }
  #christ-popup hr {
    width: 250px;
  }
  #christ-popup .and-sign {
    margin-left: 40%;
    font-size: 19px;
  }
  #christ-popup .cht-pop h3 {
    font-size: 16px;
  }
  #christ-popup .cht-pop h6 {
    font-size: 14x;
  }
  .pop-set {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  #christ-popup .pop-outer {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  #christ-popup .slit {
    width: 110px !important;
    padding-bottom: 0px;
  }
  #christ-popup .slit p {
    font-size: 12px;
  }
  #christ-popup .pop-set {
    margin-top: -20px;
  }
  #christ-popup #myModal .modal-content {
    background-position: left !important;
  }
  #christ-popup .pop-outer img {
    height: 80px !important;
  }
  #christ-popup .modal-header img {
    height: 20px !important;
  }
}
@media only screen and (max-width: 320px) {
  #christ-popup .cht-pop h4 {
    font-size: 13px;
  }
  #christ-popup .cht-pop h2 {
    font-size: 28px;
  }
  #christ-popup .and-sign {
    margin-left: 35%;
  }
  #christ-popup .cht-pop h3 {
    font-size: 14px;
  }
  #christ-popup .cht-pop h6 {
    font-size: 13px;
  }
  #christ-popup .slit {
    width: 100px !important;
  }
}

/*-----------------------Christmas-pop up End------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------Live Account New start-------------------------------------------*/
#otx-live-accnt .live-accnt-outer {
  border-radius: 10px;
  margin-top: 100px;
  margin-bottom: 100px;
  box-shadow: 0 0 10px;
}
#otx-live-accnt .live-form-info {
  background-image: url(/static/images/live-accnt-side.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#otx-live-accnt .live-form-layout {
	padding: 25px;
}

#otx-live-accnt .form-info-inner {
  padding-top: 170px;
  padding-bottom: 80px;
}
#otx-live-accnt .round-outer1 {
  display: flex;
  margin-left: 50px;
}
#otx-live-accnt .round-outer3 {
  display: flex;
  margin-left: 50px;
  margin-top: -10px;
}
#otx-live-accnt .round-outer2 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 70px;
}
#otx-live-accnt .round-outer1 h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding-top: 30px;
  padding-left: 10px;
}
#otx-live-accnt .inner-circle {
  height: 20px;
  width: 20px;
  background-color: #cba2a3;
  border-radius: 50px;
  margin-top: 15px;
}
#otx-live-accnt .round-outer3 h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding-top: 30px;
  padding-left: 10px;
}
#otx-live-accnt .round-outer2 h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding-left: 30px;
}
#otx-live-accnt .live-accnt-vl1 {
  border-left: 3px solid #fff;
  height: 100px;
  margin-left: 80px;
  margin-top: -10px;
}
#otx-live-accnt .live-accnt-vl2 {
  border-left: 3px solid #fff;
  height: 100px;
  margin-left: 80px;
}

#otx-live-accnt .live-form-layout h3 {
  color: #76120f;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
	margin-bottom: 30px;
}
#otx-live-accnt .live-form-layout form label {
  color: #797979;
}
#otx-live-accnt .live-form-layout form label a{
	color: #76120f;
}
/* #otx-live-accnt .live-form-layout form .outer .out1 {
  padding-right: 1px !important;
} */
#otx-live-accnt .live-form-layout form .outer .out2 {
  padding-left: 2px !important;
}
/* #otx-live-accnt .live-form-layout form .outer .out3 {
  padding-right: 1px !important;
} */
#otx-live-accnt .live-form-layout form .outer .out4 {
  padding-left: 2px !important;
/*   padding-right: 2px !important; */
}
#otx-live-accnt .live-form-layout form .outer .out5 {
  padding-left: 0px !important;
}
#otx-live-accnt .register-submit-wrap {
	text-align: center;
}
#otx-live-accnt .live-btn {
  background-color: #76120f;
  color: #fff;
  width: 140px;
  border-radius: 10px;
}
#otx-live-accnt .form-control {
  background-color: #ffffff !important;
  border: 1px solid #7f110c7a;
  margin-bottom: 0px !important;
  font-size: 15px;
  min-height: 46px;
}


#otx-live-accnt .form-group .form-control::placeholder,
form input:read-write, form select, form select optionform textarea, form.wp-block-search input.wp-block-search__input {
	 color: #393939 !important;
}
#otx-live-accnt .form-control:focus{
	box-shadow: none !important;
}
#otx-live-accnt .live-accnt-outer p {
  color: #797979;
}
#otx-live-accnt .live-accnt-outer p a {
  color: #76120f !important;
  font-weight: 600;
}
#otx-live-accnt .live-form-layout form .outer {
  margin-top: 8px;
}
#basic .btn {
  width: 100%;
  text-align: left;
  padding: 0px !important;
}
#otx-live-accnt #basic .dropdown-toggle::after {
  position: relative;
  left: 75%;
}
#otx-live-accnt #basic ul {
  width: 90%;
}
#basic a {
  margin-left: 8px;
}
#otx-live-accnt #basic span {
  color: #797979;
}
@media (min-width: 768px) {
	#otx-live-accnt .live-form-layout {
		margin-left: -30px;
	}
}
@media (max-width: 767px) {
  #otx-live-accnt input#phone {
    width: 100% !important;
  }
	#otx-live-accnt .live-form-info {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 900px) {
  #otx-live-accnt #basic .dropdown-toggle::after {
    left: 70%;
  }
}
@media screen and (max-width: 900px) and (min-width: 600px) {
  #otx-live-accnt .round-outer1 {
    margin-left: 25px;
  }
  #otx-live-accnt .round-outer3 {
    margin-left: 25px;
  }
  #otx-live-accnt .live-accnt-vl1 {
    margin-left: 63px;
  }
  #otx-live-accnt .live-accnt-vl2 {
    margin-left: 63px;
  }

  #otx-live-accnt .round-outer2 {
    margin-left: 55px;
    padding-bottom: 10px;
  }
  #otx-live-accnt .round-outer2 h4 {
    font-size: 14px;
  }
  #otx-live-accnt .round-outer1 h4 {
    font-size: 14px;
  }
  #otx-live-accnt .round-outer3 h4 {
    font-size: 14px;
  }
  #otx-live-accnt #basic .dropdown-toggle::after {
    left: 60%;
  }
}
@media screen and (max-width: 600px) {

  #otx-live-accnt .live-form-layout h3 {
    font-size: 22px;
  }
  #otx-live-accnt .live-accnt-outer {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  
  #otx-live-accnt .form-control {
    font-size: 14px;
	padding-left: 7px;
  }
  #otx-live-accnt .live-form-layout form label {
    font-size: 13px;
  }
  
  #basic .dropdown-toggle::after {
    left: 50%;
  }
  #basic span {
    font-size: 11px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 320px) {
  #otx-live-accnt .live-form-layout h3 {
    font-size: 24px;
  }
}
/*----------------------Live Account New End-------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*-------------------------------------Trade More Win More---------------------------------------------------------*/
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
#trdemore .trademore-banner {
  background-image: url(/static/images/tradewin-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
#trdemore .trademore-info {
  padding-left: 46%;
  padding-top: 5%;
}
#trdemore .trademore-info h2 {
  overflow: hidden;
}

#trdemore .trademore-info h2 span {
  font-size: 55px;
  font-weight: 800;
  background-color: #fff;
  color: #a8140e;
  padding-left: 5px;
  padding-right: 5px;
}
#trdemore .trademore-info h3 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}
#trdemore .trade-info-btn {
  background-color: #fff;
  padding: 8px 20px;
  color: #a8140e;
  font-weight: 600;
  margin-top: 25px;
  border-radius: 10px;
  border: 2px solid #a8140e;
}
#trdemore .trade-info-btn:hover {
  background-color: #a8140e;
  color: #fff;
  border: 2px solid #fff;
}
/*---------------win cash-------------*/
#trdemore .win-cash-prize {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
#trdemore .win-cash-prize h3 {
  font-size: 37px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
#trdemore .win-cash-prize h3 span {
  color: #a8140e;
}

#trdemore .win-cash-prize p {
  font-size: 18px;
  text-align: center;
}
#trdemore .win-cash-prize h5 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 15px;
}
#trdemore .win-cash-prize h6 {
  font-size: 22px;
  font-weight: 600;
  margin-top: -15px;
}
#trdemore .cash-claim-btn {
  background-color: #a8140e;
  padding: 8px 20px;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
  border-radius: 10px;
  border: 2px solid #a8140e;
  text-decoration: none !important;
}
#trdemore .cash-claim-btn:hover {
  background-color: #fff;
  color: #a8140e;
}
/*-----------------------More Rewards-----------------------------*/
#trdemore .more-rewards {
  background-image: url(/static/images/reward-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
#trdemore .more-rewards h3 {
  font-size: 37px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}
#trdemore .reward-box {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  height: 310px;
}
#trdemore .reward-box img {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: -50px;
}
#trdemore .scooter {
  margin-top: -80px !important;
}
#trdemore .iPhone {
  margin-left: 30% !important;
}
#trdemore .box-outer {
  border-radius: 8px;
  border: 10px solid #a8140e;
}
#trdemore .box-outer:hover {
  border: 10px solid #aa4944;
  border-radius: 8px;
}
#trdemore .more-rewards h5 {
  font-size: 18px;
  color: #000;
  padding-top: 20px;
  font-weight: 500;
  line-height: 30px;
}
#trdemore .more-rewards h5 span {
  font-weight: 600;
  font-size: 21px;
}
#trdemore .more-rewards p {
  font-size: 15px;
}
#trdemore .more-rewards h6 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 15px;
}
#trdemore .accordion {
  background-color: #a8140e;
}
#trdemore button.accordion {
  background-color: #eee;
  color: #000;
  cursor: pointer;
  padding: 8px;
  width: 30%;
  border: none;
  margin-left: 30%;
  margin-right: auto;
  border-radius: 10px;
  outline: none;
  font-size: 22px;
  transition: 0.4s;
  margin-top: 50px;
  margin-bottom: 50px;
}

#trdemore button.accordion.active,
button.accordion:hover {
  background-color: #ddd;
}
#trdemore div.panel {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}
#trdemore .line-bg {
  background-color: #e2e2e2;
}
#trdemore button.accordion:after {
  content: url(https://otxforex.com/wp-content/uploads/2022/02/up-arr.png);
  font-size: 20px;
  color: #777;
  float: right;
  margin-left: 5px;
  margin-right: 10px;
}

#trdemore button.accordion.active:after {
  content: url(https://otxforex.com/wp-content/uploads/2022/02/down-arr.png);
  margin-right: 10px;
}

#trdemore div.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}

#trdemore div.panel.show {
  opacity: 1;
  max-height: 500px;
}
#trdemore .table td,
.table th {
  border-left: 1px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;
}
/*------------Reward participate---------------------*/
#trdemore .reward-participate {
  padding-top: 80px;
  padding-bottom: 50px;
}
#trdemore .reward-participate h4 {
  font-size: 37px;
  padding-bottom: 30px;
  font-weight: 600;
}
#trdemore .participate-claim-btn {
  background-color: #a8140e;
  padding: 8px 20px;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
  border-radius: 10px;
  border: 2px solid #a8140e;
  text-decoration: none !important;
}
#trdemore .participate-claim-btn:hover {
  background-color: #fff;
  color: #a8140e;
}
#trdemore .reward-apply {
  padding-top: 50px;
  padding-bottom: 50px;
}
#trdemore .reward-apply h3 {
  font-size: 37px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
}
#trdemore .reward-apply h3 span {
  color: #a8140e;
}
#trdemore .reward-form {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding: 15px;
  text-align: center;
  border-radius: 8px;
}
#trdemore .reward-form h5 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#trdemore .reward-form-btn {
  background-color: #a8140e;
  padding: 8px 20px;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
  border-radius: 10px;
  border: 2px solid #a8140e;
  text-decoration: none !important;
}
#trdemore .reward-form-btn:hover {
  background-color: #fff;
  color: #a8140e;
}
#trdemore .form-control {
  border: 1px solid #000;
}
#trdemore .rewrd-part h4 {
  color: #a8140e;
  font-size: 50px;
  font-weight: 900;
}
.rewrd-part h5 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}
#trdemore .rewrd-part {
  margin-top: 20px;
}
#trdemore .reward-terms {
  margin-top: 50px;
  margin-bottom: 50px;
}
#trdemore .terms-click {
  text-decoration: none;
  font-size: 35px;
  font-weight: 600;
  color: #a8140e;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#trdemore .toggle-click h3 {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
#trdemore .terms-click:hover {
  color: #000;
}
#trdemore .reward-terms h3 {
  text-align: center;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  padding-top: 20px;
  border-radius: 10px;
}
#trdemore .reward-terms img {
  text-align: center;
}
#trdemore table {
  margin: 0 !important;
}
#trdemore .modal-header {
  border: none !important;
}
#trdemore .inner-confirm {
  margin-top: -50px;
}
#trdemore .inner-confirm .confirm-btn {
  width: 160px !important;
  border: 1px solid #a8140e !important;
  border-radius: 8px;
  color: #fff !important;
  background-color: #a8140e !important;
  text-decoration: none !important;
  height: 50px;
  font-weight: 500;
}
#trdemore .reward-terms ul {
  list-style-type: square !important;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}
#trdemore .reward-terms ul li {
  margin-top: 10px;
  text-align: justify;
}
#trdemore .participate-info h5 {
  font-size: 25px;
  color: #a8140e !important;
  font-weight: 700;
}
#trdemore .participate-info p {
  margin-left: -10px !important;
}
@media screen and (max-width: 1500px) and (min-width: 1200px) {
  #trdemore .trademore-info h2 span {
    font-size: 60px;
  }
  #trdemore .trademore-info h3 {
    font-size: 50px;
  }
  #trdemore .trademore-banner img {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 900px) {
  #trdemore .trademore-info h2 span {
    font-size: 50px;
  }
  #trdemore .trademore-info h3 {
    font-size: 40px;
  }
  #trdemore .trademore-banner img {
    padding-right: 10%;
  }
  #trdemore .reward-box .tv {
    margin-left: 4% !important;
  }
  #trdemore .reward-box .scooter {
    margin-left: 4% !important;
  }
  #trdemore .more-rewards h5 {
    font-size: 17px;
  }
  #trdemore .more-rewards p {
    font-size: 14px;
  }
  #trdemore .more-rewards h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) and (min-width: 600px) {
  #trdemore .trademore-info h2 span {
    font-size: 35px;
  }
  #trdemore .trademore-info h3 {
    font-size: 30px;
  }
  #trdemore .trademore-banner img {
    padding-right: 10%;
  }
  #trdemore .trademore-info {
    padding-left: 12%;
  }
  #trdemore .out-4 {
    margin-top: 60px;
  }
  #trdemore .out-3 {
    margin-top: 60px;
  }
  #trdemore .reward-box {
    height: 280px;
  }
  #trdemore button.accordion {
    width: 50%;
  }
  #trdemore div.panel {
    width: 100%;
  }
  #trdemore .participate-info p {
    font-size: 15px;
  }
  #trdemore .participate-claim-btn {
    padding: 4px 10px;
    margin-top: 6px;
  }
  #trdemore .rewrd-part h4 {
    font-size: 40px;
  }
  #trdemore .rewrd-part h5 {
    font-size: 24px;
  }
  #trdemore .reward-terms h3 {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  #trdemore .win-cash-prize h5 {
    font-size: 18px;
  }
  #trdemore .win-cash-prize p {
    font-size: 16px;
  }
  #trdemore .participate-info h5 {
    font-size: 18px;
  }
  #trdemore .card-body {
    margin: 10px;
  }
  #trdemore .reward-terms ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  #trdemore .reward-participate {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #trdemore .trademore-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #trdemore .reward-box img {
    margin-left: 25%;
  }
  #trdemore .iPhone {
    margin-left: 38% !important;
  }
  #trdemore .more-rewards {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #trdemore .trademore-info {
    padding-left: 0px;
    text-align: center;
  }
  #trdemore .trademore-info h2 span {
    font-size: 35px;
  }
  #trdemore .trademore-info h3 {
    font-size: 30px;
  }
  #trdemore .trademore-banner img {
    padding-right: 10%;
    padding-left: 10%;
  }
  #trdemore .trade-info-btn {
    padding: 5px 15px;
    margin-top: 20px;
  }
  #trdemore .out-2 {
    margin-top: 60px;
  }
  #trdemore .out-3 {
    margin-top: 60px;
  }
  #trdemore .out-4 {
    margin-top: 60px;
  }
  #trdemore h3 {
    font-size: 28px !important;
  }
  #trdemore .win-cash-prize h3 {
    padding-bottom: 5px;
  }
  #trdemore div.panel {
    width: 90%;
  }
  #trdemore div.panel table {
    overflow-x: auto;
  }
  #trdemore button.accordion {
    width: 90%;
    margin-left: 20px;
  }
  #trdemore .reward-participate h4 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
  }
  #trdemore .participate-info {
    padding-bottom: 20px;
    margin: 10px;
  }
  #trdemore .participate-info p {
    margin-left: -20px;
    margin-top: -3px;
  }
  #trdemore .rewrd-part h4 {
    font-size: 28px;
    text-align: center;
  }
  #trdemore .rewrd-part h5 {
    font-size: 24px;
    text-align: center;
  }
  #trdemore .reward-form {
    margin-top: 20px;
    margin: 10px;
  }
  #trdemore .reward-terms {
    margin-top: 10px;
  }
  #trdemore .reward-apply {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #trdemore .reward-terms h3 {
    width: 80%;
  }
  #trdemore .terms-click {
    font-size: 25px;
  }
  #trdemore .reward-apply h3 {
    padding-bottom: 10px;
  }
  #trdemore .more-rewards h5 {
    font-size: 19px;
  }
  #trdemore div.panel.show {
    max-height: 800px;
  }
  #trdemore .reward-box img {
    margin-left: 18%;
  }
  #trdemore table {
    margin: 0 !important;
  }
  #trdemore .modal-dialog {
    margin-left: 30px;
  }
  #trdemore .inner-confirm .confirm-btn {
    width: 130px !important;
    font-size: 14px;
    height: 35px;
  }
  #trdemore .inner-confirm h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  #trdemore button.accordion {
    font-size: 18px;
  }
  #trdemore .terms-click {
    font-size: 18px;
  }
}

/*------------------------------------------------------------------------------------------------------------*/


/*-------Rinku Css-------*/
/*------------------------Common Css-----------------------------------*/

.btn {
	font-size: 14px ;
	font-weight: 600 !important;
	padding: 6px 12px;
	border-radius: 6px;
	font-weight: normal;
	border: 1px solid #ffffff;
    background-color: #fff;
	letter-spacing: 1px;
	text-transform: capitalize;
	position: relative;
    z-index: 0;
    overflow: hidden;
}

.btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -1;
}
.btn:hover {
	opacity: 1 !important;
}
.btn:hover:after {
    left: 120%;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn.focus, .btn:focus, button:focus {
	box-shadow: none !important;
	outline: none !important;
	text-decoration: none !important;
}
.red-btn{
	background-color: #a8140e !important;
    color: #fff !important;
    border: 1px solid #a8140e !important;
}
.white-btn{
	color: #a8140e !important;
	border: 1px solid #ffffff;
    background-color: #fff !important;
}
.white-btn:after {
	background: #a8140e !important;
}
.rounded-btn {
    border-radius: 50px;
    font-size: 14px;
}
.black-btn{
	border-color: #000;
    background-color: #000 !important;
	color: #fff !important;
}
.transparent-white-btn{
	color: #ffff;
	background: none !important;
    border-color: #fff !important;
	transition: all 1s;
}
.transparent-white-btn:hover{
	background: #fff !important;
	color: #a8140e !important;
}
.green-btn {
  background-color: #007509;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 5px;
  margin-left: 20px;
  font-weight: normal;
  width: 200px;
  font-size: 18px;
}

.inner-banner {
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    text-align: center;
    padding: 80px 0;
    position: relative;
}
.inner-banner .inr-bnr-title {
	color: #fff;
  	text-align: center;
  	font-weight: bold;
}
.section-heading .section-title{
	font-weight: 600;
}
/*------------------------Common Css------------------------------------------*/

header {
  /*animação*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.sticky {
  position: fixed;
  width: 100%;
}
header.sticky-top {
    border-bottom: 1px solid #ddd;
}
.cs-topbar-header {
    background: #343a40;
    color: #fff;
    padding: 5px 0;
}
.cs-topbar-header .main-top-header .form-inline{
	justify-content: space-between;
}

.right-login-btn{
    display: flex;
    align-items: center;
}

.right-login-btn .default-btn{
	border: 1px solid #a8140e;
    position: relative;
    padding: 6px 10px;
    border-radius: 50px;
	z-index: 0;
}

.right-login-btn .default-btn:before {
    content: "";
	position: absolute;
    width: 52%;
    height: 80%;
    background: #a8140e;
    right: 4px;
    top: 50%;
    bottom: 50%;
    margin: auto;
    border-radius: 20px;
    z-index: -1;
    transition: .4s;
}
.right-login-btn .default-btn.left-active:before{
	right: 56%;
    width: 42%;
}
.right-login-btn .default-btn .left-btn{
	color: #a8140e !important;
}

.right-login-btn .default-btn.left-active .left-btn{
	color: #fff !important;
}
.right-login-btn .default-btn.left-active a{
	color: #a8140e !important;
}

.right-login-btn .default-btn .btn {
    font-size: 13px;
	padding: 4px;
	background: none !important;
    border: 0 !important;
	min-width: 115px;
	color: #fff;
	text-transform: uppercase;
}
.right-login-btn .default-btn .btn:after{
	display: none !important;
}

.main-middle-header .navbar{
	padding-left: 0;
	padding-right: 0;
}
.main-middle-header .navbar-nav li a{
	font-size: 15px;
}

.header-top-contact-info .follow-contact-info ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0 !important;
}

header .switcher .selected,
header .switcher .selected a {
	background: none !important;
	width: auto !important;
	border-radius: 30px;
}
header .switcher,
header .switcher .selected{
	width: 140px !important;
	overflow: hidden;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: auto;
}
header .switcher,
header .switcher .selected a,
header .selected a:hover{
	background: none !important;
	color: #fff !important;
}
header .switcher .selected a{
	border: 1px solid #ffffff59;
	border-radius: 30px;
}

header .switcher .option {
	position: absolute;
	width: auto !important;
	min-width: 140px;
}

header .switcher-langugage select{
    outline: 0;
    background: none;
	width: 60px;
	margin-bottom: 0;
	padding: 6px !important;
    padding-right: 5px !important;
}
header .switcher .selected a:after {
	height: auto !important;
    top: 7px !important;
    right: 10px !important;
    width: 20px !important;
    content: "▾"!important;
    color: #fff;
    font-size: 32px;
	background: none !important;
}
header .switcher .selected a.open:after {
	 transform: initial !important;
}
header .switcher-langugage select{
	color: #fff !important;
}


/* Home Banner Section */
.home-banner-slider .carousel-item{;
	background-size: cover !important;
    background-position: center !important;
	padding: 50px 0;
}
.home-banner-slider .carousel-caption {
    position: static;
    text-align: left;
}
.home-banner-slider .carousel-caption h4{
	color: #000000;
	font-weight: 500;
    letter-spacing: 1px;
}
.home-banner-slider .carousel-caption .banner-text-title {
    font-weight: 800;
    color: #a8140e;
}
.home-banner-slider .carousel-caption .bottom-left {
	margin-top: 20px;
}
.home-banner-slider .carousel-indicators li{
	background-color: #a8140e !important;
}

/* Home Counter Section */
.banner_bottom-counter{
	color: #fff;
    background-color: #a8140e;
}
.banner_bottom-counter .banner_bottom-counter-list {
    display: block;
}
.banner_bottom-counter .banner_bottom-counter-list li.banner-count-listing {
    display: inline-block;
}

.banner_bottom-counter .banner_bottom_list-items {
    display: flex;
    align-items: center;
}
.banner_bottom-counter .banner_bottom_list-items em {
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
	margin-right: 10px;
}
.banner_bottom-counter .banner_bottom_list-items span {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    line-height: 22px;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}
.banner_bottom-counter .banner_bottom-counter-right-btn .btn {
    min-width: 150px;
    font-weight: 600;
}

/* Home Banner-Bottom-Fixed */
.banner_bottom-counter.banner-bottom-fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0px;
    bottom: 0px;
	display: none;
	box-shadow: 0px 1px 10px 1px #ffffff4f;
}


/* Home About Section */
.about-sec .home-about-text p {
  	color: #5e5c5c;
}
.about-sec .about-wht-imgbnr {
    max-width: 400px;
    margin-left: auto;
}
.about-feature-sec .about-feature-box:hover p{
	color: #a8140e;
}
.about-feature-sec .about-feature-box {
    margin-top: 30px;
}
.about-feature-sec .about-feature-box img {
    padding: 15px;
	filter: grayscale(1);
    max-width: 90px;
    border-radius: 15px;
    margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 0px 4px 0px #777777;
    transition: all ease 600ms;
}
.about-feature-sec .about-feature-box:hover img {
    filter: initial !important;
}
.about-feature-sec .about-feature-box p{
	font-weight: 600;
}
.about-feature-sec .about-feature-box p .ab-featur-bigtext{
	font-size: 20px;
}

/* Home Platform Section */
.multiple-platform {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

/* Home Partnership Programs Section */
.partnership-slider {
    max-width: 900px;
    margin: auto;
}

.partnership-slider .owl-item{
	position: relative;
    z-index: 0;
}
.partnership-slider .owl-item.active.center{
	 z-index: 1;
}
.partnership-slider .owl-item .item {
	text-align: center;
	-webkit-transform: scale3d(0.9, 0.9, 1);
	transform: scale3d(0.9, 0.9, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.partnership-slider-box {
	position: relative;
    overflow: hidden;
	background: #fff;
    padding: 60px 30px;
    text-align: center;
    border-radius: 20px;
    border: 0px solid #ECECEC;
    box-shadow: 0px 0px 4px 1px #0000008c;
}
.partnership-slider-box .partnershipslider-box-title {
    font-size: 22px;
    font-weight: 600;
	color: #a8140e;
    margin-bottom: 10px;
}
.partnership-slider .owl-item.active.center .partnership-slider-box{
	background: #a8140e;
	color: #fff;
	
}
.partnership-slider .owl-item .popular-ribon .popular-ribon-text{
    position: absolute;
    top: 20px;
    right: -22px;
    transform: rotate(45deg);
    background: #a8140e !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100px;
    z-index: 0;
}
.partnership-slider .owl-item.active.center .popular-ribon .popular-ribon-text {
	background: #fff !important;
    color: #740e0a !important;
}
.partnership-slider .owl-item.active.center .partnership-slider-box .partnershipslider-box-title{
	color: #fff !important;
}
.partnership-slider .owl-item.active.center .partnership-slider-box .btn {
    background: #fff !important;
    color: #a8140e !important;
}
.partnership-slider .owl-carousel .owl-dots.disabled {
    display: block !important;
}
.partnership-slider .owl-carousel .owl-dots .owl-dot span {
	background: #000;
	display: inline-block;
	width: 10px;
    height: 10px;
    border-radius: 50px;
	margin: 0 5px;
	transition: all 250ms ease-out 0s;
	
}
.partnership-slider .owl-carousel .owl-dots .owl-dot.active span,
.partnership-slider .owl-carousel .owl-dots .owl-dot:hover span {
	background: #a8140e;
}
.partnership-slider .owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.partnership-slider .owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}


/* Home Trading Products Section */
.trading-sec a {
	color: #0a0a0a;
    text-decoration: none;
}
.trading-sec .trading-products-box {
    padding: 5px;
	margin-bottom: 20px;
	border-width: 1px;
    border-color: #a40b0a;
}
.trading-sec .trading-products-box .trading-products-box-info {
    margin-top: 10px;
}
.trading-sec .trading-products-box .trading-products-box-info p {
	margin: 0;
}

/* Home Trading Easy Steps Section */

.start-trading-steps-mainbox {
    padding: 40px 40px;
    background: #a8140e;
    color: #fff;
    border-radius: 30px;
}
.start-trading-steps-mainbox .stepper-wrapper {
  position: relative;
  margin-top: 30px;
  z-index: 0;
}
.start-trading-steps-mainbox .stepper-wrapper .progress {
  content: "";
  width: 0%;
  height: 3px;
  background-color: rgb(78, 196, 243);
  position: absolute;
  z-index: -1;
  transition: width 1s;
}
.start-trading-steps-mainbox .stepper-wrapper h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px;
}
.start-trading-steps-mainbox .stepper-wrapper .screen-indicator {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 60px;
	border: 2px solid #fff;
	background-color: white;
	padding: 10px;
	color: #a8140e;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	transition-duration: 0.7s;
}

.start-trading-steps-mainbox .default-btn .btn{
	
}
/* Home Try it yourself Section */

.account-sec-btn li {
    margin-top: 15px;
}
.account-sec-btn li .btn{
	min-width: 210px;
}

/*------------------------Trading Account Pages-----------------------------------*/

.trading-acc-comm-second-sec .second-sec-info {
    text-align: justify;
	margin-bottom: 30px;
}

.trading-acc-comm-second-sec .trading-account-features h3 {
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 20px;
}
.trading-acc-comm-second-sec .trading-account-features ul li {
  color: #003d76;
  font-size: 14px;
  list-style: none;
  margin-left: 25px;
}
.trading-acc-comm-second-sec .trading-account-features ul li::before {
  content: "\2022";
  color: #000 !important;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 25px;
  margin-left: -1em;
}

.trading-acc-comm-third-sec {
  background-image: url(/static/images/micro-bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.trading-acc-comm-third-sec h4 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.trading-acc-comm-third-sec h4 a {
  color: #f9b332;
  border-bottom: 1px solid#f9b332 !important;
  text-decoration: none;
}

/*------------------------Offer Popup-----------------------------------*/

.best-new-offer .modal {
	padding: 0px 15px
}
.best-new-offer .modal-content {
	background-color: #fff;
	background-image: url(/static/images/otx-new-offer-banner-back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 15px;
}
.best-new-offer .modal-dialog {
    max-width: 950px;
	margin: auto !important;
	height: 100%;
	display: flex;
	align-items: center;
}
.best-new-offer .modal-header {
    border-bottom: 0;
	padding-bottom: 0;
}
.best-new-offer .modal-header .logo-popup {
    max-width: 30px;
}
.new-offer-left-content .img-fluid {
    margin-bottom: 20px;
}
.new-offer-left-content .new-offer-left--title {
	font-size: 24px;
    font-weight: 700;
	margin-bottom: 30px;
}
.new-offer-left-content {
	text-align:center;
}
.new-offer-left-content p{
	margin-top: 20px;
	margin-bottom: 0;
}
.offer-popup {
    width: 100%;
    text-align: right;
    display: block;
}
.offer-popup a{
   color: #000;
    text-decoration: none;
}

.offer-tnc .modal-content {
    max-width: 600px;
    margin: auto;
}
.new-offer-left-content-TNC .new-offer-terms-list {
    max-height: 320px;
    overflow-x: auto;
}
.new-offer-left-content-TNC .new-offer-terms-list ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.new-offer-left-content-TNC .new-offer-terms-list ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    background: #9d140f;
    width: 7px;
    height: 7px;
    border-radius: 100px;
    font-size: 30px;
}
.new-offer-left-content-TNC .new-offer-terms-list ul li ul li {
    margin-bottom: 0;
    margin-top: 5px;
}
	
@media only screen and (min-width: 1200px) {
	.multiple-platform:after {
		right: -100px !important;
    	width: 900px !important;
	}
	.main-middle-header .navbar-nav{
		position: relative;
	}
	.main-middle-header .navbar-nav .nav-item  .nav-link{
		padding: 14px 0;
	}
	.main-middle-header .navbar-nav .nav-item {
		margin: 0px 5px;
	}
	.main-middle-header .navbar-nav .nav-item  .nav-link:hover,
	.main-middle-header .navbar-nav .dropdown.show .nav-link {
		color: #a8140e !important;
	}
	.main-middle-header .navbar-nav .dropdown-menu{
		width: 93% !important;
    	left: 25px !important;
	}
	.main-top-header .switcher-langugage {
		display: flex;
		align-items: center;
	}
	.main-top-header .switcher-langugage .header-top-right-demobtn {
		margin-right: 30px;
		font-size: 14px;
	}
	.mobile-menu {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {

	.cs-topbar-header .switcher  .option a.selected{
		color: #000 !important;
	}
	/*.main-middle-header .navbar .navbar-collapse{
		position: absolute;
		top: 57px;
		left: 0;
		background: #ffffff;
		border: 1px solid #e9e9e9;
		width: 100%;
		padding: 15px;
	} */
	.main-middle-header .navbar .navbar-collapse {
        position: fixed;
        top: 52px;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 300px;
        height: 100%;
		background: #343a40;
    }
	
   .main-middle-header .navbar .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease;
    }
    .main-middle-header .navbar .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }
    .main-middle-header .navbar .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 400ms ease-in-out;
    }
	.main-middle-header .navbar-nav>.nav-item {
		width: 100%;
		line-height: 40px;
		border-top: 1px solid #c1c1c16e;
		position: relative;
	}
	.main-middle-header .navbar-nav .dropdown-menu .nav-item{
		line-height: 25px;
	}
	.main-middle-header .navbar-nav li a{
		color: #fff !important;
		font-weight: 500 !important;
		position: relative;
	}
	.main-middle-header .navbar-nav .dropdown .dropdown-toggle::after{		    
		position: absolute;
		top: 25px;
		right: 25px;
		font-size: 20px;
	}
	.main-middle-header .navbar-nav .dropdown-menu {
		padding: 10px 5px;
	}
	
	.main-middle-header .navbar-nav .dropdown-menu .dropdown-item {
		background: none !important;
	}
	.main-middle-header .col-12:nth-child(2) .head-submenu-head{
		margin-top: 10px !important;
		display: block;
	}
	.main-middle-header .navbar-nav .dropdown-menu .head-submenu-head .h5{
		margin-bottom: 0px !important;
		letter-spacing: 1px;
	}
	.main-middle-header .dropdown-menu .col-sm-6.col-md-x:nth-last-child(1) {
		margin-top: 10px;
	}
	.main-middle-header .rightmenu-top {
		padding: 25px 0;
	}
	.main-middle-header .switcher .option {
		width: 140px !important;
	}
	.main-middle-header .rightmenu-top .btn{
	 	min-width: 120px;
		box-shadow: 0px 2px 5px 0px #ffffff45;
}
}


@media only screen and (min-width: 1024px) {
	.banner_bottom-counter .banner_bottom-counter-list {
		display: flex;
		flex: 1;
		align-items: center;
		justify-content: space-between;
	}
	.home-about-text p {
		text-align: justify;
	}
	.start-trading-steps-mainbox .stepper-wrapper{
		padding: 0 25px;
	}
	/* Home Banner-Bottom-Fixed */
	.banner_bottom-counter.banner-bottom-fixed {
		display: block !important;
	}
	.home.page-template {
		padding-bottom: 92px;
	}
}
@media only screen and (max-width: 1023px) {
	.banner_bottom-counter .banner_bottom-counter-list li.banner-count-listing {
    	width: 32.33%;
	}
	.multiple-platform:after{
		display: none;
	}
	.trading-sec .about-wht-imgbnr {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 991px) {
	.main-middle-header .navbar .navbar-collapse{
		top: 61px !important;
	}
	.partner-comm-third-sec .partner-advantages-otx-img {
		max-width: 700px;
		padding-bottom: 30px;
	}
	.partner-platform-left-part3{
		text-align: center;
	}
	.partner-white-label-part3 ul{
		justify-content: center;
	}
	.demo-account-third-sec .demo-bb-box-list {
		text-align: center;
	}
	.welcome-bonus-banner .bonus-info .inr-bnr-title {
		font-size: 2rem;
	}
	.multiple-platform .home-about-text{
		text-align: center;
	}
	.multiple-platform .home-about-text .platform-links-list.d-flex {
		justify-content: center;
	}
}
@media only screen and (min-width: 768px) {
	.inner-banner {
		padding: 160px 0;
	}
	.inner-banner .inr-bnr-title {
		font-size: 50px;
	}
	.trading-sec .trading-products-box{
		padding: 25px;
		margin-bottom: 0px;
	}
	.trading-sec .trading-border-right-bottom{
		border-bottom-right-radius: 30px;
		border-bottom-style: solid;
		border-right-style: solid;
	}
	.trading-sec .trading-border-bottom-left{
		border-bottom-left-radius: 30px;
		border-bottom-style: solid;
		border-left-style: solid;
	}
	.trading-sec .trading-border-top-left{
		border-top-left-radius: 30px;
		border-top-style: solid;
		border-left-style: solid;
	}
	.trading-acc-comm-second-sec .second-sec-info {
		font-size: 16px;
		text-align: center;
	}
	.trading-acc-comm-second-sec .trading-account-features ul li{
		font-size: 16px;
	}
	.trading-acc-comm-third-sec {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
	.trading-acc-comm-third-sec h4 {
	   font-size: 28px;
	}
	.trading-products-second .sub-products {
		margin-top: -200px;
	}
	.welcome-bonus-banner .bonus-info,
	.welcome-bonus-banner .bonus-info .inr-bnr-title{
	  text-align: left;
	}
	.risk-disclosure-info {
	 	margin-top: -100px;
	}
	.multiple-platform:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: -180px;
		width: 650px;
		background: url(/static/images/plateform-bg-right-img.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		z-index: -1;
	}
	.start-trading-steps-mainbox .sep-befire-line::before {
		content: "";
		width: 110%;
		height: 2px;
		background-color: white;
		position: absolute;
		top: 25px;
		left: 50%;
		z-index: -1;
	}
	.partnership-slider .owl-carousel .owl-stage{
		padding-top: 40px;
		padding-bottom: 40px;
		align-items: center;
    	display: flex;
	}
	.partnership-slider .owl-item.active.center .item {
		opacity: 1;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
	.partnership-slider .owl-item.active.center .partnership-slider-box p{
		font-size: 14px;
	}
	.home-banner-slider .carousel-item{;
		padding: 73px 0;
		min-height: 595px;
	}
	.home-banner-slider .carousel-caption h4{
		font-size: 20px;
	}
	.footer h5 {
		margin-bottom: 20px;
	}
	.footer .footer-menu .lists-data li{
		margin-top: 10px;
	}
	.partnership-slider .owl-item.active.center .partnership-slider-box .partnershipslider-box-title{
		font-size: 18px;
	}
	.partnership-slider .owl-item.active.center .partnership-slider-box p{
		font-size: 14px;
	}
	.partnership-slider .owl-item.active.center .partnership-slider-box .btn {
		font-size: 12px !important;
	}
	.slider-3-info .banner-text-title {
		color: #000 !important;
		display: inline-flex;
		align-items: center;
		max-width: 80%;
		line-height: 35px;
	}
	.slider-3-info .banner-text-title strong{
		font-size: 82px;
   	 	color: #a8140e;
		margin-right: 10px;
	}
	
}
@media only screen and (max-width: 767px) {
	.copyright {
		text-align: center;
	}
	#top-footer .terms .list-data {
		text-align: center;
    	justify-content: center;
	}
	.trading-products-second .sub-products .trading-product-box h3 {
		font-size: 24px;
	}
	.trading-products-second .sub-products .trading-product-box p{
		font-size: 14px;
	}
	.section-heading .section-title{
		font-size: 24px;
	}
	.trading-products-comm-fourth-sec .why-otx-info {
		margin-top: 30px;
	}
	.trading-products-comm-fourth-sec .why-otx-info h4 {
		margin-top: 10px;
	}
	.multiple-instruments-stripe-bottom h4{
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.brokrage-left-ttile-box .brokrage-left-box-content h3{
		font-size: 32px !important;
	}
	.partner-white-label-part5 .brokrage-right-three-box .brokrage-right-box1 {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.demo-account-banner-text .demo-account-banner-title {
		text-align: center;
		font-size: 32px;
		margin-bottom: 30px;
	}
	.demo-account-banner-form {
		margin-left: auto;
		margin-right: auto;
	}
	.education-trading-plat-features-list{
		margin-top: 40px;
	}
	.promotion-bonus-benefits .section-heading,
	.promotion-bonus-payment .section-heading{
		text-align: center;
	}
	.main-middle-header .navbar .navbar-brand img {
		max-width: 125px !important;
	}
	.banner_bottom-counter .banner_bottom-counter-list li.banner-count-listing {
    	width: 49%;
		margin: 10px 0;
		display: inline-block;
	}
	.banner_bottom-counter .banner_bottom-counter-list li.banner-count-listing.banner-cout-btn-last {
		width: 100% !important;
		text-align: center;
		margin-top: 30px;
	}
	.banner_bottom-counter .banner_bottom_list-items,
	.banner_bottom-counter .banner_bottom_list-items em{
		display: block;
		text-align: center;
		margin-right: 0;
	}

	.about-wht-imgbnr {
		margin: 15px auto;
	}
	.second-right-first {
		max-width: 400px;
		margin: 0 auto 30px;
	}
	.home-banner-slider .banner-slider-imgbnr {
		max-width: 300px;
		margin: auto;
	}
	.home-banner-slider .carousel-caption .home-slider-info {
		text-align: center;
		min-height: 160px;
	}
	.home-banner-slider .carousel-caption .banner-text-title{
		font-size: 26px;
	}
	.home-banner-slider .carousel-caption h4{
		font-size: 16px;
	}
	.home-about-text {
		text-align: center;
	}
	.footer .follow-contact-info{
		margin-top: 30px;
	}
	
}

@media only screen and (max-width: 580px) {

	.cs-topbar-header .main-top-header .default-btn .btn{
		font-size: 12px !important;
		padding: 5px 12px;
	}
	
	.home-banner-slider .carousel-caption .banner-text-title{
		font-size: 23px !important;
	}
	.new-offer-left-content img{
		max-width: 120px;
	}
	.new-offer-right-image {
		max-width: 240px;
		margin: auto;
	}
}
@media only screen and (max-width: 575px) {
	.education-trading-plat-features-list{
		padding-left: 15px;
	}
}
@media only screen and (max-width: 480px) {
	#top-footer .terms .list-data {
		display: block;
	}
	#top-footer .terms .list-data li {
		display: inline-block;
		width: 49%;
	}
	#top-footer .terms .list-data li:nth-last-child(3) {
		border-right: 0;
	}
	.inner-banner .inr-bnr-title {
		font-size: 26px;
	}
	.demo-bb-box-list li {
		max-width: 100%;
	}
/* 	.cs-topbar-header .main-top-header .default-btn .btn{
		font-size: 9px !important;
    	padding-left: 9px !important;
   	 	padding-right: 9px !important;
	} */
	.main-middle-header .navbar .navbar-brand{
		margin-right: 0px !important;
	}
	.main-middle-header .navbar .navbar-brand img {
		max-width: 100px !important;
	}
	.main-middle-header .rounded-btn {
		font-size: 12px !important;
	}
	.main-middle-header .navbar .navbar-collapse{
		top: 58px !important;
	}
}


.main-middle-header .navbar-nav .dropdown,
.main-middle-header .navbar-nav .dropleft,
.main-middle-header .navbar-nav .dropright, 
.main-middle-header .navbar-nav .dropup{
	position: static !important;
}
.conformatio-footer-contact ul{
	padding-left: 0;
}
.conformatio-footer-contact ul li {
    list-style-type: none;
    padding-left: 25px;
	position: relative;
}
.conformatio-footer-contact ul li i {
    position: absolute;
	left: 0;
	top: 3px;
}
.conformatio-footer-contact ul li a {
    color: #7a7a7a !important;
    font-weight: 600;
	text-decoration: none !important;
}
.conformatio-footer-contact ul li a:hover{
	color: #a8140e !important;
}

/* == Thank you Page CSS ===========================================================*/
.thankyou-main-box { background: #fff; padding: 20px 20px 0px; border-radius: 30px; overflow: hidden; box-shadow: 0 0px 20px 0px rgb(0 0 0 / 41%); margin-top:20px;margin-bottom:20px;}
.thankyou-main-box .thankyou-main-box-img {max-width: 300px;margin: 0 auto 30px;}
.thankyou-main-box .thankyou-main-box-img img { width: 100%;}
.thankyou-main-box .thankyou-box-content .text-primary { color: #a8140e !important;}
.thankyou-box-footer ul li {list-style-type: none; display: inline-block;margin-right: 30px; padding-left: 35px; position: relative;}
.thankyou-box-footer ul li:nth-last-child(1) { margin-right: 0;}
.thankyou-box-footer ul li img { position: absolute; left: 0; top: 4px;}
.thankyou-box-footer ul li a { color: #000;}
.thankyou-box-footer { border-top: 1px solid #a8140e; padding: 25px 20px 20px; margin: 0 -20px;}

/* == Confirmation Page CSS ===========================================================*/
.confirmation-main-box .thankyou-main-box-img { max-width: 180px !important;}
.confirmation-main-box .thank-pg-title { font-size: 28px; font-weight: 600; color: #a8140e; text-transform: uppercase; margin-bottom: 20px;}
.confirmation-main-box .confirmation-type-phone a { margin: 0px 15px; display: inline-block;}
.confirmation-main-box .thankyou-box-content p strong {font-weight: 600;}

.post-item {
  background-color: #ffffff;
  box-shadow: 0 0 6px 1px #ebebeb;
  overflow: hidden;
  height: 100%;
}

.post-item .thumb img {
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.post-item .texts {
  padding: 1rem;
}

.post-item .texts h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.12rem;
  font-weight: bold;
  margin-bottom: .75rem;
}

.post-item .texts h3 a {
  white-space: nowrap;
  color: #141414;
}

.post-item .texts .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #6b6b6b;
  font-size: .92rem;
  margin-bottom: .75rem;
}

.post-item .texts .time {
  color: #6b6b6b;
  font-size: .92rem;
  font-weight: bold;
  margin-bottom: 0;
}

.pager .pagination {
  justify-content: center;
}

.post {
  background-color: #f1f1f1;
}

.post-content {
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 #ededed;
  padding: 2rem;
  height: 100%;
}


.post-content h1 {
  margin-bottom: 1.5rem;
}

.post-content .infos {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  margin-bottom: 2rem;
}

.post-content .time {
  margin-right: 2rem;
  white-space: nowrap;
}

.post-content .tags {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-body {
  line-height: 160%;
}

.post-body img {
  max-width: 100%;
}

.forex img {
  width: 100%;
}

.related a {
  color: #333333;
}