@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "FredokaOne-Regular";
  src: url("../fonts/FredokaOne-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/FredokaOne-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/FredokaOne-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FredokaOne-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/FredokaOne-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FredokaOne-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/FredokaOne-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanFranciscoText-Bold";
  src: url("../fonts/SanFranciscoText-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/SanFranciscoText-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/SanFranciscoText-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/SanFranciscoText-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/SanFranciscoText-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/SanFranciscoText-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/SanFranciscoText-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanFranciscoText-Light";
  src: url("../fonts/SanFranciscoText-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/SanFranciscoText-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/SanFranciscoText-Light.otf") format("opentype"), /* Open Type Font */
    url("../fonts/SanFranciscoText-Light.svg") format("svg"), /* Legacy iOS */
    url("../fonts/SanFranciscoText-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/SanFranciscoText-Light.woff") format("woff"), /* Modern Browsers */
    url("../fonts/SanFranciscoText-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanFranciscoText-Medium";
  src: url("../fonts/SanFranciscoText-Medium.eot"); /* IE9 Compat Modes */
  src: url("../fonts/SanFranciscoText-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/SanFranciscoText-Medium.otf") format("opentype"), /* Open Type Font */
    url("../fonts/SanFranciscoText-Medium.svg") format("svg"), /* Legacy iOS */
    url("../fonts/SanFranciscoText-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/SanFranciscoText-Medium.woff") format("woff"), /* Modern Browsers */
    url("../fonts/SanFranciscoText-Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanFranciscoText-Regular";
  src: url("../fonts/SanFranciscoText-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/SanFranciscoText-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/SanFranciscoText-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/SanFranciscoText-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/SanFranciscoText-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/SanFranciscoText-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/SanFranciscoText-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanFranciscoText-Semibold";
  src: url("../fonts/SanFranciscoText-Semibold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/SanFranciscoText-Semibold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/SanFranciscoText-Semibold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/SanFranciscoText-Semibold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/SanFranciscoText-Semibold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/SanFranciscoText-Semibold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/SanFranciscoText-Semibold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}
body {
	overflow-x: hidden;
	font-family: "SanFranciscoText-Regular";
	color: #434343;
	font-weight: 400;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/select-notch.png') right 3% center no-repeat !important;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
a, .btn, button {
	outline: none !important;
	outline: 0 !important;
}
a:hover {
	text-decoration: none;
}
.btn {
	outline: none !important;
}
.btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .form-control:focus {
	box-shadow: none !important;
}
.signUpBg {
	background: url(../img/signUpBg.jpg) no-repeat center;
	background-size: cover;
    background-attachment: fixed;
}
#header {
	background-color: #fff;
	-webkit-box-shadow: 0px 13px 10px 0px rgba(23,23,23,0.22);
	-moz-box-shadow: 0px 13px 10px 0px rgba(23,23,23,0.22);
	box-shadow: 0px 13px 10px 0px rgba(23,23,23,0.22);
	position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
}
.bannerLogo {
    max-width: 165px;
    margin: 0 auto;
}
.lextHead {
	color: #c10912;
	font-size: 24px;
    /* padding: 20px 0px; */
}
.mainHeader {
	display: flex;
    justify-content: space-between;
}
.mainHeader li {
	/*width: 33%;*/
	width: 50%;
    /*line-height: 85px;*/
    line-height: normal;
}
.mainHeader li:nth-child(2) {
	text-align: center;
}
.mainHeader li:nth-child(3) {
	text-align: right;
}
.logoHead {
	margin-left: auto;
    align-self: center;
}
.signUpLogo {
	margin-top: 90px;
}
#signUp {
	margin-top: 165px;
	margin-bottom: 65px;
}
.signUpHeading {
	font-size: 68px;
	text-transform: uppercase;
	margin: 30px 0px 40px;
}
/*sign up login*/
.form-button{
    text-align: right;
}
.field-wrapper{
    position: relative;
    margin-bottom: 30px !important;
}		
.field-wrapper input {
	border: 1px solid #626262;
    padding: 20px 20px 20px 98px;
    border-radius: 15px;
    width: 100%;
    font-size: 25px;
	color: #2c2c2c;
}
.field-wrapper select {
	border: 1px solid #626262;
    padding: 20px 20px 20px 98px;
    border-radius: 15px;
    width: 100%;
    font-size: 25px;
	color: #2c2c2c;
	text-transform: uppercase;
}
/*.field-wrapper input:focus {
	border: 1px solid #cf2031;
    -webkit-box-shadow: inset 0 1px 1px rgba(207,32,49,.075), 0 0 8px rgba(207,32,49, .6);
    box-shadow: inset 0 1px 1px rgba(207,32,49,.075), 0 0 8px rgba(207,32,49, .6);
}*/
.field-wrapper .field-placeholder{
    font-size: 25px;
    position: absolute;
    /* background: #fff; */
    bottom: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #2c2c2c;
    left: 92px;
    padding: 0 8px;
    -webkit-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    z-index: 1;

    text-align: left;
	width: 100%;
	pointer-events: none;
}        
.field-wrapper .field-placeholder span{
    background: #f5f5f5;
    padding: 0px 5px;
    color: #3e3e3e;
    text-transform: uppercase;
}
.field-wrapper input:not([disabled]):focus~.field-placeholder {
    color:#1A73E8;
}
.field-wrapper input:not([disabled]):focus~.field-placeholder,
.field-wrapper.hasValue input:not([disabled])~.field-placeholder {
    -webkit-transform: scale(.70) translateY(-58px) translateX(-235px);
    transform: scale(.70) translateY(-58px) translateX(-235px);
}
/*sign up login end*/
.signUpForm .signUpFormField,
.bannerContain {
    width: 620px;
    margin: 0px auto;
}
.visitorField {
	background: url(../img/signFillImg1.png) no-repeat left 25px center;
}
.categoryField {
	background: url(../img/signFillImg2.png) no-repeat left 25px center;
}
.companyField {
	background: url(../img/signFillImg3.png) no-repeat left 25px center;
}
.emailField {
	background: url(../img/signFillImg4.png) no-repeat left 25px center;
}
.phoneField {
	background: url(../img/signFillImg22.png) no-repeat left 25px center;
}
.memberField {
	background: url(../img/signFillImg5.png) no-repeat left 25px center !important;
}
.passwordField {
	background: url(../img/signFillImg6.png) no-repeat left 25px center;
}
.btn-signUp,
.btn-signUp:hover {
	position: relative;
	font-size: 34px;
	color: #fff !important;
	text-transform: uppercase;
	background-color: #c10912;
	border-color: #c10912;
	border-radius: 15px;
	padding: 8px;
	-webkit-box-shadow: 0px 13px 10px 0px rgba(23,23,23,0.22);
	-moz-box-shadow: 0px 13px 10px 0px rgba(23,23,23,0.22);
	box-shadow: 0px 13px 10px 0px rgba(23,23,23,0.22);
}
.btn-signUp .btnIcon {
	position: absolute;
	top: 7px;
}
#ourSponsors {
	padding: 50px 0px;
	border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
}
.ourSponsorsHeading {
	font-family: "SanFranciscoText-Light";
	font-size: 40px;
	color: #c10912;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.ourSponsorsHeading span {
	font-family: "SanFranciscoText-Semibold";
}
.ourSponsorsHeading2 {
	font-family: "SanFranciscoText-Semibold";
	font-size: 30px;
	color: #252525;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
}
.ourSponsorsHeading3 {
	font-family: "SanFranciscoText-Light";
	font-size: 30px;
	color: #202020;
	text-align: center;
}
.ourSponsors {
	margin-bottom: 10px;
}
#ponsorsSlider {
	padding: 70px 0px 130px;
}
.ponsorsSliderList .bx-wrapper {
	max-width: 100% !important;
	width: 100%;
}
.ponsorsSliderImg {
	height: 200px;
	width: 375px;
	background-color: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 20px;
}
.ponsorsSliderImgCenter {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ponsorsSliderList {
	margin-top: 55px;
}
.footerText,
.footerText a {
	font-family: "SanFranciscoText-Medium";
	color: #c10912;
	font-size: 18px;
}
footer {
	background-color: #040404;
	padding: 12px;
}
footer .col-md-3,
footer .col-md-6 {
	padding: 0px;
}
#banner {
	/*padding-top: 90px;*/
	padding-top: 60px;
	/*margin-top: 75px;*/
	margin-top: 100px;
	background: url(../img/bannerBg.jpg) no-repeat center top;
	background-size: cover;
}
.bannerText {
	font-size: 52px;
	/*font-size: 67px;*/
	color: #434343;
	text-align: center;
	text-transform: uppercase;
	/*margin-top: 65px;
	margin-bottom: 30px;*/
	margin-top: 30px;
	margin-bottom: 20px;
}
#banner .btn-signUp {
	padding: 8px;
    margin-top: 60px;
    margin-bottom: 125px;
    font-size: 35px;
}
#banner a.btn-signUp {
	padding: 22px 8px;
    margin-top: 60px;
    margin-bottom: 125px;
    font-size: 42px;
}
.countDown {
    display: flex;
    justify-content: space-between;
}
.countDowncell .countDownTime {
	font-family: 'MuseoModerno', cursive;
	font-size: 70px;
	background-color: rgba(0,0,0,0.73);
	color: #fff;
	height: 140px;
	width: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #ebebeb;
	border-radius: 20px;
}
.countDownTitle {
	font-size: 24px;
	color: #000;
	font-family: "SanFranciscoText-Semibold";
	text-align: center;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	text-shadow: 3px 3px 4px #fff;
	-webkit-text-shadow: 3px 3px 4px #fff;
}
.ponsorsSliderHome {
	padding-bottom: 100px !important;
	border-bottom: 1px solid #626262;
}
.titleReg {
	position: absolute;
	top: 0;
	margin-top: -10px;
}
#aboutBni {
	padding-top: 65px;
	padding-bottom: 105px;
}
#aboutBni .ourSponsorsHeading {
	margin-bottom: 23px;
}
.aboutBniText {
	font-size: 22px;
	color: #222222;
	text-align: left;
	margin-bottom: 25px;
	line-height: 26px;
}
.aboutBniText .bniLogo {
	color: #c10912;
	position: relative;
	font-family: "SanFranciscoText-Semibold";
	margin-right: 10px;
}
.bniVideoTitle {
	color: #f1f2f3;
	font-family: "SanFranciscoText-Light";
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 48px;
}
.bniVideoTitle span {
	font-family: "SanFranciscoText-Semibold";
}
#bniVideo {
	background-color: #919191;
	padding-top: 110px;
	padding-bottom: 140px;
}
.bniVideoSet {
	align-self: center;
}
#bniVideo .youtube .play {
	display: none;
}
#bniVideo .youtube .thumb {
	position: relative;
}
.bniVideoPlay iframe {
	width: 653.667px;
	height: 447.567px;
}
.bniInfoText {
	font-size: 24px;
	color: #353535;
	font-family: "SanFranciscoText-Light";
	line-height: 26px;
	text-align: center;
}
.infoImg {
	text-align: center;
	margin-bottom: 50px;
}
.infoMidText {
	font-size: 40px;
	color: #2b2b2b;
	font-family: "SanFranciscoText-Light";
	line-height: 45px;
	text-align: center;
	margin-bottom: 45px;
}
.infoMidText span {
	font-family: "SanFranciscoText-Bold";
}
.infoLeft,
.infoMid {
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #c2c2c2;
	padding: 40px;
}
.infoRight .infoImg {
	margin-bottom: 54px;
}
#bniInfo {
	padding-top: 125px;
	padding-bottom: 100px;
}
#allianazPopup .close {
	opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
}
#allianazPopup .modal-content {
	border-radius: 15px;
}
.exibiListBlocks {
    border-radius: 8px;
    border: 1px solid #cdcdcd;
    padding: 30px 0;
    text-align: center;
    margin: 25px 0 4px 0;
}
.ourSponsorsHeading {
    font-family: "SanFranciscoText-Light";
    font-size: 40px;
    color: #c10912;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
#belefit {
    padding: 20px 0 70px 0;
    border-top: 2px solid #a0a0a0;
    border-bottom: 2px solid #a0a0a0;
    margin-bottom: 0px;
    margin-top: 50px;
}
.ourSponsorsHeading {
    font-family: "SanFranciscoText-Light";
    font-size: 40px;
    color: #c10912;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.modalContain {
	padding: 0px 150px;
}
.modalText1 {
	font-size: 36px;
	color: #d00202;
	font-family: "SanFranciscoText-Semibold";
	margin-bottom: 15px;
}
.modalText2 {
	font-size: 28px;
	color: #212121;
}
.modalText3 {
	font-size: 26px;
	color: #212121;
	line-height: 30px;
}
.modalText4 {
	font-size: 24px;
	color: #212121;
	line-height: 34px;
}
.modalText5 {
	color: #d00202;
	font-size: 36px;
}
.ulImg {
	margin-bottom: 3px;
}
.molalTextBg {
	display: inline-block;
	background-color: #c00a10;
	color: #fff;
	font-family: "SanFranciscoText-Medium";
	border-radius: 0px 25px 25px 0px;
	padding: 5px 40px 5px 25px;
	margin-bottom: 25px;
}
.modalWhiteBg {
    padding-top: 60px;
    padding-bottom: 60px;
}
.boxUlAll {
	line-height: 25px;
}
.modalText6 {
	font-size: 24px;
	color: #212121;
	font-family: "SanFranciscoText-Medium";
	line-height: 28px;
}
.modalGryBg {
    background-color: #f0f0f0;
    padding-top: 70px;
    padding-bottom: 80px;
    border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
}
.molalTextBgGry {
	background-color: #555555;
}
.logInForm .signUpFormField .field-wrapper input:placeholder {
	color: #7d7d7d;
	font-size: 24.87px;
	display: flex;
	align-items: center;
}
.logInForm .signUpFormField .field-wrapper input {
	background-color: rgba(255,255,255,0.9);
}
.loginClick {
    border: 1px solid #626262;
    border-radius: 15px;
}
.loginClick .loginClick1 {
	font-size: 28px;
	color: #000;
	border-radius: 15px 0px 0px 15px;
	background-color: rgba(255,255,255,0.9);
	padding: 17px 65px;
}
.loginClick .loginClick2 .input-group-text {
	background-color: #5d5d5d;
	border: none;
	font-size: 28px;
	color: #fff;
	border-radius: 0px 15px 15px 0px;
	text-transform: uppercase;
	/*padding: 17px 40px;*/
	padding: 0px;
}
.loginClick .loginClick2 .input-group-text a {
	height: 100%;
	width: 235px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}
.logInForm {
	padding-bottom: 100px;
}
.modal-dialog .close{
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
}
.modal-dialog .modal-body{
  padding: 5rem;
  text-align: center;
  
}
.modal-dialog .modal-body h2 {
  font-family: "SanFranciscoText-Bold";
  color: #606060;
  font-size: 31px;
  text-transform: uppercase;
}
.modal-dialog .modal-body h5 {
	color: #d00202;
	font-size: 25px;
	text-transform: uppercase;
}
#thankyou p {
	border: 3px solid #c10912;
	border-left: 0;
	border-right: 0;
	border: 3px solid #c10912;
    border-left: 0;
    border-right: 0;
    margin: 20px 7%;
	font-size: 23px;
	padding: 7px 0;
}
#thankyou .modal-dialog .modal-body {
	padding: 36px;
}
#faq_Modal .modal-dialog, #agenda_Modal .modal-dialog {
	max-width: 90%;
	width: 70%;
	margin: 20px auto;
}
.modal-body img {
	max-width: 100%;
	height: auto;
}
.modal-content {
    border-radius: 20px;
}
#faq_Modal .modal-body, #agenda_Modal .modal-body {
	padding: 0;
	margin: 0;
}
.whitebody {
	 padding: 20px 60px;
	 background-color: #fff;
	 text-align: left;
}
.graybody {
	padding: 20px 60px;
	background-color: #f0f0f0;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	text-align: left;
}
.whitebody p, .graybody p {
	font-size: 20px;
	color: #2c2e30;
}
.whitebody p span, .graybody p span {
	color: #d00202;
}
.whitebody li, .graybody li {
	font-size: 20px;
	color: #2c2e30;
	list-style-type: square;
}
.whitebody h5 span, .graybody h5 span {
	color: #282828;
}
.modal-content {
	overflow: hidden;
}
.lastgrayButton { 
	background: #5d5d5d;
    border: 0;
    margin-top: 21px !important;
    margin-bottom: 0 !important;
    font-size: 22px !important;
    padding: 19px 0 !important;
}


/*ananda css*/

.settingPopupTitle {
    font-size: 24px;
  color: #fff;
  margin-bottom: 46px;
}
.popupBtn {
    font-family: "SanFranciscoText-Medium";
    font-size: 16px;
  color: #fff !important;
  background-color: #f00;
  border-radius: 10px;
  width: 100px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  letter-spacing: 0px;
  opacity: 1;
  transition: all ease 0.3s;
  line-height: 22px;
  text-transform: uppercase;
}
.popupBtn:hover {
    opacity: 0.9;
    transition: all ease 0.3s;
}
.popupBtnAll {
    display: flex;
    justify-content: space-between;
}
.closepopup.settingPopupClose {
    height: 21px;
  width: 21px;
  right: 12px;
}


.mainHeader li.scanHead .bannerLogo {
    margin: 0px 0px 0px 5px !important;
  max-width: 90px;
  border: 1px solid #c10912;
  border-radius: 6px;
  overflow: hidden;
}
.mainHeader li.scanHead {
    display: flex !important;
  justify-content: end;
  justify-content: flex-end;
  padding: 5px 0px;
  text-transform: uppercase;
  font-size: 18px;
  align-items: center;
}

/*ananda css end*/












@media (min-width: 576px) {
	#thankyou .modal-dialog {
		max-width: 609px;
	}
	
}
@media (min-width: 800px) and (max-width:1400px) {
	.smallReg {
		transform : scale(0.6) translateY(-34%);
	}
	.smallRegCount {
		transform : scale(0.6) translateY(-25%);
	}
	#signUp {
		height: 600px;
	}
}
@media (min-width: 1400px) {
	.smallReg {
		transform : scale(0.8) translateY(-17%);
	}
	.smallRegCount {
		transform : scale(0.6) translateY(-25%);
	}
	#signUp {
		height: 700px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1172px;
	}
	#allianazPopup .modal-lg {
		max-width: 1142px;
	}
}

@media (max-width:1199px) {
	
	.bniVideoTitle {
		font-size: 50px;
		line-height: 52px;
	}
	.infoLeft, .infoMid {
		padding: 29px;
	}
	.infoMidText {
		font-size: 32px;
		line-height: 42px;
	}
	.bniInfoText {
		font-size: 20px;
    	padding-bottom: 7px;
	}
	.infoImg {
		margin-bottom: 22px;
    	margin-top: 15px;
	}
	.infoRight .infoImg {
	    margin-bottom: 26px;
	}
	.footerText, .footerText a {
		font-size: 16px;
	}
	.bniVideoPlay iframe {
		width: 530px;
		height: 362.883px;
	}
	#allianazPopup .modal-lg {
		max-width: 920px;
	}
}

@media (max-width:991px) {
	.signUpForm .signUpFormField, .bannerContain {
		width: 100%;
	}
	#bniVideo .btn-signUp,
	.infoLeft,
	.infoMid {
		margin-bottom: 30px;
	}
	.footerText, .footerText a {
		text-align: center !important;
	}
	#bniInfo {
		padding-bottom: 75px;
	}
	.bniVideoPlay iframe {
		width: 530px;
		height: 362.883px;
	}
	.bniVideoPlay iframe {
		width: 690px;
		height: 472.433px;
	}
	.modalContain {
		padding-left: 40px;
		padding-right: 40px;
	}
	.modalText1 {
		line-height: 42px;
	}
	.modalText2 {
		line-height: 36px;
		margin-bottom: 20px;
	}
	.bniInfoText {
	    font-size: 24px;
	}
	#allianazPopup .modal-lg {
		max-width: 720px;
	}
}
@media (max-width:812px) {
	.mainHeader {
		/*display: block;*/
		/*padding-bottom: 10px;*/
	}
	.mainHeader li {
		display: block !important;
		width: 100% !important;
		text-align: center !important;
		line-height: normal;
	}
	#faq_Modal .modal-dialog, #agenda_Modal .modal-dialog {
		width: 80%;
	}
	.whitebody, .graybody {
		padding: 20px 27px;
	}
	.modal-dialog .modal-body h2 {
		font-size: 29px;
	}
	#banner a.btn-signUp {
		padding: 8px 8px;
		font-size: 22px;
	}
}
@media (max-width:767px) {
	#thankyou p {
		font-size: 25px;
	}
	#thankyou .modal-content {
		max-width: 80%;
		margin: 0 auto;
	}
	.bannerText {
		font-size: 55px;
	}
	.countDowncell .countDownTime {
		width: 120px;
		height: 120px;
	}
	.bniVideoPlay iframe {
		width: 510px;
		height: 349.2px;
	}
	#allianazPopup .modal-lg {
		max-width: 540px;
		margin: 20px;
	}
	.loginClick .loginClick1 {
		padding: 17px 28px;
	}
	.loginClick .loginClick2 .input-group-text a {
		width: 200px;
	}
	.exhibitorList h1 {
		font-size: 29px !important;
	}
	.bannerContain .lastgrayButton {
		font-size: 14px !important;
		padding: 12px 0 !important;
	}
} 

@media (max-width:575px) {
	.bannerText {
		font-size: 48px;
	}
	.countDowncell .countDownTime {
		width: 100px;
		height: 100px;
		font-size: 52px;
	}
	.countDownTitle {
		font-size: 18px;
	}
	.footerText, .footerText a {
		font-size: 16px;
	}
	.signUpHeading {
		font-size: 55px;
	}
	.field-wrapper .field-placeholder {
		font-size: 20px;
		bottom: 25px;
	}
	.field-wrapper input:not([disabled]):focus~.field-placeholder,
	.field-wrapper.hasValue input:not([disabled])~.field-placeholder {
	    -webkit-transform: scale(.70) translateY(-58px) translateX(-210px);
	    transform: scale(.70) translateY(-58px) translateX(-210px);
	}
	.bniVideoPlay iframe,
	#bniVideo .youtube .thumb {
		width: 100%;
		height: 375px;
	}
	#bniVideo .youtube .thumb {
		object-fit: contain;
	}
	.countDown {
		justify-content: space-around;
	}
	.ponsorsSliderList .bx-wrapper {
		width: 375px !important;
		margin: 0px auto;
	}
	.loginClick .loginClick1 {
	    padding: 17px 15px;
	    font-size: 21px;
	}
	.loginClick .loginClick2 .input-group-text a {
	    width: 160px;
	}
	.loginClick .loginClick2 .input-group-text {
		font-size: 21px;
	}
}

@media (max-width:489px) {
	.bannerText {
		font-size: 40px;
	}
	.countDowncell .countDownTime {
	    width: 90px;
	    height: 90px;
	    font-size: 42px;
	}
	.countDownTitle {
		font-size: 16px;
	}
	.footerText, .footerText a {
		font-size: 12px;
	}
	.signUpHeading {
		font-size: 45px;
	}
	.field-wrapper .field-placeholder {
	    font-size: 19px;
	    bottom: 26px;
	}
	.field-wrapper input:not([disabled]):focus~.field-placeholder,
	.field-wrapper.hasValue input:not([disabled])~.field-placeholder {
	    -webkit-transform: scale(.70) translateY(-54px) translateX(-175px);
	    transform: scale(.70) translateY(-54px) translateX(-175px);
	}
	.bniVideoPlay iframe,
	#bniVideo .youtube .thumb {
		width: 100%;
		height: 300px;
	}
}

@media(max-width:413px) {
	.lextHead {
		font-size: 16px;
	}
	.logoHead img {
		width: 89px;
	}
	#banner {
		margin-top: 60px;
	}
	.bannerText {
	    font-size: 30px;
	}
	.countDowncell .countDownTime {
	    width: 65px;
	    height: 65px;
	    font-size: 32px;
	}
	.countDownTitle {
		font-size: 12px;
	}
	.btn-signUp, .btn-signUp:hover {
		font-size: 22px !important;
	}
	.ourSponsorsHeading {
		font-size: 30px;
	}
	.ourSponsorsHeading2 {
		font-size: 22px;
	}
	.bniVideoTitle {
	    font-size: 40px;
	    line-height: 44px;
	}
	.infoMidText {
	    font-size: 24px;
	    line-height: 28px;
	}
	.signUpHeading {
	    font-size: 35px;
	}
	.field-wrapper .field-placeholder {
	    font-size: 14px;
	    bottom: 21px;
	    padding-left: 0px;
	    left: 75px;
	}
	.field-wrapper .field-placeholder span {
		padding: 4px 5px;
	}
	.field-wrapper input {
		font-size: 20px;
		padding: 15px 15px 15px 75px;
	}
	.field-wrapper select {
		font-size: 14px;
		padding: 15px 15px 15px 75px;
	}
	.field-wrapper input:not([disabled]):focus~.field-placeholder,
	.field-wrapper.hasValue input:not([disabled])~.field-placeholder {
	    -webkit-transform: scale(.70) translateY(-45px) translateX(-160px);
	    transform: scale(.70) translateY(-45px) translateX(-160px);
	}
	.bniVideoPlay iframe,
	#bniVideo .youtube .thumb {
		width: 100%;
		height: 275px;
	}
	.modalContain {
	    padding-left: 20px;
    	padding-right: 20px;
	}
	.visitorField, .categoryField, .companyField, .emailField, .memberField, .passwordField, .phoneField {
		background-size: 35px !important;
	}
	.ponsorsSliderList .bx-wrapper {
		width: 300px !important;
	}
	.ponsorsSliderImg {
		width: 300px;
	}
	.loginClick .loginClick2 .input-group-text a {
	    width: 120px;
	}
	.loginClick .loginClick2 .input-group-text {
	    font-size: 18px;
	}
	.singleExhibitor img {
		width: 42%;
	}
	.modal-dialog .modal-body {
		padding: 5rem 12px;
	  }
	  .modal-dialog .modal-body {
		padding: 50px 12px;
	  }
	  
}
@media(max-width:374px) {
	.loginClick .loginClick1 {
		font-size: 15px;
	}
}