/*** New styles for OmeirConnect #Naresh# OTAOR-10275 310125 Start ****/ 
@font-face {
  font-family: 'Gotham-Bold';
  src:  url('fonts/Gotham Bold.otf');
  /* src:  url('fonts/segoeui_bold.eot?#iefix') format('embedded-opentype'); */
}
@font-face {
  font-family: 'Gotham-Medium';
  src:  url('fonts/Gotham Medium.otf');
}
body {
    font-family: 'Gotham-Medium';
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px;
    color: #000 !important;
}
.login-page, .register-page {
    background: #a6b8ca;
    background: linear-gradient(217deg, rgba(214, 216, 227, 1), rgba(233, 235, 240, 1) 70.71%), linear-gradient(127deg, rgba(214, 216, 227, 1), rgba(233, 235, 240, 1) 70.71%), linear-gradient(336deg, rgba(229, 234, 241, 1), rgba(225, 237, 244, 1) 70.71%);
}

.b2b-login-header {
	height: 80px;
	width: 100%;
	background: #1b325d !important;
	border-radius:0px !important;
	position:fixed;
	top:0;
	z-index:2;
}
.b2b-login-logo {
	height: 40px;
	margin-left: 30px;
	margin-top: 20px;
}
.b2b-login-callcentre-logo {
	height: 50px;
	margin-top: 15px;
	padding-left: 0px; 
	margin-right: 20px;
}
.sales-contact-title {
    font-size: 14px;
    font-family: Gotham-Medium;
    margin-top: 10px;
    color: #FFF;
}
.sales-contact-number {
    color: #FFF;
    font-size: 14px;
    font-family: Gotham-Bold;
    margin-top: 1px;
}
.valign-container {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.valign-content {
    align-self: center !important;
	    bottom: 70px;
    position: absolute;
}
.b2b-slidetext1 {
    font-size: 28px;
    font-family: 'Gotham-Bold';
    color: #1B325D;
}
.b2b-slidetext1 span {
    border-bottom:solid 3px #f5bd3d;
}
.b2b-slidetext2 {
    font-size: 26px;
    font-family: 'Gotham-Bold';
    color: #1B325D;
    margin-top: 10px;
}
.b2b-slidetext3 {
    font-size: 24px;
    font-family: 'Gotham-Medium';
    color: #FFFFFF;
    /*text-shadow: 1px 1px #999999;*/
	background: #47A4DB;
    display: inline-block;
    margin-top: 8px;
    padding: 0px 5px;
}
.b2b-social-icons {
    padding-left: 0px;
    list-style-type: none;
    margin-left: 30px;
}
.oc-footer-right{
	text-align:left;
	float:right;
	width:200px;
}
.login-box
{
    width: 90%;
    border:solid 1px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
	/* -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */
	/* -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */
	/* -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */
	/* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */
}
.register-box {
    width: 100%;
    border:solid 1px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
	/* -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */
	/* -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */
	/* -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */
	/* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */
}
.loginpagelogo{
	text-align:center;
	margin:0px 0px 10px 0px;
}
.login-form-control{
	height:34px !important;
	padding:6px 12px !important;
}
.login-form-group{
	margin-bottom:25px !important;
}
@media only screen and (max-width: 768px) {
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
		margin:20px auto;
    }
	.b2b-social-icons img{
		width:30px;
		margin-bottom:10px;
	}
	.b2b-slidetext1, .b2b-slidetext2{
		font-size:20px !important;
	}

}
.ota-forgot-pass{
	margin-top:20px;
	font-size:14px;
	display:block;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777
}
.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 0px 20px 0px;
    font-size: 18px;
    font-family: 'Gotham-Medium';
    color: #0b3d7a;
}
.loginpagelogo{
	text-align:center;
	margin:0px 0px 10px 0px;
}
.login-form-control{
	height:34px !important;
	padding:6px 12px !important;
}
.login-form-group{
	margin-bottom:25px !important;
}
	@media (max-width: 1280px) {
	.b2b-slidetext1{
		font-size:22px;
	}
	.b2b-slidetext2{
		font-size:20px;
	}
	.b2b-slidetext3{
		font-size:18px;
	}
}	
@media (max-width: 1130px) {
	.b2b-slidetext1{
		font-size:18px;
	}
	.b2b-slidetext2{
		font-size:18px;
	}
	.b2b-slidetext3{
		font-size:16px;
	}
}	
@media (max-width: 1020px) {
	.b2b-slidetext1{
		font-size:15px;
	}
	.b2b-slidetext2{
		font-size:13px;
	}
	.b2b-slidetext3{
		font-size:15px;
	}
}	
@media (max-width: 1020px) {
	.b2b-slidetext1, .b2b-slidetext2, .b2b-slidetext3, .carousel-indicators{
		display:none;
	}
	.login-box{
		left:50%;
		right:auto;
		margin-left:-190px;
		width:380px;
	}
	
}
@media only screen and (max-width: 768px) {
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
		margin:20px auto;
    }
	
}
.carousel-inner .item img {
    width: 100%;
    height: 100vh !important;
    object-fit: cover;
    object-position: center center;
}
.ota-forgot-pass{
	margin-top:20px;
	font-size:14px;
	display:block;
}
.login-box-body
{
    background: rgba(255,255,255,0.8);
    padding: 25px;
    color: #1B325D;
	height:470px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
}
.register-box-body {
    background: rgba(255,255,255,1);
    padding: 25px;
    color: #1B325D;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777
}
.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 0px 20px 0px;
    font-size: 18px;
    font-family: 'Gotham-Medium';
    color: #0b3d7a;
}
.form-group.login_fgroup, .form-group.register_fgroup {
    position: relative;
}
.form-group.login_fgroup {
    margin-bottom: 18px !important;
}
.form-group.login_fgroup [data-toggle="floatLabel"][data-value=""], .form-group.register_fgroup [data-toggle="floatLabel"][data-value=""] {
    padding-top: 0px;
}
.form-group.login_fgroup{
	margin-bottom:18px !important;
}
.form-group.login_fgroup .form-control{
	height:45px;
}
/* Basic Style */
.form-group.login_fgroup, .form-group.register_fgroup {
	position: relative;   
}
.form-group.login_fgroup [data-toggle="floatLabel"], .form-group.login_fgroup .form-control {
	height: 45px;
	padding-top: 16px;
	padding-left:45px;
	font-size:13px;
	border-radius:5px;
}
.form-group.register_fgroup .form-control {
	height: 45px;
	padding-top: 0px;
	padding-left:10px;
	font-size:13px;
	border-radius:5px;
}
.form-group.login_fgroup [data-toggle="floatLabel"] + label, .form-group.register_fgroup [data-toggle="floatLabel"] + label {
	font-size: 12px;
	left: 40px;
	opacity: 1;
	position: absolute;
	top: 5px;
	transition: all 0.3s ease-in-out;
	font-weight:normal;
	font-family:Gotham-Medium;
}
.form-group.login_fgroup [data-toggle="floatLabel"]:required + label, .form-group.register_fgroup [data-toggle="floatLabel"]:required + label {
	color: rgb(255, 0, 0);
}

/* Positioning */
.form-group.login_fgroup [data-toggle="floatLabel"][data-value=""], .form-group.register_fgroup [data-toggle="floatLabel"][data-value=""] {
	padding-top: 5px;
}
.form-group.login_fgroup [data-toggle="floatLabel"][data-value=""] + label, .form-group.register_fgroup [data-toggle="floatLabel"][data-value=""] + label {
	opacity: 0;
	top: 18px;
}
.ota-login-icon{
	position:absolute;
	top:8px;
	left:15px;
	/* z-index:9999; */
	cursor:pointer;
	font-size:22px;
}
.ota-login-icon2{
	position:absolute;
	top:8px;
	right:15px;
	/* z-index:9999; */
	cursor:pointer;
	font-size:18px;
}
.login-btn{
	width:100%;
	padding:10px 20px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-family:Gotham-Medium;
	font-size:13px;
}
small.help-block {
    color: #e6000f !important;
    font-size: 11px;
    font-family: 'Gotham-Medium';
}
.help-block {
    display: block;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #737373;
    font-size: 12px;
}
.form-group {
    margin-bottom: 8px !important;
}
.loginprofile-modal {
    background: rgba(0, 0, 0, 1) !important;
}
.modal {
    background: rgba(0, 0, 0, 0.7);
}
.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0
}
@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125)
    }
}
.modal-header {
    border-bottom-color: #e4e4e4;
	background:#fafafa;
	padding:10px 15px;
	color:#333;
	font-size:14px;
	font-family:'Gotham-Medium';
}
.modal-footer {
    border-top-color: #e5e5e5;
	padding:15px;
}
@media (max-width: 767px){

.b2b-login-callcentre-logo{
	height:35px !important;
	margin-top:22px !important;
	margin-right:5px;
}
.b2b-login-logo {
    height: 30px;
    margin-left: 20px;
    margin-top: 25px;
}
.resp-align{
	text-align:right !important;
}
}
.b2b-login-box-msg {
    text-align: left;
    border-bottom: solid 3px #E3B448;
    color: #1B325D;
    font-size: 18px;
    font-family: 'Gotham-Bold';
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: 30px;
}
a.b2bregistrationlink {
    color: #186dde;
    font-family: Gotham-Medium;
}
.oc-copyright{
	margin-top:20px;
	height:20px;
	line-height:20px;
	font-family: Gotham-Bold;
}
.btn-lightblue {
	color: #fff !important;
	background-color: #47A4DB;
	border-color: #47A4DB;
}
.btn-lightblue:hover, .btn-lightblue:focus{
	color: #fff !important;
	background-color:#1b325d;
	border-color:#1b325d;
}
.btn-mediumblue {
	color: #fff !important;
	background-color: #1b325d;
	border-color: #1b325d;
}
.b2b-social-icons>li>a>div {
	height: 30px;
	width: 30px;
	display: block;
	border-radius: 50%;
	background: #FFF;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color:#1b325d;
}
.b2b-social-icons li {
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}
.b2b-login-footer {
	min-height: 60px;
	width: 100%;
	background: #1b325d !important;
	border-radius: 0px !important;
	text-align: center;
	color:#FFF;
	bottom:0;
	position:fixed;
	z-index:2;
}	
.oc-login-body{
	/*position: absolute;
    height: 100%;
    top: 50%;
    margin-top: -235px;
    width: 100%;
	display:table;
	padding: 50px 0px;*/
}
.oc-registration-body{
	position: absolute;
    height: 640px;
    top: 50%;
    margin-top: -350px;
    width: 100%;
    padding: 100px 0px;
    display:table;
	
}
/** sales contact added #Naresh# 041024 OTAOR-9738 Start  **/
@media (max-width: 767px) {
	.sales-contact-number, .sales-contact-title{
		font-size:12px;
	}
	.sales-contact-title{
		margin-top:15px;
	}
}
/** sales contact added #Naresh# 041024 OTAOR-9738 End  **/
/** agent registration link changes OTAOR-9271 #Naresh# 240924 Start ***/
a.b2bloginlink{
	color:#186dde;
	font-family: Gotham-Medium;
}
a.b2bregistrationlink{
	color:#186dde;
	font-family: Gotham-Bold;
}
/** agent registration link changes OTAOR-9271 #Naresh# 240924 End ***/
.instant-otp-btn {
	font-family: Gotham-Medium;
	font-size: 13px;
	padding: 8px 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 100%;
	cursor: pointer;
}
.login-btn {
	width: 100%;
}
.captcha-inputs {
	font-family: arial;
	font-weight: 600;
	font-size: 16px;
	line-height: 42px;
	height: 43px;
	padding: 0px 10px !important;
}
.carousel-indicators .active {
  background: #31708f;
}
.carousel-indicators .active {
	width: 15px;
	height: 15px;
	background-color: #f5bd3d;
	border: 2px solid #999;
	margin: 0px 4px;
}
.carousel-indicators li {
	border: 2px solid #999;
	background: #e4e4e4;
	width: 15px;
	height: 15px;
	margin: 0px 4px;
}
.content {
  margin-top: 20px;
}

.adjust1 {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.adjust2 {
  margin: 0;
}

.carousel-control {
  color: #31708f;
  width: 5%;
}

.carousel-control:hover, .carousel-control:focus {
  color: #31708f;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.media-object {
  margin: auto;
  margin-top: 15%;
}

@media screen and (max-width: 768px) {
  .media-object {
	margin-top: 0;
  }
}
/*** Elaqua CSS ***/
.elq-form .elq-required{
     color:red!important;
     display:inline;
     float:none;
     font-weight:700;
     margin:0;
     padding:0
}
 .elq-form #elq-FormLastRow{
     position:absolute;
     left:-80%;
     top:-80%
}
 .elq-form .elq-label{
     display:inline-block;
     max-width:100%;
     font-weight:400;
     box-sizing:border-box;
     margin-bottom:0
}
 .elq-form .elq-label-top{
     padding-bottom:3px
}
 .elq-form .elq-item-label{
     max-width:100%;
     font-weight:400;
     box-sizing:border-box
}
 .elq-form .list-order{
     margin-left:0;
     white-space:nowrap;
     overflow:hidden;
     text-overflow:ellipsis
}
 .elq-form .one-column{
     width:100%;
     clear:both
}
 .elq-form .two-column{
     float:left;
     width:38%
}
 .elq-form .three-column{
     float:left;
     width:30%
}
 .elq-form .elq-item-textarea{
     resize:vertical;
     min-height:48px;
     max-height:360px;
     box-sizing:border-box
}
 .elq-form .elq-item-input,.elq-form .elq-item-select,.elq-form .elq-item-textarea{
     font-family:inherit;
     font-size:inherit;
     line-height:inherit;
     color:inherit;
     font:inherit;
     margin:0
}
 .elq-form .elq-item-select{
     text-transform:none
}
 .elq-form .row.single-checkbox-row{
     margin-left:0
}
 .elq-form .elq-field-style{
     padding-bottom:10px
}
 .elq-form .elq-field-style input[type=submit]{
     -webkit-appearance:button
}
 @-webkit-keyframes spin{
     0%{
         -webkit-transform:rotate(0deg)
    }
     to{
         -webkit-transform:rotate(1turn)
    }
}
 @keyframes spin{
     0%{
         transform:rotate(0deg)
    }
     to{
         transform:rotate(1turn)
    }
}
 .elq-form .loader{
     vertical-align:middle;
     display:inline-block;
     margin-left:10px;
     border:3px solid #f3f3f3;
     border-radius:50%;
     border-top:3px solid #3498db;
     width:20px;
     height:20px;
     -webkit-animation:spin 2s linear infinite;
     animation:spin 2s linear infinite
}
 .elq-form input[type=checkbox],.elq-form input[type=radio]{
     margin:0
}
 .elq-form .list-order input[type=radio]{
     margin-left:1px
}
 .elq-form *,.elq-form :after,.elq-form :before{
     box-sizing:border-box
}
 .elq-form html{
     font-size:10px;
     -webkit-tap-highlight-color:transparent
}
 .elq-form body{
     font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
     font-size:14px;
     line-height:1.42857;
     color:#333;
     background-color:#fff
}
 .elq-form button,.elq-form input,.elq-form select,.elq-form textarea{
     font-family:inherit;
     font-size:inherit;
     line-height:inherit
}
 .elq-form a{
     color:#337ab7;
     text-decoration:none
}
 .elq-form a:focus,.elq-form a:hover{
     color:#23527c;
     text-decoration:underline
}
 .elq-form a:focus{
     outline:5px auto -webkit-focus-ring-color;
     outline-offset:-2px
}
 .elq-form figure{
     margin:0
}
 .elq-form img{
     vertical-align:middle
}
 .elq-form .img-responsive{
     display:block;
     max-width:100%;
     height:auto
}
 .elq-form .img-rounded{
     border-radius:6px
}
 .elq-form .img-thumbnail{
     padding:4px;
     line-height:1.42857;
     background-color:#fff;
     border:1px solid #ddd;
     border-radius:4px;
     transition:all .2s ease-in-out;
     display:inline-block;
     max-width:100%;
     height:auto
}
 .elq-form .img-circle{
     border-radius:50%
}
 .elq-form hr{
     margin-top:20px;
     margin-bottom:20px;
     border:0;
     border-top:1px solid #eee
}
 .elq-form .sr-only{
     position:absolute;
     width:1px;
     height:1px;
     padding:0;
     margin:-1px;
     overflow:hidden;
     clip:rect(0,0,0,0);
     border:0
}
 .elq-form .sr-only-focusable:active,.elq-form .sr-only-focusable:focus{
     position:static;
     width:auto;
     height:auto;
     margin:0;
     overflow:visible;
     clip:auto
}
 .elq-form [role=button]{
     cursor:pointer
}
 .elq-form .container{
     padding-right:15px;
     padding-left:15px;
     margin-right:auto;
     margin-left:auto
}
 .elq-form .container:after,.elq-form .container:before{
     display:table;
     content:" "
}
 .elq-form .container:after{
     clear:both
}
 @media (min-width:768px){
     .elq-form .container{
         width:750px
    }
}
 @media (min-width:992px){
     .elq-form .container{
         width:970px
    }
}
 @media (min-width:1200px){
     .elq-form .container{
         width:1170px
    }
}
 .elq-form .container-fluid{
     padding-right:15px;
     padding-left:15px;
     margin-right:auto;
     margin-left:auto
}
 .elq-form .container-fluid:after,.elq-form .container-fluid:before{
     display:table;
     content:" "
}
 .elq-form .container-fluid:after{
     clear:both
}
 .elq-form .row{
     margin-right:-15px;
     margin-left:-15px
}
 .elq-form .row:after,.elq-form .row:before{
     display:table;
     content:" "
}
 .elq-form .row:after{
     clear:both
}
 .elq-form .row-no-gutters{
     margin-right:0;
     margin-left:0
}
 .elq-form .row-no-gutters [class*=col-]{
     padding-right:0;
     padding-left:0
}
 .elq-form .col-lg-1,.elq-form .col-lg-2,.elq-form .col-lg-3,.elq-form .col-lg-4,.elq-form .col-lg-5,.elq-form .col-lg-6,.elq-form .col-lg-7,.elq-form .col-lg-8,.elq-form .col-lg-9,.elq-form .col-lg-10,.elq-form .col-lg-11,.elq-form .col-lg-12,.elq-form .col-md-1,.elq-form .col-md-2,.elq-form .col-md-3,.elq-form .col-md-4,.elq-form .col-md-5,.elq-form .col-md-6,.elq-form .col-md-7,.elq-form .col-md-8,.elq-form .col-md-9,.elq-form .col-md-10,.elq-form .col-md-11,.elq-form .col-md-12,.elq-form .col-sm-1,.elq-form .col-sm-2,.elq-form .col-sm-3,.elq-form .col-sm-4,.elq-form .col-sm-5,.elq-form .col-sm-6,.elq-form .col-sm-7,.elq-form .col-sm-8,.elq-form .col-sm-9,.elq-form .col-sm-10,.elq-form .col-sm-11,.elq-form .col-sm-12,.elq-form .col-xs-1,.elq-form .col-xs-2,.elq-form .col-xs-3,.elq-form .col-xs-4,.elq-form .col-xs-5,.elq-form .col-xs-6,.elq-form .col-xs-7,.elq-form .col-xs-8,.elq-form .col-xs-9,.elq-form .col-xs-10,.elq-form .col-xs-11,.elq-form .col-xs-12{
     position:relative;
     min-height:1px;
     padding-right:15px;
     padding-left:15px
}
 .elq-form .col-xs-1,.elq-form .col-xs-2,.elq-form .col-xs-3,.elq-form .col-xs-4,.elq-form .col-xs-5,.elq-form .col-xs-6,.elq-form .col-xs-7,.elq-form .col-xs-8,.elq-form .col-xs-9,.elq-form .col-xs-10,.elq-form .col-xs-11,.elq-form .col-xs-12{
     float:left
}
 .elq-form .col-xs-1{
     width:8.33333%
}
 .elq-form .col-xs-2{
     width:16.66667%
}
 .elq-form .col-xs-3{
     width:25%
}
 .elq-form .col-xs-4{
     width:33.33333%
}
 .elq-form .col-xs-5{
     width:41.66667%
}
 .elq-form .col-xs-6{
     width:50%
}
 .elq-form .col-xs-7{
     width:58.33333%
}
 .elq-form .col-xs-8{
     width:66.66667%
}
 .elq-form .col-xs-9{
     width:75%
}
 .elq-form .col-xs-10{
     width:83.33333%
}
 .elq-form .col-xs-11{
     width:91.66667%
}
 .elq-form .col-xs-12{
     width:100%
}
 .elq-form .col-xs-pull-0{
     right:auto
}
 .elq-form .col-xs-pull-1{
     right:8.33333%
}
 .elq-form .col-xs-pull-2{
     right:16.66667%
}
 .elq-form .col-xs-pull-3{
     right:25%
}
 .elq-form .col-xs-pull-4{
     right:33.33333%
}
 .elq-form .col-xs-pull-5{
     right:41.66667%
}
 .elq-form .col-xs-pull-6{
     right:50%
}
 .elq-form .col-xs-pull-7{
     right:58.33333%
}
 .elq-form .col-xs-pull-8{
     right:66.66667%
}
 .elq-form .col-xs-pull-9{
     right:75%
}
 .elq-form .col-xs-pull-10{
     right:83.33333%
}
 .elq-form .col-xs-pull-11{
     right:91.66667%
}
 .elq-form .col-xs-pull-12{
     right:100%
}
 .elq-form .col-xs-push-0{
     left:auto
}
 .elq-form .col-xs-push-1{
     left:8.33333%
}
 .elq-form .col-xs-push-2{
     left:16.66667%
}
 .elq-form .col-xs-push-3{
     left:25%
}
 .elq-form .col-xs-push-4{
     left:33.33333%
}
 .elq-form .col-xs-push-5{
     left:41.66667%
}
 .elq-form .col-xs-push-6{
     left:50%
}
 .elq-form .col-xs-push-7{
     left:58.33333%
}
 .elq-form .col-xs-push-8{
     left:66.66667%
}
 .elq-form .col-xs-push-9{
     left:75%
}
 .elq-form .col-xs-push-10{
     left:83.33333%
}
 .elq-form .col-xs-push-11{
     left:91.66667%
}
 .elq-form .col-xs-push-12{
     left:100%
}
 .elq-form .col-xs-offset-0{
     margin-left:0
}
 .elq-form .col-xs-offset-1{
     margin-left:8.33333%
}
 .elq-form .col-xs-offset-2{
     margin-left:16.66667%
}
 .elq-form .col-xs-offset-3{
     margin-left:25%
}
 .elq-form .col-xs-offset-4{
     margin-left:33.33333%
}
 .elq-form .col-xs-offset-5{
     margin-left:41.66667%
}
 .elq-form .col-xs-offset-6{
     margin-left:50%
}
 .elq-form .col-xs-offset-7{
     margin-left:58.33333%
}
 .elq-form .col-xs-offset-8{
     margin-left:66.66667%
}
 .elq-form .col-xs-offset-9{
     margin-left:75%
}
 .elq-form .col-xs-offset-10{
     margin-left:83.33333%
}
 .elq-form .col-xs-offset-11{
     margin-left:91.66667%
}
 .elq-form .col-xs-offset-12{
     margin-left:100%
}
 @media (min-width:768px){
     .elq-form .col-sm-1,.elq-form .col-sm-2,.elq-form .col-sm-3,.elq-form .col-sm-4,.elq-form .col-sm-5,.elq-form .col-sm-6,.elq-form .col-sm-7,.elq-form .col-sm-8,.elq-form .col-sm-9,.elq-form .col-sm-10,.elq-form .col-sm-11,.elq-form .col-sm-12{
         float:left
    }
     .elq-form .col-sm-1{
         width:8.33333%
    }
     .elq-form .col-sm-2{
         width:16.66667%
    }
     .elq-form .col-sm-3{
         width:25%
    }
     .elq-form .col-sm-4{
         width:33.33333%
    }
     .elq-form .col-sm-5{
         width:41.66667%
    }
     .elq-form .col-sm-6{
         width:50%
    }
     .elq-form .col-sm-7{
         width:58.33333%
    }
     .elq-form .col-sm-8{
         width:66.66667%
    }
     .elq-form .col-sm-9{
         width:75%
    }
     .elq-form .col-sm-10{
         width:83.33333%
    }
     .elq-form .col-sm-11{
         width:91.66667%
    }
     .elq-form .col-sm-12{
         width:100%
    }
     .elq-form .col-sm-pull-0{
         right:auto
    }
     .elq-form .col-sm-pull-1{
         right:8.33333%
    }
     .elq-form .col-sm-pull-2{
         right:16.66667%
    }
     .elq-form .col-sm-pull-3{
         right:25%
    }
     .elq-form .col-sm-pull-4{
         right:33.33333%
    }
     .elq-form .col-sm-pull-5{
         right:41.66667%
    }
     .elq-form .col-sm-pull-6{
         right:50%
    }
     .elq-form .col-sm-pull-7{
         right:58.33333%
    }
     .elq-form .col-sm-pull-8{
         right:66.66667%
    }
     .elq-form .col-sm-pull-9{
         right:75%
    }
     .elq-form .col-sm-pull-10{
         right:83.33333%
    }
     .elq-form .col-sm-pull-11{
         right:91.66667%
    }
     .elq-form .col-sm-pull-12{
         right:100%
    }
     .elq-form .col-sm-push-0{
         left:auto
    }
     .elq-form .col-sm-push-1{
         left:8.33333%
    }
     .elq-form .col-sm-push-2{
         left:16.66667%
    }
     .elq-form .col-sm-push-3{
         left:25%
    }
     .elq-form .col-sm-push-4{
         left:33.33333%
    }
     .elq-form .col-sm-push-5{
         left:41.66667%
    }
     .elq-form .col-sm-push-6{
         left:50%
    }
     .elq-form .col-sm-push-7{
         left:58.33333%
    }
     .elq-form .col-sm-push-8{
         left:66.66667%
    }
     .elq-form .col-sm-push-9{
         left:75%
    }
     .elq-form .col-sm-push-10{
         left:83.33333%
    }
     .elq-form .col-sm-push-11{
         left:91.66667%
    }
     .elq-form .col-sm-push-12{
         left:100%
    }
     .elq-form .col-sm-offset-0{
         margin-left:0
    }
     .elq-form .col-sm-offset-1{
         margin-left:8.33333%
    }
     .elq-form .col-sm-offset-2{
         margin-left:16.66667%
    }
     .elq-form .col-sm-offset-3{
         margin-left:25%
    }
     .elq-form .col-sm-offset-4{
         margin-left:33.33333%
    }
     .elq-form .col-sm-offset-5{
         margin-left:41.66667%
    }
     .elq-form .col-sm-offset-6{
         margin-left:50%
    }
     .elq-form .col-sm-offset-7{
         margin-left:58.33333%
    }
     .elq-form .col-sm-offset-8{
         margin-left:66.66667%
    }
     .elq-form .col-sm-offset-9{
         margin-left:75%
    }
     .elq-form .col-sm-offset-10{
         margin-left:83.33333%
    }
     .elq-form .col-sm-offset-11{
         margin-left:91.66667%
    }
     .elq-form .col-sm-offset-12{
         margin-left:100%
    }
}
 @media (min-width:992px){
     .elq-form .col-md-1,.elq-form .col-md-2,.elq-form .col-md-3,.elq-form .col-md-4,.elq-form .col-md-5,.elq-form .col-md-6,.elq-form .col-md-7,.elq-form .col-md-8,.elq-form .col-md-9,.elq-form .col-md-10,.elq-form .col-md-11,.elq-form .col-md-12{
         float:left
    }
     .elq-form .col-md-1{
         width:8.33333%
    }
     .elq-form .col-md-2{
         width:16.66667%
    }
     .elq-form .col-md-3{
         width:25%
    }
     .elq-form .col-md-4{
         width:33.33333%
    }
     .elq-form .col-md-5{
         width:41.66667%
    }
     .elq-form .col-md-6{
         width:50%
    }
     .elq-form .col-md-7{
         width:58.33333%
    }
     .elq-form .col-md-8{
         width:66.66667%
    }
     .elq-form .col-md-9{
         width:75%
    }
     .elq-form .col-md-10{
         width:83.33333%
    }
     .elq-form .col-md-11{
         width:91.66667%
    }
     .elq-form .col-md-12{
         width:100%
    }
     .elq-form .col-md-pull-0{
         right:auto
    }
     .elq-form .col-md-pull-1{
         right:8.33333%
    }
     .elq-form .col-md-pull-2{
         right:16.66667%
    }
     .elq-form .col-md-pull-3{
         right:25%
    }
     .elq-form .col-md-pull-4{
         right:33.33333%
    }
     .elq-form .col-md-pull-5{
         right:41.66667%
    }
     .elq-form .col-md-pull-6{
         right:50%
    }
     .elq-form .col-md-pull-7{
         right:58.33333%
    }
     .elq-form .col-md-pull-8{
         right:66.66667%
    }
     .elq-form .col-md-pull-9{
         right:75%
    }
     .elq-form .col-md-pull-10{
         right:83.33333%
    }
     .elq-form .col-md-pull-11{
         right:91.66667%
    }
     .elq-form .col-md-pull-12{
         right:100%
    }
     .elq-form .col-md-push-0{
         left:auto
    }
     .elq-form .col-md-push-1{
         left:8.33333%
    }
     .elq-form .col-md-push-2{
         left:16.66667%
    }
     .elq-form .col-md-push-3{
         left:25%
    }
     .elq-form .col-md-push-4{
         left:33.33333%
    }
     .elq-form .col-md-push-5{
         left:41.66667%
    }
     .elq-form .col-md-push-6{
         left:50%
    }
     .elq-form .col-md-push-7{
         left:58.33333%
    }
     .elq-form .col-md-push-8{
         left:66.66667%
    }
     .elq-form .col-md-push-9{
         left:75%
    }
     .elq-form .col-md-push-10{
         left:83.33333%
    }
     .elq-form .col-md-push-11{
         left:91.66667%
    }
     .elq-form .col-md-push-12{
         left:100%
    }
     .elq-form .col-md-offset-0{
         margin-left:0
    }
     .elq-form .col-md-offset-1{
         margin-left:8.33333%
    }
     .elq-form .col-md-offset-2{
         margin-left:16.66667%
    }
     .elq-form .col-md-offset-3{
         margin-left:25%
    }
     .elq-form .col-md-offset-4{
         margin-left:33.33333%
    }
     .elq-form .col-md-offset-5{
         margin-left:41.66667%
    }
     .elq-form .col-md-offset-6{
         margin-left:50%
    }
     .elq-form .col-md-offset-7{
         margin-left:58.33333%
    }
     .elq-form .col-md-offset-8{
         margin-left:66.66667%
    }
     .elq-form .col-md-offset-9{
         margin-left:75%
    }
     .elq-form .col-md-offset-10{
         margin-left:83.33333%
    }
     .elq-form .col-md-offset-11{
         margin-left:91.66667%
    }
     .elq-form .col-md-offset-12{
         margin-left:100%
    }
}
 @media (min-width:1200px){
     .elq-form .col-lg-1,.elq-form .col-lg-2,.elq-form .col-lg-3,.elq-form .col-lg-4,.elq-form .col-lg-5,.elq-form .col-lg-6,.elq-form .col-lg-7,.elq-form .col-lg-8,.elq-form .col-lg-9,.elq-form .col-lg-10,.elq-form .col-lg-11,.elq-form .col-lg-12{
         float:left
    }
     .elq-form .col-lg-1{
         width:8.33333%
    }
     .elq-form .col-lg-2{
         width:16.66667%
    }
     .elq-form .col-lg-3{
         width:25%
    }
     .elq-form .col-lg-4{
         width:33.33333%
    }
     .elq-form .col-lg-5{
         width:41.66667%
    }
     .elq-form .col-lg-6{
         width:50%
    }
     .elq-form .col-lg-7{
         width:58.33333%
    }
     .elq-form .col-lg-8{
         width:66.66667%
    }
     .elq-form .col-lg-9{
         width:75%
    }
     .elq-form .col-lg-10{
         width:83.33333%
    }
     .elq-form .col-lg-11{
         width:91.66667%
    }
     .elq-form .col-lg-12{
         width:100%
    }
     .elq-form .col-lg-pull-0{
         right:auto
    }
     .elq-form .col-lg-pull-1{
         right:8.33333%
    }
     .elq-form .col-lg-pull-2{
         right:16.66667%
    }
     .elq-form .col-lg-pull-3{
         right:25%
    }
     .elq-form .col-lg-pull-4{
         right:33.33333%
    }
     .elq-form .col-lg-pull-5{
         right:41.66667%
    }
     .elq-form .col-lg-pull-6{
         right:50%
    }
     .elq-form .col-lg-pull-7{
         right:58.33333%
    }
     .elq-form .col-lg-pull-8{
         right:66.66667%
    }
     .elq-form .col-lg-pull-9{
         right:75%
    }
     .elq-form .col-lg-pull-10{
         right:83.33333%
    }
     .elq-form .col-lg-pull-11{
         right:91.66667%
    }
     .elq-form .col-lg-pull-12{
         right:100%
    }
     .elq-form .col-lg-push-0{
         left:auto
    }
     .elq-form .col-lg-push-1{
         left:8.33333%
    }
     .elq-form .col-lg-push-2{
         left:16.66667%
    }
     .elq-form .col-lg-push-3{
         left:25%
    }
     .elq-form .col-lg-push-4{
         left:33.33333%
    }
     .elq-form .col-lg-push-5{
         left:41.66667%
    }
     .elq-form .col-lg-push-6{
         left:50%
    }
     .elq-form .col-lg-push-7{
         left:58.33333%
    }
     .elq-form .col-lg-push-8{
         left:66.66667%
    }
     .elq-form .col-lg-push-9{
         left:75%
    }
     .elq-form .col-lg-push-10{
         left:83.33333%
    }
     .elq-form .col-lg-push-11{
         left:91.66667%
    }
     .elq-form .col-lg-push-12{
         left:100%
    }
     .elq-form .col-lg-offset-0{
         margin-left:0
    }
     .elq-form .col-lg-offset-1{
         margin-left:8.33333%
    }
     .elq-form .col-lg-offset-2{
         margin-left:16.66667%
    }
     .elq-form .col-lg-offset-3{
         margin-left:25%
    }
     .elq-form .col-lg-offset-4{
         margin-left:33.33333%
    }
     .elq-form .col-lg-offset-5{
         margin-left:41.66667%
    }
     .elq-form .col-lg-offset-6{
         margin-left:50%
    }
     .elq-form .col-lg-offset-7{
         margin-left:58.33333%
    }
     .elq-form .col-lg-offset-8{
         margin-left:66.66667%
    }
     .elq-form .col-lg-offset-9{
         margin-left:75%
    }
     .elq-form .col-lg-offset-10{
         margin-left:83.33333%
    }
     .elq-form .col-lg-offset-11{
         margin-left:91.66667%
    }
     .elq-form .col-lg-offset-12{
         margin-left:100%
    }
}
 .elq-form .row{
     display:inherit
}
 .LV_invalid_field,input.LV_invalid_field:active,input.LV_invalid_field:hover,textarea.LV_invalid_field:active,textarea.LV_invalid_field:hover{
     outline:1px solid #c00
}
 .LV_validation_message{
     font-weight:700;
     margin:0 0 0 5px
}
 .LV_valid{
     display:none
}
 .LV_invalid{
     color:#c00;
     font-size:10px
}
.checkbox-aligned{
     margin-left:5px;
     display:inline
}
 .form-element-layout{
     padding:5px 10px
}
 .form-element-instruction{
     font-size:10px
}
 .form-element-form-text{
     margin:0
}
 .form-field-visible-xs-block{
     display:none
}
 .elq-form-design-field .list-order input[type=radio]{
     margin-left:1px
}
 @media (max-width:767px){
     .form-field-visible-xs-block{
         display:block
    }
}
 .form-field-hidden-xs{
     display:block
}
 @media (max-width:767px){
     .form-field-hidden-xs{
         display:none
    }
}
 .custom-overlay{
     margin-left:2px;
     background:#fff;
     box-shadow:0 0 4px 0 #777;
     border-radius:2px;
     max-width:256px
}
.b2b-register-notes {
    font-size: 13px;
    font-family: Gotham-Medium;
    color: #47a4db;
    margin: 10px 0px;
	text-align:center;
}
.b2b-register-title{
	font-size: 25px;
    font-family: Gotham-Bold;
    color: #1b325d;
    text-align:center;
	Margin-top:20px;
}
/*** New styles for OmeirConnect #Naresh# OTAOR-10275 310125 End ****/ 
.landing-wrapper {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
/* BACKGROUND SLIDES */
.bg-carousel {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0; left: 0;
    z-index: 1;
}
.bg-slide {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.1s ease-in-out;
}
.bg-slide.active {
    opacity: 1;
}
/* TEXT SLIDES */
.text-carousel {
    position: absolute;
    left: 60px;
    bottom: 40%;
    transform: translateY(-50%);
    z-index: 3;
    color: #fff;
    width: 100%;
}
.text-slide {
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.text-slide.active {
    opacity: 1;
}
/* RIGHT LOGIN BOX */
.login-box {
    width: 450px;
    border: solid 1px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    position: absolute;
    right: 50px;
    top: 50%;
	margin-top:-235px;
    background: rgba(255,255,255,0.95);
    z-index: 4;
    box-shadow: -4px 0 15px rgba(0,0,0,0.15);
}
@media (max-width: 1280px) {
	.b2b-slidetext1{
		font-size:22px;
	}
	.b2b-slidetext2{
		font-size:20px;
	}
	.b2b-slidetext3{
		font-size:18px;
	}
}	
@media (max-width: 1130px) {
	.b2b-slidetext1{
		font-size:18px;
	}
	.b2b-slidetext2{
		font-size:18px;
	}
	.b2b-slidetext3{
		font-size:16px;
	}
}	
@media (max-width: 1020px) {
	.b2b-slidetext1{
		font-size:15px;
	}
	.b2b-slidetext2{
		font-size:13px;
	}
	.b2b-slidetext3{
		font-size:15px;
	}
}	
@media (max-width: 1020px) {
	.b2b-slidetext1, .b2b-slidetext2, .b2b-slidetext3{
		display:none;
	}
	.login-box{
		left:50%;
		right:auto;
		margin-left:-190px;
		width:380px;
	}
}