

.little_sathi {
    width: auto;
    align-content: center;
    /* margin: 258px 0px 0px 0px; */
}

.little_sathi .img {
    height: auto;
    width: auto;
    background-image: url(/assets/images/home/get-in-touch/bg2.jpg);
    background-size: cover;
}

.little_sathi .img .color {
    height: 352px;
    width: 100%;
    background-color: rgba(22, 34, 90, 0.7);
    display: flex;
    align-items: center;
   
}

.little_sathi .color .ddiv {
    
    height: 65%;
    width: 65%;
    justify-items: center;
    align-content: center;
}

/* .little_sathi .color .left{height:100%;width: 70%;justify-items: center;align-content: center;} */
.little_sathi .img .color .right {
    height: 389px;
    width: 30%;
    position: relative;
    bottom: 19px;
}

.little_sathi .img .color .ddiv .top {
    height: auto;
    width: 83%;
    line-height: 48px;
    color: aliceblue;
    font-family:var(--p-family);
    font-weight: 500;
    font-size: 30px;
}

.little_sathi .img .color .ddiv .bottom {
    height: 42%;
    width: 83%;
    background-color: #f0f8ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;
    margin-top: 10px;
}

.little_sathi .img .color .ddiv .bottom .name {
    height: 43%;
    width: 30%;
    background-color: #f5f5dc;
   
}
.little_sathi .img .color .ddiv .bottom .name input{
    height:100%;width:100%;font-size: 15px;
    background-color: rgb(217, 217, 236);
    border-radius: 10px;
    border: none;
    outline: none;
    padding-left: 10px;
}
.little_sathi .img .color .ddiv .bottom .hover {
    height: 43%;
    width: 30%;
    border-radius: 7px;
    text-align: center;
    align-content: center;
    font-size: 17px;
    color: white;
    background: var(--bg-color);
    cursor: pointer;
}


::placeholder {
    /* padding: 0px 0px 0px 15px; */
}