/* signup.....login....forget password css 10/10/2022 12:10 pm*/

.form-section {
    margin: 0px 100px;
}

.login-form{
    margin: 100px 0px;
}

.form-group {
    position: relative;
    display: flex;
    justify-content: space-between;
}

i.mail-icon {
    position: absolute;
    top: calc(30%);
    left: 15px;
    color: #0058AB;
}

input#exampleInputEmail1 {
    left: 0.5rem;
    padding-left: 42px;
    font-size: 16px;
    font-weight: 500;
}

input#exampleInputPassword1{
    left: 0.5rem;
    padding-left: 42px;
    font-size: 16px;
    font-weight: 500;
}

button.btn.btn-primary {
    width: 100%;
}

img.img-fluid.side-img {
    height: 500px;
}

.discover {
    position: absolute;
    top: 20px;
    text-align: center;
    padding: 20px 50px;
}

.discover h2{
    color: #0058AB;
    font-size: 28px;
    font-weight: 700;
}

.discover a{
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    font-size: 13px;
}

a.alert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    text-decoration: underline;
    color: #0066CF;
}

.form-section h1{
    text-align: center;
    color: #1F2024;
    padding: 40px;
    font-size: 28px;
    font-weight: 700;
}

a:hover {
    color: var(--bs-link-hover-color);
    text-decoration: none;
}

.row.justify-content-center.loginn{
    box-shadow: 0px -2.38022px 12.8092px rgb(0 0 0 / 25%);
    border-radius: 8px;
    background: #fff;
}

.forget-page{
    box-shadow: 0px -2.38022px 12.8092px rgb(0 0 0 / 25%);
    border-radius: 8px;
}

.form-group.form-check a{
    font-size: 14px;
    color: #000000;
}

.form-group.form-check a:hover{
    color: #0066CF;
}

.col-md-5.img-pad {
    padding: 0px;
}

button.btn.btn-primary.login {
    margin-top: 60px;
    font-size: 22px;
    font-weight: 600;
    background-color: #0058AB;
    border-radius: 10px;
}

button.btn.btn-primary.login1 {
    margin-top: 30px;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    background-color: #0058AB;
}

.form-section p a {
    font-weight: 700;
    color: #0058AB;
    text-decoration: none;
}

p.account {
    text-align: center;
    color: #79787E;
    padding-top: 20px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

#exampleInputEmail11{
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
    color: black;
}

label.form-check-label {
    font-weight: 300;
    font-size: 13px;
    line-height: 22px;
}

.forget-page{
    margin: 100px 0px;
}

.forget-page h1{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    padding: 20px;
}

#exampleInputEmail111 {
    padding: 10px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
    color: black;
    width: 60%;
    margin: auto;
    border-radius: 10px;
}

button.btn.btn-primary.login2 {
    margin: 30px auto;
    width: 60%;
    justify-content: center;
    display: flex;
    background: #0058AB;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    border-radius: 10px;
}

p.account1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

p.account1 a{
    font-weight: 700;
    color: #0058AB;
}

/* end 3:50 pm */

/* product detail page css 11/10/2022  11:30am*/

.popularity{
    display: flex;
    background: #F2F6FB;
    padding: 90px 0px;
}

.stats {
    border-right: 2px solid #C4C4C4;
    padding-right: 0;
}

.popularity h1 {
    font-size: 30px;
    color: #0058AB;
    font-weight: 700;
}

.stats1{
    width: 178px;
    padding: 10px;
    border: 5px solid #0058AB;
    margin: 20px;
    background: #0058AB;
    color: #fff;
    border-radius: 10px;
    height: 130px;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 40px;
}

.review{
    display: flex;
}

.choice{
    display: flex;
}

img.img-fluid.pop-img {
    display: flex;
    width: 50%;
    margin: auto;
    justify-content: center;
    aspect-ratio: 2/1;
    object-fit: contain;
}

.seen{
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

.seen1{
    padding-top: 22px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

.times{
    font-size: 9px;
    text-align: center;
}

.description-text{
    font-size: 14px;
    padding-top: 33px;
}

.details{
    display: flex;
    padding: 100px 60px;
}

.price{
    width: 100%;
    border-right: 1px solid #C4C4C4;
}

.details h1{
    font-size: 30px;
    color: #0058AB;
    font-weight: 700;
}

.status{
    border: 1px solid #F2F6FB;
    background-color: #F2F6FB;
    margin-bottom: 20px;
    width: 90%;
    padding: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #0058AB;
}

.weight{
    border: 1px solid #F2F6FB;
    background-color: #F2F6FB;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #0058AB;
}

.history{
    width: 100%;
}

.length{
    width: 100%;
    padding-top: 33px;
}

.type{
    padding-top: 33px;
}

.feature{
    display: flex;
    padding: 60px 0px;
}

.drifter {
    background: #fff;
    border-radius: 10px;
}

.recommend{
    text-align: center;
    background: #0058AB0D;
    padding: 50px;
}

.recommend h1{
    font-size: 30px;
    font-weight: 700;
    color: #0058AB;
}

.drift {
    text-align: left;
    font-weight: 600;
    padding-left: 10px;
}

.recommend p{
    font-weight: 600;
    color: #00000099;
}

.deall{
    padding: 50px 0px;
    display: flex;
    justify-content: space-evenly;
}

/*.deall a{*/
/*    padding: 12px;*/
/*    background: #E8E8E8;*/
/*    color: #000000;*/
/*    font-size: 12px;*/
/*    font-weight: 600;*/
/*    border-radius: 5px;*/
/*    text-align: center;*/
/*    width: 50%;*/
/*    height: 50px;*/
/*    margin: 20px;*/
/*}*/

a.send {
    padding: 12px;
}

.deall img.img-fluid {
    height: 28px;
}

a.now {
    display: flex;
    justify-content: center;
    padding-top: 16px;
}

.deall a:hover{
    background-color: #FF7700;
}


.deall a img{
    padding: 5px;
}

.stockk {
    padding: 50px 0px;
    line-height: 1;
}

.cartt.ml-4 {
    border-radius: 50%;
    background: white;
    font-size: 18px;
    color: #0058AB;
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20px;
}

.overr-text {
    width: 120px;
    background: #ff7700;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    padding: 0;
}


/* research page time 11:40 am*/

.leading p{
    font-size: 28px;
    font-weight: 700;
    padding-top: 50px;
}

.finance{
    border: 1px solid #C4C4C4;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    margin: 30px;
    margin-left: 0;
    min-height: 180px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 20px;
}

.finance h1{
    font-size: 24px;
    color: #0058AB;
    padding-bottom: 20px;
    font-weight: 600;
    min-height: 78px;
}

.finance:hover h1{   
    color: #fff;
}

.finance:hover .insure{
    color: #fff;
    background: #FF7700;
}

.finance:hover{
    color: #fff;
    background: #0058AB;   
}

.next{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.insure {
    color: #fff;
    border: 1px solid #0058AB;
    background: #0058AB;
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    width: 50%;
    line-height: 28px;
}

.buynow{
    color: #fff;
    /* border: 1px solid #0058AB;
    background: #0058AB;
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
    font-weight: 600; */
}

/* Research Detail page time 1:35pm */

.credit{
    background: #F2F6FB;
}

.credit h1{
    padding: 50px 0px;
    font-size: 30px;
    font-weight: 700;
}

.credit h2{
    font-size: 20px;
    font-weight: 600;
    padding-top: 30px;
}

.score{
    margin-bottom: 100px;
}





/* responsive code at 720 */

/* login page */

@media(max-width: 720px){

    /* login page */

    .login-form {
        margin: 0px;
    }

    .discover {
        top: 0;
    }

    .discover h2 {
        font-size: 20px;
    }

    .discover a {
        font-size: 10px;
    }

    .form-section {
        margin: 0;
    }

   .form-section p {
    font-size: 14px;
}

    .form-section h1 {
        font-size: 24px;
    }

    input#exampleInputEmail1 {
        font-size: 12px;
    }

    input#exampleInputPassword1 {
        font-size: 12px;
    }

    .form-group.form-check a {
        font-size: 12px;
    }

    p.account {
        font-size: 14px;
    }

    /* signup page */

    #exampleInputEmail11 {
        font-size: 12px;
    }

    /* forget password page  */

    .forget-page h1 {
        font-size: 24px;
    }

    button.btn.btn-primary.login2 {
        font-size: 14px;
    }

    p.account1 {
        font-size: 14px;
    }

    /* research page */

    .next {
        flex-direction: column;
    }
    .leading p{
        padding-top: 30px;
        margin-bottom: 0;
    }
    .finance h1{
        font-size: 18px;
        min-height: 50px;
    }
    .form-section h1{
        padding: 0px 30px 15px 30px;
    }
    select#role{
        margin-bottom: 0;
    }
    
}


/* responsive code at 768 */

@media(min-width: 721px) and (max-width: 768px){

    /* login page  */

    .login-form {
        margin: 30px 0px;
    }

    .discover {
        top: 0px;
    }

    .discover h2 {
        font-size: 16px;
    }

    .discover a {
        font-size: 8px;
    }

    a.alert {
        font-size: 10px;
    }

    .form-section h1 {
        padding: 15px;
        font-size: 25px;
    }

    i.mail-icon {
        top: calc(42%);
    }

    input#exampleInputEmail1 {
        font-size: 12px;
    }

    input#exampleInputPassword1 {
        font-size: 12px;
    }

    .form-group {
        flex-direction: column;
    }

    label.form-check-label {
        font-size: 12px;
    }

    .form-group.form-check a {
        font-size: 12px;
        padding-top: 15px;
    }

    button.btn.btn-primary.login {
        margin-top: 0px;
        font-size: 16px;
        border-radius: 10px;
    }

    p.account {
        padding-top: 20px;
        font-size: 10px;
    }

    /* forget password */

    .forget-page h1 {
        font-size: 30px;
    }



}




/* responsive code between 770 to 1024*/

@media(min-width:770px) and (max-width:1024px){

    /* login page  */

    .discover {
        top: 0px;
    }

    .discover h2 {
        font-size: 20px;
    }

    .discover a {
        font-size: 10px;
    }

    p.account {
        font-size: 15px;
    }

    .form-section {
        margin: 0px 70px;
    }

    a.alert {
        padding-top: 20px;
        font-size: 10px;
    }

    .form-section h1 {
        padding: 20px;
        font-size: 25px;
    }

    input#exampleInputEmail1 {
        font-size: 12px;
    }

    input#exampleInputPassword1 {
        font-size: 12px;
        font-weight: 500;
    }

    label.form-check-label {
        font-weight: 300;
        font-size: 12px;
    }

    .form-group.form-check a {
        font-size: 12px;
        color: #000000;
        padding-top: 10px;
    }

    button.btn.btn-primary.login {
        margin-top: 0;
        font-size: 16px;
    }

    /* forget password */

    .forget-page h1 {
        font-size: 30px;
    }
}

/* responsive at 1280 */

@media(min-width:1280px) and (max-width:1400px){



}

/* responsive at fullHD */

@media(min-width:1900px) and (max-width:1920px){ 

}