/*----------------------------------------
=============== sec-1 starts =============
------------------------------------------*/

section.index_banner {
  background-color: #28abe3;
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding: 7rem 1rem 0rem 1rem;
  min-height: 519px !important;
}

section.index_banner h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  margin-bottom: 20px;
}
section.index_banner h2 {
  color: #fff;
}

section.index_banner p {
  text-align: left !important;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 16px;
}

section.index_banner .calc__main div.option.pizza p {
  color: #000 !important;
  margin-bottom: 0;
}

.startTradingbtn,
.talkToOtcBtn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-radius: 100px;
  line-height: 55px;
  padding: 0 20px;
}
.startTradingbtn {
  color: #28abe3;
  background: #fff;
}
.startTradingbtn:hover {
  color: #28abe3 !important;
}
.talkToOtcBtn {
  color: #fff;
  border: 1px solid #fff;
}
.talkToOtcBtn:hover {
  color: #fff;
}
.calc__main {
  /* left: 0; */
  position: relative;
}
@media (max-width: 405px) {
.mobile-column {
flex-direction: column;
}
}
@media (min-width: 900px) {
  section.index_banner h1 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    margin-bottom: 20px;
  }
  section.index_banner p {
    font-size: 16px;
  }
}

@media (min-width: 1000px) {
  .calc__main {
    position: absolute;
    right: 2rem;
  }
  section.index_banner {
    padding: 0 1rem 0rem 1rem;
  }
}

@media (min-width: 1400px) {
  .calc__main {
    right: 6rem;
  }
}
/*----------------------------------------
=============== sec-1 end ================
------------------------------------------*/
/*----------------------------------------
=============== sec-2 starts ================
------------------------------------------*/
.sec-2 {
  background-color: white;
}
.sec-2 {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
/* @media (min-width: 500px) {
  .sec-2 {
    padding-top: 8rem;
  }
} */
@media (min-width: 992px) {
  .sec-2 {
    padding-top: 8rem;
  }
}
.sec-2 .sec-2-heading {
  padding-left: 0rem;
  padding-right: 0rem;
}
.sec-2 p {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 0;
  font-weight: 400;
}
@media (min-width: 900px) {
  .sec-2 .sec-2-heading {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .sec-2-heading p {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .sec-2 .sec-2-heading {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .sec-2-heading p {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.feature-card {
  /* background: #f7faff; */
  border: 1px solid #e4eef8;
  border-radius: 8px;
  width: 230px;
  /* height: 190px; */
  text-align: center;
  padding: 0.5rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}
.feature-card-img {
  background: #f7faff;
  padding: 1.5rem 1rem;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card img {
  height: 40px;
  margin-bottom: 1rem;
}
.feature-card h6 {
  font-size: 14px;
}
.feature-card p {
  font-size: 11px;
  color: #333;
  margin: 0;
}

/*----------------------------------------
=============== sec-2 end ================
------------------------------------------*/

/*----------------------------------------
=============== sec-3 starts ================
------------------------------------------*/
.personal-info {
  padding: 70px 0 80px;
}

.sec-heading h3 {
  font-size: 26px;
  font-weight: 600;
  color: #575757;
}
.sec-heading p {
  color: #9c9c9c;
  font-size: 15px;
  line-height: 22px;
  margin: 15px 0 0;
}
.sec-heading {
  margin-bottom: 70px;
}
.info-part .info-icon {
  border-radius: 100%;
  text-align: center;
  display: flex;
}
.info-part .infodetail h4,
.name-value ul li {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.info-part .info-icon {
  background: #fff;
  box-shadow: 0 16px 24px rgba(74, 144, 226, 0.1);
}
.info-part .info-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.infodetail {
  padding: 0 1rem;
}
.info-part .infodetail h4 {
  color: black !important;
  margin: 30px 0 20px;
}
.info-part .infodetail p {
  font-size: 13px;
  color: black !important;
  line-height: 19px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center !important;
}
.startWIth {
  color: #28abe3;
  display: inline-block;
  border-radius: 100px;
  line-height: 55px;
  padding: 0 1.6rem;
  min-width: 123px;
  background: #fff;
  box-shadow: 0 16px 24px rgba(74, 144, 226, 0.1);
}
.startWIth:hover {
  color: #28abe3;
}

@media (min-width: 968px) {
  .process-timeline::before {
    content: "";
    position: absolute;
    top: 55px;
    left: 10%;
    width: 80%;
    height: 3px;
    background: repeating-linear-gradient(
      90deg,
      transparent,
      transparent 5px,
      #28abe3 5px,
      #28abe3 10px
    );
  }
}

/*----------------------------------------
=============== sec-3 end ================
------------------------------------------*/

/*----------------------------------------
=============== sec-4 starts ================
------------------------------------------*/

.sec-4-secure {
  background-color: #28abe3;
  padding: 60px 20px;
  color: white;
}

.secure-icon-wrap {
  background-color: white;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-image{
  width: 340px;
}
/*----------------------------------------
=============== sec-4 end ================
------------------------------------------*/

/*----------------------------------------
=============== sec-6 starts ================
------------------------------------------*/
/* .form-control {
  height: 25px !important;
  padding: 16px 7px !important;
  font-size: 10px !important;
} */
.chatBtn,
.submit {
  font-size: 16px;
  font-weight: 400;
}
.submit {
  background-color: #28abe3;
  border: none;
  color: #fff;
  width: 100%;
  border-radius: 8px;
}
.chatBtn {
  color: #28abe3;
  border: 1px solid #28abe3;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 16px;
}
.faq__div ul li {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #334c71;
  padding-top: 4px;
  list-style-type: circle;
}

/*----------------------------------------
=============== sec-6 end ================
------------------------------------------*/
