.formblogdetail {
    background: #f3b6a0;
    box-shadow: 0 0 60px 0 rgba(6, 30, 98, .08);
    padding: 20px;
    border-radius: 50px;
}

.query-title h4 {
    font-size: 20px;
    font-weight: 500;
}

.form-right-block #save-data-submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 250px;
    border-radius: 30px;
    margin: 0 auto;
}

.input-field input.form-control {
    width: 250px !important;
    border-radius: 30px !important;
    padding: 6px 20px !important;
}

.callIcon i {
    transform: rotate(87deg);
    font-size: 15px;
    position: relative;
    left: -6px;
}

.formHeader h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 32px;
}

.formHeader span {
    font-size: 14px;
    line-height: 16px !important;
    display: block;
    color: #4a4a4a;
}

input.indiaNo {
    width: 70px;
    height: 40px;
    border-radius: 30px;
}

.numberBlock {
    gap: 10px;
}

input.mobileNo {
    width: calc(100% - 80px);
    height: 40px;
    border-radius: 30px;
    text-align: center;
}

.callIcon {
    font-size: 16px;
}

.packageSearchtext h4 {
    font-size: 16px;
    font-weight: 600;
    color: #8b8686;
}

.packageSearchtext ul li {
    line-height: 16px;
}

.packageSearchtext ul li a {
    font-size: 14px;
    line-height: 14px !important;
    color: #fe7e50 !important;
}

