@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&family=Poppins:wght@200;500;600;700;800;900&display=swap');

html{
    scroll-behavior:smooth;
    scroll-padding-top:0px;
}
body{
    font-family: 'Poppins', sans-serif;
}

.bg-1{
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 20px;
    background-image: url('../images/bg-new.png');
}

.select2-container--default .select2-selection--single{
  height:38px;
  border-radius: 7px;
}

.img-section {
    width: 280px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
   
    line-height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
top:7px
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #5f3d8a;
}
li.px-2{
    list-style: none;
}

h3.bold-head {
    font-size: 26px;
    font-weight: 800;
    margin-top: 10px;
}

p.step-content {
    line-height: 20px;
    margin-top: 13px;
}
img.img-size {
    margin-top: 15px;
}

p.plus {
    font-weight: 700;
    font-size: 19px;
    color: #1D7241;
    margin-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #00000080;
    display: inline-block;
}

h1.h1-head {
    font-size: 20px;
    font-weight: 600;
}

h6.mb-0 {
    color: #000;
    font-size: 20px;
}

.form-div{
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.25);
    border-radius: 21px;
}

p.text-time {
    font-size: 11px;
}

.div-main{  
    justify-content: space-around;
    align-items: baseline;
}
  

.resend{
    font-size: 11px;
}


button.btn-size {
    border: none;
    background: #1D7241;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    padding: 10px 7px;
}


.form-control:focus{
    box-shadow: none;
    outline: none;
    /* border-color: #12b250; */
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C4C4C4;
    opacity: 1; /* Firefox */
    font-weight: 300;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C4C4C4;
    font-weight: 400;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #C4C4C4;
    font-weight: 400;
  }

  .gradient-text {
    background: linear-gradient(#C72E8F, #3052A1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plan-head{
    font-size: 18px;
    margin-bottom: 0;
}
.plan-head {
    font-size: 20px;
    padding-top: 30px;
    margin-bottom: 0;
}

.points {
    padding: 10px;
    text-align: center;
   background-color: #F2F5F7;
}

.points {
    min-width: 150px;
    padding: 6px;
    text-align: center;
    background-color: #F2F5F7;
    border: 1px solid #C72E8F;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
}
p.text-point {
    font-size: 13px;
    list-style: 15px;
}

.points:hover{
    background: linear-gradient(226.96deg, #C72E8F 29.41%, #3052A1 82.22%);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.trading{
    font-weight: 700;
    font-size: 24px;
}

h5.inner-heading {
    font-size: 16px;
    font-weight: 600;
}

p.inner-content {
    font-size: 13px;
    line-height: 18px;
    margin-top: 15px;
}

.img-div > img {
    width: 28px;
}
/* .justify-content-space-between{
    justify-content: space-between;
} */

.img-div {
    margin-right: 16px;
}
.inner.d-flex.min-width {
    min-width: 330px;
}


p.copy-right{
    font-size: 12px;
    font-weight: 300;
    text-align: justify;
}
p.text-white.pt-5.font-weight-light {
    font-weight: 300;
    font-size: 13px;
}

.how-to-invest {
    background: linear-gradient(226.96deg, #C72E8F 29.41%, #3052A1 82.22%);
    border-radius: 10px;
    padding: 0px 20px;
    /* width: 240px; */
    height: 100%;
    display: grid;
    place-content: center;
    padding-top: 15px;
}
h3.investment-heading {
    color: #fff;
    font-weight: 100;
    line-height: 33px;
}


h3.investment-heading > span{
    font-weight: 500;
}

.gradient-text-2 {
    background: linear-gradient(#C72E8F, #3052A1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inner-apply-div {
    background: #E9E9E9;
    padding: 35px 20px;
    height: 100%;
    justify-content: center;
    border-radius: 10px;
    /* display: grid;
    place-content: center; */
}

span.inner-step {
    font-size: 38px;
    font-weight: 800;
}

span.step {
    font-size: 20px;
}

.inner-apply {
    background: #fff;
    padding: 20px;
    border: 1px solid #8b3d96;
    border-radius: 10px;
    width: 220px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


span.error-in {
    font-size: 12px;
    color: red;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #ced4da;
}


.main-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.tnb-mobile {
    display: none;
}


@media screen and (max-device-width:1920px), screen and (max-width:1367px) {
    .inner-apply {
    
        width: 268px;
    }
}

@media (max-width:1024px){
    
p.inner-content {
    font-size: 12px;
}
}


@media (max-width: 767px){
    p.inner-content {
        font-size: 14px;
    }
    .flex-w {
        flex-wrap: wrap;
    }
    
    .col-lg-7.p-5{
        order: 3;
    }

    p.plus {
         border-bottom: none;
        font-size: 16px;
    }    

    .points {
        min-width: 100%;
    }

    .inner.d-flex.min-width{
        width: 100%;
    }
    .product-inner.d-flex.mt-5.flex-w {
        margin-top: 0 !important;
    }

    .col-lg-5.p-5, .col-lg-7.p-5 {
        padding: 12px !important;
    }

    .mt-mobile {
        margin-top: 30px;
    }

    .inner-apply-div {
        background: #E9E9E9;
        padding: 30px 15px;
    }
    .img-section {
        margin-top: 42px;
    }

    h3.investment-heading {
        padding: 30px;
    }

    .form-div{
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .tnb {
        display: none;
    }

    .tnb-mobile {
        display: block;
        text-align: center;
    }

    .plan-head{
        padding-top: 0;
    }

    .plan-head {
        font-size: 30px;
    }    

    p.text-point {
        font-size: 16px;
    }
      

    .img-section {
        text-align: center;
        padding-top: 32px;
    }

    .bg-1{
        background-image: unset;
    }

    .order-2-mobile{
        order: 2;
    }
    
}