﻿/* CSS Document */
/*  em, strong, button, blockquote, address, big, small, strike, tt,*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
hr,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol {
  list-style: decimal;
  margin-left: 30px;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}

/* END RESET */

/* FONT STYLES*/

body {
  background: #fff fixed;
  font-family: "AvenirLTStd-Book";
  font-weight: normal;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*  END   */

/*  Login Page  */

.loginbg {
  width: 100%;
  position: relative;
  display: block;
  background: url(../images/bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.eclogo {
  position: relative;
  padding: 20px 0 0 20px;
  width: 140px;
}
.eclogo img {
  width: 100%;
  display: table;
}
.eclogo span {
  display: block;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  line-height: normal;
  margin: 0 0 7px 0;
  font-family: "AvenirLTStd-Black";
}

/*  End  */

/*  Login Box  */

.loginbox {
  width: 32%;
  padding: 50px 0 150px 5%;
  position: relative;
  color: #fff;
  font-size: 16px;
}
.loginboxlogo {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.loginboxlogo img {
  display: table;
  width: 100%;
}
.loginboxlogo span {
  display: block;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  line-height: normal;
  margin: 0 0 7px 10%;
  font-family: "AvenirLTStd-Black";
}

.loginbox h3 {
  clear: both;
  display: table;
  content: "";
  width: 100%;
  padding: 25px 0 15px 0;
}
.loginbox h3 i {
  font-family: "AvenirLTStd-Black";
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #fbb714;
  border-bottom: 2px solid #fbb714;
}
.loginbox h3 span {
  float: right;
  display: block;
  margin: 5px 0 0 0;
}
.loginbox h3 a {
  color: #000;
  font-family: "AvenirLTStd-Black";
  background: #fbb714;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
}
.loginbox h6 {
  padding: 10px 0;
}
.loginbox label {
  font-family: "AvenirLTStd-Black";
  letter-spacing: 0;
  display: block;
  font-size: 16px;
  margin: 0 0 5px 0;
}
.loginbox input {
  width: 93%;
  border: 1px solid #bdbdbd;
  box-shadow: none;
  padding: 5px 3%;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000;
  background: #e8e8e8 !important;
  border-radius: 5px;
}
.loginbox button {
  width: 100px;
  margin: 15px 0 0 0;
  display: block;
  float: right;
  border: 0px;
  box-shadow: none;
  border-radius: 60px;
  padding: 7px 0;
  line-height: 22px;
  font-family: "AvenirLTStd-Black";
  font-size: 16px;
  color: #fff;
  background: #3b72f7;
  cursor: pointer;
  letter-spacing: 0;
}
.loginbox button:hover {
  background: #fff;
  color: #000;
}

/*  End  */

/*  Date time  */

.datetime {
  position: absolute;
  left: 2%;
  bottom: 20px;
  color: #fff;
  clear: both;
  display: table;
  content: "";
  font-family: "AvenirLTStd-Black";
  letter-spacing: 0;
  line-height: normal;
}
.datetime i {
  float: left;
  display: block;
  background: #fbb714;
  color: #000;
  padding: 8px 10px;
  font-size: 18px;
}
.datetime h6 {
  float: left;
  display: block;
  margin: 0 0 0 10px;
}
.datetime h6 span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}

/*  End  */

/*  Idx Right Con  */

.idxrightcon {
  width: 38%;
  right: 5%;
  top: 10%;
  position: absolute;
  /*background:rgba(255, 255, 255, 0.7);
	background:rgba(45, 81, 236, 0.7);
	border-radius:5px;
	padding:12px 1%;*/
  display: block;
  overflow-x: hidden;
  /*max-height:500px;*/
}
.idxrightcon h3 {
  color: #fff;
  /*color:#0d0f67;*/
  letter-spacing: 0;
  font-family: "AvenirLTStd-Black";
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 10px 0;
  text-align: center;
}
.idxrightcon p {
  margin: 0 0 10px 0;
}
.idxrightcon hr {
  width: 100%;
  display: table;
  margin: 10px 0;
  height: 2px;
  background: #0d0f67;
  border: 0;
  box-shadow: none;
}

/*  End  */

/*  Spekar Box  */
.idxspeakerbox {
  width: 28%;
  padding: 1.5%;
  margin: 1%;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0px;
  color: #000;
  text-align: left;
}
.idxspeakerbox img {
  width: 100%;
  display: table;
}
.idxspeakerbox h4 {
  font-family: "AvenirLTStd-Black";
  font-size: 12px;
  line-height: normal;
  margin: 6px 0 0px 0;
}
.idxspeakerbox p {
  margin: 0 !important;
}
/*  End  */

/*  Footer  Wrapper  */

.mainfooter {
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  padding: 5px 0;
  background: #fff;
  color: #000;
  clear: both;
  display: table;
  content: "";
  z-index: 3;
}
.mainfooterleft {
  float: left;
  display: block;
  font-size: 12px;
  padding: 0 10px;
}
.mainfooterleft a {
  text-decoration: underline;
  font-family: "AvenirLTStd-Black";
  color: #000;
}
.mainfooterleft img {
  display: inline-block;
  height: 24px;
  margin: 0 5px -7px 0;
}
.mainfooterright {
  float: right;
  display: block;
  width: 114px;
  padding: 0 10px;
}
.mainfooterright a {
  background: #0d8bd7;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  margin: 0 2px;
  display: block;
  float: left;
}
.mainfooterright a:hover {
  background: #000;
  color: #fff;
}
.mainfooterright a i {
  line-height: 24px !important;
}

/*  End  */

/*  Inner contain wrapper  */

.innercontainwrapper {
  width: 1180px;
  margin: 0 auto;
  padding: 50px 0;
}
hr {
  height: 1px;
  background: #cacaca;
  margin: 30px 0;
  border: 0;
}
.innercontainwrapper h2 {
  color: #000;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  font-family: "AvenirLTStd-Black";
  margin: 0 0 15px 0;
  display: block;
}
.innercontainwrapper p {
  margin: 0 0 15px 0;
}

/*  End  */

/*  Partner  Logo  */

.idxpartnersbox {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin: 1%;
  padding: 7px 1%;
  border: 1px solid #d5d5d5;
  border-radius: 7px;
  background: #fff;
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.idxpartnersbox1 {
  display: inline-block;
  vertical-align: top;
  width: 43%;
  margin: 1% auto;
  padding: 7px 2%;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  background: #fff;
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.idxpartnersbox img,
.idxpartnersbox1 img {
  width: 100%;
  display: table;
}

/*  End  */

/*  main screen  */

.mainscreen {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
}
.mainscreen .mainfooter {
  position: fixed;
  bottom: 0;
  left: 0;
}

/*  End  */

/*  maintopbg   */

.maintopbg {
  background: #ffffff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  clear: both;
  display: table;
  content: "";
  padding: 5px 0;
  z-index: 999;
}
.maintopcol1 {
  float: left;
  display: block;
  margin: 0 0 0 1%;
}
.maintopcol1 img {
  height: 34px;
  display: table;
}
.maintopcol2 {
  display: block;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  font-family: "Conv_BentonSans-Black";
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
}
.maintopcol2 span {
  color: #0d8bd7;
  font-size: 16px;
  display: block;
}

/*  top right btn  */

.innertopmenubg {
  position: absolute;
  top: 8px;
  right: 1%;
  display: inline-block;
  z-index: 8;
}
.innertopmenubg span {
  padding: 0 10px;
}
.toprightlink {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-family: "AvenirLTStd-Black";
  letter-spacing: 0;
  background: #0d8bd7;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
}
.toprightlink:hover {
  background: #000;
  color: #fff;
}
.toprightlinkshow {
  display: none;
  width: 130px;
  position: absolute;
  z-index: 999;
  top: 40px;
  right: 0;
}
.toprightlinkshow li a {
  background: #0d8bd7;
  color: #fff;
  display: block;
  padding: 7px 10px;
  border-bottom: 1px solid #2f5bc6;
  letter-spacing: 0;
  font-size: 14px;
}
.toprightlinkshow li a:hover {
  background: #000;
}

/*  End  */

/*  tab menu bottom  */

.tabmenubottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
  text-align: center;
  clear: both;
  content: "";
  display: table;
}
.tabmenubottom a {
  display: inline-table;
  vertical-align: top;
  width: auto;
  margin: 8px 15px;
  color: #fff;
  font-family: "AvenirLTStd-Black";
}
.tabmenubottom a:hover {
  color: #efac01;
}
.tabmenubottom img {
  width: 44px;
  display: block;
  margin: 0 auto 3px auto;
}

/* End  */

/*  Popup user chat box  */

.popupattenchat {
  clear: both;
  width: 100%;
  display: table;
  content: "";
  border-bottom: 1px solid #e9e9e8;
  padding: 5px 0;
  margin: 5px 0;
}
.popupattenchat h6 {
  display: inline-block;
  vertical-align: top;
  width: 85%;
  line-height: 22px;
}
.popupattenchat h6 span {
  display: block;
  font-family: "AvenirLTStd-Black";
  color: #0d8bd7;
}
.popupattenchat a {
  color: #fff;
  background: #000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 24px;
  text-align: center;
  float: right;
  margin: 0 4px;
}
.popupattenchat a:last-child {
  background: #0d8bd7;
}
.popupattenchat a i {
  line-height: 20px;
  margin: 3px auto 0 auto;
}

/*  end  */

/*  attendingbox  */

.attendingbox {
  position: absolute;
  top: 12px;
  right: 5%;
  z-index: 6;
  font-family: "AvenirLTStd-Black";
}

/*  End  */

/*  form  */

.popupformmain1 {
  width: 94%;
  margin: 0 auto;
  padding: 15px 0;
}
.popupformmain1 label {
  display: block;
  width: 100%;
  color: #333;
  font-size: 14px;
  padding: 0 0 0 0px;
  font-family: "AvenirLTStd-Black";
}
.popupformmain1 label span {
  color: #ff0000;
}
.popupformmain1 input,
.popupformmain1 textarea {
  width: 100%;
  border: 0;
  box-shadow: none;
  padding: 8px 3%;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #000;
  background: #e8e8e8 !important;
  border-radius: 5px;
  font-family: "AvenirLTStd-Book";
}
.popupformmain1 select {
  width: 100%;
  border: 0px;
  box-shadow: none;
  height: 34px;
  padding: 8px 3% 8px 3%;
  line-height: 18px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #000;
  background: #e8e8e8 !important;
  border-radius: 5px;
}
.popupformmain1 input.error,
.popupformmain1 select.error {
  border: 2px solid #ff0000;
}
.popupformmain1 input[type="checkbox"] {
  width: auto;
  padding: 0;
  margin: 10px;
}
.popupformmain1 input[type="checkbox"].error {
  border: 1px solid #ff0000 !important;
}
.popupformmain1 button {
  width: 160px;
  margin: 20px auto 0 auto;
  display: inline-block;
  border: 0px;
  box-shadow: none;
  border-radius: 30px;
  padding: 10px 0;
  line-height: 22px;
  font-family: "AvenirLTStd-Black";
  font-size: 16px;
  color: #fff;
  background: #0d8bd7;
  cursor: pointer;
  letter-spacing: 0px;
}
.popupformmain1 button:hover {
  background: #000;
}
.popupformmain1box {
  display: table;
  content: "";
  width: 100%;
  clear: both;
  margin: 15px 0;
}
.popupformmain1boxcol1 {
  float: left;
  display: block;
  width: 48%;
}
.popupformmain1boxcol2 {
  float: right;
  display: block;
  width: 48%;
}
.popupformmain1 h6 {
  margin: 0 0 12px 0;
}
.popupformmain1 h6 span {
  font-family: "AvenirLTStd-Black";
  letter-spacing: 0;
  color: #034ea2;
}
/*  End  */

/*  main screen contain   */

.mainscreenleft {
  position: absolute;
  left: 2%;
  top: 13%;
  width: 65%;
  display: block;
  clear: both;
  background: #fff;
  border-radius: 7px;
}
.mainscreenright {
  position: absolute;
  right: 2%;
  top: 13%;
  width: 29%;
  display: none;
  clear: both;
  background: #fff;
  border-radius: 7px;
}

.toplogowrapper {
  width: 94%;
  padding: 15px 3%;
  display: table;
  clear: both;
  content: "";
  background: #fff;
  background-image: linear-gradient(#d3d3d3, #fff);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.toplogocol1 {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
.toplogocol1 img {
  width: 90%;
  display: block;
}
.toplogocol2 {
  width: 2%;
  display: inline-block;
  vertical-align: middle;
}
.toplogocol3 {
  width: 21%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.toplogocol3 a {
  font-family: "Conv_BentonSans-Black";
}
.toplogocol3 a:hover {
  color: #000;
}

.topvideolive {
  width: 120px;
  position: relative;
  margin: 0 auto;
}
.topvideolive a {
  color: #ff0002;
  text-transform: uppercase;
  padding: 0 0 0 15px;
}
.topvideolive a:hover {
  color: #000;
}
.topvideoliveicon {
  position: absolute;
  width: 20px;
  left: 0;
  top: 0px;
}
.topvideoliveicon .circle--outer {
  border: 1px solid #ff0002;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 auto 0px;
  position: relative;
  opacity: 0.8;
  -webkit-animation: circle 2s ease-in-out infinite;
  animation: circle 2s ease-in-out infinite;
}
.topvideoliveicon .circle--inner {
  background: #ff0002;
  left: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  opacity: 0.8;
}
.topvideoliveicon .circle--inner:after {
  content: "";
  display: block;
  border: 2px solid #e50040;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: -3px;
  left: -3px;
  position: absolute;
  opacity: 0.8;
  -webkit-animation: circle 2s ease-in-out 0.2s infinite;
  animation: circle 2s ease-in-out 0.2s infinite;
}
.topvideoliveicon span {
  color: #000;
}
@-webkit-keyframes circle {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes circle {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.toplogocol4 {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-family: "Conv_BentonSans-Black";
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  color: #0d8bd7;
}
.toplogocol4 span {
  display: block;
}

/*  End  */

/*  not register link  */

.zoomnotreglink {
  padding: 10px 2%;
  text-align: right;
  font-family: "AvenirLTStd-Black";
  letter-spacing: 0;
  font-size: 16px;
}
.zoomnotreglink a {
  text-decoration: underline;
  color: #ff0002;
}
.zoomnotreglink a:hover {
  color: #0d8bd7;
}

/*  End  */

/*  video  */

.mainscreenvideo {
  position: relative;
  width: 100%;
  height: 45vh;
}
.mainscreenvideo iframe {
  width: 100%;
  height: 100%;
  display: table;
}

/*  End  */

/*  sCreen Right */

.mainscreenright h2 {
  background: #0d8bd7;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-family: "AvenirLTStd-Black";
  padding: 10px 1px;
  clear: both;
  display: table;
  position: relative;
  width: 100%;
}
.handoutsrightclose {
  position: absolute;
  right: 5px;
  top: 10px;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #000;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
.handoutsrightclose1 {
  position: absolute;
  right: 5px;
  top: 10px;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #000;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
.mainscreenright hr {
  height: 2px;
  background: #cacaca;
  margin: 0px 0;
  border: 0;
}
.screenright {
  max-height: 55.7vh;
  overflow-x: hidden;
}
.screenright a {
  display: table;
  clear: both;
  content: "";
  width: 92%;
  padding: 10px 4%;
  font-family: "AvenirLTStd-Black";
  line-height: normal;
  letter-spacing: 0;
  color: #333;
}
.screenright a span {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}
.screenright a i {
  display: inline-block;
  vertical-align: middle;
  width: 14%;
  text-align: right;
  font-size: 28px;
  color: #0d8bd7;
}
.screenright a:hover,
.screenright a:hover i {
  color: #ff0002;
}

.screenright1 {
  max-height: 55.7vh;
  overflow-x: hidden;
  overflow: auto;
  display: flex;
  flex-direction: column-reverse;
}
.screenright2 {
  min-height: 55.7vh;
  overflow-x: hidden;
}

/*  End  */

/*  Table  */

.table2 {
  width: 100%;
  margin: 0px auto;
  border: 3px solid #0d8bd7;
  text-align: left;
}
.table2 tr {
  background: #eaeaea;
}
.table2 tr:nth-child(even) {
  background: #ffffff;
}
.table2 th {
  background: #0d8bd7;
  color: #fff;
  padding: 15px;
  font-size: 12px;
  line-height: 18px;
  font-family: "AvenirLTStd-Black";
  text-transform: uppercase;
  text-align: left;
  border-left: 1px solid #00578f;
  border-right: 1px solid #00578f;
}
.table2 tr:hover {
  background-color: #cacaca;
}
.table2 td {
  padding: 15px 15px;
  line-height: normal;
  font-size: 13px;
  border-left: 1px solid #0d8bd7;
  border-right: 1px solid #0d8bd7;
}
.table2 td:first-child {
  width: 35%;
  font-family: "AvenirLTStd-Black";
}
.table2 td:nth-child(2) {
  width: 65%;
}
.table2 th .btn1 a {
  padding: 5px 20px;
  font-size: 12px;
  text-transform: capitalize;
}

/*  End   */

/*  Presenters  wrapper  */

.presentersbox {
  width: 100%;
  display: table;
  clear: both;
  content: "";
}
.presentersboxcol1 {
  float: left;
  display: block;
  width: 30%;
}
.presentersboxcol1 img {
  width: 92%;
  display: table;
  padding: 4%;
  background: #dee1e3;
}
.presentersboxcol2 {
  float: right;
  display: block;
  width: 67%;
}
.presentersboxcol2 h2 {
  font-family: "Conv_BentonSans-Black";
  letter-spacing: 0;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}
.presentersboxcol2 h3 {
  font-family: "Conv_BentonSans-Black";
  letter-spacing: 0;
  color: #0d8bd7;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
}
.presentersboxcol2 h6 {
  font-family: "AvenirLTStd-Black";
  letter-spacing: 0;
  line-height: normal;
}

/*  End  */

/*  requestmeetingmain  */

.requestmeetingmainhe {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0;
  clear: both;
  display: block;
  content: "";
  max-height: 49vh;
  overflow-x: hidden;
}
.requestmeetingmain {
  width: 96%;
  margin: 0 auto;
  padding: 0;
  clear: both;
  display: table;
  content: "";
}
.requestmeetingcol1 {
  float: left;
  display: block;
  width: 26%;
  background: #f1f0f0;
  padding: 3%;
  text-align: center;
  border-radius: 7px;
  line-height: normal;
}
.requestmeetingmain h6 {
  font-family: "AvenirLTStd-Black";
  letter-spacing: 0;
  color: #fb2f31;
  line-height: normal;
  margin: 0 0 10px 0;
}
.requestmeetingmain h2 {
  font-family: "Conv_BentonSans-Black";
  letter-spacing: 0;
  color: #0d8bd7;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 0;
  clear: both;
  display: table;
  content: "";
  width: 100%;
}
.requestmeetingmain h2 span {
  float: left;
  display: block;
  width: 50%;
  color: #000;
}
.requestmeetingmain h2 select {
  float: right;
  display: block;
  width: 45%;
}
.reuestlogo {
  width: 200px;
  margin: 0 auto;
}
.requestmeetingcol2 {
  float: right;
  display: block;
  width: 65%;
}

.maintopcol1 span {
	display: block;
	font-size: 9px;
	line-height: normal;
	text-transform: uppercase;
	font-family: "AvenirLTStd-Black";
}

.requestmeetingmain h3 {
  font-family: "Conv_BentonSans-Black";
  letter-spacing: 0;
  color: #0d8bd7;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.requestmeetingcol2 input {
  width: 100%;
}
.requestmeetingmain button {
  margin: 0 auto 0px auto;
}

/*  End  */

/* conforance popup */

.popconfbox {
  width: 94%;
  margin: 15px auto;
  padding: 0;
  clear: both;
  display: table;
  content: "";
  background: #0d8bd7;
  border-radius: 7px;
}
.popconfboxcol1 {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  text-align: center;
  color: #fff;
  padding: 15px 0 0 0;
  column-fill: balance;
}
.popconfboxcol1 a {
  font-family: "AvenirLTStd-Black";
  display: block;
  color: #fff;
}
.popconfboxcol1 a i {
  font-size: 26px;
  display: block;
}
.popconfboxcol1 h6 {
  display: block;
  font-family: "AvenirLTStd-Black";
}
.popconfboxcol1 h6 img {
  display: block;
  width: 30px;
  margin: 0 auto;
}
.conboxbtn {
  display: inline-block;
  background: #ed1c24;
  color: #fff !important;
  font-family: "AvenirLTStd-Black";
  padding: 1px 10px;
  border-radius: 5px;
  font-size: 12px;
  margin: 5px 0;
}

.toplogocol1 span {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  font-family: "AvenirLTStd-Black";
}
.conboxbtn:hover {
  background: #000;
}
.popconfboxcol2 {
  display: inline-block;
  vertical-align: top;
  width: 85%;
  line-height: normal;
  font-size: 12px;
  background: #eaeaea;
  border-radius: 7px;
  column-fill: balance;
  min-height: 110px;
}
.popconfboxcol2 hr {
  margin: 10px 0;
}
.popconfboxcol2 h3 {
  font-family: "AvenirLTStd-Black";
  color: #000;
}
.popconfboxcol2 h3 span {
  font-family: "AvenirLTStd-Black";
  color: #034ea2;
  display: block;
  font-size: 14px;
}
.popconfboxcol2 p span {
  font-family: "AvenirLTStd-Black";
  color: #000;
}
.popconfboxcol2main {
  display: table;
  clear: both;
  content: "";
  width: 94%;
  margin: 0 auto;
  padding: 10px 0;
}
.popconfboxcol2maincol1 {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
.popconfboxcol2maincol2 {
  display: inline-block;
  vertical-align: top;
  width: 15%;
}
.popconfboxcol2maincol2 img {
  width: 90%;
  padding: 2%;
  margin: 3px auto;
  display: block;
  border: 1px solid #d0d0d0;
}
.popconfboxcol2maincol3 {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: right;
}
.popconfboxcol2maincol3 img {
  width: 30%;
  padding: 1%;
  background: #d0d0d0;
  display: inline-block;
  vertical-align: top;
  margin: 0.5%;
}
.popconfboxcol2maincol4 {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  text-align: right;
}
.popconfboxcol2maincol4sepk {
  display: table;
  clear: both;
  width: 100%;
}
.popconfboxcol2maincol4sepk img {
  width: 22%;
  padding: 1%;
  background: #d0d0d0;
  display: inline-block;
  vertical-align: top;
  margin: 0.5%;
}
.popconfboxcol2maincol4spon {
  display: table;
  clear: both;
  width: 100%;
}
.popconfboxcol2maincol4spon img {
  width: 30%;
  padding: 1%;
  background: #d0d0d0;
  display: inline-block;
  vertical-align: top;
  margin: 0.5%;
}

.popconfboxactive {
  background: #c91d24;
}
.popconfboxactive .popconfboxcol2 {
  background: #fab714;
}
.popconfboxactive .conboxbtn {
  background: #fff !important;
  color: #000 !important;
}
.popconfboxactive .conboxbtn:hover {
  background: #000 !important;
  color: #fff !important;
}
.popconfboxactive .popconfboxcol1 a:first-child {
  color: #fff;
  animation: myanimation1 3s infinite;
}

@keyframes myanimation1 {
  0% {
    color: #fff;
  }
  25% {
    color: #000;
  }
  50% {
    color: #fff;
  }
  75% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}

/*  End  */

/*  form  */

.popupformmain3 {
  width: 94%;
  margin: 0 auto;
  padding: 0 0 15px 0;
}
.popupformmain3 h6 {
  font-family: "AvenirLTStd-Black";
  font-size: 16px;
  line-height: normal;
}
.popupformmain3 label {
  display: block;
  width: 100%;
  color: #333;
  font-size: 14px;
  padding: 0 0 0 0px;
}
.popupformmain3 label span {
  color: #ff0000;
}
.popupformmain3 input,
.popupformmain3 textarea {
  width: 100%;
  border: 0;
  box-shadow: none;
  padding: 8px 3%;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #000;
  background: #e8e8e8 !important;
  border-radius: 5px;
  font-family: "AvenirLTStd-Book";
}
.popupformmain3 select {
  width: 100%;
  border: 0px;
  box-shadow: none;
  height: 34px;
  padding: 8px 3% 8px 3%;
  line-height: 18px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #000;
  background: #e8e8e8 !important;
  border-radius: 5px;
}
.popupformmain3 input.error,
.popupformmain3 select.error {
  border: 2px solid #ff0000;
}
.popupformmain3 button {
  width: 160px;
  margin: 20px auto 0 auto;
  display: block;
  border: 0px;
  box-shadow: none;
  border-radius: 30px;
  padding: 10px 0;
  line-height: 22px;
  font-family: "AvenirLTStd-Black";
  font-size: 16px;
  color: #fff;
  background: #0d8bd7;
  cursor: pointer;
  letter-spacing: 0px;
}
.popupformmain3 button:hover {
  background: #000;
}

/*  End  */

.radiobtn1 {
  display: inline-block !important;
  width: auto !important;
  position: relative;
  padding-left: 30px !important;
  margin: 7px 5px !important;
  cursor: pointer;
  font-size: 14px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radiobtn1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiobtn1 span {
  padding: 0;
  margin: 0;
}
.radiocheckmark1 {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #cccccc;
}
.radiobtn1:hover input ~ .radiocheckmark1 {
  background-color: #ccc;
}
.radiobtn1 input:checked ~ .radiocheckmark1 {
  background-color: #2196f3;
}
.radiocheckmark1:after {
  content: "";
  position: absolute;
  display: none;
}
.radiobtn1 input:checked ~ .radiocheckmark1:after {
  display: block;
}
.radiobtn1 .radiocheckmark1:after {
  top: 5px;
  left: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}

/*  countdown box wrapper  */

.countdownbg {
  width: 100%;
  padding: 0 0 100px 0;
  position: relative;
  display: block;
  background: url(../images/bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.countdownbox {
  width: 480px;
  margin: 20px auto 0 auto;
  background: #fff;
  border-radius: 7px;
  padding: 15px 20px;
  text-align: center;
  letter-spacing: 0;
}
.countdownboxlogo {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.countdownbox h5 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-family: "AvenirLTStd-Black";
  margin: 0px 0;
  color: #333;
}
.countdownbox h6 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-family: "AvenirLTStd-Black";
  margin: 20px 0;
  color: #333;
}
.countdownbox h6 span {
  display: block;
  color: #1d61bc;
}
.countdownbox h6:last-child {
  padding: 10px 0 15px 0;
}
.countdownbox h3 {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-family: "AvenirLTStd-Black";
  color: #1d61bc;
  text-align: center;
}

.countdownbox h4 {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0;
  margin: 15px auto;
  background: #e5e5e5;
  border-radius: 7px;
  padding: 10px 20px;
}
.countdownbox h4 span {
  display: block;
  color: #1d61bc;
  font-family: "AvenirLTStd-Black";
  font-size: 16px;
}

.idxcount {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}
.idxcount li {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
  letter-spacing: 0;
  font-size: 14px;
  font-family: "AvenirLTStd-Black";
}
.idxcount li span {
  display: block;
  font-size: 32px;
  line-height: 32px;
  font-family: "Conv_BentonSans-Black";
  color: #fab714;
}

.countboxcon h4 {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0;
  margin: 25px auto;
  background: #fab714;
  color: #333;
  border-radius: 7px;
  padding: 10px 20px;
}
.countboxcon h4 span {
  display: block;
  color: #000;
  font-family: "AvenirLTStd-Black";
  font-size: 16px;
}
.countboxcon .idxcount {
  color: #fff;
}
.countboxcon .idxcount li span {
  color: #fab714;
}

/*  End  */

/*  count box con  */

.countboxcon {
  letter-spacing: 0;
}
.countboxcon h3 {
  font-size: 20px;
  line-height: 24px;
  color: #fab714;
  font-family: "AvenirLTStd-Black";
  margin: 0;
  padding: 20px 0 5px 0;
}
.countboxcon h5 {
  font-size: 16px;
  padding: 0;
  color: #fff;
  font-family: "AvenirLTStd-Black";
}
.countboxcon h6 {
  font-size: 16px;
  line-height: 24px;
  color: #fab714;
  font-family: "AvenirLTStd-Black";
  margin: 0;
  padding: 20px 0;
}
.countboxcon h6 span {
  display: block;
  color: #fff;
  font-size: 15px;
}
.countboxcon p i {
  font-size: 12px;
  line-height: normal;
}
.countboxcon p i span {
  display: block;
}

/*  End  */

/*  right count down video  */

.countdownvideo {
  width: 45%;
  right: 5%;
  top: 10%;
  position: absolute;
  display: block;
  overflow-x: hidden;
}
.countdownvideo h3 {
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  font-family: "AvenirLTStd-Black";
  text-align: center;
}
.countdownvideo iframe {
  width: 100%;
  height: 360px;
  display: table;
}

/*  End  */

/*  suravy form bg   */

.mainscreensurvay {
  height: inherit !important;
  width: 100%;
  position: relative;
  background: url(../images/bg.jpg) no-repeat center;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  clear: both;
}
.mainscreensurvay .maintopbg {
  position: relative;
}
.mainscreensurvay .tabmenubottom {
  position: relative;
  bottom: 0px;
  padding: 30px 0 5px 0;
}

.suravyformbg {
  width: 92%;
  margin: 0 auto;
  padding: 0 4% 2% 4%;
  border-radius: 10px;
  max-height: 50vh;
  margin: 0 auto;
  background: #fff;
  overflow-x: hidden;
}

.mainscreensurvay .suravyformbg {
  width: 60%;
  margin: 0 auto;
  padding: 2% 4%;
  max-height: 60%;
  margin: 5% auto 0 auto;
  background: #fff;
  overflow-x: hidden;
}

.suravyformbg h3 {
  font-family: "AvenirLTStd-Black";
  width: 100%;
  margin: 0 auto 25px auto;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0;
}
.suravyformbg h3 span {
  color: #ed1c24;
  display: block;
  margin-bottom: 5px;
}
.suravyformbg h4 {
  font-family: "AvenirLTStd-Black";
  margin: 0 auto 5px auto;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0;
}
.suravyformbg p {
  margin: 0 0 10px 0;
}

.suravyform1main {
  width: 100%;
  clear: both;
  display: table;
}
.suravyform1colwrap {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 15px 0;
  display: table;
  clear: both;
  content: "";
}
.suravyform1col1 {
  float: left;
  display: block;
  width: 60%;
}
.suravyform1col2 {
  float: right;
  display: block;
  width: 40%;
}

.suravyform2main {
  width: 100%;
  clear: both;
  display: table;
}
.suravyform2wrap1 {
  width: 100%;
  clear: both;
  display: table;
  content: "";
  padding: 1%;
  margin: 10px 0;
}
.suravyform2wrap1:nth-child(odd) {
  background: #ebebeb;
  border-radius: 5px;
}

.suravyform2wrap1box1 {
  float: left;
  display: block;
  width: 31.33%;
  margin: 1%;
}
.suravyform2wrap1box2 {
  display: block;
  width: 98%;
  margin: 1%;
}

.suravyformbg label {
  display: block;
  width: 100%;
  font-family: "AvenirLTStd-Black";
  font-size: 16px;
  padding: 0 0 5px 0px;
  letter-spacing: 0;
  color: #444;
}
.suravyformbg label span {
  color: #000;
}
.suravyformbg .survaytextformnormal label {
  font-family: "AvenirLTStd-Book";
  font-size: 14px;
}
.survaytextformnormal {
  overflow-x: hidden;
}
.suravyformbg input,
.suravyformbg textarea {
  width: 93%;
  border: 2px solid #d8d8d8;
  box-shadow: none;
  padding: 8px 3%;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #666;
  background: #f4f4f4 !important;
}
.suravyformbg select {
  width: 100%;
  border: 0px;
  box-shadow: none;
  height: 44px;
  padding: 12px 3% 12px 3%;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000;
  background: #e8e8e8 !important;
}
.suravyformbg input.error,
.suravyformbg select.error {
  border: 2px solid #ff0000;
}
.suravyformbg input[type="checkbox"] {
  width: auto;
  padding: 0;
  margin: 10px;
}
.suravyformbg input[type="checkbox"].error {
  border: 1px solid #ff0000 !important;
}
.suravyformbg button {
  width: 180px;
  margin: 20px auto 0 auto;
  display: block;
  border: 0px;
  box-shadow: none;
  border-radius: 5px;
  padding: 14px 0;
  line-height: 22px;
  font-family: "AvenirLTStd-Black";
  font-size: 20px;
  color: #ffffff;
  background: #0066ae;
  cursor: pointer;
  letter-spacing: 1px;
}
.suravyformbg button:hover {
  background: #000;
  color: #fff;
}

/*  End  */

.checkbox1 {
  display: inline-block !important;
  width: auto !important;
  position: relative;
  padding-left: 24px !important;
  margin: 5px 5px !important;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox1 span {
  padding: 0;
  margin: 0;
}
.checkbox1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkboxmark1 {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #eee;
  border: 1px solid #cccccc;
}
.checkbox1:hover input ~ .checkboxmark1 {
  background-color: #ccc;
}
.checkbox1 input:checked ~ .checkboxmark1 {
  background-color: #2196f3;
}
.checkboxmark1:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox1 input:checked ~ .checkboxmark1:after {
  display: block;
}
.checkbox1 .checkboxmark1:after {
  left: 5px;
  top: 2px;
  width: 2px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.othercheckinput {
  display: inline-block !important;
  position: relative;
  width: auto !important;
}
.othercheckinput input {
  width: 130px;
  padding: 8px 10px;
}

/*  declemertext  */

.declemertext {
  font-size: 12px;
  line-height: normal;
}
.declemertext h5 {
  font-size: 16px;
  line-height: normal;
  margin: 20px 0 0 0;
  font-family: "AvenirLTStd-Black";
}
.declemertext p {
  margin: 10px 0 0 0;
}
.declemertext a {
  color: #fbb714;
}
/*  End  */

/*  Ask Qution   */

.askquestionmain {
  width: 100%;
  clear: both;
  display: table;
  position: relative;
}
.askquestionmain hr {
  background: #21a1ee;
}

.askqueansmain {
  width: 92%;
  padding: 4%;
  clear: both;
  display: table;
  position: relative;
}
.askqueansmain .askquebox:first-child {
  padding: 0;
  margin: 0;
  border: 0 !important;
}
.askquebox {
  width: 97%;
  padding: 5px 0 0 3%;
  margin: 10px 0 0 0;
  clear: both;
  display: table;
  content: "";
  position: relative;
  border-top: 1px solid #ccc;
}
.askquebox h4 {
  line-height: normal;
  margin: 0;
  padding: 0;
  font-family: "AvenirLTStd-Black";
  margin: 0 0 1px 0;
  display: table;
  clear: both;
  content: "";
  width: 100%;
  color: #0d8bd7;
  font-size: 14px;
}
.askquebox h4 span {
  font-size: 10px;
  color: #000;
  font-family: "AvenirLTStd-Black";
}
.askquebox h4 i {
  float: right;
  display: block;
  font-size: 22px;
  padding: 0 10px 0px 0;
  color: #ff0002;
  cursor: pointer;
}
.askquebox p {
  line-height: normal;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #444444;
}

.askansbox {
  display: block;
  width: 100%;
  clear: both;
  padding: 10px 0 0 0;
}
.askansbox textarea {
  width: 70%;
  padding: 5px 2%;
  border: 1px solid #ccc;
  box-shadow: none;
  letter-spacing: 0;
  font-size: 14px;
  font-family: "AvenirLTStd-Book";
  border-radius: 5px;
  display: block;
  float: left;
}
.askansbox button {
  border: 0;
  box-shadow: none;
  background: none;
  letter-spacing: 0;
  font-size: 12px;
  font-family: "AvenirLTStd-Black";
  display: block;
  float: right;
  color: #fff;
  background: #0d8bd7;
  padding: 7px 10px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}
.popmain1con1 .askquestionmain hr {
  margin: 0;
}
.popmain1con1 .askqueansmain {
  width: 100%;
}
.popmain1con1 .askquestionmain {
  padding: 0 0 50px 0;
}

/*  End  */

/* CLEAR FIX */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.clearboth {
  clear: both;
  min-height: 1px;
}
/* END FIX */
