.freequote_content {
    /* overflow-y: auto; */
    /* background-color: brown; */
}
.formBox_right {
    width: 100%;
    box-sizing: border-box !important;
    margin-top: 50px;
}
.freequote_content_title {
    width: 315px;
    height: 118px;
    margin: 40px auto 30px;
}
.formBox_right {
    width: 100%;
    box-sizing: border-box;
}
.form-control {
    width: 100%;
    height: 50px;
    outline: #2b3564;
    /* border: 1px solid #2b3564; */
    border: 1px solid #eee;
}
.form-control:hover {
    border: 1px solid #2b3564;
}

.custom-select {
    /* width: 300px; */
    height: 50px;
    outline: #2b3564;
    /* border: 1px solid #2b3564; */
    border: 1px solid #eee;
}
.custom-select:hover {
    border: 1px solid #2b3564;
}
.inline {
    width: 91%;
    height: 1px;
    /* background-color: #2b3564; */
    background-image: linear-gradient(to right, #2b3564, #c4c4c6);
    margin-top: 400px;
}
.brark {
    width: 91%;
    height: 140px;
    border-radius: 5px;
    border: 1px solid #eee;
    margin-top: 180px;
    padding: 20px;
    box-sizing: border-box;
}
textarea.brark:focus {
    outline: none; /* 移除浏览器默认的轮廓 */
    border-color: #2b3564; /* 改变边框颜色（这里假设你原来设置了边框样式） */
    /* 或者，如果你想用阴影效果代替边框 */
    box-shadow: 0 0 0 1px #2b3564; /* 添加一个内阴影作为聚焦效果 */
}
.sunmit {

    width: 100%;
    display: flex;
    align-items: center;
}
.btn-primary1 {
    width: 140px;
    height: 40px;
    background-color: #2b3564;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    /* margin-top: 40px; */
    margin: 40px auto 0 !important;
}
.btn-primary1:active {
    background-color: #171d36;
}
.custom-select {
    display: block;
    width: 100%;
}
.form-row {
    margin-top: 20px;
}
.guters {
    box-sizing: border-box;
    padding-right: 19px !important;
    padding-left: 20px !important;
    /* margin: 0 10px; */
}
.col-md-12 {
    padding-right: 19px !important;
    padding-left: 20px !important;
    /* margin: 0 20px; */
}