* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

body {
	font-family: 'open_sansregular';
	font-size: 16px;
	color: #333333;
	overflow-x:hidden;
}

p {
	line-height: 26px;
	margin-top: 13px;
	margin-bottom: 22px;
	font-size: 16px;
}

a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

img {
	display: block;
	vertical-align: middle;
	max-width: 100%;
}

ul li,
ol li {
	list-style: none;
}

.clearB {
	clear: both;
	display: block;
}


a,
input,
select,
button,
textarea {
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input[type=submit],
input[type=button],
button {
	cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@font-face {
    font-family: 'dincondensedbold';
    src: url('../fonts/dincondensedbold.eot');
    src: url('../fonts/dincondensedbold.eot') format('embedded-opentype'),
         url('../fonts/dincondensedbold.woff2') format('woff2'),
         url('../fonts/dincondensedbold.woff') format('woff'),
         url('../fonts/dincondensedbold.ttf') format('truetype'),
         url('../fonts/dincondensedbold.svg#dincondensedbold') format('svg');
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.text-center {
	text-align: center;
}

.container {
	max-width: 1430px;
	min-width: auto;
	margin: 0 auto;
}

.lr-space {
	padding-left: 15px;
	padding-right: 15px;
}

h1 {
	font-family: 'dincondensedbold';
	font-size: 60px;
	color: #587E1B;
	text-transform: uppercase;
	line-height: 61px;
}

.yellow-text {
	color: #ffde00;
}

.white-text {
	color: #ffffff;
}
.heading-diff{
	font-family: 'dincondensedbold';
    font-size: 60px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 61px;
}

/*=====header start=====*/

header {
    z-index: 999;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s; 
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
}

.header-container {
	max-width: 1600px;
	min-width: auto;
	margin: 0 auto
}

.header-wrap {
	padding: 3px 25px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	align-items: center;
	justify-content: space-between;
}

.header-wrap a {
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #35302f;
}

.menu ul {
	font-size: 0;
}

.menu ul li {
	display: inline-block;
	padding-left: 21px;
	padding-right: 21px;
	text-transform: uppercase;
}

.menu ul li a {
	border-bottom: 2px solid transparent;
     padding-bottom: 5px;
}

.header-wrap a:hover,
.menu a.active {
	color: #0e477f;
	font-weight: bold;
	border-bottom: 2px solid #5c82a8;
}

.vd-header a {
	background: url(../images/direction.png) left center no-repeat;
	padding: 5px 0 5px 30px;
}

/*=====header end=====*/

.wrapper {
	margin-top: 68px;
}
.home-banner{
    margin-top:130px;
}
.home-banner img {
	width: 100%;
}

section {
	padding-top: 50px;
}

.col {
	width: 50%;
	float: left;
	position: relative;
}

.col-l-space {
	padding-left: 30px;
}

.col-r-space {
	padding-right: 30px;
}

/*.center-col {
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.background-section .col:nth-child(1) {
	background: url(../images/background-bg.png) right center no-repeat;
	background-size: contain;
}

.con-obj-container {
	background-color: #ededed;
}


.con-obj-wrap {
	/*background: url(../images/con-obj-bg.png) no-repeat;*/
	padding: 25px 30px 25px 50px;
}

.bullet-lists {
    list-style:none;
	margin-top: 15px;
}

.bullet-lists ul li {
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	padding-left: 18px; 
	/*background: url(../images/dot-icon.png) left no-repeat;*/
	background-position-y: 5px;
	margin-top: 4px;
	margin-bottom: 15px; 
	display: flex;
}
.bullet-lists li:before,.bullet-lists-2 li:before{
    content: '✓';
    margin-right: 10px;
    margin-top: 3px;
}
.bullet-lists-cust-css li{
    display:flex;
    color:#fff;
    margin-bottom:20px;
}
.con-obj-wrap .bullet-lists ul li,
.con-high-wrap .bullet-lists ul li {
	color: #000000;
	/*background: url(../images/green-dot-icon.png) left no-repeat;*/
	background-position-y: 5px;
	padding-left: 0px;
}

.kta-wrap {
	background-color: #68B42D;
	padding: 42px 50px;
	background: -webkit-linear-gradient(270deg,#0038c9 50%, #3fd480);
}

.kta-table {
	display: table;
	width: 100%;
}

.kta-td {
	display: table-cell;
	vertical-align: middle;
}

.kta-img {
    width: 254px;
}

.kta-img img {
	margin: 0 auto;
}

.kta-lists {
	padding-left: 57px;
}

.bullet-lists-2 ul {
	margin-top: 12px;
}

.bullet-lists-2 ul li {
	font-family: 'dincondensedbold';
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	/*background: url(../images/y-right-icon.png) left no-repeat;*/
	background-position-y: 9px;
    padding: 6px 19px 6px 30px;
    display:flex;
}

.kta-lists ul li {
	display: inline-block;
}

.was-lists ul li {
	display: block;
}

.con-high-wrap {
	background-color: #ededed;
}

.con-high-text {
    padding: 25px 30px 50px 80px;
}

.con-high-bg {
/*	background: url(../images/con-high-bg.jpg) left no-repeat;*/
	background: #ededed;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	align-items: center;
}

.flex {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}

.wsa-lists {
	background-color: #68B42D;
	padding: 43px 35px 10px 50px;
	min-height: 740px;
}

.wsa-wrap {
	display: table;
	width: 100%;
}

.wsa-img,
.was-lists {
	display: table-cell;
	vertical-align: top;
}

.was-lists {
	padding-left: 30px;
}

.wsa-img {
	width: 179px;
}

.sm-heading {
	font-size: 36px;
	line-height: normal;
}

.bullet-lists-2 ul li {
	font-family: 'open_sansregular';
	font-size: 16px;
	text-transform: inherit;
	background-size: 17px;
	width: 100%;
	padding-left: 0px !important;
}

.speakers-slider {
    padding-top: 30px;
    position: relative;
}

.speakers-slider .slick-slide {
	margin-left: 6px;
	margin-right: 6px;
}

.speaker-box .speaker-name {
	padding-top: 32px;
	position: relative;
}

.speaker-box .speaker-name:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 109px;
	height: 8px;
	background-color: #ffde00;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.speaker-box:hover .speaker-name:before {
	background-color: #00963F;
}

.speaker-box .speaker-name h1 {
	font-size: 22px;
	line-height: normal;
}

.speaker-box .speaker-name > div {
	height: 62px;
	margin-bottom: 5px;
}

.speaker-box .speaker-name p {
	font-size: 12px;
	color: #35302f;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 0;
}

.plus-icon {
    background: url(../images/plus-icon.png) no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.plus-icon:hover,
.speaker-box:hover .plus-icon {
    background: url(../images/plus-iconh.png) no-repeat;
}

.speakers-slider .slick-list {
	margin-left: -6px;
	margin-right: -6px;
}

.speakers-wrap .col-full {
	overflow: hidden;
}

.speakers-slider .slick-arrow {
    top: -45px;
    left: inherit;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 28px;
    height: 28px;
}

.speakers-slider .slick-next {
    right: 0;
    background: url(../images/next.png);
}

.speakers-slider .slick-next:hover {
    right: 0;
    background: url(../images/nexth.png);
}

.speakers-slider .slick-prev {
    right: 56px;
    background: url(../images/prev.png);
}

.speakers-slider .slick-prev:hover {
    background: url(../images/prevh.png);
}

.wpwu-row-1 {
	background: url(../images/wpwu-bg.png) no-repeat;
    background-position: 188px 55px;
}

.wpwu-three-col {
	padding: 52px 30px;
}

.col-4 {
	width: 33.33%;
	float: left;
}

.col-3 {
	width: 25%;
	float: left;
}
.col-6 {
	width: 50%;
	float: left;
}
.col-9 {
	width: 66.67%;
	float: left;
}

.wpwu-three-col .wpwu-three-col-space {
	padding: 0 22px;
}

.wpwu-three-col .bullet-lists-2 ul li {
	color: #000000;
	/*background: url(../images/g-right-icon.png) left no-repeat;*/
    background-position-y: 8px;
}

.wpwu-row-2 {
	background-color: #68B42D;
}

.wpwu-row-2.wpwu-three-col h1 {
	margin-left: 22px;
}

.logo-container {
	background-color: #f5f5f5;
	padding: 50px 48px;
}

.logos-slider .slick-slide {
	margin-left: 2px;
	margin-right: 2px;
}

.logos-slider .slick-arrow,
.sponser-logos .slick-arrow,
.company-logos .slick-arrow {
	width: 28px;
	height: 28px;
}

.logos-slider .slick-next,
.company-logos .slick-next, 
.sponser-logos .slick-next {
    right: -35px;
    background: url(../images/next.png);
}

.logos-slider .slick-next:hover,
.sponser-logos .slick-next:hover,
.company-logos .slick-next:hover {
    background: url(../images/nexth.png);
}

.logos-slider .slick-prev,
.sponser-logos .slick-prev,
.company-logos .slick-prev {
	left: -35px;
	background: url(../images/prev.png);
}

.logos-slider .slick-prev:hover,
.sponser-logos .slick-prev:hover,
.company-logos .slick-prev:hover {
    background: url(../images/prevh.png);
}
.logo img{
    width:120px;
}
.logo img{
    height:auto !important;
}
.pgt-wrap {
	background: url(../images/partner-background.jpg) no-repeat;
	background-size: cover;
	min-height: 309px;
	padding: 55px 50px;
}

.pgt-wrap .col-full {
	/*border: 2px solid #08901c;*/
	border:2px solid #c62b33;
}

.pgt-text {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 233px;
	padding: 0 25px;
}

.pgt-text a {
	font-family: 'dincondensedbold';
	font-size: 30px;
	/*color: #22be6f;*/
	color:#ffffff;
	background-color: #0e477f;
	text-transform: uppercase;
	padding: 12px 49px 10px 49px;
	margin-left: 36px;
}

.pgt-text a:hover {
	color: #ffffff;
	background-color: #ca2a32;
}

.form-fields {
	padding: 0 30px;
}

.form-fields h1 {
	font-size: 24px;
	line-height: normal;
	margin-left: 22px;
}

.form-fields h2 {
    font-size: 20px;
    line-height: normal;
    margin-left: 22px;
    margin-top: 12px;
    color: #000000;
    font-family: 'dincondensedbold';
    text-transform: uppercase;
}

.form-fields ul li {
	width: 33.33%;
	float: left;
}

.form-field-col {
	margin: 22px 22px 0 22px;
	position: relative;
}

.form-field-col p {
	font-size: 14px;
	color: #000000;
	margin-top: 0; 
	margin-bottom: 7px;
}

.form-field,
.form-field-col .select2-selection {
	border: 1px solid #d7d7d7;
	display: block;
	width: 100%;
	padding: 15px 18px;
}

.check-boxs-1 {
    margin-top: 15px;
}

.checkbox-list {
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
	font-size: 14px;
}

input[type=checkbox]:not(old),
input[type=radio]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
  color: #000000;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio]:not(old) + label > span{
  display          : inline-block;
  width            : 22px;
  height           : 22px;
  margin           : 0 12px 0 0;
  border           : 1px solid #999999;
  vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label,
input[type=radio]:not(old):checked + label {
	color: #bc2d38;
}

input[type=checkbox]:not(old):checked +  label > span,
input[type=radio]:not(old):checked +  label > span {
	border           : 1px solid #bc2d38;
}


input[type=checkbox]:not(old):checked +  label > span > span,
input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 8px;
  height           : 8px;
  margin           : 6px;
  border           : 0.0625em solid #bc2d38;
  background       : #bc2d38;
}

li.last .form-row-3 {
	margin-top: 30px;
}

.form-row-2 {
	margin-top: 44px;
}

.form-row-2 .last-li {
	width: 100%;
}

.check-boxs-2 .checkbox-list {
	margin-bottom: 20px;
}

.checkbox-list .form-field {
	width: 286px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.form-row-3 {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 22px;
	margin-right: 22px;
}

.add-member {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	border: 2px solid #bc2d38;
	padding: 8px 19px 8px 50px;
	background: url(../images/add-icon.png) center no-repeat;
	background-position-x: 12px;
	cursor: pointer; 
}

.add-member:hover {
	background: #0e477f url(../images/add-iconh.png) center no-repeat;
	background-position-x: 12px;
	color: #ffffff;
	border:2px solid #0038c9;
	/*background:-webkit-linear-gradient(270deg,#0038c9 50%, #3fd480);*/
	/*background:url(../images/add-iconh.png) center no-repeat;*/
}

.remove-member {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	border: 2px solid #68B42D;
	padding: 8px 19px 8px 50px;
	background: url(../images/minus-icon.png) center no-repeat;
	background-position-x: 12px;
	cursor: pointer; 
}

.remove-member:hover {
	background: #68B42D url(../images/minus-iconh.png) center no-repeat;
	background-position-x: 12px;
	color: #ffffff;
}

a.btn,input.btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	background-color: #ee3523;
	padding: 12px 26px 11px 26px;
}

a.btn:hover,input.btn:hover {
	background-color: #0e477f;
}

.dd-icon,
.form-field-col .select2-selection {
	background: url(../images/dd-icon.png) center no-repeat;
    background-position-x: 96%;
    padding-right: 34px; 
}

.green-btn {
	background-color: #22be6f;
}

.form-row-3 .btn {
	margin-left: 0;
	transition: all 0.5s;
}

.form-row-3 {
	margin-top: 6px;
}

.pay-mode-box {
	background-color: #ededed;
	margin-left: 9px;
	margin-right: 9px;
	padding: 27px 0;
	min-height: 320px;
}

.pay-mode-row {
	margin-left: -9px;
	margin-right: -9px;
}

.pay-mode-box h1 {
	font-size: 24px;
	line-height: normal;
	margin-bottom: 12px;
}

.dele-fee {
	padding-left: 35px;
	padding-right: 35px;
}

.dele-fee ul li {
	display: inline-block;
}

.dele-fee ul li:first-child {
	width: 130px!important;
}

.pay-mode-box ul li {
	margin-bottom: 5px;
}

.pay-mode-box ul li span {
	color: #0e477f;
}

.pay-mode-box p {
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
}

.pay-mode-info {
	padding-left: 35px;
	padding-right: 35px;
}

.pm-address {
	padding-left: 27px;
	padding-right: 27px;	
}

.pay-mode-box li,
.pay-mode-box p {
	font-size: 14px;
	color: #000000;
}

.note-address {
    margin-top: 20px;
}

.note-info {
	background-color: #ee3523;
	padding: 20px 30px 20px 30px;
	min-height: 198px;
}

.note-info h2 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.note-info ul li {
	font-size: 14px;
	color: #ffffff;
	background: url(../images/white-dot-icon.png) left no-repeat;
	background-position-y: 8px;
	padding-left: 12px;
	margin-top: 5px;
    margin-bottom: 5px;
}

.address {
	background-color: #0e477f;
	padding: 13px;
	min-height: 198px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.address ul {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

.address ul li div {
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.address p {
	color: #fff;
	font-size: 14px;
	margin: 0; 
}

.address p a {
	color: #fff;
}

.address p a:hover {
	color: #AACA4D;
}

.contact-icon {
	background: url(../images/user.png) left center no-repeat;
}

.email-icon {
	background: url(../images/email.png) left center no-repeat;
}

footer {
	font-size: 14px;
	color: #000000;
	padding-top: 25px;
	padding-bottom: 25px; 
}

.copyright {
	float: left;
}

.madeby {
	float: right;
}

.madeby a {
	color: #000000;
}

.madeby a:hover {
	color: #00963F;
}

button.close {
	float: right;
    font-size: 20px;
    color: #ffffff;
    opacity: 1;
    background: transparent;
    margin-left: 15px;
}

span.sr-only {
	display: none;
}

.view-speaker-row {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	align-items: flex-start;
	margin-top: 0;
}

.view-speaker-name {
    margin-left: 20px;
}

.view-speaker-name h1 {
	font-size: 30px;
    line-height: normal;
}

.view-speaker-name p {
	margin-top: 0;
	margin-bottom: 0;
}

.view-speaker-content
{
	float: left;
	background: #F5F5F5;
	overflow-y: scroll;
	height: 100%;
	padding: 30px;
}

.view-speaker-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.view-speaker-content::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.view-speaker-content::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}

.view-speaker-info {
	margin-top: 20px;
}

.view-speaker-info p {
	font-size: 14px;
}

.remove-scroll {
	overflow: hidden;
}

.thank-you-poup {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 9999;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.thank-you-content {
    height: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
    align-items: center;
    justify-content: center;
}

.popup-close {
	height: 50px;
	cursor: pointer;
}

.speaker-img img,
.info-img img,
.con-obj-img img,
.con-high-img img {
	width: 100%;
}

.con-obj-img img {
	height: auto;
	object-fit: cover;
}

.tba-section {
	margin-top: 15px;
}

div#form2 {
    border-top: 1px solid #d7d7d7;
    margin-top: 15px;
}

.form-row-1 li.last {
	width: 100%;
}

.desc-info {
    font-size: 12px;
    color: #bc2d38;
}

.mobile-banner {
	display: none;
}

/* --- check out --- */
.paysummary {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}
.paysummary h2 {
	margin: 0 0 30px 0;
	padding: 0;
	font-family: 'dincondensedbold';
    font-size: 28px;
    line-height: normal;
    color: #00963F;
    text-transform: uppercase;
}
.paytable {
	margin: 0;
	padding: 0;
}
.paytable table {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000;
	border: solid 1px #26a8df;
}
.paytable table tr {
	background: #fff;
}
.paytable table tr th {
	padding: 10px;
	background: #26a8df;
	text-align: left;
}
.paytable table tr td {
	width: 25%;
	padding: 10px;
	background: #fff;
	border-bottom: solid 1px #26a8df;
}
.paytable table tr td span {
	display: none;
}
.paytable table tr:last-child td {
	border-bottom: none;
}
.amounttab {
	margin: 20px 0 0 0;
	padding: 0;
}
.amounttab ul {
	margin: 0;
	padding: 0;
}
.amounttab ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	color: #000;
	text-align: right;
}
.amounttab ul li span {
	width: 150px;
	display: inline-block;
}
.amounttab ul li span:nth-child(1) {
	font-size: 14px;
	font-weight: bold;
}
.amounttab ul li span:nth-child(2) {
	font-size: 16px;
}
.amounttab ul li:nth-child(3) {
	margin: 20px 0 0 0;
}
.amounttab ul li:last-child span:nth-child(2) {
	font-size: 22px;
}
.amounttab .payrow {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: right;
}
.payletbtn, a.payletbtn {
	margin: 0;
	padding: 8px 15px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	border: solid 1px #333;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.payletbtn:hover, a.payletbtn:hover {
	color: #fff;
	border: solid 1px #26a8df;
	background: #26a8df;
}
.paynowbtn, a.paynowbtn {
	margin: 0 0 0 10px;
	padding: 8px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	border: solid 1px #22be6f;
	background: #22be6f;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.paynowbtn:hover, a.paynowbtn:hover {
	color: #fff;
	border: solid 1px #26a8df;
	background: #26a8df;
}
footer a {
	color: #000;
}
footer a:hover {
	color: #00963F;
}

.policycontent {
	width: 90%;
	margin: 0 auto;
}
.policycontent section {
	margin: 0;
	padding: 30px 0 0 0;
}
.policycontent h2 {
	margin: 0 0 5px 0;
}
.policycontent p {
	margin: 0 0 5px 0;
	padding: 0;
    font-size: 14px;
    line-height: 24px;
}
.policycontent ul {
	margin: 0 0 0 20px;
	padding: 0;
}
.policycontent ul li {
	margin: 0;
	padding: 0;
	list-style: initial;
    font-size: 14px;
    line-height: 24px;
}
.support_block {
    padding-top: 25px;
}

.company-logos {
	padding-left: 25px;
	padding-right: 25px;
}

.company-logos .slick-slide .company-logo {
	padding-left: 15px;
	padding-right: 15px;
    border-left: 1px solid #cacaca;
}

.company-logos .slick-slide:first-child .company-logo {
	border-left: none;
}

.company-logos .company-logo img {
    margin: 0 auto;
}

.company-logos .slick-prev {
	left: 0;
}

.company-logos .slick-next {
	right: 0;
}

.company-logos:after,
.company-logos:before {
	content: '';
	position: absolute;
	top: 0;
	left: 25px;
	width: 5px;
	height: 100%;
	background-color: #ffffff;
}

.company-logos:after {
	right: 25px;
}

/*--------Sponser CSS-------*/

.sponser-logos {
	padding-left: 25px;
	padding-right: 25px;
}

.sponser-logos .slick-slide .company-logo {
	padding-left: 15px;
	padding-right: 15px;
    border-left: 1px solid #cacaca;
}

.sponser-logos .slick-slide:first-child .company-logo {
	border-left: none;
}

.sponser-logos .company-logo img {
    margin: 0 auto;
}

.sponser-logos .slick-prev {
	left: 0;
}

.sponser-logos .slick-next {
	right: 0;
}

.sponser-logos:after,
.sponser-logos:before {
	content: '';
	position: absolute;
	top: 0;
	left: 25px;
	width: 5px;
	height: 100%;
	background-color: #ffffff;
}

.sponser-logos:after {
	right: 25px;
}

/*--------Sponser CSS-------*/

.col-9 {
	width: 66.67%;
	float: left; 
}

.wpwu-three-col-space ul {
	font-size: 0;
}

.wpwu-three-col-space ul li {
	/*width: 50%;*/
	display: inline-block;
	vertical-align: top;
	display:flex;
}

.benefit-cols ul li {
	width: 33.33%;
	padding-right: 19px;
}
.profile-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-container .para{
    margin-left: 30px;
}
.width-50{
     width:50%;
}
.width-40{
     width:40%;
}
.bg-color{
   background: #ededed; 
}
.pb-50{
    padding-bottom:50px;
}
.pb-30{
    padding-bottom:30px;
}
.partner div{
    float:left;
}
.bg-red{
    background: #ee3523;
}
.bg-blue{
    background: #0e477f;
}
.show-on-mobile{
    display:none;
}
.f-left{
    float:left;
}
.text-center{
    text-align:center;
}
.partner-logo{
    margin-bottom:20px;
}
.partner-logo img{
    display:initial;
}
/*.partner-logo a{*/
/*    float:left;*/
/*}*/
.hide-on-mobile{
    display:block;
}
.hide{
    display:none;
}
.show{
    display:block;
}
.partition{
    width: 3px;
    background: #68b42d;
    height: 180px;
    float: left;
}
.sub-partition{
    height: 100px;
}
h1{
    /*background: -webkit-linear-gradient(90deg,#0038c9, #3fd480);*/
    background: -webkit-linear-gradient(90deg,#0e477f, #ed2524);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.display-flex{
 display:flex;    
}
.justify-content-center{
  justify-content: center;
}
.con-key-container{
   display: flex;
    align-items: center; 
}
.remove-right-marker li:before{
    /*content:'' !important;*/
    content:'';
    display:none !important;
}
.pt-0{
    padding-top:0px;
}

.download-container{
    padding: 10px 10px;
    background: #0e477f;
}
.download-container a{
    color: #fff;
    font-size: 14px;
    /*font-weight: bold;*/
}
.download-container a:hover{
  color:#fff !important; 
  font-weight:300;
}
.width-30{
    width:30%;
}
.popup-main-container{
    background: #9d9d9dab;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}
.popup-container{
    position: absolute;
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}
.closepopup{
    position: absolute;
    right: -2%;
    top: -2%;
    width: 30px;
    z-index: 999999;
    border: 2px solid #040404;
    border-radius: 100px;
    padding: 6px;
    background: #fff;
    cursor:pointer;
}
.container{
	max-width: 1430px !important;
	min-width: auto;
	margin: 0 auto;
}
a{
    text-decoration: none !important;
}
.bg-blue{
    background-color: #0e477f;
}
.contact-icon h4{
    color:#fff;
}
@media(max-width:768px){
    .mobile-banner{
        margin-top:125px;
    }
    .d-flex{
        display:flex;
        flex-direction:column;
    }
    .order-2{
        order:2;
    }
    .menu a:hover, .menu a.active{
      color:#ee3523 !important;
    }
    .download-container{
      background: #ee3523;
      width: 160px;
      text-align: center;
      margin-top: 10px;
    }
}

@media(max-width:550px){
    .profile-container{
        flex-direction:column;
    }
    .profile-container .para{
        margin-left: 0px;
        margin-top: 22px;
        text-align: center;
    }   
    .display-flex{
        flex-direction: column;
        align-items: center;
    }
    .partition{
        display:none;
    }
    .popup-container{
        width:90%;
        height:initial;
    }
}

@media(max-width:650px){
    .sub-partition{
      display:none;
    }
}

@media(max-width:479px){
    
    .width-50{
        width:100%;
    }
    .partition{
        display:none;
    }
}


@media(max-width:550px){
    .mobile-css{
        float:left;
    }
    .mobile-top-10{
        margin-top:10px;
    }
}

.awardBg{
       background: url(images/banner/award-bg.png);
       background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.pgtTextAdvance{
    
}
.partitionAdvance{
    width: 3px;
    background: #c62b33;
    height: 80px;
    float: left;
    margin: 0px 30px;
}
.pgtTextAdvance p{
    color: #fff;
    font-size: 45px;
    line-height: 38px; 
}

@media (min-width: 769px) {
    /*.contact-container .col-lg-3 {*/
    /*    -ms-flex: 0 0 20%;*/
    /*    flex: 0 0 20%;*/
    /*    max-width: 20%;*/
    /*}*/
}

@media(max-width:767px){
    .pgtTextAdvance{
        display:flex !important;
        flex-direction:column !important;
        justify-content:center !important;
    }
    .pgtTextAdvance h2{
        font-size: 45px;
    }
    .partitionAdvance{
        width: 100px;
        background: #c62b33;
        height: 2px;
        float: left;
        margin: -5px 0px 0px 0px;
    }
    .pgtTextAdvance p{
        font-size: 25px;
        line-height: 32px;  
    }
}
@media(max-width:500px){
    .pgtTextAdvance h2 {
      font-size: 40px;
    }
    .pgtTextAdvance p {
      font-size: 20px;
      line-height: 25px;
    }
}


ol, ul{
    padding-left:0rem !important;
    margin-bottom: 0rem !important;
}
#rzp-button{
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    background-color: #ee3523;
    padding: 12px 26px 11px 26px;
}
#rzp-button:hover{
    background-color: #0e477f;
}














