﻿


input#txtEmailId {
    background-color: #f8f7fc;
    background-clip: padding-box;
    border: 0px solid #e5e4f0;
}

footer .footer i.fa {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    cursor: pointer;
    font-size: .875rem;
    /* transform: rotate(322deg); */
}




@media (max-width: 575px) {
    .input-lg {
        height: 46px !important;
        padding: 10px 5px;
        font-size: 0.875rem;
        line-height: 1.3333333;
        border-radius: 0.3125rem;
    }
}


.box {
    box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
    padding: 30px;
    /*background: #ededed !important;
    color: #000 !important;*/
}

.box a {
    padding-right: 5px;
    padding-left: 5px;
    /*color: #666666 !important;*/
}

/*
.box h4 {
    color: #666666 !important;
}*/


.box1 {
    max-width: 800px;
}

.box h2 {
    margin: 10px 0 0;
}

.box p {
   /* color: #312940;*/
    margin: 10px;
}

.box img {
    max-width: 100%;
    width: 400px;
}

.box .form-control {
    position: relative;
    margin: 30px 0 20px;
}

    .box .form-control .input {
        border: 0;
        border-radius: 4px;
        box-shadow: 0 4px 5px rgb(0 0 0 / 20%);
        display: block;
        font-family: 'Muli', sans-serif;
        font-size: 14px;
        height: 42px;
        padding: 12px 25px;
        width: 100%;
    }

button, input {
    overflow: visible;
}

.box .form-control .btn {
    background-color: #312940;
    border: 0;
    border-radius: 50px;
   /* color: #fff;*/
    font-size: 14px;
    height: 42px;
    padding: 12px 25px;
    position: absolute;
    top: 0;
    right: 0;
}

    .box .form-control .input:focus, .box .form-control .btn:focus {
        outline: 0;
    }


.newsletter {
    /* background-color: #fff;*/
    box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
    padding: 30px;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    display: flex;
}


    .newsletter .newsletter-form:after {
        position: absolute;
        content: '';
        left: -2px;
        right: -2px;
        top: -2px;
        bottom: -2px;
        /*background: -webkit-linear-gradient(-30deg, #91039f 0%, #91039f 100%);*/
        z-index: -1;
    }

    .newsletter .newsletter-form input {
        width: 100%;
        height: 100%;
        border: none;
        padding: 21px 15px;
        /*background: #3f1667;
            color: #fff;*/
        padding-right: 200px;
    }

        .newsletter .newsletter-form input::-webkit-input-placeholder {
            /*color: #fff;*/
            opacity: .6;
        }

        .newsletter .newsletter-form input:-ms-input-placeholder {
            /*color: #fff;*/
            opacity: .6;
        }

        .newsletter .newsletter-form input::-ms-input-placeholder {
            /*color: #fff;*/
            opacity: .6;
        }

        .newsletter .newsletter-form input::placeholder {
            /*color: #fff;*/
            opacity: .6;
        }

    .newsletter .newsletter-form button {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 170px;
        /*background: -webkit-linear-gradient(-30deg, #91039f 0%, #052157 100%);*/
        outline: none;
        border: none;
        /*color: #fff;*/
        font-weight: 500;
        cursor: pointer;
        font-size: 16px;
    }

.Imagescontainer {
    width: 200px !important;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 15px;
}

img.footer-image1, img.footer-images2 {
    width: unset;
    max-width: 100%;
    height: 35px;
}

