.regsection {
    background: #eef0ee;
	text-align: center;	
}

#subscribeTab .sub-title, #unsubscribeTab .sub-title {
    font-size: 15px;
}
.newsletter_subscribe, .newsletter_unsubscribe {
	text-align:left;
}

#liteRegModal label {
    font-size: 22px;
	font-family: "bebas";
	color: #475c6b;
}

#liteRegModal input {
    border-radius: 50px;
    min-height: 40px;
}
.countrylabel, .title, .sub-title, p {
    font-family: 'Open Sans', sans-serif;
    color:#3d3d3e;
}
#liteRegModal .custom-select {
    border-radius: 50px;
    min-height: 40px;
}

#liteRegModal .signupbutton {
    color: #475c6b;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    background-color: #afd9d5;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    width: 40%;
    min-width: 200px;
    text-align: center;
}

#subscribeTab h2,
#unsubscribeTab h2 {
  font-size: 30px;
  font-weight: 700;
}
#subscribeTab .sub-title,
#unsubscribeTab .sub-title {
  font-size: 15px;
  /* font-weight: 600; */
}

#liteRegModal .close {
  /*position: absolute;
  right: 20px;
  top: 2px;*/
}
#liteRegModal .horiBorder {
    border-top: 1px solid #cccccc;
    padding-bottom: 15px;
}	
.form-error_message {
    color:red;	
}	
@media all and (max-width: 991px) {
    #liteRegModal .title {
        width: 60%; 
    }
    .regsection {
        background: #eef0ee;
        text-align: left; 
    }
    #liteRegModal .signupbutton {
        width: 100%;
    }          
    
}