﻿.GiftSec{
    padding: 50px 0;
}
.help-inline {
    display: inline-block;
    padding-left: 5px;
    color: #464343;
    font-weight: 600;
    font-size: 17px;
    background: #e3e3e3;
    top: 5px;
    position: relative;
    margin-left: 12px;
    padding: 4px 19px;
}
.giftbox {
    padding: 34px 40px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}
label {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 14px;
}
h3 {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #ff661c;
}
.GiftInp{
    width: 100%;
}
.mtgift{
    margin-top: 15px;
}
input.form-check-input {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 16px;
}
input.option {
    margin-top: -2px;
}

button.SubBtn {
    background: #ff661c;
    color: #fff;
    border: 1px solid #d24a08;
    padding: 5px 30px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
}

button.SubBtn:hover {
    background: #d24a08;
}
.input-textarea {
    width: 100%;
    height: 107px;
}
























