@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body * {
    font-family: "Inter", sans-serif;
}

/* css for navbar  */
.navbar__custom {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(45deg, #223543, #000000);
}

/* css for foter  */
.footer__custom {
    background: linear-gradient(45deg, #223543, #000000);
}

.wosher__logo__footer {
    width: 165px;
}

.ftr__menus {
    list-style: none;
    padding-left: 10px;
    line-height: 2;
}

.cus__footer__title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #aeaeae;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

.ftr__menus li a {
    color: #fff;
    font-size: 14px;
}

.copy__right p {
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #cacaca;
}


/* form area  */
.warranty__wel__title {
    font-size: 34px;
    /*border-bottom: 1px solid #d9d9d9;*/
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.button__bg {
    background-color: unset;
}

.button__bg button {
    background: #f05451;
}

.button__bg button:hover {
    background: #000;
}

.button__bg button {
    background: linear-gradient(120deg, #223543, #294f7e);
    width: 100%;
    border-radius: 25px;
    border-color: unset;
    padding: 12px;
}

.input__small__text {
    font-weight: 300;
    font-size: 14px;
}

label.error {
    display: block;
}

.welcome__section {
    background: #f7f7f7;
    /*background: linear-gradient(120deg, #fff, #fcffe9);*/
    /*background: linear-gradient(120deg, #f0f0f0, #f0f0f0);*/
}

.form__design {
    padding: 45px;
    border-radius: 15px;
    box-shadow: 0 0 10px 2px #efefef;
    background: #fff;
}

.form__design input,
.form__design select,
.form__design textarea {
    height: 50px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid;
}

.form__design textarea {
    height: unset;
}

.custom-file-label {
    border-radius: 0;
}

.waraanty__wl__text {
    /*    color: #1c1c1c;*/
    color: #fff;
    font-size: 16px;
    background: linear-gradient(45deg, #223543, #000000);
    padding: 10px;
    text-align: center;
}

.custom-file .file-input {
    width: 100%;
    line-height: 35px;
}

/*.warranty-box {
    background: #fff7f6;
    padding: 50px 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px 2px #efefef;
}*/
.product-option {
    position: relative;
}

.product-option label.error {
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
}

.input-group-prepend ~ .select2-container--default .select2-selection {
    border: 0;
    border-radius: 0;
    height: 50px;
    border-bottom: 1px solid #464646;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.notes {
    font-size: 12px;
    color: var(--secondary-bg-color);
}

.hide {
    display: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .form__design {
        padding: 50px 0px;
        background: #fff;
    }

    .warranty__wel__title {
        font-size: 24px;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 15px;
        margin-bottom: 15px;
        text-align: center;
    }

    .waraanty__wl__text {
        color: #1c1c1c;
        font-size: 12px;
        background: #f054514a;
        padding: 10px;
        text-align: center;
    }
}

/* form area  */

/* css by anish  */
.nonanimated__btn {
    line-height: 20px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    -webkit-transition: unset;
    transition: unset;
}

.nonanimated__btn:hover {
    -webkit-transition: unset;
    transition: unset;
}

.close.popup__close__btn {
    position: absolute;
    right: 10px;
    top: 5px;
    background: unset;
    border: 0;
    font-size: 26px;
}

.select2-selection.select2-selection--single {
    border: none !important;
    border-bottom: 1px solid #212529 !important;
    padding: 14px !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .modal-body span {
        font-size: 15px !important;
        padding-bottom: 15px;
        display: block;
    }

    #complainForm {
        padding: 15px;
    }

    #warrantyFormNew {
        padding: 15px;
    }

    .form-label {
        font-size: 15px !important;
    }

    .form-label {
        font-size: 15px !important;
        padding: 15px 0;
    }


}

/* css by anish  */
