*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body{
	font-size: 14px;
	background: #f9f9f9;
}
p{
    font-size: 14px;
    text-align: left;
}
li{
	list-style: none;
}
.offer-section {
    width: 94%;
    max-width: 850px;
    margin: 0px auto;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
}
.heading-section {
    text-align: center;
    margin-bottom: 30px;
}
.heading-section h3 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #186aab;
}
.heading-section p{
    text-align: center;
}
.offer-section h2{
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
}
.font13{
	font-size: 13px;
}
.offer-section ul{

}
.offer-section table{
	border-collapse: collapse;
}
.offer-section table td {
    border: 1px solid #6c6c6c !important;
    padding: 10px;
    text-align: left;
}
.offer-section sup {
    color: #f00;
    font-size: 17px;
    font-weight: bold;
    top: 0px;
}
.serial-no{

}
.text-label{

}
.text-label label{
    font-weight: normal;
}
.input-data{

}
input:focus, select:focus, textarea:focus{
	outline: 0px;
	box-shadow: none;
}
.input-data input {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #afafaf;
    height: 32px;
}
.input-data select {
    width: 100%;
    padding: 2px 2px;
    border: 1px solid #afafaf;
    height: 32px;
}
.input-data textarea{
	width: 100%;
    padding: 7px 10px;
    border: 1px solid #afafaf;
}
.flex{
	display: flex;
}
.input-data .mobile-code {
    background: 0 0;
    width: 92px;
    border-right: 0px;
}
.checkbox-list {
    width: 100%;
    margin-bottom: 7px;
}
.checkbox-list input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
/*  display: none;*/
  cursor: pointer;
}
.checkbox-list label {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  display: inline-block;
  width: calc(100% - 25px);
  margin-left: 5px;
}
/*
.checkbox-list label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #939393;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.checkbox-list input:checked + label:before {
    background: #000;
    border: 2px solid #000;
}
.checkbox-list input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}*/
.btn-section{
	width: 100%;
	/*text-align: center;*/
    position: relative;
}
.cta-btn {
    width: 220px;
    height: 45px;
    background: #2562B3;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    outline: none;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.btn-section .pageloaderbox {
    width: 220px;
    height: 45px;
    background: #2562B3;
    top: 20px;
    padding-top: 10px;
    text-align: center;
    border-radius: 5px;
}
@media (max-width: 767px){
    .offer-section table {
        min-width: 400px;
    }
    .input-data .mobile-code {
        width: 67px;
    }
    .heading-section h3 {
        font-size: 18px;
    }
    .offer-section h2 {
        font-size: 18px;
    }
}