@font-face {
    font-family: 'AllianzSans';
    font-display: swap;
    src: url("../fonts/AllianzSans.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianzSans.woff") format("woff"), url("../fonts/AllianzSans.ttf") format("truetype"), url("../fonts/AllianzSans.svg#AllianzSans") format("svg");
    font-weight: normal;
    font-style: normal;
}
  .vfl-label {
    display: table;
    text-overflow: unset !important;
	}
  body {
    font-family: 'AllianzSans' !important; }
 .tooltip{
	font-family: 'AllianzSans' !important; }
  .bgc-form-box {
    padding-top: 12px; }
  
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  
  .clearfix:after {
    clear: both; } 
 .word-break{
	  -ms-word-break: break-all;
     word-break: break-all;
     /* Non standard for WebKit */
     word-break: break-word;
 }
  
  .bgc-container {
    max-width: 1366px;
    padding: 0 34px 0 32px; }
    .bgc-container .bgc-wrapper {
      margin-left: auto;
      margin-right: auto; }
  .margin-top-42{
    margin-top: 42px;
  }
  .stopScroll{
	overflow: hidden;
  }
  .margin-top-21{
    margin-top: 21px;
  }
  .bgc-col {
    width: 90px;
    margin: 0 10px;
    background-color: #facf5c;
    height: 200px; }
  
  .primary-color-1 {
    background-color: #0872b9; }
  
  .primary-color-2 {
    background-color: #fcab10; }
  
  .secondary-color-1 {
    background-color: #f2f2f2; }
  
  .secondary-color-2 {
    background-color: #e2f5ff; }
  
  .secondary-color-3 {
    background-color: #facf5c; }
  
  .secondary-color-4 {
    background-color: #25c199; }
  
  h1 {
    font-size: 24px;
    color: #fcab10;
    font-weight: bold;
    text-transform: uppercase; }
  
  h2 {
    font-size: 20px;
    color: #333;
    text-transform: capitalize; }
  
  h3 {
    color: #333;
    margin-bottom: 0;
    font-weight: bold;
    padding-bottom: 16px;
    line-height: 24px;
    font-size: 24px;
    border-bottom: 1px solid #c7c7c7; }
  
  hr {
      border-top: 1px solid #dedede; }
  
  .bgc-desc {
    font-size: 14px;
    color: #333;
    line-height: 20px; }
  
  a.bgc-links {
    font-size: 14px;
    color: #0872b9;
    font-weight: bold; }
  
  a.bgc-breadcrumbs {
    font-size: 13px;
    color: #999999;
    font-weight: bold; }
  
  a:not([href]):not([tabindex]),a,a:not([href]):not([tabindex]):hover {
    color: #0872b9;
    cursor: pointer; }
  
  button:focus {
    outline: none; }
  
  .bgc-btn-primary {
    height: 44px;
    padding: 0 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    background-color: #fcab10;
    border-color: #fcab10;
    color: #ffffff; }
    .bgc-btn-primary:hover {
      background-color: #f0a008;
      border-color: #f0a008; }
  
  .bgc-btn-secondary {
    height: 44px;
    padding: 0 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    background-color: #ffffff;
    border-color: #fcab10;
    color: #666666;
    font-weight: normal; }
    .bgc-btn-secondary:hover {
      background-color: #fcab10;
      border-color: #fcab10;
      color: #ffffff;
      font-weight: bold; }

  .form-group{
    margin-top: 24px;
    margin-bottom: 5px;
  }
  input[type=text],
  [type=email],
  [type=date],
  [type=number],
  select.form-control {
    min-height: 50px;
    max-width: 300px;
    width: 100%;
    font-size: 14px;
    line-height: 50px;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    outline-width: 1px;
    outline-offset: 0;
    padding-left: 10px;
    padding-right: 15px;
    margin-right: 20px;
    color: #333;
    border-color: #cccccc;
    outline-color: #d1d1d1; }
    input[type=text]:focus,
    [type=email]:focus,
    [type=date]:focus,
    [type=number]:focus,
    select.form-control:focus {
      border-color: #0070BE;
      outline-color: #0070BE; }
    input[type=text].bgc-input-success,
    [type=email].bgc-input-success,
    [type=date].bgc-input-success,
    [type=number].bgc-input-success,
    select.form-control.bgc-input-success {
      border-color: #8DB363;
      color: #8DB363;
      outline-color: #d1d1d1; }
      input[type=text].bgc-input-success:focus,
      [type=email].bgc-input-success:focus,
      [type=date].bgc-input-success:focus,
      [type=number].bgc-input-success:focus,
      select.form-control.bgc-input-success:focus {
        color: #333; }
    input[type=text].bgc-input-error,
    [type=email].bgc-input-error,
    [type=date].bgc-input-error,
    [type=number].bgc-input-error,
    select.form-control.bgc-input-error {
      border-color: #EF7F7F;
      color: #EF7F7F;
      outline-color: #EF7F7F; }
      input[type=text].bgc-input-error:focus,
      [type=email].bgc-input-error:focus,
      [type=date].bgc-input-error:focus,
      [type=number].bgc-input-error:focus,
      select.form-control.bgc-input-error:focus {
        color: #333; }
  
  .form-control:focus {
    box-shadow: none; }
  
  /*-------------------------------*/
  .bgc-form-multi-step-wrapper {
    max-width: 1366px;
    height: 134px;
    background-color: #f2f2f2;
    z-index: 0;
    margin: 20px -34px 0 -32px; }
    .bgc-form-multi-step-wrapper .form-multi-step {
      cursor: pointer;
      margin: auto;
      margin-top: 64px; }
      .bgc-form-multi-step-wrapper .form-multi-step li.completed:before {
        content: url(../images/done.png); }
      .bgc-form-multi-step-wrapper .form-multi-step li.active:before {
        content: url(../images/active.png); }
      .bgc-form-multi-step-wrapper .form-multi-step li.disabled:before {
        content: url(../images/disable.png); }
      .bgc-form-multi-step-wrapper .form-multi-step li {
        list-style-type: none;
        color: #666666;
        font-size: 13px;
        font-weight: bold;
        width: 25%;
        float: left;
        position: relative; }
        .bgc-form-multi-step-wrapper .form-multi-step li:before {
          display: block; }
        .bgc-form-multi-step-wrapper .form-multi-step li:after {
          content: '';
          width: 100%;
          height: 2px;
          background: #cccccc;
          position: absolute;
          left: -50%;
          top: 16px;
          z-index: -1; }
        .bgc-form-multi-step-wrapper .form-multi-step li:first-child:after {
          content: none; }
  
  .multi-step-labels {
    position: relative;
    bottom: 70px; }
  
  .text-heading {
    width: 148px;
    height: 36px;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0070BE; }
  
  /*-----for family or individual radio button[starts]---------------------------*/
  .custom-radio-wrapper {
    background-color: #b3e5fb;
    padding: 6px 0;
    border-radius: 20px;
    color: #616161;
    font-size: 14px;
    max-width: 504px;
    min-height: 43px; }
  
  .custom-radio-input {
    margin-bottom: 0;
    opacity: 0;
    position: relative;
    cursor: pointer;
    height: 0px;}
    .custom-radio-input:checked ~ .custom-radio-label {
      line-height: 30px;
      background-color: #0070be;
      font-weight: bold;
      padding: 0 21px;
      border-radius: 20px;
      color: #ffffff;
      margin-left: -5px;
      margin-right: -15px;
      max-height: 30px;
      margin-top: unset; }
  
  .custom-radio-label {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 14px; }
  
  /*-------for family or individual radio button[ends]-------------------------*/
  /*********** checkbox and radio button scss starts here ****************/
  input[type=radio].bgc-radio + label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    left: 10px;
    text-transform: none; }
  
  input[type=radio].bgc-radio + label::before {
    bottom: 1px;
    left: -25px;
    border: 1px solid #c7c7c7;
    border-radius: 20px;
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute; }
  
  input[type=radio].bgc-radio {
    opacity: 0; }
  
  input[type=radio].bgc-radio:checked + label::before {
    content: "\2022";
    color: #0872b9;
    font-size: 33px;
    text-align: center;
    line-height: 14px; }
  
  input[type="checkbox"].bgc-checkbox {
    opacity: 0; }
  
  .bgc-checkbox + label {
    cursor: pointer; }
  
  input[type="checkbox"].bgc-checkbox + label:before {
    border: 1px solid #d1d1d1;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 20px;
    width: 20px;
    padding: 0;
    vertical-align: top; }
  
  input[type="checkbox"].bgc-checkbox:checked + label:before {
    background: #0872b9;
    color: #ffffff;
    content: "\2713";
    text-align: center;
    border: 1px solid #0872b9;
    padding: 2px;
    font-size: 14px;
    font-weight: bold; }
  
  input[type="checkbox"].bgc-checkbox:checked + label:after {
    font-weight: bold; }
  
  input[type="checkbox"]:focus + label::before {
    outline: #0872b9 auto 5px; }
  
  /* tab and card styling starts here*/
  .bgc-nav-tabs{
    font-size: 20px;
    border-bottom: 1px solid #cccccc; }
  .bgc-nav-tabs a{
    color:#666666; }
  .bgc-nav-tabs a.nav-link.active {
    color: #fcab10;
    font-weight: bold; }
  .bgc-nav-tabs.nav-tabs .nav-link {
    padding: 0;
    margin: 0 2rem; 
	margin-left: 0px;}
  .bgc-nav-tabs.nav-tabs .nav-link.active,.bgc-nav-tabs.nav-tabs .nav-link:hover {
    border-color: transparent;
    margin-bottom: 12px;
   }
  .bgc-nav-tabs.nav-tabs .nav-link.active::after,.bgc-nav-tabs.nav-tabs .nav-link:hover::after{
    height: 3px;
    width: 107%;
    display: block;
    background: #fcab10;
    content: '';
    border-radius: 3.5px;
    position: relative;
    top: 14px;
    left: -2px; }
  
  .tab-content {
    margin-bottom: 50px;
    padding-top: 8px; }
  
    .card-radio {
        opacity: 0;
        height: 30px;
        width: 30px;
        position: relative;
        left: 44%;
        top: 24px;
    }
    .card-radio.checked ~ .card-radio-label .card-radio-circle::before,.card-radio:checked ~ .card-radio-label .card-radio-circle::before {
        color: #ffffff;
        border: none;
        height: 30px;
        width: 30px;
        background: url("../images/group-3-copy-3.png") no-repeat;
        background-size: 30px;
        background-position: center; }
        .card-radio.checked ~ label + .card-radio-label .card,.card-radio:checked ~ label + .card-radio-label .card{
          background-color: #e2f5ff;
        } 
    
    .card-radio-label {
      text-transform: none;
      position: relative; }
      .card-radio-label .card-radio-circle {
        position: absolute;
        bottom: 45px;
        text-align: center;
        bottom: -41px;
        left: 146px;
        z-index: 1; }
        .card-radio-label .card-radio-circle::before {
          content: '';
          width: 30px;
          height: 30px;
          line-height: 22px;
          display: block;
          font-size: 12px;
          color: #333;
          background: #ffffff;
          border: 2px solid #0872b9;
          border-radius: 25px;
          margin: 0 auto 10px auto; }
      .card-radio-label .card {
        max-width: 420px;
        min-height: 487px;
        background-color: #f2f2f2;
        font-size: 18px;
        font-weight: normal;
        padding: 30px 30px 0 30px;
        border: none;
        border-radius: 0; }
        .card-radio-label .card .tag {
          border-radius: 4px;
          box-shadow: 0 5px 16px 0 rgba(226, 230, 245, 0.8);
          background-color: #ffffff; }
          .card-radio-label .card .tag:hover {
            color: #333333; }
        .card-radio-label .card .card-header {
          background-color: transparent;
          border-bottom: none;
          padding: 0;
          margin-top: -15px; }
        .card-radio-label .card .card-heading {
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 42px;
          margin-left: 17px; }
        .card-radio-label .card select.form-control.card-heading {
          min-height: unset;
          height: 40px;
          margin-top: -6px;
          margin-bottom: 32px; }
        .card-radio-label .card .card-label {
          color: #666666;
          font-size: 14px; }
        .card-radio-label .card .card-label-total {
          color: #666666;
          font-size: 16px; }
        .card-radio-label .card .card-price {
          color: #333;
          font-weight: bold; }
        .card-radio-label .card .card-totalprice {
          color: #333;
          font-weight: bold;
          font-size: 24px; }
        .card-radio-label .card .card-additional-cover a {
          font-size: 16px;
          color: #0074be; }
        .card-radio-label .card hr {
          max-width: 360px;
          height: 1px;
          border: 1px;
          border: 0;
          clear: both;
          display: block;
          margin-top: 0px;
          background-color: #98c3da; }
      .card-radio-label .triangle-container {
        position: absolute;
        bottom: 0;
        right: 14px; }
      .card-radio-label .triangle-right-text {
        color: #333;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        margin-left: 20px;
        margin-top: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .card-radio-label .card-info {
        width: 25px;
        height: 25px;
        margin-left: 8px; }
      .card-radio-label .card-group-icon {
        width: 16px;
        height: 10px;
        object-fit: contain;
        margin-right: 8px; }
  
  /* tab and card styling ends here*/
  .breadcrumb.bgc-breadcrumb {
    font-size: 13px;
    color: #999999;
    background-color: #ffffff; }
    .breadcrumb.bgc-breadcrumb a {
      color: #999999; }
    .breadcrumb.bgc-breadcrumb .breadcrumb-item + .breadcrumb-item {
      padding-left: 3px; }
      .breadcrumb.bgc-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        display: inline-block;
        padding-right: 3px;
        color: #999999;
        content: "/"; }
    .breadcrumb.bgc-breadcrumb .breadcrumb-item.active {
      color: #999999; }
  
  .modal-header {
    border-bottom: none;
    padding: 17px 17px 5px 0; }
      .modal-header button.close img {
        width: 25px;
        height: 25px; }
  
  .modal-body {
    padding: 0 30px 30px 30px;
    overflow-y: scroll;}
    .modal-body h2 {
      color: #0070BE;
      margin-top: 25px; }
    .modal-body label {
      text-transform: none;
      color: #666666; }
    .modal-body p {
      margin-bottom: 8px; }
  
  /*tag style starts here*/
  .tag-container {
    height: 56px; }
  
  .tag {
    cursor: pointer;
    height: 36px;
    box-shadow: 0 2px 5px 0 rgba(226, 230, 245, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    background-color: #e2f5ff;
    color: #333;
    display: inline-block;
    padding: 0.375rem 0.35rem 0.375rem 0.75rem;
    margin: 4px 5px 4px 0;
    font-size: 14px;
    border-radius: 0.25rem; }
    .tag:hover {
      color: #ffffff;
      background-color: #0872b9; }
    .tag .close {
      position: static;
      padding: 0;
      float: none;
      font-size: 14px;
      opacity: 1; }
  
  /*tag style ends here*/
  /*tooltip starts here*/
  .info-select .vfl-has-label{width:90%}
  select.tooltip-prev-box {
    margin-right: 0px !important; }
  
  .tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    z-index: 0 !important; }
    .tooltip img {
      position: relative;
      top: 14px;
      left: 4px; }
    .tooltip .tooltiptext {
      visibility: hidden;
      width: 200px;
      background-color: #dfddde;
      color: #333;
      font-weight: bold;
      font-size: 14px;
      text-align: center;
      padding: 5px 0;
      border-radius: 6px;
      position: absolute;
      bottom: 60px;
      right: -8px; }
      .tooltip .tooltiptext::after {
        content: " ";
        position: absolute;
        top: 100%;
        left: 91%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #dfddde transparent transparent transparent; }
    .tooltip:hover .tooltiptext {
      visibility: visible; }
  
  /*tooltip ends here*/
  .bgc-search-icon {
    background: url("../images/black@2x.png") no-repeat;
    background-size: 24px;
    background-position: 95% 50%; }

  .add-icon{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
  }  
  .add-traveller-text{
    font-size: 16px;
  }
.traveller-heading{
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede;
}
.traveller-heading h3{
  border-bottom: none;
  padding-bottom: 0;
}
.types-of-plans-form-box{
  padding-top: 31px;
}

.error-text{
  color: #f77a7a;
  font-size: 13px;
  margin-top: 7px;
}
.vdp-datepicker .form-control:disabled{
    background-color: #fff;
	opacity: 0.5;
	cursor: not-allowed;
}

.label-for-agent{
  margin-bottom: 22px;
}
  
  /* FOOTER styling starts here */
  .bgc-footer {
    background-color: #f2f2f2;
    color: #666666;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 42.5px; }
    .bgc-footer ul {
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 30px;
      height: 16px; }
      .bgc-footer ul li {
        display: inline;
        padding-right: 25px; }
        .bgc-footer ul li a {
          color: #666666; }
        .bgc-footer ul li p {
          color: #999999;
          float: right;
          padding-right: 32px; }
  
  .graphics {
    padding-left: 34px;
    margin-bottom: 50px;
    background-color: #ffffff; }
  
  /* FOOTER styling ends here */
  /*details added according to the zeplin style-sheet*/
  .bgc-button-grp button {
    margin-left: 10px; }
  
  .add-wrapper {
    line-height: 56px;
    font-size: 14px; }
  
  .add-text {
    line-height: 24px;
    font-size: 16px;
    color: #0070BE;
    margin-left: 5px; }
  
  .remove-wrapper {
    font-size: 14px;
    margin-left: 12px;
    line-height: 22px; }
    .remove-wrapper img {
      height: 20px; }
  
  .remove-wrapper2 {
    font-size: 14px;
    color: #0070BE;
    text-transform: capitalize;
    position: relative;
    top: 15px; }
    .remove-wrapper2 img {
      height: 20px; }
  
  textarea.form-control.remark-textarea {
    width: 624px;
    height: 112px; }
  
  .horizontal-divider {
    width: 100px; }
  
  .payment-details-block label {
    text-transform: none;
    font-size: 16px;
    color: #999999;
    margin-bottom: 0; }
  
  .payment-details-block p {
    font-size: 24px;
    font-weight: bold; }
  
  /* switch style starts here */
  .switch-wrapper {
    height: 43px;
    padding: 6px 0;
    font-size: 14px;
    color: #616161; }
    .switch-wrapper span {
      line-height: 30px; }
  
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 0; }
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 7px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  
  input + .slider {
    background-color: #0070BE; }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #0070BE; }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px; }
  
  .slider.round:before {
    border-radius: 50%; }
  
  /* switch style ends here */
  .total-premium-text {
    font-size: 24px;
    font-weight: bold;
    color: #0070be; }

    .bgc-email-icon {
      background: no-repeat;
      background-size: 17px;
      background-position: 95% 50%;
      background-image: url("../images/email.png"); }
    
    .bgc-mobile-icon {
      background: no-repeat;
      background-size: 16px;
      background-position: 95% 50%;
      background-image: url("../images/mobile.png"); }
    .bgc-calendar-icon{
      background: no-repeat;
      background-size: 24px;
      background-position: 95% 50%;
      background-image: url("../images/email.png"); 
      }
      .share-quote-input-wrapper{
        margin-top: 45px;
      }
      .share-quote-input-wrapper .vfl-has-label{
        width: 100%;
      }
  
  #shareQuoteModalr .modal-content {
    width: 480px;
    box-shadow: -10px 9px 21px 0 rgba(128, 152, 213, 0.08); }
    #shareQuoteModalr .modal-content .modal-body input {
      margin-right: 0;
      max-width: 420px;
      height: 56px;
       }
    #shareQuoteModalr .modal-content .modal-body hr {
      margin-top: 3rem; }
  
  #additionalCover .modal-content {
    width: 800px;
    height: 543px;
    box-shadow: -10px 9px 21px 0 rgba(128, 152, 213, 0.08); }
    #additionalCover .modal-content select.form-control {
      margin: auto;
      margin-right: 15px;
      max-width: 127px;
      min-height: unset;
      height: 40px; }
  
  #premium_breakup_modal .modal-content {
    width: 800px;
    height: 585px;
    box-shadow: -10px 9px 21px 0 rgba(128, 152, 213, 0.08); }
  
  .detail {
    height: 22px;
    font-size: 16px;
    padding-right: 13px; }
  
  .name {
    color: #999999; }
  
  .answers {
    color: #333;
    padding-right: 70px; }
  .answers.total-premium {
    color: #333;
    padding-right: 70px;
    color:#0070be;
    text-decoration: underline; }
  @media (max-width: 767px) {
	h3{
	  font-size:16px;
	}
	.bgc-container{
      padding-left: 10px;
      padding-right: 10px;
    }
    input[type=text], [type=email], [type=date], [type=number], select.form-control {
      margin-right: 0; 
	} 
	.tbl-value{
		font-size:11px;
	}
}/*CSS for Mobile and tab closed here*/
  
  @media (max-width: 575px) {
    .mb-mobile-0 {
      margin-bottom: 0; } }

/* Header CSS */
.bgc-header {
  background-color: #0872b9;
  color: #ffffff; }
  .bgc-header.navbar-light .navbar-nav .show > .nav-link,
  .bgc-header.navbar-light .navbar-nav .active > .nav-link,
  .bgc-header.navbar-light .navbar-nav .nav-link.show,
  .bgc-header.navbar-light .navbar-nav .nav-link.active {
    color: #ff9b41; }
  .bgc-header.navbar-light .navbar-nav .nav-link {
    color: #ffffff; }
  .bgc-header .badge {
    background: #ff9b41;
    width: 18px;
    height: 18px;
    font-size: 11px;
    padding: 0.35em 0.25em;
    border-radius: 50%;
    color: white;
    position: absolute;
    top: 7px;
    left: 37px; }
  .bgc-header .header {
    margin-left: 53px;
    width: 100%; }
  .bgc-header .bgc-searchbar {
    background: url("../images/black@2x.png") no-repeat;
    background-size: 24px;
    background-position: 98% 50%;
    background-color: #fff;
    border: 1px solid white;
    font-size: 14px; }
  .bgc-header .info-bar {
    margin-left: 10px;
    height: 53%;
    width: 100%; }
  .bgc-header .header-bar {
    margin-left: -10px;
    height: 50%;
    width: 100%;
    padding-left: 0px; }
  .bgc-header .search-box {
    height: 40px;
    width: 300px; }
  .bgc-header .notification-div {
    padding-left: 4px; }
  .bgc-header .dropdown-menu.notification-menu {
    width: 393px;
    padding: 46px 0 17px 0;
    left: -285px;
    border-radius: 4px;
    box-shadow: -10px 9px 21px 0 rgba(128, 152, 213, 0.08), 5px 2px 10px 0 rgba(30, 30, 30, 0.05); }
    .bgc-header .dropdown-menu.notification-menu img {
      padding-left: 35px; }
    .bgc-header .dropdown-menu.notification-menu .notification-menu-heading {
      font-size: 20px;
      margin-left: 8px; }
    .bgc-header .dropdown-menu.notification-menu .clear-all {
      padding-right: 29px;
      color: #0070be;
      font-size: 13px; }
    .bgc-header .dropdown-menu.notification-menu .dropdown-item {
      padding: 12px 28px 24px 63px;
      height: 100px; }
      .bgc-header .dropdown-menu.notification-menu .dropdown-item p {
        margin-bottom: 0; }
        .bgc-header .dropdown-menu.notification-menu .dropdown-item p:first-child {
          color: #0070be; }
        .bgc-header .dropdown-menu.notification-menu .dropdown-item p:last-child {
          margin-top: 13px;
          color: #999999; }
    .bgc-header .dropdown-menu.notification-menu::before {
      content: url("../images/triangle-white-up.png");
      position: absolute;
      top: -16px;
      left: 308px; }
  .bgc-header .vl {
    border-left: solid 1px #ffffff;
    height: 44px;
    opacity: 0.4;
    display: -webkit-inline-box; }
  .bgc-header .bell-icon {
    padding-left: 10px;
    margin-left: 10px;
    margin-top: -85px; }
  .bgc-header .home-icon {
    position: relative;
    top: -4px; }
  .bgc-header .col {
    flex-grow: 0; }
  .bgc-header .float-box {
    width: 185px;
    height: 32px;
    margin: -43px 0 0 22px;
    border-radius: 14px;
    padding: 5px 7px;
    background-color: #facf5c;
    font-size: 12px;
    color: #666666; }
    .bgc-header .float-box span {
      font-size: 11px;
      font-weight: bold; }
  .bgc-header .nav-link {
    font-weight: bold;
    margin-right: 1em;
    padding: 9px 1rem; }
  .bgc-header .tabs {
    bottom: 0; }
  .bgc-header .tab {
    margin-top: 10px;
    color: #fff; }
  .bgc-header .tab:hover,
  .bgc-header .tab:focus,
  .bgc-header .tab.active {
    color: #ff9b41; }
    .bgc-header .tab:hover:after,
    .bgc-header .tab:focus:after,
    .bgc-header .tab.active:after {
      height: 9px;
      display: block;
      background: #ff9b41;
      content: '';
      border-radius: 9px 9px 0 0;
      position: relative;
      top: 7px; }
  .bgc-header .img-circle {
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0; }
  .bgc-header .dropdown-toggle-wrapper {
    line-height: 16px;
    padding-top: 8px; }
    .bgc-header .dropdown-toggle-wrapper span {
      font-size: 14px; }
    .bgc-header .dropdown-toggle-wrapper .dropdown-toggle::after {
      position: absolute;
      top: 22px;
      left: 115px; }
  .bgc-header .dropdown-menu {
    top: 76%;
    left: -50px;
    border: none;
    border-radius: 0;
    box-shadow: 5px 2px 10px 0 rgba(30, 30, 30, 0.05); }
  .bgc-header .drop-down {
    color: #fff;
    text-decoration: none; }
  .bgc-header .drop-down:hover {
    color: #fff;
    text-decoration: none; }
  .bgc-header .dropdown-item {
    color: #333333;
    padding: 12px 1.5rem;
    font-size: 14px;
    height: 40px; }
  .bgc-header .dropdown-item:hover,
  .bgc-header .dropdown-item:focus {
    background-color: #ff9b41;
    color: #ffffff; }
  .bgc-header .wel-name {
    width: 134px; }

@media (max-width: 62em) {
  .bgc-header .navbar-nav {
    padding-top: .425rem;
    padding-left: 0.75rem; }
  .bgc-header .navbar-nav .nav-item {
    float: none; }
  .bgc-header .navbar-brand {
    float: right;
    display: block; }
  .bgc-header .navbar-nav .nav-item {
    display: block; }
  .bgc-header .navbar-nav .nav-item + .nav-item {
    margin-left: 0; }
  .bgc-header .dropdown-menu {
    position: absolute;
    float: none; } }

@media (max-width: 1024px) {
  .bgc-header .header {
    margin-left: 0; } }

@media (min-width: 992px) {
  .bgc-header .header {
    padding-top: 1.5em;
    height: 150px; }
  .bgc-header .header-bar .navbar-collapse {
    min-width: 735px; } }

@media (min-width: 1300px) {
  .bgc-header .search-box {
    width: 515px; }
  .bgc-header .navbar-brand {
    margin-right: 63px; } }

/* Table Design for quote list page */

  
.search-text-heading {
  height: 30px;
  font-size: 24px;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 35px; }

.color-blue {
  color: #0070be; }

.table > thead th,
.inner-details {
  border-bottom: 1px solid #c7c7c7; }

.inner-details {
  padding-bottom: 30px; }

.table > thead th {
  font-weight: bold;
  font-size: 16px; }

.table th,
.table td {
  border-top: none;
  font-size: 14px;
  color: #666666; }

.bgc-table-body tr:nth-child(even) {
  background-color: #e2f5ff; }

.table-with-radio > thead th:first-child {
  padding-left: 40px; }

.td-for-details {
  padding: 0.75rem 0 !important; }

.search-form {
  padding: 28px 20px;
  background-color: #e2f4fe;
  border: #7ea6bb;
  border-width: 1px;
  margin-bottom: 44px; }

/* .search-form input[type=text], .search-form [type=email], .search-form [type=date], .search-form [type=number], .search-form select.form-control {
  min-height: 56px;
  max-width: 310px;
  width: 100%;
  font-size: 14px;
  line-height: 56px;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  outline-width: 1px;
  outline-offset: 0;
  line-height: 56px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 28px;
  margin-right: 20px;
  color: #333;
  border-color: #7ea6bb;
  outline-color: #d1d1d1;
  background-color: #e2f4fe; } */

a.bgc-links.adv-search {
  font-size: 14px;
  color: #0872b9;
  font-weight: 600; }

.search-button-group {
  margin-top: -12px; }
  .search-button-group .bgc-button-grp button {
    margin-left: 15px; }

.bgc-table-heading th {
  font-size: 16px;
  font-weight: bold;
  color: #666666; }

.bgc-table-heading tr {
  border-bottom: 1px solid #c7c7c7; }

.bgc-table-body td {
  font-size: 14px;
  color: #666666;
  padding-bottom: 58px;
  padding-top: 15px;
  max-width: 198px; }

.drop {
  background-color: transparent;
  border-color: transparent; }
  .drop:active, .drop:focus {
    outline: none;
    box-shadow: none; }

.drop[data-toggle="collapse"]::after {
  content: url(../images/triangleup.png);
  padding-left: 9px; }

.drop[data-toggle="collapse"].collapsed::after {
  content: url(../images/triangledown.png); }

.total {
  color: #000; }

table.table-without-radio {
  border-bottom-color: transparent; }
  table.table-without-radio .bgc-table-body td {
    padding-bottom: 0.75rem; }

.bgc-table-body td .dropdown-toggle::after {
  display: none; }

.bgc-table-body td .dropdown-item:hover,
.bgc-table-body td .dropdown-item:focus {
  background-color: #ff9b41;
  color: #ffffff; }

/*update on 21/01/2019 by kaberi paul - Pragnyaa Shaw*/
.custom-radio-label{
  text-transform: none;
  margin-top: 5px;
  margin-left: 15px;
}

.font-14{
    font-size:14px;
}

a.bgc-links.adv-search{
        text-decoration: underline;
    }

.bgc-header .dropdown-toggle-wrapper span.wel-name{
      font-size: 12px;
    }

.bgc-header .dropdown-toggle-wrapper span.usr-name{
      font-size: 12px;/*style-guide*/
      font-weight: bold;/*style-guide*/
    }

input[type=text], [type=email], [type=date], [type=number], select.form-control{
  max-width:310px;
    }

  .bgc-calendar-icon{
    background-image: url('../images/calendar-alt.png')
  }

  .bgc-header .bgc-searchbar{
    background-image: url('../images/black@2x-reversed.png')
  }
/* 30-01-2019 Kaberi */
.edit-button {
  cursor: pointer;
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  max-width: 20px;
  background-size: contain;
  background: no-repeat;
  background-image: url(../images/pencil-edit-button.png);
}

.edit-button-acive {
  background-image: url(../images/pencil-edit-button-active.png);
}

.preview.collapsed:after {
	content: url('../images/drop-down-arrow-blue_down.png');
    margin-left: 6px;
}

.preview:after {
	content: url('../images/drop-down-arrow-blue_up.png');
    margin-left: 6px;
}

.expand-form-button {
  margin-right: 10px;
  border: none;
  padding: 0;
  background-color: transparent;
 }
.expand-form-button img{
  position: relative;
  top: -1px;
  }
.expand-form-button.collapsed img{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: -1px;
}

.advance-search-text {
  margin-top: 32px;
  margin-left: -10px;
  font-size: 14px;
}

.adv-search {
    margin-top: 12px !important;
}
select.form-control{
    display: block;
	appearance: none; 
	-webkit-appearance: none;
	-moz-appearance: none; 
    line-height: 27px;
	 background: url("../images/drop-down-arrow.png") no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
   }
  .form-control:disabled, .form-control[readonly] {
		background-color: #fff;
		opacity: 0.5;
		cursor: not-allowed;
	}
	select.form-control:disabled{
		background-color: #fff;
		opacity: 0.5;
		cursor: not-allowed;
	}
	.disabled-date-float-label .vfl-label-on-input{
		color: #afafaf;
	}
	.diabled-select-float-label .vfl-label-on-input{
		color: #afafaf;
	}
	.diabled-input-float-label .vfl-label-on-input{
		color: #afafaf;
	}	
	.diabled-select-float-label .bgc-select-class .vfl-label{
		opacity:0;
	}
	.diabled-select-float-label .bgc-select-class .vfl-label.vfl-label-on-input{
		opacity:1;
		color: #afafaf;
	}
  .search-field-btn .input-group-text {
		height: 48px !important;
  }
  .bgc-error-field {
    border-color: #ef7f7f !important;
  }
  .bgc-error-field::placeholder {
      color: #ef7f7f;
      opacity: 1; /* Firefox */
  }

  .bgc-error-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #ef7f7f;
  }

  .bgc-error-field::-ms-input-placeholder { /* Microsoft Edge */
      color: #ef7f7f;
  }
  input.bgc-error-field::placeholder {
      color: #f77a7a;
  }
  select.form-control.bgc-error-field{
      color: #f77a7a !important;
  }
  select.form-control option,select.form-control.bgc-error-field option{
      color:#333 !important;
  }
  select option:disabled,select.bgc-error-field option:disabled{
      color:#757575 !important;
  }
/*-------------- Media queries starts here ------------*/
/* iPad portrait */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  input[type=text], [type=email], [type=date], [type=number], select.form-control {
		 font-size: 12px;
	}
	.new-plancard .card-radio-label .card-radio-circle {
		left: 133px !important;
	}
	.modal-body .cover-name {
		font-size: 10px !important;
	}
	#additionalCover .modal-content select.form-control {
		width:100px !important;
	}
	#additionalCover .modal-content b{
		font-size: 13px !important;
	}
}
/* iPad Landscape */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
 input[type=text], [type=email], [type=date], [type=number], select.form-control {
		 font-size: 12px;
	}
	.new-plancard .card-radio-label .card-radio-circle {
    left: 111px !important;
	}
	.modal-body .cover-name {
		font-size: 12px !important;
	}
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.bgc-wrapper .new-plancard .card-radio-label .card .card-totalprice {
    color: #fcab10;
    font-size: 18px;
	}
	.bgc-wrapper .new-plancard .card-radio-label .card .card-price {
    color: #666;
    font-size: 13px;
	}
	.bgc-wrapper .card-radio-label .card .card-label-total {
		color: #666666;
		font-size: 11px;
	}
	.bgc-wrapper .new-plancard .card-radio-label .card .card-label {
    font-size: 10px;
	}
	.bgc-wrapper .policy-wrap{
		font-size: 13px;
	}
	.policy-switch input#individual:checked~.policy-switch-indicator{
    width: 92px !important;
    }
	.cancellation-container .bgc-radio-labels {
		width: 90% !important;
	}
	.form-multi-step .stage-number{
		top: 4px !important;
		font-size: 14px !important;
	}
	.table > thead th {
		font-weight: bold;
		font-size: 12px;
	}
}


/*-------------- Media queries starts here ------------*/
/*------------ ie Fix --------------*/
select::-ms-expand {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .search-div{
        min-width: 55% !important;
    }
    .notification-div{
        min-width: 7% !important;
        top:-7px;
        border-left: solid 1px white;
        border-right: solid 1px white;
        padding:0!important;


    }
    .badge{
        top:3px!important;
        left: 32px!important;
    }
    .vl{
        border: 0!important;
    }
    .profile-div{
        /*min-width: 21% !important;*/
        padding:0;
    }
    .dropdown-toggle-wrapper{
        min-width: 13% !important;
    }
    .bgc-header .float-box{
        margin: 6px 0 0 12px !important;
        padding: 4px 0px 0px 10px !important;
    }
    .bgc-header .search-box{
        width:auto;
    }
    .bell-icon{
        margin-top: 10px !important;
    }
    .bgc-header .profile-div .img-circle{
        position: absolute !important;
        margin-top: 5px!important;
        margin-right: 11px!important;
        float: right;
    }
    .vfl-label-on-input{
        display: table;
    }

    input::placeholder{
        line-height:42px; 
    }
    input::-ms-clear {
        display: none;
    }
    .vfl-label{
        display: table;
    }
    .bgc-searchbar::placeholder{
        line-height:27px;
    }
    #additionalCover .modal-content select.form-control{
        min-height: 42px;
    }
    .bgc-header.new-header .profile-div .dropdown-toggle{
      right: -3px!important;
      top:10px!important;
    } 
    .bgc-header .navbar-nav .nav-link{
        padding-right:0.25rem;
    }
    #search-input{
      line-height: 12px;
    }
    .dashboard-card .banner-div{
      width:100%;
    }
 }
/*------------ ie Fix --------------*/