.inner-header-wrap {
	background: #edf7fa;
	padding: 50px 0;
}
.inner-header-wrap h1 {
	font-size: 34px;
}
.inner-header-wrap p {
	line-height: 26px;
}
.page-heading {
	margin: 0 auto 40px;
}
.page-heading h2 {
	font-size: 26px;
	margin: 0 auto 15px;
}	
.page-heading i {
    width: 34px;
    height: 34px;
    background: #262f4d;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 36px;
}
.award-wrap {
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 0 25px;
    border: rgba(0, 0, 0, 0.15) solid 1px;
    margin: 0 auto 25px;
	text-align: center;
	position: relative;
}
.download-btn {
    background: #658ffc;
    border-radius: 0 0 6px 6px;
    color: #fff;
}
.download-btn:hover, 
.link-btns a:hover {
	background: #2b47d5;
}
.download-btn a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px 10px;
    font-size: 17px;
    letter-spacing: 1px;
}
.award-image {
    min-height: 210px;
    line-height: 200px;
    padding: 10px;
}
.award-image img {
	max-width: 100%;
}
.box-number {
	background: #262f4d;
	color: #fff;
	font-size: 14px;
	width: 26px;
	height: 26px;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	top: 20px;
	left: -10px;
	line-height: 26px;
}
.brand-logo {
	border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 0 25px;
    border: rgba(0, 0, 0, 0.15) solid 1px;
	padding: 40px 30px;
	position: relative;
	display: table;
	width: 100%;
	background: #fff;
}
.logo-download {
    float: right;
    width: 120px;
    padding: 6px 0;
}
.logo-download .btn {
    width: 100%;
    padding: 12px 10px;
    font-size: 16px;
}
.logo-wrap {
    float: left;
    width: calc(100% - 130px);
}
.gray-background {
	background: #f8f8f8;
}
.brand-code {
	border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 0 25px;
    border: rgba(0, 0, 0, 0.15) solid 1px;
	padding: 30px 40px;
	position: relative;
	display: table;
	width: 100%;
	background: #fff;
	margin: 0 auto 15px;
}
.code-heading {
    float: left;
    width: 36%;
}
.code-heading p, 
.link-box p {
	font-size: 18px;
	line-height: 26px;
	margin: 0 auto;
}
.code-heading p a, .link-box a {
	font-weight: 600;
	text-decoration: underline;
}
.code-wrap {
    float: right;
    width: 56%;
    position: relative;
}

.link-box {
	border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 0 25px;
    border: rgba(0, 0, 0, 0.15) solid 1px;
	padding: 20px 230px 20px 40px;
	position: relative;
	display: table;
	width: 100%;
	background: #fff;
	margin: 0 auto 15px;
}
.link-btns a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    background: #658ffc;
    border-radius: 26px;
    padding: 1px 10px;
}
.link-btns {
    position: absolute;
    bottom: 2px;
    right: 10px;
}
.orange {
	color: #e85403;
}
.link-box:hover, .brand-code:hover, 
.award-wrap:hover, .brand-logo:hover {
    box-shadow: rgb(0 0 0 / 10%) 0 0 30px;
    border-color: #658ffc;
}
.quote {
    padding: 30px;
    box-shadow: rgb(0 0 0 / 12%) 0 0 25px;
    border-radius: 6px;
    text-align: center;
}
.quote p {
    margin: 0 auto;
    font-size: 19px;
}
.code-divider {
    position: absolute;
    top: -20px;
    left: -42px;
	bottom: -20px;
    padding-top: 5.5%;
    width: 2px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 9%, #c4c1c1 38%, #bcb8b8 46%, #bab6b6 52%, #bdb9b9 59%, #c2bfbf 64%, #d1cfcf 73%, #edecec 88%, #f9f9f9 96%, #fdfdfd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 9%,#c4c1c1 38%,#bcb8b8 46%,#bab6b6 52%,#bdb9b9 59%,#c2bfbf 64%,#d1cfcf 73%,#edecec 88%,#f9f9f9 96%,#fdfdfd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 9%,#c4c1c1 38%,#bcb8b8 46%,#bab6b6 52%,#bdb9b9 59%,#c2bfbf 64%,#d1cfcf 73%,#edecec 88%,#f9f9f9 96%,#fdfdfd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */

}
.code-divider  i {
    width: 26px;
    height: 25px;
    border-radius: 30px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    background: #262f4d;
    color: #fff;
    margin-left: -12px;
}
.code-input {
	width: 100%;
	border: 0;
	text-align: left;
	font-size: 16px;
	padding: 25px 0 0;
	height: auto;
	resize: none;
	overflow: hidden;
	line-height: 21px;
	color: #555;
}

/*-----------------
	Newsletter
-------------------------*/
.newsletter-icon {
	width: 180px;
	height: 180px;
	box-shadow: rgb(0 0 0 / 12%) 0 0 25px;
    border: rgba(0, 0, 0, 0.15) solid 1px;
	background: #fff;
	color: #262f4d;
	font-size: 90px;
}
.newsletter-icon {
	width: 90px;
	height: 90px;
	box-shadow: rgb(0 0 0 / 12%) 0 0 25px;
	border: rgba(0, 0, 0, 0.15) solid 1px;
	background: #fff;
	color: #262f4d;
	font-size: 43px;
	text-align: center;
	line-height: 87px;
	border-radius: 210px;
	margin: 0 auto -130px;
}
.newsletter-container {
	text-align: center;
	margin-top: -25px;
}
.newsletter-container p {
	font-size: 18px;
}
.newsletter-list {
	background: #edf7fa;
	padding: 20px 50px;
	max-width: 560px;
	margin: 30px auto 20px;
	text-align: left;
}
.newsletter-container h1 {
	font-size: 33px;
	margin: 0 auto 10px;
}
.newsletter-button {
	background: #f15151;
	color: #fff;
	padding: 11px 10px;
	font-size: 35px;
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 560px;
	border-radius: 8px;
}
.newsletter-button i {
	background: #fff;
	color: #f15151;
	width: 50px;
	height: 50px;
	font-size: 31px;
	border-radius: 80px;
	line-height: 49px;
}
.newsletter-button:hover {
	background: #e73232;
	color: #fff;
}

 /* Customize the label (checkbox) */
.checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 18px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 21px;
}
/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 21px;
	width: 21px;
	background-color: #fff;
	border-radius: 3px;
	border: rgba(0, 0, 0, 0.12) solid 1px;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #e8e7e7;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark::after {
	left: 6px;
	top: 2px;
	width: 7px;
	height: 13px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* Radio Button */
.radio-button {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-button .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-button:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-button input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-button .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-button .checkmark::after {
	top: 6px;
	left: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: white;
}
.newsletter-divider {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #f5f5f5 9%, #c4c1c1 38%, #bcb8b8 46%, #bab6b6 52%, #bdb9b9 59%, #c2bfbf 64%, #d1cfcf 73%, #edecec 88%, #f9f9f9 96%, #fdfdfd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 0%,#f5f5f5 9%,#c4c1c1 38%,#bcb8b8 46%,#bab6b6 52%,#bdb9b9 59%,#c2bfbf 64%,#d1cfcf 73%,#edecec 88%,#f9f9f9 96%,#fdfdfd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 0%,#f5f5f5 9%,#c4c1c1 38%,#bcb8b8 46%,#bab6b6 52%,#bdb9b9 59%,#c2bfbf 64%,#d1cfcf 73%,#edecec 88%,#f9f9f9 96%,#fdfdfd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfdfd',GradientType=1 ); /* IE6-9 */
	height: 2px;
	margin: 40px auto;
	max-width: 560px;
}
.newsletter-divider span {
	background: #fff;
	padding: 5px 20px;
	font-size: 22px;
	top: -17px;
	position: relative;
	font-weight: 600;
}
.update-email {
	margin: 0 auto;
	max-width: 560px;
	position: relative;
}
.update-email .btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	padding: 0 20px;
	height: 56px;
}


/*=====================
	Responsive-cSS
==========================*/

@media (min-width:991px) and (max-width:1200px) {
.logo-download .btn {
	padding: 10px 8px;
	font-size: 15px;
}
.logo-download {
	width: 105px;
}
.link-box {
	padding: 20px 230px 20px 30px;
}
.code-heading p, .link-box p {
	font-size: 15px;
}	
.box-number {
	font-size: 13px;
	left: -10px;
	line-height: 22px;
	font-weight: 600;
}
	
	
}


@media (min-width:768px) and (max-width:990px) {
.award-image {
	min-height: 120px;
	line-height: 120px;
}
.download-btn a {
	padding: 2px 10px;
	font-size: 15px;
}
.logo-wrap {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
.logo-download {
	float: none;
	width: 100%;
	padding: 4px 0;
}
.logo-download .btn {
	width: 100%;
	padding: 5px 10px;
	font-size: 14px;
}
.brand-logo {
	padding: 20px 30px;
}
.brand-code {
	padding: 20px 30px;
}
.code-heading {
	float: none;
	width: 100%;
}	
.code-wrap {
	float: none;
	width: 100%;
	position: relative;
	padding-top: 20px;
}
.code-heading p, .link-box p {
	font-size: 17px;
}
	
}

@media (max-width:767px) {
.inner-header-wrap h1 {
	font-size: 28px;
}
.page-heading h2 {
	font-size: 22px;
	margin: 0 auto 15px;
}
.award-wrap {
	margin: 0 20px 20px;
}
.section-padding {
	padding: 60px 0;
}
.box-number {
	font-size: 11px;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.logo-wrap {
	float: none;
	width: 90%;
	margin: 0 auto 18px;
}
.logo-download {
	float: none;
	width: 100%;
	padding: 0;
}
.logo-download .btn {
	width: 100%;
	padding: 5px 10px;
	font-size: 14px;
}
.brand-code {
	padding: 20px 30px;
}
.code-heading {
	float: none;
	width: 100%;
}
.code-heading p, .link-box p {
	line-height: 24px;
}
.page-heading i {
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 25px;
}
.link-box {
	padding: 20px 20px 40px;
	width: 95%;
}
.code-heading p, .link-box p {
	font-size: 16px;
	line-height: 23px;
}
.quote {
	padding: 20px;
}
.quote p {
	margin: 0 auto;
	font-size: 17px;
}
.award-image {
	min-height: inherit;
	line-height: inherit;
}
.download-btn a {
	padding: 5px 10px;
	font-size: 16px;
	letter-spacing: 0;
}
.brand-logo {
	padding: 20px 30px;
	margin: 0 auto 15px;
}
.code-wrap {
	float: none;
	width: 100%;
	margin-top: 20px;
}
.code-input {
	font-size: 14px;
	padding: 15px 0 50px;
	line-height: 19px;
}
.code-divider {
	display: none;
}
.code-input {
	width: 100%;
	border: #dbdada solid 1px;
	font-size: 14px;
	padding: 15px 10px 50px;
	line-height: 19px;
	margin-bottom: 10px;
}
.newsletter-icon {
	width: 90px;
	height: 90px;
	box-shadow: rgb(0 0 0 / 12%) 0 0 25px;
	border: rgba(0, 0, 0, 0.15) solid 1px;
	background: #fff;
	color: #262f4d;
	font-size: 40px;
	text-align: center;
	line-height: 86px;
	border-radius: 210px;
	margin: 0 auto -160px;
	position: relative;
	top: -20px;
}
.newsletter-container h1 {
	font-size: 28px;
}
.newsletter-container p {
	font-size: 16px;
}
.newsletter-list {
	padding: 20px;
	margin: 20px auto 20px;
}
.checkbox {
	padding-left: 35px;
	margin-bottom: 14px;
	font-size: 17px;
}
.checkmark, .radio-button .checkmark {
	top: 2px;
	height: 20px;
	width: 20px;
}
.checkbox .checkmark::after {
	left: 6px;
	top: 1px;
}
.radio-button {
	font-size: 17px;
	line-height: 19px;
}
.radio-button .checkmark::after {
	top: 4px;
	left: 4px;
	width: 11px;
	height: 11px;
}
.newsletter-button i {
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
}
.newsletter-button {
	padding: 8px 10px;
	font-size: 25px;
}
.newsletter-divider span {
	padding: 4px 10px;
	font-size: 15px;
}
.update-email .btn {
	position: relative;
	font-size: 20px;
	padding: 0 20px;
	height: 56px;
	width: 100%;
	margin-top: 9px;
}	
	
}


