﻿/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
*/


.container {
    max-width: 800px;
    margin: 10px auto;
    overflow: hidden;
    background-color: #ebebeb;
    border-radius: 10px;
}

.box-1 {
    max-width: 450px;
    padding: 10px 40px;
    user-select: none;
}

    .box-1 div .fs-12 {
        font-size: 8px;
        color: white;
    }

    .box-1 div .fs-14 {
        font-size: 15px;
        color: white;
    }

    .box-1 .name {
        font-size: 11px;
        font-weight: 600;
    }

.dis {
    font-size: 12px;
    font-weight: 500;
}

.box {
    width: 100%;
    font-size: 12px;
    background: #cbcbcb;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent;
}


.product-card {
    transition: transform 0.2s ease-in-out;
}

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    }


.box-2 {
    max-width: 450px;
    padding: 10px 40px;
}


    .box-2 .box-inner-2 input.form-control {
        font-size: 12px;
        font-weight: 600;
    }

    .box-2 .box-inner-2 .inputWithIcon {
        position: relative;
    }

        .box-2 .box-inner-2 .inputWithIcon span {
            position: absolute;
            left: 15px;
            top: 8px;
        }

    .box-2 .box-inner-2 .inputWithcheck {
        position: relative;
    }





    .box-2 .card-atm .form-control {
        border: none;
        box-shadow: none;
    }

.form-select {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}





.fas.fa-arrow-left,
.fas.fa-arrow-right {
    font-size: 0.8rem;
    transition: all .2s ease;
}

.icon {
    width: 30px;
    height: 30px;
    background-color: #f8f9fa;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform-origin: center;
    opacity: 1;
}

.fas,
.fab {
    color: #6d6c6d;
}

::placeholder {
    font-size: 12px;
}

@media (max-width:768px) {
    .container {
        max-width: 700px;
        margin: 10px auto;
    }

    .box-1,
    .box-2 {
        max-width: 600px;
        padding: 20px 90px;
        margin: 20px auto;
    }
}

@media (max-width:426px) {

    .box-1,
    .box-2 {
        max-width: 400px;
        padding: 5px 10px;
    }

    ::placeholder {
        font-size: 9px;
    }
}

@media (min-width:426px) {
    .body-content {
        margin-top: 55px;
    }
}
p{
    font-size:14px;
}

.font-14{
    font-size:14px;
}

.text-cornflowerblue {
    color: cornflowerblue;
}

.bg-cornflowerblue {
    background-color: cornflowerblue;
}

.accordion-button {
    padding: 7px 1.25rem;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease;
}