.add-delegate-div > div {
    display:inline-block;

}
.charges-div {
display:block;
width:100%;

}
.email-div label {
font-size:14px;
    margin: auto;
    display:none;
}

.cta-one__btn {
    padding: 13px 50px;
    border-radius: 31px;
    font-size: 24px;
    background-image: linear-gradient(0deg, #3877c2 0%, #4c90e3 51%, #3877c2 100%);
    color: #fff;
    font-weight: 700;
}
.cta-one__btn:hover {
    background-image: linear-gradient(0deg, #3877c2 0%, #4c90e3 51%, #3877c2 100%);
    color: #fff;
}
.message-div {
    font-size: 22px;
    text-align: center;
    line-height: 28px;

}
/* The container */
.commodity-form .container-chk {
    display: block;
    position: relative;
    /* padding-left: 24px; */
    height: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    float: left;
    width: 15px;
    margin-right: 8px;
    margin-left: 2px;
}


    /* Hide the browser's default checkbox */
    .commodity-form .container-chk input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 15px;
    width: 15px;
    background-color: rgba(7, 118, 61, 0.3);
    border: 1px solid #06703b;
    transform: translate(-50%,-50%);
}

/* On mouse-over, add a grey background color */
.commodity-form .container-chk:hover input ~ .checkmark {
    /* background-color: #ccc; */
}

/* When the checkbox is checked, add a blue background */
.commodity-form .container-chk input:checked ~ .checkmark {
    background-color: #056d3a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.commodity-form .container-chk input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.commodity-form .container-chk .checkmark:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.comodity-lable
{
    font-size:14px;
    float: left;
    margin-right: 7px;

}
@media only screen and (max-width: 767px) and (min-width: 320px){
.cta-four {
padding-top: 125px;
}
    .cta-one__btn {
    padding: 5px 20px;
    font-size: 14px;

    }
}
