/*------------------------------------------------------------------ */
/* [ Dependencies ] */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/* [ Variables ] */
/*------------------------------------------------------------------ */
/*------------------------------------------------------------------ */
/* [ Iconography ] */
/*------------------------------------------------------------------ */

.no-mobile{display:block}
.no-desk{display:none}

.icon {
  position: relative;
}

.icon.before:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.icon.after:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.icon.contact:before {
  background-image: url("../images/icons/navi/call.png");
}

.icon.callmeback:before {
  background-image: url("../images/icons/navi/callback.png");
}

.icon.login:before {
  background-image: url("../images/icons/navi/user.png");
}

.icon.search:before {
  background-image: url("../images/icons/navi/search.png");
  width: 23px;
  height: 23px;
  left: -15px;
}

.icon.chat:before {
  background-image: url("../images/icons/navi/chat-grey.png");
}

.icon.arrow:after {
  background-image: url("../images/icons/grey-arrow-right.png");
  width: 6px;
  height: 11px;
}

.icon.arrow.fc-yellow:after {
  background-image: url("../images/icons/yellow-arrow-right.png");
}

.icon.arrow:before {
  background-image: url("../images/icons/grey-arrow-left.png");
}

.share-section {
  margin-bottom: 30px;
}

.share-icons-container > div {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin: 0 5px;
  vertical-align: top;
}

.share-icons-container > div img {
  width: 55px;
}

.share-icons-container > div:first-child {
  margin-left: 0;
}

.share-icons-container > div:last-child {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .share-icons-container > div {
    margin-bottom: 15px;
  }
}

/*------------------------------------------------------------------ */
/* [ products icon container ] */
/*------------------------------------------------------------------ */
@media screen and (max-width: 990px) {
  .products-icon-container {
    width: 500px;
    margin: auto;
    max-width: 100%;
  }
}

.products-icon-container > div {
  display: inline-block;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  margin: 0 20px;
  vertical-align: top;
  position: relative;
  padding: 35px;
}

@media screen and (max-width: 1199px) {
  .products-icon-container > div {
    margin: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.products-icon-container  div.blue-bg {
  background-color: #12b8c5;
}

.products-icon-container  div.yellow-bg {
  background-color: #fabe16;
}

.products-icon-container  div.red-bg {
  background-color: #f7691d;
}

.products-icon-container  div.green-bg {
  background-color: #01c5aa;
}

.products-icon-container  div p {
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 500;

  font-size: 24px;
  color: #ffffff;
  line-height: 1em;
  text-align: center;
}

.products-icon-container > div .img-container {
  min-height: 125px;
  position: relative;
  margin-bottom: 5px;
}

.products-icon-container > div .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.products-icon-container.small-icons > div {
  width: 180px;
  height: 180px;
  margin: 0 10px;
}

.products-icon-container.small-icons > div p {
  font-size: 17px;
}
.products-icon-container.small-icons > div {
    width: 140px;
    height: 140px;
    margin: 0 10px;
}
.products-icon-container.small-icons.quote-pop > div {
    width: 140px;
    height: 140px;
    margin: 10px 10px !important;
}
.products-icon-container.small-icons.first-section > div {
    width: 140px;
    height: 50px;
    margin: 10px 10px;
}
.products-icon-container.small-icons > div .img-container {
  min-height: 40px !important;
  margin-bottom: 10px;
}

.products-icon-container.small-icons > div .img-container img {
  width: 90%;
}

.select-pop .products-icon-container.small-icons>div .img-container {
    min-height: 40px !important;
}
/*------------------------------------------------------------------ */
/* [ MouseOver tooltip Menus ] */
/*------------------------------------------------------------------ */
.tooltip-content {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  margin-top: -5px;
  z-index: -1;
}

.tooltip-content .content-container {
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background-color: #ffffff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  -webkit-box-shadow: 0px 0px 53px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 53px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 53px -6px rgba(0, 0, 0, 0.75);
}

.tooltip-content .content-container:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -20px;
}

.tooltip-content .gap-filler {
  width: 15%;
  height: 10px;
  margin: auto;
}

.tooltip-content.products-dropdown {
  width: 940px;
}

.tooltip-content.products-dropdown .content-container {
  padding: 0 55px;
  display: none;
}

.tooltip-content.help-dropdown {
  width: 620px;
}

.tooltip-content.help-dropdown .content-container {
  padding: 30px 35px 10px;
}

.tooltip-content.falldown {
  -webkit-transform: translate3d(0, 0px, 0) translateX(-56%);
  -moz-transform: translate3d(0, 0px, 0) translateX(-56%);
  -ms-transform: translate3d(0, 0px, 0) translateX(-56%);
  -o-transform: translate3d(0, 0px, 0) translateX(-56%);
  transform: translate3d(0, 0px, 0) translateX(-56%);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.tooltip-content.grey-text {
  width: 260px;
  font-size: 14px;
  font-style: italic;
  color: #2c2c2c;
  box-shadow: none;
}

.tooltip-content.grey-text .content-container {
  background-color: #f5f5f5;
  box-shadow: none;
  padding: 10px 15px 1px;
}

.tooltip-content.grey-text .content-container:before {
  border-bottom-color: #f5f5f5;
}

.tooltip-item:hover + .tooltip-content, .tooltip-content:hover {
  z-index: 200;
  opacity: 1;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
  -moz-transform: translate3d(0, 0, 0) translateX(-50%);
  -ms-transform: translate3d(0, 0, 0) translateX(-50%);
  -o-transform: translate3d(0, 0, 0) translateX(-50%);
  transform: translate3d(0, 0, 0) translateX(-50%);
}

.tooltip-item:hover + .tooltip-content.products-dropdown .content-container, .tooltip-content:hover.products-dropdown .content-container {
  display: block;
}
.tooltip-content.products-dropdown .content-container.help{
  
  padding: 25px 20px 40px 0px;

}
/*------------------------------------------------------------------ */
/* [ callme back form ] */
/*------------------------------------------------------------------ */
p.call-back{display:inline}
#callMeBack .form-group {
  margin-bottom: 23px;
}

#callMeBack .form-group label {
  font-size: 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 540px) {
  #callMeBack .form-group label {
    font-size: 24px;
  }
}

#callMeBack .form-group input {
  height: 55px;
  padding: 10px 25px;
  font-size: 23px;
  line-height: 1em;
}

@media screen and (max-width: 540px) {
  #callMeBack .form-group input {
    margin-bottom: 10px;
    font-size: 18px;
    height: 55px;
    padding: 10px;
  }
}

@media screen and (max-width: 540px) {
  #callMeBack .form-group {
    margin-bottom: 20px;
  }
}

#callMeBack md-select {
  margin-top: 10px;
  color: #333;
  font-size: 23px;
  margin-bottom: 0;
}

@media screen and (max-width: 540px) {
  #callMeBack md-select {
    padding: 15px 10px;
    font-size: 18px;
  }
  #callMeBack md-select ._md-select-icon {
    width: 20px;
  }
  #callMeBack md-select ._md-select-icon:after {
    width: 20px;
    min-height: 10px;
  }
}

#callMeBack md-datepicker {
  position: relative;
  padding-right: 0;
  margin-right: 0;
}

#callMeBack md-datepicker.md-datepicker-open .md-datepicker-input {
  margin-left: 0;
}

#callMeBack .md-datepicker-input-container {
  width: 100%;
  margin-left: 0;
  border-color: transparent;
  padding-bottom: 0;
  opacity: 1 !important;
}

#callMeBack .md-button.md-icon-button {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  z-index: 10;
  width: 70px;
}

#callMeBack .md-button.md-icon-button .md-datepicker-calendar-icon {
  height: 40px;
  width: 40px;
}

#callMeBack .md-button.md-icon-button .md-datepicker-calendar-icon svg {
  width: 100%;
}

#callMeBack .md-datepicker-input {
  width: 100%;
  max-width: 100%;
}

#callMeBack .md-datepicker-triangle-button {
  display: none;
}

#callMeBack .btn {
  display: block;
  font-size: 20px;
  padding: 15px 11px;
  margin: 20px auto;
  width: 190px
}

@media screen and (max-width: 540px) {
  #callMeBack .btn {
    font-size: 24px;
    padding: 10px 30px;
  }
}

@media screen and (max-width: 540px) {
  md-option ._md-text {
    font-size: 22px;
  }
}

/*------------------------------------------------------------------ */
/* [ Three col features ] */
/*------------------------------------------------------------------ */
.three-col-features {
  color: #86989c;
  width: 900px;
  max-width: 100%;
  margin: auto;
}

.three-col-features div > img {
  margin-bottom: 15px;
}

.three-col-features + .btn {
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .three-col-features {
    width: 430px;
  }
  .three-col-features p {
    text-align: left;
  }
  .three-col-features div {
    margin-bottom: 10px;
  }
  .three-col-features div h5 {
    font-size: 28px;
    text-align: left;
    margin-top: 0;
  }
  .three-col-features div > img {
    width: 45px;
  }
}

/*------------------------------------------------------------------ */
/* [ Custom Material dropdown styles ] */
/*------------------------------------------------------------------ */
.custom-dropdown md-select {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  padding: 5px 20px 10px;
}

.custom-dropdown md-select ._md-select-value ._md-select-icon:after {
  background-image: url(../images/icons/lgrey-arrow-down.png);
  width: 18px;
  min-height: 10px;
  right: -20px;
}

.custom-dropdown md-input-container.md-input-has-value label, .custom-dropdown md-input-container.md-input-focused label {
  display: none;
}

/*------------------------------------------------------------------ */
/* [ Premiums table ] */
/*------------------------------------------------------------------ */
.quotation-table-container {
  width: 1180px;
  margin: auto;
}

.quotation-table-container .download-pdf {
  margin: 40px 0;
}

.quotation-table-container .download-pdf p {
  margin-bottom: 20px;
}

.quotation-table-container .row {
  margin: 0;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.quotation-table-container .row > div {
  width: 201px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
}

.quotation-table-container .row > div:first-child {
  margin-right: -5px;
}

.quotation-table-container .row > div.big {
  width: 577px;
}

.quotation-table-container .row > div.no-border {
  border: none;
}

.quotation-table-container .row .block {
  width: 100%;
  padding: 25px 30px;
  position: relative;
}

.quotation-table-container .row .block.size-1 {
  min-height: 110px;
  max-height: 110px;
}

.quotation-table-container .row .block.size-2 {
  min-height: 180px;
  max-height: 180px;
}

.quotation-table-container .row .block.size-3 {
  min-height: 220px;
  max-height: 220px;
}

.quotation-table-container .row .block.size-4 {

}

.quotation-table-container .row .block.header-bg1 {
  background-color: #12b8c5;
}

.quotation-table-container .row .block.header-bg2 {
  background-color: #12b8c5;
}

.quotation-table-container .row .block.body-bg1 {
  background-color: #fff;
}

.quotation-table-container .row .block.body-bg2 {
  background-color: #f3f3f3;
}

.quotation-table-container .row .block p {
  color: #666;
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 300;

  margin-bottom: 0;
}

.quotation-table-container .row .block p.tiny {
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 100;

}

.quotation-table-container .row .block h2 {
  margin: 0 0 5px;
  font-size: 32px;
}

.quotation-table-container .row .block ul {
  padding-left: 10px;
}

.quotation-table-container .row .block ul > li {
  color: #666;
  line-height: 1.3em;
  padding-bottom: 10px;
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 300;

}

.quotation-table-container .row .block.text-white > * {
  color: #fff;
}

.quotation-table-container .row .block .merged-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 300%;
  padding: 25px 30px;
}

.quotation-table-container .row .block.border-right {
  border-right: 1px solid #dddddd;
}

.quotation-table-container .row .block.expand-trigger {
  background-color: #ffffff;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  max-height: 55px;
  min-height: 55px;
  padding: 15px;
  cursor: pointer;
}

.quotation-table-container .row .block.expand-trigger p {
  color: #12b8c5;
}

.quotation-table-container .row .block.expand-trigger p strong {
  position: relative;
}

.quotation-table-container .row .block.expand-trigger p strong:after {
  content: '';
  background-image: url("../images/icons/blue-arrow-right.png");
  width: 6px;
  height: 12px;
  position: absolute;
  top: 25%;
  right: -20px;
}

.quotation-table-container .row .block md-progress-circular {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.quotation-table-container .row .block md-progress-circular path {
  stroke: #ffffff;
}

.quotation-table-container .row .expandable {
  display: none;
}

.quotation-table-container .row .selected > .block:first-child {
  position: relative;
}

.quotation-table-container .row .selected > .block:first-child:before {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  width: 100%;
  height: 20px;
  background-color: #12b8c5;
}

.quotation-table-container.premium-tb .row .selected > .block:first-child:before {

  background-color: #2bc5d1;
}


.quotation-table-container .row .selected > .block:last-child {
  position: relative;
}

.quotation-table-container .row .selected > .block:last-child:before {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  width: 100%;
  height: 20px;
  background-color: none;
}

/* .quotation-table-container.travel-premium-table .row .block.expand-trigger {
  background-color: #01c5aa;
  position: relative;
}

.quotation-table-container.travel-premium-table .row .block.expand-trigger p {
  color: #ffffff;
  margin-left: 25px;
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 200%;
  padding: 15px;
}

.quotation-table-container.travel-premium-table .row .block.expand-trigger p strong {
  padding-left: 15px;
}

.quotation-table-container.travel-premium-table .row .block.expand-trigger p strong:after {
  content: '';
  background-image: url("../images/icons/plus-white.png");
  width: 17px;
  height: 17px;
  position: absolute;
  top: 10%;
  left: -20px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.quotation-table-container.travel-premium-table .row .block.expand-trigger.active p strong:after {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
} */

.quotation-table-container.third-party-table {
  width: 983px;
}

.quotation-table-container.third-party-table.product-page {
  width: 1050px;
}

.quotation-table-container.third-party-table.product-page .row > div {
  width: 210px;
}

.quotation-table-container.third-party-table .row .block.header-bg1 {
  padding: 25px 15px;
}

.quotation-table-container.third-party-table .row .block.size-10 {
  min-height: 844px;
  min-height-max-height: 844px;
}

.quotation-table-container.third-party-table .row .block h2.header {
  font-size: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}

.quotation-table-container.third-party-table .row > div {
  width: 178px;
}

.quotation-table-container.third-party-table .row > div.selected {
  width: 205px;
}

.quotation-table-container.third-party-table .row > div.big {
  width: 422px;
}

.quotation-table-container.third-party-table .check-icon {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/*------------------------------------------------------------------ */
/* [ wizard progress ] */
/*------------------------------------------------------------------ */
ol.wizard-progress {
  width: 580px;
  margin: 0 auto 30px;
  list-style: none;
  list-style-image: none;
  padding: 0;
}

ol.wizard-progress li {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 128px;
}

ol.wizard-progress li .step-name {
  vertical-align: bottom;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

ol.wizard-progress li .step-num {
  font-size: 18px;
  border: 2px solid #ffffff;
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 100;

  color: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 10px;
  margin: 0 auto;
}

ol.wizard-progress li .step-num:after {
  content: "";
  background: #ffffff;
  height: 5px;
  width: 105px;
  position: absolute;
  top: 15px;
  right: -55px;
}

ol.wizard-progress li:last-child .step-num:after {
  display: none;
}

ol.wizard-progress li.step-done .step-num {
  background-color: #ffffff;
  color: #12b8c5;
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 300;

}

ol.wizard-progress li.step-done .step-name {
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 500;

}

@media screen and (max-width: 580px) {
  ol.wizard-progress {
    width: 310px;
    margin-bottom: 20px;
  }
  ol.wizard-progress li {
    width: 70px;
  }
  ol.wizard-progress li.step-done .step-num {
    color: transparent;
  }
  ol.wizard-progress li .step-num {
    width: 20px;
    height: 20px;
    color: transparent;
  }
  ol.wizard-progress li .step-num:after {
    top: 10px;
    right: -28px;
    width: 51px;
    height: 4px;
  }
  ol.wizard-progress li .step-name {
    display: none;
  }
}

@media screen and (max-width: 767px) {
 ol.wizard-progress li.step-done .step-num {
    color: transparent !important;
  }
  ol.wizard-progress li .step-num {
    width: 20px;
    height: 20px;
    color: transparent;
  }
}

/*------------------------------------------------------------------ */
/* [ Application forms ] */
/*------------------------------------------------------------------ */
.application-form-container {
  width: 1000px;
  margin: auto;
  max-width: 100%;
}

.application-form-container .login-check {
  text-align: center;
  background-color: #f0f0f0;
  padding: 30px;
  margin: 50px 0;
}

.application-form-container .login-check p {
  color: #666666;
  margin-bottom: 0;
}

.application-form-container form > .row {
  margin-bottom: 20px;
}

.application-form-container form h5 {
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 300;

  color: #666666;
}

.application-form-container form h5 span {
  font-size: 18px;
  color: #999;
}

.application-form-container form input.form-control, .application-form-container form textarea.form-control, .application-form-container form md-autocomplete md-autocomplete-wrap input {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background-color: #f5f5f5;
  padding: 10px 25px;
  height: auto;
  font-size: 24px;
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 300;

  color:#12b8c5;
  font-weight: normal;
}

.application-form-container form input.form-control:focus, .application-form-container form textarea.form-control:focus, .application-form-container form md-autocomplete md-autocomplete-wrap input:focus {
  border-color: #12b8c5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(102, 205, 224, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(102, 205, 224, 0.6);
}

.application-form-container form input.form-control::-webkit-input-placeholder, .application-form-container form textarea.form-control::-webkit-input-placeholder, .application-form-container form md-autocomplete md-autocomplete-wrap input::-webkit-input-placeholder {
  color: #ccc;
}

.application-form-container form input.form-control::-moz-placeholder, .application-form-container form textarea.form-control::-moz-placeholder, .application-form-container form md-autocomplete md-autocomplete-wrap input::-moz-placeholder {
  color: #ccc;
}

.application-form-container form input.form-control:-moz-placeholder, .application-form-container form textarea.form-control:-moz-placeholder, .application-form-container form md-autocomplete md-autocomplete-wrap input:-moz-placeholder {
  color: #ccc;
}

.application-form-container form input.form-control:-ms-input-placeholder, .application-form-container form textarea.form-control:-ms-input-placeholder, .application-form-container form md-autocomplete md-autocomplete-wrap input:-ms-input-placeholder {
  color: #ccc;
}

@media screen and (max-width: 480px) {
  .application-form-container form input.form-control, .application-form-container form textarea.form-control, .application-form-container form md-autocomplete md-autocomplete-wrap input {
    font-size: 18px;
  }
}

.application-form-container form md-autocomplete md-autocomplete-wrap {
  box-shadow: none;
}

.application-form-container form md-autocomplete md-autocomplete-wrap input {
  min-height: 50px;
}

.application-form-container form md-autocomplete md-autocomplete-wrap button {
  display: none;
}

.application-form-container form button {
  margin: 0 0 0 -10px;
}

@media screen and (max-width: 767px) {
  .application-form-container form button {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 480px) {
  .application-form-container form button {
    font-size: 18px;
    padding: 8px 10px;
  }
}

.application-form-container form .tooltip-container {
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .application-form-container {
    max-width: 95%;
  }
}

/*------------------------------------------------------------------ */
/* [ Star ratings ] */
/*------------------------------------------------------------------ */
ul.star-rating {
  list-style: none outside;
  padding-left: 0;
  width: 300px;
  margin: 25px auto 20px;
  outline: none !important;
}

ul.star-rating li.star {
  display: inline-block;
  width: 37px;
  height: 35px;
  margin: 0 10px;
  background-image: url("../images/icons/rating.png");
  outline: none !important;
}

ul.star-rating li.star.filled {
  background-image: url("../images/icons/rating-filled.png");
}

/*------------------------------------------------------------------ */
/* [ Editable form styles ] */
/*------------------------------------------------------------------ */
.editable-container {
  position: relative;
}

.editable-container .edit-btn {
  position: absolute;
  top: 0;
  right: 10%;
  cursor: pointer;
}

.editable-container .edit-btn * {
  vertical-align: bottom;
  display: inline-block;
}

.editable-container .edit-btn p {
  margin: 0 0 0 3px;
  border-bottom: 1px solid #333333;
}

.editable-container.flushright .edit-btn {
  right: 0;
}

@media screen and (max-width: 768px) {
  .editable-container .section-header {
    margin-bottom: 0;
  }
  .editable-container .edit-btn {
    position: relative;
    right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}

.editable-lightbox .container {
  width: auto;
}

/*------------------------------------------------------------------ */
/* [ Form validation errors ] */
/*------------------------------------------------------------------ */
.error-messages {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.error-messages p {
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 300;

  font-size: 14px;
  color: #cc3333;
  font-style: italic;
}

.error-messages.ng-active {
  margin-top: 5px;
  opacity: 1;
}

.error-messages.ng-inactive {
  margin-top: -10px;
  opacity: 0;
}

input.ng-invalid.ng-dirty {
  border: 2px solid #fad8d8 !important;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/*------------------------------------------------------------------ */
/* [ share container ] */
/*------------------------------------------------------------------ */
.share-section .section-header {
  margin-bottom: 20px;
}

.share-section h2 {
  margin-top: 50px;
  color: #fff;
}

/*------------------------------------------------------------------ */
/* [ benefits/Addons container ] */
/*------------------------------------------------------------------ */
.benefits-container {
  width: 900px;
  margin: 50px auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .benefits-container {
    margin: 20px auto;
  }
}

.benefits-container .benefit {
  background-color: #f0f0f0;
  padding: 30px 25px 25px;
  margin-bottom: 15px;
  border: 2px solid #f0f0f0;
  color: #666666;
}

@media screen and (max-width: 767px) {
  .benefits-container .benefit {
    padding: 25px 10px 10px;
  }
}

.benefits-container .benefit > .top > * {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 300;

}

@media screen and (max-width: 767px) {
  .benefits-container .benefit > .top > * {
    max-width: 65%;
  }
}

.benefits-container .benefit > .top .prize {
  float: right;
}

.benefits-container .benefit > .bottom {
  margin: 5px 0 0 37px;
}

@media screen and (max-width: 767px) {
  .benefits-container .benefit > .bottom {
    max-width: 70%;
  }
}

.benefits-container .benefit.selected {
  border: 2px solid #12b8c5;
  border-radius: 1px;
  -webkit-transition-property: border;
  -moz-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.benefits-container .benefit .excess-slider .excess-limits {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.benefits-container .benefit .excess-slider .excess-limits h5 {
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 300;

  font-size: 28px;
}

.benefits-container .benefit md-progress-circular {
  float: right;
}

.benefits-container .benefit md-progress-circular path {
  color: #d2d2d2;
}

md-slider ._md-track-container {
  background: #dbdad4;
  height: 10px;
}

md-slider ._md-track {
  background-color: transparent;
}

md-slider ._md-track._md-track-fill {
  background-color: #80e7fa;
  background-image: -webkit-linear-gradient(#80e7fa, #68cfe2);
  background-image: linear-gradient(#80e7fa, #68cfe2);
}

md-slider ._md-track-ticks {
  color: #68cfe2;
}

md-slider ._md-thumb-container ._md-thumb {
  width: 40px;
  height: 40px;
  border-right: 40px;
  top: 8px;
}

md-slider ._md-thumb-container ._md-thumb:after {
  border-color: #66cddf;
  background-color: #66cddf;
  content: '$';
  color: #fff;
  padding: 5px 10px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-right: 40px;
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 500;

}

md-slider ._md-thumb-container ._md-focus-ring {
  width: 54px;
  height: 54px;
  border-radius: 54px;
}

md-slider ._md-thumb-container ._md-sign {
  background-color: #68cfe2;
  width: 40px;
  height: 40px;
  border-right: 40px;
}

md-slider ._md-thumb-container ._md-sign:after {
  left: 7px;
  background-color: #68cfe2;
  border-top-color: #68cfe2;
}

md-slider ._md-thumb-container ._md-disabled-thumb {
  display: none;
}

md-checkbox.blue ._md-icon {
  border-color: #12b8c5;
}

md-checkbox.blue.md-checked ._md-icon {
  background-color: #12b8c5;
}

md-checkbox.blue.md-checked .md-ink-ripple {
  color: #12b8c5;
}

md-slider.blue ._md-track._md-track-fill {
  background-color: #12b8c5;
}

md-slider.blue ._md-thumb:after {
  background-color: #12b8c5;
  border-color: #12b8c5;
}

/*------------------------------------------------------------------ */
/* [ Video background ] */
/*------------------------------------------------------------------ */
.videobg-container {
  position: relative;
  overflow: hidden;
}

.videobg-container .content-container {
  z-index: 50;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.videobg-container .video-background-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
}

.videobg-container .video-background-container video {
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .videobg-container .video-background-container {
    display: none;
  }
}

.videobg-container .video-border {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  z-index: 20;
}

.video-sub {
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 100;

}

.container.text-center.home-second {
  padding-top: 35px;
}

.navbar-brand.hidden-xs.logo-desk {
  padding-top: 20px;
}

.row.middle-align {
  display: flex;
  min-height: 17vh;
  align-items: center;
}

.special-col-features {
  width: 900px;
  margin: auto;
}

@media screen and (max-width: 780px) {
  .special-col-features {
    width: 100%;
  }
}

h5.special-offer {
  text-align: left;
}

@media screen and (max-width: 780px) {
  h5.special-offer {
    text-align: center;
    color: #666666;
  }
}

h2.special-offer {
  text-align: left;
}

@media screen and (max-width: 780px) {
  h2.special-offer {
    text-align: center;
    color: #666666;
  }
}

.grey-bg {
  background: #eeeeee;
}

.section-wrapper-grey {
  background: #eeeeee;
  width: 100%;
  padding: 55px 0px 40px 0px;
}

.grey-section {
  margin-top: 37px;
}

.after-grey {
  padding-top: 40px;
}

/* .section-wrapper-img {
  background: url(../images/backgrounds/chilling-girl.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 590px;
  position: relative;
} */

@media screen and (max-width: 780px) {
  .section-wrapper-img {
    background-position: right;
  }
}

@media screen and (max-width: 400px) {
  .section-wrapper-img {
    height: 100%;
  }
}

.bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
}

.video-tint {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  left-background-color: #000;
  left-opacity: 0.4;
  top: -1px;
}

.wrapper-img {
  padding: 120px;
}

@media screen and (max-width: 780px) {
  .wrapper-img {
    padding: 40px 0px 0px 0px;
  }
}

.image-background {
  position: relative;
}

section.wrapper-img h2, section.wrapper-img h5, section.wrapper-img p {
  color: #ffffff;
}

/* .works-wrap {
  position: relative;
}

.works-wrap:after {
  content: url(../images/backgrounds/wave.png);
  position: absolute;
  top: -18px;
  right: -156px;
}

@media screen and (max-width: 780px) {
  .works-wrap:after {
    display: none;
  }
} */

span.orange-line {
  text-decoration: underline;
  color: #E87722;
}

.grey-boxes {
  background: #f0f0f0;
  border-radius: 8px;
  width: 88%;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media screen and (max-width: 780px) {
  .grey-boxes {
    margin-left: 0px;
    width: 100%;
  }
}

.decimal-image {
  padding-top: 20px;
}

.stars-col-features {
  width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .stars-col-features {
    width: 100%;
  }
}

.stars-p {
  margin: 0 0 0 0;
}

.row.middle-align-friend {
  display: flex;
  min-height: 13vh;
  align-items: center;
}

@media screen and (max-width: 475px) {
  .row.middle-align-friend {
    min-height: 18vh;
  }
}

.how-it-works {
  width: 1082px;
  margin: auto;
  padding-top: 30px;
}

@media screen and (max-width: 1200px) {
  .how-it-works {
    width: 100%;
  }
}

@media screen and (max-width: 475px) {
 .no-mobile{display:none}
.no-desk{display:block}
 .how-it-works p {
    text-align: left;
  }
  .how-it-works h5 {
    text-align: left;
    font-size: 26px;
    font-family: "museo-sans-rounded",sans-serif;
    font-style: normal;
    font-weight: 500;

  }
}

@media screen and (max-width: 475px) {
  .align-left {
    text-align: left;
  }
}

@media screen and (max-width: 1199px) {
  body.body-margin {
    margin: -100px 0px 0px 0px;
  }
}

@media screen and (max-width: 600px) {
  body.body-margin {
    margin: 60px 0px 0px  0px;
  }
}

@media screen and (max-width: 600px) {
  .home-container {
    padding: 0px 0px !important;
    text-align: center !important;
  }
}

.bg-image-curve {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
}

@media screen and (max-width: 780px) {
  .bg-image-curve {
    position: absolute;
    right: 0;
    bottom: -1px;
  }
}

.bg-orange {
  background: #E87722;
}

.section-wrapper-orange {
  background: #E87722;
  width: 100%;
  padding: 105px 0px 83px 0px;
}

.orange-section {
  margin-top: 50px;
}

@media screen and (max-width: 475px) {
  img.stars {
    width: 280px;
  }
}

@media screen and (max-width: 780px) {
  .home.footer-container {
    margin-top: 0px;
  }
}

@media screen and (max-width: 780px) {
  .footer-call {
    display: inline !important;
  }
}

@media screen and (max-width: 780px) {
  img.bg-image {
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
  }
}

.help-friend {
  color: #ffffff;
}

.menu-list.top a {
  color: #333;
}

.special-tablet {
  width: 22%;
}

@media screen and (max-width: 780px) {
  .menu-list.top {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1199px) {
  .running {
    display: none;
  }
}

.circle {
  position: absolute;
  bottom: -25px;
  right: 3px;
  width: 230px;
  height: 230px;
  margin: 20px auto;
}

@media screen and (max-width: 780px) {
  .circle {
    display: none;
  }
}

.circle svg {
  position: absolute;
  width: 100%;
  height: 100%;
  right:0px
}

.circle svg.circleFill {
  z-index: 1;
  stroke-dasharray: 805;
  stroke-dashoffset: 805;
  transition: all 2s;
  transform: rotate(-90deg);
  stroke: #fff;
}

.circle svg.circleFill.filled {
  stroke-dashoffset: 38.5;
}

.circle svg.circleTrack {
  z-index: 0;
}

@media screen and (max-width: 780px) {
  .circle {
    display: none;
  }
}

.circle-tool {
  position: absolute;
  bottom: -21px;
  right: 0px;
  width: 180px;
  height: 180px;
  margin: 20px auto;
}

@media screen and (max-width: 780px) {
  .circle-tool {
    display: none;
  }
}

.circle-tool svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.circle-tool svg.circleFill {
  z-index: 1;
  stroke-dasharray: 585;
  stroke-dashoffset: 585;
  transition: all 2s;
  transform: rotate(-90deg);
  stroke: #fff;
}

.circle-tool svg.circleFill.filled {
  stroke-dashoffset: 38.5;
}

.circle-tool svg.circleTrack {
  z-index: 0;
}

@media screen and (max-width: 780px) {
  .circle-tool {
    display: none;
  }
}

.fillBtn,
.unfillBtn {
  width: 150px;
  padding: 10px 0;
  margin: 20px auto;
  text-align: center;
  background: #ffffff;
  color: #888888;
  border-radius: 4px;
  user-select: none;
}

.fillBtn:hover,
.unfillBtn:hover {
  color: #ffffff;
  cursor: pointer;
}

.products-icon-container > div .img-container.circle-container {
 /* min-height: 109px;*/
}

img.launch-offer {
  float: right;
}

@media screen and (max-width: 780px) {
  img.launch-offer {
    float: none;
  }
}

@media screen and (max-width: 780px) {
  .container.below-video {
    width: 100%;
  }
  .container.below-video > h1 {
    max-width: 100%;
  }
  .container.below-video > h2 {
    font-size: 24px;
    max-width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .get-a-quote {
    width: 70%;
    margin: auto;
  }
}

@media screen and (max-width: 475px) {
  .products-icon-container > div {
    width: 150px;
    height: 150px;
  }
  .products-icon-container > div p {
    font-size: 20px;
  }
  .products-icon-container > div .img-container {
    min-height: 50px;
  }
  .products-icon-container > div .img-container > img {
    width: 50px;
  }
  .products-icon-container > div .img-container.circle-container {
    min-height: 50px;
  }
  .content-container.select-pop{padding-right:0px;padding-left:0px}
  .products-icon-container.small-icons > div .img-container img{width:85%}
  .products-icon-container.small-icons > div{margin:0px 0px}
  .products-icon-container.small-icons.quote-pop.select-pop{padding-right:0px;padding-left:0px}
  .products-icon-container.small-icons > div{width:160px;height:160px}
  p.copyright{font-size:16px}
}









/* Premium table overides [ 7 June ] */
.quotation-table-container .row .block h2{
  font-size: 32px;
}

.quotation-table-container.third-party-table.quote-table {
  width: 951px;
}
.quotation-table-container.third-party-table.quote-table .row > div.big {
    width: 500px;
}
.quotation-table-container.third-party-table.quote-table .row > div {
    width: 225px;
}
.quotation-table-container.third-party-table.quote-table .row > div:last-child {
    display: none;
}
.quotation-table-container.third-party-table.quote-table .row .block h2.header {
  width: 87%;
}

/* edit button z-index fix*/
.editable-container .edit-btn {
    z-index: 100;
}

/* Third party table fixes */
.quotation-table-container.third-party-table .row .block:not(.header-bg2){
  min-height: 90px;
    max-height: 90px;
}
.quotation-table-container.third-party-table .row .block.size-4{
  min-height: 115px;
    max-height: 115px;
}
.quotation-table-container.third-party-table .row .block.size-2{
  min-height: 170px;
    max-height: 170px;
}
.quotation-table-container.third-party-table.product-page {
    width: 1049px;
}



.tooltip-item:hover + .tooltip-content, .tooltip-content:hover {
  z-index: 200;
  opacity: 1;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0) translateX(-74%);
  -moz-transform: translate3d(0, 0, 0) translateX(-74%);
  -ms-transform: translate3d(0, 0, 0) translateX(-74%);
  -o-transform: translate3d(0, 0, 0) translateX(-74%);
  transform: translate3d(0, 0, 0) translateX(-74%);
  }

.tooltip-content.products-dropdown{
  width: 600px;

}
.special-tablet{width: 30%}
div.all-circles{cursor: pointer}
.footer-left-container a{color:#fff}
.footer-left-container a:hover{color: #E87722}
ol.wizard-progress li .step-num{padding: 5px}

/* Navigation fixes */
@media screen and (max-width: 475px) {
  .products-icon-container > div {
    width: 150px;
    height: 150px;
  }
  .products-icon-container > div p {
    font-size: 20px;
  }
  .products-icon-container > div .img-container {
    min-height: 50px;
  }
  .products-icon-container > div .img-container > img {
    width: 50px;
  }
  .products-icon-container > div .img-container.circle-container {
    min-height: 50px;
  }
  /* .section-wrapper-img {
    background:url(../images/backgrounds/mobile-how.jpg);
    background-size:contain
  } */
  .mfp-content {
    margin-top:-30px
  }
  #mobileNavi .inner-container .layer-2 {
    width:350px
  }
}

.products-icon-container.small-icons > div.all-circles.help {
  width: 136px;
  height: 150px;
}
.products-icon-container.small-icons > div.all-circles.help.second {
  width: 123px;
  height: 150px;
}
.products-icon-container.small-icons > div.all-circles.help.third {
  width: 179px;
  height: 150px;
}
.tooltip-content.products-dropdown.help {
  /*width: 575px;*/
  width: 750px;
}

.tooltip-content.products-dropdown .content-container.help {
  padding: 40px 20px;
  border-top: 3px solid orange;
}

.tooltip-content.products-dropdown .content-container {
  border-top: 3px solid orange;
      padding-left: 25px;
    padding-right: 25px;
}

.tooltip-content .content-container:before {
  display: none;
}

p.tool-tip {
  padding-top: 20px;
}

a.tool-tip-link {
  color: #E87722;
  text-align: center;
  font-size: 22px;
  padding-top: 20px;
}

a.tool-tip-link:hover {
  color: #E87722;
}

.menu-list.top {
  margin-top: 70px;
}

/*#mobileNavi {
    margin-top: 70px;
}*/

#mobileNavi .inner-container .layer-2 {
  top: 0px;
}

#mobileNavi .inner-container .layer-3 {
  top: 0px;
}

#mobileNavi .inner-container ul.menu-list li.first {
  margin-top: 28px;
}

.search img {
  display: none;
  position: absolute;
  top: 20px;
  left: 85%;
}

#mobileNavi.active {
  z-index: 500;
}
.quotation-table-container .row .block.size-1{
  min-height: 80px;
  max-height: 80px;
}
.quotation-table-container .row .block.size-4{

}
.all-circles.help{
top: -5px !important

}
@media screen and (max-width: 990px) {
 .container.text-center.text-center.after-grey.six-cols{
width: 100%
}
}



/* Disabled Class */
.disabled{
  cursor: not-allowed;
  pointer-events: none;
}

/* md-select validation */
.custom-dropdown md-select.ng-invalid {
  border-bottom: 2px solid red;
}
.custom-dropdown md-select.ng-invalid.ng-untouched {
  border-bottom: 1px solid #cccccc;
}

.tooltip-content.products-dropdown .content-container.help{

  padding:25px 20px 40px 35px;

}
.img-wraps{min-height: 58px}
.tool-tip.second-help{margin-left: 10px}
h2.video-sub.titles{margin-top:0px}
.quotation-table-container .row .selected .body-bg1{background:#e7f8f9}
.quotation-table-container .row .selected .body-bg2{background:#dcedee}
.quotation-table-container .row .block.expand-trigger p strong:after {
    content: '';
    background-image: url("../images/icons/blue-arrow-right.png");
    width: 6px;
    height: 12px;
    position: absolute;
    top: 25%;
    right: -20px;
  -webkit-transform: rotate(90deg);
}
p.less-benefits a{position:relative}

p.less-benefits a:after{

    content: '';
    background-image: url("../images/icons/blue-arrow-right.png");
    width: 6px;
    height: 12px;
    position: absolute;
    top: 25%;
    right: -20px;
    -webkit-transform: rotate(270deg)   
  
}
p.less-benefits a{color:#12b8c5 !important}

/* New footer Styles */
.footer-bg{background: #2c2c2c;padding-top: 35px}
.footer-bg h5{color:#ffffff;}
.btn.footer{
  width: 160px;
  padding: 8px 29px 10px;
}
.footer-call{padding-left: 20px;}
.footer-chat{padding-left: 20px;}
.footer-bg p{ 
  color:#cccccc;
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 300;
}
.footer-bg h5{
  font-family: "museo-sans-rounded",sans-serif;
  font-style: normal;
  font-weight: 500;
}
.footer-border{margin-top:40px !important; margin-left:0px !important;}
.share-section{margin-bottom:0px !important;}
.footer-login-box{display:block;}
.footer-login-box img{display:inline;}
.footer-login-box div{display:inline;}
.footer-login-img {display:inline}
 .slide-down-area{display:block;}
.footer-login-box .footer-login-desc{
  display:inline; 
  font-family: "museo-sans-rounded",sans-serif;
font-style: normal;
font-weight: 500;
 font-size:18px; 
 color:#fffefe;
 margin-left:10px;
}
.plus{display:none;}
.minus{display:none;}
.new-footer{}
.first-col{width: 229px;}
.products-icon-container.small-icons.first-section .two-col-container .first-col {
    display: inline;
    width: 50px;
}
.second-col{width: 240px;}
.third-col{width: 150px;}
.products-icon-container.small-icons.first-section .two-col-container .second-col {
    display: inline;
    margin-left: 15px;
}
.products-icon-container.small-icons.quote-pop{padding:70px 30px}
h4.light-box{margin-bottom:40px}
.quotation-table-container .download-pdf a{text-decoration:underline}
.container-fluid.footer-bg{padding-top:30px}
.footer-chat{padding-left:0px}
.footer-call{padding-left:0px}
.footer-bg a{color: #cccccc !important}
.container-fluid.footer-bg{padding-left:60px;padding-right:60px}
.container-fluid.footer-border{margin-right:0px}
.footer-container .container-fluid{padding: 0px 60px}
.footer-container .footer-right-container > p{color: #999999}
.container-fluid.footer-border{margin:0px;}
.footer-right-container.new-footer{float:right}
.footer-right-container.new-footer button{margin-right:20px}
.footer-call > img{padding-right:20px}
.products-icon-container.small-icons.quote-pop h2{ margin-bottom:20px}
.white-popup.quote{max-width:768px} 
.products-icon-container.small-icons.quote-pop{padding:40px 40px}
.border-capped{max-width: 120px; margin-left: 0;}
@media screen and (max-width: 1200px){

  .slide-down-area{

    display:none;

  }

  span.plus{float:right;display:block;}
  span.minus{float:right;display:none;}
  .new-footer{margin-left: 0px;}
  .share-section{margin-bottom:-2px !important;}
  .slider{padding-top:10px;padding-bottom:20px; margin-bottom:0px;}
  .footer-bg .col-sm-2{}

  .first-col{width: 100%;}

  .second-col{width: 100%;}
  .third-col{width: 100%;}
  .fourth-col{width: 100%;}
  .mobile-border{border-bottom: 1px solid #fff;}
  .slide-down-area{margin-bottom: 20px;}
  .btn.footer{width: 172px;margin-top:20px !important;}

  .footer-login-box.new-footer{padding-top: 20px;}
  .home.footer-container{margin-top:-2px;}
  .footer-login-box.new-footer{position: relative;top:15px;}
  .container-fluid.footer-bg{padding-left:15px;padding-right:15px}
  .footer-right-container.new-footer{float:left}
  .footer-right-container.new-footer{padding-top:20px}
  .container-fluid.footer-border{border-bottom: 1px solid #fff;margin:1px}
  .footer-border.bottom-one{border-bottom: 2px solid #fff;margin:1px}
  .white-popup.quote{max-width:100%} 
  .container-fluid.footer-border.facebook{margin:0px}
  .footer-container .container-fluid{padding:0px 0px}
}


nav.navbar .top-navigation li > a{margin-right:30px}


/* md auto complete module */
.md-virtual-repeat-container.md-autocomplete-suggestions-container {z-index: 2000;}

/* call me back thank you message */
#callMeBack .edit-disclaimer {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}
#callMeBack .edit-disclaimer .content-container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#callMeBack .edit-disclaimer .content-container button {
    margin-top: 30px;
}
#callMeBack .edit-disclaimer.disabled {
    display: none;
}
li a.hotline-desk{ 
  
  padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 26px !important;

}
#callMeBack h4, #callMeBack .callmesssage{
  text-align:center !important;
}
.products-icon-container.small-icons.first-section .two-col-container {
    display: inline-block;
    width: 45%;
    padding: 0;
    margin-bottom: 0;
}
.products-icon-container.small-icons.first-section .two-col-container.group {
    margin-top: 0;
    margin-bottom: 10px;
}
.products-icon-container a{
	color:#333;
}
.products-icon-container.small-icons .two-col-container.car a:hover {
    color: #12b8c5;
}
.products-icon-container.small-icons .two-col-container.travel a:hover {
    color: #01c5aa;
}
.products-icon-container.small-icons .two-col-container.maid a:hover {
    color: #9932cc;
}
.products-icon-container.small-icons .two-col-container.home-insurance a:hover {
    color: #7a0fd9;
}
.products-icon-container.small-icons .two-col-container.international-health a:hover {
    color: #732bfc;
}
.products-icon-container.small-icons .two-col-container.term a:hover {
    color: #f65e1b;
}
.products-icon-container.small-icons .two-col-container.motorcycle a:hover {
    color: #63b1bc;
}
.products-icon-container.small-icons .two-col-container.commercial a:hover {
    color: #12b8c5;
}
.products-icon-container.small-icons .two-col-container.personal a:hover {
    color: #fcba00;
}
.products-icon-container.small-icons .two-col-container.endowment a:hover {
    color: #20bf55;
}
.products-icon-container.small-icons .two-col-container.group a:hover {
    color: #f88900;
}
.search-nav {
    display: none;
    opacity: 1 !important;
    transform: none !important;
    text-align: center;
}
div.search-wrap {
    width: auto;
    color: #fff;
    font-family: "museo-sans-rounded",sans-serif;
    font-style: normal;
    font-weight: 500;
    display: block;
    padding: 2px 10px !important;
    line-height: 20px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
div.search-wrap .input-group {
    display: block;
}
div.icon-search-top {
    display: inline-block;
    margin-right: 6px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
div.search-wrap input[type="text"] {
    font-family: "museo-sans-rounded",sans-serif;
    font-style: normal;
    font-weight: 300;
    width: 50%;
    text-align: center;
    color: #ccc;
    background: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #fff;
    margin-right: 30px;
    display: inline-block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.search-btn {
    display: inline-block;
    padding: 10px 20px;
    height: 42px;
    background-color: #fff;
    font-family: "museo-sans-rounded",sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #E87722;
    border-radius: 5px;
    line-height: 20px;
    cursor: pointer;
    font-size: 18px;
}
div.close-icon img {
    width: 15px;
    height: 15px;
    right: 19px;
    top: 27%;
    position: absolute;
    cursor: pointer;
}
@media screen and (min-width: 1200px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

 .custom-dropdown .orange-dropdown md-select ._md-select-value ._md-select-icon:after{
  background-image: url(../images/icons/white-arrow.png);
  width: 18px;
  min-height: 10px;
  right: -20px;
}

.auth0Loader .mfp-close {
  display: none !important;
}