/** @format */

* {
  margin: 0;
  padding: 0;
}

/***************GLobal******************/

body :where(h1, h2, h3, h4, h5, h6, p) {
  margin: 0 !important;
}
select:focus {
  box-shadow: none !important;
  border: 1px solid #be0202 !important;
}
input:focus {
  box-shadow: none !important;
  border: 1px solid #be0202 !important;
  transition: 0.5s ease-in-out;
}
.input-group:focus-within .input-group-text {
  background-color: #be0202 !important;
  color: white;
  border: 1px solid #be0202;
  transition: 0.5s ease-in-out;
}
textarea:focus {
  box-shadow: none !important;
  border: 1px solid #be0202 !important;
}

h1 {
  font-size: 60px;
  font-weight: bold;
}
h2 {
}
h3 {
  font-size: 32px;
  font-weight: bold;
}
h4 {
  font-size: 25px;
  font-weight: 600;
}
h5 {
}
h6 {
  font-size: 20px;
}
p {
}
small {
}

/***************Font Size******************/

.fs32 {
  font-size: 32px;
}
.fs18 {
  font-size: 18px;
}
.fs24 {
  font-size: 24px;
}
.fs16 {
  font-size: 16px;
}

/****************Width**********************/

.w-35 {
  width: 35%;
}
.w-65 {
  width: 65%;
}

/***************Color Code******************/

.cl-pm {
  color: #be0202;
}
.cl-green {
  color: #2cf06f;
}
.cl-mat-black {
  color: #5f6168;
}

/***************Background Color Code******************/

.bg-cl-pm {
  background-color: #be0202;
}
.bg-cl-green {
  background-color: #2cf06f;
}
.bg-cl-mat-black {
  background-color: #5f6168;
}
.bg-cl-light-grey {
  background-color: #f4f8fd;
}
.bg-cl-light-pink {
  background-color: #f3f2f2;
}

/***************Border**************************/

.border-pm {
  border: 1px solid #be0202 !important;
}
/* Language Button toggle start desktop*/

.languageDropDown select {
  border: 1px solid #be0202 !important;
  outline: none;
  color: #be0202;
  padding: 0 2px;
  border-radius: 50px;
  background-color: transparent;
}
/* Language Button toggle end  desktop*/
/***************Navigation******************/
.topNav {
  height: 60px;
  border-bottom: 1px solid #d6d7ea;
}
.bottomNav {
  height: 75px;
}
.navLogo img {
  height: 46px;
}
.bottomNav ul li {
  margin: 0 10px;
}
.bottomNav ul li a {
  color: #0c172e !important;
  transition: 0.5s ease-in-out;
}
.bottomNav ul li a:hover {
  color: #be0202 !important;
  transition: 0.5s ease-in-out;
}
/****************Hero Section****************/

.hero {
  height: 700px;
  padding: 200px 0 20px 0;
  background-image: linear-gradient(
      rgba(23, 31, 65, 0.5),
      rgba(23, 31, 65, 0.7)
    ),
    url("../Assets/image/herobg.png");
  background-position: center;
  background-size: cover;
  margin-top: -10px;
}

.partial_forex_info {
  padding: 100px 0 30px 0;
}
.GBP_lot_wrapper {
  margin-top: 120px;
}

.heroBtn2 button {
  background-color: transparent !important;
}

/*******************Quote********************/
.quote i {
  margin-top: -25px;
}

/******************Rebate System***************/

.rebateSystemImg img {
  width: 100%;
  border-radius: 10px;
}

/*****************Home Card*******************/

.homeCard {
  background-color: #ffffff;
  border: 0.5px solid #ffffff;
  box-shadow: 0px 4px 10px 5px rgba(239, 239, 239, 0.25);
  border-radius: 10px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  border-bottom: 5px solid #f4f8fd;
}
.homeCard a {
  color: #be0202;
}
.homeCardContent {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #f4f8fd;
}

.homeCard:hover {
  border-bottom: 5px solid #be0202;
  transition: 0.2s ease-in-out;
}

.homeCard:hover .homeCardContent {
  background-color: #be0202;

  transition: 0.4s ease-in-out;
}
.homeCard:hover .homeCardText {
  color: #be0202;
  transition: 0.4s ease-in-out;
}
.homeCard:hover .homeCardContent i {
  color: #ffffff;
  transition: 0.4s ease-in-out;
}

/*******************advantageRebate***************/
.advantageRebate ul {
  padding-left: 1rem !important;
}

/********************register Process**************/
.registerCardImg img {
  height: 156px;
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.registerCard {
  height: 156px;
  background-color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.registerCard:hover {
  background-color: #be0202;
}

.registerCard:hover .registerCardContent {
  color: #ffffff;
}

/**********************Footer*******************/
.footerNav ul {
  display: flex;
  margin-bottom: 0 !important;
}
.footerNav ul li {
  list-style: none;
  margin: 0 8px;
}
.footerNav ul li a {
  text-decoration: none;
  color: #ffffff;
}

/******************Accordion***************************/

.accordion-text {
  display: none;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  margin: 10px 0 0 0;
}
.Show-text .accordion-text {
  display: block;
}
.minus-icon {
  display: none;
}
.Show-text .minus-icon {
  display: inline;
}
.Show-text .plus-icon {
  display: none;
}
.accordion-title {
  cursor: pointer;
  border-radius: 10px;
}
.accordion-btn {
  border-radius: 10px 0 0 10px;
}

/**********************Breadcum********************/
.breadcumb {
  padding: 100px 0;
  background-image: linear-gradient(
      rgba(23, 31, 65, 0.5),
      rgba(23, 31, 65, 0.7)
    ),
    url("../Assets/image/herobg.png");
  background-position: center;
  background-size: cover;
  margin-top: -10px;
}
.breadcumb_how_it_works {
  background-image: linear-gradient(
      rgba(23, 31, 65, 0.5),
      rgba(23, 31, 65, 0.7)
    ),
    url("../Assets/image/how.jpg");
}

.breadcumb_why_forex_rebate {
  background-image: linear-gradient(
      rgba(23, 31, 65, 0.5),
      rgba(23, 31, 65, 0.7)
    ),
    url("../Assets/image/why.png");
}

.breadcumb_affiliate {
  background-image: linear-gradient(
      rgba(23, 31, 65, 0.5),
      rgba(23, 31, 65, 0.7)
    ),
    url("../Assets/image/affiliate.jpeg");
}

.breadcumb_reg {
  background-image: linear-gradient(
      rgba(23, 31, 65, 0.5),
      rgba(23, 31, 65, 0.7)
    ),
    url("../Assets/image/reg.png");
}

.breadcumb_about {
  background-image: linear-gradient(
      rgba(23, 31, 65, 0.5),
      rgba(23, 31, 65, 0.7)
    ),
    url("../Assets/image/about.jpg");
}

.breadcumb_agreement {
  background-image: linear-gradient(
      rgba(23, 31, 65, 0.5),
      rgba(23, 31, 65, 0.7)
    ),
    url("../Assets/image/agreement.jpg");
}

.breadcumb_sitemap {
  background-image: linear-gradient(
      rgba(23, 31, 65, 0.5),
      rgba(23, 31, 65, 0.7)
    ),
    url("../Assets/image/sitemap.jpg");
}

.breadcumb_faq {
  background-image: linear-gradient(
      rgba(23, 31, 65, 0.5),
      rgba(23, 31, 65, 0.7)
    ),
    url("../Assets/image/faq.jpg");
}

.breadcumb_contact {
  background-image: linear-gradient(
      rgba(23, 31, 65, 0.5),
      rgba(23, 31, 65, 0.7)
    ),
    url("../Assets/image/contact.jpg");
}

.breadcumb_cabinet {
  background-image: linear-gradient(
      rgba(23, 31, 65, 0.5),
      rgba(23, 31, 65, 0.7)
    ),
    url("../Assets/image/cabinet.jpg");
}

.breadcumb_account {
  background-image: linear-gradient(
      rgba(23, 31, 65, 0.5),
      rgba(23, 31, 65, 0.7)
    ),
    url("../Assets/image/account.jpeg");
}

.breadcumb_search {
  background-image: linear-gradient(
      rgba(23, 31, 65, 0.5),
      rgba(23, 31, 65, 0.7)
    ),
    url("../Assets/image/search.jpg");
}

.lot_counter_wrapper {
  margin-top: -50px;
}

.counterForm .heroForm {
  box-shadow: 0px 4px 9px 4px rgba(183, 183, 183, 0.25);
  margin-top: -100px;
}

.counterForm {
  margin-top: 90px;
}

.lotcounter_title {
  margin-top: -40px;
  padding-top: 0px;
  position: relative;
}
.lotcounter_title h4 {
  color: #fff;
  position: absolute;
  font-size: 18px;
}
/*********************Contact**********************/
.contactIcon {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  background-color: #e5effc;
}

/*******************Media Query********************/
@media (max-width: 990px) {
  .topNav {
    display: none !important;
  }
  .footerNav ul {
    flex-direction: column !important;
  }
  .footerDiv {
    align-items: flex-start !important;
  }
}

@media (max-width: 1199px) {
  .footerDiv {
    flex-direction: column !important;
    justify-content: center;
  }
  .footerNav ul {
    padding-left: 0 !important;
  }
}

a {
  text-decoration: none;
}

/* navbar searchbar */
.searchbar_wrapper {
  position: relative;
  margin-right: 10px;
}
.searchbar_wrapper input[type="text"] {
  height: 35px;
  border-radius: 5px;
  border: 1px solid #a9b6c4;
  padding: 4px 10px;
}
.searchbar_wrapper button[type="submit"] {
  height: 30px;
  background: #fff;
  color: #be0202;
  padding: 2px 2px;
  border: none;
  position: absolute;
  right: 7px;
  top: 3px;
}

.bg-off-wh {
  background-color: #f4f8fd;
  padding: 50px 0 20px 0;
  border-radius: 10px;
}
ul.opt-ul {
}
ul.opt-ul li {
  padding: 10px 0;
}

.inedition_bg {
}
.inedition_bg .in_edition_section {
  margin: 20px 0;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 50px 70px 50px 70px;
  background-image: url("../Assets/image/In_addition.png");
  background-position: center;
  background-size: cover;
}

section.earn_on_rebates {
  margin-bottom: 0;
  padding-bottom: 0;
}
section.earn_on_rebates .earn_rebates {
}

a.red {
  color: #be0202;
  text-decoration: none;
  font-weight: bold;
  transition: 0.5s ease-in-out;
}
a.red:hover {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: 0.5s ease-in-out;
}
p.red {
  color: #be0202;
  font-weight: bold;
}
.register_single_bx {
  background: #f4f8fd;
  padding: 30px 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
}
.register_single_bx:hover {
  border: 1px solid #be0202;
  transition: 0.5s ease-in-out;
}
.register_single_bx a {
  color: #be0202;
  text-decoration: none;
}
.bx3 {
  margin: 50px 0;
}
.bg-off-wht {
  background-color: #f4f8fd;
}
section.faq_section {
  background: #f4f8fd;
}

/* inputs form */

.registration_form_wrapper {
  border-radius: 20px;
  border: 1px solid #be0202;
}
input[type="text"] {
  height: 60px;
  border: 1px solid #e1e7ee;
  border-radius: 10px;
}
input[type="password"] {
  height: 60px;
  border: 1px solid #e1e7ee;
  border-radius: 10px;
}
input[type="number"] {
  height: 60px;
  border: 1px solid #e1e7ee;
  border-radius: 10px;
}
input[type="email"] {
  height: 60px;
  border: 1px solid #e1e7ee;
  border-radius: 10px;
}
.input-group button[type="submit"] {
  padding: 0 20px;
  height: 60px;
  border-radius: 10px;
}
.input-group textarea {
  border: 1px solid #e1e7ee;
  border-radius: 10px;
}
.input-group span {
  width: 60px;
  text-align: center;
  border-radius: 10px 0 0 10px;
}
.input-group span i {
  padding-left: 10px;
}
.counterForm {
}
button {
  height: 60px;
  border-radius: 10px;
}
form select {
  height: 60px;
  border-radius: 10px;
  border: 1px solid #a9b6c4;
}

.sitemap_wrapper {
  text-align: center;
  margin: auto;
}
.sitemap_wrapper img {
  width: 90%;
}

.sitemap_nav {
  margin-top: -50px;
}
.sitemap_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap_nav ul li {
  float: left;
  text-align: center;
}
.sitemap_nav ul li a {
  border: 1px solid #be0202;
  border-radius: 10px;
  margin-left: 10px;
  padding: 35px 43px;
  background: #f4f8fd;
  color: #0c172e;
  font-weight: bold;
}
.sitemap_nav ul li a:hover {
  background: #be0202;
  color: #fff;
}

.breadcrumb_title_wrapper {
  margin-bottom: 50px;
}
.gbp_chart_wrapper {
  margin-top: ;
}

.contact_bx {
  border: 1px solid transparent;
  transition: 0.5s ease-in-out;
}
.contact_bx:hover {
  border: 1px solid #be0202;
  transition: 0.5s ease-in-out;
}
.why_forex_info {
  margin-top: -70px;
}
.opt-ul {
  list-style: none;
  padding-left: 6px !important;
}
.opt-ul li {
  list-style: none;
}
.opt-ul-icon {
  height: 45px;
  width: 45px;
  background-color: white;
  border-radius: 50%;
}
.opt-ul-icon i {
  font-size: 20px;
}
