.subHeadSec {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}
.subHeadSec h1{color: #333;font-size: 3rem;font-weight: 600;text-transform: uppercase;margin-top: 15px;margin-bottom: 15px;}
.subHeadSec p{color: #666;font-size: 15px;margin-bottom: 15px;}
.box-full{
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 64px;
    background-color: #48D07A;
    overflow: hidden;
    color: white;
    width: 100%;
}
.box-full .subscribe{
    padding-left: 32px;
    padding-right: 32px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
    width: 100%;
}
.box-full .subscribe form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 80em;
    margin-bottom: 1.875em;
    margin-top: 1.875em;
}
.box-full .subscribe .sub-info{
    font-size: 2rem;
    padding-top: 0;
    padding-bottom: 16px;
    color: white;
    text-align: center;
    font-weight: bold;
}
.box-full .subscribe input[type="text"], .box-full .subscribe input[type="email"]{
    border-radius: 2px;
    padding: 0.5rem;
    height: auto;
    line-height: 1.5rem;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.1);
    box-shadow: inset 0 0 0 rgba(0,0,0,0.1);
    color: #262626;
    display: block;
    font-size: 1em;
    margin: 0 0 1.5em 0;
    padding: .75em;
    height: 3.0625em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
}
.box-full .subscribe input[type="text"]{width: 40%;float: left;}
.box-full .subscribe input[type="email"]{width: 60%;}
.box-full .subscribe input[type="text"]:focus, .box-full .subscribe input[type="email"]:focus{
    background: #fafafa;
    border-color: #fa1a5c;
    outline: none;
}
.box-full .subscribe .sub-btn{
    background: #333;
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 3px;
    border-style: none none solid;
    box-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: Verdana,Arial,Tahoma,sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 15px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    outline: none;
}
.box-full .subscribe .sub-btn:hover{
    background: #329356;
    color: #fff;
    text-decoration: none;
    outline: none;
}