/* You can add global styles to this file, and also import other style files */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700,800,900&display=swap");

/* Sticky footer styles
-------------------------------------------------- */
html,
body {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.footer {
  width: 100%;

  background-color: #f5f5f5;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

a:hover {
  color: #ec5a24;
}

/*common heading*/
.heading1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}

/*common para*/
.para1 {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  font-family: Aller-light;
  padding-right: 68px;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b4b5bc;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #b4b5bc;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #b4b5bc;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #b4b5bc;
}

.navbar-light .navbar-nav .nav-link {
  color: #464649;
  font-size: 16px;
  margin-left: 30px;
}
.jumbotron {
  background: #f9f9f9;
  text-align: center;
  padding: 35px 0px 25px 10px;
  position: relative;
}
.jumbotron::after {
  content: "";
  width: 100%;
  height: 6px;
  background: url("../images/jumbotron-after.jpg") left bottom repeat-x;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
h1.display-4 {
  font-size: 36px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 0px;
}
.jumbotron .lead {
  color: #2c2c2c;
  font-size: 22px;
  margin-bottom: 0px;
}
.form-control.select1 {
  max-width: 100%;
  font-size: 16px;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #acacac;
  color: #37465a;
  font-weight: 600;
}
.select2 {
  max-width: 100%;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0px;
  padding-right: 0px;
  border: 1px solid #c1c1c1;
  color: #37465a;
  font-weight: 600; /*background: url("../images/select-arrow.png") no-repeat right center;*/
  border-radius: 4px;
  background-color: #fff;
}
.dropdown-toggle::after {
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
/*.bar{ display: flex;}*/

.wizard-progress {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wizard-progress .step {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  overflow: visible;
  position: relative;
  font-size: 11px;
  font-weight: 400;
  color: #747582;
}
.wizard-progress .step b {
  color: #37465a;
  font-weight: bolder;
}
.wizard-progress .step:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  left: 52%;
  top: -10px;
  background-color: #bfd0ed;
  height: 2px;
  width: 100%;
}
.wizard-progress .step .node {
  display: inline-block;
  border: 6px solid #ec5a24;
  background-color: #ec5a24;
  border-radius: 18px;
  height: 13px;
  width: 13px;
  position: absolute;
  top: -16px;
  left: 59%;
  margin-left: -18px;
}
.wizard-progress .step.complete:before {
  background-color: #ec5a24;
}
.wizard-progress .step.complete .node {
  border-color: #ec5a24;
  background-color: #ec5a24;
}
.wizard-progress .step.complete .node:before {
  font-family: FontAwesome;
  content: "\f00c";
  display: none;
}
.wizard-progress .step.in-progress:before {
  background: #bfd0ed;
  /*  background: -moz-linear-gradient(left, #58b957 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #58b957 0%, #ffffff 100%);
  background: linear-gradient(to right, #58b957 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#58b957', endColorstr='#ffffff',GradientType=1 );*/
}
.wizard-progress .step.in-progress .node {
  border-color: #bfd0ed;
  border: 2px solid #bfd0ed;
  background: #fff;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  color: #37465a;
}
.details label {
  font-size: 11px;
  color: #747582;
  font-weight: 500;
}
.inp-85 {
  width: 90px;
}
.details .d-inline-block {
  margin-right: 10px;
}
.inp-lg {
  width: 204px;
}
.select-cal {
  width: 135px;
  font-size: 14px;
}
.form-control {
  font-size: 12px;
  font-weight: 400;
  padding: 0.375rem 0.55rem;
  border-color: #acacac;
}
.btn-orange {
  background: linear-gradient(90deg, #ec5a24 0%, #fd8321 85.62%);
  border-radius: 4px;
  display: inline-block;
  min-width: 143px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  border: none;
  outline: none;
}

.btn-orange:hover,
.btn-orange:focus {
  background: linear-gradient(90deg, #ec5a24 100%, #ec5a24 100%);
  border-radius: 4px;
  display: inline-block;
  min-width: 143px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.btn-gray,
.btn-gray:hover,
.btn-gray:focus {
  background: #666;
  border-radius: 4px;
  display: inline-block;
  min-width: 143px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
button:focus {
  outline: none;
}
.cal-icon {
  position: absolute;
  right: 4px;
  top: 35px;
}
.top-block label {
  font-size: 11px;
  color: #747582;
  font-weight: 400;
  margin-bottom: 2px;
}
.outline-btn {
  color: #ec5a24;
  border: 1px solid #ec5a24;
  font-size: 12px;
  display: inline-block;
  min-width: 120px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-weight: 400;
}
.outline-btn:hover {
  background: #ec5a24;
  color: #fff;
}
.card-plain {
  margin-top: 50px;
  max-width: 213px;
}
.card-plain p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #747582;
}
.card-plain h4 {
  color: #37465a;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.card-plain img {
  margin-bottom: 20px;
}

.bg-gray {
  background: #f9f9f9;
  padding-top: 42px;
  padding-bottom: 25px;
  margin-top: 70px;
}
.bg-dgray {
  background: #f4f4f4;
}
.bg-gray p {
  font-size: 14px;
  font-weight: 400;
  color: #747582;
}
.bg-gray h3 {
  font-size: 16px;
}
.right-part img {
  margin-bottom: 10px;
  max-width: 100%;
}
.right-part {
  position: relative;
}
.right-part p {
  font-size: 12px;
}
.right-part::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #bdbdbd;
  position: absolute;
  left: -15px;
}
.bg-gray + .footer {
  margin-top: 0px;
}
.footer {
  background: #222831 !important;
  padding-top: 52px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 50px;
}
.footer .footer-wrap {
  text-align: left;
  max-width: 650px;
  margin: auto;
}
.footer .footer-wrap .big {
  display: block;
  color: #fff;
  margin-bottom: 27px;
  font-size: 22px;
}
.footer .footer-wrap a {
  display: block;
  color: #acacac;
  font-weight: 400;
  font-size: 14px;
}
.footer .footer-wrap a:hover {
  color: #fd8321;
}
.footer p {
  color: #fff;
}
.bg-gray + .footer {
  margin-top: 0px;
}
.social-media {
  max-width: 215px;
  margin: auto;
  text-align: center;
  color: #fff;
  margin-top: 50px;
}
.social-media .big {
  margin-bottom: 10px !important;
}
.social a img {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.social a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.footer .footer-wrap .social-media big {
  margin-bottom: 12px;
}
.footer .footer-wrap .social a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
p.social {
  margin-bottom: 20px;
}

.d-none1 {
  display: none;
}
.d-inline-b {
  display: inline-block !important;
  margin-right: 10px;
}

.media-content h1 {
  text-align: center;
  color: #37465a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}
.media-content p {
  color: #747582;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.media-content {
  margin-top: 60px;
  margin-bottom: 60px;
}
.h2 {
  text-align: center;
  color: #37465a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
.jumbotron-sm h1.display-4 {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
}
.jumbotron-sm {
  margin-bottom: 15px;
}

#demos .row {
  max-width: inherit;
}

.visible-xs {
  display: none;
}
.filter-div {
  margin-bottom: 35px;
  transition: top 0.2s ease;
  z-index: 2;
}
.filter-div.d-block:not(.fixed) {
  top: 0px !important;
}
@media only screen and (min-width: 767px) {
  .filter-div.fixed {
    position: fixed;
    top: 20px;
    background-color: #fff;
  }
  .filter-div.fixed form {
    max-width: 300px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .filter-div.fixed {
    max-width: 220px;
  }
  .filter-div.fixed form {
    max-width: 100%;
  }
}

.filter-div h6 {
  color: #37465a;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
}
.txt-gray {
  color: #747582;
}
.txt-right {
  color: #747582;
  font-size: 14px;
  font-weight: 400;
}
.link-gray {
  color: #747582;
}
.filter-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0px;
  padding: 16px 0px;
  height: 53px;
}
.box-check {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  color: #747582;
  font-weight: 400;
}
.custom-control-label {
  cursor: pointer;
}
.custom-control-label::before {
  top: 0.15rem;
}
.custom-control-label::after {
  top: 0.15rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #3c5484;
  background-color: #3c5484;
}
.select-sm label {
  font-size: 10px;
  color: #747582;
}
.select-sm .form-control {
  height: 30px;
  max-width: 125px;
}
.select-lg .form-control {
  height: 40px;
  max-width: 130px;
}
.select-sm select {
  font-weight: 600;
}

.blue-card {
  margin-top: 0px;
  margin-bottom: 25px;
  position: relative;
}
.blue-card-header {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #747582;
  margin-bottom: 5px;
}
.header-left {
  font-size: 14px;
  padding-left: 10px;
}
.header-left a {
  display: inline-block;
  margin-right: 35px;
  font-weight: 400;
  color: #747582;
}
.header-left a:hover {
  color: #ec5a24;
}
a.link-orange {
  color: #ec5a24;
}
.blue-sub-header {
  background: #3c5484;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  padding-left: 15px;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
}
.blue-sub-header .text-center1 {
  padding-right: 10px;
  padding-left: 0;
}

.blue-card-body {
  background: #f9f9f9;
  border-radius: 4px;
  padding: 20px 15px 10px 15px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 10px;
  color: #37465a;
}
.blue-card-body .collapse {
  border-radius: 0px;
  border: none;
  border-top: 2px solid #ebebeb;
  background: none;
}
.blue-card-body .card-footer2 {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.blue-card-body .card {
  background: transparent;
  border: none;
  padding-bottom: 0;
}
.blue-card-body .card-footer2 .font12 {
  width: 100%;
  display: block;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 10px;
  color: #747582;
}

.font12 {
  font-size: 12px;
}

.rate {
  margin-top: 50px;
  padding-left: 87px;
}
.big-head {
  color: #37465a;
  font-size: 24px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}
sup {
  font-size: 10px;
  top: 0em;
  display: block;
  font-weight: 400;
}
.big-head sup {
  font-size: 12px;
}
.btn-orange.btn-sm {
  min-width: 111px;
  padding: 0px 5px;
}
.font-orange-big {
  color: #ec5a24;
  font-weight: 500;
  font-size: 14px;
}

.list-box {
  margin-bottom: 15px;
}
.list-box ul {
  list-style-type: none;
}
.list-box li {
  font-size: 14px;
  font-weight: 400;
  background: url("../images/bullete.jpg") no-repeat left 7px;
  padding-left: 12px;
  line-height: 18px;
}
.list-p b {
  color: #37465a;
  font-weight: 600;
  font-size: 10px;
}
.list-p {
  margin-bottom: 5px;
}

.foot-links {
  border-top: 2px solid #ebebeb;
  padding-top: 15px;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 15px;
}
.foot-links a {
  color: #ec5a24;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.foot-links a:hover {
  text-decoration: underline;
}
.policy-max p {
  color: #37465a;
  font-size: 14px;
  font-weight: 600;
}

.select-lg {
  max-width: 100%;
}
.select-lg .inp-lg {
  width: 264px;
  font-weight: 600;
  color: #37465a;
}

.check-large .custom-control-label::before {
  width: 21px;
  height: 21px;
}
.check-large .custom-control-label::after {
  background-size: 70% 70%;
  left: -1.38rem;
  top: 0.26rem;
}
.h6 {
  color: #37465a;
  font-size: 16px;
  font-weight: 600;
}
.list2 {
  list-style-type: none;
  display: flex;
}
.list2 label {
  color: #747582;
  font-size: 10px;
  margin-bottom: 0px;
}
.list2 li {
  padding-right: 20px;
}
.list2 li p {
  font-size: 14px;
  font-weight: 600;
  color: #37465a;
}

.hr1 {
  width: 100%;
  height: 2px;
  background: #f5f5f5;
  border: none;
  margin-top: 35px;
  margin-bottom: 35px;
}
ul.list-links {
  list-style-type: none;
}
.list-links li a {
  color: #747582 !important;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.list-links li a:hover {
  color: #ec5a24;
}
.show-prop-content .head {
  display: block;
  margin-bottom: 5px;
}
.show-prop-content .head [data-toggle="tooltip"] {
  padding-left: 2px;
}

::-ms-expand {
  display: none;
}

.show-mobile {
  display: none;
}
.text-center1 {
  text-align: center;
}

.trip-modal .modal-title {
  color: #37465a;
  font-weight: 600;
  font-size: 14px;
}
.trip-modal .modal-content {
  border-radius: 0;
  max-width: 375px;
  margin: auto;
}
.trip-modal.email-modal .modal-content {
  max-width: inherit;
}
.trip-modal h6 {
  color: #37465a;
  font-weight: 600;
  font-size: 14px;
}
.trip-modal label {
  color: #747582;
  font-size: 11px;
}
.trip-modal .form-control {
  font-size: 14px;
  color: #37465a;
}
.trip-modal .modal-header {
  border-bottom: 2px solid #e9ecef;
  padding: 0.5rem 1rem;
}
.trip-modal .modal-footer {
  border: none;
  padding-top: 0;
}
.trip-modal .cal-icon {
  right: 5px;
  top: 37px;
}
.modal-open {
  padding-right: 0px !important;
}

.dob {
  margin-top: 10px;
}
.calender-text {
}
.filter-modal {
}
.form-label {
  margin-bottom: 0.5rem;
}
.form-label label {
  font-size: 14px;
}
.font-normal {
  font-weight: 400;
}
.select-lg .inp-lg2 {
  width: 264px;
  max-width: 100%;
}
.ie-label {
  opacity: 0;
}

.email-text {
  font-size: 12px;
  color: #747582;
  display: inline-block;
}
.btn-orange.btn-sm.btn-email-lg {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 190px;
}
.modal-open .modal {
  padding-right: 0 !important;
}
.max-130 {
  width: 130px;
}

.row-form {
  width: 103%;
  margin-top: 3rem;
}

.card-tabs .nav-tabs .nav-link {
  font-size: 14px;
  color: #747582;
  border: none;
  padding-left: 10px;
  margin-right: 0px;
  font-weight: bold;
  cursor: pointer;
}
.card-tabs .nav-tabs .nav-link:hover {
  font-size: 14px;
  color: #ec5a24;
}
.card-tabs .nav-tabs .nav-link.active {
  color: #ec5a24;
  font-weight: bold;
}
.size-card:not(.show-mobile) {
  color: #747582;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-display {
  display: inline-block;
  width: 100%;
}
.home-display .df-xs {
  width: 100% !important;
  padding-right: 28px;
  text-align: right;
}
.home-display .d-inline-block {
  width: 23%;
}
.home-display .select-cal {
  width: 100%;
}

.form-control:focus {
  box-shadow: none;
  border-color: #c1c1c1;
}

.new-body .select-lg .inp-lg {
  width: 100%;
  max-width: 100%;
}
.traveler-col h3 {
  font-size: 16px;
  margin-bottom: 0px;
}
.modal .traveler-col h3 {
  font-size: 14px;
  font-weight: 600;
}
.trip-col h3 {
  font-size: 16px;
  margin-bottom: 0px;
}
.modal .trip-col h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.trip-col.mt-5 {
  margin-top: 0px !important;
}
.show-tooltip {
  display: none;
}

.home-col .details .d-inline-block {
  margin-right: 3px;
}
.home-col .details .d-inline-block .inp-85 {
  width: 85px;
}
.home-col .details .d-inline-block.col4:last-child {
  margin-right: 0px;
}
.font14 {
  font-size: 14px;
}
.font18 {
  font-size: 18px;
}

/* Responsive */

@media only screen and (max-width: 1199px) {
  .btn-orange.ml-5 {
    margin-left: 0 !important;
  }
  .select-lg {
    max-width: 100%;
    margin-right: 0 !important;
    width: 100%;
  }
  .select-lg .form-control {
    max-width: 100%;
    width: 100%;
  }
  .select-lg .inp-lg {
    width: 130%;
    max-width: 130%;
  }
  .select-lg .inp-lg2 {
    width: auto;
  }
  .traveler-col .d-wrap {
    margin-bottom: 20px;
  }
  .home-display .df-xs {
    padding-right: 15px;
  }
  .container.getQuoteContainer {
    max-width: 1000px;
  }
  /*.top-block{padding-left: 80px;}*/
}
@media only screen and (max-width: 979px) {
  .inp-lg {
    width: 194px;
  }
  .btn-orange.ml-5 {
    margin-top: 20px;
  }
  .list2 li {
    padding-right: 5px;
  }
  .big-head {
    margin-bottom: 10px;
  }
  .filter-left {
    width: 50%;
  }
  .filter-right {
    width: 50%;
  }
  .filter-right .mr-2 {
    margin-right: 0rem !important;
  }
  .rate {
    text-align: right;
  }
  .text-center1 {
    text-align: left;
  }
  .blue-card-body .col-lg-6 {
    padding-top: 10px;
  }
  .max-130 {
    width: 120px;
  }
  /*.top-block label{max-width: 80%;}*/
  /*  .type-long{ flex-direction: column;}*/
  .select-lg .inp-lg {
    width: 100%;
    max-width: 100%;
  }
  .select2.inp-lg2.inp-lg {
    width: auto;
  }
  .hide-ipad-portrait {
    display: none;
  }
  .new-body .select-lg {
    margin-top: 20px;
  }

  .home-display .d-inline-block {
    width: 22%;
  }

  .home-col .select-nice {
    max-width: 204px;
    top: -37px;
  }
  .home-col .col2 .inp-85,
  .home-col .col3 .inp-85 {
    width: 100% !important;
  }
  .home-col .col2,
  .home-col .col3 {
    width: 25%;
  }
  .home-col .col1 {
    width: 50%;
    max-width: 45%;
  }
  .home-col .col2 {
    width: 25%;
  }
  .home-col .d-wrap {
    width: 100%;
  }
  .home-col .d-wrap .col4 {
    width: 21.5%;
  }
  .home-col .d-wrap .col4 .inp-85 {
    width: 100%;
  }
  /*.top-block{padding-left: 0px;}*/
  .type-long {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .col1 {
    width: 100%;
    margin-right: 0px;
  }
  .col2 {
    width: 48%;
    margin-right: 0px;
  }
  .col2 .inp-85 {
    width: 100%;
    margin-right: 0px;
  }
  .col3 {
    width: 48%;
    margin-right: 0px;
    float: right;
  }
  .col3 .inp-85 {
    width: 100%;
    margin-right: 0px;
  }
  .details .d-inline-block {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .col4 {
    width: auto;
    margin-right: 0px;
  }
  .col4 .inp-85 {
    width: 85px;
    margin-right: 0px;
  }
  .d-wrap {
    min-width: 50%; /*max-width: 80%;*/
  }

  .card-plain {
    max-width: 100%;
    display: flex;
  }
  .pic {
    margin-right: 10px;
  }
  .bg-gray {
    margin-top: 30px;
  }
  .right-part p {
    max-width: 100%;
    padding-right: 0;
  }
  .right-part {
    margin-top: 20px;
  }
  .footer-wrap .col-sm-3 {
    margin-bottom: 20px;
  }
  .footer {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
  }
  .show-mobile {
    width: 100%;
    text-align: right;
    display: block;
  }
  .df-xs .show-mobile {
    text-align: left;
  }
  .trip-col .d-inline-block {
    width: 100%;
  }
  .trip-col .select-cal {
    width: 100%;
  }
  .trip-col .inp-lg {
    width: 100%;
  }

  .df-xs {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .link-orange {
    color: #ec5a24;
  }
  .media-content {
    margin-top: 0px;
  }
  .media-content h1 {
    margin-top: 0px;
    font-size: 20px;
  }
  .media-content p {
    margin-top: 10px;
    line-height: 18px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    margin-left: -30px;
  }
  .owl-carousel .owl-nav button.owl-next {
    margin-right: -30px;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: flex;
    justify-content: space-between;
  }
  #demos .owl-carousel .item h4 {
    margin-top: 0;
  }
  .visible-xs h1 {
    margin-bottom: 0px;
  }
  .visible-xs {
    margin-bottom: 20px;
  }
  .visible-xs .btn-orange {
    font-size: 12px;
    min-width: 110px;
    height: 34px;
    line-height: 34px;
  }
  .blue-sub-header {
    display: none;
  }

  .trip-mobile {
    text-align: left;
  }
  .trip-mobile li {
    padding-right: 30px;
  }
  .hide-mobile {
    display: none;
  }
  .filter-div .filter-footer {
    display: none;
  }
  .filter-header {
    /*border-top: 1px solid #EBEBEB;*/
    border-bottom: none;
    color: #747582;
    font-size: 12px;
  }
  .mobile-bar {
    text-align: left;
    display: flex; /*justify-content: space-between;*/
  }
  a.label-link {
    display: inline-block;
    background: rgba(191, 208, 237, 0.5);
    position: relative;
    font-size: 11px;
    color: #3c5484;
    padding: 5px 7px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  a.label-link:hover {
    background: rgba(191, 208, 237, 1);
  }
  a.label-link img.cross {
    position: absolute;
    right: -5px;
    top: -5px;
  }
  a.label-link.extra-content i {
    font-size: 6px;
    position: relative;
    bottom: 1px;
    margin-right: 2px;
  }
  a.label-link span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .filter-div {
    margin-bottom: 15px;
    border-top: 1px solid #ebebeb;
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
  }
  .select-lg {
    margin-bottom: 10px;
  }

  .box-check.check-large {
    display: none;
  }
  .rate {
    margin-top: 20px;
    padding-left: 0px;
    margin-bottom: 10px;
  }
  .foot-links span {
    display: none;
  }
  .foot-links a {
    display: block;
  }
  .mobile-hide1 {
    display: none;
  }
  .blue-card-body {
    padding: 10px 15px 5px 15px;
  }
  button:not(.has-bg-mobile):hover,
  button:not(.has-bg-mobile):focus {
    background-color: transparent !important;
  }
  .size-card:not(.show-mobile) {
    display: none;
  }
  .card-tabs .nav-tabs .nav-link {
    margin-bottom: 3px !important;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-left: 10px;
  }
  .navbar-light .container {
    max-width: 630px;
  }
  .blue-card-body .card-footer2 {
    margin-top: 0px;
  }
  .type-long .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .btn-back {
    float: left;
  }
  .mobile-footer {
    margin-top: 20px;
  }
  .mobile-footer .btn-orange.ml-5 {
    margin-top: 0px;
  }
  .mobile-footer .mt-5 {
    margin-top: 0 !important;
  }
  .bar .col-sm-6 {
    order: -1;
    margin-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bar .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bar .col-sm-3 .top-block {
    text-align: right;
    margin-top: 5px;
  }
  .show-tooltip {
    display: inline-block;
  }
  .hide-tooltip {
    display: none;
  }

  .display-none {
    display: none;
  }
  .home-col .select-nice {
    max-width: 204px;
    top: -37px;
  }
  .home-col .col2,
  .home-col .col3 {
    width: auto;
  }
  .home-col .col3 {
    float: none;
  }
  .carousel-bottom .h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .owl-theme .owl-nav {
    margin-top: -90px !important;
  }
  .carousel-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .trip-mobile .h6 {
    font-size: 14px;
  }
  .list2 label {
    font-size: 11px;
  }
  .font-orange-big {
    margin-bottom: 0px;
  }
  .media-content .row.type-long {
    margin: 0px -15px !important;
  }
}

@media only screen and (max-width: 667px) {
  .pic-details {
    max-width: 50%;
  }
  .home-col .col1 {
    width: 100%;
    max-width: 100%;
  }
  .home-col .select-nice {
    top: 0px;
  }
  .home-col .col2,
  .home-col .col3 {
    width: 48%;
  }
  .home-col .col3 {
    float: right;
  }
  .home-col .details .d-inline-block .inp-85 {
    width: 100%;
  }
  .home-col .d-wrap .col4 {
    width: 22%;
  }
  .home-col .d-wrap .col4:last-child {
    margin-right: 0px;
    margin-left: 2px;
  }

  .get_quote_btn .btn-orange {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  h1.display-4 {
    font-size: 26px;
  }
  .jumbotron .lead {
    font-size: 19px;
    line-height: normal;
    margin-top: 10px;
  }
  .wizard-progress {
    display: none;
  }
  .progress-hide {
    display: none;
  }
  .getQuote_progress_dk {
    display: none;
  }
  .getQuoteContainer .category-selection {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top-block label span {
    display: none;
  }
  /* .top-block img{ position: absolute;right: 7px;top: 10px;}*/
  .outline-btn {
    min-width: 115px;
  }
  .card-tabs .nav-tabs .nav-link {
    margin-right: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .bg-gray p {
    padding-right: 0px;
  }
  .pic-details {
    max-width: 100%;
  }
  .d-inline-b {
    margin-right: 5px;
  }
  .mobile-head {
    display: table;
    width: 100%;
  }
  .mobile-head h1 {
    text-align: left;
    margin-bottom: 10px;
  }
  .mobile-head .btn-orange {
    float: right;
  }
  .home-col .d-wrap .col4 {
    width: 19.5%;
  }
}
@media only screen and (max-width: 340px) {
  .media-content .visible-xs {
    display: flex;
    flex-direction: column;
  }
  .media-content .btn-orange {
    margin-top: 20px;
  }
  a.label-link {
    padding: 5px 3px;
    max-width: 115px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .details {
    display: flex;
    align-items: center;
  }
  .ie-plus {
    vertical-align: middle;
    position: relative;
    bottom: -30px;
  }
  .ie-label {
    opacity: 0;
  }
  .ie-mt {
    margin-top: 30px;
  }
  .select-nice {
    top: 0px !important;
    position: relative;
    max-width: 204px;
  }
  .details .d-inline-block {
    vertical-align: top;
  }
}

/*Custom Modification */
header .navbar-light a.navbar-brand {
  color: #fd8321 !important;
  font-size: 1.5rem;
  font-weight: 600;
}
.wizard-progress div.step.current,
.wizard-progress div.step.complete {
  color: #37465a;
  font-weight: bolder;
}
.details .form-group {
  margin-right: 0.5rem;
}
.agent-rinfo .sub-detail {
  font-weight: 500;
  font-size: 11px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #747582;
}
.agent-rinfo .sub-detail-val {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #37465a;
  margin-bottom: 0.5rem;
}
.agent-rinfo .contactno:hover,
.agent-rinfo .contactno:focus {
  color: #747582;
}
/*.modal .details .form-group {margin-right: 0;}
.modal .form-group.primary-age-box, .modal .form-group.primary-dob-box {margin-right: 0.25rem;}
.modal .form-group.spouse-age-box, .modal .form-group.spouse-dob-box {margin-left: 0.25rem;}
.modal .form-group.child_box {margin-right: 0.5rem;}*/
.dis-block {
  display: block;
}
img.form-control {
  border: none;
  width: inherit;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dis-none {
  display: none !important;
}
.none {
  display: none;
}
.form-group .bootstrap-select {
  width: 100% !important;
}
.form-group .bootstrap-select .dropdown-toggle {
  margin-bottom: 0px !important;
}
.form-group .dropdown-toggle,
.form-group .form-control {
  box-shadow: none;
  border: 1px solid #acacac;
  border-radius: 4px;
  height: 38px;
  line-height: 26px;
}
.form-group .bootstrap-select .btn:not(.category_selection) .filter-option {
  padding-right: 10px;
}
.form-group
  .bootstrap-select
  .btn:not(.category_selection)
  .filter-option-inner-inner {
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
}
.form-group .dropdown-toggle:focus,
.form-group .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
}
.form-group .dropdown-menu {
  border-radius: 0px;
}
.form-group .dropdown-menu > li > a {
  padding: 8px 13px;
  color: #37465a;
  font-weight: 600;
}
.form-group .dropdown-menu > li > a:hover,
.form-group .dropdown-menu > li > a:focus {
  outline: none;
  background: #e5e5e5;
  color: #37465a;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.bootstrap-select .btn-light {
  background-color: #fff;
}
.bootstrap-select .dropdown-menu {
  font-size: 14px;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.daterangepicker .table-condensed {
  font-size: 14px;
}
.daterangepicker .table-condensed th {
  font-weight: 600;
}
.category_selection + div.dropdown-menu .dropdown-menu > li > a {
  font-weight: 600;
}
.category_selection + div.dropdown-menu .dropdown-menu > li > a:hover,
.category_selection + div.dropdown-menu .dropdown-menu > li > a:focus {
  outline: none;
  background: #e5e5e5;
  color: #37465a;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #e5e5e5;
  color: #37465a;
}
.dropdown-item:last-child {
  border-radius: 0;
}
.align-item-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.red_12 {
  color: #a94442;
  font-size: 12px;
}
input.error,
textarea.error,
.bootstrap-select.error button,
.nice-select.error {
  border-color: #e83a52 !important; /*background-color: rgba(253, 131, 33, 0.05);*/
}
.bootstrap-select.error .dropdown-toggle::after {
  color: #e83a52;
}
.quote_err {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0px;
}
input[type="submit"] {
  cursor: pointer;
}
.child_box label {
  white-space: nowrap;
}
.need_child_coverage #child_age_box,
.need_child_coverage #child_dob_box {
  width: 100%;
}
.need_child_coverage #child_age_box .row > .col,
.need_child_coverage #child_dob_box .row > .col {
  max-width: calc(25% - 8px);
}
.need_child_coverage .switches_agef {
  max-width: 27px !important;
  padding: 0 0.5rem;
}
.need_child_coverage .switches_agef img {
  padding: 0.375rem 0;
}
.need_child_coverage .add_more {
  max-width: 27px !important;
  padding: 0 0.5rem 0 0;
  margin-right: 0px;
}
.need_child_coverage .add_more img {
  padding: 0.375rem 0;
  position: relative;
  top: 2px;
}
.form-group label {
  margin-bottom: 0.25rem;
}
.card-tabs .nav-tabs .nav-item {
  margin-bottom: 0px;
}
[data-toggle="tooltip"] {
  cursor: pointer;
}
.cur_pointer {
  cursor: pointer !important;
}
.datepicker {
  background-image: url("../images/calendar-icon.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.font-orange-big {
  margin-bottom: 0px;
}
.font-orange-big font:not(:first-child) {
  width: 100%;
  display: block;
  padding-right: 20px;
  margin-bottom: 10px;
  color: #747582;
  font-size: 12px;
  font-weight: 400;
}
.font-orange-big > font:first-child {
  margin-bottom: 1rem;
  display: block;
}
.font-orange-big a {
  color: #ec5a24;
  font-weight: 500;
  font-size: 14px;
}
.list-box li {
  margin-bottom: 0.25rem;
}
.list-box li p {
  margin-bottom: 0px;
}
.list-box li a {
  color: #ec5a24;
}
.bootstrap-select.coverage-choose .filter-option-inner-inner {
  color: #37465a;
  font-weight: 600 !important;
  font-size: 14px !important;
}
.single_val_mx {
  color: #37465a;
  font-weight: 600 !important;
  font-size: 14px !important;
  display: block;
  padding: 0.375rem 0;
}
.greenText {
  color: #ec5a24 !important;
}
.show-mobile .list2 p {
  margin-bottom: 0.5rem;
}
.tooltip-inner {
  background: #e8eef9;
  color: #37465a;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.015em;
  padding: 8px 12px;
}
.tooltip .arrow {
  display: none;
}
.tooltip.show {
  opacity: 1;
}
.child_box.form-group {
  position: relative;
}
.child_box .remove_dependent {
  position: absolute;
  top: 15px;
  right: -6px;
  cursor: pointer;
}
.remove_dependent i {
  color: #acacac;
  background-color: #fff;
}
.remove-additional-traveler i {
  color: #acacac;
  background-color: #fff;
}
.try-browsing {
  font-size: 14px;
  font-weight: 500;
  color: #ec5a24;
  line-height: 18px;
}
.try-browsing a {
  color: #ec5a24;
}
.daterangepicker .drp-calendar.single {
  padding-top: 20px !important;
}
.daterangepicker .drp-buttons {
  display: block !important;
  position: absolute;
  right: 8px;
  top: 3px;
  padding: 0px !important;
  border: 0 !important;
}
.daterangepicker .drp-buttons .drp-selected,
.daterangepicker .drp-buttons .applyBtn {
  display: none;
}
form[name="insuranceForm"] .trip-col .row {
  align-items: baseline;
}
#ModifyQuoteModal .container-fluid {
  padding: 0px;
}
#ModifyQuoteModal .modal-content {
  border-radius: 0;
}
#ModifyQuoteModal .modal-title {
  color: #37465a;
  font-weight: 600;
  font-size: 14px;
}
#ModifyQuoteModal h6 {
  color: #37465a;
  font-weight: 600;
  font-size: 14px;
}
#ModifyQuoteModal label {
  color: #747582;
  font-size: 11px;
}
#ModifyQuoteModal .form-control {
  font-size: 14px;
  color: #37465a;
}
#ModifyQuoteModal .modal-header {
  border-bottom: 2px solid #e9ecef;
  padding: 0.5rem 1rem;
}
#ModifyQuoteModal .modal-footer {
  border: none;
  padding-top: 0;
}
#ModifyQuoteModal .cal-icon {
  right: 5px;
  top: 37px;
}
#ModifyQuoteModal .form-group label {
  margin-bottom: 0.5rem;
  font-weight: 400;
}
#ModifyQuoteModal .modal-body .traveler-col h3 {
  margin-bottom: 0.5rem;
}
.filter-div .filter-footer .form-group label {
  font-size: 12px;
  color: #747582;
  font-weight: 400;
  margin-bottom: 0px;
}
.filter-div .filter-footer > .row .form-group {
  display: inline-block;
  margin-bottom: 0px;
}
.filter-footer > .row > .col-12 .coverage-filters .form-group {
  display: block;
}
.filter-footer > .row > .col-12 .coverage-filters .form-group label {
  font-size: 10px;
  margin-bottom: 0.5rem;
}
.filter-footer > .row > .col-12 .coverage-filters {
  padding: 0 5px;
}
.empty-hide {
  display: none !important;
}
#filterModal .coverage-filters {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#filterModal .filter-footer .row > .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#filterModal .filter-footer .row > .col-12 .coverage-filters {
  padding: 0px;
}
form[name="quote-results-filter-form"]
  .bootstrap-select.coverage-choose
  .dropdown-toggle {
  height: 31px;
  line-height: 23px;
  padding: 3px 12px;
}
form[name="quote-results-filter-form"]
  .bootstrap-select.coverage-choose
  .dropdown-toggle:after {
  top: 14px;
}
form[name="quote-results-filter-form"] .bootstrap-select.form-control {
  height: 31px;
  line-height: 23px;
}
form[name="quote-results-filter-form"]
  .bootstrap-select.coverage-choose
  .filter-option-inner-inner {
  font-size: 12px !important;
}
.empty-quote-label {
  color: #37465a;
  font-weight: 500;
}

.quoteformerrors {
  margin: 25px 0 35px;
}
.global-error-message {
  border: 1px solid #e93a52;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fef2f4;
  padding: 10px;
}
.quoteformerrors .row.error-body .row {
  max-width: calc(100% - 50px);
}
.quoteformerrors .error_icons[data-errorcount="1"] {
  margin-top: 0 !important;
}
.quoteformerrors #errorLabelContainer li {
  color: #e93a52;
  font-size: 14px;
  line-height: 22px;
  list-style: none;
  margin-bottom: 5px;
}
.quoteformerrors #errorLabelContainer li:last-child {
  margin-bottom: 0;
}
#ModifyQuoteModal .quoteformerrors {
  margin: 0 0 20px;
}
#EditQuoteForm .quoteformerrors {
  margin: 25px 0 0px;
}
.amRating p {
  margin-bottom: 0px;
  font-size: 24px;
  color: #3c5484;
  line-height: 24px;
  position: relative;
  top: -3px;
}
.ws-nowrap {
  white-space: nowrap;
}

.notice-message {
  border: 1px solid #e93a52;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fef2f4;
  padding: 10px;
}
.noticeformerrors {
  margin: 25px 0 15px 0px;
}
.noticeformerrors .row.error-body .row {
  max-width: calc(100% - 50px);
}
.noticeformerrors .error_icons[data-errorcount="1"] {
  margin-top: 0 !important;
}
.noticeformerrors .noticeLabelContainer li {
  color: #e93a52;
  font-size: 14px;
  line-height: 22px;
  list-style: none;
  margin-bottom: 5px;
}
.noticeformerrors .noticeLabelContainer li:last-child {
  margin-bottom: 0;
}

.plan_ribbon {
  position: relative;
  height: 28px;
  margin-bottom: 14px;
}
.plan_ribbon .icon {
  content: " ";
  position: absolute;
  width: 32px;
  height: 32px;
  margin-top: -2px;
  background-image: url("../images/ribbon_icon.png");
  background-size: 100% 100%;
  border-radius: 50%;
  border: 2px #fff solid;
}
.plan_ribbon div {
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 10px;
  margin-top: 2px;
  padding: 3px 20px 3px 35px;
  background-color: #f0445c;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 20px;
}

/*.show-prop-content > .row .col1 {position: relative;width: 100%;padding-right: 0px;padding-left: 15px;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.show-prop-content > .row .col2 {position: relative;width: 100%;padding-right: 0px;padding-left: 15px;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
@media only screen and (max-width:1199px){
  .show-prop-content > .row .col1 .wrap {white-space: normal;}
  .show-prop-content > .row .col1 {-ms-flex: 0 0 65%;flex: 0 0 65%;max-width: 65%;}
  .show-prop-content > .row .col2 {-ms-flex: 0 0 35%;flex: 0 0 35%;max-width: 35%;}
}*/
@media only screen and (max-width: 992px) {
  .filter-footer > .row > .col-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .filter-footer > .row > .col-12 .coverage-filters {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /*.show-prop-content > .row .col1 {-ms-flex: 0 0 55%;flex: 0 0 55%;max-width: 55%;}
  .show-prop-content > .row .col2 {-ms-flex: 0 0 45%;flex: 0 0 45%;max-width: 45%;}*/
}
@media only screen and (min-width: 767px) {
  .show-prop-content,
  .show-pre-content,
  .show-coverage-content {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .show-pre-content {
    display: none;
  }
  .show-coverage-content
    .row
    .col-sm-5:first-child
    .form-group:not(.single-group) {
    margin-bottom: 1.5rem !important;
  }
  .compare-content {
    display: none;
  }
  .quote_err {
    margin-bottom: 1rem;
  }
  #EditQuoteForm .quoteformerrors {
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 767px) {
  .get_quote_nextbtn {
    display: none !important;
  }
  .get_quote_btn .float-left {
    visibility: hidden;
  }
  .traveler-col,
  .trip-col {
    display: flex !important;
  }
  .get_quote_btn {
    display: block !important;
  }
}
@media only screen and (max-width: 577px) {
  .child-columns .col {
    max-width: 50%;
    min-width: 50%;
  }
  .ex-child:nth-of-type(3),
  .ex-child:nth-of-type(4) {
    display: none;
  }
  .single_val_mx {
    padding: 0px;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 576px) {
  #ModifyQuoteModal .modal-dialog {
    max-width: 80%;
  }
  .getQuote_progress_mo {
    display: none;
  }
}
.getQuote_progress_mo .top-block {
  text-align: right;
}
.getQuote_progress_mo .top-block a {
  max-width: 100%;
  min-width: inherit;
  padding: 0 10px;
}
.animationload {
  background-color: #000;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.5;
  z-index: 999999999;
  background-image: url("../images/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}

/*input[name=age_dob]::placeholder, input[name=spouse_age_dob]::placeholder{font-size: 10px;}
input.age_dob{font-size: 12px;padding: 0;text-align: center;}
input.age_dob::placeholder{font-size: 10px;}
@media (max-width: 900px) {
  input[name=age_dob]::placeholder, input[name=spouse_age_dob]::placeholder{font-size: 12px;}
}*/
.tooltip-icon {
  /*padding: 10px 5px !important;*/
  position: relative;
  right: 0px;
}
label.try-browsing .tooltip-icon {
  padding: 10px 0px 10px 5px !important;
}
.tooltip-icon img {
  width: 12px;
  height: 12px;
}
.show-prop-content .tooltip-icon {
  right: 0px;
}
.tab-content .sort_quote {
  color: #fff !important;
  position: relative;
  top: 1px;
  left: 4px;
}
.nav-tabs .sort_quote {
  color: #747582;
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .card-tabs .nav-tabs .nav-link.active .sort_quote {
    color: #ec5a24;
    display: inline !important;
  }
}
.card-tabs .nav-tabs .nav-link:hover .sort_quote {
  color: #ec5a24;
}
.tab-content .sort_quote[data-sort-order="desc"] i,
.nav-tabs .sort_quote[data-sort-order="desc"] i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.hide {
  display: none !important;
}
.type-long p {
  font-size: 16px;
}
.top5_qa_link a:hover {
  text-decoration: underline !important;
}
.property-list .expend_plan_details[aria-expanded="false"] img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/*Compare Section*/
.compare-bar-box {
  width: 100%;
  min-height: 64px;
  position: fixed;
  top: calc(100vh - 74px);
  left: 0;
  z-index: 9999;
  background: #fff;
  padding: 12px 24px;
  box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .compare-bar-box {
    display: none !important;
  }
}

.compare-bar-box .wrap {
  max-width: 1136px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-right: 140px;
}

.compare-bar-box .close-compare-bar {
  position: absolute;
  top: 0;
  right: 0;
  color: #465c69;
}

.compare-bar-box .compare-widgets {
  margin: 0 -8px;
  padding-left: 18px;
}

.compare-bar-box .compare-widgets:before,
.compare-bar-box .compare-widgets:after {
  content: " ";
  display: table;
}

.compare-bar-box .compare-widgets:after {
  clear: both;
}

.compare-bar-box .compare-widget {
  float: left;
  height: 50px;
  margin: 0 40px 8px 0px;
  border-radius: 4px;
  background: #bfd0ed;
  position: relative;
}

.compare-bar-box .compare-widget.compare-widget-placeholder {
  float: left;
  height: 50px;
  margin: 0 40px 8px 0px;
  border-radius: 4px;
  background: #f4f4f4;
  position: relative;
}

.compare-bar-box .compare-widget .compare-widget-wrap {
  position: relative;
  padding: 0 20px;
  height: 50px;
  border-radius: 4px;
  align-items: center;
}

.compare-bar-box .compare-widget span {
  display: block;
  font-size: 0.8rem;
  line-height: 20px;
  min-width: 178px;
  max-width: 178px;
  text-align: center;
  color: #37465a;
  font-weight: bold;
}

.compare-bar-box .compare-widget.compare-widget-placeholder span {
  color: #3c5484;
  font-size: 0.7rem;
  line-height: 17px;
  text-align: center;
}
.compare-bar-box .compare-widget.compare-widget-placeholder span:before {
  content: "Select another plan\a above to compare";
  white-space: pre;
}

.compare-bar-box .compare-widget .close-compare-widget {
  position: absolute;
  top: -10px;
  right: -7px;
  font-size: 16px;
  color: #acacac;
}

.compare-bar-box .compare-widget .close-compare-widget i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #acacac; /* workaround since current FA package doesnt have fa-times-circle-o */
  font-size: 11px;
  height: 20px;
  padding: 5px;
  width: 20px;
}

.compare-bar-box .compare-widget .close-compare-widget i.icon {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.compare-bar-box .compare-widget:hover .close-compare-widget {
  opacity: 1;
}

.compare-bar-box .btn.btn-compare {
  background: linear-gradient(90deg, #37465a -28.5%, #3c4f84 70.5%);
  height: 50px;
  line-height: 40px;
  padding: 5px 30px;
  position: absolute;
  top: -0px;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .compare-bar-box .compare-widgets {
    display: flex !important;
  }

  .compare-bar-box .compare-widget,
  .compare-bar-box .compare-widget.compare-widget-placeholder {
    margin-right: 10px;
    float: unset;
    flex-grow: 0.3;
    min-width: 30%;
    max-width: 30%;
  }

  .compare-bar-box .compare-widget .compare-widget-wrap {
    justify-content: center;
  }

  .compare-bar-box .compare-widget span {
    font-size: 13px;
    min-width: initial;
    max-width: initial;
  }
}

.bootstrap-select > .dropdown-toggle:after {
  position: absolute;
  top: 17px;
  right: 12px;
}
.bootstrap-select > .dropdown-toggle.category_selection:after {
  right: 6px;
  top: 18px;
}
.plan-item-rgt {
  z-index: 10;
}

.plan-item-rgt .show-prop-content > .row > .col-6:nth-child(even) .head {
  white-space: nowrap;
}
.plan-item-rgt .show-prop-content > .row > .col-6:nth-child(even) .head.no-ws {
  white-space: normal;
}
@media only screen and (max-width: 575px) {
  .plan-item-rgt .show-prop-content > .row > .col-6:nth-child(even) .head {
    white-space: normal;
  }
}
.getQuoteContainer .insurance-type .form-group {
  max-width: 272px;
  width: 100%;
}
.getQuoteContainer .insurance-type .bootstrap-select button.dropdown-toggle {
  height: 100%;
}
.getQuoteContainer .insurance-type .bootstrap-select a {
  color: #37465a !important;
}
.quote_sort_dropdown button.dropdown-toggle {
  padding-right: 1.5rem;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #adb5bd;
}
form[name="insuranceForm"] .home-col .row {
  align-items: baseline;
}
.sortby .select-nice {
  max-width: inherit;
}
.nice-select .current {
  width: 210px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.nice-select.inf_preexisting_options .current {
  width: auto;
}

.inf_premier_pre_existing_amt .current {
  width: 310px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nice-select:not(.open) ul.list {
  display: none;
}
.nice-select.open ul.list {
  width: auto;
  min-width: 100%;
}
#insuranceForm .nice-select .current,
.sortby .nice-select .current,
.limited-benefit .nice-select .current {
  width: inherit;
}

footer.v3footer {
  background: #f9f9f9;
  padding: 25px 0px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
footer.v3footer p {
  font-size: 13px;
  color: rgba(82, 82, 82, 0.6);
}
footer.v3footer ul {
  padding-left: 0px;
  margin-top: 15px;
}
footer.v3footer ul li {
  display: inline-block;
  margin: 0px 25px;
}
footer.v3footer ul li a {
  font-size: 13px;
  color: rgba(82, 82, 82, 0.6);
}
footer .powered_link {
  text-align: right;
  color: rgba(82, 82, 82, 0.6);
  font-weight: 600;
}
@media only screen and (max-width: 767px) and (min-width: 640px) {
  footer.v3footer .container > .row > div:first-child {
    width: 65%;
  }
  footer.v3footer .container > .row > div:last-child {
    width: 35%;
  }
  footer.v3footer .powered_link > ul > li {
    margin-left: 0px;
  }
}
@media screen and (max-width: 640px) {
  footer.v3footer .powered_link {
    text-align: center !important;
  }
}
@media only screen and (max-width: 639px) {
  footer.v3footer .powered_link p {
    display: none;
  }
}
.header-edit-information:not(.border-bottom) {
  border-bottom: 1px solid #f9f9f9;
}
.header-edit-information {
  min-height: 53px;
  line-height: 53px;
}
.header-edit-information a {
  display: inline-block;
}
.header-edit-information a.btn-link_2:not(#edit-trip-informayion) {
  margin-right: 10px;
}
.header-edit-information div.signin_policy {
  display: inline;
  float: right;
}
@media only screen and (max-width: 767.9px) {
  .header-edit-information div.signin_policy {
    float: left;
    width: 100%;
  }
}

.quote-plan-content .plan-item .tabs-input .select-nice {
  top: 0px;
}
#EditQuoteForm .traveler-col {
  margin-bottom: 0px !important;
}

#EditQuoteForm .toggleAgeCTA {
  white-space: nowrap;
}
#EditQuoteForm .toggleAgeCTA svg {
  margin-right: 5px !important;
  float: none !important;
}

@media only screen and (max-width: 767px) {
  .need_child_coverage .child_box:not(.child_box0) label,
  .need_child_coverage .child_box:not(.child_box0) a.tooltip-icon {
    display: none;
  }
  .need_child_coverage .child_box:not(.child_box0) .remove_dependent {
    top: -10px;
  }
  .need_child_coverage #child_dob_box,
  .need_child_coverage #child_age_box {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .select-nice,
  .quote-plan-content .plan-item .tabs-input .select-nice {
    position: inherit !important;
  }
}

@media only screen and (min-width: 1200px) {
  #travel-type-modal .modal-dialog {
    min-width: 1111px;
  }
}

@media only screen and (max-width: 1200px) {
  .need_child_coverage .child_box:not(.child_box0) label,
  .need_child_coverage .child_box:not(.child_box0) a.tooltip-icon {
    opacity: 0;
  }
}
.signin_policy {
  font-size: 14px;
  z-index: 2;
}

.pl-0 {
  padding-left: 0;
}
.trip_age_widget .remove-additional-traveler {
  position: relative;
  top: 7px;
}
.voyager_country_option.nice-select .current {
  width: 100%;
}
@media (max-width: 1000px) {
  .left-filter-box {
    display: none;
  }
  .right-quote-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .right-quote-box .filter-div {
    margin-bottom: 0px !important;
    justify-content: flex-end;
    display: block !important;
  }
  .right-quote-box .filter-div .filter-header {
    justify-content: flex-end;
  }
  .right-quote-box .blue-card {
    margin-top: 0 !important;
  }
  .sortby > .col1 {
    width: 100%;
  }
  .sortby > .col1 div.nice-select {
    max-width: 300px;
  }
  .left-filter-box .filter-div {
    display: none;
  }
  .filter-div {
    display: inline-block !important;
  }
  .traveler-info.d-block .mobile-header {
    display: block !important;
  }
}

form[name="insuranceForm"].processing button[type="submit"].btn-orange {
  cursor: not-allowed;
}
form[name="insuranceForm"].processing button[type="submit"].btn-orange::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 6px;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/spinner.svg");
  transition-duration: 0.15s;
  transition-property: transform;
  margin-right: 5px;
}
.plan-action-links a::after {
  content: " | ";
  display: inline-block;
  color: #37465a;
  padding: 0 5px;
}
.plan-action-links a {
  display: inline-block;
  line-height: 24px;
}
.plan-action-links a:last-child::after {
  content: none;
}

@media only screen and (min-width: 767.8px) {
  .benefit-col-1 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .benefit-col-2 {
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
  }
}
@media only screen and (max-width: 767.8px) {
  .plan-details-benefits .plan-details-benefits-box {
    padding: 0;
  }
  .plan-details-benefits .limited-plan-details-benefits-box {
    padding: 0;
  }
  .benefit-row {
    margin: 0;
  }
  .plan-details-benefits .plan-details-benefits-box .card-body {
    padding: 0;
  }
  .plan-details-benefits .plan-details-benefits-box .card-body .benefit-row {
    padding: 0 !important;
  }
  .benefit-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 12px;
  }
  .benefit-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 12px;
  }
  .plan-details-benefits .limited-plan-details-benefits-box .card-body {
    padding: 0;
  }
  .plan-details-benefits .limited-plan-details-benefits-box table {
    width: 100%;
    table-layout: fixed;
  }
  .limited-benefit-table thead,
  .limited-benefit-table tbody tr.limited-benefit-row {
    display: none;
  }
  .limited-benefit-table tbody tr.limited-benefit-detailed-row.none {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .limited-benefit-table tbody tr.limited-benefit-detailed-row td {
    width: 100%;
  }
  .limited-benefit-details-coverage-title {
    background: #f9f9f9;
  }
  .limited-benefit-details-coverage-title p {
    line-height: 24px;
  }
  .limited-benefit-head,
  .comp-benefit-head {
    background: #f4f7fa;
  }
  .benefit_contents .card-header {
    padding: 6px 0;
  }
  .comp_benefit_contents .card-header {
    padding: 6px 0;
  }
}
