@import url(../css/aos.css);
@import url(../css/slick.css);
@import url(../css/slick-theme.css);
@import url(../css/default.css);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
* {
  outline: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: inherit;
  color: #000000;
  overflow-x: hidden;
}
.clr {
  width: 100%;
  float: left;
}
.img {
  width: 100%;
}
a, .btn, button {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  color: #000000;
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}
a:focus, .btn:focus, button:focus, select:focus, .custom-select:focus, .form-control:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.btn:hover, a:hover, button:hover {
  color: #c99443;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.copyright.text-right{text-align: right;}

.copyright .view-more-btn{text-align: right; padding: 5px; font-size: 5px;}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-weight: 400;
  text-transform: normal;
  margin-bottom: 10px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
header, footer, section {
  width: 100%;
  float: left;
}
hr {
  border-bottom: 0.5px solid #273238;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
p {
  font-size: 18px;
  line-height: 28px;
  color: #273238;
  margin-bottom: 15px;
}
.text {
  font-size: 16px;
  line-height: 22px;
  color: #383838;
  margin-bottom: 25px;
}
.section-title {
  font-size: 22px;
  line-height: 20px;
  color: #c99443;
  margin-bottom: 20px;
  letter-spacing: 5px;
  font-weight: 600;
}
.title {
  font-size: 37px;
  line-height: 58px;
  color: #273238;
  margin-bottom: 20px;
  font-weight: 700;
}
.div-title {
  font-size: 30px;
  line-height: 40px;
  color: #273238;
  margin-bottom: 15px;
  font-weight: 700;
}
.sub-title {
  font-size: 26px;
  color: #273238;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.div-sub-title {
  font-size: 20px;
  color: #273238;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}


.view-more {
  display: inline-block;
}
.view-more-btn {
  font-size: 16px;
  line-height: inherit;
  color: #ffffff;
  background-image: linear-gradient(to right, #af6c1a, #d6a34c);
  padding: 12px 25px;
  border-radius: 10px;
  display: inline-block;
  border: none;
  outline: none;
  font-weight: 500;
  text-transform: uppercase;
}
.view-more-btn .svg {
  margin-right: 10px;
  fill: #d09f44;
  width: 24px;
  height: 24px;
}
.view-more-btn:hover {
  background-image: linear-gradient(to right, #d6a34c, #af6c1a);
}

/* loader css*/
.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  background: #000000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.hmmbrr-loader {
  text-align: center;
}
.loader .triangle {
  stroke:#d8c4be;
  stroke-dasharray: 17;
  animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
}
@keyframes dash {
  to {
      stroke-dashoffset: 136;
  }
}
.loader .loading {
  font-size: 3.5px;
  animation: blink .9s ease-in-out infinite;
}
@keyframes blink {
  50% {
      opacity: 0;
  }
}
.loader .loader-img {
  position: absolute;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  width: 40px;
  margin-top: -145px;
  margin-left: 68px;
}
/* loader css */
.g_header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
  padding: 0;
  position: fixed;
  background-color: #ffffffef;
  backdrop-filter: blur(2em);
  box-shadow: 3px 3px 3px #0000001a;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
} 
.main-header.g_shrink .main-nav  {
  padding: 10px 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink .main-nav .navbar-light .navbar-brand img {
  width: 300px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
/* main-header */
.main-header {
  padding: 0;
  margin-right: 0;
}
.main-nav  {
  padding: 30px 0;
}
.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}
.main-nav .navbar-light .navbar-brand {
  padding: 0;
}
.main-nav .navbar-light .navbar-brand img {
  width: 300px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-light .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #363636;
  padding: 15px 15px;
  letter-spacing: 0.5px;
}
.main-nav .navbar-light .navbar-nav .nav-item {
  padding-right: 25px;
}
.main-nav .navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0px;
}
.main-nav .navbar-light .navbar-nav .nav-item .nav-link:focus,
/* .main-nav .navbar-light .navbar-nav .nav-item.active .nav-link, */
.main-nav .navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #c99443;
}
.main-nav .navbar-light .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-light .navbar-nav .nav-item .show>.nav-link {
  color: #c99443;
}

.main-nav .navbar-light .navbar-nav .nav-item.active .nav-link.js-scroll-trigger{
  color: #2dff04;
}
/* dropdown-menu */
/* .main-nav .collapse .navbar-nav .dropdown .dropdown-menu {
  min-width: 200px;
  margin: 0;
  top: 80%;
  padding: 0px 0px;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 11px -4px #989898ba;
  z-index: 9;
}
.main-nav .collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  padding: 10px 10px;
  border-bottom: solid 0.5px #393185;
  border-radius: 5px;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  text-transform: capitalize;
}
.main-nav .collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #393185;
} */
/* dropdown-menu */

.contact-header a {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-image: linear-gradient(to right, #af6c1a, #d6a34c);
  padding: 14px 23px;
  border-radius: 10px;
}
.contact-header a:hover {
  background-image: linear-gradient(to right, #d6a34c, #af6c1a);
}
.get-signals {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.get-signals img {
 width: 80px;
 margin: 8px ;
}
.modal-dialog {
  max-width: 300px;
}
.modal-content {
  border: none;
  border-radius: 10px;
}
.modal-header {
  padding: 0;
  border-bottom: none;
}
.modal-body {
  padding: 30px 10px;
}

.modal-body.gg{padding: 50px;}

.modal-header .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 9;
}
/* main-header */
/* banner-section */
.banner-bg-img {
  position: absolute;
  top: 0;
  z-index: -1;
}
.banner-text .text {
  background-image: linear-gradient(to right, #342f81, #373287, #3d3896, #403a9b);
  background-image: linear-gradient(to right, #004027, #015837, #015c38, #008959);
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.banner-img {
 height: 100%;
}
.banner-img img {
    width: 100%;
    /* position: absolute; */
    /* right: 0; */
}
.banner-text-height {
  height: calc(100vh - 160px);
}
/* banner-section */

/* our-service-section */
.our-service-text .title {
  color: #ffffff;
}
.our-service-text p {
  color: #ffffff;
}
.our-service-img {
  position: relative;
  left: -70px;
}
.our-service-text ul li {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}
.our-service-text ul li img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
}
.our-service-text {
  width: 100%;
  height: 100%;
  padding: 140px 60px;
  padding-left: 0;
}
/* our-service-section */

/* our-product-section */
.our-product-section {
  position: relative;
}
.our-product-section::before {
  position: absolute;
  content: '';
  width: 95%;
  left: 0;
  top: 0;
  height: 100%;
  background: #f2f5ff;
  z-index: -1;
}
.our-product-section::after {
  position: absolute;
  content: '';
  width: 5%;
  right: 0;
  top: 0;
  height: 100%;
  background: #f3f3f3;
  z-index: -1;
}
.product-text {
  position: relative;
}
.product-text::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #00000080;
}
.product-text img {
border-radius: 10px;
}
.product-text .title {
color: #ffffff;
position: absolute;
top: 30px;
left: 30px;
margin-bottom: 0;
z-index: 1;
}
.product-box {
  width: 100%;
  float: left;
  padding-left: 100px;
}

.product-slider .slick-slide {
  margin-right:15px;
  margin-left:15px;
}
.product-slider .slick-prev:before, .product-slider .slick-next:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.product-slider .slick-prev:before {
  background-image: url(../images/icons/left-arrow.png);
  left: 0;
}
.product-slider .slick-next:before {
  background-image: url(../images/icons/right-arrow.png);
  right: 0;
}
.product-slider .slick-prev {
  left: -50px;
}
.product-slider .slick-next {
  right: -50px;
}

.works-text {
padding-right: 20px;
}
.works-text img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 20px;
}

.product-left-img img{ object-fit: cover;}


.works-box {
  position: relative;
}
.works-box::before {
  content: '';
  position: absolute;
  top: -130px;
  left: -100px;
  width: 300px;
  height: 160px;
  background-image: url(../images/icons/curve-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
/* charts-box */
.charts-img {
  width: 50%;
  float: left;  
  padding: 20px 20px;
}
.charts-img img {
  width: 100%;
  height: 330px;
}
/* charts-box */
.count-div {
 text-align: center;
}
.count-div .counter-value {
  font-size: 72px;
  line-height: 68px;
  color: #c99443;
  margin-bottom: 10px;
}
.count-div span {
  font-size: 30px;
  line-height: 34px;
  color: #363636;
  font-weight: 700;
  text-transform: uppercase;
}
/* our-product-section */
/* plan-section */
.plan-section::before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 80%;
  background-image: linear-gradient(to right, #fed050, #fdcc46, #fbc42d, #fac226);
  z-index: -1;
}
.plan-section::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20%;
  background: #f3f3f3;
  z-index: -1;
}
.plan-box {
  width: 100%;
  float: left;
  background: #ffffff;
  box-shadow: 0px 0px 25px #00000038;
  border-radius: 10px;
}
.plan-box-top {
  width: 100%;
  float: left;
  background: #00432F;
  padding: 50px 30px 70px;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.plan-box-top span{position: absolute; bottom: 25px; font-size: 14px; color: #fff; text-align: center; left: 50%; transform: translateX(-50%);}

.plan-box-top p {
  color: #ffffff;
  text-transform: uppercase;
}
.plan-box-top h5 {
  color: #ffffff;
  margin-bottom: 0;
}
.plan-box-bottom {
  width: 100%;
  float: left;
  background: #ffffff;
  padding: 50px 30px;
  border-radius: 0 0 10px 10px;
  position: relative;
}



.plan-box-bottom::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background-image: url(../images/icons/plan-layer.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.plan-box-bottom ul {
  margin-bottom: 50px;
}
.plan-box-bottom ul li {
  font-size: 18px;
  line-height: 24px;
  color: #273238;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.plan-box-bottom ul li img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.plan-box-bottom .join-now {
 font-size: 16px;
 color: #076cf2;
 font-weight: 700;
 display: block;
 text-align: center;
 text-transform: uppercase;
 background: linear-gradient(to right, #af6c1a, #d6a34c); 
 padding: 10px; 
 color: #fff;
}
.plan-padding {
  padding-left: 50px;
  padding-right: 50px;
}
/* recommended-brokers */
.recommended-brokers-box {
  width: 100%;
  height: 100%;
  float: left;
  background: #fff;
  padding: 50px;
  box-shadow: 0px 0px 25px #00000038;
}
.recommended-brokers-slider {
background: #273238;
height: auto;
padding: 50px 50px;
}
.broker-text img {
width: 250px;
margin-bottom: 30px;
}
.broker-text p {
color: #ffffff;
}
/* recommended-brokers */
/* plan-section */
/* customer-section */
.customer-section::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: #f3f3f3;
  z-index: -1;
}
.customer-slider.slick-slider {
  height: 70%;
  margin-bottom: 0px;
}
.customer-feedback-box {
  padding: 30px;
  background: #c99443;
  border-radius: 10px;
}
.contact-form {
  width: 100%;
  float: left;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group .form-control {
  padding: 5px 10px;
  height: 52px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 10px;
}
.contact-form .form-group select.form-control:not([size]):not([multiple]) {
  height: 52px;
  color: #000000;
}
.contact-form .form-group .form-select.form-control {
  width: 100px;
  float: left;
  margin-right: 2%;
}
.contact-form .form-group .country-code.form-control {
  width: 81.9%;
}
.contact-form .form-group select.form-control:focus {
  color: #000000 !important;
}
.contact-form .form-group select.form-control option, .contact-form .form-group select.form-control option {
  color:#af6c1a;
  }
  .contact-form .form-group select.form-control option:not(:checked), .contact-form .form-group select.form-control option:not(:checked) {
  color:#000000;
  }

.contact-form .form-group .form-control::placeholder { 
  color: #5c5c5c;
  opacity: 1;
}
.contact-form .form-group .form-control:-ms-input-placeholder { 
  color: #5c5c5c;
}
.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #5c5c5c;
}
.contact-form .form-group textarea.form-control {
  height: 130px;
  resize: none;
}
/* customer-section */
/* get-support-section */
.get-support-section::before {
  position: absolute;
  content: '';
  width: 70%;
  left: 0;
  top: 0;
  height: 100%;
  background: #c99443;
  z-index: -1;
}
.get-support-section::after {
  position: absolute;
  content: '';
  width: 30%;
  right: 0;
  top: 0;
  height: 100%;
  background: #f3f3f3;
  z-index: -1;
}
.get-support-title {
  width: 100%;
  font-size: large;
  padding-right: 100px;
}
.get-support-box {
  padding: 70px 100px;
  background: #273238;
  position: relative;
}
.get-support-box .get-support-icon {
  position: absolute;
  top: 46%;
  left: -50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-repeat: no-repeat;
  background: #00432c;
  border-radius: 50%;
  text-align: center;
}
.get-support-box.contact-form .form-group {
  margin-bottom: 20px;
}
/* get-support-section */
/* main footer */
.main-footer {
  background: #00432c;
  padding: 50px 0 20px;
}
.footer-box p, .footer-box a, .footer-box h4  {
color: #ffffff;
}
.footer-box .footer-logo {
width: 200px;
margin-bottom: 30px;
}
.footer-box .text {
display: block;
margin-bottom: 15px;
}
.footer-box .footer-title {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
}
.footer-box .main-link li a {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 2px;
  padding: 4px 0;
  display: block;
}
.footer-box .footer-social {
  width: 100%;
  float: left;
  margin: 30px 0;
}
.footer-box .footer-social a {
  display: inline-block;
  margin-right: 10px;
}
.footer-box .footer-social img {
 width: 40px;
 float: left;
}
.footer-box .we-accept {
  margin-top: 30px;
}
.footer-box .we-accept img {
  width: 100%;
  float: left;
}
.footer-text {
  width: 100%;
  float: left;
  padding: 30px 0;
}
.footer-text p {
 color: #c0c0c0;
 font-size: 15px;
}
.copyright p {
  color: #ffffff;
}
.copyright p a {
  color: #fbc42d;
}
/* main footer */



/* responsive css */

.form-control{position: relative;}

.form-group .number{position: relative;}

.form-group .number span{position: absolute; left: 0px; top: 0px; height: 100%; border-radius: 100%;} 

.contact-form .form-group .number .form-control{padding-left: 30%;}

.contact-form .form-group .number select{width: 80px;  font-size: 12px; overflow: hidden;  border-radius: 100%; height: 100%; border: unset; padding: 1px; background-size: #fff;}

.footer-text .small{font-size: 12px;}


.img-comp-container {
  position: relative;
  height: 360px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  height: auto;
  overflow:hidden;
}

.img-comp-img span{color: #000; background: #fff; display: inline-block; position: absolute; left: 15px; top: 15px; text-transform: capitalize; z-index: 1;  }

.img-comp-img.img-comp-overlay{z-index: 1;}

.img-comp-img img {
  display:block;
  vertical-align:middle;
  height: 100%;
  width: 100%;

}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
  background: url(../images/both-side-arrow.png) no-repeat;
  background-size: contain;

}
.whatsapp-btn-fix {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 9999;
}
.whatsapp-btn-fix img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-box .footer-social .footer-contact a {
  display: inline-block;
  margin-right: 0;
  padding-left: 34px;
  position: relative;
  margin-bottom: 10px;
}
.footer-box .footer-social .footer-contact a img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 25px;
}


.container {
  max-width: 1415px;
}

/* responsive css */
@media (max-width: 1600px) {
  .section-title {
    margin-bottom: 30px;
}
  .product-box {
    padding-left: 50px;
}
.title {
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 30px;
}
p {
  font-size: 16px;
  line-height: 26px;
}
.section-title {
  margin-bottom: 30px;
}
.text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}
.div-title {
  font-size: 26px;
  line-height: 36px;
}
.sub-title {
  font-size: 22px;
  line-height: 28px;
}
.div-sub-title {
  font-size: 18px;
  line-height: 22px;
}
.count-div .counter-value {
  font-size: 60px;
  line-height: 56px;
}
.count-div span {
  font-size: 22px;
  line-height: 26px;
}
.plan-box-bottom ul li {
  font-size: 16px;
  line-height: 20px;
}
}
@media (max-width: 1480px) {
  .works-box::before {
    left: 80px;
    width: 100%;
    height: 130px;
}
}
@media (max-width: 1440px) {
  .container {
    max-width: 1200px;
}
.title {
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 25px;
}
p {
  font-size: 16px;
  line-height: 26px;
}
.section-title {
  margin-bottom: 30px;
}
.text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.div-title {
  font-size: 22px;
  line-height: 22px;
}
.sub-title {
  font-size: 20px;
  line-height: 24px;
}
.div-sub-title {
  font-size: 17px;
  line-height: 21px;
}
.view-more-btn {
  font-size: 14px;
  padding: 10px 25px;
}
.pb-100 {
  padding-bottom: 60px;
}
.pt-100 {
  padding-top: 60px;
}
.mb-50 {
  margin-bottom: 30px;
}
.mt-50 {
  margin-top: 30px;
}
.mt-100 {
  margin-top: 60px;
}
.main-nav .navbar-light .navbar-brand img {
  width: 320px;
}
.main-header.g_shrink .main-nav .navbar-light .navbar-brand img {
  width: 220px;
}
.main-nav .navbar-light .navbar-nav .nav-item {
  padding-right: 15px;
}
.main-nav .navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  padding: 10px 10px;
}
.banner-text-height {
  height: calc(100vh - 140px);
}
.contact-header a {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px;
}
.our-service-text {
  padding: 80px 30px;
}
.works-box::before {
  left: 0px;
  width: 100%;
  height: 90px;
  top: -90px;
}
.charts-img img {
  height: 280px;
}
.count-div .counter-value {
  font-size: 45px;
  line-height: 40px;
}
.count-div span {
  font-size: 20px;
  line-height: 20px;
}
.plan-box-top {
  padding: 30px 20px 50px;
}
.plan-box-bottom {
  padding: 30px 20px;
}
.recommended-brokers-slider {
  padding: 30px 30px;
}
.recommended-brokers-box {
  padding: 30px;
}
.get-support-box {
  padding: 40px 80px;
}
.main-footer {
  padding: 60px 0 40px;
}
.footer-text {
  padding: 30px 0;
}
.product-slider .slick-prev:before, .product-slider .slick-next:before {
  width: 30px;
  height: 30px;
}
.product-slider .slick-prev {
  left: -20px;
}
.product-slider .slick-next {
  right: -20px;
}
.product-box {
  padding-left: 10px;
}
.product-left-img {
  top: 60px;
  padding-left: 10px;
  
}

.product-left-img img {
  object-fit: cover;
  height: 414px;
}

.broker-text img {
  width: 150px;
  margin-bottom: 20px;
}
.contact-form .form-group .country-code.form-control {
  width: 78%;
}
}
@media (max-width:1366px) {

}
@media (max-width:1280px) {
  .works-box::before {
    display: none;
  }
.contact-form .form-group .form-control {
    padding: 5px 10px;
    height: 44px;
    font-size: 14px;
}
.contact-form .form-group select.form-control:not([size]):not([multiple]) {
  height: 44px;
}
.contact-form .form-group textarea.form-control {
  height: 100px;
}
}
@media (max-width: 1199.98px) { 
  .container {
    max-width: 991px;
}
.title {
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 20px;
}

.div-title {
  font-size: 20px;
  line-height: 28px;
}
.sub-title {
  font-size: 18px;
  line-height: 24px;
}
.div-sub-title {
  font-size: 16px;
  line-height: 21px;
}
.pb-100 {
  padding-bottom: 40px;
}
.pt-100 {
  padding-top: 40px;
}
.mb-50 {
  margin-bottom: 20px;
}
.mt-50 {
  margin-top: 20px;
}
.mt-100 {
  margin-top: 40px;
}
.main-nav .navbar-light .navbar-brand img {
  width: 250px;
}
.main-header.g_shrink .main-nav .navbar-light .navbar-brand img {
  width: 170px;
}
.banner-text-height {
  height: calc(100vh - 120px);
}
.count-div .counter-value {
  font-size: 35px;
  line-height: 30px;
}
.count-div span {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
}
.plan-padding {
  padding-left: 0;
  padding-right: 0px;
}
.contact-form .form-group .form-select.form-control {
  width: 85px;
}
.contact-form .form-group .country-code.form-control {
  width: 77%;
}
.main-nav .navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  padding: 8px 8px;
}
.our-service-img {
  left: 10px;
}
}
@media (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }
  .title {
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .div-title {
    font-size: 18px;
    line-height: 26px;
  }
  .contact-header {
    padding-right: 80px;
}
.main-nav .navbar-light .navbar-toggler {
  position: absolute;
  right: 0;
  background: #008959;
  padding: 4px 10px;
  border-radius: 10px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("../images/icons/toggler-icon.svg");
  width: 30px;
  height: 30px;
  background-size: contain; 
}
.main-nav .navbar-light .navbar-toggler:focus {
  box-shadow: none;
}
.main-nav .navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  top: 90%;
  background: #fff;
  padding: 10px;
}
.main-nav {
  padding: 20px 0;
}
.main-nav .navbar-light .navbar-brand img {
  width: 220px;
}
.main-header.g_shrink .main-nav .navbar-light .navbar-brand img {
  width: 220px;
}
.main-nav .navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 6px 10px;
  margin-bottom: 6px;
  font-weight: 600;
}
.banner-text-height {
  height: 600px;
}
.banner-bg-img {
  height: 750px;
}
.banner-bg-img img {
  height: 100%;
}
.our-service-img {
  left: 0;
  padding-top: 30px;
}
.our-service-text {
  padding: 30px 30px;
}
.charts-img img {
  height: 220px;
}
.our-service-section .col-lg-5.col-md-12.d-flex.align-items-center {
  display: block !important;
}
.product-text .title {
  top: 10px;
  left: 10px;
}
.contact-form .form-group .form-select.form-control {
  width: 10%;
}
.contact-form .form-group .country-code.form-control {
  width: 88%;
}
.slick-dots {
  bottom: 0;
}
.customer-slider.slick-slider {
  height: auto;
  margin-bottom: 50px;
}
.get-support-section::before {
  width: 100%;
}
.get-support-section::after {
 display: none;
}
.get-support-box .get-support-icon {
  left: -20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.get-support-box .get-support-icon img {
  width: 35px;
}
.main-footer {
  padding: 20px 0 20px;
}

.img-comp-container {
  position: relative;
  height: 200px;
}



}
@media (max-width: 767.98px) {

  .modal-body.gg{padding: 30px;}

  .get-signals p{margin-top: 15px;}

  .container {
    max-width: 100%;
    padding:0 15px;
  }
  .product-left-img {
    display: none;
}
.charts-img {
  padding: 10px 10px;
}
.plan-box-bottom::before {
  top: -39px;
}
.plan-box {
  margin-bottom: 30px;
}
.recommended-brokers-slider {
  margin-top: 40px;
}
.banner-img img {
  width: 100%;
  position: relative;
}
.banner-text-height {
  height: 100%;
}
.banner-bg-img {
  height: 100%;
}
.order {
  order: 1;
}
.banner-text {
  margin-bottom: 50px;
  width: 100%;
  float: left;
  margin-top: 30px;
}
.count-div .counter-value {
  font-size: 30px;
  line-height: 30px;
}
.plan-box-top p {
  margin-bottom: 8px;
}
.mobile-padding {
  padding-left: 0;
  padding-right: 0;
}
.copyright.d-flex {
  display: block !important;
  text-align: center;
}
.product-slider .slick-next {
  right: 0;
}
.product-slider .slick-prev {
  left: 0;
}
.product-box {
  padding-left: 0;
}
.slick-dots {
  bottom: -30px;
}
.footer-box .footer-social {
    margin: 10px 0;
}
}
@media (max-width: 575.98px) {

  .contact-form .form-group .number .form-control {
    padding-left: 31% !important;
}

.copyright.text-right{text-align: left;}

.img-comp-container {
  position: relative;
  height: 160px;
}



.whatsapp-btn-fix {
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
}


  .title {
    line-height: 34px;
    margin-bottom: 15px;
}

.our-service-text ul li{font-size: 14px;}

  .get-support-box {
    padding: 20px 20px;
}
.customer-feedback-box {
  padding: 20px;
  background: #c99443;
  border-radius: 10px;
}
.get-support-box .get-support-icon {
  display: none;
}
.contact-form .form-group .form-select.form-control {
  width: 24%;
}
.contact-form .form-group .country-code.form-control {
  width: 74%;
}
.recommended-brokers-box {
  padding: 10px;
}
.count-div {
  margin-bottom: 40px;
}
.contact-header a {
  font-size: 12px;
  line-height: 16px;
  padding: 8px 12px;
}
.navbar-light .navbar-toggler-icon {
  width: 25px;
  height: 25px;
}
.main-nav .navbar-light .navbar-brand img {
  width: 120px;
}
.main-header.g_shrink .main-nav .navbar-light .navbar-brand img {
  width: 120px;
}
.our-service-text {
  padding: 20px 10px;
}
.works-text {
  padding-right: 0;
  text-align: left;
  margin-bottom: 40px;
}
.works-box .d-flex.justify-content-between {
  display: block !important;
}
.charts-img {
  width: 100%;
}
.charts-img img {
  height: 250px;
}
}

.box {
  display: block;
}

.modal-dialog.two{max-width: 500px !important;}

.count-div .d-flex{align-items: center; justify-content: center;}

