 .body{
   font-family: 'Roboto';
  }
 
 /*header*/
 #CollapsibleNavbar ul li a {
    cursor: pointer;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #062138;
  }
  .bg-light{
    background-color: white !important;
  }
  .brand-logo{
    width: 100%;
    padding-left: 30px;
  }

  .navbar-light .navbar-toggler{
    outline: 0;
  }

  #CollapsibleNavbar ul li a:hover,
  #CollapsibleNavbar ul li a:active,
  #CollapsibleNavbar ul li a:focus {
    color: #01135c;
  }

  .themeColor {
    color: #f6ba18 !important;
  }

  .loginBtn {
    width:110px;
    background-color: white;
    color: #e3244a !important;
    border: 1px solid #e3244a;
  }

  .loginBtn:hover {
    background-color: #e3244a !important;
    color: white !important;
    border-color: #e3244a !important;
  }
 .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
  }
  .noPadding{
    height: 700px !important;
    margin-bottom: 80px;
    background-color: #063e8e;
  }
  .leftMargin{
    margin-left: 11%;
  }

  .companyImage{
    width: 100%;
  }
  /** sticky bottom **/
  .sticky-bottom{
    height: 55px;
    width: 100%;
    background-color: #f90e38 ;
    position: fixed;
    z-index: 105;
    bottom: 0px;
    text-align: center;
    font-size: 20px;
    color: white;
    vertical-align: middle;
    line-height: 2.61;
  }
  @media (min-width : 500px){
    .sticky-bottom{
      display: none;
    }

  }
  /** home page pic**/
  .invest-heading{
    left: 0;
    align-self: left;
    position:relative;
    /* width: 50%; */
    bottom: 525px;
    margin-left: 11%;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    font-weight: 500;
  }
  .picBackground{
    width:100%;
    position:relative;
    height:700px;
    object-fit: cover;
  }
  .bg-pic-data{
    font-size: 20px;
    font-weight: normal;
    margin-right: 40px;
    margin-top: 50px;
  }
   .bg-pic-data div{
    margin-bottom: 14px;
    font-family: Roboto;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
  }
  .bg-pic-data img{
    border-radius: 50%;
    /* margin-right: 5px; */
    height: 20px;
    width: 20px;
    /* margin-left: 15px; */
    background-color: white;
  }
  .create-acc-btn{
    width: 106px;
    height: 48px;
    border-radius: 4px;
    background-color: #84b7fd;
    margin-top: 20px;
  }
  .create-acc-btn:hover{
    background-color: #DFEAFA;
    color: black;
  }
  .create-acc-btn i{
    margin: 5px;
  }
  .startTradingButton{
    width: 160px;
    height: 48px;
    border-radius: 4px;
    background-color: #f90e38;
    margin-top: 20px;
    color: white;
    margin-left: 10px;
  }
  .start-trad-btn{
    width: 160px;
    height: 48px;
    border-radius: 4px;
    background-color: #f90e38;
    margin-top: 20px;
    color: white;
    margin-left: 10px;
  }
  .start-trad-btn:hover{
    background-color: white;
    color: #f90e38;
    border: 1px solid #f90e38;
  }
  .navbar-toggler{
    border: 0px;
    color: black;
    margin-right: 10px;
  }
  .navbar-nav {
    margin-left: 30px;
  }

  @media (max-width : 820px){
    .invest-heading{
      margin-left: 41px !important;
      width: 88%;
      bottom: -100px;
      font-size: 31px;
      margin-right: 0px !important;
      margin-top: 40px;
    }
    .picBackground{
      display: none;
    }
    .bg-pic-data{
      margin-right: 40px;
    }
  }

  .expertManagedImageWeb{
    margin-top: 30px;
    width: 100%;
    height: auto !important;
    /* margin-bottom: 70px; */
  }

  .expertManagedImage{
    display: none;
  }

  .ownStockMargin{
    margin-right:11%;
    margin-left:11%;  
  }

  .investPortfolioMargin{
    margin-left: 10%;
    margin-right: 10%;
  }

  /** form **/
  .form-control{
    height: 45px; 
  }


  .form-start-trad-top{
    width: 350px;
    border-top: 8px solid #f90e38 !important;
    height: auto;
    font-family: Roboto;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 8px 25px 0 rgba(0, 108, 235, 0.12);
    background-color: #ffffff;
    border: solid 1px #f9f0ff;
    padding: 25px;
    background-color: #ffffff;
    margin:30px;
    position: absolute;
    right: 4%;
    top: 600px;
    z-index: 105;
    display: none
  }
   .noPadding+ .form-start-trad-top{
    top:300px;
  }
  .form-start-trad-top .btn-light{
    width: 90%;
    margin: auto;

  }
  .form-start-trad-top label{
    margin-top: 20px;
  }
  .form-start-trad-top .btn-secondary{
    width: 160px;
    background-color: #f90e38;
    color: white;
    margin: auto;
    margin-top: 20px;

  }
  .form-start-trad-bottom-mob .btn-secondary :hover{
    background-color:  #D61034;
  }
  /*.strt-trad-btn a{*/
  /*  text-decoration: none !important;*/
  /*  color: white;*/
  /*}*/
  .banner-form-btn .btn-outline-danger{
      margin-top: 20px;
      color: #f90e38;
      background-color: white;
      border-color: #f90e38;
  }
  .banner-form-btn .btn-outline-danger:hover{
    margin-top: 20px;
    color: white;
    border-color: white;
    background-color: #f90e38;

}
.resend-otp{
  color: #f90e38;
  text-align: right;
  margin: 10px;
  font-size: 14px;
}
  .form-start-trad-bottom-mob .btn-light{
    width: 90%;
    margin: auto;

  }
  .form-start-trad-bottom-mob .btn-secondary{
    height: 56px;
    width: 90%;
    margin: auto;
    background-color: #f90e38;
    color: white;
    margin-top: 25px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    /* text-align: left; */
    color: #ffffff;
    /* border-color: white !important; */
    border-radius: 7px;
    border: none;
  }
  .form-start-trad-bottom-mob .btn-secondary:disabled{
    opacity: 1 !important;
    background-color: #B5BCC3;
  }
  .form-start-trad-bottom-mob label{
    margin-top: 10px;
  }
  .form-start-trad-bottom-mob{
    width: 83%;
    border-top: 8px solid #f90e38 !important;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 8px 25px 0 rgba(0, 108, 235, 0.12);
    background-color: #ffffff;
    border: solid 1px #f9f0ff;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
    margin:30px;
    margin-bottom: 0px !important;
    border-radius: 12px;
  }
  .start-trad-btn{
    width: 160px;
    height: 48px;
    border-radius: 4px;
    background-color: #f90e38;
    margin-top: 20px;
    color: white;
    margin-left: 10px;
  }
  .start-trad-btn:hover{
    background-color: white;
    color: #f90e38;
    border: 1px solid #f90e38;
  }
  .formAccountHeading{
    text-align:center;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #222020;
  }
  /* .otp-input {
    border: none;
    width: 9.0ch;
    background:
      repeating-linear-gradient(90deg,
          dimgrey 0,
          dimgrey 1ch,
          transparent 0,
          transparent 1.5ch)
        0 100%/100% 2px no-repeat;
    color: dimgrey;
    font-size: 3.5ch;
    letter-spacing: .5ch;
    margin-left: 15px;

  } */

   input::-webkit-outer-spin-button,
   input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  input:focus {
    outline: none !important;
  }

  .otp-heading {
    font-size: 19px;
    /*text-transform: uppercase;*/
    text-align: center;
    color: black;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .otp-textbox{
    border-radius: 2px!important;
    margin: 0 8px;
    height: 40px!important;
    border: 1px solid #c1c1c1;
    text-align: center;
  }
  .center-block{
    margin-left: auto;
    margin-right: auto;
    max-width: 445px;
}

  #divOuter{
    width: 190px;
    overflow: hidden;
  }
   @media(min-width :1220px){
     .form-start-trad-bottom-mob{
      position: absolute;
      right: 6%;
      top: 480px;
      z-index: 105;
      width: 445px;
      height: auto;
     }
     .start-trad-btn{
       display: none;
     }
   }
   @media (max-width:1220px){
    .form-start-trad-top{
      display: none;
    }
    .form-start-trad-bottom-mob{
      position: absolute;
      right: 0%;
      top: 480px;
      z-index: 100;
      width: 400px;
      height: auto;
     }
    /* .form-start-trad-bottom-mob{
      top:initial !important;
      width: 350px;
      position: relative !important;
      background-position: initial;
      margin-bottom: 0px !important;
      margin-top: 50px;
    } */
    .divs{
      width: 80% !important;
      margin-left: 41px !important;
    }
    .frac-inv{
      width: 90% !important;
      margin: 40px !important;
    }
    .frac-inv img{
      width: 90% !important;
    }
    .blue-box{
      margin-left:40px !important;
    }

   }
    @media (max-width: 900px){
      .form-start-trad-bottom-mob{
        top:initial !important;
        width: 350px;
        position: relative !important;
        background-position: initial;
        margin-bottom: 0px !important;
        margin-top: 50px;
      }
      .frac-inv{
        width: 90% !important;
        margin: 20px !important;
      }
      .frac-inv img{
        width: 100% !important;
        height: auto !important;
        margin:0px !important;  
        padding-top: 20px;
        padding:0px;
      }
      .blue-box{
        margin: auto !important;
        width: fit-content;
        margin-top: 40px !important;
      }
    }
    /** investing div **/
    .divs{
      width: 55%;
      margin-left: 150px;
      margin-top: 40px;
      margin-bottom: 50px;
      margin-right: 20px;
     }
     .invest{
      font-size: 38px;
      color: #000000;
      line-height: 42px;
      padding-left: 15px;
      font-weight: 500;
      margin-left: 11%;
      padding-top: 20px;
      padding-bottom: 20px;
     }
     .firstInvestRow{
      margin-left: 11%;
     }
     .secondInvestRow{
      margin-left: 11%;
     }
     .invest-sm-img{
        height: 44px;
        width: 44px;
        margin: 20px;
        margin-left: 0px;
     }
     .whyInvestHeading{
      font-family: Roboto;
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.75;
      letter-spacing: normal;
      text-align: left;
      color: #222020;
     }
     .darkBlueHeading{
      color: #2350a3;
      font-weight:500;
     }

  /** fractional investing 2nd 3rd sec **/
   .frac-inv{
    margin-left: 150px;
    margin-top: 70px;
    margin-bottom: 50px;
    margin-right: 20px;
   }
   .fraction{
    font-size: 38px;
    color: #222020;
    line-height: 52px;
    text-align: left;
    font-family: Roboto;
   }
   .bg-gradient{
    padding-top: 85px;
    padding-bottom: 85px;
    margin-top: 90px;
    background-image: linear-gradient(269deg, #ffffff -14%, #e8ebed 90%);
   }
   .frac-inv img{
     height: 220px;
     width: 100%;
     margin: 20px;
   }
   .blue-box{
    margin-top: 20px;
    padding-top: 10px;
    margin-left: 60px;
    height: 33px;
    border-radius: 4px;
    background-color: #dce6fa;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #2350a3;
   }
   /* expert portfolio section*/
   .invest-portfolio{
    padding: 20px;
    margin-top: 70px;
    width: 100%;
    height: auto;
    background-color: white;
   }
   .portfolio{
    margin-left: 130px;
    margin-top: 70px;
    margin-bottom: 50px;
    margin-right: 20px;
    width: 50%;
   }
   .expert-portfolio {
    font-size: 39px;
    color: #000000;
    line-height: 46px;
    text-align: left;
   }
   .portfolio img{
     /* margin-top: 30px; */
     width: 100%;
     /* height: 280px; */
     margin-bottom: 50px;
   }
   .started-head{
     margin-top: 50px;
     font-size: 34px;
     margin-bottom: 30px;
    color: #000000;
    line-height: 42px;
    text-align: left;
    font-weight: 500;
   }

   .companyImage{
     width:100%;
   }

   #regenerateCaptcha{
     color:black !important;
     margin-left:10px !important;
     font-size: 18px !important;
  }

   @media (max-width: 900px){
    .portfolio{
      width: 100% !important;
      /* margin: 20px !important; */
    }
    .portfolio img{
      width: 100% !important;
      /* height: 190px !important; */
      margin-bottom: 5px;
    }
    .started-head{
      width: 100% !important;
      text-align: center;
    }
    .invest-portfolio{
      /* padding: 0px; */
      margin-top: 60px;
      width: 100%;
      height: auto;
      background-color: white;
     }
  }
   /** started section **/
    .step{
    font-family: roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #f90e38;
    margin-top: 40px ;
  }

   .head{
      font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #222020;
    letter-spacing: .5px;
  }

   .guide{
     font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #222020;
  }

   .surround{
    width: 100%;
    padding: 1px;
    margin: auto;
    border-radius: 8px;
    box-shadow: 2px 8px 25px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;

  }
   .surround2{
      /* width: 55%; */
      margin: auto;
      padding: auto;

      border-radius: 8px;
      box-shadow: 2px 8px 25px 0 rgba(0, 0, 0, 0.06);
      background-color: #ffffff;
    }

  .large-img{
   width: 100% !important;
   /* height: 100% !important; */
   margin-top: 0 !important;
   margin-right: 0px !important;
 }
 /* .started-web{
   height: 100px;
   overflow: auto;
 } */
 .vl {
  border-left: 2px solid #2854a6;
  height: 57px;
  position: absolute;
  z-index: 101;
  top: 52px !important;
  max-height: 1350px;
  left: 23px;
}
.vl2 {
  border-left: 2px dashed #dedede ;
  height: 75%;
  position: absolute;
  top: 52px !important;
  z-index: 100;
  left: 23px;
}
.blue-circle{
  height: 20px;
  width: 20px;
  position: absolute;
  top: 47px !important;
  border-radius: 50%;
  background-color: #2854a6;
  z-index: 103
}
.grey-circle1:active{
  background-color: #2854a6;
}
.grey-circle2:active{
  background-color:#2854a6;
}
.grey-circle1{
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #dedede;
  position: absolute;
  top: 590px !important;
  z-index: 102;
}
.grey-circle2{
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #dedede;
  position: absolute;
  top: 1080px !important;
  z-index: 102;
}

/* .started-web{
  margin-left: 100px;
  /* width: 60%; */
  /* position: relative; 
} */
.started-data{
  z-index: 101;
}
.bg-img-12367{
  /* width: 440px !important; */
  position: absolute;
  /* height: 360px !important; */
  width:100%;
  z-index: 100;
  top:71px;
}
.step1Image{
  width:100%;
}
.bg-img-12368{
  /* width: 650px !important; */
  position: absolute;
  /* height: 562px !important; */
  width:100%;
  /* top: 468px !important; */
  left: -78px;
  z-index: 100;
}
.bg-img-12369{
  width: 364px !important;
  position: absolute;
  height: 262px !important;
  top: 1025px !important;
  left: -20px;
  z-index: 100;
}
 @media (min-width:600px){
  .started .surround{
    width: 350px !important;
  }
  .started .surround2{
    width: 200px !important;
  }
 }
 @media (min-width:900px){
   .started-mobile{
     display: none;
   }
   .started-web img{
     margin: auto !important;
    /* width: 90% !important;
    height: 90% !important; */
   }
   .large-img{
     margin-top: 0px !important;
     /* height: 450px !important; */
     /* width: 250px !important; */
     position: relative;
     left:-10px;
   }
 }
 @media (max-width:900px){
   .started-web{
     display: none ;
   }
 }

 /** FAQ **/
 .faqsSection{
   margin-top: 30px;
   width: 70%;
   margin-left: 120px;
 }
 .faqsSection h2{
  font-family: JosefinSans;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: left;
  color: #222020;
}


.accordSectionCardHeader .Text{
  font-family: roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #222020;
}

.accordSectionCardHeader .headerText{
    padding-left: 50px;
    background-color: #103d64;
    width: 94%;
    display: inline-block;
    border-radius: 25px;
    padding-right: 3px;
}

.accordSection {
    float: right;
}

.accordSection a {
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    color:white;
    padding: 1px;
    width: 98%;
    display: inline-block;
}

.accordSection a:hover{
    text-decoration: none;
}

.accordSection p {
    color: #42484E;
    font-size: 14px;
    font-family: roboto;
}

.accordSectionCard {
    padding: 10px 0 10px 0;
}

.accordSectionCard .icon {
    color:#888888;
    text-align: center;
    margin-top: 4px;
}


@media(max-width: 990px){
  .faqsSection{
    width: 100% !important;
    margin-left: auto !important;
  }
}
/** disclaimer **/
.bg-disclaimer{
  margin-top: 60px;
  height: auto;
  background-color: #f7f9fc;
  padding-top: 50px;

}
.disclaimer{
  /* text-align: left;
  font-size: 36px;
  font-weight: 500;
  color: #62728b; */
  font-family: Roboto;
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 2.07; */
  letter-spacing: 0.66px;
  text-align: left;
  color: #62728b;
  margin-left: 102px;
}
.disc{
  text-align: center !important;
  margin: auto;
  align-self: center;
}
.disc-data{
  /* margin-top: 20px;
  color: black;
  font-size: 10px;
  text-align: left; */
  margin-left: 100px;
  margin-right: 100px;
  font-family: Roboto;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #222020;
}
.faCircle{
  display: inline-block;
  border-radius: 60px;
  /* box-shadow: 0px 0px 2px #888; */
  padding: 0.5em 0.6em;
  background-color: #153b81;
}
.darkBlueCircle{
  height: 40px;
  width: 40px;
  background-color: red;
  border-radius: 50%;
  background-color: #153b81;
}
.small-stockal-logo{
  height:auto;
  width: auto;
  margin-left: 20px;
}
.flex-stockal .mr-auto{
  margin-top: 10px;
}
.footerSection{
  background-color: #153b81;
  color: white;
}

.footerSection1{
  background-color: #2350a3;
  color: white;
}
.globalEmail{
  text-align: right;
  padding-left:100px;
}
.globalNumber{
  text-align: left;
  padding-right:100px;
  padding-left: 50px;
}
@media (min-width:1000px){
  .flex-stockal .bd-highlight{
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media (max-width: 650px){
  .flex-stockal{
    display: none;
  }
  .flex-stockal .bd-highlight{
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

}
@media(min-width:650px){
  .grid-stockal{
    display: none;
  }
  /* .ownStockMargin{
    margin-left:0%;
  } */
}
@media(max-width:990px){
  .disc-data{
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .globalEmail{
    text-align: left;
    padding-left:15px;
  }
  .globalNumber{
    text-align: left;
    padding-left:15px;
    /* padding-top:15px; */
  }
  .leftMargin{
    margin-left: 11%;
  }
}




 /* COMPACT CAPTCHA */

 .capbox {
     /*comment this*/
     background-color: white;
     /* background-image: linear-gradient(#BBBBBB, #9E9E9E);
     border: #f90e38 0px solid; */
     /*uncomment this*/
     /*border: #ced4da 0px solid;*/
     /*border-width: 1px;*/


     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     display: inline-block;
     width:100%;
 }

 .capbox-inner {
     font: bold 12px arial, sans-serif;
     color: #000000;
     background-color: #edeff1;
     margin: 0px auto 0px auto;
     padding: 8px 20px 8px 20px;
     border-radius: 4px;
     display: inline-block;
     vertical-align: middle;
     height: 60px;
     margin-left: -10px;
}

 #CaptchaDiv {
     color: #000000;
     /* font: normal 25px Impact, Full Stack, arial, sans-serif; */
     font-size: 25px;
     font-weight: 400;
     font-style: italic;
     text-align: center;
     vertical-align: middle;
     background-color: #FFFFFF;
     user-select: none;
     display: inline-block;
     padding: 14px 20px 14px 20px;
     border-radius: 4px;
     height:60px;
     border: solid 1px #eceff0;
 }

 #CaptchaInput {
     /*comment this*/
     border: none;
     margin: 5px 0px 1px 0px;
     width: 120px;
 }


 /*phone css*/
 .iti{
     width:100%;
 }
 #txtErrorMsg{
     font-size: 14px;
 }


 @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .invest {
    font-size: 36px;
    color: #000000;
    line-height: 42px;
    padding-left: 0px;
    font-weight: 500;
    margin-left:8%;
  }
  .expert-portfolio{
    font-size: 32px;
  }
  .portfolio{
    width:100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .expertManagedImageWeb{
    margin-top: 30px;
    width: 100%;
    height: auto !important;
    display: none;
    /* margin-bottom: 70px; */
  }
  .expertManagedImage{
    display: block;
  }
  .expertManagedImage{
    width: 100%;
    height: auto !important;
  }
  .leftMargin{
    margin-left: 0%;
  }
  .ownStockMargin{
    margin-left:0%;
    margin-right: 0%;
  }
  .investPortfolioMargin{
    margin-left:0%;
    margin-right: 0%;
  }
  .disclaimer{
    margin-left: 30px;
  }
  .fraction{
    font-size: 36px;
    color: #222020;
    line-height: 52px;
    text-align: left;
    font-family: Roboto;
   }
  }