@import url('https://fonts.cdnfonts.com/css/product-sans');
body{
  font-family: 'Product Sans', sans-serif;
}
/* @font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
} */
.container-fluid {
  padding: 0px !important;
  margin: 0px !important;
}
header {
  width: 100%;
}
.phone::-webkit-inner-spin-button,
.phone::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*------- Header -------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 1px solid #EAEBED;
  padding: 3px 0rem;
  background-color: #fff;
}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}
#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
/* #header img{
  margin-top: 18px;
} */
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  /* margin-right: 15px; */
}
#header .logo a {
  color: #556270;
}
@media only screen and (max-width: 1000px) {
  #header  {
    padding: 2rem 1rem;
  }
}
/*---------- Navigation Menu-----------*/
.navbar {
  padding: 0;
  margin: auto;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,  
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0 0px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #00A8E9;
}
#footer .footer-top .footer-links ul a.active {
  color: #3969D5;
}
.navbar .getstarted,
.navbar .getstarted:focus {
  background: #111187;
  padding: 7px 35px !important;
  margin-left: 40px;
  font-style: normal;
  border-radius: 50px;
  text-decoration: none;
  color: #fff !important;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff !important;
  background: #4aa3df;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #d9232d;
}
.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
/* Mobile Navigation */
.mobile-nav-toggle {
  color: #556270;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(63, 73, 83, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #556270;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1485ff;
}
.navbar a:hover:before, .navbar li:hover>a:before, .navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}
.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  /* left: 18px; */
  background-color: #00A8E9;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
main {
  margin: 81px 0px 0px 0px;
}
.indicator_style li {
  width: 12px;
  height: 12px;
  border: 1px solid #c0bcbc;
  border-radius: 100px;
  display: block;
  cursor: pointer;
}
.indicator_style li.active {
  background: #5E92E0;
}
.indicator_style {
  margin-left: 0rem !important;
  margin-right: 0px !important;
  justify-content: flex-start;
  bottom: -10px;
  display: -webkit-inline-box;
}
span.signin li {
  list-style: none;
}
.navigation {
  padding: 2rem 2rem;
  margin: inherit !important;
}
.bg-grey {
  background: greenyellow;
}
.navbar-nav {
  padding-left: 50px;
}
.nav-item {
  font-weight: 500;
  color: #000000;
}
.color-light-blue {
  color: #1d4283;
}
.platformtext{
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  color: #62666D;
}
.platformtextfirst{
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0rem;
  margin-top: 1rem;
  line-height: normal;
  color: #62666D;
}
.comingtext1{
  text-align: center;
  font-size: 9px;
  color: #62666D;
}
.comingtext{
  text-align: center;
  font-size: 9px;
  color: #62666D;
  width: 75%;
}
.color-blue {
  color: #5E92E0;
}
.color-blue-first {
  color: #071335;
    font-size: 32px;
    font-weight: 400;
}
.color-light-blue-first{
  color: #5E92E0;
    font-size: 55px;
    line-height: 70px;
    font-weight: 700;
}
@media only screen and (max-width: 1000px){
  .platformtextfirst{
    font-size: 16px;
    margin-top: 3px;
  }
}
/********Button********/
.navbar .getstarted,
.navbar .getstarted:focus {
  background: #00A8E9;
  padding: 8px 45px !important;
  margin-left: 40px;
  font-style: normal;
  justify-content: center;
  font-size: 14px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff !important;
}
.primary-btn {
  background: #00A8E9;
  border-radius: 50px;
  font-size: 18px;
  margin-right: 12px;
  text-decoration: none;
  color: #fff !important;
  padding: 8px 25px 8px 25px;
}
.primary-btn12 {
  background: #00A8E9;
  border-radius: 50px;
  font-size: 18px;
  margin-right: 12px;
  text-decoration: none;
  padding: 12px 12px 12px 12px;
  color: #fff !important;
  padding: 8px 25px 8px 25px;
  margin-left: 44px;
}
.primary-btn12:hover{
  background: #4aa3df;
  color: #fff;
}
.primary-btn:hover{
  background: #4aa3df;
  color: #fff;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff !important;
  background: #4aa3df;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

@media only screen and (max-width: 600px) {
  .primary-btn12 {
    margin-left: 3rem;
    padding: 4px 20px;
    width: -webkit-fill-available;
  }
  .primary-btn{
    font-size: 12px;
    width: -webkit-fill-available;
  }
}
/*alphacapital */
.alphacapital{
  padding: 0rem 4rem;
}
.alphacapital h3{
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  color: #071335;
}
.alphacapital .icon-box h4.title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
}
.alphacapital .icon-box h4.title a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
    font-weight: 700;
}
.alphacapital h1{
  text-align: center;
  font-size: 22px;
  margin-bottom: 60px;
  margin-top: 60px;
  text-underline-offset: 5px;
  text-decoration: underline;
  color: #00A8E9;
}
.alphacapital h1 a{
  color: #00A8E9;
}
.alphacapital .icon-box p.description {
  font-size: 14px;
  line-height: 20px;
  color: #DBDBDB;
}
.alphacapital .icon-box-change{
  border: 1px solid #e6e6e7;
  padding: 0px 20px;
  padding-bottom: 74px;
  transition: all ease-in-out 0.3s;
  margin-bottom: 7px;
  background-color: #F5FAFF;
  border-radius: 14px;
}
.alphacapital .icon-box-change:hover{
  background-color: #1C4384;
  color: #fff!important;
}
.alphacapital .icon-box-change:hover img{
  mix-blend-mode: plus-lighter;
}
.alphacapital .icon-box-change h4.title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
}
.alphacapital .icon-box-change h4.title a {
  text-decoration: none;
  color: currentColor;
  font-size: 14px;
    font-weight: 700;
}
.alphacapital .icon-box-change p.description {
  font-size: 14px;
  line-height: 21px;
  color: currentColor;
}
.arrow_mini{
  margin-left: 10px;
}
@media only screen and (max-width: 600px){
  .alphacapital h3{
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .alphacapital h1{
    font-size: 13px;
  }
  .arrow_mini{
    width: 16px;
    margin-left: 5px;
  }
}
.heading_sizing1{
  font-size: 55px;
  color: #4aa3df;
  font-weight: 700;
}
.heading_sizing{
  font-size: 45px;
  /* margin-top: 15%; */
  color: #4aa3df;
  font-weight: 700;
}
@media only screen and (max-width: 850px){
  .heading_sizing{
    font-size: 26px;
    margin-top: 0%;
  }
  .heading_sizing1{
    font-size: 30px;
    margin-bottom: 25px;
  }
  .color-blue-first{
    font-size: 26px;
    margin-bottom: 0rem;
  }
}
.slideboxes{
  float: left;
  width: 25%;
}
/*InformedDecisions*/
.InformedDecisions h3{
  font-weight: 700;
  font-size: 30px;
}
.InformedDecisions .icon-box h4.title {
  font-size: 22px;
  font-weight: 700;
}
.InformedDecisions .icon-box h4.title a {
  text-decoration: none;
  color: #EEEEEE;
  font-size: 20px;
  font-weight: 900;
}
.InformedDecisions .icon-box p.description {
  font-size: 14px;
  line-height: 20px;
  color: #DBDBDB;
}
.InformedDecisionsimg{
  margin-right: -20px;
  float: right;
  width: 91%;
}
.InformedDecisions .icon-box{
  border: 0px solid #e6e6e7;
  padding: 12px 20px;
  margin-bottom: 7px;
  color: #C6C6C6;
  padding-bottom: 85px;
  background-color: #091529;
  border-radius: 14px;
}
.InformedDecisions .icon-box-change{
  border: 1px solid #e6e6e7;
  padding: 12px 20px;
  padding-bottom: 72px;
  background-color: #fff;
  margin-bottom: 7px;
  border-radius: 8px;
}
.InformedDecisions .icon-box-change h4.title {
  font-size: 22px;
  font-weight: 700;
}
.InformedDecisions .icon-box-change h6{
  color: #81858A;
  font-size: 12px;
  margin-top: 40px;
}
.InformedDecisions .icon-box-change h4.title a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
    font-weight: 700;
}
.InformedDecisions .icon-box-change ul{
  font-size: 13px;
  color: #81858A;
  padding-left: 1rem;
  line-height: 22px;
  margin-bottom: 0rem;
}
.InformedDecisions .icon-box-change p.description {
  font-size: 13px;
  line-height: 28px;
  color: #81858A;
}
.quicksize{
  font-size: 13px;
  line-height: 33px;
  padding-left: 1rem;
  margin-bottom: 0rem;
}
.slideboxes{
  float: left;
  width: 25%;
}
/*Testimonials */
.testimoials{
  padding: 2rem 5rem;
}
.testimoials1{
  padding: 2rem 3rem;
}
.testimoialsback{
  background-color: #F9FBFE;
  border-radius: 20px;
}
.testimoial1sback{
  background-color: #FAFAFA;
  border-radius: 20px;
}
.person_detail {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
.testimoials .icon-box1{
background-color: #FFFFFF;
box-shadow: 0px 30px 60px rgba(121, 121, 121, 0.08);
border-radius: 10px;
padding-bottom: 20px;
margin-bottom: 50px;
}
.slide_testimonals{
  margin-left: -50px;
  margin-right: -50px;
}
.testimoials1 .icon-box1{
  background-color: #FFFFFF;
  box-shadow: 0px 30px 60px rgba(121, 121, 121, 0.08);
  border-radius: 10px;
  position: relative;
  height: 14rem;
  padding-bottom: 20px;
  margin-bottom: 50px;
  }
.testimoials p{
  font-size: 19px;
  margin-bottom: 0rem;
  color: #111827;
  font-family: Product Sans,sans-serif;
  padding: 16px 26px;
  width: 90%;
}
.testimoials1 p{
  font-size: 16px;
  margin-bottom: 0rem;
  color: #111827;
  font-family: Product Sans,sans-serif;
  padding: 16px 26px;
  width: 90%;
  padding-bottom: 25px;
}
.testimoials img{
  border: 1px solid #ccc;
  background-color: #E3E3E3;
  padding: 9px 11px;
  font-family: 'Product Sans',sans-serif;
  border-radius: 100px;
  margin-right: 15px;
  margin-left: 26px;
  float: left;
}
.testimoials1 img{
  border: 1px solid #ccc;
  background-color: #E3E3E3;
  padding: 9px 11px;
  font-family: 'Product Sans',sans-serif;
  border-radius: 100px;
  margin-right: 15px;
  margin-left: 26px;
  float: left;
}
.testimoials h3{
  font-size: 16px;
  color: #272D3E;
  margin-bottom: 0rem;
  font-weight: 500;
}
.testimoials1 h3{
  font-size: 16px;
  color: #272D3E;
  margin-bottom: 0rem;
  font-weight: 500;
}
.testimoials h4{
  font-size: 13px;
  color: #272D3ECC;
  font-weight: 500;
  display: contents;
}
.testimoials1 h4{
  font-size: 13px;
  color: #272D3ECC;
  font-weight: 500;
  display: contents;
}
.testimoials h1::before{
  content: "";
  width: 30px;
  height: 2px;
  display: inline-block;
  background: #111827;
  margin: 4px 10px;
}
.testimoials h1{
  font-size: 15px;
  color: #111827;
  margin: 0 183px;
}
.testimoials h2{
  margin: 0 192px;
  color: #111827F2;
  float: left;
  font-weight: 400;
    width: 20%;
}
.testimoials h6{
  font-size: 18px;
  width: 92%;
  color: #111827;
  font-weight: 400;
}
.testimoials1 h1::before{
  content: "";
  width: 30px;
  height: 2px;
  display: inline-block;
  background: #111827;
  margin: 6px 10px;
}
.testimoials1 h1{
  font-size: 14px;
  color: #111827;
  margin: 0 183px;
}
.testimoials1 h2{
  margin: 0 192px;
  color: #111827F2;
  float: left;
  font-size: 24px;
  font-weight: 400;
    width: 20%;
}
.testimoials1 h6{
  font-size: 16px;
  width: 92%;
  color: #111827;
  font-weight: 400;
}
.phone{
  border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding: 10px;
    font-size: 15px;
    width: max-content;
    background-color: unset;
}
.phone_quick{
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  padding: 10px;
  font-size: 15px;
  background-color: unset;
}
.intl-tel-input{
  margin-top: 16px;
}
.phone_padding{
  padding-top: 16px;
}
.intl-tel-input .selected-flag .iti-arrow{
      margin-top: 17px;
      right: 6px;
      width: 0;
      height: 0;
      position: initial;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555;
}
@media (max-width: 1150px) {
.slide_testimonals{
  margin-left: -0px;
  margin-right: -0px;
}
.testimoials1 h2{
  width: 18%;
}
}
@media (max-width: 600px) {
  .numbercountry{
    position: relative;
    display: inline-block;
    margin-left: 3rem;
  }
  .number_count{
    margin-left: 55px;
    color: #ccc;
  }
  .change_size{
    margin-left: 28px;
  }
  .intl-tel-input{
    margin-top: 10px;
    font-size: 12px;
    margin-left: 48px;
    width: -webkit-fill-available;
  }
  .phone{
    font-size: 12px;
  }
  .phone_padding{
    padding-top: 0px;
  }
  .slide_testimonals{
    margin-left: -0px;
    margin-right: -0px;
  }
  .testimoials1 .icon-box1{
    height: 19rem;
  }
  .numbercountry{
    margin-bottom: 18px;
  }
}
.phonenumber{
  border: none;
  outline: none;
  border-radius: 10px;
  padding: 12px;
}
.phonenumberchange{
  border: none;
  outline: none;
  border-bottom: 1px solid #B7B7B7;
  background: unset;
  padding: 12px;
}
/*country name */
.intl-tel-input .country-list{
  position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    color: #000;
    margin: 0 0 0 -1px;
    width: 371%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}
.intl-tel-input.separate-dial-code .selected-flag{
  background: none;
}
.data-tabname{
  text-align: center;
}
/*Boxes Slider */
.box-1boxes{
  border: 0.51016px solid #E6E6E7;
  padding: 8px 30px;
  border-radius: 10px;
}
.box-1boxeschange{
  border: 0.51016px solid #E6E6E7;
  padding: 8px 30px;
  border-radius: 10px;
}
.box-12boxes{
  border: 0.51016px solid #E6E6E7;
  padding: 8px 30px;
  margin: 0 100px;
  border-radius: 10px;
}
.box-1boxesback{
  background-color: #FAFCFE;
  padding: 8px 30px;
    border-radius: 10px
}
.boxesslide{
  gap: 60px;
}
.coming{
  font-size: 12px;
}
@media (max-width: 575px) {
  .box-1boxes {
    padding: 0px;
  }
}
@media (max-width: 575px) {
  .boxesslide {
    gap: 0px;
  }
}
@media (max-width: 575px) {
.box-12boxes
{
    margin: 0px;
    padding: 0px 8px;
    margin-left: 60px;
  }
  .border-bottom{
    padding-bottom: 20px;
  }
  .indicator_style{
    bottom: -16px;
  }
}
.border-bottom12{
  margin-top: 21px;
  border-bottom: 1px solid #E6E6E7;
}
.border-bottom{
  padding-bottom: 20px;
}
/*********why Choose Newpage***********/
.whychoose .title a{
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-size: 24px;
}
.whychoose ul{
    padding-left: 1rem;
    margin-top: 12px;
    color: #737578;
    width: 90%;
    font-size: 18px;
}
.whychoose1 ul{
  color: #737578;
    padding-left: 1rem;
    margin-top: 12px;
    font-size: 18px;
}
.whychoose1 .title a{
  color: #000;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
}
.whychoose2 p{
  color: #737578;
  font-size: 18px;
  width: 90%;
  margin-top: 12px;
}
.informedicon{
  margin-top: 22%;
}
.informedicon1{
  margin-top: 22%;
}
.whychoose2 .title a{
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
}
.whychoose3 p{
  color: #737578;
  font-size: 18px;
  margin-top: 12px;
}
.whychoose3 .title a{
  color: #000;
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
}
.imageicon12{
  float: right;
}
.imageicon123{
  float: right;
  margin-top: 30px;
}
.imageicon1234  {
  float: right;
  margin-top: 60px;
}
.imageicon12345  {
  float: right;
  margin-top: 90px;
}
@media only screen and (max-width: 1000px){
.whychoose ul{
  font-size: 18px;
}
.whychoose1 ul{
  font-size: 19px;
}
.whychoose2 p{
  font-size: 18px;
  width: 100%;
}
.whychoose3 p{
  font-size: 19px;
}
}
/**********risk route**************/
.mainriskroute{
  background-image: url(../img/riskrouteimg.svg);
  transform: scaleX(-1);
  padding-top: 170px;
  background-size: cover;
  padding-bottom: 0rem !important;
  /* height: 665px; */
}
.risk_section{
    transform: scaleX(-1);
    color: #fff;
    margin-left: 30rem;
    height: 415px;
    margin-top: 80px;
    background: #00A8E9;
    border-radius: 0px 219.774px 0px 0px;
}
.mainriskroute h1{
  padding: 50px 48px;
  font-size: 38px;
  padding-top: 54px;
  padding-bottom: 16px;
  font-weight: 700;
  margin-bottom: 0rem;
}
.mainriskroute p{
  width: 585px;
  font-size: 22px;
  color: #E3E3E3;
  margin-bottom: 0rem;
  padding: 0 48px;
}
@media only screen and (max-width: 1150px) {
  .risk_section {
    margin-left: 0rem;
    margin-right: 0rem;
    padding-bottom: 48px;
  }
  .mainriskroute p{
    width: 368px;
    font-size: 16px;
    padding: 0 3rem 22px;
  }
  .mainriskroute h1{
    padding: 34px 3rem;
    font-size: 25px;
    width: 80%;
    padding-bottom: 22px;
  }
}
.underline {
  border-bottom: 2px solid blue;
}

/**********InformedDecisionsindex***************/
.InformedDecisionsindex{
  padding: 2rem 15px;
  background-color: #fff;
}
.InformedDecisionsindex h3{
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0rem;
  text-align: center;
  font-size: 28px;
  color: #071335;
}
.InformedDecisionsindex p{
  color: #81858A;
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1000px){
  .InformedDecisionsindex h3{
    font-size: 26px;
    margin-top: 30px;
  }
  .InformedDecisionsindex p{
    font-size: 14px;
    margin-bottom: 40px;
  }
  .InformedDecisionsindex{
    padding-bottom: 30px;
  }
}
/**********InformedDecisions12***************/
.InformedDecisions12{
  padding: 1rem 0rem;
  background-color: #fff;
  justify-content: center;
  height: 100vh;
  display: flex;
  align-items: center;
}
.InformedDecisions12 h3{
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0rem;
  text-align: center;
  font-size: 28px;
  color: #071335;
}
.InformedDecisions12 p{
  color: #81858A;
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
/**********Onboarding-process**************/
.Onboarding-process{
  padding: 2rem 0rem;
  background-color: #F9FBFE;
  border-top: 1px solid #e1e1e2;
  background-image: url(../img/hassleimgback.svg);
}
.Onboarding-process h3{
  font-weight: 700;
    font-size: 28px;
    margin: auto;
    color: #071335;
    margin-bottom: 0rem;
}
.Onboarding-process p{
  color: #81858A;
  font-size: 18px;
  width: 66%;
  margin: 30px auto 80px;
}
.numbercount1{
  border-radius: 100px;
  padding: 7px 7px;
    float: left;
    margin-right: 33px;
    text-align: center;
    position: absolute;
    margin-top: 10px;
    width: 7%;
    font-size: 19px;
    background: #B9FFCE;
}
.countnumber1{
  padding: 20px;
}
.alliedbox1{
  background-color: #F5FFF8;
  border-radius: 10px;
}
.numbercountnew{
  border-radius: 100px;
  padding: 7px 7px;
    float: left;
    margin-right: 33px;
    text-align: center;
    position: absolute;
    margin-top: 10px;
    width: 7%;
    font-size: 19px;
    background: #FFBABA;
}
.countnumbernew{
  padding: 20px;
}
.vestingcard{
  background-color: #FFF5F5;
  border-radius: 10px;
}
.numbervalue{
  border-radius: 100px;
  padding: 7px 7px;
    float: left;
    margin-right: 33px;
    text-align: center;
    position: absolute;
    margin-top: 10px;
    width: 7%;
    font-size: 19px;
    background: #ACACFF;
}
.countvalue{
  padding: 20px;
}
.signature{
  background-color: #F5F5FF;
  border-radius: 10px;
}
@media only screen and (max-width: 600px) {
  .Onboarding-process
 {
  padding: 2rem 1rem;
}
.Onboarding-process p{
  font-size: 20px;
}
.Onboarding-process h3{
  font-size: 30px;
}
}
/*---------- Scroll top button------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  text-decoration: none;
  bottom: 15px;
  z-index: 99999;
  background:#00A8E9;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 18px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background: #5E92E0;
  color: #fff;
  text-decoration: none;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
/* tabs index */
.Mobileboxtab{
  border-radius: 15px;
  opacity: 50%;
  width: 100%;
}
.tabs_respon_click{
  display: flex;
  width: 53%;
  margin: auto;
}
.start_responsive{
  width: -webkit-fill-available;
}
.purple{
  background: rgba(217, 191, 255, 0.20);
}
.pink{
  background: rgba(255, 219, 183, 0.20);
}
.green{
  background: #d8f29c75;
}
.skyblue{
  background: #F0F5FD;
}
.numbercounttab{
  border-radius: 100px;
  padding: 7px 7px;
  float: left;
  margin-right: 33px;
  text-align: center;
  position: absolute;
  margin-top: 4px;
  width: 7%;
  font-size: 19px;
  background: #D9BFFF;
}
.mobiletexttab{
  font-size: 22px;
  margin-left: 60px;
  color: #424242;
  margin-bottom: 0rem;
}
.Cnicboxtab{
  border-radius: 15px;
   opacity: 50%;
  width: 100%;
}
.numbercount2tab{
  border-radius: 100px;
  padding: 7px 7px;
  float: left;
  margin-right: 33px;
  text-align: center;
  position: absolute;
  margin-top: 4px;
  width: 7%;
  font-size: 19px;
  background: #FFDBB7;
}
.Checkboxtab{
  border-radius: 15px;
   opacity: 50%;
  width: 100%;
}
.numbercount3tab{
  border-radius: 100px;
  padding: 7px 7px;
  float: left;
  margin-right: 33px;
  text-align: center;
  position: absolute;
  margin-top: 4px;
  width: 7%;
  font-size: 19px;
  background: #D8F29C;
}
.Cardboxtab{
  border-radius: 15px;
   opacity: 50%;
  width: 100%;
}
.tab-image{
  width: 93%;
}
.tab-image1{
  width: 93%;
}
.numbercount4tab{
  border-radius: 100px;
  padding: 7px 7px;
  float: left;
  margin-right: 33px;
  text-align: center;
  position: absolute;
  margin-top: 4px;
  width: 7%;
  font-size: 19px;
  background: #B1D0FE;
}
.countnumbertab{
  padding: 22px 22px;
  cursor: pointer;
}
.mobiletexttab{
  color: #071335;
  font-size: 18px;
  width: 72%;
  margin-left: 60px;
  margin-bottom: 0rem;
}
.mobiletexttab1{
  color: #071335;
    font-size: 18px;
    width: 43%;
    margin-left: 60px;
    margin-bottom: 0rem;
}
.pichure_boxed{
  width: 52%;
}
@media only screen and (max-width: 900px) {
  .counting{
    width: 25px;
    height: 25px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
  }  
  .respons_text{
    width: 80%;
    margin-left: 35px;
    font-size: 12px;
    padding-top: 6px;
  }
  .mobiletexttab{
    margin-left: 35px;
    font-size: 12px;
    padding-top: 6px;
  }
}
/***********Quickhassle***************/
.Quickhassle{
  background-color: #F9FBFE;
  border-top: 1px solid #cccccc59;
  padding-bottom: 90px;
  background-image: url(../img/hassleimgback.svg);
  border-bottom: 1px solid #cccccc59;
}
.needtext{
  color: #5B5C5F;
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 17px;
}
.Quickhassle h3{
  font-weight: 700;
  font-size: 28px;
  margin-top: 65px;
  text-align: center;
  margin-bottom: 0rem;
  color: #071335;
}
.Quickhassle p{
  color: #5B5C5F;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 0rem;
}
.Mobilebox{
  background-color: #f9f5ff;
  border-radius: 10px;
}
.Cnicbox{
  background-color: #FFFAF5;
  border-radius: 10px;
  height: 100px;
}
.Checkbox{
  background-color: #FCFFF5;
  border-radius: 10px;
  height: 100px;
}
.Cardbox{
  background-color: #F0F5FD;
  border-radius: 10px;
  height: 100px;
  margin-top: 70px;
}
.countnumber{
  padding: 23px 0px;
}
.count_num{
  font-size: 15px;
    color: #071335;
}
.imagesection{
  width: 50%;
  position: absolute;
}
.imagesectionchange{
  margin-top: -2rem;
  width: 46%;
  float: right;
}
.mobiletext{
  color: #071335;
  font-size: 18px;
  margin-left: 60px;
  margin-bottom: 0rem;
}
.mobiletext1{
  color: #071335;
  font-size: 22px;
  width: 65%;
  margin-left: 60px;
  margin-bottom: 0rem;
}
.paragraphlink{
  margin-top: 50px;
  width: 100%;
  padding-left: 0px;
  margin-bottom: 25px;
}
.paragraphlink span{
  font-size: 18px;
  color: #5B5C5F;
}
.paragraphlink span a{
  font-style: normal;
  color: #5E92E0;
  text-decoration: none;
}
.responsive_count{
  font-size: 10px;
    color: #071335;
    margin: auto;
}
/* CSS for "Quick mobile Responsive Hassle-free Onboarding" section */
.Quickhassle {
  display: block;
}
@media only screen and (max-width: 900px) {
  .Quickhassle {
    display: none;
  }
}
.mobile_respon {
  display: none;
}
@media only screen and (max-width: 900px) {
  .mobile_respon {
    display: block;
  }
  .Onboarding-process{
    display: none;
  }
}
.countnumbertabmobile {
  padding: 14px 15px;
  cursor: pointer;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1150px) {
  .paragraphlink{
    width: unset;
    margin-top: 30px;
  }
  .paragraphlink span{
    font-size: 14px;
  }
  .countnumber
 {
  padding: 0px;
  }
  .Quickhassle{
    padding: 1rem 1rem;
  }
  .numbercount{
    width: 11%;
  }
  .numbercount1{
    width: 11%;
    height: 34%;
  }
  .numbercountnew{
    width: 11%;
    height: 34%;
  }
  .numbervalue{
    width: 11%;
    height: 34%;
  }
  .numbercount2{
    width: 11%;
    height: 68%;
  }
  .numbercount3{
    width: 11%;
    height: 34%;
  }
  .numbercount4{
    width: 11%;
    height: 34%;
  }
  .needtext{
    font-size: 14px;
  }
  .Onboarding-process{
    padding: 2rem 2rem;
  }
  .Cnicbox{
    height: 150px;
  }
  .Checkbox{
    height: 160px;
  }
  .Cardbox{
    height: 215px;
  }
  .imagesection{
    position: relative;
  }
  .imagesectionchange{
    position: relative;
    margin-top: 0rem;
    float: unset;
    width: 58%;
  }
  .Quickhassle h3{
    font-size: 26px;
    margin-top: 30px;
  }
  .Quickhassle p{
    font-size: 14px;
  }
}
/**********Transparent *************/
.Transparent{
  font-family: 'Product Sans',sans-serif;
  padding-left: 10rem;
  color: #000;
  }
@media screen and (max-width: 640px) {
  .Transparenttext img {
    border: 1px solid #ccc;
    background-color: #1D4283;
    padding: 9px 11px;
    font-family: 'Product Sans',sans-serif;
    border-radius: 100px;
    margin-right: 22px;
    margin-bottom: 15px;
  }
  .Transparent{
    padding-left: 0rem;
  }
}
@media screen and (max-width: 500px) {
  .Transparent{
    padding-left: 0rem;
  }
}

/*************myCarousel2**************/
#myCarousel_two {
  margin: 10px 16px;
}
.carousel-inner-two {
  overflow: unset;
}
.slider_main{
  transition: all ease-in-out 0.3s;
  background-color: #F5FAFF;
  padding: 25px;
  height: 27rem;
  border-radius: 25px;
}
.slider-main1{
  transition: all ease-in-out 0.3s;
  background-color: #F9F5FF;
  padding: 25px;
  height: 27rem;
  border-radius: 25px;
}
.slider-main2{
  transition: all ease-in-out 0.3s;
  background-color: #FFFAF5;
  padding: 25px;
  height: 27rem;
  border-radius: 25px;
}
.sliderboximages1{
  margin-top: 1rem;
}
.sliderboximages2{
  margin-top: 2rem;
}
.sliderboximages3{
  margin-top: 3rem;
}
.sliderboximages4{
  margin-top: 3rem;
}
.slider-main3{
  transition: all ease-in-out 0.3s;
  background-color: #FCFFF5;
  padding: 25px;
  height: 27rem;
  border-radius: 25px;
}
.swiper-button-pre{
  color: #fff;
  margin-left: -3rem;
  position: absolute;
  background: #00A8E9;
  margin-top: 12rem;
  border-radius: 100px;
  padding: 5px 9px;
}
.swiper-button-nex{
  float: right;
    margin-top: 12rem;
    margin-right: -3rem;
  background: #00A8E9;
color: #fff;
    border-radius: 100px;
    padding: 5px 9px;
}
@media screen and (max-width: 600px) {
  .sliderboximages2{
    margin-top: 1rem;
  }
  .sliderboximages3{
    margin-top: 1rem;
  }
  .sliderboximages4{
    margin-top: 1rem;
  }
  }
#myCarousel_two .carousel-control-prev,
.carousel-control-next {
  margin: 180px -45px;
  border-radius: 50px;
}
.carousel-control-next{
  right: 12px;
}
.carousel-control-prev{
  left: -35px;
}
/********myCarousel*********/
#myCarousel .carousel-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
}
#myCarousel h4 {
  font-size: 50px;
  color: #000;
  margin-top: 16%;
  line-height: 60px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
#myCarousel h3 {
  font-size: 45px;
  color: #000;
  margin-bottom: 44px;
  margin-top: 40px;
  line-height: 100%;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-align: center;
}
.nopadding {
  margin: 0px;
  padding: 0px;
}
#myCarousel .carousel-item h4 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#myCarousel .carousel-item p {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
#myCarousel .carousel-item a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#myCarousel .carousel-item .mask img {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  display: block;
  height: auto;
  max-width: 100%;
}
#myCarousel h4,
#myCarousel p,
#myCarousel a,
#myCarousel .carousel-item .mask img {
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#myCarousel .container {
  max-width: 1430px;
}
#myCarousel .carousel-item {
  height: 100%;
  min-height: 590px;
}
.carousel-control-next,
.carousel-control-prev {
height: 40px;
    width: 40px;
    opacity: unset;
    padding: 12px;
    border-radius: 100px;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #00A8E9;
    margin-top: 105px;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
@media only screen and (max-width: 550px) {
  #myCarousel h4 {
    margin-top: 0px;
  }
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0;
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-left.active,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item-prev.active,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@media only screen and (max-width: 850px) {
  .firstslidemobile {
    margin: auto;
  }
  .swiper-button-nex{
    float: right;
    margin-top: 11rem;
    margin-right: -2rem;
    background: #2a82c1;
    color: #fff;
    border-radius: 100px;
    padding: 5px 9px;
  }
  .swiper-button-pre{
    color: #fff;
    margin-left: -2rem;
    position: absolute;
    background: #2a82c1;
    margin-top: 11rem;
    border-radius: 100px;
    padding: 5px 9px;
  }
}
/*---------- Download --------*/
.download {
  padding: 10px 0;
}
.download .heading {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 26px;
}
.download h3 {
  font-weight: 600;
  font-size: 25px;
  /* margin-top: 25%; */
  color: #071335;
}
.download .onetext {
  margin-left: 30%;
  font-size: 33px;
  color: #2e2e2e;
  font-weight: 700;
  width: 47%;
}
.download_scroll{
  height: 100vh;
}
.download .onetext1 {
  margin-left: 30%;
  font-size: 33px;
  color: #2e2e2e;
  font-weight: 700;
  width: 51%;
}
.download ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.download ul li + li {
  margin-top: 10px;
}
.download ul li {
  position: relative;
  padding-left: 26px;
}
.download ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #3498db;
}
.download .icon-boxes {
  padding-top: 10px;
}
.download .icon-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.download .icon-boxes i {
  font-size: 48px;
  color: #3498db;
}
.download .icon-boxes p {
  font-size: 15px;
  color: #848484;
}
.download .image-preview {
  margin-top: 80px;
}
@media only screen and (max-width: 1000px) {
  .download h3 {
    margin-top: 0%;
  }
  .section{
    padding: 0rem 2rem;
  }
  .download_scroll {
    height: 80vh;
}
}
/*-------- AlphaAnalystNewCode ---------*/
.alphacapitalsectionnew2{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
    background: #F0EAFA;
}
.alphacapitalsectionnew3{
    background: #FFF5F5;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
}
.alphacapitalsectionnewEducational3{
  background: #FFF5F5;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
.alphacapitalsectionnewTrack3{
  background: #FFF5F5;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
.alphacapitalsectionnewSecurity4{
  background: #EFFCDA;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
.alphacapitalsectionnew4{
  background: #EFFCDA;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
}
.alphacapitalsectionnew1{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  background: #F8FAFB;
}
.mainmargin1{
  padding-left: 13%;
}
.alphaheadingtext{
  color: #2E2E2E;
  font-size: 28px;
  line-height: 40.88px;
  width: 50%;
  margin-bottom: 0rem;
  font-weight: 700;
}
.mobile_security{
  width: 50%;
}
.onboradingstyle{
  color: #071335;
  font-size: 48px;
  line-height: 50.88px;
  margin-top: 74px;
  padding: 0 10px;
  margin-bottom: 1rem;
  font-weight: 700;
}
.alphaimagesize{
  width: 328px;
    height: 473.18px;
    margin-left: 12rem;
}
.alphaimagesize1{
  width: 45%;
}
.alphaimageCustomer{
  width: 50%;
}
.alphaimagesize2{
  width: 93%;
    height: 433px;
}
.alphaimagesize12{
  width: 636.44px;
    height: 433px;
}
.alphaimagesizing{
  width: 70%;
}
.alphaimagesizing12{
  max-width: 140%;
  margin-left: -11rem;
  margin-top: -5rem;
}
.alpha_analysit_size{
  width: 50%;
    padding-left: 93px;
}
.alphaimagesizechange{
  width: 30rem;
}
@media only screen and (max-width: 1200px) {
  .alphacapitalsectionnew2{
    height: 130vh;
  }
  .alphacapitalsectionnew3{
    height: 140vh;
  }
  .alphaheadingtext{
    width: 90%;
  }
  .alphacapitalsectionnewEducational3{
    height: 140vh;
  }
  .alphacapitalsectionnewTrack3{
    height: 122vh;
  }
  .alphacapitalsectionnewSecurity4{
    height: 140vh;
  }
  .alphacapitalsectionnew4{
    height: 115vh;
  }
  .integeration_Sec{
    height: 76vh;
  }
  .alphaimagesizing12{
    max-width: 100%;
    margin-top: 0rem;
  margin-left: 0rem;
  }
  .alphaimagesize2{
    height: 150px;
  }
  .alpha_analysit_size{
    width: 100%;
    padding-left: 0px;
  }
  .alphaimagesize1{
    width: 75%;
  }
}
@media only screen and (max-width: 800px) {
  .mainmargin1
  {
    padding: 2rem;
    padding-bottom: 0rem;
  }
  .mainmargin
  {
    padding: 2rem;
    padding-bottom: 0rem;
  }
  .alphaimagesize12{
    margin-left: 0px;
  }
}
/*--------- AlphaAnalyst ---------*/
.AlphaAnalystlight{
  background-color: #F8FAFB;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.AlphaAnalystgrey{
  /* background-image: url(../img/Comprehensive_Market_nalysis.svg); */
  /* padding: 1rem 9rem; */
  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
  padding-bottom: 20px;
}
.AlphaAnalystgreysecond{
  /* background-image: url(../img/financialimg.svg); */
  padding: 0rem 10rem;
  background-size: 112% 100%;
  background-repeat: no-repeat;
  padding-bottom: 130px;
  background-color: #F0EAFA;
}
.AlphaAnalystlightpink{
  /* padding: 0rem 7rem; */
    /* background-size: 100% 100%; */
    /* padding-bottom: 178px; */
  /* background-image: url(../img/Financialbg.svg); */
}
.AlphaAnalystgreen12{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F0EAFAE5;
}
.AlphaAnalystlightpinksecond{
  padding: 0rem 4rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 25px;
  /* background-image: url(../img/valutionchartsimg.svg); */
}
.AlphaAnalystgreen{
  padding: 0rem 9rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 160px;
  /* background-image: url(../img/marketingchart2img.svg); */
}
.AlphaAnalystgreensecond{ 
  padding: 0rem 6rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 140px;
  /* background-image: url(../img/sectornewimg.svg); */
}
.AlphaRatio{
  padding: 0rem 10rem;
  background-size: 112% 102%;
  background-repeat: no-repeat;
  padding-bottom: 48px;
  /* background-image: url(../img/marketingratioimg.svg); */
}
.AlphaRatiosecond{
  padding: 0rem 6rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 0rem;
  /* background-image: url(../img/technicalchartim.svg); */
}
.imagesize1{
  max-width: 65rem;
  margin-left: -4rem;
}
.alphacapitalsectionchange{
  border-radius: 0px 260px 260px 0px;
    background: #F0EAFA;
    z-index: 1;
}
.imagesizechanging{
  max-width: 65rem;
}
.marketingimage{
  max-width: 57rem;
  margin-left: -16rem;
}
.alphaheading1{
  color: #5E92E0;
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 0rem; 
    font-weight: 700;
}
.alphaanalystsection p{
  color: #62666D;
  font-size: 24px;
  margin-bottom: 5px; 
}
.alphaanalystsection {
  padding-left: 100px;
}
.trynowbtn{
  background: #5E92E0;
  color: #fff;
  font-size: 19px;
  margin-top: 30px;
  border: none;
  border-radius: 10px;
  outline: none;
  padding: 8px 22px;
}
.trynowbtn:hover{
  background-color: #1485ff;
}
.arrowright{
  padding-left: 12px;
}
.imagesizechart{
  margin-left: 7rem;
}
.imagesizechart1{
  margin-left: 22%;
  margin-top: 6rem;
}
.alphastaytext{
  color: #62666D;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 0rem;
  width: 86%;
  font-weight: 400;
}
.aplha_sect{
  /* background: #F0EAFA; */
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aplha_sect1{
  background-color: #F6F7F9;  
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aplha_sect2{
  background-color: #EFFCDA;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aplha_sect3{
  background-color: #F8FAFB;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aplha_sect4{
  background: #F0EAFA;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aplha_sect5{
  background: #FFF5F5;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aplha_sect6{
  background: #EFFCDA;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aplha_sect7{
  background: #F8FAFB;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alphaanalystsec{
  border-radius: 0px 260px 260px 0px;
  background: #F0EAFA;
  padding-right: 30px;
  margin-top: 11rem;
  margin-bottom: 18rem;
}
.locationmapsize1{
  margin-left: -6rem;
}
@media only screen and (max-width: 1200px) {
  .AlphaAnalystlight
  {
    padding: 5rem 1rem;
  }
  .aplha_sect{
    height: 87vh;
  }
  .aplha_sect1{
    height: 76vh;
  }
  .aplha_sect2{
    height: 68vh;
  }
  .aplha_sect3{
    height: 76vh;
  }
  .aplha_sect4{
    height: 72vh;
  }
  .aplha_sect5{
    height: 87vh;
  }
  .aplha_sect6{
    height: 70vh;
  }
  .aplha_sect7{
    height: 66vh;
  }
  .imagesizechanging{
    max-width: 22rem;
  }
  .alphacapitalsectionchange1{
    padding: 0px;
  }
  .marketingimage{
    max-width: 29rem;
  }
  .AlphaAnalystgreen{
    padding: 0rem 1rem;
    background-size: contain;
    padding-bottom: 0rem;
    background-repeat: no-repeat;
  }
  .alphaheading1{
    font-size: 18px;
  }
  .alphastaytext{
    font-size: 13.63px;
    margin-bottom: 0rem;
    line-height: 18px;
  }
  .alphaanalystsection{
    padding-left: 0px;
  }
  .industry_width{
    width: auto;
  }
  .AlphaAnalystgreysecond{
    padding: 0rem 1rem;
    background-size: contain;
    padding-bottom: 0rem;
    background-repeat: no-repeat;
  }
  .AlphaAnalystgrey {
    padding: 0rem 1rem;
    background-size: contain;
    padding-bottom: 0rem;
    background-repeat: no-repeat;
  }
  .AlphaAnalystlightpinksecond{
    padding: 0rem 1rem;
    background-size: contain;
    padding-bottom: 0rem;
    background-repeat: no-repeat;
  }
  .AlphaRatiosecond{
    padding: 0rem 1rem;
    background-size: contain;
    padding-bottom: 0rem;
    background-repeat: no-repeat;
  }
  .AlphaAnalystgreensecond{
    padding: 0rem 1rem;
    background-size: contain;
    padding-bottom: 0rem;
    background-repeat: no-repeat;
  }
  .AlphaAnalystgreen12{
    padding: 0rem 2rem;
    padding-bottom: 0rem;
    height: 66vh;
  }
  .AlphaAnalystlightpink{
    padding: 0 1rem;
    background-size: contain;
    padding-bottom: 0rem;
    background-repeat: no-repeat;
  }
  .AlphaRatio{
    padding: 0 1rem;
    background-size: contain;
    padding-bottom: 0rem;
    background-repeat: no-repeat; 
  }
}
/*---------- AlphaAnalystCapital ---------*/
.AlphaAnalyst {
  /* background-color: #F0EAFAE5; */
  /* padding: 8px 34px; */
  /* height: 100%; */
  /* padding-bottom: 24px; */
  /* width: 110%; */
}
.AlphaAnalyst1 {
  /* background-color: #FFF5F5; */
    padding: 1px 27px;
    margin: 49px -8px;
    height: 85%;
    width: 100%;
}
.AlphaAnalystrelative{
  background-color: #FFF5F5;
  padding: 20px 27px;
    margin: 49px -8px;
    height: 85%;
    width: 100%;
}
.AlphaAnalystrelative h2{
  color: #2E2E2E;
  font-size: 34px;
  line-height: 38.88px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 700;
}
.AlphaAnalyst2 {
  background-color: #EFFCDAE5;
  padding: 20px 27px;
  margin: 102px 0px 0px 0px;
  height: 78%;
  width: 98%;
}
.AlphaAnalyst3 {
  background-color: #F8FAFBE5;
    padding: 20px 27px;
    margin: 110px 0px 0px 0px;
    height: 80%;
    width: 98%;
}
.AlphaAnalystTechnical {
  background-color: #f8fafbe5;
    padding: 20px 27px;
    height: 100%;
    width: 98%;
}
.AlphaAnalystTechnical h2{
  color: #2E2E2E;
  font-size: 34px;
  line-height: 38.88px;
  margin-bottom: 0rem;
  font-weight: 700;
}
.AlphaAnalyst h1 {
  color: #071335;
  font-size: 48px;
  padding-bottom: 15px;
  margin-left: 40px;
  margin-bottom: 0rem;
  margin-top: 4rem;
  font-weight: 700;
}
.staytext{
  color: #62666D;
  font-size: 24px;
  margin-top: 30px;
  font-weight: 400;
  padding: 0 40px;
}
.alphacapitalsection1{
  border-radius: 0px 0px 130px 0px;
  background: #F8FAFB;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.alphacapitalsectionchange{
  background: #F8FAFB;
  padding: 0px 27px;
  margin: 58px 0px 0px 0px;
  /* height: 80%; */
  /* width: 98%; */
}
.alphacapitalsection2{
    background: #F0EAFA;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
}
.alphacapitalsection3{
  border-radius: 0px 0px 130px 0px;
    background: #FFF5F5;
}
.personalert{
  border-radius: 0px 0px 130px 0px;
    background: #FFF5F5;
  padding-right: 30px;
    margin-bottom: 52px;
}
.locationmapsize{
  margin-left: -8rem;
}
.imagesize{
  margin-left: 14rem;
  margin-top: 6rem;
}
.imagesizechange{
  margin-left: 9rem;
}
.alphacapitalsection4{
  border-radius: 0px 260px 260px 0px;
  background: #EFFCDA;
  padding-bottom: 55px;
  margin-top: 6rem;
  padding-right: 30px;
  margin-bottom: 88px;
}
.alphacapitalsection7{
  border-radius: 0px 260px 260px 0px;
  background: #EFFCDA;
  margin-bottom: 8rem;
}
.alphacapitalsection5{
  border-radius: 0px 260px 260px 0px;
  background: #F0EAFA;
  padding-bottom: 55px;
  padding-right: 30px;
  margin-bottom: 88px;
}
.alphacapitalsection6{
  border-radius: 0px 0px 130px 0px;
  background: #FFF5F5;
padding-right: 30px;
  margin-bottom: 90px;
}
.listtext1{
  color: #62666D;
  font-size: 24px;
  width: 430px;
}
.listtextchange12{
  color: #62666D;
  font-size: 18px;
  width: 422px;
}
.listtextchange12 li{
  margin-left: 30px;
}
.listtext1 li{
  margin-left: 30px;
}
.listtextchange li{
  margin-left: 30px;
}
.listtextchange{
  color: #62666D;
  width: 83%;
  padding-left: 20px;
  font-size: 18px;
}
.listtext2{
  color: #62666D;
  font-size: 24px;
  width: 412px;
  margin-top: 30px;
  margin-left: 26px;
}
.tradingchange{
  color: #62666D;
  font-size: 24px;
  width: 418px;
  margin-top: 30px;
  margin-left: 30px;
}
.AlphaAnalyst h2 {
  color: #2E2E2E;
  font-size: 34px;
  line-height: 38.88px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 700;
}
.AlphaAnalyst1 h2 {
  color: #2E2E2E;
  font-size: 34px;
  line-height: 38.88px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 700;
}
.AlphaAnalyst2 h2 {
  color: #2E2E2E;
  font-size: 34px;
  line-height: 38.88px;
  margin-bottom: 0rem;
  font-weight: 700;
}
.AlphaAnalyst3 h2 {
  color: #2E2E2E;
  font-size: 34px;
  line-height: 38.88px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 700;
}
.firstparatext {
  color: #62666D;
  font-size: 18px;
  width: 73%;
  margin-top: 25px;
  font-weight: 400;
  padding: 0 40px;
}
.para_text{
  color: #62666D;
    font-size: 18px;
    width: 72%;
    margin-top: 25px;
    font-weight: 400;
}
.real_time{
  color: #62666D;
  font-size: 18px;
  width: 77%;
  margin-top: 25px;
  font-weight: 400;
}
.secondparatext {
  color: #62666D;
  font-size: 24px;
  width: 80%;
  margin-left: 40px;
  padding-bottom: 76px;
  margin-top: 30px;
  font-weight: 400;
}
.thirdparatext {
  color: #62666D;
  font-size: 24px;
  width: 80%;
  margin-left: 40px;
  margin-top: 30px;
  font-weight: 400;
}
.nevertext {
  color: #62666D;
  font-size: 24px;
  padding-bottom: 76px;
  margin-left: 40px;
  width: 80%;
  margin-top: 30px;
  font-weight: 400;
}
.mobileappbtn{
  background: #1D4283;
  color: #fff;
  font-size: 16px;
  border: none;
  margin-right: 29px;
  border-radius: 10px;
  outline: none;
  padding: 8px 18px;
}
.AlphaAnalyst h3 {
  color: #071335;
  font-size: 48px;
  margin-bottom: 12px;
  font-weight: 700;
}
.AlphaAnalystFinancial{
  background-color: #F0EAFA;
  padding: 20px 27px;
  margin: 20px 0px 0px 0px;
  height: 95%;
  width: 98%;
}
.AlphaAnalystFinancial h2{
  color: #2E2E2E;
  font-size: 34px;
  line-height: 38.88px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 700;
}
.AlphaAnalystrelative h2 br{
  display: none;
}
.AlphaAnalystTechnical h2 br{
  display: none;
}
@media only screen and (max-width: 800px) {
  .AlphaAnalyst h1
  {
    margin-top: 5%;
    font-size: 35px;
  }
  .alphacapitalsectionchange{
    margin: 0px;
    padding: 0px;
  }
  .AlphaAnalyst{
    margin-top: 14rem;
    padding: 0rem;
    width: 92%;
  }
  .AlphaAnalystFinancial h2{
    font-size: 22px;
    line-height: 26px;
  }
  .AlphaAnalystrelative h2{
    font-size: 22px;
    line-height: 26px;
    margin-top: 0px;
  }
  .AlphaAnalystTechnical h2{
    font-size: 22px;
    line-height: 26px;
  }
  .AlphaAnalyst1{
    margin-top: 10rem;
    padding: 0rem;
    margin: 10rem 0px 0px 0px;
  }
  .AlphaAnalystTechnical{
    width: 116%;
    margin: 79px -32px 0px;
    padding: 20px 27px 0px;
  }
  .AlphaAnalystrelative{
    width: 106%;
    padding: 20px 27px 0px;
    margin: 150px -20px 0px;
  }
  .AlphaAnalystFinancial{
    margin-top: 9rem;
    padding: 0px;
  }
  .listtextchange12{
    width: 337px;
  }
  .headings_sizing{
    font-size: 24px;
    width: 101%;
    line-height: 32px;
  }
  .firstparatext{
    width: 100%;
  }
  .tradingchange{
    width: 315px;
  }
  .listtextchange{
    width: 337px;
    font-size: 16px;
  }
  .alphacapitalsection2{
    height: 116vh;
  }
  .customer_resp{
    height: 98vh;
  }
  .educational_resp{
    height: 113vh;
  }
  .security_resp{
    height: 130vh;
  }
  .social_resp{
    height: 130vh;
  }
  .alphacapitalsectionnew3{
    padding: 4rem 0;
    height: 45rem;
  }
  div br{
    display: none;
  }
}
.listtext1{
  font-size: 21px;
}
.listtext2{
  font-size: 21px;
    width: 312px;
}
.AlphaAnalyst2 h2 br{
  display: none;
}
@media only screen and (max-width: 800px) {
  .AlphaAnalyst h2
  {
    font-size: 22px;
    margin-top: 0px;
    line-height: 26px;
  }
  .AlphaAnalyst1 h2{
    font-size: 22px;
    margin-top: 0px;
    line-height: 26px;
  }
  .AlphaAnalyst2 h2{
    font-size: 22px;
    margin-top: 0px;
    line-height: 33px;
  }
  .AlphaAnalyst2{
    padding: 0rem;
    margin-top: 13rem;
  }
  .AlphaAnalyst3 h2{
    font-size: 22px;
    margin-top: 0px;
    line-height: 33px;
  }
  .AlphaAnalyst3{
    margin-top: 7rem;
    padding: 0rem;
  }
}
@media only screen and (max-width: 800px) {
  .AlphaAnalyst h3
  {
    font-size: 25px;
  }
}
@media only screen and (max-width: 800px) {
  .AlphaAnalyst p
  {
    font-size: 14px;
    line-height: 18px;
  }
  .AlphaAnalyst1 p{
    font-size: 14px;
  }
  .AlphaAnalyst2 p{
    font-size: 14px;
  }
  .AlphaAnalyst3 p{
    font-size: 14px;
    width: 72%;
  }
  .alphaanalystsection p{
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  .alphacapitalsection
  {
    padding-left: 0px;
  }
  .alphacapital{
    padding: 0rem 37px;
  }
}
.headings_sizing{
  width: 60%;
}
.arrowrightimg{
  width: 36px;
}
.downloadicon{
  border-left: 1px solid #FFFFFF;
  padding-left: 12px;
  width: 27%;
  margin-left: 8px;
}
.learnmorebtn{
  border: none;
  background: none;
  font-size: 20.32px;
  color: #1D4283;
  text-decoration: underline;
}
@media(max-width:1000px) {
  .downloads .iconfirstsize
{
  width:5%;
  }
}
@media(max-width:1000px) {
  .downloads .iconsecondsize
{
  width: 50%;
  }
}
.iconsecondsize{
  width: 23px;
}
/*---------- TransparentFee ---------*/
.TransparentFee{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  color: #fff;
}
.TransparentFee h1{
  text-align: center;
  color: #071335;
  font-size: 28px;
  margin-bottom: 55px;
  margin-top: 75px;
  font-weight: 700;
}
.transfeebox {
  padding-bottom: 55px;
}
/* broken */
.transfeebox1 {
  padding-bottom: 30px;
  text-align: -webkit-center;
  padding-top: 20px;
}
.transfeebox1 p {
  color: #5B5C5F;
  font-size: 14px;
  width: 30%;
  margin-bottom: 0rem;
}
.Transparent1{
  font-family: 'Product Sans',sans-serif;
    padding-left: 4rem;
    color: #000;
}
.readyvalue1 {
  width: 64%;
  margin-top: 12px;
}
.mutual_sec{
  display: flex;
  justify-content: center;
}
.furturevalue1 {
  width: 73%;
  margin-top: 12px;
}
.rollover_text{
  width: 75%;
  margin-top: 12px;
}
.trans_index h1 {
  text-align: center;
  color: #071335;
  font-size: 28px;
  margin-bottom: 80px;
  margin-top: 80px;
  font-weight: 700;
}
.mixblendstyle{
  mix-blend-mode: darken;
}
.click_here{
  margin-top: 58px;
}
.trans_img{
  width: 55px;
  height: 75px;
}
.transfeebox li{
  color: #5B5C5F;
    font-size: 16px;
}
.Investinglow{
  text-align: center;
  color: #5B5C5F;
  font-size: 18px;
  width: 60%;
  margin: auto auto 5rem auto;
}
.transfeebox p{
  color: #5B5C5F;
    font-size: 14px;
    width: 63%;
  margin-bottom: 0rem;
}
.transfeebox a{
  font-style: italic;
  font-weight: 700;
  color: #5373CC;
}
.transfeebox h4{
  font-size: 20px;
  font-weight: bold;
  color: #071335;
}
.readyvalue{
  width: 54%;
  margin-top: 12px;
}
.transfeebox ul{
  padding-left: 17px;
}
.furturevalue{
  width: 58%;
  margin-top: 12px;
}
@media (max-width: 800px){
.TransparentFee {
    margin-top: 20REM;
    padding-bottom: 0rem;
}
.Investinglow{
  margin-bottom: 2rem;
  font-size: 14px;
}
.transfeebox1 p{
  width: 63%;
}
.trans_sizing{
  padding: 0rem 1rem;
  margin-top: 0rem;
  height: 125vh;
}
.trans_index h1{
  font-size: 26px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.transfeebox1{
  padding-bottom: 20px;
  text-align: start;
  padding-left: 16px;
}
.TransparentFee h1{
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 23px;
}
.boxesarrows {
  width: 100%;
}
.trans_index{
  margin-top: 12rem;
}
.Transparent1{
  padding-left: 1rem;
}
.mutual_sec{
  display: unset;
  padding-bottom: 10px;
}
.transfeebox{
  padding-bottom: 0px;
  padding: 0px 0px;
}
.transfeebox h4 a{
  font-size: 13.42px;
}
.transfeebox img{
  width: 15%;
}
.transfeebox h4{
  font-size: 18px;
}
.transfeebox li{
  font-size: 14px;
  width: 75%;
}
.transfeebox p{
  width: 100%;
  font-size: 18px;
}
}
/* Mobile Responsiveness */
@media (max-width: 500px) {
  .mainriskroute {
    height: 20rem;
    background-position: center;
    padding-top: 32px;
    background-size: cover;
  }
}
/*--- LowestpageGovernment ---*/
.Governmenttext h1{
  font-size: 28px;
  text-align: center;
  line-height: 64px;
  margin: 45px auto !important;
  width: 62%;
  font-weight: 700;
}
.Governmenttext h2{
  font-size: 28px;
  text-align: center;
  line-height: 64px;
  margin-top: 45px !important;
  width: 100%;
  font-weight: 700;
}
.general-accordion{
  margin-bottom: 60px;
}
.governmenttaxes img{
  width: 40px;
  float: left;
  height: 40px;
}
.governmenttaxes h1{
  font-size: 20px;
  color: #071335;
  padding: 8px 60px 0px;
}
.governmenttaxes p{
  color: #5B5C5F;
  font-size: 16px;
  margin-left: 60px;
}
.governmenttaxes{
  margin-top: 35px;
}
@media only screen and (max-width: 550px) {
  .Governmenttext h1 {
    font-size: 22px;
    line-height: 40px;
    width: 94%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .governmenttaxes p{
    font-size: 14px;
    width: 68%;
  }
  .governmenttaxes h1{
    font-size: 16px;
    padding: 11px 60px 0px;
  }
}
.tablechange1 {
  border: 1px solid #F6CDB3;
  border-collapse: collapse;
  width: 100%;
  margin-top: 25px;
  font-size: 20px;
}
.tablechange2{
  border-collapse: collapse;
  font-size: 20px;
  width: 100%;
  margin-top: 25px;
  border: 1px solid #CCFA87;
}
.tablechange3{
  border-collapse: collapse;
  font-size: 20px;
  width: 100%;
  margin-top: 25px;
  border: 1px solid #8EBFF1;
}
.tradetable{
  color: #494B4E;
  background: #FFF7F1;
  padding: 8px 27px;
  font-size: 16px;
  padding-right: 303px;
  border: 1px solid #F6CDB3;
}
.tradetable1{
  color: #494B4E;
  background: #F6FFE7;
  border: 1px solid #CCFA87;
  font-size: 16px;
  padding: 8px 27px;
  padding-right: 288px;
}
.tradetable2{
  color: #494B4E;
  background: #E0ECF8;
  border: 1px solid #8EBFF1;
  font-size: 16px;
  padding: 8px 27px;
}
.regulartable{
  color: #494B4E;
  border: 1px solid #F6CDB3;
  font-size: 16px;
  padding: 8px 28px;
}
.regulartable1{
  color: #494B4E;
  border: 1px solid #CCFA87;
  font-size: 16px;
  padding: 8px 28px;
}
.regulartable2{
  color: #494B4E;
  border: 1px solid #8EBFF1;
  font-size: 16px;
  padding: 8px 28px;
}
@media screen and (max-width: 992px) {
  .regulartable{
    font-size: 14px;
    padding: 8px 7px;
  }
  .regulartable1{
    font-size: 14px;
    padding: 8px 7px;
  }
  .sub_sizing{
    height: 59px;
  }
  .regulartable2{
    font-size: 14px;
    padding: 8px 7px;
  }
  .tradetable {
    padding: 0px 6px 0px 6px;
    font-size: 14px;
    width: 38%;
  }
  .tradetable1{
    padding: 0px 7px 0px 6px;
    width: 38%;
    font-size: 14px;
  }
  .tradetable2{
    padding: 0px 7px 0px 6px;
    width: 38%;
    font-size: 14px;
  }
}
/*----------- Stocknew ----------*/
.Stocknew1{
  padding: 6rem 9rem;
  border-bottom: 1px solid #cccccc59;
}
.Stocknew1 h2{
  color: #071335;
  font-size: 28px;
  font-weight: bold;
  margin-left: 30px;
  margin-top: 90px;
  width: 75%;
  margin-bottom: 20px;
}
.Stocknew1 h4{
  color: #071335;
  font-size: 28px;
  margin-left: 65px;
  margin-top: 30%;
  font-weight: bold;
  width: 97%;
  margin-bottom: 28px;
}
.tracktextul{
  margin-left: 55px;
  color: #81858A;
  font-size: 16px;
}
.Stocknew1 h3{
  font-weight: 700;
  color: #071335;
  font-size: 45px;
}
.Stocknew1 p{
  width: 73%;
  margin-left: 30px;
  font-size: 16px;
  color: #81858A;
}
@media only screen and (max-width: 1000px)  {
  .Stocknew1 {
    padding: 1rem 2rem;
    padding-bottom: 104px;
  }
}
@media only screen and (max-width: 1000px) {
  .Stocknew1 h2 {
    margin-top: 5%;
    font-size: 18px;
    margin-bottom: 3px;
    width: 70%;
  }
  .mobile_screen{
    width: 244.523px;
    height: 352.754px;
  }
  .Stocknew1 p{
    width: 88%;
    font-size: 14px;
    padding-bottom: 22px;
  }
  .tracktextul{
    margin-left: 40px;
    color: #81858A;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .bottomsize{
    margin-bottom: -87px;
  }
  .tracktextul li{
    padding-bottom: 15px;
  }
  .Stocknew1 h4{
    margin-top: 0%;
    font-size: 18px;
    margin-left: 55px;
    margin-bottom: 8px;
    width: auto;
  }
  .radiusstocks1{
    margin-top: 100px !important;
    border-radius: 160px 160px 0px 0px !important;
  }
  .trackheading{
    margin-top: 76px;
  }
}
.radiusstocks{
  background-color: #F5FAFF;
  border-radius: 0px 0px 160px 160px;
  margin-top: 3rem;
}
.radiusstocks1{
  background-color: #F9F5FF;
  border-radius: 210px 210px 0px 0px;
  margin-top: 200px;
}
.radiusstocks1 img{
  margin-top: -5rem;
}
.radiusstocks img{
  margin-top: -2rem;
}
/*--- Footer ---*/
#footer {
  background: #FBFBFB;
  color: #212529;
  border-top: 1px solid #e9e9e9;
  font-size: 14px;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #fef8f5;
  text-align: center;
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #4e4039;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}
#footer .footer-newsletter form input[type='email'] {
  border: 0;
  padding: 4px 4px;
  width: calc(100% - 100px);
}
.subscribesec p{
  color: #6C727F;
  font-size: 14px;
  font-weight: 500;
  line-height: 132%;
}
.contact_img{
  width: 23px;
  height: 23px;
}
.icon_footer i{
  color: #5E92E0;
}
.icon_footer i:hover{
  color: #306bc3;
}
.subscribe_btn{
  width: 271px;
    height: 43px;
    color: #FFF;
    font-size: 12px;
    border: none;
    margin-top: 10px;
    line-height: 143%;
    border-radius: 4px;
    background: #00A8E9;
}
.subscribe_btn:hover{
  background-color: #578cdb;
}
.input_footer{
  width: 271px;
  padding: 22px;
  color: #000;
  font-size: 14px;
  outline: none;
  height: 46px;
  border-radius: 6px;
  border: 1px solid #D9DBE9;
  background: #FFF;
}
input.input_footer::placeholder {
  color: #6C727F;
}
#footer .footer-newsletter form input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #eb5d1e;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type='submit']:hover {
  background: #c54811;
}
#footer .footer-top {
  padding: 60px 0px 0px 0px;
  background: #FBFBFB;
  border-bottom: 1px solid #e9e9e9;
}
#footer .footer-bottom {
  padding: 20px 0px;
    background: #FBFBFB;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 12px;
  line-height: 24px;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: 'Product Sans', sans-serif;
  color: #6f6c90;
}
#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #170f49;
  position: relative;
  margin-bottom: 1rem;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #6f6c90;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #3498db;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  color: #111187;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
#footer .copyright {
  text-align: center;
  float: left;
  color: #6f6c90;
}
#footer .credits {
  text-align: end;
  font-weight: lighter;
  font-size: 14px;
  color: var(--neutral-600, #6F6C90);
}
@media screen and (max-width: 500px){
  #footer .credits{
    text-align: center;
  }
}
#footer .credits a {
  color: #1D4283;
  text-decoration: underline;
}
/***APP***/
.App {
  text-align: center;
}
.App-logo {
  height: 40vmin;
  pointer-events: none;
}
.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}
.App-link {
  color: #61dafb;
}
@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.main-ticker-block {
  display: flex;
  background-color: #ececec;
  width: 100%;
  overflow: hidden;
}
.main-ticker-block .ticker-time-update {
  display: flex;
  width: 200px;
  align-items: center;
  z-index: 3;
  justify-content: center;
  font-size: 12px;
  padding: 7px 9px;
  height: 35px;
  background: #1d4283;
  color: #ffffff;
}
.main-ticker-block .ticker-block {
  overflow: hidden;
  background-color: #ececec;
  display: flex;
  width: calc(100% - 200px);
}
.main-ticker-block .ticker-block .ticker-list {
  margin-top: 3px;
  height: 28px;
  display: flex;
}
.main-ticker-block .ticker-block .ticker-list .stock-data-block {
  display: inline-flex;
  min-width: 130px;
  height: 100%;
  border: 1px solid #efefef;
  padding: 5px 7px;
  justify-content: space-between;
  align-items: center;
  margin: 0 3px;
  background-color: #ffffff;
}
.main-ticker-block .ticker-block .ticker-list .stock-data-block p {
  margin: 0;
  display: flex;
  color: #141414;
  font-size: 11px;
}
.main-ticker-block
  .ticker-block
  .ticker-list
  .stock-data-block
  p
  .stock-symbol-price {
  margin-right: 10px;
}
.main-ticker-block
  .ticker-block
  .ticker-list
  .stock-data-block
  p
  .stock-symbol {
  font-weight: 700;
  text-transform: uppercase;
}
.main-ticker-block .ticker-block .ticker-list .stock-data-block p .stock-price {
  color: cadetblue;
  margin-left: 5px;
  font-weight: 700;
}
.main-ticker-block
  .ticker-block
  .ticker-list
  .stock-data-block
  .stock-high-low-block {
  text-align: right;
  font-weight: 600;
}
.main-ticker-block
  .ticker-block
  .ticker-list
  .stock-data-block
  .stock-high-low-block
  .stock-change-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}
.main-ticker-block
  .ticker-block
  .ticker-list
  .stock-data-block
  .stock-high-low-block
  .stock-change-price
  svg {
  margin: 0 3px;
  font-size: 20px;
  width: 10px;
  height: 10px;
}
.main-ticker-block
  .ticker-block
  .ticker-list
  .stock-data-block
  .stock-high-low-block.high {
  color: green;
}
.main-ticker-block
  .ticker-block
  .ticker-list
  .stock-data-block
  .stock-high-low-block.low {
  color: red;
}
.main-ticker-block
  .ticker-block
  .ticker-list
  .stock-data-block
  .stock-high-low-block.low
  svg {
  transform: rotate(180deg);
}
.ticker-frame {
  height: 50px;
  width: 100%;
  overflow: hidden;
}
.main .heading h2 {
  margin-bottom: 25px;
  font-weight: 700;
}
@media only screen and (max-width: 550px) {
  .main .heading h2 {
    font-size: 24px;
  }
}
/***Detail Page***/
.detail .side h2 {
  height: 21px;
  left: 950px;
  top: 215px;
  font-style: normal;
  font-weight: 700;
  font-size: 19.8318px;
  line-height: 106%;
  color: #1d4283;
}
.detail{
  padding: 2rem 0rem;
}
.detail .main .detail_heading {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  margin-left: 6px;
  line-height: 125.5%;
  text-transform: capitalize;
  color: #3d3d3d;
  margin-bottom: 12px;
}
.detail .main .heading {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  margin-left: 6px;
  line-height: 125.5%;
  text-transform: capitalize;
  color: #3d3d3d;
  margin-bottom: 12px;
}
.lucky-text{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0rem;
  line-height: 5px;
  color: #6c6c6c;
}
.lucky-strong{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0rem;
  line-height: 45px;
  color: #6c6c6c;
}

@media only screen and (max-width: 550px) {
  .lucky-text {
    font-size: 9px;
  }
  .lucky-strong{
    font-size: 9px;
    line-height: 30px;
  }
  .held_heading{
    font-size: 26px;
  }
  .luck_logo{
    position: absolute;
  }
  .detail .main .detail_heading{
    margin-top: 7rem;
  }
}
.detail .main .content {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  line-height: 26px;
  color: #3d3d3d;
}
.detail .main .content p a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 35px;
  color: #1D4283;
}
.detail .research hr,
.main hr,
.latest hr {
  background-color: #1485ff;
  margin: 0px;
}
.main hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  color: #111187;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.detail .research {
  padding-right: 0px;
}
.detail .latest {
  padding-top: 60px;
  padding-right: 0px;
}
.detail .researchitem {
  padding: 18px;
}
.short_by{
  font-size: 12px;
}
.researchitem a{
  font-style: normal;
  color: #1D4283;
}
.detail .researchitem .icon {
  position: absolute !important;
  padding: 0px;
}
.imagebig{
  margin-top: 20px;
  margin-bottom: 53px;
  width: 43rem;
}
@media only screen and (max-width: 550px) {
  .imagebig {
    width: 100%;
  }
  .detail .research{
    margin-top: 35px;
  }
}
.detail .researchitem .heading {
  padding-left: 50px;
  font-weight: 700;
  font-size: 14px;
  padding-top: 3px;
  line-height: 125.5%;
}
.luckmini-icon{
  width: 20px;
  height: 23px;
}
.detail .researchitem .content {
  padding-left: 50px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 143.5%;
}
.detail .researchitem .calander {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 125.5%;
  color: #1d4283;
}
@media only screen and (max-width: 550px) {
  .detail {
    padding: 1rem 1rem;
  }
}
/**social icon***/
.socialicon {
  display: contents;
}
.socialicon a {
  margin-right: 8px;
  border-radius: 100px;
  color: #696969;
  font-size: 11px;
  padding: 5px 7px;
  box-shadow: 0px 0.6140350699424744px 6.140350818634033px 0px #0000001a;
}
.socialicon a:hover {
  background-color: #1d4283;
  color: #fff;
}
.social-icon {
  margin-right: 7px;
  border-radius: 100px;
  color: #696969;
  font-size: 11px;
  padding: 4px 8px;
  box-shadow: 0px 0.6140350699424744px 6.140350818634033px 0px #0000001a;
}
.social_change{
  padding: 4px 7px;
}
.social_size{
  font-size: 9px;
}
.detailsocialicon a.active {
  background-color: #3b5998;
  color: #fff !important;
}
.detailsocialicon a:hover {
  background-color: #1d4283;
  color: #fff !important;
}
.detailsocialicon a img {
  filter: brightness(0.5);
}
.mobile_pic{
  margin-left: auto;
}
.listitems li {
  list-style: none;
  border: 1px solid #ccc;
  font-size: 10px;
  margin-left: 13px;
  cursor: pointer;
  float: left;
  padding: 4px 9px;
  border-radius: 5px;
  color: #6c757d;
}
.listitems li:hover{
  background-color: #8c9399;
  color: #fff;
}
@media only screen and (max-width: 550px) {
  .listitems li {
    margin-left: 5px;
    padding: 4px 3px;
  }
  .mobile_pic{
    margin: auto;
    width: 171.159px;
    height: 345.987px;
  }
}
.listitems ul {
  margin-bottom: 0px;
  float: right;
  padding-left: 0rem;
}
.detail .main .content .detaildownload {
  font-size: 12px;
  padding: 0px 20px;
  background: #1d4283;
  border-radius: 100px;
  border: none;
  margin: 0 17px;
  color: #fff;
}
.detail .main .content .detaildownload:hover{
  background: #1f3e74;
}
.detail .researchitem .detailheading {
  width: 67%;
  margin-left: 32%;
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 700;
}
.detail .researchitem .detailcontent {
  width: 67%;
  font-size: 13px;
  line-height: 18px;
  margin-left: 32%;
}
.nav-tabs .nav-item {
  padding-left: 0px !important;
  padding-right: 10px !important;
}
/***tabs***/
.nav-item1{
  padding-left: 0px;
  font-size: 27px;
  width: 47%;
}
.nav-item12{
  font-size: 27px;
  width: 40%;
  text-align: end;
  font-weight: 400;
  margin: auto;
}
.nav-link{
  padding: 0rem;
  color: #000;
  font-weight: 400;
  border-top: none;
  border-left: none;
  border-right: none;
}
.nav-link:hover{
  border: none;
}
.nav-tabs .nav-item.show .nav-item12 .nav-item1 .nav-link, .nav-tabs .nav-link.active{
  background: none;
  font-weight: 700;
  border-bottom: 3px solid #1D4283;
  border-top: none;
  border-left: none;
  border-right: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #1D4283;
}
/***Blog Page***/
.blog-thumnail {
  position: absolute;
}
.landing{
  padding: 2rem 0rem;
}
.landing .researchitem .blogcontent {
  padding-left: 15px;
  padding-right: 0px;
  width: 70%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143.5%;
}
.landing .researchitem .blogitem {
  background: #fafafa;
  position: relative;
  border-radius: 5.68603px;
  margin-left: 70px;
  margin-top: 8px;
  padding-bottom: 17px;
}
.landing .researchitem .blogheading {
  font-weight: 700;
  padding-top: 9px;
  font-size: 15px;
  line-height: 125.5%;
}
.tab-links.active {
  box-sizing: border-box;
  text-decoration: none !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9.32994px 12.4399px;
  gap: 16.59px;
  width: 97.84px;
  height: 31.24px;
  left: 72.21px;
  top: 240.03px;
  background: #1d4283;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 0.3px solid #1485ff;
  border-radius: 7.89042px;
  color: #fff;
  font-weight: 700;
  font-size: 10.3971px;
  line-height: 100%;
  color: #f5f5f5;
}
.tab-links {
  box-sizing: border-box;
  text-decoration: none !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9.32994px 12.4399px;
  gap: 16.59px;
  width: 97.51px;
  height: 31.24px;
  left: 215.81px;
  top: 240.03px;
  background: #f0f7ff;
  border: 0.3px solid #1485ff;
  border-radius: 7.89042px;
  color: #000;
  font-weight: 700;
  font-size: 10.3971px;
  line-height: 100%;
  color: #000;
}
.tab-card ul li {
  margin-top: 10px;
}
@media only screen and (min-width: 800px){
  .top_active_display{
    display: none;
  }
}
@media only screen and (max-width: 800px){
  .top_active {
    display: none;
  }
  .tab-card{
    margin-bottom: 15px;
  }
}
#myTab .nav-item {
  margin-right: 2px;
}
.highcharts-figure #container {
  height: 250px;
}
.about12{
  padding: 2rem 9rem;
}
/***Landing Page***/
/* section {
  padding: 2rem 2rem !important;
} */
.landing .side-table thead th {
  border-bottom: 0.3px solid #1485ff !important;
  border-top: 0.3px solid #1485ff !important;
  background-color: #f0f7ff;
}
.landing .side-table tbody td {
  border-bottom: 0.3px solid #1485ff;
}
.landing .side-table {
  font-style: normal;
  font-weight: 400;
  font-size: 11.6814px;
  line-height: 106%;
  color: #2e2e2e;
  /* margin-bottom: 50px; */
}
.landing h2 {
  height: 21px;
  left: 950px;
  top: 215px;
  font-style: normal;
  font-weight: 700;
  font-size: 19.8318px;
  line-height: 106%;
  color: #1d4283;
}
.landing .chart hr {
  background-color: #1485ff;
  margin: 0px;
}
.landing .researchitem {
  padding: 18px 0px 18px 0px;
}
.landing .researchitem .icon {
  position: absolute !important;
  padding: 0px;
}
.landing .researchitem .heading {
  padding-left: 44px;
  font-weight: 700;
  font-size: 15px;
  line-height: 125.5%;
}
.landing .researchitem .content {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143.5%;
}
.landing .researchitem .calander {
  padding-left: 0px;
  padding-right: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 125.5%;
  color: #1D4283;
}
.landing .chart-row-one {
  margin-bottom: 30px;
  margin-top: 30px;
}
.landing .chart-row-two {
  margin-bottom: 30px;
  margin-top: 50px;
}
.landing .indices .heading {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 106%;
  color: #2e2e2e;
  padding: 0px;
  margin-bottom: 2px;
}
.landing .indices .heading.number {
  font-size: 20px;
}
.landing .indices .indices-border-bottom {
  border-bottom: 1px solid #1485ff;
}
.landing .indices .col-4 {
  padding-left: 0px;
}
.landing .indices .text-color-red {
  color: #c94545 !important;
}
.landing .indices .row {
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.landing .indices .content {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 106%;
  color: #6c6c6c;
}
#arrow-up {
  color: #18b715;
}
#arrow-down {
  color: #c94545;
}
.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .landing {
    padding: 0rem 1rem;
  }
  .landing .chart-row-two{
    margin-top: 28px;
    margin-bottom: 0px;
  }
  .landing h2{
    margin-top: 12px;
  }
  .landing .side-table{
    margin-bottom: 30px;
  }
  .card-header-tabs{
    justify-content: space-between;
  }
  .landing .researchitem .blogheading{
    padding-top: 6px;
    font-size: 9px;
  }
  .landing .researchitem .blogcontent{
    width: 100%;
    font-size: 9px;
  }
  .landing .researchitem .calander{
    font-size: 9px;
  }
}
/***Download Page***/
.AlphaAnalyst-link {
  background-color: #f9f9f9;
  height: 58px;
  left: 664px;
  top: 384px;
  margin: 5px 0px;
  padding: 15px;
  position: unset !important;
  padding-left: 0px !important;
}
.download-link {
  /* background-color: #f9f9f9; */
  height: 58px;
  left: 664px;
  top: 384px;
  margin: 5px 0px;
  /* padding: 15px; */
  position: unset !important;
  padding-left: 0px !important;
}
.Isotext {
  margin-right: 11px;
  /* margin-left: 20px; */
  font-size: 16px;
}
.text-right {
  float: right;
}
.AlphaAnalyst-link i {
  position: unset !important;
  left: 0;
  top: 0;
  color: #3498db;
}
.download-link i {
  position: unset !important;
  left: 0;
  top: 0;
  color: #3498db;
}
/**post comment**/
.postcomment img {
  height: fit-content;
  margin-right: 25px;
  margin-top: 15px;
}
.postcomment textarea {
  border: 1px solid #1485ff;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  width: 100%;
  padding: 22px 25px;
}
.postcomment .detailcomment {
  color: #1485ff;
  border-radius: 5px;
  margin-top: 7px;
  border: 1px solid #1485ff;
  background: none;
  padding: 5px 17px;
}
.postcomment .detailcomment:hover{
  background-color: #1485ff;
  color: #fff;
}
.number_count ::placeholder {
  color: #ccc;
}
::placeholder {
  color: #000;
}
.postcomment h2{
  font-size: 24px;
}
.reportimgchart{
  width: 100%;
  /* margin: auto; */
  margin-bottom: 70px;
}
.reportimgchart-latest{
  width: 80%!important;
  margin: auto;
}
.alphacapitalautomatic{
  background-color: #F8FAFB;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
.nopadding.order-2{
  margin-top: 48px;
}
.user_image{
  width: 40%;
  border: 1px solid #ccc;
  border-radius: 10px;
}

@media screen and (max-width: 540px) {
.alphacapitalautomatic{
  padding: 0rem 0rem;
  padding-bottom: 0rem;
  height: 65vh;
}
.postcomment img{
  margin-top: 0px;
}
}
/***Responsive media***/
@media screen and (min-width: 340px) {
  .onetext {
    margin-left: 0%;
    width: 100%;
    text-align: center;
  }
  .about h3 {
    margin-top: 0%;
    margin-left: 0%;
    text-align: center;
  }
  .AlphaAnalyst .image-preview-mobile {
    display: block;
  }
  .AlphaAnalyst .image-preview {
    display: none;
  }
  .download .image-preview-mobile {
    display: block;
  }
  .download .image-preview {
    display: none;
  }
  .mainAlphacapital .image-preview-mobile {
    display: block;
  }
  .mainAlphacapital .image-preview {
    display: none;
  }
}
@media (max-width: 767px) {
  .alphacapitalsectionnew1 .row {
    flex-direction: column-reverse;
  }
  .alphacapitalsectionnew3 .row{
    flex-direction: column-reverse;
  }
  .alphacapitalsectionnewTrack3 .row{
    flex-direction: column-reverse;
  }
  .alphacapitalsectionnewEducational3 .row{
    flex-direction: column-reverse;
  }
  .InformedDecisions12 .row{
    flex-direction: column-reverse;
  }
  .InformedDecisions12{
    padding: 2rem 15px;
  }
  .alphacapitalsectionnew1{
    flex-direction: column-reverse;
    height: 80vh;
  }
.real_time_resp{
  height: 115vh;
}
  .alphacapitalsectionnew1 .col-md-6 {
    margin-top: 0;
    margin-bottom: 0px;
  }
}
@media (min-width: 576px) {
  .root {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav {
    margin: 0 55px;
  }
  #myCarousel {
    margin: 0px 0px !important;
  }
}
@media (min-width: 768px) {
  .root {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav {
    margin: 0 55px;
  }
  #myCarousel {
    margin: 0px 0px !important;
  }
}
@media (min-width: 992px) {
  .root {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav {
    margin: 0 20px;
  }
  #myCarousel {
    margin: 0px 0px !important;
  }
}
@media (min-width: 1200px) {
  .onetext {
    margin-left: 30%;
    width: 47%;
  }
  .about h3 {
    margin-top: 28%;
    text-align: left;
  }
  .AlphaAnalyst .image-preview-mobile {
    display: none;
  }
  .AlphaAnalyst .image-preview {
    display: block;
  }
  .download .image-preview-mobile {
    display: none;
  }
  .download .image-preview {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .usertext {
    height: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .Transparentsecond {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .Transparenttext img {
    display: block; 
  }
  .Transparenttext p {
    width: 100%;
    margin: 0;
  }
.testimoials h1 {
  margin: 0;
}
.testimoials h2 {
  margin: 0;
  width: 100%;
}
.testimoials h6 {
  width: 100%;
}
.testimoials {
  padding: 2rem;
}
.testimoials1 h1 {
  margin: 0;
}
.testimoials1 h2 {
  margin: 0;
  width: 100%;
  font-size: 22px;
  margin-bottom: 5px;
}
.testimoials1 h6 {
  width: 100%;
  font-size: 14px;
}
.testimoials1 {
  padding: 2rem;
}
.logoslideimg.col-lg-9.float-right.d-flex .col-lg-2 {
  width: 100%;
  max-width: 100%;
}
.logoslideimg img {
  width: 3rem;
}
#myCarousel .carousel-item .mask{
  position:  relative !important;
}
.nopadding.order-2{
  order: 1;
  margin-top: 30px;
}
.nopadding{
  margin-top: 35px;
}
}
@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}
@media only screen and (max-width: 600px) {
  img.rockitImg {
    right: -3rem;
    width: 300px;
    position: initial;
  }
}
@media only screen and (max-width: 600px) {
  .nav-item1{
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .nav-item12{
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .quickbox {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .Usertabs #wrapper {
   font-size: 19px;
  }
}
@media only screen and (max-width: 1000px) {
  .quicklastlink {
   margin-left: 0%;
  }
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
.center-section-new {
  position: absolute;
}
.center-section {
  position: absolute;
  left: 10%;
}
.uspbox{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 15px;
}
.uspbox .ao-card a {
  display: flex;
  align-items: center;
}
.hover_box :hover{
  background-color: #bbdcff9c;
  border-radius: 8px;
}
.hover_box1 :hover{
  background-color: #ccd4f8ad;
  border-radius: 8px;
}
.hover_box2 :hover{
  background-color: #fdbebed0;
  border-radius: 8px;
}
.hover_box3 :hover{
  background-color: #facb95d5;
  border-radius: 8px;
}
.hover_box3{
  margin-left: auto;
}
.hover_box4 :hover{
  background-color: #a0c7fdd3;
  border-radius: 8px;
}
.hover_box4{
  margin-right: auto;
}
.uspbox .ao-cardchange a {
  display: flex;
  align-items: center;
}
.uspbox .ao-cardchange1 a {
  display: flex;
  align-items: center;
}
.ao-card {
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  margin-right: 20px;
  border-radius: 8px;
}
.ao-cardchange {
  background: #FFFFFF;
  border: 1px solid #E8EBF1;
  box-shadow: 0 32px 64px -24px rgba(224, 224, 236, 0.64);
  border-radius: 8px;
  margin-top: 20px;
  margin-right: 35px;
}
.ao-cardchange1{
  background: #FFFFFF;
  border: 1px solid #E8EBF1;
  box-shadow: 0 32px 64px -24px rgba(224, 224, 236, 0.64);
  border-radius: 8px;
  margin-top: 20px;
}
.uspbox .ao-card a {
  padding: 12px;
  color: #2A394E;
  text-decoration: none;
  padding-right: 196px;
}
.uspbox .ao-cardchange a {
  padding: 12px;
  color: #2A394E;
  text-decoration: none;
  padding-right: 160px;
}
.uspbox .ao-cardchange1 a {
  padding: 12px;
  color: #2A394E;
  text-decoration: none ;
  padding-right: 160px;
}
.border-icon1{
  width: 46px;
  border-radius: 8px;
  text-align: -webkit-center;
  margin-right: 16px;
  height: 50px;
  background: #BBDCFF;
  padding: 12px;
}
.border-icon2{
  width: 46px;
  border-radius: 8px;
  text-align: -webkit-center;
  height: 50px;
  background: #C7D1FF;
  margin-right: 16px;
  padding: 12px;
}
.border-icon3{
  width: 46px;
  border-radius: 8px;
  text-align: -webkit-center;
  margin-right: 16px;
  height: 50px;
  background: #FFADAD;
  padding: 12px;
}
.border-icon4{
  width: 46px;
  border-radius: 8px;
  text-align: -webkit-center;
  margin-right: 16px;
  height: 50px;
  background: #FBC484;
  padding: 12px;
}
.border-icon5{
  width: 46px;
  border-radius: 8px;
  text-align: -webkit-center;
  margin-right: 16px;
  height: 50px;
  background: #96C1FF;
  padding: 12px;
}
.titletext{
  color: #5E92E0;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
}
.time_hour{
  font-size: 14px;
}
@media (max-width: 550px) {
  .ao-cardchange {
    margin: 0px;
    box-shadow: 0 32px 64px -24px rgb(255, 255, 255);
  }
  .ao-cardchange1{
    margin: 0px;
    margin-top: 10px;
    box-shadow: 0 32px 64px -24px rgb(255, 255, 255);
  }
  .time_hour{
    font-size: 12px;
  }
  .invest_heading{
    padding-bottom: 15px;
  }
  .titletext{
    font-size: 14px;
  }
  .hover_box4{
    margin-bottom: 35px;
  }
 
} 
@media (max-width: 1000px) {
  .uspbox .ao-cardchange a
  {
      padding-right: 115px;
    }
    .start_content{
      margin-bottom: 22px;
    }
  } 
@media (max-width: 800px) {
  #myCarousel h3
  {
    margin-bottom: 22px;
    margin-top: 0rem;
  }
  #myCarousel .carousel-item{
    min-height: 498px;
  }
  .uspbox{
    display: contents;
  }
  .ao-card{
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .center-section-new{
    position: relative;
  }
}
.textinput{
  padding: 12px 20px;
  width: 370px;
  border-radius: 13px;
  outline: none;
  border: none;
}
.submitinput{
  position: absolute;
  margin-left: 250px;
  border: none;
  border-radius: 6px;
  padding: 4px 29px;
  background: #5E92E0;
  margin-top: 8px;
  color: #fff;
}
.submitinput:hover {
  background-color: #74a0e2;
}
@media screen and (max-width: 600px) {
  .submitinput {
  margin-left: 53%;
  }
}
.video-container {
  position: relative;
  width: 100%;
  /* padding-top: 177%; */
  overflow: hidden;
  border-radius: 14px;
  /* border: 1px solid #ccc; */
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: unset;
}
.temp-wrapper{
  margin: auto;
  width: 50%;
}
@media screen and (max-width: 600px){
.temp-wrapper{
  width: 75%;
}
}
.learn_icon{
  padding: 0px;
  display: flex;
}
.learn_icon span{
  font-size: 15px;
  align-items: center;
  line-height: 18px;
  font-weight: 600;
  display: flex;
}
@keyframes tabBackgroundChange {
  0% {
    color: white;
  }
  100% {
    color: black;
    opacity: 100%;
  }
}
.tab-content.active {
  opacity: 100%;
}
.research_heading p{
  text-align: center;
  width: 45%;
  margin: 10px auto;
}
.latest_heading h1{
  color: #071335;
  font-size: 24px;
  margin-top: 40px;
  letter-spacing: -0.36px;
}
.luck_span{
  font-size: 10px;
  margin-left: 10px;
}
.cropped_icon{
  width: 24px;
  margin-left: 10px;
  height: 24px;
}
.latestbigimg{
  width: -webkit-fill-available;
}
.latestminibox{
  float: left;
  width: 118px;
}
.luckheldtext1{
  font-size: 14px;
  margin-top: 6px;
  padding: 0px;
  margin: 6px 8rem;
  width: 180px;
  margin-bottom: 6px;
}
.mainlucky ul{
  margin-bottom: 0px;
  padding-left: 25px;
}
.mainlucky li{
  font-size: 10px;
    color: #71839B;
}
.luckheldtext {
  font-size: 14px;
    margin-top: 15px;
    width: 178px;
    padding: 0px;
}
.fellowparagraph{
  font-size: 12px;
    width: 98%;
    margin-top: 16px;
    line-height: 14px;
    color: #71839B;
    margin-bottom: 16px;
}
.read_btn{
  margin-left: 6px;
}
.date_symbol{
  font-size: 10px;
  color: #71839B;
}
.date_symbol1{
  font-size: 10px;
  color: #71839B;
  margin-left: 13px;
}
.subcribe_sec h1{
  padding: 38px 27px 8px;
  color: #071335;
  font-size: 20px;
  width: 88%;
  line-height: 22px;
}
.subcribe_sec p{
  padding: 0px 27px 12px;
  color: #71839B;
  font-size: 12px;
  line-height: 132%;
  letter-spacing: -0.36px;
  width: 87%;
}
.recent_sec{
  padding: 38px 27px 8px;
}
.main_research{
  padding: 0px 14px;
}
.researchtogglesec{
  justify-content: space-between;
    align-items: center;
    display: flex;
    padding-right: 0px;
}
.table_text{
  text-align: end;
} 
.toggle{
  display: flex;
  align-items: center;
}
.research_input{
  margin-left: 27px;
  width: 200px;
  border-radius: 4px;
  padding: 12px 22px 13px 22px;
  height: 34px;
  font-size: 12px;
  outline: none;
  border: none;
border: 1px solid #D9DBE9;
background: #FFF;
}
.research_input::placeholder{
  color: #71839B;
font-size: 10px;
letter-spacing: -0.3px;
}
.select_drop{
  border: none;
  color: #71839B;
  margin-left: 25px;
  outline: none;
}
.sub_btn{
  margin-left: 27px;
  width: 200px;
  color: #FFF;
  border: none;
  font-size: 10px;
  letter-spacing: -0.3px;
  height: 32.141px;
  margin-bottom: 20px;
  border-radius: 4px;
  background: #5E92E0;
  margin-top: 10px;
}
.sub_btn:hover{
  background-color: #77a2e4;
}
.box_slide{
  width: 312px;
  height: 233px;
  padding: 24px 18px 23px 25px;
}
.luckheldtextbox{
  font-size: 18px;
    margin-top: 15px;
    width: -webkit-fill-available;
    color: #324054;
}
.researh_bg{
  /* background-image: url(../img/FFC-Plant-img.svg); */
  background-size: cover;
  background: #F3FCFF;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  padding: 10px 0px;
}
.blog_bg{
  background-image: url(../img/blog_bg_img.svg);
}
.tabs_research{
  color: #71839B;
  font-size: 16px;
  letter-spacing: -0.24px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.tabs_research span{
  margin-left: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .research_bg{
    padding: 55px 0px;
  }
  .fellowparagraph{
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .research_heading h1{
    font-size: 27px;
  }
  .luckheldtext{
    width: 227px;
  }
  .list_box{
    margin-top: 20px;
  }
  .luckbox1_img{
    width: -webkit-fill-available;
  }
}
@media only screen and (max-width: 600px) {
.box_slide{
  width: 200px;
  height: 210px;
      padding: 10px 18px 23px 25px;
}
.select_drop{
  margin-left: 0px;
}
.luckheldtextbox{
  font-size: 12px;
}
.tabs_research span.tab_chemical{
  margin-left: 0px;
}
.researh_bg{
  padding: 0px;
}
}
.tab_content.all {
  display: none;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#customerschange{
  caption-side: bottom;
  border-collapse: collapse;
  width: -webkit-fill-available;
}
#customers {
  border-collapse: collapse;
  width: 100%;
}
#customers td, #customers th {
  padding: 10px 18px;
}
#customerschange td, #customerschange th {
  padding: 15px 0px;
}
#customers th {
  padding-top: 12px;
  padding-bottom: 10px;
  color: #324054;
}
.info-cardchange{
 border: none;
}
.tablesize {
  border-bottom: 0.25px solid #858e9f52;
  border-top: 0.25px solid #858e9f52;
  font-size: 12px;
  color: #324054;
}
.headingsize{
  font-size: 12px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  margin-bottom: 0px;
  margin-top: 5px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.reportheading h1{
  color: #071335;
  margin-right: auto;
  font-size: 24px;
  margin-bottom: 0px;
  letter-spacing: -0.36px;
}
.custom-dropdown {
  position: relative;
  cursor: pointer;
  width: 160px;
}

.dropdown-toggle {
  padding: 10px;
  /* width: 135px; */
  font-size: 14px;
  color: #1D2433;
  /* display: flex; */
  /* align-items: center; */
  border-radius: 8px;
  border: 0.25px solid #3969D5;
}
.dropdown-toggle::after{
  margin-top: 8px;
  float: right;
  padding-left: 0px;
}
.researchtabledrop{
  display: flex;
    justify-content: right;
    gap: 10px;
    margin-bottom: 16px;
}
.pagination span{
  margin: auto;
  color: #324054;
font-size: 14px;
}
.page-link{
  border-radius: 8px;
  color: #333;
font-size: 13px;
font-weight: 600;
}
.pagination{
  margin-left: auto;
  gap: 12px;
  margin-top: 20px;
}
.daterangeinput{
  border-radius: 8px;
  height: 42px;
  font-size: 14px;
  outline: none;
  border: none;
  cursor: pointer;
  color: #1D2433;
  width: 175px;
}
.calendar{
  border-radius: 8px;
  border: 1px solid #3969D5;
  padding: 0px 10px;
  display: flex;
}
.calendar i{
  padding-top: 12px;
}
.changing_table{
  position: absolute;
  margin-top: 4px;
  border-radius: 8px;
  background: rgba(181, 246, 180, 0.50);
  margin-left: 4px;
}
.changing_table12{
  background: rgba(181, 246, 180, 0.50);
  text-align: center;
  width: 65px;
  justify-content: center;
  height: 30px;
  display: flex;
  align-items: center;
}
.pso_table{
  background: #F6B4B480;
  height: 30px;
  width: 55px;
  text-align: center;
}
.engro_table{
  background-color: #B4F6E280;
  text-align: center;
  width: 65px;
  justify-content: center;
  height: 30px;
  display: flex;
  align-items: center;
}
.gatm_table{
  background-color: #EDF6B480;
  text-align: center;
  width: 65px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 30px;
}
.luckist_table{
  background-color: #CCD1FF80;
  text-align: center;
  width: 65px;
  justify-content: center;
  height: 30px;
  display: flex;
  align-items: center;
}

.engro_table1{
background-color: #EED3FF80;
text-align: center;
width: 65px;
height: 30px;
justify-content: center;
display: flex;
align-items: center;
}
.dropdown-options {
  display: none;
  position: absolute;
  width: 100%;
  height: 145px;
  overflow-y: scroll;
  font-size: 14px;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  margin-top: -1px;
  list-style: none;
  padding: 0;
}

.dropdown-options li {
  padding: 8px 10px;
  cursor: pointer;
}

.dropdown-options li:hover {
  background-color: #f0f0f0;
}

.reportheading span{
  color: #000;
  font-size: 14px;
}
.slider {
  position: absolute !important;
  cursor: pointer;
  top: 6px;
  left: 0px;
  right: 6px;
  bottom: 9px;
  /* background-color: #ccc; */
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* .arrow_down{
  position: absolute;
  padding-left: 88%;
  padding-top: 16px;
} */
/* Previous CSS styles remain the same */

.custom-dropdown .dropdown-toggle i {
  margin-right: 5px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.researchtablesec{
  display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
  align-items: center;
}
.table_research1{
  width: 75px;
}
@media only screen and (max-width: 600px) {
  .pagination span{
    font-size: 11px;
  }
  #customers{
    width: max-content;
  }
}
/* Apply these styles to the table container */
#research_table {
  overflow-x: auto;
}


/* .ticker-list {
  display: flex;
  animation: slide 20s linear infinite;
  gap: 10px;
}

.ticker {
  display: inline-block;
  margin-right: 20px;
  margin: auto;
} */

/* @keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


.section_scroll{
  overflow: hidden;
}

.main-ticker-block{
  width: max-content;
} */




/* .slide .slick-slide .slick-active{
  width: 20% !important;
} */

/* .slide .slick-slide .slick-current .slick-active{

} */

/* 
.slick-slide {
    margin: 0px 20px;
} */
/* .slide .slick-slide .slick-current .slick-active {
  width: 120px !important;
} */

.slick-slide{
  width: 133px !important;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
} 
[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.ticker {
  background-color: #fff;
  padding: 0px 10px;
  margin-right: 10px;
}

.customer-logos{
  display: flex;
  gap: 10px;
}
.ticker .symbol {
  color: #000;
  font-size: 11px;
}
.ticker .value {
  color: #5f9ea0;
  font-size: 10px;
}
.ticker .arrow-up {
  color: #008000;
  font-size: 11px;
}
.ticker .arrow-down {
  color: #ff0000;
  font-size: 11px;
}

.ticker-list{
  display: flex;
}

.marquee-slide{
  /* margin: auto; */
  margin-top: 5px;
  margin-bottom: 5px;
}
.alpha_analysit_size {
  width: 50%;
  padding-left: 93px;
}
.alphaheading1 {
  color: #5e92e0;
  font-size: 24px;
  padding-bottom: 12px;
  margin-bottom: 0;
  font-weight: 700;
}
.trynowbtn {
  background: #5e92e0;
  color: #fff;
  font-size: 19px;
  margin-top: 30px;
  border: none;
  border-radius: 10px;
  outline: none!important;
  padding: 8px 22px;
}
.start-inest-btn{
  background: #0081B2 !important;
}
.trans_index{
  border-bottom: 1px solid #D9D9D9;
}
.research-report-boxed{
  margin: 0px !important;
}
.research-luck-txt{
  margin-left: 0px;
}
.research-report-date{
  margin: 0px;
}
.research-report-boxes{
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-first-box{
  background: #FBFBFB !important;
  border: 1px solid #ECECEC;
  margin-top: 15px !important;
}
.accordion_sec {
  margin: 30px 0px;
}
.accordion-item {
  border-bottom: 1px solid #ddd;
}
.accordion-header {
  background: none;
  border: none;
  text-align: left;
  width: 100%;
  padding: 1em;
  font-size: 1.2em;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion_sec span {
  color: var(--Text-Heading-Color, #242424);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.96px;
}
.accordion-header.active .icon-plus::before {
  content: "-";
}
.accordion-content {
  overflow: hidden;
  background: #f9f9f9;
  transition: max-height 0.5s ease, padding 0.5s ease;
}
.general-accordion .card{ 
  border: none !important;
}
.general-accordion .card-header{
  background: none;
  cursor: pointer;
}
.general-txt{
  margin-top: 0px !important;
}
.privacy_context {
  margin-top: 30px;
}
.privacy_context p {
  color: #000;
  width: 556px;
  font-size: 14px;
  font-style: italic;
  padding-bottom: 60px !important;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.56px;
}
.privacy_context p {
  color: #000;
  width: 556px;
  font-size: 14px;
  font-style: italic;
  padding-bottom: 50px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.56px;
}
.privacy-txt{
  margin-bottom: 0px !important;
}
.tejoree-policy-text{
  text-align: center;
  margin-bottom: 55px;
}
.contact_detail {
  padding: 0px;
  padding-right: 20px;
  /* margin: 4rem 0px; */
}
.contact_detail h1 {
  color: var(--Text-Heading-Color, #242424);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  width: max-content;
  line-height: 24px;
  letter-spacing: -0.8px;
}
.main-contact-details p {
  width: 391px;
}
.chart-txt {
  font-size: 12px !important;
}
.contact_providing {
  margin-top: 4px;
}
.contact-field-sec {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  width: 100%;
}
.contact-field-row {
  width: 100%;
}
.contact_detail form label {
  color: #313131;
  font-size: 14px;
  font-style: normal;
  margin-bottom: 6px;
  font-weight: 500;
  line-height: normal;
}
.contact_detail form input::placeholder{
  color: #6D6D6D;
}
.contact_detail form textarea::placeholder{
  color: #6D6D6D;
}
.contact_detail form input {
  border: 0.25px solid #E1E1E1;
  color: #6D6D6D;
  font-size: 12px;
  padding: 12px;
  outline: none;
  box-shadow: none !important;
  width: 100%;
  border-radius: var(--large, 8px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-field-email {
  margin-top: 20px;
}
.interested-field-select {
  display: grid;
  margin-top: 20px;
}
.contact_detail form select {
  border: 0.25px solid #E1E1E1;
  color: #324054;
  font-size: 12px;
  padding: 12px;
  box-shadow: none !important;
  outline: none;
  width: 100%;
  border-radius: var(--large, 8px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact_detail form textarea {
  border: 1px solid #E1E1E1;
  border-radius: var(--large, 8px);
  color: #324054;
  outline: none;
  padding: 12px;
  /* margin-bottom: 20px; */
  font-size: 12px;
  height: 150px;
}
.contact_providing {
  color: var(--Paragraph-Color, #6e7589);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.48px;
}
.contact_detail form button {
  display: flex;
  width: -webkit-fill-available;
  padding: 10px 20px;
  justify-content: center;
  font-weight: 600;
  outline: none;
  border: none;
  border-radius: 7px !important;
  font-size: 12px;
  color: #fff;
  align-items: center;
  gap: 14px;
  background-color: #00A8E9;
  margin-top: 20px;
}
.contact-field-row .error{
    color: red;
    font-weight: 400 !important;
    font-size: 12px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.chart-support svg{
  border-radius: 33px;
border: 1px solid #DFDFDF;
background: #FFF;
padding: 10px;
width: 43px;
height: 43px;
}
.chart-support h1{
  color: #000;
font-size: 20px;
padding-top: 50px;
font-style: normal;
font-weight: 400;
margin-bottom: 6px;
line-height: normal;
}
.chart-support p{
  color: #62666D;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.chart-support a{
  color: #00A8E9;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
}
.chart-support {
  border-radius: 10px;
border: 1px solid #DFDFDF;
background: #FFF;
padding: 20px 25px;
width: 100%;
}
.contact-charting{
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.contact-friendly-txt h1{
  color: #00A8E9;
text-align: center;
font-size: 36px;
margin-top: 80px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.contact-friendly-txt p{
color: #62666D;
text-align: center;
font-size: 18px;
font-style: normal;
margin-bottom: 80px;
font-weight: 400;
line-height: normal;
}
.company-heading h1 {
  color: var(--Text-Heading-Color, #242424);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 32px;
  letter-spacing: -0.96px;
}
.company_boxed ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.company_boxed ul li {
  min-height: 40px;
  text-align: left;
  width: 25%;
  vertical-align: top;
  padding-right: 50px;
  padding-bottom: 12px;
  color: var(--Paragraph-Color, #6e7589);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.64px;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.company_boxed ul li a {
  color: var(--Paragraph-Color, #6e7589) !important;
}
.sitemap-txt h1{
  margin-bottom: 50px;
}
.video-container img{
  width: 100%;
}
.AliceBlue123{
    display: flex !important;
    justify-content: center !important;
}
.top_advance {
    margin-top: 30px;
}
.border_line {
    border-bottom: 1px solid #1485ff !important;
    border-top: none;
    opacity: unset;
}
.briefing-pdf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1485ff;
    padding: 6px 0rem;
}
.Market-Roundup-latest{
    margin-top: 30px;
}
.landing .side-table thead th:nth-child(n + 2) {
    text-align: right;
}
.landing .side-table tbody td:nth-child(n + 2) {
    text-align: right;
}
.onboading-process-txt{
  padding-top: 100px;
  padding-bottom: 100px;
}
.onboading-process-txt h1{
    text-align: center;
    margin-bottom: 0px;
    color: #00A8E9;
    margin: auto;
    font-size: 48px;
    font-style: normal;
    width: 578px;
    font-weight: 500;
    letter-spacing: -0.72px;
}
.onboading-investing-txt{
    margin-top: 40px !important;
    width: 810px;
    margin: auto;
}
.image-container img{
    width: 100%;
}
.onboarding-button{
    margin-top: 40px;
}

.tejoree-banner-text{
  padding-top: 100px;
  padding-bottom: 100px;
}
.tejoree-txt h1{
  color: #00A8E9;
  text-align: center;
  margin: auto;
font-size: 48px;
font-style: normal;
width: 578px;
font-weight: 500;
letter-spacing: -0.72px;
}
.mobile_pic{
  margin-top: 20px;
}
.contact-details{
  margin-bottom: 80px;
}
.terms-condition-txt{
  padding-left: 0px;
  box-shadow: none !important;
  border: none !important;
}
.general-accordion .card-body{
  padding-bottom: 0px !important;
}