@charset "UTF-8";
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #33475b;
}
h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0px;
  line-height: 1;
}
.radio_boxes label {
  display: block;
  position: relative;
  padding: 0px 40px 0px 25px;
  height: 15px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
}

.vc_label {
  margin-bottom: 15px;
}
.radio_boxes label:last-child {
  margin-bottom: 30px;
}
.radio_boxes input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.radio_boxes .check {
  border: 2px solid #5c6c7c;
  height: 16px;
  width: 16px;
  top: 2px;
  left: 0px;
}
.radio_boxes .check:before {
  content: "";
  height: 6px;
  width: 6px;
  top: 3px;
  left: 3px;
  margin: auto;
}
.radio_boxes .check:before,
.radio_boxes .check {
  position: absolute;
  border-radius: 100%;
  display: block;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.radio_boxes input[type="radio"]:checked ~ .check {
  border: 2px solid rgba(55, 16, 82, 1);
}
.radio_boxes input[type="radio"]:checked ~ .check:before {
  background-color: rgba(55, 16, 82, 1);
}
.loginsection .gobackbtn {
  margin-bottom: 30px;
  color: #371052;
  cursor: pointer;
}
.loginsection .gobackbtn span:hover,
.hoverover:hover {
  text-decoration: underline;
  cursor: pointer;
}
.loginsection .new_border {
  border: 2px solid #371052;
}
.loginsection .nectar-button,
.yellowbtnborder:hover {
  color: #371052;
}
.emailforotp {
  background-color: #eee;
  padding: 10px;
  line-height: 1.4;
  height: 40px;
}
.toptext {
  width: 80%;
  margin: 0 auto 15px;
}
.vc-color {
  color: #371052;
}
.vc-color-svg {
  fill: #371052;
}
.vc-modal-header {
  padding: 15px 15px 15px 5px;
  border-bottom: 0 !important;
  background-color: #f6f6f7 !important;
  overflow: hidden;
}
.vc-modal-title {
  padding: 5px 10px 0;
}
.vc-modal-body {
  padding: 40px 30px;
}
.input-code {
  margin-bottom: 30px;
}
.input-code input {
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.input-code input:focus {
  outline-offset: 0;
  outline: 0;
  border: 2px solid #ccc;
  background-color: #eee;
}
.vc-modal-body .alert {
  width: 100% !important;
}
.loginsection .errormsg {
  margin-left: 0;
}
.loginsection .header_link {
  margin-top: -20px !important;
  margin-bottom: 20px !important;
  text-align: left;
  width: 100%;
}
.loginsection .header_link a {
  float: left;
}
.loginsection .group input {
  padding: 6px 10px 3px 0 !important;
}
.pclr {
  padding: 0 !important;
}
.btn {
  padding: 8px 20px;
}
.newreg {
  float: right !important;
  padding: 10px 0 0 !important;
}
.flw100 {
  float: left;
  width: 100%;
}
.margin-rm {
  margin-top: -20px;
  padding: 10px 15px !important;
}
.input-group {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.dropdown.newreg .dropdown-menu {
  top: 100% !important;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #878994;
  opacity: 1; /* Firefox */
  font-weight: 400;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #878994;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #878994;
}
/*******New Registration Style Starts****************/
.invite_join {
  padding-bottom: 30px;
}
.invite_join .reg_btn {
  background-color: #75787b;
  cursor: pointer;
  display: inline-block;
  height: 45px;
  line-height: 1.25;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  color: #fff;
  padding: 15px 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: 0px 6px 27px 0px rgba(117, 120, 123, 0.6);
  -moz-box-shadow: 0px 6px 27px 0px rgba(117, 120, 123, 0.6);
  box-shadow: 0px 6px 27px 0px rgba(117, 120, 123, 0.6);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  border: 0;
}
.checkbox-custom-label {
  margin: 0 !important;
}
.checkbox-custom:checked + .checkbox-custom-label:before,
.lt-ie9 .checkbox-custom.checked + .checkbox-custom-label:before {
  content: " ";
  background: url(https://res.cloudinary.com/vantagecircle/image/upload/v1573123026/vantagecircle/themes/dealspoint/assets/images/newhomepage/checkmark.png)
    no-repeat -5px -3px;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  cursor: pointer;
}
.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  padding: 2px;
  margin-right: 5px;
  text-align: center;
  margin-top: -1px;
}
.checkbox-custom {
  display: none !important;
  position: absolute;
}
.formsect .group {
  float: none !important;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
}
.formsect .group input,
.formsect .highlight,
.formsect .bar {
  width: 100%;
}
input:required:invalid {
  outline: none;
}
.formsect .group input {
  font-size: 14px;
  padding: 6px 10px 3px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #182640 !important;
  font-weight: bold;
}
.formsect .group input:focus ~ label,
.formsect .group input:valid ~ label,
.formsect .group input.ng-valid.ng-valid-email ~ label {
  top: -24px !important;
  font-size: 13px;
  color: #999;
}
input:invalid {
  -moz-box-shadow: none;
}
input:required {
  box-shadow: none;
}
.formsect .group input:focus {
  outline: none;
}
.formsect .highlight {
  position: absolute;
  /* height: 60%; */
  width: 300px;
  top: 25%;
  left: 0;
  pointer-events: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.formsect .group input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
.formsect .bar {
  position: relative;
  display: block;
}
.formsect .bar:before,
.formsect .bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #214992;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
.formsect .bar:before {
  left: 50%;
}
.formsect .bar:after {
  right: 50%;
}

/* active state */
.formsect .group input:focus ~ .bar:before,
.formsect .group input:focus ~ .bar:after {
  width: 50%;
}
.formsect .group input.ng-invalid.ng-invalid-required.ng-valid-email ~ label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.formsect .group label {
  color: #182640;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 0px;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  margin-top: 4px;
}
.formsect .group input:focus ~ label,
.formsect .group input.ng-valid ~ label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.formsect .group input.ng-invalid-email ~ label {
  top: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}

.mb60 {
  margin-bottom: 60px;
}
.header {
  height: auto;
}
.padding-clear {
  padding: 0;
}
.flw100 {
  float: left;
  width: 100%;
}
#loginsection {
  padding: 0;
}
.bigRewardText p {
  float: left;
  width: 100%;
  margin-left: 25px;
}
.bigReward {
  margin: 20px 0px 15px 0;
}
.textblock {
  padding: 10px 0 35px 40px;
}
.privbtn {
  text-align: center;
  float: left;
  width: 100%;
}
.privbtn .btn,
.privbtn .btn:hover {
  background-color: #333 !important;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
.headerbtm {
  background: #9d9d9d;
  width: 100%;
  height: 12px;
}

.join_btn {
  background: #333;
  color: #fff;
  padding: 5px 10px;
}
.dropdown.newreg .btn-primary.loginbtn {
  background-color: #333;
  color: #ffffff;
  border: 1px solid #333;
}
.notetext {
  padding: 0 25px;
  font-size: 12px;
  font-weight: 500;
}
.button a:hover,
.button a:visited {
  color: #fff;
}
.button.btn {
  border-radius: 0;
  padding: 6px 60px;
}
.button {
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
}
.big_head {
  text-align: center;
  font-size: 24px;
  color: #555;
  padding: 40px 0 20px;
  text-transform: uppercase;
}
.bottom_line {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  color: #696969;
  text-transform: uppercase;
}
.loginbox {
  position: relative;
  padding: 30px;
}
/*.newreg{float: right;padding: 32px 0;}*/
.dropdown.newreg .btn-primary {
  font-size: 15px;
  padding: 6px 18px;
  margin-right: 10px;
  background-color: #58b6f3;
  text-transform: inherit;
  color: #ffffff;
  border: solid 1px #58b6f3;
  border-radius: 0;
}
.loginbtn {
  background: #ecedee;
  color: #5c5c5c;
}
.dropdown.newreg .btn-primary:hover,
.dropdown.newreg .btn-primary:focus,
.dropdown.newreg .btn-primary:active,
.dropdown.newreg .btn-primary.active,
.dropdown.newreg .open > .dropdown-toggle.btn-primary {
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.login_row .form-group,
.form_group {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  padding: 0px;
}
.form_group .radio {
  padding-left: 0px;
  margin-top: 5px;
}
.headersmall .radio_left {
  margin-left: 5px;
}
.headersmall .radio_left input {
  margin-left: -20px !important;
  margin-top: 3px;
}
.headersmall .radio_left label {
  padding-left: 0px !important;
}
.headersmall .radio_left2 input {
  margin-left: -20px !important;
}
.dropdown.newreg.join .dropdown-menu {
  left: auto;
}
.dropdown.newreg .dropdown-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  width: 370px;
  top: 65px;
  left: auto;
  right: 10px;
  padding: 1px;
  border-radius: 0;
}
.dropdown.newreg .btnLogin {
  background: #333;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
}
/*.dropdown.newreg .form-control{color: #333!important; border-radius: 0; margin: 0 0 10px;font-size: 13px; padding: 2px 5px; background: #ebebeb;}*/
.dropdown.newreg .form-control {
  font-weight: 400;
  color: #878994;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #d9dde7;
  display: block;
  padding: 0px 10px;
  width: 100%;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*.vc_checkbox {
    position: relative;
    cursor: pointer;
    margin-left:15px;
}
.vc_checkbox input[type=checkbox] {
    width: 15px;
    display: inline;
    height: 15px;
    visibility: hidden;
}
.vc_checkbox label {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    left: 0;
    background: #fff;
    border: 1px solid #637281;
}
.vc_checkbox input[type=checkbox]:checked + label{
    background-color: rgba(55,16,82,1);
}
.vc_checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.vc_checkbox .labelsquare:after {
    content: "";
    width: 9px;
    height: 5px;
    position: absolute;
    top: 2px;
    left: 2px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}
.vc_checkbox div {
    display: inline;
}*/
.form-control {
  border: 1px solid #d9dde7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  background-color: #f6f5f7;
  border-color: #d9dde7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown.newreg .login_row {
  padding: 20px 10px 0px 10px;
  float: left;
  width: 100%;
}
.margin_container .radio input[type="radio"] {
  margin-left: -17px;
  margin-top: 3px;
}
/*#loginsection .login_row{padding-bottom: 8px;}*/
.dropdown.newreg .margin_container {
  width: auto;
}
.dropdown.newreg .ds_chackbox {
  color: #333;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.dropdown.newreg .header_chack {
  font-weight: normal;
  line-height: 18px;
  padding: 0 0 0 10px;
}
.header_link {
  padding-right: 17px;
  text-align: right;
}
.header_link a {
  text-decoration: underline;
  font-size: 13px;
}
.alert {
  padding: 10px;
}
.alert-danger {
  color: #e31936;
}
.dropdown.newreg .login_field {
  font-weight: 200;
  color: #333;
  margin-bottom: 5px;
}
.dropdown.newreg .login_field,
.dropdown.newreg .login_field1 {
  width: 100%;
  float: left;
  font-size: 13px;
}
.dropdown.newreg label {
  font-weight: 400;
  font-size: 13px;
  margin-top: 6px;
}
.dropdown.newreg .login_text2 span {
  color: #333;
}
.dropdown.newreg .login_text2,
.acceptterm {
  font-size: 13px;
  line-height: 100%;
}
.step_row input,
.acceptterm input {
  float: left;
  margin-top: 1px;
}
.dropdown.newreg .login_text2 a {
  font-weight: normal;
  color: #333;
  text-decoration: underline;
}
.dropdown.newreg .form_row {
  margin: 0 0 10px;
}
.dropdown.newreg .form_row label {
  font-weight: normal;
}
.radio_left2 {
  float: right;
  width: auto;
  margin-left: 20px;
}
.dwnload_app h3 {
  color: #999;
  font-size: 22px;
  text-align: center;
  padding: 10px 0 30px;
  text-align: center;
  margin: 0;
}
.dwnld .modal-header {
  border-bottom: 0;
}
.vfeatures a {
  cursor: pointer;
}
.dwnld .modal-body {
  height: 200px;
}
.content_area {
  float: left;
  width: 100%;
  padding: 0px;
}
.buttom {
  background: url(buttom.jpg) repeat-x left top;
  line-height: 53px;
  color: #8a8a8a;
  font-size: 11px;
  margin-top: 0px;
  padding: 0 10px;
}
.download {
  float: left;
  width: 100%;
}
.loginbtn {
  margin-right: 30px;
}
.dwnload_app {
  text-align: center;
  margin-bottom: 10px;
}
.dwnload_app img {
  padding: 20px 15px;
}
.step_row {
  float: left;
  width: 100%;
  padding: 10px 33px;
}
.dropdown-menu .note {
  text-align: left;
  color: #333 !important;
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 5px 25px !important;
}
.form_error {
  color: #ff0000;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 21px;
}
.acceptterm .form_error {
  margin-top: 0px;
}
.field_dates {
  padding: 0px 5px 0 0;
  width: 28%;
}
.field_months {
  padding: 0px 5px 0 0;
  width: 42%;
}
.field_years {
  padding: 0;
  width: 30%;
}
.red_color {
  color: #ff0000;
}
.field_dates .form-control {
  padding: 2px !important;
}
.vfeatures {
  float: left;
  width: 100%;
  color: #ffffff;
  padding-right: 20px;
}
.vfeatures li {
  margin: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.has-error .form-control:focus,
.has-error .form-control {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 3px rgba(149, 59, 57, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 3px rgba(149, 59, 57, 0.6);
}
.genders .form_error {
  margin-top: -18px;
}
#loginsection form {
  margin-bottom: 0px;
}
.form-group .input_row {
  width: 65%;
  margin: 0px;
}
.divForget form {
  margin-bottom: 0px;
}
#newregregistersection .alert {
  width: 100%;
  font-size: 12px;
}
.login-form .alert {
  width: 100%;
}
.logo_cnr {
  padding: 0;
}
.headersmall {
  padding: 20px 0;
}
.bigRewardText .bold {
  font-weight: bold;
  text-transform: uppercase;
}
#forget h3 {
  margin: 10px 0 5px;
  font-family: "Fjalla One", sans-serif;
  font-size: 22px;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
/*************************************************************/
.btmls {
  margin-top: 20px;
  /*margin-bottom: 10px;*/
}
.vc_checkbox {
  display: block;
  margin-bottom: 15px;
  clear: both;
  float: left;
  width: 100%;
  padding-left: 15px;
}
/*.vc_checkbox{
    display: block;
    margin-bottom: 15px;
    clear: both;
    float: left;
    width: 100%;
    padding-left: 15px;
}
.vc_checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.vc_checkbox label{position: relative;float: left;margin-top: 0!important;}
.vc_checkbox label:before{
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #637281;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  background-color: #637281;
}
.vc_checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    background-color: #637281;
}*/
/**********Password*********************************/
#forget .modal-header {
  text-align: center;
}
#forget h3 {
  margin: 10px 0 5px;
}
#forget .modal-footer {
  margin-top: 0px;
  padding: 15px 20px 15px;
}
.divForget .alert {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 4px;
}
.divForget .modal-body {
  height: auto;
}
.note {
  padding: 5px 10px;
}
.logo {
  margin: 0;
}
.vc_icon_active .vantage_icon,
.vc_icon a:hover > .vantage_icon {
  background-position: 0 -581px;
}
input:required {
  box-shadow: none;
}
input:invalid {
  -moz-box-shadow: none;
}
input:required:invalid {
  outline: none;
}
.row_clear {
  float: left;
  width: 100%;
  clear: both;
}
#ddisclaimer .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
#ddisclaimer .btn-lg {
  padding: 6px 13px;
  font-size: 14px;
  border-radius: 3px;
  background-color: #333;
  color: #fff;
}
#ddisclaimer .heading {
  font-weight: 700;
  font-size: 14px;
  color: #333;
  float: left;
  width: 93%;
  padding-left: 5px;
}
#ddisclaimer .modal-body {
  padding-top: 10px;
}

.fdisclaimer .heading {
  font-weight: 700;
  font-size: 15px;
  color: #333;
  padding-left: 5px;
  text-align: center;
}
.fdisclaimer .fl100 {
  float: left;
  width: 100%;
}
.fdisclaimer .d_no {
  float: left;
  padding-right: 10px;
  text-align: center;
}
.fdisclaimer .d_content {
  text-align: justify;
}
.fdisclaimer .wrapper {
  margin-bottom: 15px;
}
.fdisclaimer .btn-lg {
  padding: 6px 13px;
  font-size: 14px;
  border-radius: 3px;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  outline: 0;
}

.copyrightdiv {
  background-color: #212121;
  height: 40px;
  float: left;
  width: 100%;
}
.footer {
  background-color: #3b393b !important;
  float: left;
  width: 100%;
}
.fheading {
  color: #c3c1c3;
  font-size: 15px;
  padding: 0px 0 10px;
  text-transform: uppercase;
}

.ftextnew a,
.footer a {
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
}
.footer a:hover {
  color: #ccc;
  text-decoration: none;
}
.footer_content_new {
  padding: 30px 0 30px;
}
.footer .quicklinks {
  margin-bottom: 5px;
}
.copyrightdiv div {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  margin-top: 12px;
  border-top: 0;
}
.mlogo {
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 4px 10px 4px 10px;
}
.fblogonew {
  background: url(https://res.cloudinary.com/vantagecircle/image/upload/v1569215145/prod/homepage/fb_inactive.png)
    no-repeat;
  background-position: 0 0;
  background-size: 100%;
  transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
}
.fblogonew:hover {
  background: url(https://res.cloudinary.com/vantagecircle/image/upload/v1569215145/prod/homepage/fb_active.png)
    no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.twitterlogonew {
  background: url(https://res.cloudinary.com/vantagecircle/image/upload/v1569215145/prod/homepage/twitter_inactive.png)
    no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.twitterlogonew:hover {
  background: url(https://res.cloudinary.com/vantagecircle/image/upload/v1569215145/prod/homepage/twitter_active.png)
    no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.linkedinlogonew {
  background: url(https://res.cloudinary.com/vantagecircle/image/upload/v1569215145/prod/homepage/linkedin_inactive.png)
    no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.linkedinlogonew:hover {
  background: url(https://res.cloudinary.com/vantagecircle/image/upload/v1569215145/prod/homepage/linkedin_active.png)
    no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.instalogonew {
  background: url(https://res.cloudinary.com/vantagecircle/image/upload/v1569215145/prod/homepage/insta_inactive.png)
    no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.instalogonew:hover {
  background: url(https://res.cloudinary.com/vantagecircle/image/upload/v1569215145/prod/homepage/insta_active.png)
    no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.footer_lnksnew {
  text-align: center;
}
/***********************************************/
.labelname {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
/**************************************************/
/*********************Styles from Conduent*******************/
.banner_background {
  padding: 50px 0px;
  background: url(https://res.cloudinary.com/vantagecircle/image/upload/v1569215145/prod/homepage/new4.jpg);
  background-repeat: no-repeat;
  height: 511px;
  display: block;
  background-size: cover;
  position: relative;
}

.banner_background_tatapower {
  padding: 50px 0px;
  background: url(https://res.cloudinary.com/vantagecircle/image/upload/v1612852789/prod/homepage/APC_Creative_03.jpg);
  background-repeat: no-repeat;
  height: 511px;
  display: block;
  background-size: cover;
  position: relative;
}

.banner_background_waisl {
  padding: 50px 0px;
  background: url(https://res.cloudinary.com/vantagecircle/image/upload/v1631861317/prod/homepage/waisl-home-banner1.jpg);
  background-repeat: no-repeat;
  height: 511px;
  display: block;
  background-size: cover;
  position: relative;
  opacity: 0.7;
}

.banner_background_dhl {
  padding: 50px 0px;
  background: url("https://res.cloudinary.com/vantagecircle/image/upload/v1676975667/prod/homepage/Homepage-Banner-DHL-3.jpg");
  background-repeat: no-repeat;
  height: 511px;
  display: block;
  background-size: cover;
  position: relative;
  opacity: 0.7;
}

.banner_background_vfit {
  /*padding: 50px 0px;
    background: url(https://res.cloudinary.com/vantagecircle/image/upload/v1589349224/prod/homepage/vfit-default.jpg);
    background-repeat: no-repeat;
    height: 410px;
    display: block;
    background-size: cover;
    position: relative;*/
  padding: 0px !important;
}

.banner_background_raydeninteractive {
  padding: 50px 0px;
  background: url("https://res.cloudinary.com/vantagecircle/image/upload/v1683716171/prod/homepage/LP_Banner_-_Updated_V3.jpg");
  background-repeat: no-repeat;
  height: 511px;
  display: block;
  background-size: cover;
  position: relative;
  /* opacity: 0.7; */
}

.head {
  width: 90%;
}
.header_link a {
  color: #428bca !important;
}
.dropdown.newreg .login_field {
  font-weight: 500 !important;
}
.dropdown.newreg label {
  font-weight: 400 !important;
}
#hr {
  width: 5%;
  border: solid 2px;
  color: #ccc;
}
.dropdown.newreg .login_text2 a {
  color: #428bca !important ;
}
.background1 {
  height: 543px;
}
#keepsign {
  margin-top: -2px;
}
.form_error {
  margin-top: 1px !important;
}
#note {
  display: inline-block;
  font-size: 37px;
  color: white;
  position: relative;
  top: 37%;
  transform: perspective(1px) translateY(-50%);
  padding-left: 14%;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 277px 277px 0 0;
  border-color: #ff8700;
}

.section {
  padding: 60px 0;
  float: left;
  width: 100%;
}
.heading1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.feature_section {
  background-color: #e4e4e4;
  color: #3c3c3c;
  font-size: 20px;
  float: left;
  width: 100%;
}
.wborder_right {
  border-right: 2px solid #fff;
}
.feat_box {
  padding: 45px 20px;
  height: 175px;
}
.heading2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
.brand_row {
  text-align: center;
}
.brand_row ul {
  padding: 0;
}
.brand_row li {
  display: inline-block;
  list-style: none;
  padding: 5px;
}
.brand_row li img {
  width: 170px;
}
.brands_container1 {
  background-color: #3c3c3c;
  color: #fff;
  font-size: 20px;
  float: left;
  width: 100%;
}
.more {
  opacity: 0.5;
}
.featimg {
  text-align: center;
}
.errormsg {
  color: red;
  margin-left: 115px;
}
/********************************************************/
.banr-text {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  height: 511px;
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
  padding-right: 10%;
}

.banr-text-waisl {
  position: absolute;
  background-color: transparent;
  height: 511px;
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
  padding-right: 10%;
}

.banr-text-zscaler {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  height: 511px;
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
  padding-right: 10%;
}

.banr-text1 {
  font-size: 20px;
  padding-left: 13%;
  padding-top: 17%;
}
.banner-center-logo {
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 20%);
  background-color: #fff;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  z-index: 9;
}
.center-logo {
  padding-top: 35px;
}
.center-logo-isb {
  padding-top: 85px;
}
.isblogo {
  transform: translate(-50%, 50%);
}
.demo-company.banner_background {
  padding: 0;
  height: auto;
  display: block;
  background: none;
}
.demo-company .heading1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  color: #002044;
}
.sect2-subtitle1 {
  font-size: 16px;
  margin-bottom: 40px;
}
.demo-company .brand_row li {
  width: calc(100% / 6);
  line-height: 100px;
}
.int-img-holder {
  margin: 0;
  padding: 25px 0;
  /*height: 30px;
    position: relative;
    margin: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);*/
}
.demo-company .int-img-holder img {
  /*max-width: 125px!important;
    margin: 0 auto;
    width: auto;
    text-align: center;*/
  max-width: 150px !important;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

@media (max-width: 767px) {
  .header_link {
    margin-top: -8px;
  }
  .dropdown.newreg .dropdown-menu {
    width: 310px;
    left: -233% !important;
    top: 39px;
  }
  .dropdown.newreg.join .dropdown-menu {
    left: -78% !important;
  }
  .loginbox {
    padding: 10px;
  }
  .form_group .radio {
    margin-bottom: 0;
    margin-top: 0;
  }
  .login_row .form-group,
  .form_group {
    padding: 2px 20px;
  }
  .vfeatures {
    padding: 0px;
  }
  .logo {
    padding: 0 15px;
  }
  .newreg {
    padding: 5px 0 10px;
  }
  .genders .form_error {
    margin-top: -3px;
  }
  .form-group .input_row {
    width: 100%;
  }
  .login_field1 input[type="checkbox"] {
    margin: 2px 2px 0 !important;
  }
  .headerbtm1 {
    height: 20px;
  }
  .notetext {
    padding: 0;
  }
  .demo-company .brand_row li {
    margin: 0 auto;
    width: 100%;
  }
  .int-img-holder {
    position: relative;
    transform: none;
  }
}

@media (min-width: 400px) and (max-width: 549px) {
  .dropdown.newreg .dropdown-menu {
    left: 0px;
  }
}

@media (min-width: 550px) and (max-width: 649px) {
  .dropdown.newreg .dropdown-menu {
    width: 320px;
    left: -285% !important;
  }
  .dropdown.newreg.join .dropdown-menu {
    left: -196% !important;
  }
}

@media (min-width: 650px) and (max-width: 768px) {
  .dropdown.newreg .dropdown-menu {
    width: 320px;
    left: -285% !important;
  }
  .dropdown.newreg.join .dropdown-menu {
    left: -196% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .logo {
    margin: 20px 0;
  }
  .button_group {
    width: 100%;
  }
  .bottom_line {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  img {
    max-width: 100%;
    height: auto;
  }
  /*.dropdown.newreg .dropdown-menu{ left: -346%!important;}*/
}

@media all and (min-width: 1500px) {
  .banner-center-logo {
    transform: translate(-50%, 50%);
  }
}
/****************************************************/
.acceptterm {
  margin-left: 15px;
}

.nectar-button {
  border-radius: 5px !important;
  text-transform: none !important;
  background: #371052 !important;
  color: #ffffff !important;
}
