body{
    background-color: #232323;
}

.calculation-form{
	padding: 50px 0;
}

.calculation-form form{
    background-color: #fff;
    max-width: 600px;
    margin: auto;
    padding: 50px 70px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.calculation-form .form-icon{
	text-align: center;
    width: 130px;
    height: 130px;
    margin: auto;
    margin-bottom: 40px;
}

.calculation-form .formheader{
    font-size: 20px;
    font-weight: bold;
    color: #350035;
}

.calculation-form .formheadererror{
    font-size: 20px;
    color: #FF0000;
}
.calculation-form .formheadererrormessage{
    font-size: 18px;
    font-weight: bold;
    color: #1111FF;
}

.calculation-form .formheaderprice{
    font-size: 21px;
    color: #FF0000;
}
.calculation-form .formheaderpricevalue{
    font-size: 28px;
    font-weight: bold;
    color: #1111FF;
}

.calculation-form .item{
	border-radius: 10px;
    margin-bottom: 15px;
    padding: 14px 12px;
}

.calculation-form .sectionheader{
    font-size: 16px;
    font-weight: bold;
    color: #350035;
    margin-top: 20px;
}

.calculation-form .radiolabel{
    font-size: 16px;
    color: #121212;
    margin-left: 6px;
    margin-right: 20px;
}

.calculation-form .checkboxlabel{
    font-size: 16px;
    color: #121212;
    margin-left: 4px;
    margin-right: 10px;
    margin-bottom: 7px;
}

.calculation-form .submitbutton{
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background-color: #1111FF;
    border: none;
    color: white;
    margin-top: 20px;
}

.calculation-form .bottomsection{
    max-width: 600px;
    background-color: #fff;
    margin: auto;
    padding: 35px 0;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top: 1px solid #dee9ff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}
.calculation-form .bottomsection h5{
    font-size: 15px;
    color: #350035;
}
.calculation-form .bottomsection p{
    font-size: 14px;
    color: #ABABAB;
}


@media (max-width: 576px) {
    .calculation-form form{
        padding: 50px 20px;
    }
}


.unsubscribelist{
	padding: 50px 0;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    background-color: #fff;
    max-width: 900px;
    padding: 50px 30px;
}
.unsubscribelist .headericon{
	text-align: center;
    width: 130px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.unsubscribelist h2{
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
}
.unsubscribelist th{
    width: 33%;
    padding: 2px 7px;
    font-size: 16px;
}
.unsubscribelist td{
    width: 33%;
    padding: 2px 7px;
    font-size: 14px;
    color: #555555;
}
.unsubscribelist .emptylist{
    font-size: 14px;
    color: #777777;
    text-align: center;
}
.unsubscribelist .bottomsection{
    padding-top: 50px;
    text-align: center;
}
.unsubscribelist .bottomsection p{
    font-size: 14px;
    color: #ABABAB;
}
.unsubscribelist table, th, td {
  border: 1px solid #AAAAAA;
}
.unsubscribelist table th {
  background-color: #EEEEEF;
}

