html,
body {
  overscroll-behavior-x: none;
}

.contact textarea {
  width: 100%;
  height: 90px;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.contact input[type="submit"] {
  background-color: #4caf50;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  margin-top: 0.9rem;
  margin-left: -14px;
}

.contact input[type="submit"]:hover {
  background-color: #45a049;
}

.contact {
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}

.contactUs.col-sm-5,
.contactUs.col-sm-4 {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .con.container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .con.container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .con.container {
    width: 1370px;
  }
}

.emptyDiv {
  height: 1rem;
}

.contact .input-group span.input-group-addon {
  background-color: #e2e2e2;
}

.contact .input-group {
  margin-bottom: 1rem;
  border: 1px solid #e5e5e5;
}

.contact .input-group .input-group-addon .glyphicon.glyphicon-user {
  color: dimgray;
}

h3.contact {
  padding-top: 1rem;
  border: none;
  background-color: #f6f6f6;
  margin-bottom: 0;
}

.policy {
  display: none;
}

.contactL {
  display: none;
}

.map {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}

.messageUs ul {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
}

.help {
  margin-bottom: 0.2rem;
}

.captcha {
  padding-left: 0px;
}

.contact h3 {
  margin-bottom: 1rem;
}

.messageUs ul {
  display: inline;
  max-width: 28px;
  float: none;
  margin: auto;
}

.messageUs ul>li {
  display: inline;
}

.messageUs {
  padding: 20px;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.messageUs ul>li>a>img,
.messageUs ul>li>a>svg {
  margin-bottom: 15px;
  margin-right: 0.5rem;
  width: 34px;
  height: 34px;
}

.footerPhone {
  font-size: 15px;
  color: dimgray;
  white-space: nowrap;
  word-wrap: normal;
}

.phoneHours {
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0.5rem;
}

.moreDetails {
  font-size: 16px;
  padding-top: 0.4rem;
  border-top: 1px solid #e5e5e5;
  color: dimgray;
  margin-top: 1rem;
  white-space: nowrap;
  word-wrap: normal;
}

.mail,
.telephone,
.supportHours {
  margin-bottom: 0px;
}

.img-phone,
.usa-flag {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.img-phone {
  margin-bottom: 0.2rem;
}

.img-mail {
  width: 20px;
  height: 20px;
  margin-bottom: 0.1rem;
}

.phoneNumber {
  margin-top: 0px;
}

.messageUsForm {
  font-size: 22px;
  color: dimgray;
  margin-bottom: 1rem;
  white-space: nowrap;
  word-wrap: normal;
}

.us {
  font-size: 22px;
  color: dimgray;
  margin-top: 1rem;
  margin-bottom: 1rem;
  white-space: nowrap;
  word-wrap: normal;
  border-bottom: 1px solid #e5e5e5;
}

.li-contact {
  margin-top: 0.2rem;
}

.contact .bootstrap-select.open .btn.dropdown-toggle.selectpicker.btn-default {
  border-color: #cccdcd !important;
}

.contact .custom-select-con,
.custom-select-con .btn,
.custom-select-con .text {
  height: 42px !important;
}

.us-mail {
  border-bottom: none;
}

.usa {
  font-size: 22px;
  font-weight: 600;
  color: dimgray;
  white-space: nowrap;
  word-wrap: normal;
}

a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  color: inherit;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.heading {
  font-size: 24px;
}

p {
  margin: 0 0 10px;
}

.bold {
  font-weight: bold;
}

.btn {
  padding: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  line-height: 30px;
}

.btn.active,
.btn:active,
.btn.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-color: transparent;
  box-shadow: none;
}

.no-gutter>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:active,
textarea:focus {
  outline: none;
  border-radius: 0;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

body {
  font-family: "Work Sans", sans-serif;
  padding-right: 0 !important;
}

body.modal-open {
  padding-right: 0 !important;
}

.btn-more-plans {
  display: block;
  color: #fff;
  height: 34px;
  border-radius: 0em;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  background: #f05921;
  padding: 0.38rem;
  border: none;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #f05921;
  position: relative;

  margin: 0.45rem auto;
}

.btn-more-plans:after,
.btn-more-plans:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}

.btn-more-plans:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #f05921;
  border-width: 16px;
  margin-top: -16px;
}

.btn-more-plans:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #f05921;
  border-width: 16px;
  margin-top: -14px;
}

.btn-more-plans:hover,
.btn-more-plans:focus,
.btn-more-plans:active,
.btn-buy.active,
.open .dropdown-toggle.btn-more-plans {
  color: #fff;
  outline: none;
  background: #f05921;
  border-bottom: 2px solid #f05921;
}

.btn-more-plans:hover:after,
.btn-more-plans:focus:after,
.btn-more-plans:active:after,
.btn-more-plans.active:after {
  border-left-color: #f05921;
}

.btn-more-plans:active,
.btn-more-plans.active,
.open .dropdown-toggle.btn-more-plans {
  background: #f05921;
  color: #fff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-more-plans:active:after,
.btn-more-plans.active:after,
.open .dropdown-toggle.btn-more-plans:after {
  border-left-color: #f05921;
}

.col-md-4 .row.no-gutter.sortby.text-right .col-lg-10 .btn-group.bootstrap-select.form-control {
  margin-right: 1rem;
}

@media only screen and (min-width: 1426px) and (max-width: 1744px) {
  .btn-more-plans {
    width: 69px;
    padding: 0px;
    padding-left: 0.25rem;
    font-size: 12px;
  }
}

@media only screen and (min-width: 1202px) and (max-width: 1426px) {
  .btn-more-plans {
    width: 67px;
    padding-left: 0.2rem;
    margin-right: 0.2rem;
    top: -2.2rem;
    padding: 0px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 1174px) and (max-width: 1202px) {
  .btn-more-plans {
    width: 67px;
    padding-left: 0.2rem;
    margin-right: 5.1rem;
    padding: 0px;
    font-size: 12px;
  }

  .map img {
    width: 270px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1174px) {
  .btn-more-plans {
    width: 74px;
    padding-left: 0.2rem;
    margin-right: 0.2rem;
    top: -2.6rem;
    padding: 0px;
    font-size: 12px;
  }

  .col-md-4 .row.no-gutter.sortby.text-right .col-lg-10 {
    margin-right: 4.3rem;
  }

  .map img {
    width: 270px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 992px) {
  .btn-more-plans {
    width: 74px;
    padding-left: 0.2rem;
    margin-right: 0.2rem;
    left: -10.7rem;
    top: -2.6rem;
    padding: 0px;
    font-size: 12px;
  }

  .col-md-4 .row.no-gutter.sortby.text-right .col-lg-10 {
    margin-right: 4.3rem;
  }

  .map img {
    width: 196px;
  }
}

@media only screen and (min-width: 880px) and (max-width: 960px) {
  .btn-more-plans {
    width: 74px;
    padding-left: 0.2rem;
    margin-right: 0.2rem;
    left: -7.3rem;
    top: -2.6rem;
    padding: 0px;
    font-size: 12px;
  }

  .col-md-4 .row.no-gutter.sortby.text-right .col-lg-10 {
    margin-right: 4.3rem;
  }

  .map img {
    width: 196px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 880px) {
  .map img {
    width: 196px;
  }
}

@media only screen and (min-width: 580px) and (max-width: 880px) {
  .btn-more-plans {
    width: 74px;
    padding-left: 0.2rem;
    margin-right: 0.2rem;
    top: -2.6rem;
    padding: 0px;
    font-size: 12px;
  }

  .col-md-4 .row.no-gutter.sortby.text-right .col-lg-10 {
    margin-right: 4.3rem;
  }
}

@media only screen and (min-width: 460px) and (max-width: 580px) {
  .btn-more-plans {
    width: 74px;
    padding-left: 0.2rem;
    margin-right: 0.2rem;
    left: 1.3rem;
    top: -2.6rem;
    padding: 0px;
    font-size: 12px;
  }

  .col-md-4 .row.no-gutter.sortby.text-right .col-lg-10 {
    margin-right: 4.3rem;
  }
}

@keyframes slide {
  0% {
    transform: translateY(-100%);
  }

  50% {
    transform: translateY(8%);
  }

  65% {
    transform: translateY(-4%);
  }

  80% {
    transform: translateY(4%);
  }

  95% {
    transform: translateY(-2%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    -webkit-transform: translateY(8%);
  }

  65% {
    -webkit-transform: translateY(-4%);
  }

  80% {
    -webkit-transform: translateY(4%);
  }

  95% {
    -webkit-transform: translateY(-2%);
  }

  100% {
    -webkit-transform: translateY(0%);
  }
}

.col-md-4 .row.no-gutter.sortby.text-right .row.no-gutter .btn.btn-more-plans {
  animation-name: slide;
  -webkit-animation-name: slide;

  animation-duration: 2s;
  -webkit-animation-duration: 2s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  visibility: visible !important;
}

.navigation {
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  z-index: 201;
}

.navigation .logo {
  flex: none;
}

/*Logo image*/
.navigation .logo img {
  padding-bottom: 4px;
  padding-right: 7px;
}

/*Logo text*/
.navigation .logo a {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

/*List*/
.navigation .list li {
  display: block;
  float: left;
}

.navigation .list li>a {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #333333;
  padding-left: 12px;
  padding-right: 12px;
}

/*Open menu btn*/
.burgerbtn {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.burgerbtn img {
  float: left;
  width: 27px;
  height: 27px;
}

@media only screen and (max-width: 767px) {
  .navigation .logo img {
    padding: 0;
    width: 30px;
    height: 30px;
  }

  .navigation {
    padding: 13px 16px;
    border-bottom: 1px solid #e0e0e0;
  }

  .navigation .logo a {
    font-size: 12px;
  }

  .comparePage #app .scrlCont .results .sticky-corner.table-compare {
    left: 0 !important;
  }

  .comparePage #app .scrlCont .results .sticky-column.table-compare {
    left: 0 !important;
  }

  #loginMenu .popover-content form .btn-social-custom {
    display: none;
  }

  #topScroll .results .views .changeView.changeView-pointer {
    display: none;
  }

  .products-content .plans-box .plans-row .recom-price .form-group #ExactCare {
    display: none;
  }

  .products-content .plans-box .plans-row .recom-price .form-group .checkbox-custom-recomm {
    display: none;
  }

  .products-content .plans-box .plans-row .price .form-group .checkbox-custom-recomm {
    display: none;
  }

  .purchasing .plans .plans-plans .plans-row .img-box {
    margin: auto;
  }

  .purchasing .plans .plans-plans .plans-row .plan-name {
    text-align: center;
  }
}

/*Side Menu*/
.side-menu {
  display: none;
  position: absolute;
  right: 0;
  z-index: 9999;
  top: 0;
  width: 46%;
  min-width: 291px;
  background: #333333;
  padding: 31px 45px 40px 45px;
  min-height: 100%;
}

.side-menu .login a {
  font-size: 16px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.95);
  padding: 0 14px;
  cursor: pointer;
}

.side-menu .login {
  line-height: 13px;
  margin-bottom: 22px;
}

.side-menu h3 {
  opacity: 0.95;
  font-size: 22px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 0;
  margin-bottom: 3px;
}

.side-menu h4 {
  opacity: 0.95;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 9px;
}

.side-menu h4.bold {
  font-weight: 700;
  margin-bottom: 3px;
}

.side-menu ul>li>a {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: rgba(255, 255, 255, 0.95);
}

.side-menu ul {
  margin-bottom: 26px;
}

.side-menu ul.submenu .third-level {
  text-indent: 30px;
}

.side-menu ul.submenu .third-level:before {
  content: "→";
  color: white;
  margin-right: 5px;
  font-size: 16px;
}

.btnaff {
  width: 197px;
  height: 52px;
  border-radius: 2px;
  background-color: #ffffff;
  opacity: 0.95;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #333333 !important;
  margin-top: 6px;
  line-height: 52px;
}

.crossbtn img {
  width: 20px;
  height: 20px;
  vertical-align: baseline;
}

@media only screen and (max-width: 767px) {
  .side-menu {
    width: 93%;
    min-height: 631px;
    padding: 30px;
  }

  .side-menu .login a {
    padding-right: 0;
    padding-left: 15px;
  }
}

/*================================
=            End of Navigation   =
================================*/

/*================================
=            Hero                =
================================*/
/*main pattern*/
.pattern {
  position: relative;
  background: url("https://d3u70gwj4bg98w.cloudfront.net/images/newdesign/pattern3.svg"),
    #fff;
  background-repeat: repeat;
  background-size: 40px 60px;
  padding-left: 0;
  padding-right: 0;
}

/*company slogan*/
.slogan-box {
  position: relative;
  font-family: "Merriweather", serif;
  font-size: 48px;
  line-height: 1.1;
  color: #fff;
}

.slogan-box travel {
  color: #00aaff;
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

.slogan-box with {
  color: #339933;
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

@media only screen and (min-width: 768px) {
  .slogan-box .travel {
    position: absolute;
    bottom: 30px;
    left: 40px;
  }
}

/*2d and 3d form steps*/
/*Form Info*/
#step2Form,
#step3Form {
  display: none;
}

.form-group.ages label {
  display: block;
}

.form-group.ages .input-group {
  max-width: 157px;
  display: inline-block;
  margin-right: 7px;
}

.form-group.ages .note {
  margin-top: 0px;
}

.forminfo {
  background: rgba(255, 255, 255, 0.4);
  padding: 30px 41px 40px 41px;
  width: 100%;
}

.forminfo .form-group {
  margin-bottom: 10px;
}

.forminfo .form-group.total {
  margin-top: 24px;
  margin-bottom: -1px;
}

.forminfo-inner {
  height: 80%;
  position: relative;
}

@media only screen and (min-width: 1440px) {

  .travelform,
  .travelform .pattern,
  #hero-inner,
  .forminfo-box,
  .forminfo,
  .slogan-box {
    max-height: 800px;
    min-height: 650px;
  }

  .forminfo-box {
    position: relative;
    /* width: 50%;*/
  }

  .slogan-box {
    /*width: 50%;*/
  }

  .forminfo {
    /*position: absolute;
		bottom: 0;*/
  }
}

@media only screen and (min-width: 1440px) {
  .forminfo .form-group {
    margin-bottom: 3%;
  }
}

.calendar {
  width: 15px;
  height: 16px;
}

/*1 2 3 form steps*/
.steps {
  font-size: 11px;
  line-height: 2;
  text-align: center;
  color: #339933;
  padding-bottom: 36px;
}

.step-line {
  position: relative;
}

.step-line:after {
  content: "";
  position: absolute;
  z-index: 100;
  bottom: 25%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a7a7a6;
}

.step-line:first-child:after {
  left: calc(50% - 15px);
}

.step-line:nth-child(2):after {
  left: calc(50% + 15px);
  width: calc(100% - 30px);
}

.step-line:last-child:after {
  display: none;
}

.step-line>span {
  cursor: pointer;
}

.round {
  position: relative;
  z-index: 200;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: none;
  margin: auto;
  margin-top: 6px;
  font-size: 11px;
  line-height: 30px;
  background-color: transparent;
  border: solid 1px #a7a7a6;
  color: #a7a7a6;
  cursor: pointer;
}

.steps .active .round {
  background-color: #339933;
  color: #fff;
  border-color: transparent;
}

#goBack {
  margin-top: 20px;
  cursor: pointer;
  color: #0066ff;
  display: inline;
  width: 50px;
  float: left;
  background: url("https://d3u70gwj4bg98w.cloudfront.net/images/newdesign/back13b.png") no-repeat;
}

#goBack>span {
  display: inline-block;
  padding-left: 16px;
  font-size: 15px;
  position: relative;
  top: -4px;
  text-decoration: underline;
}

#goBack:hover {
  color: #0088ff;
}

.steps .underline {
  text-decoration: underline;
}

/*input dimensions*/
.form-control,
.bootstrap-select .btn {
  border-radius: 2px;
  padding: 5px 9px;
  box-shadow: none;
  line-height: 14px;
}

.bootstrap-select .btn {
  height: 42px;
}

.form-control {
  height: 40px;
}

.bootstrap-select.form-control {
  padding: 0;
  height: 42px;
}

.input-group-addon {
  border: none;
  background-color: #fff;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.form-control {
  border: none;
}

.forminfo .input-group,
.forminfo .bootstrap-select .btn {
  border: solid 1px #939391;
}

.forminfo .input-group.notValid,
.forminfo .bootstrap-select .btn.notValid {
  border: solid 1px #ff0000;
}

.purchasing .plans .notValid {
  border: solid 1px #ff0000;
}

.input-group,
.bootstrap-select .btn {
  border-radius: 2px;
}

.bootstrap-select .btn {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #aeaeae;
}

.sortby .bootstrap-select .btn,
.upsale.details .bootstrap-select .btn {
  font-size: 13px;
}

.bs-searchbox .form-control {
  border: 1px solid #00527a;
}

/*notes*/
.note {
  display: block;
  font-size: 10px;
  letter-spacing: 0.2px;
  margin-top: 5px;
  line-height: 1.4;
}

/*cost field*/
.cost .input-group-addon {
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #00527a;
  padding-right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.cost .form-control {
  border: none;
}

#step1Form .no-gutter,
#step3Form .no-gutter {
  margin-left: -10px;
  margin-right: -10px;
}

#step1Form .no-gutter>[class*="col-"],
#step3Form .no-gutter>[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

#hero-inner {
  margin-right: 0;
  width: 95%;
  margin-left: 5%;
  background: url("https://d3u70gwj4bg98w.cloudfront.net/images/newdesign/1920new2-min.jpg") no-repeat;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

/*Caret*/
.bootstrap-select.btn-group .dropdown-toggle .bs-caret .caret,
.bootstrap-select.btn-group .dropdown-toggle .caret {
  width: 12px;
  border: none;
  margin-top: -7px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: url("https://d3u70gwj4bg98w.cloudfront.net/images/newdesign/arrow-blue.svg");
}

/*Styling radio buttons*/
.radio-custom {
  opacity: 0;
  position: absolute;
}

.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.radio-custom-label {
  position: relative;
}

.radio-custom+.radio-custom-label:before {
  content: "";
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  text-align: center;
  margin-bottom: 3px;
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
}

.radio-custom+.radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
  background: #00527a;
  box-shadow: inset 0px 0px 0px 3px #fff;
}

#radio-1,
#radio-2 {
  font-size: 12px;
  letter-spacing: 0.2px;
}

/*End of radio buttons*/

/*Next btn*/
.btnbox {
  padding-left: 0;
  padding-right: 0;
}

.btnnext,
.btnnquote {
  border-radius: 2px;
  background-color: #339933;
  color: #fff;
  padding: 12px;
  margin-top: 4px;
}

/*Step2 - About You*/
#step2Form .form-group:first-child {
  width: 94px;
  display: inline-block;
  float: left;
}

#step2Form .about-select {
  padding-left: 0;
  padding-right: 0;
}

#step2Form .form-group:first-child {
  padding-right: 19px;
}

#step2Form .form-group:nth-child(2) .form-control {
  width: 155px;
}

/*Step3 -Done*/
#step3Form .row {
  /*! padding-bottom: 68px; */
}

#step3Form p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #333333;
  padding-bottom: 48px;
}

/*Checkbox styles*/
.checkbox-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  cursor: pointer;
}

.checkbox-custom-label {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.2px;
}

.checkbox-custom+.checkbox-custom-label:before {
  content: "";
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2px;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
  background: url("https://d3u70gwj4bg98w.cloudfront.net/images/newdesign/check-blue.svg") no-repeat center center;
  background-size: 145%;
  margin-bottom: 2px;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {

  .travelform,
  .travelform .pattern,
  #hero-inner,
  .slogan-box {
    height: 313px !important;
  }

  #hero-inner {
    width: 93%;
    margin-left: 7%;
  }

  #step3Form p {
    padding-bottom: 5px;
  }

  .steps {
    padding-bottom: 25px;
  }

  #step3Form .checkbox-custom-label {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slogan-box {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #aboutyou .form-group:nth-child(2) {
    display: inline-block;
    width: 65%;
  }
}

@media only screen and (max-width: 991px) {
  .slogan-box {
    font-size: 18px;
    line-height: 1.22;
    float: none;
    display: table-cell;
    vertical-align: bottom;
    height: 313px;
    padding-left: 20px !important;
    padding-bottom: 15px;
  }

  .btnbox {
    width: 100% !important;
  }

  .navigation .list li>a {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    width: 93%;
    margin-left: 7%;
  }

  .benefits-mob {
    padding-top: 100px;
    padding-bottom: 77px;
    background: url("https://d3u70gwj4bg98w.cloudfront.net/images/newdesign/sun-bg.svg"),
      url("https://d3u70gwj4bg98w.cloudfront.net/images/newdesign/vawe-bg.svg"),
      #f2f2f2;
    background-repeat: no-repeat;
    background-size: 170px 170px, 350px 280px;
    background-position: center top -110px, center bottom;
  }

  .benefits-mob .no-gutter {
    margin-left: 7%;
    margin-right: 7%;
  }

  .burgerbtn img {
    width: 16px;
    height: 16px;
  }

  .forminfo {
    margin-top: 0;
    padding: 24px 7% 20px 0px;
  }

  #aboutyou .form-group:nth-child(2) {
    display: inline-block;
    width: 100%;
  }
}

.navigation .pull-right .list .logInOut .fade {
  transition: none;
}

.side-menu .login .logInOut .fade {
  transition: none;
}

.side-menu .login .popover-content li>a {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #333333;
}

.popover-content li div.alert {
  padding: 9px;
  width: 220px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .navigation {
    padding-top: 1.688rem;
    padding-bottom: 1.688rem;
  }

  /*Logo image*/
  .navigation .logo img {
    padding-bottom: 0.25rem;
    padding-right: 0.4375rem;
  }

  .navigation .list li>a {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .side-menu .login .popover-content li>a {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  /*Open menu btn*/
  .burgerbtn {
    background: transparent;
  }

  .burgerbtn img {
    float: left;
    width: 1.688rem;
    height: 1.688rem;
  }

  .forminfo .form-group {
    margin-bottom: 0.625rem;
  }

  /*1 2 3 steps*/
  .steps {
    padding-bottom: 1.5rem;
  }

  /*welcome back notification*/
  .notfback {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media only screen and (min-width: 1367px) {
  .forminfo {
    padding: 1.875rem 2.563rem 2.5rem 2.563rem;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 992px) {
  .forminfo {
    padding: 1.875rem 1.7rem 2.5rem 1.7rem;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .travelform .age button {
    height: 40px;
    padding: 2px 10px;
    width: 60px;
  }

  #step2Form .form-group:nth-child(2) .form-control {
    width: 125px;
    height: 35px;
    padding: 5px 5px;
  }

  .ageordate::placeholder {
    font-size: 12px;
  }

  #step2Form .form-group:first-child {
    padding-right: 10px;
  }

  .travelform .form-group.ages {
    margin-left: 80px;
  }

  #step2Form .form-group:first-child {
    width: 70px;
    display: inline-block;
    float: left;
  }

  .travelform .form-group .bootstrap-select.age,
  .travelform .bootstrap-select.age .btn {
    height: 37px;
    width: 55px;
  }

  .travelform .bootstrap-select.btn-group.age .dropdown-toggle .filter-option {
    line-height: 25px;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {

  .travelform,
  .travelform .pattern,
  #hero-inner,
  .forminfo-box,
  .forminfo,
  .slogan-box {
    max-height: 800px;
    min-height: 580px;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 992px) {

  .travelform,
  .travelform .pattern,
  #hero-inner,
  .forminfo-box,
  .forminfo,
  .slogan-box {
    max-height: 800px;
    min-height: 550px;
  }
}

/*================================
=            End of Hero         =
================================*/

/*================================
=        Benefits carousel       =
================================*/
/*
Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
CSS from:       http://codepen.io/transportedman/pen/NPWRGq
and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.image-box {
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .image-box {
    height: 100%;
    margin-bottom: 13px;
  }

  #testamentCarousel .carousel-inner {
    padding-bottom: 73px !important;
  }
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d),
(-webkit-transform-3d) {

  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right,
  .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#benefitCarousel .carousel-indicators li {
  display: block;
}

.benefits .pattern {
  height: 500px;
}

.benefits .graybg {
  margin-right: 5%;
  width: 95%;
  background-color: #f2f2f2;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
}

.benefits .item {
  height: 500px;
}

/*Vawe animation 3d slide*/
.bgvawe {
  padding-left: 0;
  padding-right: 0;
  height: 500px;
  background-image: url("https://d3u70gwj4bg98w.cloudfront.net/images/newdesign/vawe-bg.svg");
  background-repeat: no-repeat;
  background-size: 350px 280px;
  -webkit-animation: animatedVawe 12s linear infinite;
  -moz-animation: animatedVawe 12s linear infinite;
  -o-animation: animatedVawe 12s linear infinite;
  animation: animatedVawe 12s linear infinite;
}

@-webkit-keyframes animatedVawe {
  from {
    background-position: right bottom;
  }

  to {
    background-position: left bottom;
  }
}

@-moz-keyframes animatedVawe {
  from {
    background-position: right bottom;
  }

  to {
    background-position: left bottom;
  }
}

@-o-keyframes animatedVawe {
  from {
    background-position: right bottom;
  }

  to {
    background-position: left bottom;
  }
}

@keyframes animatedVawe {
  from {
    background-position: right bottom;
  }

  to {
    background-position: left bottom;
  }
}

/*Sun animation 1st slide*/
.sun1 {
  position: absolute;
  top: 90%;
  left: 45%;
  -webkit-animation: myOrbit 7s ease-in-out 1;
  -moz-animation: myOrbit 7s ease-in-out 1;
  -o-animation: myOrbit 7s ease-in-out 1;
  animation: myOrbit 7s ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sun2 {
  position: absolute;
  top: 90%;
  left: 45%;
  -webkit-animation: secondOrbit 7s ease-in-out 1;
  -moz-animation: secondOrbit 7s ease-in-out 1;
  -o-animation: secondOrbit 7s ease-in-out 1;
  animation: secondOrbit 7s ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes myOrbit {
  from {
    -webkit-transform: rotate(0deg) translateX(-280%) rotate(-360deg);
  }

  to {
    -webkit-transform: rotate(90deg) translateX(-280%) rotate(0deg);
  }
}

@-moz-keyframes myOrbit {
  from {
    -moz-transform: rotate(0deg) translateX(-280%) rotate(-360deg);
  }

  to {
    -moz-transform: rotate(90deg) translateX(-280%) rotate(0deg);
  }
}

@-o-keyframes myOrbit {
  from {
    -o-transform: rotate(0deg) translateX(-280%) rotate(-360deg);
  }

  to {
    -o-transform: rotate(90deg) translateX(-280%) rotate(0deg);
  }
}

@keyframes myOrbit {
  from {
    transform: rotate(0deg) translateX(-280%) rotate(-360deg);
  }

  to {
    transform: rotate(90deg) translateX(-280%) rotate(0deg);
  }
}

/*********************************************************************************/

@-webkit-keyframes secondOrbit {
  from {
    -webkit-transform: rotate(90deg) translateX(-280%) rotate(-360deg);
  }

  to {
    -webkit-transform: rotate(170deg) translateX(-280%) rotate(0deg);
  }
}

@-moz-keyframes secondOrbit {
  from {
    -moz-transform: rotate(90deg) translateX(-280%) rotate(-360deg);
  }

  to {
    -moz-transform: rotate(170deg) translateX(-280%) rotate(0deg);
  }
}

@-o-keyframes secondOrbit {
  from {
    -o-transform: rotate(90deg) translateX(-280%) rotate(-360deg);
  }

  to {
    -o-transform: rotate(170deg) translateX(-280%) rotate(0deg);
  }
}

@keyframes secondOrbit {
  from {
    transform: rotate(90deg) translateX(-280%) rotate(-360deg);
  }

  to {
    transform: rotate(170deg) translateX(-280%) rotate(0deg);
  }
}

/*********************************************************************************/

/*Carousel styles*/
.carousel-box {
  max-width: 407px;
  float: none;
  margin: auto;
  padding-top: 116px;
}

.carousel-box img {
  margin-left: -5px;
}

.benefits .heading {
  font-family: "Merriweather", serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #00527a;
}

.benefits .text {
  padding-top: 44px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  color: #333333;
}

.hline {
  border-bottom: solid 2px #00527a;
  width: 60px;
  padding-top: 23px;
}

/*================================
=    End of Benefits carousel    =
================================*/

/*================================
=          Providers' Block      =
================================*/
.row-centered {
  max-width: 1024px;
  padding-left: 51px;
  padding-right: 73px;
  float: none;
  margin: auto;
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  text-align: center;
  margin-right: -4px;
  vertical-align: middle;
  padding: 29px 0;
  width: 160px;
  height: 80px;
  margin: 4px;
}

.col-centered:hover,
.col-centered:active {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  outline: solid 1px #f2f2f2;
}

.providers {
  padding-bottom: 89px;
}

.providers .heading {
  padding-top: 75px;
  padding-bottom: 52px;
  font-family: "Merriweather", serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #00527a;
}

.provider-box img {
  float: none;
  margin: auto;
}

.providers .row-centered .col-centered:first-child {
  background-color: #ffffff;
}

/*================================
=     End of Providers' Block    =
================================*/

/*================================
=        Carousel Testaments     =
================================*/
.testaments {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.color-bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 70%;
  height: 80%;
}

@media only screen and (max-width: 991px) {
  .color-bg {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .row-centered {
    padding-left: 0;
    padding-right: 0;
  }

  .col-centered {
    width: 120px;
    height: 60px;
    padding: 20px 0;
  }

  .col-centered img {
    max-width: 65%;
  }
}

.color-navy {
  width: 50%;
  background: #00527a;
  height: 100%;
  float: left;
  display: inline-block;
}

.color-blue {
  width: 50%;
  height: 100%;
  background: #00aaff;
  display: inline-block;
}

.quote {
  position: relative;
  width: 80%;
  max-width: 500px;
  background-color: #339933;
  box-shadow: 0 19px 38px 0 rgba(0, 0, 0, 0.16),
    0 15px 12px 0 rgba(0, 0, 0, 0.08);
  padding: 60px 50px 30px 50px;
  float: none;
  margin: auto;
}

.quote .image {
  width: 50px;
  float: none;
  margin: auto;
  border-bottom: solid 2px #ffffff;
  padding-bottom: 30px;
}

.quote .text {
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.38;
  text-align: center;
  color: #ffffff;
  padding-top: 42px;
  padding-bottom: 19px;
  margin-bottom: 0;
}

.quote .author {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

/*Get your free quote*/
.getquote .pattern {
  height: 400px;
}

#testamentCarousel .carousel-inner {
  padding-bottom: 70px;
}

#benefitCarousel .carousel-indicators {
  top: 50%;
}

#benefitCarousel .carousel-inner {
  min-height: 450px;
}

#benefitCarousel .carousel-indicators li {
  margin: 20px;
}

#benefitCarousel .carousel-indicators li.active {
  margin: 20px;
}

/*All carousel indicators*/
.carousel-indicators {
  margin-bottom: 0;
  bottom: 0;
}

.carousel-indicators li {
  background-color: transparent;
  border: none;
  text-indent: 0;
  margin-left: 9px;
  margin-right: 9px;
  width: auto !important;
  height: auto !important;
  max-width: 20px;
  max-height: 20px;
}

#benefitCarousel .carousel-indicators li:before {
  content: url("https://d3u70gwj4bg98w.cloudfront.net/images/newdesign/indicator-blue.svg");
}

#testamentCarousel .carousel-indicators li:before {
  content: url("https://d3u70gwj4bg98w.cloudfront.net/images/newdesign/indicator-white.svg");
}

.carousel-indicators li:before {
  width: 14px;
  height: 14px;
}

.carousel-indicators li.active {
  background-color: transparent;
  -ms-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  margin-left: 9px;
  margin-right: 9px;
}

.carousel-indicators li {
  margin-bottom: 10px;
}

.carousel-indicators li.active {
  opacity: 1;
}

/*================================
=    End of Carousel Testaments  =
================================*/

/*================================
=    Get your free quote block   =
================================*/

.get-quote-title {
  width: 90%;
  margin: 0 5% 10px 5%;
  padding-top: 48px;
  padding-bottom: 24px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #333;
}

.get-quote-text {
  width: 90%;
  margin: 0 5% 10px 5%;
  padding-bottom: 8px;
}

.get-quote-button {
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-right: -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%);
  text-align: center;
}

.bgpalms {
  width: 90%;
  height: 400px;
  margin-left: 5%;
  margin-right: 5%;
  background: url("https://d3u70gwj4bg98w.cloudfront.net/images/newdesign/footer-min.jpg") no-repeat;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .bgpalms {
    width: 100%;
    height: auto;
    margin-left: 0;
    background: no-repeat;
  }

  .heading {
    font-size: 18px;
  }

  .benefits .text {
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 15px;
  }

  .providers {
    padding-bottom: 98px;
  }

  .providers .heading {
    padding-top: 48px;
    padding-bottom: 24px;
    font-size: 28px;
    line-height: 40px;
    color: #333;
  }

  .testaments .color-bg {
    height: 80%;
  }

  .quote {
    padding-top: 51px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 9px;
  }

  .quote .text {
    padding-top: 36px;
    padding-bottom: 16px;
    font-size: 12px;
  }

  .quote .author {
    font-size: 12px;
  }

  #testamentCarousel .carousel-indicators {
    bottom: 11px;
  }

  .getquote .pattern {
    height: auto;
  }

  .quote .author>span {
    display: block;
  }

  .quote .author sep {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  #benefitCarousel .carousel-indicators {
    left: 40%;
  }
}

.select-date {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -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%);
  text-align: center;
}

.btnfreeq {
  width: 204px;
  height: 52px;
  font-size: 16px;
  font-weight: normal;
  color: #339933;
  text-transform: capitalize;
  border-radius: 2px;
  border: solid 2px #339933;
  line-height: 52px;
}

/*================================
=End of Get your free quote block=
================================*/

/*================================
=              Footer            =
================================*/
footer,
footer a {
  color: rgba(255, 255, 255, 0.95);
}

footer .pattern,
footer .bgfooter {
  min-height: 384px;
}

footer h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 19px;
}

footer ul {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
}

footer .social h3 {
  text-align: center;
}

footer .social ul {
  /*display: inline;*/
  max-width: 28px;
  float: none;
  margin: auto;
}

footer .social ul>li>a>img {
  margin-bottom: 15px;
}

.pinteres {
  width: 19px;
  height: 19px;
}

.links {
  padding-left: 102px;
  padding-right: 95px;
}

.links .row:first-child {
  padding-bottom: 39px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.bgfooter {
  width: 100%;
  min-height: 384px;
  top: 0;
  background-color: #333333;
  padding-left: 0;
  padding-right: 0;
  padding-top: 57px;
}

.bgfooter .links>.no-gutter {
  margin-right: 0;
}

.copyright {
  background: url("https://d3u70gwj4bg98w.cloudfront.net/images/newdesign/logo-gray.svg") no-repeat;
  background-size: 35px 35px;
  background-position: center center;
  margin-top: 33px;
}

.copyright,
.copyright a {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767px) {
  .bgfooter {
    padding-top: 48px;
    margin-right: 7%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bgfooter {
    width: 95%;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 991px) {
  .links {
    padding-left: 7%;
    padding-right: 0;
  }

  .social {
    margin-bottom: 0 !important;
  }

  .links ul {
    margin-bottom: 27px;
  }

  footer .no-gutter {
    margin-left: -7%;
    padding-left: 7%;
  }

  footer .social h3 {
    text-align: left;
  }

  footer .social ul {
    max-width: 100%;
  }

  footer .social ul li {
    display: inline-block;
  }

  footer .social ul>li>a>img {
    margin-right: 15px;
  }

  .copyright {
    background-position: center bottom 40px;
    padding-bottom: 100px;
  }

  .copyright div {
    text-align: left;
  }

  .copyright div>a {
    display: block;
  }

  .copyright div>span {
    display: none;
  }

  .copyright,
  .copyright a {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.86;
  }
}

/*================================
=       End of  Footer           =
================================*/

/*================================
=          Purchasing Page     =
================================*/
.summary-inner {
  width: 95%;
  top: 0;
  background-color: #eaf2f6;
  margin-right: 0;
}

.summary {
  z-index: 90;
}

.summary .pattern,
.summary .summary-inner {
  min-height: 150px;
  position: relative;
  z-index: 90;
}

.summary .summary-inner {
  padding-left: 53px;
  padding-top: 32px;
  padding-bottom: 22px;
}

.summary-inner .heading {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.8);
}

.summary-inner {
  font-size: 14px;
  line-height: 2.29;
  color: #333333;
}

.summary-inner p {
  line-height: 1.29;
  margin-top: 12px;
  max-width: 210px;
}

.summary-inner p>a {
  color: #00aaff;
  text-decoration: underline;
}

.summary-inner ul>li>b {
  white-space: nowrap;
}

.plans {
  background-color: #f7f7f7;
  padding: 40px 5%;
}

.plans-box {
  padding: 37px 53px 40px 53px;
  background-color: #ffffff;
  border-radius: 2px;
}

.plans-travelers .no-gutter>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.plans-travelers .no-gutter {
  margin-right: -5px;
  margin-left: -5px;
}

.plans-supply .no-gutter>[class*="col-"],
.plans-beneficiaries .no-gutter>[class*="col-"],
.plans-address .no-gutter>[class*="col-"],
.plans-billing .no-gutter>[class*="col-"],
.plans-pay .no-gutter>[class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

div.row.no-gutter div.col-sm-2 div.form-group button.btn.btnplan {
  margin-top: 25px;
}

div.row.no-gutter div.col-sm-2.delete {
  float: right;
}

.info-traveler {
  text-align: center;
}

.info-quote {
  text-align: right;
}

.plans-supply .no-gutter,
.plans-beneficiaries .no-gutter,
.plans-address .no-gutter,
.plans-billing .no-gutter,
.plans-pay .no-gutter {
  margin-right: -10px;
  margin-left: -10px;
}

.cnum .no-gutter>[class*="col-"],
.expiration>[class*="col-"] {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.cnum .no-gutter,
.expiration {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.plans-plans .plans-row {
  margin-top: 26.5px;
}

.plans-plans h4 {
  font-size: 18px;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 11px;
}

.img-box {
  max-width: 124px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 4px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  border: solid 0.5px rgba(0, 0, 0, 0.1);
}

.img-box img {
  float: none;
  margin: auto;
  display: block;
  max-height: 55px;
  max-width: 114px;
}

.container-fluid.popup-inner .img-box img {
  width: auto;
}

.plan-name {
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.8);
}

.plan-features h6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.83;
  color: #000000;
  text-transform: uppercase;
}

.plan-features p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}

.plan-features li {
  margin-bottom: 14px;
}

.price {
  text-align: center;
}

.price .sum {
  font-family: "Merriweather", serif;
  font-size: 40px;
  font-weight: normal;
  color: #339933;
}

.price .purchaseNote {
  font-style: italic;
}

.price .total {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #333333;
}

.btnplan {
  max-width: 134px;
  width: 100%;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: solid 1px #00aaff;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #00aaff;
  margin-top: 7px;
}

.error-company-name,
.error-first-name,
.error-last-name,
.error-address,
.error-city,
.inactive,
.error-zipCode,
.error-phone,
.not-verified,
.error-email {
  color: red;
}

.row.no-gutter .col-sm-5 .row.no-gutter .col-sm-6 .form-group #changePassword.btn.btnplan {
  margin-right: 15px;
  max-width: none;
}

.row.no-gutter .col-sm-5 .row.no-gutter .col-sm-6 .form-group .btn.btnplan.viewLink {
  max-width: none;
}

.row.no-gutter .col-sm-5 .form-group #changeEmailBtn.btn.btnplan {
  margin-right: 10px;
  max-width: none;
}

.modal.fade .modal-dialog .modal-content .modal-body.popup-text.purchasing .affiliate-link,
.modal.fade .modal-dialog .modal-content .modal-body.popup-text .modal-title {
  margin-bottom: 20px;
}

.btnplan-green {
  max-width: 134px;
  width: 100%;
  height: 40px;
  background: #339933;
  border-radius: 2px;
  border: solid 1px #339933;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-top: 7px;
}

.btnplan-blue {
  max-width: 134px;
  width: 100%;
  height: 40px;
  background: #00aaff;
  border-radius: 2px;
  border: solid 1px #00aaff;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-top: 7px;
}

.certificate {
  cursor: pointer;
  font-size: 12px;
  line-height: 2.67;
  text-align: center;
  color: #00aaff !important;
  text-decoration: underline;
  margin-top: 8px;
  display: block;
}

.restrictionCertificate p,
td.restrictionCertificate {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
  font-weight: initial;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 12px;
}

.modal-body .table tr td.restrictionCertificate {
  font-size: 14px !important;
  font-weight: initial !important;
}

.plans .separator {
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.plans-additional .upgrade {
  padding-top: 26px;
}

.plans-additional .upgrade-type h6 {
  font-size: 13.8px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.8);
}

.flight-upgrade {
  margin-bottom: 10px;
  text-decoration: underline;
}

.includes {
  margin: 0 0 5px 25px;
}

.includes-upsale {
  font-size: 12px;
  margin: 0 35px;
}

.plans-box.plans-margin.plans-travelers .row.no-gutter.traveler .col-xs-12.col-sm-12.col-md-3.col-lg-3 .form-group input.form-control,
.plans-box.plans-margin.plans-travelers .row.no-gutter.traveler .col-xs-9.col-sm-11.col-md-3.col-lg-3 .form-group input.form-control,
.plans-box.plans-margin.plans-beneficiaries .row.no-gutter .col-sm-5 .form-group input.form-control,
.plans-box.plans-margin.plans-pay .row.no-gutter .form-group.col-sm-5 input.form-control {
  text-transform: capitalize;
}

.datepicker-img {
  width: 15px;
  height: 15px;
}

.row.no-gutter.flights {
  margin-left: 7px;
  margin-top: 15px;
}

.plans-box.plans-margin.plans-supply .row.no-gutter .col-sm-8.col-md-7 .form-group .form-group.col-xs-3.col-sm-3.col-md-3.col-lg-2 {
  padding-right: 0;
  padding-left: 5px;
}

.plans-box.plans-margin.plans-address #fieldErrors.alert.alert-danger.alert-dismissible {
  margin-left: 15px;
  margin-right: 15px;
}

.plans-box.plans-margin.plans-pay .row.no-gutter div#cardType {
  display: none;
}

.plans-box.plans-margin.plans-pay .row.no-gutter div#cardType .form-group.cnum .form-group.ccTypeGroup {
  padding-top: 9px;
  padding-left: 5px;
}

.plans-box.plans-margin.plans-pay .row.no-gutter div#cardType .form-group.cnum .form-group.ccTypeGroup .radio-custom-label {
  margin-right: 25px;
}

.plans-box.plans-margin.plans-order div.price.final-price input#agreeVendorTerms,
.plans-box.plans-margin.plans-order div.price.final-price span#agreeTermsError {
  display: none;
}

div#confirmModal.modal.fade.update-age {
  color: black;
}

#errorModal.modal.fade {
  color: black;
}

#termsAndConditionsModal.modal.fade {
  color: black;
}

/*
.plans-additional .upgrade .upgrade-type:first-child p:nth-child(2){
	padding-bottom: 16px;
	line-height: 1.2;
}*/
.plans-additional .upgrade-type label,
.contract-label {
  font-size: 13px;
  letter-spacing: 0.2px;
  font-weight: inherit;
  color: #333333;
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.plans-additional .upgrade-type .form-group {
  margin-bottom: 5px;
}

.plans-box req {
  color: #40c0ff;
}

.upgrade .upgrade-type:first-child p {
  letter-spacing: 0.2px;
  color: #333333;
}

/*.upgrade .upgrade-type:nth-child(2) h6 {
	margin-bottom: 17px;
}*/
.plans-travelers {
  position: relative;
}

.plans-travelers .form-group {
  display: inline;
}

div.plans.purchasing.error {
  padding: 40px 0% 100px 0%;
}

div.plans.purchasing div.plans-margin.plans-address div.emptyHeader {
  height: 20%;
}

div.plans.purchasing div.plans-margin.plans-address div.hFooter {
  width: 20%;
}

.purchasing .form-control {
  height: 42px;
  min-width: 42px;
  border: solid 1px rgba(0, 0, 0, 0.15);
}

.purchasing .bootstrap-select.form-control {
  border: none;
}

.purchasing .date .form-control {
  border-right-color: transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.purchasing .input-group-addon {
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-left-color: transparent;
}

.plans-box h4 {
  font-weight: 600;
  margin-bottom: 31px;
}

.plans-travelers .smallcol {
  max-width: 52px;
}

.form-control[disabled] {
  background-color: #f7f7f7;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.plans-box ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

.plans-box ol>li {
  display: block;
  margin-bottom: 16px;
}

.plans-box ol>li:before {
  content: counter(item) "  ";
  counter-increment: item;
  float: left;
  padding-top: 35px;
  font-size: 14px;
  width: 8px;
  font-weight: 600;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 991px) {
  .plans-box ol>li:before {
    display: none;
  }
}

.contract-label {
  padding-top: 38px;
}

.blue-tooltip+.tooltip>.tooltip-inner {
  background-color: #00aaff;
  min-width: 236px;
  max-width: 236px;
  padding: 15px 15px 17px 20px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.29;
  color: #ffffff;
  text-align: left;
}

.blue-tooltip+.tooltip>.tooltip-inner>a {
  color: #fff;
}

.blue-tooltip+.tooltip>.tooltip-arrow {
  border-top-color: #00aaff;
}

.blue-tooltip-right+.tooltip>.tooltip-inner,
.blue-tooltip-right>.tooltip>.tooltip-inner {
  background-color: #00aaff;
  min-width: 236px;
  max-width: 236px;
  padding: 15px 15px 17px 20px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.29;
  color: #ffffff;
  text-align: left;
}

.blue-tooltip-right+.tooltip>.tooltip-inner>a,
.blue-tooltip-right>.tooltip>.tooltip-inner>a {
  color: #fff;
}

.blue-tooltip-right+.tooltip>.tooltip-arrow,
.blue-tooltip-right>.tooltip>.tooltip-arrow {
  border-right-color: #00aaff;
}

.blue-tooltip-right+.tooltip.in,
.blue-tooltip-right>.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.plans-beneficiaries {
  position: relative;
}

.plans-beneficiaries h4 {
  display: inline-block;
}

.plans-additional h4,
.plans-plans h4 {
  margin-bottom: 11px;
}

.plans-beneficiaries span {
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #333333;
}

.plans-beneficiaries .separator,
.plans-travelers .separator {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.plans-supply .checkbox-custom-label {
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #333333;
}

.plans-supply .supply-box {
  display: inline-block;
  width: 80px;
  margin-right: 15px;
}

.attention {
  font-size: 14px;
  line-height: 1.57;
  margin-top: 12px;
}

.attention span {
  color: #f05921;
}

.plans-billing h4 {
  display: inline-block;
}

.plans-billing .checkbox-custom-label {
  margin-top: 0;
  margin-left: 20px;
}

.encrypt-inner {
  padding: 20px 50px;
  margin-left: 0;
  margin-right: 0;
  background-color: rgba(0, 0, 0, 0.08);
}

.encrypt-inner .secur img:first-child {
  float: left;
  margin-right: 10px;
}

.encrypt p {
  max-width: 420px;
  font-size: 12px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 53px;
}

.ccards img {
  margin-left: 7px;
}

.encrypt-inner .ccards {
  text-align: right;
}

.plans-order .btnplan {
  border: solid 1px #339933;
  color: #339933;
  background-color: #fff;
}

#signupform .btnplan.btn-green,
.plans-address .btnplan.btn-green,
.btn-green {
  border-radius: 2px;
  background-color: #339933;
  color: #fff;
  border: solid 1px #339933;
}

#signupform .btnplan {
  font-weight: 700;
}

#signupform .btnplan:hover {
  border-color: black;
}

#signupform .btnplan.btn-green:hover,
.plans-address .btnplan.btn-green:hover,
.btn-green:hover {
  border-color: black;
  color: black;
}

.price .safe {
  font-size: 14px;

  line-height: 1.29;
  color: rgba(0, 0, 0, 0.8);
}

.agreecheck {
  max-width: 270px;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #333333;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 13px;
}

.plans-margin {
  margin: 20px auto;
}

.plans-pay {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {

  .plans-travelers .separator,
  .plans-beneficiaries .separator {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .summary .summary-inner {
    width: auto;
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0;
    line-height: 20px;
    background: none;
  }

  .summary-inner p {
    margin-bottom: 13px;
  }

  .plans {
    padding: 0;
  }

  .plans-box {
    padding: 0 16px;
  }

  .plans-plans .plans-row {
    margin-top: 0;
    padding-bottom: 14px;
  }

  #deskbreak {
    display: none;
  }

  .plans-plans .plan-features {
    margin-top: 13px;
    margin-bottom: -8px;
  }

  .plans-additional .upgrade-type h6 {
    margin-top: 0;
  }

  .plans-additional .upgrade {
    padding-top: 0px;
  }

  .plans-plans .plan-features h6 {
    line-height: 1;
  }

  .plans-plans .plan-features li {
    margin-bottom: 2px;
  }

  .plans-travelers .no-gutter {
    margin-right: -3px;
    margin-left: -3px;
  }

  .plans-travelers .no-gutter>[class*="col-"] {
    padding-right: 3px;
    padding-left: 3px;
  }

  .plans-billing h4 {
    margin-bottom: 6px;
  }

  .plans-billing {
    display: flex;
    flex-wrap: wrap;
    min-height: 84px;
  }

  .plans-billing .checkbox-custom-label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    float: left;
    margin: 4px 0 0;
    height: 76px;
    font-size: 16px;
    letter-spacing: 0;
    max-width: 288px;
    width: 100%;
    color: #838e9b;
  }

  .plans-billing .checkbox-custom+.checkbox-custom-label:before {
    background: url("data:image/svg+xml,%3Csvg width='57' height='44' viewBox='0 0 57 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.857 3.59215C23.597 3.49215 25.335 3.50015 27.075 3.50015C27.087 3.50015 35.892 3.50015 35.892 3.50015C37.666 3.50015 39.404 3.49215 41.143 3.59215C42.724 3.68215 44.264 3.87415 45.797 4.30315C49.024 5.20515 51.842 7.08915 53.879 9.76015C55.904 12.4142 57 15.6632 57 18.9992C57 22.3392 55.904 25.5862 53.879 28.2402C51.842 30.9102 49.024 32.7952 45.797 33.6972C44.264 34.1262 42.724 34.3172 41.143 34.4082C39.404 34.5082 37.666 34.4992 35.926 34.4992C35.914 34.4992 27.107 34.5002 27.107 34.5002C25.335 34.4992 23.597 34.5082 21.857 34.4082C20.277 34.3172 18.737 34.1262 17.204 33.6972C13.977 32.7952 11.159 30.9102 9.122 28.2402C7.097 25.5862 6 22.3392 6 19.0002C6 15.6632 7.097 12.4142 9.122 9.76015C11.159 7.08915 13.977 5.20515 17.204 4.30315C18.737 3.87415 20.277 3.68215 21.857 3.59215Z' fill='%23838E9B'/%3E%3Cg filter='url(%23filter0_dd_976_1825)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5 32.5C28.9558 32.5 35 26.4558 35 19C35 11.5442 28.9558 5.5 21.5 5.5C14.0442 5.5 8 11.5442 8 19C8 26.4558 14.0442 32.5 21.5 32.5Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dd_976_1825' x='0' y='0.5' width='43' height='43' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur stdDeviation='0.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_976_1825'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_976_1825' result='effect2_dropShadow_976_1825'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_976_1825' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 58px;
    height: 40px;
    border: none;
    margin: 0 0 0 35px;
    position: relative;
    top: 0;
  }

  .plans-billing .checkbox-custom:checked+.checkbox-custom-label:before {
    background: url("data:image/svg+xml,%3Csvg width='57' height='44' viewBox='0 0 57 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.857 3.59215C17.597 3.49215 19.335 3.50015 21.075 3.50015C21.087 3.50015 29.892 3.50015 29.892 3.50015C31.666 3.50015 33.404 3.49215 35.143 3.59215C36.724 3.68215 38.264 3.87415 39.797 4.30315C43.024 5.20515 45.842 7.08915 47.879 9.76015C49.904 12.4142 51 15.6632 51 18.9992C51 22.3392 49.904 25.5862 47.879 28.2402C45.842 30.9102 43.024 32.7952 39.797 33.6972C38.264 34.1262 36.724 34.3172 35.143 34.4082C33.404 34.5082 31.666 34.4992 29.926 34.4992C29.914 34.4992 21.107 34.5002 21.107 34.5002C19.335 34.4992 17.597 34.5082 15.857 34.4082C14.277 34.3172 12.737 34.1262 11.204 33.6972C7.977 32.7952 5.159 30.9102 3.122 28.2402C1.097 25.5862 0 22.3392 0 19.0002C0 15.6632 1.097 12.4142 3.122 9.76015C5.159 7.08915 7.977 5.20515 11.204 4.30315C12.737 3.87415 14.277 3.68215 15.857 3.59215Z' fill='%23339933'/%3E%3Cg filter='url(%23filter0_dd_976_915)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.5 32.5C42.9558 32.5 49 26.4558 49 19C49 11.5442 42.9558 5.5 35.5 5.5C28.0442 5.5 22 11.5442 22 19C22 26.4558 28.0442 32.5 35.5 32.5Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dd_976_915' x='14' y='0.5' width='43' height='43' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur stdDeviation='0.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_976_915'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_976_915' result='effect2_dropShadow_976_915'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_976_915' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 51px;
    height: 38px;
    margin: 0 0 0 42px;
  }

  .plans-billing .checkbox-custom:checked+.checkbox-custom-label {
    color: #339933;
  }

  .plans-billing .checkbox-custom:not(:checked)+.checkbox-custom-label:before {
    left: 1px;
    top: 1px;
  }

  .cnum .no-gutter>[class*="col-"] {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .cnum .no-gutter {
    margin-right: -2px !important;
    margin-left: -2px !important;
  }

  .expiration .col-sm-6 {
    margin-bottom: 10px;
  }

  .ccards {
    display: flex;
    align-items: center;
  }

  .ccards img {
    width: 48px;
    height: auto;
    margin-left: 0;
  }

  .ccards img:not(:last-child) {
    margin-right: 12px;
  }

  .encrypt-inner {
    padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .contract-label {
    padding-top: 17px;
    padding-bottom: 25px;
    margin-bottom: 0;
  }

  .plans-box ol>li {
    margin-bottom: 25px;
  }

  .plans-travelers {
    padding-bottom: 0;
  }

  .plans-beneficiaries .no-gutter {
    padding-bottom: 15px;
  }

  .plans-beneficiaries {
    padding-bottom: 0;
  }

  .encrypt-inner .ccards {
    text-align: left;
    margin-bottom: 18px;
  }
}

/*================================
=            Filters         =
================================*/
.save-quote {
  color: #00aaff;
}

.aside {
  font-size: 14px;
}

.aside .no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.aside .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.filters {
  padding-top: 46px;
  padding-left: 5% !important;
  background-color: #f8f8f8;
  background-color: #f2f1f1;
  display: inline-block;
  float: left;
  width: 21%;
  padding-bottom: 52px;
  /*	-webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s; */
}

.table-container {
  width: 79%;
  /*margin-left: 21%;*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.filters-inner {
  padding-bottom: 50px;
  background-color: #f2f1f1;
}

.results {
  display: inline-block;
  width: 79%;
  padding-bottom: 28px;
}

.summary .results {
  display: table;
  padding: 28px;
}

.results .btnplan {
  border-color: #339933;
  color: #339933;
  font-weight: 600;
}

.filters .filter-plan {
  padding-bottom: 22px;
  border-bottom: solid 1px #ffffff;
}

.filters .form-group label {
  width: 100%;
  clear: both;
  margin-bottom: 0;
}

.filters .form-group {
  margin-bottom: 0px;
}

/*Plan Type*/
.filters h1 {
  padding-bottom: 9px;
  font-family: "Merriweather", serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.28;
  color: #f05921;
}

.filters h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
  color: #333333;
}

.filters .filter-label {
  margin-top: 4px;
  display: inline-table;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.filters .radio-filter {
  border: solid 1px rgba(0, 0, 0, 0.3);
}

.radio-filter:checked+.filter-label:before {
  background: #f16734;
  box-shadow: inset 0px 0px 0px 3px #fff;
  border: solid 1px #f16734;
}

.radio-filter:checked+.filter-label {
  color: #f16734;
}

/*Filters*/
.filters .filter-vendor {
  margin-top: 20px;
}

.filters .filter-vendor h2 {
  color: #333333;
  margin-bottom: 5px;
}

.filters .filter-box {
  padding-top: 25px;
}

.filters .filter-box h1 {
  color: #00527a;
}

.filter-box .actions {
  padding-bottom: 25px;
}

.filter-box .actions,
.filter-box .actions a {
  color: rgba(0, 0, 0, 0.3);
}

.filter-box .btn {
  background-color: transparent;
}

.checkbox-filter:checked+.filter-label {
  color: #00aaff;
}

.checkbox-filter:checked+.filter-label:before {
  background: url("https://d3u70gwj4bg98w.cloudfront.net/images/newdesign/check-light-blue.svg") no-repeat center center;
  color: #00aaff;
  background-size: 145%;
  border-color: #00aaff;
}

/*================================
=            End of Filters         =
================================*/
.filter-name {
  cursor: pointer;
  position: relative;
}

/*Chevron Up */
.chevron-open {
  position: absolute;
  display: inline-block;
  left: 77%;
  height: 16px;
  /*height should be double border*/
}

.chevron-open:before,
.chevron-open:after {
  position: absolute;
  display: block;
  content: "";
  border: 8px solid transparent;
  /*adjust size*/
}

/*Change four 'top' values below to rotate (top/right/bottom/left)*/
.chevron-open:before {
  bottom: 0;
  border-bottom-color: #979797;
  /*chevron-open Color*/
}

.chevron-open:after {
  bottom: -1px;
  /*adjust thickness*/
  border-bottom-color: #f2f1f1;
  /*Match background colour*/
}

/*Chevron close*/
.chevron-close {
  position: absolute;
  display: inline-block;
  top: 35%;
  left: 77%;
  height: 16px;
  /*height should be double border*/
  cursor: pointer;
  margin-top: -4px;
}

.chevron-close:before,
.chevron-close:after {
  position: absolute;
  display: block;
  content: "";
  border: 8px solid transparent;
  /*adjust size*/
}

.chevron-close:before {
  left: 0;
  border-left-color: #979797;
  /*chevron closer*/
}

.chevron-close:after {
  left: -1px;
  /*adjust thickness*/
  border-left-color: #f2f1f1;
  /*Match background colour*/
}

/*End of Up/Down Chevron*/

.checkbox-filter[disabled]+.filter-label {
  color: rgba(0, 0, 0, 0.2);
}

.checkbox-filter[disabled]+.filter-label:before {
  border-color: rgba(0, 0, 0, 0.06);
}

/*Selected Filters*/
.selected-filters {
  display: table-row;
  min-height: 104px;
  padding-top: 15px;
  padding-left: 15px;
}

.selected-filters h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
  color: rgba(0, 0, 0, 0.95);
  padding-bottom: 12px;
}

/*Filter Tag*/
.filter-tag {
  display: inline-block;
  padding: 7px 20px;
  margin-right: 5px;
  border-radius: 2px;
  border: solid 1px #58c8ff;
}

.filter-tag span {
  vertical-align: middle;
}

.filter-tag .close {
  font-weight: 300;
  color: #58c8ff;
  font-size: 24px;
  opacity: 1;
  vertical-align: middle;
  margin-left: 10px;
}

.filter-tag.alert {
  margin-bottom: 11px;
}

.counter_div {
  display: inline-block;
}

.clearbtn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #00aaff;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  vertical-align: middle;
}

.selected-filters .clearbtn.reset {
  color: white;
  cursor: pointer;
}

/**Views - compare, list**/
.views {
  margin-top: 23px;
  padding-right: 42px;
  line-height: 40px;
}

.views h3 {
  display: inline-block;
  margin-right: 10px;
}

.views a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
  color: #00aaff;
  white-space: nowrap;
}

.views.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.views .control-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
  color: rgba(0, 0, 0, 0.5);
}

.views .sortby {
  margin-left: -5px;
  margin-right: -5px;
}

.views .sortby>[class*="col-sm-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.views h3 {
  padding-bottom: 0;
}

.views .sortby label {
  margin-bottom: 0;
  margin-right: 10px;
}

.views .sortby .bootstrap-select {
  max-width: 170px;
  height: 40px;
  float: right;
}

.views .bootstrap-select .dropdown-menu>li>a {
  padding: 3px 17px;
}

sep {
  color: #eaf2f6;
}

@media only screen and (max-width: 991px) {
  .views .sortby .bootstrap-select {
    float: none;
  }

  .views .sortby {
    text-align: left;
    padding-left: 3px;
  }
}

/*Recommended Plan*/
.recommended-plan {
  line-height: normal;
  /*margin-top: 25px;*/
  text-align: center;
}

.recommended-plan .heading {
  width: 100%;
  height: 52px;
  background-color: #f05921;
  line-height: 52px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.recommended-plan .description {
  background-color: #f2f2f2;
  color: #333333;
  padding: 20px 15px 23px 15px;
  color: black;
}

.recommended-plan span {
  font-family: "Merriweather", serif;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

.results .plans-box {
  padding: 33px 25px 28px 63px;
}

#plandetails {
  display: block;
  text-decoration: underline;
  margin-top: 15px;
  line-height: 1.57;
  color: #00527a;
  cursor: pointer;
}

/*Recommended plan box*/
.results .plans-box.recommended {
  background-color: rgba(240, 88, 32, 0.02);
  border-bottom: solid 1px #f05921;
}

.recom-price.price .sum {
  color: #f05921;
  font-size: 36px;
}

.recom-price.price .btnplan {
  color: #f05921;
  border: solid 1px #f05921;
  background-color: transparent;
}

.results .price .checkbox-custom-recomm {
  line-height: 1.57;
  color: rgba(0, 0, 0, 0.3);
}

.results .plans-box {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

.results .plans-box:last-child {
  border: none;
}

/*TABLE*/
#body-wrapper {
  height: 100%;
}

#body-wrapper {
  display: flex;
  flex-direction: column;
}

#flexfooter {
  flex: 1;
  z-index: 1100;
}

.table-compare {
  border-collapse: collapse;
}

.table-hover>tbody>tr:not(.tr-header):hover {
  background-color: #eaf2f6 !important;
}

/*recomm column styles*/
.table-compare .recomm-column {
  border-left-color: #f05921 !important;
  border-right-color: #f05921 !important;
  background-color: #fffcfb;
}

.table-hover>tbody>tr:not(.tr-header):hover>.recomm-column {
  background-color: #eaf2f6 !important;
}

.table-compare-mob .recomm-column {
  border-right-color: #f05921 !important;
  background-color: #fffcfb !important;
}

.table-compare tbody td:not(:first-child) {
  text-align: center;
}

.sticky.column.table-compare tbody tr>td:first-child:not(.tr-header) {
  border-right-color: #f2f1f1 !important;
}

.table-compare tbody td>span,
.table-compare-mob tbody td {
  cursor: pointer;
}

.table-compare tbody td:not(:first-child):hover,
.table-compare-mob tbody tr:not(.tr-header) td:hover {
  color: #00aaff;
  text-decoration: underline;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.table-compare .img-box,
.table-compare-mob .img-box {
  float: none;
  margin: auto;
  min-height: 62px;
}

.table-compare .provider .plan-name,
.table-compare-mob .provider .plan-name {
  max-width: 124px;
  float: none;
  margin: auto;
  text-align: center;
  margin-top: 6px;
  font-weight: 400;
}

.table-compare .btnplan {
  border-color: #339933;
  color: #339933;
}

td .plan-name {
  float: none;
  margin: auto;
  text-align: center;
}

.table-compare.table>tbody>tr>td,
.table-compare-mob.table>tbody>tr>td {
  padding: 5px;
}

.table-compare-mob tbody td {
  font-size: 12px;
}

.table-compare-mob tbody td>b {
  display: block;
}

.table-compare.table>tbody>tr>th,
.table-compare-mob.table>tbody>tr>th {
  padding: 8px;
}

thead>tr>td {
  vertical-align: top;
}

.table-compare th,
td {
  border-color: #f7f7f7;
}

.table-compare .tr-header,
.table-compare-mob .tr-header {
  background-color: #f2f1f1;
  font-weight: bold;
}

.table-compare tbody tr>td:first-child {
  font-weight: bold;
}

.table-compare tbody tr>td,
.table-compare-mob tbody tr>td {
  vertical-align: middle;
}

.table-compare thead>tr>th:not(:first-child),
.table-compare-mob thead>tr>th:not(:first-child) {
  text-align: center;
}

.table-compare thead>tr>th,
.table-compare-mob thead>tr>th {
  vertical-align: top;
}

.table-compare thead>tr:nth-child(2)>th {
  border-bottom-color: transparent !important;
}

.table-compare thead>tr:last-child>th {
  border-top-color: transparent !important;
}

.table-compare .alt-provname,
.table-compare-mob .alt-provname {
  display: none;
}

.table-compare .certificate {
  font-weight: 400;
  cursor: pointer;
}

.table-compare.sticky-header .alt-provname,
.table-compare-mob.sticky-header .alt-provname {
  display: block;
  font-size: 11px;
  height: 17px;
  overflow-y: hidden;
}

.tdclose {
  font-weight: 300;
  color: #00aaff;
  font-size: 24px;
}

.table-compare tr:first-child th.recomm-column,
.table-compare-mob tr:first-child th.recomm-column {
  font-size: 12px;
  font-weight: normal;
  line-height: 2.17;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  background-color: #f05921 !important;
}

.table-compare>thead:first-child>tr:first-child>th,
.table-compare-mob>thead:first-child>tr:first-child>th {
  vertical-align: middle;
  width: 175px;
}

.sticky-column tbody tr:nth-child(2)>th {
  border-bottom-color: transparent !important;
}

.table-compare thead tr>th:first-child,
.table-compare tbody tr>td:first-child:not(.tr-header),
.table-compare-mob thead tr>th:first-child,
.table-compare-mob tbody tr>td:first-child {
  border-right-color: #f05921;
}

.sticky-column tr>td:first-child,
.sticky-column tr>th:first-child {
  border-right-color: rgba(0, 0, 0, 0.1) !important;
}

.sticky-corner tbody tr>th:first-child {
  border-right-color: rgba(0, 0, 0, 0.1) !important;
}

.sticky-column.table-compare {
  z-index: 5 !important;
  border-right: 1px solid #f2f1f1;
}

.table-compare .price .total,
.table-compare .price .certificate,
.table-compare-mob .price,
.table-compare-mob .price .total,
.table-compare-mob .price .certificate {
  line-height: 1;
}

.table-compare .plan-name,
.table-compare-mob .plan-name {
  font-size: 14px;
}

.expand,
.tr-header {
  cursor: pointer;
}

.table-compare .tr-header td {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.table-compare-mob .tr-header td {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.sticky-header .sum {
  font-size: 36px;
}

.btn-collapse {
  position: fixed;
  margin-top: 34px;
  top: -120px;
  left: -34px;
  z-index: 100;
  width: 110px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  display: block;
  padding: 10px 20px;
  text-align: left;
  background-color: #00527a;
  border-radius: 0;
  font-family: "Merriweather", serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #f2f2f2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#btn-collapse-wrapper.showed .btn-collapse {
  top: 73px;
}

#btn-collapse-wrapper.showed {
  background-color: #f7f7f7;
}

#btn-collapse-wrapper {
  position: fixed;
  z-index: 110;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 42px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-collapse:hover,
.btn-collapse:active,
.btn-collapse:focus,
.btn-collapse:visited {
  color: #f2f2f2;
}

.sticky-corner {
  z-index: 99 !important;
}

.collapse-margin {
  margin-left: 42px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.chevron-collapse {
  position: absolute;
  display: inline-block;
  top: 25px;
  right: 25px;
  height: 10px;
  cursor: pointer;
  margin-top: -5px;
}

.chevron-collapse:before,
.chevron-collapse:after {
  position: absolute;
  display: block;
  content: "";
  border: 5px solid transparent;
}

.chevron-collapse:before {
  top: 0;
  border-top-color: #fff;
}

.chevron-collapse:after {
  top: -1px;
  border-top-color: #00527a;
}

/*.filters-collapse {
	position: absolute;
	left: 0;
	z-index: 30;
}*/
.filters {
  position: relative;
  z-index: 100;
}

.sticky-header {
  z-index: 10;
}

.tr-header-inner {
  position: relative;
  color: #f05921;
}

.table-compare .chevron-filter,
.table-compare .expand .chevron-filter,
.table-compare-mob .chevron-filter,
.table-compare-mob .expand .chevron-filter {
  position: absolute;
  display: inline-block;
  right: 20px;
  height: 16px;
  /*height should be double border*/
  cursor: pointer;
}

.tr-header.expand .chevron-filter {
  margin-top: 6px;
}

.table-hover tr td:first-child .chevron-filter:before,
.table-hover tr td:first-child .chevron-filter:after,
.table-hover tr.expand td:first-child .chevron-filter:before,
.table-hover tr.expand td:first-child .chevron-filter:after {
  position: absolute;
  display: block;
  content: "";
  border: 8px solid transparent;
  margin-bottom: 2px;
}

.table-hover tr td:first-child .chevron-filter:before {
  left: 0;
  border-left-color: #000;
}

.table-hover tr td:first-child .chevron-filter:after {
  left: 0px;
  border-left-color: #f5f5f5;
}

.table-hover tr.expand td:first-child .chevron-filter:before {
  top: 0;
  border-top-color: #000;
}

.table-hover tr.expand td:first-child .chevron-filter:after {
  top: 0px;
  border-top-color: #f5f5f5;
}

@media only screen and (max-width: 599px) {
  .table-container.table-container-desktop {
    display: none;
  }

  .table-container.table-container-mob {
    display: block;
  }

  .table-container.table-container-mob thead th {
    width: 185px !important;
  }

  #btn-collapse {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  .table-container.table-container-mob {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .results .plans-box {
    padding: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .scrlCont {
    overflow-x: auto;
    position: relative;
  }

  .filters {
    width: 27%;
  }

  .table-container {
    /*margin-left: 27%;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .results {
    width: 73%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
  .filters {
    width: 40%;
  }

  .table-container {
    /*margin-left: 40%;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .results {
    width: 60%;
  }
}

@media only screen and (min-width: 600px) {
  .flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
}

@media only screen and (max-width: 599px) {
  .summary .results {
    position: relative;
    bottom: 25px;
  }

  .filters,
  .results,
  .summary,
  header {
    width: 100% !important;
  }

  .table-container {
    margin-left: 0 !important;
  }

  .filters {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 7% !important;
    height: auto !important;
  }

  .filters>div {
    margin-left: 15px;
  }

  .results .plans-box {
    padding-top: 0;
  }
}

/*IE*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    position: absolute;
    width: 12px;
  }

  .plans-billing .checkbox-custom,
  .plans-billing .checkbox-custom-label {
    margin-left: 10px;
  }

  .notf .close {
    margin-right: 30px;
  }
}

/*Compare Modal Box*/

#serverErrorModal {
  color: black;
}

#serverErrorModal .modal-body p {
  text-align: center;
  font-size: 20px;
}

#serverErrorModal .modal-body {
  padding-bottom: 20px;
  text-align: center;
}

#serverFailureModal {
  color: black;
}

#serverFailureModal .modal-body p {
  text-align: center;
  font-size: 20px;
}

#serverFailureModal .modal-header h4 {
  font-weight: 300;
  font-size: 24px;
}

#serverFailureModal .modal-body {
  padding-bottom: 20px;
  text-align: center;
}

#serverFailureModal .modal-footer .btn {
  padding: 10px 20px;
  text-align: center;
}

.modal-dialog {
  margin: 100px auto 0 auto;
  box-shadow: 0 19px 38px 0 rgba(0, 0, 0, 0.16),
    0 15px 12px 0 rgba(0, 0, 0, 0.08);
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  border-radius: 2px;
  border: none;
}

.modal-body {
  padding: 0;
  padding-top: 30px;
}

#infoModal {
  z-index: 10050;
}

#infoModal .modal-dialog {
  position: absolute;
  top: 20px;
  right: 30px;
  margin: 0;
  max-width: 315px;
}

#infoModal .modal-body {
  display: block;
  padding-top: 0;
}

#infoModal .modal-message {
  font-size: 14px;
  padding: 13px 20px 15px 20px;
  text-align: left;
  line-height: 18px;
}

#infoModal .modal-header {
  padding: 6px 19px;
}

#infoModal .modal-title {
  font-size: 18px;
}

#infoModal.info .modal-header,
#infoModal.info .modal-footer .btnmodalClose {
  background-color: #00aaff;
}

#infoModal.error .modal-header,
#infoModal.error .modal-footer .btnmodalClose {
  background-color: #f05921;
}

#infoModal .confirmCont {
  text-align: center;
}

#infoModal .confirmCont>button {
  margin: 0 15px 15px 10px;
  padding: 4px 8px;
}

.row-outer {
  padding-left: 15px;
  padding-right: 15px;
}

.row-outer .no-gutter {
  margin-left: 15px;
  margin-right: 15px;
}

.modal-body .btnplan {
  color: #339933;
  border-color: #339933;
}

.modal-header {
  background-color: #00aaff;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  padding: 25px 27px;
  height: 100%;
  vertical-align: middle;
}

#editQuoteModal .modal-dialog .modal-header {
  padding: 16px 27px;
}

#editQuoteModal .modal-dialog .modal-content.plans-plans .modal-header h4.modal-title {
  margin-bottom: 0px;
}

label#finalpay.checkbox-custom-label,
label#finalPay.checkbox-custom-label {
  margin-top: 0px;
}

#editQuoteModal .modal-dialog .modal-content.plans-plans .plans-plans-content #editQuoteForm .checkbox-custom+.checkbox-custom-label:before {
  margin-right: 3px;
}

.totalCostForAll {
  display: inline;
}

.totalCostForOne {
  display: none;
}

.modal-header h4 {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
}

.modal-header .pull-right {
  padding-right: 30px;
}

.modal-header .pull-right a {
  text-decoration: underline;
  color: #fff;
}

.modal-header .pull-right a:hover {
  color: #fff;
}

.btnmodalClose {
  font-weight: normal;
  line-height: 1.86;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  display: block;
  float: none;
  margin: auto;
  width: 96.8px;
  height: 40px;
  border-radius: 2px;
  background-color: #00aaff;
}

.btnpopupClose:focus {
  color: #ffffff;
}

.modal-header .close,
.modal-header .close:focus,
.modal-header .close:hover {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-weight: 300;
  font-size: 26px;
}

.modal-body .table td,
.modal-body .table th {
  border: solid 1px #d9d9d9;
}

.modal-body .table tr>td:first-child {
  padding: 21px 30px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) and (min-width: 473px) {
  .modal-body #upsaleForm .table tr>td:first-child {
    padding: 20px;
    font-weight: bold;
  }

  .modal-body #upsaleForm .table tr>td:not(:first-child) {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 473px) {
  #upsaleForm table tbody tr td:first-child {
    width: 150px;
  }
}

@media only screen and (max-width: 472px) and (min-width: 425px) {
  #upsaleForm table tbody tr td:first-child {
    width: 100px;
  }

  #upsaleForm .table .bootstrap-select,
  #upsaleForm .table .bootstrap-select.btn-group .dropdown-menu {
    max-width: 250px;
  }

  #upsaleForm .table .bootstrap-select.btn-group .dropdown-menu>li>a {
    padding: 3px 5px;
  }

  .modal-body #upsaleForm .table tr>td:first-child {
    padding: 10px;
    font-weight: bold;
  }

  .modal-body #upsaleForm .table tr>td:not(:first-child) {
    padding: 10px;
  }
}

@media only screen and (max-width: 424px) and (min-width: 375px) {
  #upsaleForm table tbody tr td:first-child {
    width: 100px;
  }

  #upsaleForm .table .bootstrap-select,
  #upsaleForm .table .bootstrap-select.btn-group .dropdown-menu {
    max-width: 220px;
  }

  .modal-body #upsaleForm #modaltable tr>td:first-child {
    padding: 5px !important;
    line-height: 1.33 !important;
  }

  #upsaleForm .table .bootstrap-select.btn-group .filter-option,
  #upsaleForm .table .bootstrap-select.btn-group .dropdown-menu>li>a>span {
    font-size: 13px;
  }

  #upsaleForm .table .bootstrap-select.btn-group .dropdown-menu>li>a {
    padding: 3px 5px;
  }

  .modal-body #upsaleForm .table tr>td:first-child {
    padding: 5px;
    font-weight: bold;
  }

  .modal-body #upsaleForm .table tr>td:not(:first-child) {
    padding: 5px;
  }
}

@media only screen and (max-width: 374px) {
  #upsaleForm table tbody tr td:first-child {
    width: 100px;
  }

  .modal-body #upsaleForm #modaltable tr>td:first-child {
    padding: 5px !important;
    line-height: 1.33 !important;
  }

  #upsaleForm .table .bootstrap-select,
  #upsaleForm .table .bootstrap-select.btn-group .dropdown-menu {
    max-width: 170px;
  }

  .modal-body .table tr>td:not(:first-child) {
    padding: 5px;
  }

  .modal-body #upsaleForm table tr td {
    height: 40px;
  }

  #upsaleForm .table .bootstrap-select.btn-group .filter-option,
  #upsaleForm .table .bootstrap-select.btn-group .dropdown-menu>li>a>span {
    font-size: 12px;
  }

  #upsaleForm .table .bootstrap-select.btn-group .dropdown-menu>li>a {
    padding: 3px 5px;
  }

  .modal-body #upsaleForm .table tr>td:first-child {
    padding: 5px;
    font-weight: bold;
  }

  .modal-body #upsaleForm .table tr>td:not(:first-child) {
    padding: 5px;
  }
}

.modal-body .plan-features h6 {
  font-size: 11px;
}

.modal-body .table tr>td:not(:first-child) {
  padding: 10px 15px 10px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  color: #333333;
}

.modal-body .table tr>td>a {
  text-decoration: underline;
  color: #00aaff;
  display: inline-block;
  margin-top: 5px;
}

.modal-body .table tr>td>ul {
  list-style-type: none;
  margin-left: 0;
}

.modal-body .btn-default {
  border: solid 1px rgba(0, 0, 0, 0.15);
}

.modal-body .table tr>td:first-child:not(.table-subhead) {
  font-size: 12px;
}

.modal-body .table {
  margin-bottom: 0;
  border-top: none;
}

/* Edit Quote Modal */

#editQuoteModal .modal-dialog {
  margin: 100px auto 50px auto;
}

.plans-plans .modal-header h4 {
  color: white;
}

.plans-plans .plans-plans-content {
  padding: 30px 30px 0px 30px;
}

.plans-plans .input-group,
.plans-plans .bootstrap-select .btn {
  border: solid 1px #939391;
}

.plans-plans .dateInput {
  z-index: 1151 !important;
}

.plans-plans .bootstrap-select.btn-group .dropdown-menu {
  z-index: 1550;
}

/*Chevron Table Modal */
.table-subhead {
  background-color: #f2f1f1;
}

.table-subhead .chevron-filter,
.table-subhead.expand .chevron-filter {
  position: absolute;
  display: inline-block;
  left: 93%;
  height: 16px;
  /*height should be double border*/
  cursor: pointer;
}

.table-subhead.expand .chevron-filter {
  margin-top: 6px;
}

.table-subhead .chevron-filter:before,
.table-subhead .chevron-filter:after,
.table-subhead.expand .chevron-filter:before,
.table-subhead.expand .chevron-filter:after {
  position: absolute;
  display: block;
  content: "";
  border: 8px solid transparent;
}

.table-subhead .chevron-filter:before {
  bottom: 0;
  border-bottom-color: #979797;
}

.table-subhead .chevron-filter:after {
  bottom: -1px;
  border-bottom-color: #f8f8f8;
}

.table-subhead.expand .chevron-filter:before {
  top: 0;
  border-top-color: #979797;
}

.table-subhead.expand .chevron-filter:after {
  top: -1px;
  border-top-color: #f8f8f8;
}

@media only screen and (max-width: 599px) {

  .table-subhead .chevron-filter,
  .table-subhead.expand .chevron-filter {
    margin-left: -15px;
  }

  .modal-header h4,
  .modal-header .pull-right a {
    font-size: 14px;
  }

  .modal-header h4,
  .modal-header .pull-right {
    padding-right: 10px;
  }

  #btn-collapse-wrapper {
    display: none;
  }
}

/****************************************************************/
/*Notification*/
.notf {
  background-color: #f05921;
  color: #fff;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0;
}

.notf .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
}

.container-fluid.notf {
  margin-top: 20px;
}

.notf-loading {
  padding: 55px 0;
  border-radius: 2px;
  width: 100%;
  color: #ffffff;
}

.notf-loading h4 {
  margin: 16px 0;
}

.notf-loading hr {
  width: 60px;
  height: 2px;
  border: none;
  color: #fff;
  background-color: #fff;
  margin-top: 27px;
}

.notf-loading img {
  width: 40px;
  height: 40px;
  -webkit-animation: Loading 4s linear infinite;
  -moz-animation: Loading 4s linear infinite;
  -o-animation: Loading 4s linear infinite;
  animation: Loading 4s linear infinite;
}

@-webkit-keyframes Loading {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes Loading {
  from {
    -moz-transform: rotate(360deg);
  }

  to {
    -moz-transform: rotate(0deg);
  }
}

@-o-keyframes Loading {
  from {
    -o-transform: rotate(360deg);
  }

  to {
    -o-transform: rotate(0deg);
  }
}

@keyframes Loading {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

/*Notification compare*/
.notf-compare-inner {
  max-width: 350px;
  float: none;
  margin: auto;
}

.notf-compare-inner button:first-child {
  color: #f05921;
  background-color: #ffffff;
}

.notf-compare-inner button:last-child {
  background-color: transparent;
  border-radius: 2px;
  border: solid 1px #ffffff;
  float: right;
}

.notf-compare-outer {
  width: 90%;
  display: inline-block;
  float: left;
}

.notfback {
  text-align: center;
}

.notfback {
  display: none;
}

.notfback button {
  margin-left: 20px;
  color: #f05921;
  background-color: #ffffff;
}

#notfback.affix {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999 !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*Purchasing Price Affix*/
#notfcompare.affix,
.plans-box .affix {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999 !important;
  background: #eaf2f6;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#notfcompare.affix {
  background-color: #f05921;
}

.affix .sum,
.affix .total,
.affix #certificate {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin: 0 10px;
}

#certificate {
  margin-top: 0;
}

.affix .btnplan {
  margin-top: 0;
}

.affix .certificate {
  display: inline-block;
  margin: 0 10px;
}

/*Search Results Price Affix*/

.alert.affix {
  background: #f05921;
}

@media only screen and (max-width: 600px) {
  .notf-compare-inner .clearbtn:first-child {
    display: block;
  }

  .notf-compare-inner .clearbtn:last-child {
    float: left;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .notfback span {
    display: block;
    max-width: 320px;
    float: none;
    margin: auto;
  }

  .notfback button {
    margin-top: 5px;
  }

  .notfback .close {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*Popup Compare Plans window*/
.popup-nav {
  padding: 20px 30px;
  background-color: #00aaff;
}

.popup-nav>.logo>a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.popup-nav>.logo>a>img {
  max-width: 32px;
  max-height: 32px;
}

.popup-inner {
  vertical-align: middle;
  height: 100%;
  padding: 30px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.popup-inner>.img-box,
.popup-inner>.plan-name {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.popup-inner>.img-box {
  padding: 19px 6px;
}

.popup-inner>.plan-name {
  font-size: 14px;
  margin-top: 0;
}

.popup-inner>.img-box {
  margin-right: 20px;
}

.popup-text {
  padding: 30px;
  color: rgba(0, 0, 0, 0.8);
}

.popup-head {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.popup-info {
  font-size: 14px;
  line-height: 1.29;
  margin-top: 12px;
}

.popup-info-terms {
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
  text-align: justify;
}

.table-container-mob {
  width: 100vw !important;
  overflow: scroll;
}

.table-compare-mob {
  table-layout: fixed;
}

.table-compare-mob th,
.table-compare-mob td {
  width: 175px !important;
}

.table-compare-mob .tr-header>td {
  height: 48px;
}

.table-compare-mob .tr-header-inner {
  position: absolute;
  left: 5px;
  margin-top: -6px;
}

.table-compare-mob .chevron-filter,
.table-compare-mob .expand .chevron-filter {
  right: -15px;
}

.table-container-desktop .table-compare thead tr>th {
  padding: 5px !important;
}

.table-container-desktop .table-compare .price .sum {
  font-size: 36px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.price .sum.inactive {
  color: #e3e3e3 !important;
}

.sticky-column tr:nth-child(3)>th {
  height: 163px !important;
}

.sticky-header .price .sum {
  font-size: 30px !important;
  margin-top: -4px;
}

.sticky-header .btnplan {
  line-height: 30px !important;
  height: 30px !important;
}

.pPlans {
  position: relative;
}

.pTotal {
  display: block;
  color: #f05921;
  font-size: 13px;
  padding-top: 10px;
}

.table-non-sticky .pTotal {
  display: none;
}

.pMessage {
  padding-top: 10px;
  font-size: 12px;
  line-height: 15px;
  display: block;
  font-style: italic;
}

.sticky-header .total {
  display: none;
}

.table-compare.sticky-header .alt-plan-name,
.table-compare-mob.sticky-header .alt-plan-name {
  overflow-y: hidden;
  height: 34px;
  line-height: 16px;
  display: block;
}

.table-compare .alt-plan-name,
.table-compare-mob .alt-plan-name {
  display: none;
}

.tr-header.expand {
  border-right: none;
}

.fake-results {
  min-height: 160px;
  min-width: 50%;
  float: none;
}

.summary {
  position: relative;
}

.summary .results {
  position: absolute;
  bottom: -104px;
  right: 0;
}

.changeView-pointer {
  cursor: pointer;
}

.h-13 {
  height: 13px;
}

.h-30 {
  height: 30px;
}

.h-80 {
  height: 80px;
}

.span-vue {
  color: #eaf2f6;
}

.restore-img {
  height: 23px;
}

.inputWrap.catalog .checkbox-custom-label.filter-label .glyphicon.glyphicon-chevron-down {
  font-size: 10px;
}

#load {
  display: block;
}

.compare-tr {
  height: 48px;
}

.compare-tr2 {
  height: 157px;
}

.compare-tr2 .pPlans {
  height: 146px;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

.compare-th {
  height: 136px;
  padding: 5px;
}

.compare-th p.msg-original-plan.description {
  padding: 10px;
  font-style: italic;
  color: #f05921;
  width: 164px;
}

.compare-tr3 {
  height: 175px;
}

.compare-tr3 .pPlans,
.compare-tr4 .pPlans,
.compare-tr5 .pPlans {
  height: 146px;
  border-top-color: transparent !important;
}

.compare-th2 {
  height: 136px;
}

.compare-th2 .msg-original-plan.description {
  padding: 10px;
  font-style: italic;
  color: #f05921;
}

@media only screen and (max-width: 767px) {
  .summary .results {
    position: relative;
    bottom: 25px;
  }

  .fScrollCont {
    display: none;
  }
}

.fScrollCont {
  z-index: 1000;
  position: fixed;
  width: 100%;
  background-color: transparent;
  bottom: 0px;
  left: 0px;
  overflow-x: auto;
}

.scrlCont {
  overflow-x: auto;
}

.fContFake {
  height: 1px;
  background-color: #f0f0f0;
}

.pPlans,
.table-container-desktop .table-compare thead tr>th.pPlans {
  padding: 8px !important;
}

.logInOut>button {
  border: none;
  background-color: #fff !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.side-menu .logInOut a:hover {
  text-decoration: none !important;
}

.logInOut>button>.caret {
  display: none;
}

.logInOut .dropdown-menu {
  z-index: 200;
  background-color: #eeeeee;
  margin-top: 8px;
}

#currentQuote {
  display: none;
}

.registration {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #333333;
}

.reset-pass {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #333333;
}

.popover-content {
  z-index: 200;
  background-color: #eeeeee;
  margin-top: 8px;
  padding: 0;
  list-style-type: none;
}

.popover-content .loginForm {
  z-index: 200;
  margin-top: 8px;
}

.popover {
  background-color: #eeeeee;
  padding: 10px;
  width: 240px;
}

.side-menu .popover-bottom>.a {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #333333;
}

.popover.bottom>.arrow:after {
  border-bottom-color: #eeeeee;
}

.btn-social {
  font-size: 16px;
}

.btn-facebook {
  background: #3b5998;
  border-radius: 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #263961;
  padding: 5px 10px 5px 44px;
}

.btn-facebook span.fa-facebook {
  line-height: auto;
}

.btn-facebook:link,
.btn-facebook:visited {
  color: #fff;
}

.btn-facebook:active,
.btn-facebook:hover {
  background: #263961;
  color: #fff;
}

.btn-google {
  background: #dd4b39;
  border-radius: 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #b53f31;
  padding: 5px 10px 5px 44px;
}

.btn-google span.fa-google {
  line-height: auto;
}

.btn-google:link,
.btn-google:visited {
  color: #fff;
}

.btn-google:active,
.btn-google:hover {
  background: #b53f31;
  color: #fff;
}

.btn-social-custom {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  color: #fff;
  width: 210px;
  margin: 5px 5px 5px 5px;
}

.logInOut .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.mainPage .travelform .btnbox {
  clear: both;
  padding-top: 5px;
}

.logInOut .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #eee;
  border-left: 6px solid transparent;
  content: "";
}

.logInOut .dropdown-menu>li,
.logInOut .dropdown-menu>form li {
  display: block;
  min-width: 212px;
}

#logoutMenu .dropdown-menu>li {
  border-bottom: 1px solid #dedede;
}

#logoutMenu .dropdown-menu>li:last-child {
  border-bottom: none;
}

#logoutMenu .dropdown-menu>li>a {
  padding: 5px 16px;
}

.logInOut .dropdown-menu>li>a {
  color: black;
}

#logoutMenu .dropdown-menu > li > form,
#logoutMenu .dropdown-menu > li > form > button {
  display: block;
  width: 100%;
  padding: 2px 8px;
  background: none;
  border: none;
  text-align: left;
  color: black;
  cursor: pointer;
  font: inherit;
}

#logoutMenu .dropdown-menu > li > form > button:hover {
  background-color: #f8f8f8;
}

.logInOut .form-group {
  margin-bottom: 5px;
}

.loginEmail,
.loginPass {
  margin: 8px auto 5px auto;
  width: 220px;
  display: block;
  font-size: 16px;
  text-indent: 5px;
  border: 1px solid #ccc;
}

.loginBtn1 {
  width: 100px;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  margin-bottom: 8px;
  margin-top: 9px;
  margin-left: 55%;
}

.side-menu .loginBtn1 {
  width: 100px;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  margin-bottom: 8px;
  margin-top: 9px;
  margin-left: 55%;
}

.loginBtn {
  width: 100px;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  margin-bottom: 8px;
  margin-top: 9px;
  margin-left: 0;
}

#triptype {
  width: 410px;
  padding-left: 10px;
  padding-bottom: 5px;
}

.note {
  font-size: 11px;
  color: #000;
}

#searchResultForm {
  display: none;
}

.author-sep {
  font-weight: 400;
}

#expiredSessionModal {
  color: #000;
  display: none;
}

#registrationCompletedModal {
  color: #000;
}

#notificationModal {
  color: #000;
}

.bootstrap-select .dropdown-menu {
  width: 100%;
}

.dropdown-menu.open .dropdown-menu.inner li>a.destination-option,
.dropdown-menu.open .dropdown-menu.inner li>a.citizenship-option,
.dropdown-menu.open .dropdown-menu.inner li>a.residence-option {
  display: none;
}

/* filing claim */
#searchResultContent {
  background: #fff;
  color: #000;
  padding-bottom: 40px;
}

#searchResultContent .logo {
  width: 90%;
  float: left;
}

#searchResultContent .close:focus {
  outline: none;
}

#searchResultContent .logo a {
  cursor: default;
  pointer-events: none;
}

.breadcrumb.noPadding {
  padding-left: 0;
  padding-top: 0;
  background: transparent;
}

.pt5 {
  padding-top: 5px;
}

.noteH1 {
  font-size: 16px;
  padding-top: 8px;
  margin-bottom: 19px;
}

#searchResultContent>.row {
  padding-top: 16px;
}

.shortPlanDescr.filingPlan {
  height: 193px;
}

.shortPlanDescr {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 5px 10px 10px;
  font-size: 14px;
  line-height: 20px;
  height: 260px;
}

.shortPlanDescr.filingPlan .imgLogo {
  height: 42px;
  margin-top: 12px;
  margin-bottom: 15px;
  letter-spacing: -3px;
  text-align: center;
}

.shortPlanDescr.filingPlan .imgLogo img {
  max-height: 42px;
}

.shortPlanDescr.filingPlan .descr {
  height: 85px;
  margin-bottom: 7px;
}

.filingPlan .gray {
  display: block;
  color: #999999;
  margin-bottom: 6px;
}

.filingPlan .descr,
.filingPlan .wrapA {
  text-align: center;
}

.wrapA a {
  text-decoration: underline;
}

.plansContainer.row>div {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.positStatic {
  position: static !important;
}

.pb1 {
  padding-bottom: 1px;
}

.blueContainer {
  background-color: #eaf2f6;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.blueContainer h4 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 2px;
  margin-bottom: -4px;
}

.providers .col-centered {
  display: inline-block;
  float: none;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  width: 160px;
  max-height: 80px;
  min-height: 60px;
  justify-content: center;
}

.providers ul,
.glossary ul {
  list-style-type: none;
  padding-left: 0;
  margin: auto;
}

.mainPage .providers ul li>a {
  line-height: 80px;
  margin-top: 0;
}

.providers ul li>a,
.glossary ul li>a {
  display: block;
  color: #012d48;
  font-size: 14px;
  line-height: 20px;
  margin-top: 14px;
}

.providers ul li>a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #05324f;
  display: inline-block;
  margin: 0 4px 0 0;
  position: relative;
  top: -2px;
}

.mainPage .providers ul li>a:before {
  display: none;
}

.providers ul li>a+div a.activeInner {
  color: #012d48;
}

.activeInner>span {
  position: absolute;
  left: -8px;
}

.providers ul li>a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #05324f;
  display: inline-block;
  margin: 0 4px 0 0;
  position: relative;
  top: -2px;
}

.providers ul a img {
  max-height: 60px;
  max-width: 100%;
  margin: auto;
}

.providers a:hover,
a:focus {
  text-decoration: none;
}

/* providers */
.textBlockWrap {
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0 25px;
}

.shortPlanDescr {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 5px 10px 10px;
  font-size: 14px;
  line-height: 20px;
  height: 260px;
}

.shortPlanDescr .imgLogo {
  text-align: center;
  height: 79px;
  letter-spacing: -3px;
}

.shortPlanDescr .imgLogo img {
  max-height: 70px;
  max-width: 99%;
}

.shortPlanDescr .imgLogo:after {
  vertical-align: middle;
  height: 100%;
  width: 1%;
  display: inline-block;
  max-width: 1px;
  content: "";
  font-size: 0;
}

.shortPlanDescr .descr {
  overflow: hidden;
  max-height: 140px;
}

.bgF6F6F6 .container .row.stickParent .stickContainer .blueContainer.text-center.blueMessage {
  display: none;
}

.bgF6F6F6 .container #sertificateDialog {
  color: black;
}

.bgF6F6F6 .container #sertificateDialog .modal-dialog.custom-dialog-category {
  background: white;
  max-width: 70%;
}

.data-provider-plan {
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .plansContainer.row>div:nth-child(4n + 1)+.specWidth {
    width: 75%;
  }

  .plansContainer.row>div:nth-child(4n + 2)+.specWidth {
    width: 50%;
  }

  .plansContainer.row>div:nth-child(4n + 3)+.specWidth {
    width: 25%;
  }

  .plansContainer.row>div:nth-child(4n + 3)+.specWidth h3 {
    font-size: 27px;
    line-height: 33px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .plansContainer.row>div:nth-child(3n + 1)+.specWidth {
    width: 66.666%;
  }

  .plansContainer.row>div:nth-child(3n + 2)+.specWidth {
    width: 33.333%;
  }

  .plansContainer.row>div:nth-child(3n + 2)+.specWidth h3 {
    font-size: 27px;
    line-height: 33px;
  }

  .modal-dialog.custom-dialog-category {
    width: 600px;
  }
}

@media (max-width: 767px) and (min-width: 481px) {
  .plansContainer.row>div:nth-child(2n + 1)+.specWidth {
    width: 50%;
  }

  .plansContainer.row>div:nth-child(2n + 1)+.specWidth h3 {
    font-size: 27px;
    line-height: 33px;
  }

  .modal-dialog.custom-dialog-category {
    width: auto;
  }

  .custom-dialog-category .modal-body {
    max-height: 300px;
  }
}

@media (max-width: 480px) {
  .plansContainer.row>div+.specWidth h3 {
    font-size: 27px;
    line-height: 33px;
  }

  .modal-dialog.custom-dialog-category {
    width: auto;
  }

  .custom-dialog-category .modal-body {
    max-height: 300px;
  }
}

.shortPlanDescr {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 5px 10px 10px;
  font-size: 14px;
  line-height: 20px;
  height: 260px;
}

.specWidth .shortPlanDescrTable {
  display: table;
  height: 100%;
  width: 100%;
}

.specWidth .shortPlanDescrCell {
  display: table-cell;
  vertical-align: middle;
}

h3.shortPlanDescrText {
  max-width: 465px;
  margin: 0 auto 18px;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}

.specWidth {
  text-align: center;
}

.specWidth .btn {
  font-weight: bold;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* provider */
.bgF6F6F6 a {
  color: #0099cc;
}

.breadcrumb a {
  font-size: 14px;
  color: #0099cc;
  text-decoration: underline;
}

.providers ul li>a+div {
  padding-left: 20px;
}

.providers ul li>a+div a {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  position: relative;
}

.breadcrumb a:hover {
  text-decoration: none;
}

.table-title {
  width: 100%;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (min-width: 500px) {
  .td-title {
    width: 1000px;
  }
}

@media only screen and (max-width: 499px) {

  .td-title,
  .td-logo {
    display: block;
  }
}

@media only screen and (max-width: 599px) and (min-width: 375px) {
  .bgF6F6F6 .backroundTopSide h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 374px) {
  .bgF6F6F6 .backroundTopSide h1 {
    font-size: 36px;
  }
}

.td-title h1 {
  margin: 0;
  font-weight: bold;
}

.td-logo {
  width: 1px;
}

.textBlockWrap {
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0 25px;
}

.tableContainer h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 6px;
  padding-top: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tableContainer {
  margin-top: -32px;
}

.singlePlan {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 16px 10px;
  margin-bottom: 20px;
}

.singlePlan h2 a,
.singlePlan h2 a:hover,
.singlePlan h2 a:focus {
  color: #012d48;
  text-decoration: none;
}

.singlePlan h2 {
  font-size: 24px;
  line-height: 30px;
  color: #012d48;
  margin: 0 0 9px 0;
}

.singlePlan .wrapA {
  margin-top: 10px;
}

/* page provider */
.tab-group {
  margin-bottom: 40px;
}

.tab-group .nav-tabs>li {
  width: 20%;
  text-align: center;
}

.tab-group .nav-tabs>li a {
  margin-right: 0;
  font-size: 14px;
  font-weight: bold;
  color: #002d48;
  text-decoration: underline;
  border: 1px solid #d1cccc;
  border-left-color: #e5e5e5;
  border-right-color: #e5e5e5;
  border-radius: 0;
  padding: 15px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-group .nav-tabs>li:first-child a {
  border-left-color: #d1cccc;
  border-radius: 4px 0 0 0;
}

.tab-group .nav-tabs>li:last-child a {
  border-right-color: #d1cccc;
  border-radius: 0 4px 0 0;
}

.tab-group .nav-tabs>li a:hover {
  text-decoration: none;
}

.tab-group .nav-tabs {
  background: #e5e5e5;
  border-radius: 4px 4px 0 0;
}

.tab-group .nav-tabs>li.active>a,
.tab-group .nav-tabs>li.active>a:hover,
.tab-group .nav-tabs>li.active>a:focus {
  background-color: #fff;
  border: 1px solid #d1cccc;
  border-bottom: none;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
  padding-bottom: 16px;
  border-bottom: none;
}

.tab-group .nav-tabs>li>a:hover {
  background: none;
}

.panel-group-descr-plan .textBlockWrap {
  padding-bottom: 0;
}

.inner-descr-table .row {
  border: 1px solid #d1cccc;
  background: #fff;
  border-top: none;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  font-size: 14px;
  padding: 9px 0 10px;
}

.otherPlansBg {
  background: #eaf2f6;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 19px;
  margin-bottom: 30px;
}

.otherPlansBg>h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 14px 0 17px;
}

.otherPlansBg .singlePlan {
  border-color: #fff;
}

.newblueMessage h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 9px 0 8px;
}

.newblueMessage>span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 10px;
  padding-top: 0;
  letter-spacing: -1px;
}

.blueMessage>.btn {
  margin-bottom: 11px;
  height: 40px;
  font-weight: bold;
}

.newblueMessage>button {
  width: 180px;
}

.breadcrumb.noPadding>li+li:before {
  padding: 0;
}

/* Insurance Basics */
.MsoNormal {
  margin: 0 0 10px;
}

p.MsoNormal {
  font-size: 16px;
}

/* Insurance Terms */
.glossaryWrap h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 47px 0 14px;
}

.glossaryWrap p {
  font-size: 14px;
  line-height: 24px;
}

.custom-dialog-category .modal-body {
  padding: 1px 20px 15px;
  max-height: 443px;
  overflow: auto;
}

@media (max-height: 620px) {
  .custom-dialog-category .modal-body {
    max-height: 290px;
  }
}

.custom-dialog-category h4 {
  font-weight: bold;
  margin: 16px 0;
}

.custom-dialog-category p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}

.custom-dialog-category .modal-footer .btn {
  height: 35px;
  width: 126px;
  border-color: #002d48;
  color: #002d48;
  font-size: 16px;
}

.errors-div .alert-danger {
  width: 400px;
}

.mainPage .errors-div .alert-dismissible .close {
  top: 1px;
}

#categoriesSettings table.table-bordered th:last-child,
#categoriesSettings table.table-bordered td:last-child {
  min-width: 145px;
  text-align: center;
}

.providers ul li>a.product.collapsed:before,
.providers ul li>a.product:before,
.providers ul li>a.product.open.collapsed:before {
  transform: rotate(0deg);
}

.providers ul li>a.product[aria-expanded="true"]:before,
.providers ul li>a.product.open:before {
  transform: rotate(90deg);
}

.bgF6F6F6,
.bgF6F6F6 #searchResultContent {
  background-color: #f6f6f6;
}

.expiredtime {
  padding: 0 25px 30px 25px;
}

#logoutMenu a:hover,
#logoutMenu a:focus {
  text-decoration: none;
}

.glossaryWrap {
  margin-top: -6px;
}

.glossaryWrap p {
  font-size: 14px;
  line-height: 24px;
}

.glossaryWrap h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 47px 0 14px;
}

.glossary ul li>a.activeInner {
  position: relative;
}

.glossary ul li>a.activeInner:before {
  position: absolute;
  left: -8px;
  content: "•";
}

.anchorLink {
  position: absolute;
  top: -72px;
  z-index: -1;
}

.posRel {
  position: relative;
}

.anchorLink+.inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f6f6f6;
}

.anchorLink+.inner>div {
  position: relative;
}

.anchorLink:target+div:before {
  background-color: #eaf2f6;
  opacity: 1;
  -webkit-transition: background 0.5s linear, opacity 2s ease-out 1s;
  -moz-transition: background 0.5s linear, opacity 2s ease-out 1s;
  -o-transition: background 0.5s linear, opacity 2s ease-out 1s;
  transition: background 0.5s linear, opacity 2s ease-out 1s;
}

.stickContainer.is_stuck[style*="top: 0px"] {
  margin-top: 72px;
}

@media only screen and (min-width: 768px) {
  #upsaleForm table tbody tr td:first-child {
    width: 260px;
  }
}

.adressBlock .topText {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 13px;
  margin-top: -3px;
}

.adressBlockRow {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 13px 30px 26px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 34px;
}

.goTopLink {
  display: none;
  cursor: pointer;
  font-size: 14px;
  color: #0099cc;
  position: fixed;
  z-index: 2000;
  left: 20px;
  bottom: 50px;
  background: url(https://d3u70gwj4bg98w.cloudfront.net/images/goTopLinkBg.png) no-repeat transparent 0 3px;
}

.goTopLink i {
  display: inline-block;
  margin-left: 16px;
  text-decoration: underline;
  font-style: normal;
}

.goTopLink:hover i {
  text-decoration: none;
}

.fixedHeaderIE {
  width: 674px !important;
}

/* CMS Pages */

/*affiliatePage*/
.backroundTopSide {
  background: url(https://d3u70gwj4bg98w.cloudfront.net/images/baba-s-chemodanom-1920.png) no-repeat right center;
  height: 459px;
  margin-bottom: 72px;
  margin-left: -15px;
  margin-right: -15px;
}

.span-create-affiliate {
  font-size: 15px;
  text-align: justify;
}

.glyphicon-user {
  color: lightskyblue;
}

.glyphicon-briefcase {
  color: lightgreen;
}

.option-select-country,
.option-individual-state,
.option-company-state {
  display: none !important;
}

#individualStateDiv,
#companyStateDiv {
  display: none;
}

.ul-panel-body {
  padding: 0;
}

.li-panel-body {
  list-style-type: none;
}

.payment-note {
  padding: 10px 15px 0;
}

.form-group.row div.form-group {
  display: inline;
}

.form-control.row.bankName,
.form-control.row.bankRouting,
.form-control.row.account,
.form-control.row.note {
  margin-left: 10px;
  margin-right: 10px;
}

.form-control.paypalEmailAddress {
  margin-right: 6px;
}

.form-group.row .form-group div.col-lg-7.col-md-7.col-xs-12 {
  line-height: 100%;
}

.enter-address,
.sent-address {
  font-weight: normal;
  font-size: 18px;
}

.label-enter-address,
label-sent-address {
  font-weight: normal;
}

.backroundTopSide h1 {
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  margin-top: 80px;
  margin-left: 12px;
  line-height: 82px;
}

.affiliateTextBlock {
  margin-bottom: 23px;
}

.affiliatePage h2 {
  color: #000000;
  font-size: 36px;
  margin: 0 0 25px;
  text-align: center;
  display: block;
  font-weight: bold;
}

.affiliatePage p {
  color: #000000;
  font-size: 18px;
  margin: 0 0 7px;
}

.benefWrap {
  margin-bottom: 78px;
}

.affiliatePage .icon {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 6px;
  left: 16px;
}

.affiliatePage .icon.check {
  background: url(https://d3u70gwj4bg98w.cloudfront.net/images/check.png) no-repeat left top;
}

.affiliatePage .icon.first {
  background: url(https://d3u70gwj4bg98w.cloudfront.net/images/firstIcon.png) no-repeat left top;
}

.affiliatePage .icon.second {
  background: url(https://d3u70gwj4bg98w.cloudfront.net/images/secondItem.png) no-repeat left top;
}

.affiliatePage .icon.third {
  background: url(https://d3u70gwj4bg98w.cloudfront.net/images/thirdItem.png) no-repeat left top;
}

.benefWrap .benText {
  margin-left: 55px;
}

.benefWrap b {
  color: #000000;
  font-size: 22px;
  margin: 0 0 2px;
  display: block;
}

.benefWrap span {
  color: #000000;
  font-size: 16px;
  display: block;
}

.benefWrap .benText b {
  font-size: 20px;
}

.benefWrap .benText span {
  font-size: 18px;
}

.benefItems {
  padding: 0;
  margin: 0 0 -20px;
  list-style: none;
}

.benefItems li {
  position: relative;
  font-size: 16px;
  color: #000000;
  margin-bottom: 21px;
  margin-left: 0px;
}

.benefItems li:before {
  content: "•";
  position: absolute;
  top: 2px;
  left: -16px;
  color: #ff8900;
  font-size: 32px;
  line-height: 20px;
}

.affiliateInfo {
  position: relative;
  background: url(https://d3u70gwj4bg98w.cloudfront.net/images/borderBottom.png) no-repeat bottom center;
  background-size: contain;
  padding-top: 5px;
  margin-bottom: 85px;
}

.affiliateInfoItem {
  position: relative;
  min-height: 320px;
  z-index: 1;
}

.affiliateInfoItem .text {
  position: relative;
  z-index: 1;
}

.affiliateInfoItem .text span {
  display: block;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
  color: #002d48;
  line-height: 35px;
  text-transform: uppercase;
}

.affiliateInfoItem .img {
  display: block;
  position: absolute;
  bottom: 1px;
  min-height: 340px;
  min-width: 270px;
  max-width: 100%;
  z-index: 0;
}

.affiliateInfoItem .img.mobile {
  background: url(https://d3u70gwj4bg98w.cloudfront.net/images/moneyMobile.jpg) no-repeat bottom center;
  left: 28%;
}

.affiliateInfoItem .img.desktop {
  background: url(https://d3u70gwj4bg98w.cloudfront.net/images/desctopMobile.jpg) no-repeat bottom center;
  right: 20%;
}

.howItWorks .benText {
  margin-left: 55px;
}

.howItWorks b {
  margin-top: 3px;
  display: block;
}

.howItWorks span {
  margin-top: 3px;
  display: block;
}

#searchResultContent>.row.affiliatePage.purchaseFormBlock {
  padding-top: 25px;
}

.affiliatePage.purchaseFormBlock h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 25px;
}

.affiliatePage.purchaseFormBlock .affiliateInfoText {
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  margin: 0 0 27px;
  display: block;
}

.affiliatePage.purchaseFormBlock p {
  margin-bottom: 5px;
}

.affiliatePage.purchaseFormBlock input[type="text"]:not([type="hidden"]) {
  margin-bottom: 30px;
}

.affiliatePage.purchaseFormBlock .rearOnly {
  background: #fff;
  font-size: 14px;
  color: #000;
  margin-bottom: 19px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  box-sizing: border-box;
  height: 192px;
  overflow: auto;
  padding: 17px 10px 10px 18px;
}

.affiliatePage.purchaseFormBlock .rearOnly strong {
  margin-bottom: 10px;
  display: block;
}

.affiliatePage.purchaseFormBlock .rearOnly p {
  font-size: 14px;
  color: #000;
}

.affiliatePage.purchaseFormBlock input[type="checkbox"]+label {
  margin-bottom: 37px;
  white-space: normal;
}

.affiliatePage.purchaseFormBlock .save {
  height: 60px;
  width: 354px;
  margin: 0 auto;
  display: block;
  padding: 0;
  line-height: 56px;
  text-align: center;
  font-size: 26px;
  max-width: 100%;
}

.affiliatePage.purchaseFormBlock .formBlockLine input[type="radio"] {
  position: absolute;
}

/*affiliatePage end*/
.affiliatePage.purchaseFormBlock .formBlockLine input[type="radio"]+label {
  display: inline-block;
  margin-left: 14px;
}

.affiliatePage.purchaseFormBlock .formBlockLine p+input[type="radio"]+label {
  margin-left: 0;
}

.purchaseFormBlock {
  border-radius: 4px;
  /*border: 1px solid #f2f2f2;*/
  margin-bottom: 20px;
  padding: 15px 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.purchaseFormBlock.first {
  padding: 15px 20px;
}

.purchaseFormBlock.first h5 {
  margin-left: -15px;
}

.purchaseFormBlock.first h5.ml-5 {
  margin-left: -5px;
}

.purchaseFormBlock label {
  font-size: 18px;
  margin-bottom: 6px;
  white-space: nowrap;
  font-weight: 400;
}

.purchaseFormBlock div {
  font-size: 18px;
}

.purchaseFormBlock .plr5>label {
  margin-bottom: 4px;
}

.purchaseFormBlock .clearfix+i {
  font-style: normal;
  position: absolute;
  left: -11px;
  top: 4px;
}

.purchaseFormBlock input:not([type="hidden"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  margin-bottom: 10px;
  height: 34px;
  font-size: 16px;
  color: #333333;
  border-radius: 4px;
  border: 1px solid #cccdcd;
  padding: 0 10px;
  width: 100%;
}

.purchaseFormBlock input[type="checkbox"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
}

.purchaseFormBlock .multiselect-container {
  width: 100%;
}

.purchaseFormBlock .multiselect-container>li>a>label>input[type="checkbox"] {
  opacity: 1;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 37px;
}

.purchaseFormBlock input[type="checkbox"]+label,
.purchaseFormBlock input[type="hidden"]+label {
  color: #333333;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: 400;
}

.purchaseFormBlock input[type="checkbox"]+label:before,
.purchaseFormBlock input[type="hidden"]+label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(https://d3u70gwj4bg98w.cloudfront.net/images/chbox.png) no-repeat left top;
  left: 0;
  top: 1px;
}

.purchaseFormBlock input[type="checkbox"]:checked+label:before {
  background-position: left bottom;
}

.formBlockLine {
  clear: both;
}

.formBlockLine.morePad {
  padding-left: 10px;
  padding-right: 10px;
}

.formBlockLine input[type="radio"] {
  opacity: 0;
  height: 22px;
  width: 22px;
  float: left;
  cursor: pointer;
  margin-top: 4px;
}

.formBlockLine input[type="radio"]+label {
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  cursor: pointer;
  word-wrap: normal;
  white-space: nowrap;
  line-height: 31px;
  display: block;
}

.formBlockLine input[type="radio"]:first-child+label {
  margin-top: 35px;
}

.formBlockLine input[type="radio"]+label:before {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(https://d3u70gwj4bg98w.cloudfront.net/images/formIcons.png) no-repeat 0px -135px transparent;
}

.formBlockLine input[type="radio"]:checked+label:before {
  background-position: 0px -105px;
}

.affiliateButtonWrap {
  background: #064971;
  padding: 40px 0;
}

.affiliateButtonWrap a.save {
  height: 60px;
  width: 354px;
  margin: 0 auto;
  display: block;
  padding: 0;
  line-height: 56px;
  text-align: center;
  font-size: 26px;
  max-width: 100%;
  background: #339933;
  border: 2px solid #339933;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.formButtons .save {
  background: #339933;
  border: 2px solid #339933;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 46px;
  width: 166px;
  border-radius: 4px;
  text-decoration: none;
}

.formButtons .save:hover {
  color: #339933;
  background: #fff;
}

.formButtons .cancel {
  color: #0099cc;
  font-size: 14px;
  line-height: 50px;
  margin-right: 20px;
  text-decoration: underline;
}

.formButtons .cancel:hover {
  text-decoration: none;
}

.affiliateButtonWrap a.save:hover {
  background: transparent;
  border-color: #fff;
}

.affiliatePage.purchaseFormBlock .errorInput {
  border-color: #ff3c3c !important;
}

.affiliatePage.purchaseFormBlock input[type="checkbox"].errorInput+label:before {
  border-color: #ff3c3c !important;
}

.affiliatePage.purchaseFormBlock input[type="checkbox"].errorInput+label {
  color: #ff3c3c !important;
}

.affiliatePage.purchaseFormBlock input[type="text"][disabled] {
  border-color: #c5c5c5 !important;
  background: #f3f3f3 !important;
  color: #757373 !important;
}

#billingAddr .bootstrap-select.btn-group .dropdown-menu.open {
  max-height: 265px !important;
}

#selected-checkboxes a.clearbtn:hover {
  color: white;
}

.panel-group-descr-plan .collapse {
  height: 80px !important;
  min-height: 80px !important;
  display: block !important;
  overflow: hidden;
}

.panel-group-descr-plan {
  margin-bottom: 35px;
}

.panel-group-descr-plan .collapse {
  height: 80px !important;
  min-height: 80px !important;
  display: block !important;
  overflow: hidden;
}

.panel-group-descr-plan .collapsing {
  min-height: 80px !important;
}

.panel-group-descr-plan .collapse.in {
  max-height: none;
  height: auto !important;
}

.panel-group-descr-plan .collapse+div .moreLess:after {
  content: "Read More";
}

.panel-group-descr-plan .collapsing+div .moreLess:after {
  content: "Read More";
}

.panel-group-descr-plan .collapse.in+div .moreLess:after {
  content: "Read Less";
}

.panel-group-descr-plan span {
  line-height: 20px !important;
}

a.moreLess {
  text-decoration: underline;
}

a.moreLess:hover {
  text-decoration: none;
}

.standartOrderPosition h3,
.standartOrderPosition b,
.standartOrderPosition p {
  margin-bottom: 10px;
}

.standartOrderPosition hr {
  margin: 40px 0;
}

.flights div {
  margin-right: 25px;
}

.plans-order a:visited {
  color: #00aaff;
  text-decoration: underline;
}

.group-title {
  text-transform: uppercase;
  color: #f05921;
}

#loading {
  height: 300px;
}

table tr td,
table tr th {
  height: 48px;
}

.hidden,
.hidden-col,
.hidden-row {
  display: none;
}

table tr td,
table tr th {
  height: 48px;
}

.restoreAll,
.restoreLast,
.columnClose .changeView {
  cursor: pointer;
}

.table>tbody>tr>td.dash:hover {
  color: black;
  text-decoration: none;
  cursor: default;
}

.hidden-category {
  display: none;
}

.products-content {
  text-align: left;
}

.columnClose {
  cursor: pointer;
}

#step1Form .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

.loader {
  display: none;
  margin: 7px auto 0 auto;
  border: 3px solid #e3e3e3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 13px;
  height: 13px;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loaderBeforeAllPlansLoading {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.loaderBeforeAllPlansLoading img {
  width: 30px;
  height: 30px;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#quotes th.deleteAll {
  padding-right: 8px;
  text-align: center;
}

#quotes td.dt-body-center {
  text-align: center;
  vertical-align: middle;
}

.deleteChecked {
  margin-top: 25px;
  max-width: 300px;
  padding: 0px 20px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: solid 1px red;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: red;
  float: right;
}

.deleteChecked:hover {
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 850px) and (min-width: 768px) {
  .plans-pay label {
    font-size: 13px;
  }

  .plans-beneficiaries .no-gutter>[class*="col-"],
  .plans-address .no-gutter>[class*="col-"],
  .plans-billing .no-gutter>[class*="col-"],
  .plans-pay .no-gutter>[class*="col-"] {
    padding-right: 5px;
    padding-left: 10px;
  }
}

#editQuoteModal .modal-dialog {
  width: 90%;
  max-width: 674px;
}

#certificateDialog div.modal-dialog.custom-dialog-category,
#certificateDialogCompare div.modal-dialog.custom-dialog-category {
  background: white;
  max-width: 70%;
}

@media (max-width: 767px) {

  #certificateDialog div.modal-dialog.custom-dialog-category,
  #certificateDialogCompare div.modal-dialog.custom-dialog-category {
    max-width: 90%;
  }

  #certificateDialog div.modal-dialog.custom-dialog-category .popup-nav,
  #certificateDialogCompare div.modal-dialog.custom-dialog-category .popup-nav {
    padding: 14px 16px;
    font-weight: bold;
  }

  #certificateDialog div.modal-dialog.custom-dialog-category .popup-text,
  #certificateDialogCompare div.modal-dialog.custom-dialog-category .popup-text {
    overflow-x: auto;
  }

  #certificateDialog div.modal-dialog.custom-dialog-category button.close,
  #certificateDialogCompare div.modal-dialog.custom-dialog-category button.close {
    color: #ffffff;
    opacity: 1;
    font-weight: 100;
  }
}

#certificateDialog .popup-info {
  font-family: "Work Sans", sans-serif !important;
  font-size: 16px !important;
}

#upsaleForm #modaltable .filter-option.pull-left {
  width: 60%;
}

#upsaleForm #modaltable .bootstrap-select .btn {
  height: 26px;
  font-size: 12px;
  line-height: 15px;
}

#upsaleForm #modaltable .dropdown-menu {
  font-size: 12px;
}

#upsaleForm #modaltable .detailsLink:hover {
  text-decoration: underline;
  color: #00aaff;
  display: inline-block;
  margin-top: 5px;
}

#upsaleForm #modaltable .detailsLink {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  margin-top: 5px;
}

#upsaleForm #modaltable .bootstrap-select.form-control {
  height: 24px;
}

#upsaleForm #modaltable .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  line-height: 17px;
}

#upsaleForm #modaltable .checkbox-custom-label {
  font-size: 12px;
}

@media only screen and (min-width: 1400px) {
  #plandetailsModal .modal-dialog.custom-dialog-category {
    width: 50%;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1000px) {
  #plandetailsModal .modal-dialog.custom-dialog-category {
    width: 70%;
  }
}

@media only screen and (max-width: 1000px) {
  #plandetailsModal .modal-dialog.custom-dialog-category {
    width: 90%;
  }
}

@media only screen and (max-width: 1000px) {
  #plandetailsModal .modal-dialog {
    width: 90%;
  }
}

#upsaleForm #modaltable .bootstrap-select.form-control:not([class*="col-"]) {
  width: 60%;
}

.modal-body #upsaleForm #modaltable tr>td:first-child {
  padding: 10px 30px;
  line-height: 2.33;
}

.modal-body #upsaleForm table tr td {
  height: 30px;
}

#certificateDialogCompare {
  z-index: 2010;
}

.price .loader {
  margin-top: 15px;
  zoom: 120%;
}

#modaltable tbody>tr>td>a.secondaryModalUpsale {
  display: none;
}

#editQuoteModal #editQuoteForm .form-group.total {
  margin-bottom: 0;
  margin-top: 20px;
}

#editQuoteModal #editQuoteForm .dropdown-menu.open {
  width: 90%;
}

@media (max-width: 540px) {
  .plans-supply .col-xs-3 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 991px) {
  .provider .img-box {
    margin-left: auto;
    margin-right: auto;
  }

  .plans-plans.plans-box .no-gutter>[class*="col-"] {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  #plandetailsModal .plans-row.no-gutter>[class*="col-"] {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {

  #plandetails,
  .plan-name {
    max-width: 124px;
  }
}

#quotes_wrapper #quotes tbody tr td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 5vw;
}

#tripCostModal {
  display: block;
  position: absolute;
}

#tripCostModal.modal-dialog {
  top: 70px;
  left: 76px;
  margin: 0;
  max-width: 220px;
}

#tripCostModal .modal-header {
  padding: 10px 20px;
}

#tripCostModal .modal-body {
  padding: 20px;
  overflow: hidden;
}

#tripCostModal input {
  border: 1px solid gray;
  width: 120px;
  float: left;
  margin-right: 20px;
}

#tripCostModal .modal-body button {
  color: #f05921;
  border: solid 1px #f05921;
  background-color: transparent;
  height: 40px;
  border-radius: 2px;
  padding: 5px 9px;
  box-shadow: none;
  line-height: 14px;
}

.bounce-enter-active {
  animation: bounce-in 0.5s;
}

.bounce-leave-active {
  animation: bounce-in 0.5s reverse;
}

@keyframes bounce-in {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.zero-cost-group {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.zero-cost-group.custom-alert {
  border: solid 1px red;
  box-shadow: 0px 0px 5px red;
  animation: 2s 3 pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.no-results {
  text-align: center;
  margin-top: 10%;
  color: #00527a;
  font-size: 24px;
}

/* Affiliate application page */
.modal.fade .modal-dialog .modal-content .modal-header .modal-title .logo img {
  width: 29px;
  height: 29px;
}

.modal.fade .modal-dialog .modal-content .modal-header .modal-title .logo .title {
  font-size: 16px;
  color: white;
  letter-spacing: 0.4px;
}

.claim-reviews {
  cursor: pointer;
  font-size: 12px;
  line-height: 2.67;
  color: #00aaff !important;
  text-decoration: underline;
  margin-top: 8px;
  display: block;
}

.no-claim-reviews {
  font-size: 12px;
  font-weight: normal;
  line-height: 2.67;
  color: #00aaff !important;
  margin-top: 8px;
  display: block;
}

#fcompare .vendorSelect div.dropdown-menu.open {
  max-height: 220px !important;
  overflow: hidden;
}

#fcompare .vendorSelect ul.dropdown-menu.inner {
  max-height: 210px !important;
  overflow-y: auto;
}

@media (min-width: 768px) {
  #player {
    display: none;
  }
}

.notf-loading-mob {
  display: none;
}

.video-text p {
  width: 100%;
  margin: 0 0 8px 0;
}

.get-video-quote-button {
  margin-top: 48px;
  position: initial;
  transform: none;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Mobile Edits */

@media (max-width: 767px) {

  .travelform .pattern,
  .getquote .pattern {
    background: none;
  }

  .providers ul {
    display: flex;
    flex-wrap: wrap;
  }

  .slogan-gif-wrapper {
    height: 195px;
    display: flex;
    justify-content: center;
  }

  .slogan-gif {
    margin: 0 auto;
    display: block;
  }

  .video-text p {
    margin: 0 0 8px 0;
  }

  .desktop {
    display: none;
  }

  #player {
    margin: 48px auto 0;
    width: 100%;
    height: 51vw;
    border-radius: 12px;
  }

  #player~.btnfreeq {
    margin: 24px auto 0;
  }

  .plyr__control--overlaid {
    opacity: 1 !important;
    background: #fff !important;
    color: #339933 !important;
  }

  .plyr--video .plyr__control.plyr__tab-focus,
  .plyr--video .plyr__control:hover,
  .plyr--video .plyr__control[aria-expanded="true"] {
    background: #339933 !important;
    opacity: 1 !important;
  }

  .plyr--full-ui input[type="range"] {
    color: #339933 !important;
  }

  .navigation .logo span {
    font-size: 14px;
    margin-left: 2px;
    font-family: "Merriweather", serif;
    position: relative;
    top: 2px;
  }

  #loginButton {
    display: flex;
  }

  #destination-wrapper {
    margin-top: -8px;
  }

  #destination-wrapper .control-label[for="destination"] {
    margin: -35px 0 23px;
    display: block;
    font-size: 20px;
    line-height: 28px;
  }

  .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 16px;
  }

  .step1-mobile {
    margin: -3px 0 27px;
  }

  .ages-wrapper {
    display: inline-block;
  }

  .opened .form-mobile-inner {
    display: flex;
    flex-direction: column;
    min-height: 451px;
  }

  .benefits-mob .no-gutter {
    margin-left: 16px;
    margin-right: 16px;
  }

  .benefits .heading {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }

  .hline {
    border-bottom: solid 1px #00527a;
    padding-top: 14px;
  }

  .providers .col-centered {
    margin-bottom: 13px;
    width: calc(50% - 11px);
  }

  .providers ul a img {
    max-height: 74px;
  }

  .quote .image {
    width: 43px;
    border-bottom: solid 1px #ffffff;
    padding-bottom: 25px;
  }

  .quote .image img {
    width: 100%;
  }

  .getquote {
    padding: 49px 16px;
  }

  .getquote p {
    margin-bottom: 8px;
  }

  .getquote .get-quote-title {
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 28px;
    line-height: 40px;
    font-family: "Merriweather", serif;
    text-align: center;
  }

  .getquote .get-quote-text {
    width: 100%;
    padding: 0;
    margin: 0 0 8px 0;
  }

  .getquote .get-quote-button {
    margin-top: 23px;
    position: initial;
    transform: none;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .btnfreeq {
    display: block;
    background: #339933;
    color: #fff !important;
    border-radius: 4px;
    height: 48px;
    max-width: 287px;
    width: 100%;
    line-height: 45px;
  }

  footer h3 {
    font-size: 18px;
    letter-spacing: 0.9px;
    margin-bottom: 16px;
  }

  .links ul {
    margin-bottom: 23px;
    font-size: 14px;
    letter-spacing: -0.1px;
  }

  .social {
    margin: -7px 0 -10px !important;
  }

  footer .social ul>li>a>img {
    width: 15px;
  }

  .copyright {
    margin-top: 28px;
    padding-bottom: 20px;
    background: none;
  }

  .bgfooter .links>.no-gutter,
  .copyright div>a {
    font-size: 12px;
  }

  .travelform,
  .travelform .pattern,
  #hero-inner,
  .slogan-box {
    height: auto !important;
  }

  #hero-inner {
    width: 100%;
    margin-left: 0;
    background: none;
  }

  .forminfo {
    padding: 32px 16px 20px;
  }

  .btn-block.mobile-back {
    margin-top: 10px;
    background: none;
    border: 1px solid #339933;
    color: #333;
    padding: 12px;
  }

  .border-green {
    border: 1px solid #339933;
  }

  #step1Form.part-2 #destination-wrapper,
  #step1Form.part-3 #destination-wrapper {
    display: none;
  }

  #step1Form:not(.part-2) #depart-wrapper {
    display: none;
  }

  #step1Form:not(.part-3) #trip-wrapper {
    display: none;
  }

  #step1Form.part-2 .step1-mobile,
  #step1Form.part-3 .step1-mobile {
    display: none;
  }

  #step1Form:not(.part-2) .step2-mobile {
    display: none;
  }

  #step1Form:not(.part-3) .step3-mobile {
    display: none;
  }

  #step2Form.part-2 .travelers-wrapper {
    display: none !important;
  }

  #step2Form:not(.part-2) .resident-wrapper {
    display: none;
  }

  #step2Form.part-2 .step4-mobile {
    display: none;
  }

  #step2Form:not(.part-2) .step5-mobile {
    display: none;
  }

  #step3Form.part-2 #payment-date {
    display: none;
  }

  #step3Form:not(.part-2) #trip-types {
    display: none;
  }

  #step3Form.part-2 .step6-mobile {
    display: none;
  }

  #step3Form:not(.part-2) .step7-mobile {
    display: none;
  }

  label {
    font-weight: 400;
    margin-bottom: 7px;
  }

  .form-control {
    height: 46px;
  }

  .note {
    font-size: 12px;
    margin-top: 8px;
    color: #838e9b;
    letter-spacing: 0;
  }

  .forminfo .form-group {
    margin-bottom: 16px;
  }

  .mainPage .travelform .btnbox {
    margin-top: auto;
    padding-top: 16px;
  }

  .btnnext,
  .btnnquote {
    font-size: 16px;
    border-radius: 4px;
  }

  .forminfo .form-group.total,
  .forminfo .form-group.per {
    margin: -3px 0 0;
    float: left;
    width: 50%;
  }

  .radio-custom-label {
    margin-bottom: 13px;
    font-size: 16px;
    color: #838e9b;
  }

  .radio-custom+.radio-custom-label:before {
    width: 20px;
    height: 20px;
  }

  .radio-custom:checked+.radio-custom-label:before {
    background: #339933;
  }

  .radio-custom:checked+.radio-custom-label {
    color: #333;
  }

  .cost .input-group-addon {
    color: #333;
    padding-left: 15px;
    font-size: 16px;
  }

  .cost .form-control {
    padding: 5px 9px;
  }

  #step2Form .form-group.travelers-wrapper {
    margin: 0 0 5px;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #step2Form .form-group.travelers-wrapper.ages {
    flex-direction: column;
    align-items: flex-end;
  }

  #step2Form .form-group.travelers-wrapper .ddown {
    width: 132px;
  }

  #step2Form .form-group.travelers-wrapper .input-group {
    max-width: 185px;
    width: 100%;
  }

  .ages-wrapper {
    margin-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .traveler-text {
    position: relative;
    top: -20px;
  }

  .ages-wrapper .input-group .form-control:last-child {
    width: 100% !important;
  }

  .form-group.ages .ages-wrapper+.note {
    width: 185px;
    margin-top: 5px;
    margin-left: auto;
  }

  .form-control,
  .bootstrap-select .btn {
    padding: 5px 15px;
    font-size: 16px;
  }

  .date .input-group-addon {
    padding: 6px 15px;
  }

  .date .input-group-addon:before {
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 2.5H3C2.72386 2.5 2.5 2.72386 2.5 3V13C2.5 13.2761 2.72386 13.5 3 13.5H13C13.2761 13.5 13.5 13.2761 13.5 13V3C13.5 2.72386 13.2761 2.5 13 2.5Z' stroke='%23838E9B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 1.5V3.5' stroke='%23838E9B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 1.5V3.5' stroke='%23838E9B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 5.5H13.5' stroke='%23838E9B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

  .input-group-addon .calendar,
  .input-group-addon .datepicker-img {
    display: none;
  }

  .form-group.ages .input-group {
    margin-right: 0;
  }

  .travelers-wrapper label {
    margin-bottom: 0;
    max-width: 80px;
  }

  .travelers-wrapper .bootstrap-select .btn {
    padding: 5px 15px;
    height: 46px;
    font-size: 16px;
  }

  #step2Form .about-select {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bootstrap-select.form-control,
  .forminfo .bootstrap-select .btn {
    height: 48px;
  }

  .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6L1 1' stroke='%23838E9B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: relative;
    right: 5px;
    bottom: 2px;
  }

  #step2Form .form-group {
    width: 100%;
    padding: 0 15px;
  }

  #step3Form .trip-label {
    text-align: left;
  }

  .square-label {
    position: relative;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .square-label-style {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #838e9b;
    border: 1px solid #b4b9cb;
    border-radius: 2px;
    display: flex;
    align-items: center;
    padding: 12px 45px 12px 16px;
  }

  .square-checkbox {
    margin-left: auto;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
  }

  .square-checkbox-style {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid #b4b9cb;
    border-radius: 2px;
  }

  .square-checkbox input {
    margin: 0;
    position: absolute;
    opacity: 0;
  }

  .square-checkbox input:checked+.square-checkbox-style {
    background: #339933;
    border-color: #339933;
  }

  .square-checkbox input:checked+.square-checkbox-style:before {
    content: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.625L3.88 7L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: relative;
    bottom: 1px;
  }

  .square-checkbox input:checked~.square-label-style {
    color: #333;
    border-color: #339933;
  }

  .payment-date-description {
    margin-bottom: 18px;
    text-align: left !important;
    letter-spacing: 0 !important;
  }

  label#finalpay.checkbox-custom-label,
  label#finalPay.checkbox-custom-label {
    margin-top: 10px;
    display: flex;
    letter-spacing: 0;
  }

  .checkbox-custom+.checkbox-custom-label:before {
    margin-left: 3px;
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
  }

  #infoModal .modal-dialog {
    min-width: 288px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #infoModal .modal-content {
    border-radius: 8px;
    overflow: hidden;
  }

  #infoModal.error .modal-header {
    padding: 14px 16px;
  }

  #infoModal.info .modal-header {
    padding: 14px 16px;
  }

  #infoModal .modal-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  #infoModal .modal-message {
    line-height: 20px;
  }

  #infoModal .confirmCont {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }

  #infoModal .confirmCont>button {
    margin: 0 4px 24px;
    padding: 10px;
    line-height: 20px;
    min-width: 124px;
  }

  #infoModal .confirmCont .btn-success {
    background: #339933;
  }

  #infoModal .confirmCont .btn-info {
    color: #333;
    background: none;
    border-color: #339933;
  }

  #confirmModal .modal-dialog {
    position: absolute;
    min-width: 288px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #confirmModal .modal-content {
    border-radius: 8px;
    overflow: hidden;
  }

  #confirmModal .modal-header {
    padding: 14px 16px;
  }

  #confirmModal .modal-body.popup-text {
    padding: 13px 20px 15px 20px;
  }

  #confirmModal .modal-body.popup-text .popup-info {
    margin-top: 0;
  }

  #confirmModal .modal-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  #confirmModal .modal-message {
    line-height: 20px;
  }

  #confirmModal .modal-footer {
    display: flex;
    justify-content: center;
    border: none;
    padding: 0;
  }

  #confirmModal .modal-footer>button {
    margin: 0 4px 24px 4px;
    padding: 10px;
    line-height: 20px;
    min-width: 124px;
  }

  #confirmModal .proceed {
    background: #339933;
  }

  #confirmModal .reenter {
    color: #333;
    background: none;
    border-color: #339933;
  }

  .slogan-box {
    display: none;
  }

  .benefits-mob {
    background: #f2f2f2;
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .goTopLink i {
    display: none;
  }

  .goTopLink {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    left: auto;
    right: 16px;
  }

  .goTopLink:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_588_9830)'%3E%3Ccircle cx='12' cy='12' r='11.5' stroke='%2300AAFF'/%3E%3Cpath d='M15.75 13.5L12 9.75L8.25 13.5' stroke='%2300AAFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_588_9830'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
  }

  /* Checkout Page  */

  .summary .pattern {
    background: none;
  }

  .entry-price-mobile {
    margin-top: 22px;
    border: 1px solid #b4b9cb;
    border-radius: 12px;
    padding: 12px;
  }

  .onscroll {
    padding: 16px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
    display: none;
  }

  .onscroll.disabled {
    display: none !important;
  }

  .onscroll .entry-price-mobile {
    margin: 0;
    display: flex;
    align-items: center;
  }

  .onscroll .entry-price-mobile img {
    margin-right: 4px;
  }

  .onscroll .entry-price-mobile .plan-name {
    margin: 0;
    line-height: 16px;
  }

  .onscroll .entry-price-mobile .cost {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .onscroll .entry-price-mobile .total {
    margin: 0;
    line-height: 16px;
  }

  .entry-price-mobile img {
    max-width: 80px;
    max-height: 62px;
  }

  .entry-price-mobile .plan-name {
    margin: 12px 0 0;
    font-size: 12px;
    font-weight: 600;
  }

  .entry-price-mobile .cost {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #339933;
  }

  .entry-price-mobile .total {
    margin: 0 0 3px;
    font-size: 12px;
    color: #838e9b;
  }

  .plans-margin {
    margin: 0;
  }

  .plans-plans .plan-features li {
    display: flex;
    align-items: center;
  }

  .plans-plans .plan-features h6 {
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-right: 4px;
  }

  .plans-plans .plan-features h6:after {
    content: ":";
  }

  .plans-plans .plan-features li p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }

  .outside-title {
    padding: 10px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333;
  }

  .plans-travelers .no-gutter {
    padding: 17px 0;
  }

  .plans-pay {
    padding-top: 17px;
    padding-bottom: 24px;
  }

  .mobile-reverse {
    display: flex;
    flex-direction: row-reverse;
  }

  .plans-travelers .smallcol {
    max-width: none;
    width: 60px;
  }

  .plans-travelers .fluid-col {
    width: calc(100% - 66px);
    margin-right: 6px;
  }

  .plans-box ol>li {
    margin-bottom: -18px;
  }

  .plans-box ol>li:last-child {
    padding-bottom: 3px;
  }

  .plans-box ol,
  .plans-box ol>li:last-child {
    margin-bottom: 0;
  }

  .btnplan {
    font-size: 12px;
    color: #333;
    height: 28px;
    line-height: 28px;
    width: auto;
    padding: 0 8px;
    border: 1px solid #339933;
    border-radius: 4px;
    margin: 14px 0 16px;
  }

  .plans-box req:after {
    content: "";
    display: inline-block;
    vertical-align: super;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #339933;
  }

  .plans-box .form-group {
    margin-bottom: 17px;
  }

  .plans-beneficiaries,
  .plans-address {
    padding-top: 17px;
  }

  .traveler {
    display: flex;
    flex-wrap: wrap;
  }

  .traveler>div {
    order: 3;
  }

  .traveler>div:not(:first-child):not(:last-child) {
    margin-top: 14px;
  }

  .traveler>div:first-child {
    order: 1;
  }

  .traveler>div:last-child {
    order: 2;
  }

  .traveler label {
    margin-bottom: 10px;
  }

  .traveler .radio-custom-label {
    padding: 0;
    margin-bottom: 0;
    float: right;
    display: flex;
    flex-direction: row-reverse;
    color: #838e9b;
    line-height: 20px;
  }

  .traveler .radio-custom+.radio-custom-label:before {
    margin-left: 8px;
    margin-right: 0;
  }

  .traveler-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #333;
  }

  .purchasing .form-control {
    height: 48px;
  }

  .last-in-order {
    order: 4 !important;
  }

  .attention {
    line-height: 20px;
    margin-top: -1px;
    margin-bottom: 24px;
  }

  .attention span {
    margin-bottom: -15px;
    display: block;
  }

  #ccNumber {
    background: none !important;
  }

  .bootstrap-select .btn {
    height: 48px;
  }

  .security-code {
    margin-top: -17px;
  }

  .plans-order {
    padding-top: 17px;
    padding-bottom: 24px;
  }

  .plans-order img {
    max-width: 80px;
    max-height: 62px;
  }

  .order-total {
    font-size: 16px;
    line-height: 24px;
    color: #838e9b;
    margin: 12px 0 0;
  }

  .plans-order .price .sum {
    text-align: left;
    font-size: 32px;
    line-height: 48px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
  }

  .plans-order .purchaseNote {
    text-align: left;
  }

  .plans-order .agreecheck {
    float: left;
    text-align: left;
    padding-left: 28px;
    max-width: none;
  }

  .plans-order .checkbox-custom+.checkbox-custom-label:before {
    margin-left: 0;
    position: absolute;
    left: 0;
  }

  .checkbox-custom:checked+.checkbox-custom-label:before {
    background: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.0771484' width='20' height='20' rx='2' fill='%23339933'/%3E%3Cpath d='M6 9.70215L8.88 13.0771L14 7.07715' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    border: none;
  }

  .plans-order .btnplan {
    max-width: 287px;
    width: 100%;
    background: #339933;
    color: #fff;
    font-size: 16px;
    height: 48px;
    line-height: 44px;
  }

  .no-overflow {
    overflow: auto !important;
  }

  body.edit-quote,
  body.plan-details {
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding-right: initial !important;
  }

  body.edit-quote header,
  body.plan-details header {
    order: 1;
  }

  body.edit-quote #editQuoteModal,
  body.plan-details #plandetailsModal {
    position: fixed;
    order: 2;
  }

  body.edit-quote footer,
  body.plan-details footer {
    order: 3;
  }

  body.edit-quote main,
  body.edit-quote .modal-backdrop,
  body.plan-details main,
  body.plan-details .modal-backdrop {
    display: none;
  }

  body.edit-quote.modal-open .modal,
  body.plan-details.modal-open .modal {
    background: #fff;
  }

  body.edit-quote #editQuoteModal .modal-dialog,
  body.edit-quote #editQuoteModal .modal-content,
  body.plan-details #plandetailsModal .modal-dialog,
  body.plan-details #plandetailsModal .modal-content {
    box-shadow: none;
  }

  body.edit-quote #editQuoteModal .modal-header,
  body.plan-details #plandetailsModal .modal-header {
    margin-bottom: 16px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    background: none;
    border-bottom: none;
  }

  body.edit-quote #editQuoteModal .modal-header .close,
  body.plan-details #plandetailsModal .modal-header .close {
    color: #333;
  }

  body.edit-quote #editQuoteModal .modal-title,
  body.plan-details #plandetailsModal .modal-title {
    color: #333;
    font-size: 28px;
    line-height: 38px;
    font-family: "Merriweather", serif;
  }

  #editQuoteModal #editQuoteForm {
    display: flex;
    flex-wrap: wrap;
  }

  .edit-2 {
    order: 1;
  }

  .edit-1 {
    order: 2;
  }

  .edit-4 {
    order: 3;
    display: flex;
    flex-direction: column;
    width: calc(100% + 30px);
  }

  .edit-3,
  .edit-5,
  .edit-6 {
    order: 4;
  }

  .edit-7 {
    order: 5;
    width: calc(100% + 30px);
  }

  #editQuoteModal .plans-plans .plans-plans-content {
    padding: 0;
  }

  .edit-1 .total,
  .edit-1 .per {
    width: 50%;
    float: left;
    margin: 0;
  }

  .edit-1 .note {
    margin-bottom: 16px;
  }

  #editQuoteModal .modal-dialog {
    margin-top: 32px;
  }

  #editQuoteModal label[for="travelers"] {
    margin-bottom: 0;
    max-width: 80px;
  }

  #editQuoteModal .age.ddown {
    width: 132px;
  }

  #editQuoteModal #editQuoteForm .form-group.total {
    margin-top: 0;
  }

  #editQuoteModal #editQuoteForm .form-group.ages {
    margin-left: 0;
  }

  #editQuoteModal .travelers-wrapper {
    margin: 0 0 16px;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #editQuoteModal .form-group.ages .input-group {
    max-width: 185px;
  }

  #editQuoteModal .modal-footer {
    border-top: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21px 0 0;
  }

  #editQuoteModal .modal-footer .btn {
    max-width: 287px;
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    border-radius: 4px;
  }

  #editQuoteModal #saveEditQuote {
    background: #339933;
  }

  #editQuoteModal #removeM {
    color: #333;
    background: none;
    border: 1px solid #339933;
  }

  #editQuoteModal .modal-footer .btn+.btn {
    margin: 12px auto 0;
  }

  .traveler-item {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .edit-4 {
    counter-reset: traveler;
  }

  .traveler-item-title:after {
    counter-increment: traveler;
    content: " " counter(traveler);
  }

  .checkbox-custom+.checkbox-custom-label:before {
    margin-right: 9px !important;
  }

  .plans-additional .upgrade-type {
    padding-bottom: 17px;
  }

  .plans-additional .upgrade-type label {
    margin-bottom: 0;
  }

  #plandetailsModal .modal-body {
    padding-top: 0;
  }

  .notf {
    background-color: #fff;
  }

  .notf-loading {
    display: none;
  }

  .notf-loading-mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .notf-loading-mob h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;

    color: #333333;
    max-width: 80%;
  }

  .notf-loading-mob p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    max-width: 80%;
  }

  .result-loading {
    font-family: "Merriweather", serif;
    font-size: 20px !important;
    line-height: 30px !important;
    color: #333333;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .result-loading .loading-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
  }

  .result-loading .loading-dots span {
    width: 5px;
    height: 5px;
    background-color: #333333;
    opacity: 0.3;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    animation: opacityAnimation 3s linear infinite;
    animation-delay: 2s;
  }

  .result-loading .loading-dots:before,
  .result-loading .loading-dots:after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    background-color: #333333;
  }

  .result-loading .loading-dots:before {
    opacity: 1;
    animation: opacityAnimation 3s linear infinite;
    animation-delay: 1s;
  }

  .result-loading .loading-dots:after {
    opacity: 0.3;
    animation: opacityAnimation 3s linear infinite;
  }

  @keyframes opacityAnimation {
    0% {
      opacity: 0.3;
    }

    100% {
      opacity: 1;
    }
  }

  #topScroll {
    height: auto !important;
  }

  #plandetailsModal .modal-body {
    padding-top: 0;
  }

  #plandetailsModal #modaltable tbody {
    display: flex;
    flex-direction: column;
  }

  #plandetailsModal #modaltable tr:not(.table-subhead):not(:last-child) {
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #plandetailsModal .group-title {
    color: #333;
    font-size: 16px;
    line-height: 34px;
    text-transform: capitalize;
  }

  #plandetailsModal #modaltable td {
    border: none;
    width: auto;
  }

  #plandetailsModal #modaltable tr:not(.table-subhead) td {
    font-size: 16px;
    line-height: 24px !important;
  }

  #plandetailsModal #modaltable tr:not(.table-subhead) td:first-child {
    font-weight: 500 !important;
    padding: 0 0 2px !important;
    height: auto;
    line-height: 24px !important;
  }

  #plandetailsModal #modaltable tr:not(.table-subhead) td:last-child {
    font-weight: 400 !important;
    padding: 0 !important;
    height: auto;
    font-size: 14px;
    line-height: 20px !important;
  }

  #upsaleForm #modaltable .bootstrap-select .btn {
    width: 100%;
    height: 48px;
  }

  #upsaleForm #modaltable .bootstrap-select.form-control:not([class*="col-"]) {
    margin-top: -20px;
    width: 100%;
    max-width: none;
    height: 48px;
  }

  .detailsLink {
    pointer-events: none !important;
  }

  #upsaleForm #modaltable .detailsLink {
    color: #333;
  }

  #upsaleForm #modaltable .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 16px;
  }

  #plandetailsModal #modaltable td {
    padding: 0 !important;
  }

  #plandetailsModal .table-subhead {
    margin: 0 -16px 16px;
    padding: 0 16px;
  }

  #plandetailsModal .table-subhead .chevron-filter:after {
    border-bottom-color: #f2f1f1;
  }

  #plandetailsModal .table-subhead .chevron-filter {
    left: 100%;
    height: 21px;
  }

  #plandetailsModal .table-subhead.expand .chevron-filter {
    margin-top: 12px;
  }

  #plandetailsModal .table-subhead.expand .chevron-filter:after {
    border-top-color: #f3f3f3;
  }

  #plandetailsModal .modal-dialog {
    margin-top: 32px;
  }

  #plandetailsModal .modal-body .table {
    border: none;
  }

  #plandetailsModal .modal-footer {
    border: none;
    padding: 26px 0 60px;
  }

  #plandetailsModal .row-outer {
    padding: 0;
  }

  #plandetailsModal .plans-row {
    display: flex;
    flex-direction: column-reverse;
    border: 1px solid #b4b9cb;
    border-radius: 12px;
    margin: 0 0 24px;
    padding: 12px;
  }

  #plandetailsModal .img-box {
    padding: 0;
    margin-left: 0;
    margin-bottom: 12px;
    max-width: 80px;
    max-height: 62px;
    box-shadow: none;
    border: none;
  }

  #plandetailsModal .img-box img {
    margin: auto 0 0;
  }

  #plandetailsModal .plan-name {
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 12px;
  }

  #totalPriceTxt {
    text-align: left;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
  }

  #plandetailsModal .total {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    color: #838e9b;
  }

  #plandetailsModal .btnmodalClose {
    max-width: 287px;
    width: 100%;
    background: none;
    color: #333;
    border: 1px solid #339933;
    height: 48px;
  }

  #plandetailsModal .certificate {
    text-align: left;
    margin: 0;
    line-height: 20px;
  }
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.justify-between {
  justify-content: space-between;
}

.flex-none {
  flex: none;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-32 {
  margin-top: 32px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.p-2 {
  padding: 2px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-16 {
  margin-right: 20px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.relative {
  position: relative;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-base {
  font-size: 16px !important;
}

.text-lg {
  font-size: 18px;
}

.text-xl {
  font-size: 20px !important;
}

.text-2xl {
  font-size: 24px !important;
}

.text-3xl {
  font-size: 32px !important;
}

.overflow-x-auto {
  overflow-x: auto;
}

.justify-center {
  justify-content: center;
}

.self-center {
  align-self: center;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grow {
  flex-grow: 1;
}

.underline {
  text-decoration: underline;
}

.sort-price {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  color: #00AAFF;
  margin-right: 10px;
  cursor: pointer;
}

.sort-price:after {
  align-self: center;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  margin-left: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.35355 0.646446C4.15829 0.451184 3.84171 0.451184 3.64645 0.646446L0.464466 3.82843C0.269204 4.02369 0.269204 4.34027 0.464466 4.53553C0.659729 4.7308 0.976311 4.7308 1.17157 4.53553L4 1.70711L6.82843 4.53553C7.02369 4.7308 7.34027 4.7308 7.53553 4.53553C7.7308 4.34027 7.7308 4.02369 7.53553 3.82843L4.35355 0.646446ZM4.5 13L4.5 1L3.5 1L3.5 13L4.5 13Z' fill='%2300AAFF'/%3E%3C/svg%3E%0A");
}

.sort-price.down:after {
  transform: rotate(180deg);
}

.action-link {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  color: #00AAFF;
  cursor: pointer;
}

.plan-card-container {
  flex: 0 0 44vw;
}

.plan-card {
  box-sizing: border-box;
  height: 260px;
  padding: 10px;
  border: 1px solid #B4B9CB;
  border-radius: 12px;
  position: relative;
  transition-duration: 1s;
}

.mini .plan-card {
  height: 150px;
}

.plan-card-list-view {
  border: 1px solid #B4B9CB;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  gap: 10px;
  flex-direction: row;
}

.plan-card-close {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.88909 1.11089C8.59619 0.817996 8.12132 0.817996 7.82843 1.11089L5 3.93932L2.17157 1.11089C1.87868 0.817995 1.40381 0.817995 1.11091 1.11089C0.81802 1.40378 0.81802 1.87866 1.11091 2.17155L3.93934 4.99998L1.11091 7.8284C0.81802 8.1213 0.818019 8.59617 1.11091 8.88906C1.40381 9.18196 1.87868 9.18196 2.17157 8.88906L5 6.06064L7.82843 8.88906C8.12132 9.18196 8.59619 9.18196 8.88909 8.88906C9.18198 8.59617 9.18198 8.1213 8.88909 7.8284L6.06066 4.99998L8.88909 2.17155C9.18198 1.87866 9.18198 1.40378 8.88909 1.11089Z' fill='%23333333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 14px;
  right: 13px;
  cursor: pointer;
}

.plan-card-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-top: 5px;
}

.mini .plan-card-title {
  font-size: 12px;
  margin-top: 5px;
}

.plan-logo-container {
  margin-top: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini .plan-logo-container {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 5px;
}

.plan-logo {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.plan-card-price {
  font-weight: 600;
  font-size: 20px;
  color: #339933;
}

.plan-card-recommended-price {
  font-weight: 600;
  font-size: 20px;
  color: #f05921;
}

.mini .plan-card-price {
  font-size: 16px;
  line-height: 24px;
}

.plan-card-person {
  font-size: 12px;
  line-height: 16px;
  color: #838E9B;
}

.mini .plan-card-person {
  display: none;
}

.plan-card-claims {
  font-size: 14px;
  color: #00AAFF;
}

.mini .plan-card-claims {
  display: none;
}

.plan-card-claims.empty {
  color: #333333;
}

.deselect-plans-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  height: 28px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  color: black;
  background-color: #e5e5e5;
  font-family: "Work Sans", sans-serif;
}

.plan-card-by-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  height: 28px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  font-family: "Work Sans", sans-serif;
}

.plan-card-by-btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.4;
}

.plan-card-by-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.plan-card-by-certificate {
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  color: #00AAFF;
}

.mini .plan-card-by-certificate {
  display: none;
}

.plan-card-compare-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  height: 28px;
  border: 1px solid #000000;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  background-color: #ffffff;
}

.swipe {
  height: 40px;
  opacity: 0.3;
}

.mini .swipe {
  display: none;
}

.group-header {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 10px 10px 16px;
  cursor: pointer;
}

.group-subheader {
  position: relative;
  z-index: 1;
  background-color: white;
  text-align: center;
  color: #333333;
  font-weight: bolder;
  font-size: 16px;
  padding: 10px 10px 10px 16px;
}

.chevron {
  color: #838e9b;
}

.chevron.expand {
  transform: rotate(-90deg);
}

.plan-value {
  flex-basis: 50%;
}

.plan-value-track {
  display: flex;
  gap: 25px;
  justify-content: center;
}

.plan-value-item {
  flex: 0 0 42vw;
  text-align: center;
}

.mobile-plans-sticky-header {
  position: sticky;
  position: -webkit-sticky;
  /* Safari */
  display: flex;
  align-items: flex-end;
  gap: 10px;
  top: -80px;
  height: 280px;
  left: 0;
  width: 100%;
  padding: 0px 16px 16px 16px;
  background-color: #ffffff;
  z-index: 10;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.card-carousel-container {
  display: flex;
  flex: 50%;
  overflow: hidden;
  justify-content: center;
}

.card-track {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.plan-card-transition {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.vertical-line {
  position: absolute;
  border-right: 1px solid #b4b9cb;
  width: 50%;
  height: 100%;
}

.recommended-plan-tooltip {
  position: absolute;
  top: 33px;
  width: 40vw;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px;
  z-index: 10;
}

.recommended-plan-tooltip .text {
  flex: 0 0 80%;
  text-align: left;
}

.filter-mobile {
  margin-top: 32px;
}

.filter-mobile .header {
  display: flex;
  justify-content: space-between;
  margin-left: 16px;
  margin-right: 16px;
}

.filter-mobile .title {
  color: #333;
  font-size: 28px;
  line-height: 38px;
  font-family: "Merriweather", serif;
}

.filter-mobile .close {
  opacity: 1;
  font-weight: normal;
}

.filter-mobile .actions {
  color: #838e9b;
}

.filter-mobile .actions div {
  margin-right: 5px;
}

.text-gray {
  color: #333333 !important;
}

.text-light-gray {
  color: #838b9b;
}

.text-green {
  color: #339933
}

.default-select {
  border: solid 1px #b4b9cb !important;
  border-radius: 4px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/images/chevron-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: auto;
  font-size: 16px;
  padding: 5px 15px;
}

.default-switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 31px;
  margin-bottom: 0px;
}

.default-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.default-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.default-slider:before {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.default-slider {
  background-color: #339933;
}

input:focus+.default-slider {
  box-shadow: 0 0 1px #339933;
}

input:checked+.default-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(20px);
}

.with-margins>div:nth-child(2) {
  margin-top: 16px;
}

.overflow-hidden {
  overflow: hidden;
}

.items-center {
  align-items: center;
}

.required::after {
  content: "*";
  color: #40c0ff !important;
}

.termsAndConditionsText {
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .required::after {
    content: "";
    display: inline-block;
    vertical-align: super;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #339933;
  }

  .mobile-fullscreen .modal-dialog {
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    margin: auto;
  }

  .mobile-fullscreen .modal-content {
    padding: 20px;
  }

  .mobile-fullscreen .modal-header {
    margin-bottom: 16px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    background: none;
    border-bottom: none;
  }

  .mobile-fullscreen .modal-title {
    color: #333;
    font-size: 28px;
    line-height: 38px;
    font-family: "Merriweather", serif;
  }

  .mobile-fullscreen .popup-text {
    padding: 0;
  }

  .mobile-fullscreen .modal-header .close {
    color: #333;
  }

  .mobile-fullscreen .modal-footer {
    border-top: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21px 0 0;
  }

  .mobile-fullscreen .modal-footer .btnmodal {
    background: #339933;
    border-radius: 4px;
    font-size: 16px;
    line-height: 36px;
  }
}

.dropdown-menu {
  font-size: 16px !important;
}

.font-sans {
  font-family: "Work Sans", sans-serif;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.space-y-10>*+* {
  margin-top: 10px;
}

.fixed-top {
  position: fixed;
  position: -webkit-fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 8px 16px 8px 16px;
  background-color: white;
}

.fixed-bottom {
  position: fixed;
  position: -webkit-fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  padding: 8px 16px 8px 16px;
  background-color: white;
}


.reviews {
  font-size: 12px;
  font-weight: normal;
  color: #00aaff !important;
  display: block;
}

.basis-1\/3 {
  flex-basis: 33%;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.basis-2\/3 {
  flex-basis: 67%;
}

.uppercase {
  text-transform: uppercase;
}

.font-semibold {
  font-weight: 600;
}

.bg-color-recommended {
  background-color: #f05921;
}

.bg-white {
  background-color: #ffffff;
}

.font-color-recommended {
  color: #f05921;
}

.border-black {
  border: 1px solid black;
}

.border-color-recommended {
  border-color: #f05921;
}

.bg-color-green {
  background: #339933;
}

.w-3 {
  width: 12px;
}

.w-4 {
  width: 16px;
}

.w-28 {
  width: 112px;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.h-3 {
  height: 12px;
}

.h-4 {
  height: 16px;
}

.h-5 {
  height: 20px;
}

.max-h-80 {
  max-height: 80px;
}

.block {
  display: block;
}

.object-contain {
  object-fit: contain;
}

.checkbox-checked {
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://d3u70gwj4bg98w.cloudfront.net/images/chbox.png) no-repeat left bottom;
}

.checkbox-unchecked {
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://d3u70gwj4bg98w.cloudfront.net/images/chbox.png) no-repeat left top;
}

.leading-none {
  line-height: 1;
}

.absolute {
  position: absolute;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.text-white {
  color: #ffffff;
}

.border-top-rounded {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}