@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
/* font-family: 'Open Sans', sans-serif;*/
* {
  padding: 0;
  margin: 0; }

/*//set $variable here*/
.st {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s; }

/*// COLORS //*/
/*// TYPOGRAPHY //*/
::-moz-selection {
  color: #fff;
  background: #ff9900; }

::selection {
  color: #fff;
  background: #ff9900; }

.ani-delay1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; }

.ani-delay2 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s; }

.ani-delay3 {
  animation-delay: 3s;
  -webkit-animation-delay: 3s; }

.ani-delay4 {
  animation-delay: 4s;
  -webkit-animation-delay: 4s; }

.ani-delay5 {
  animation-delay: 5s;
  -webkit-animation-delay: 5s; }

.ani-delay6 {
  animation-delay: 6s;
  -webkit-animation-delay: 6s; }

.ani-delay7 {
  animation-delay: 7s;
  -webkit-animation-delay: 7s; }

.ani-delay8 {
  animation-delay: 8s;
  -webkit-animation-delay: 8s; }

.z-index5 {
  z-index: 5 !important; }

.z-index6 {
  z-index: 6 !important; }

.z-index7 {
  z-index: 7 !important; }

.z-index8 {
  z-index: 8 !important; }

.z-index9 {
  z-index: 9 !important; }

.z-index99 {
  z-index: 99 !important; }

.z-index999 {
  z-index: 999 !important; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: inherit;
  line-height: 1.2; }

h1,
.h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 120px; }

h2,
.h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 98px; }

h3,
.h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 60px; }

h4,
.h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px; }

h5,
.h5 {
  font-size: 20px;
  font-weight: 600; }

h6,
.h6 {
  font-size: 18px;
  font-weight: 400; }

.f-24 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  font-weight: 400; }

.f-20 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  font-weight: 400; }

.f-18 {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  font-weight: 400; }

.f-16 {
  font-size: 16px;
  line-height: normal;
  margin: 0;
  font-weight: 400; }

.f-14 {
  font-size: 14px;
  line-height: normal;
  margin: 0;
  font-weight: 400; }

.font-family-sans-serif {
  font-family: "Open Sans", sans-serif !important; }

.font-family-pt-serif {
  font-family: "Open Sans", sans-serif !important; }

.bg-black {
  background-color: #323230 !important; }

.bg-orange {
  background-color: #ff9900 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-light-grey-c {
  background-color: #dcdcdc !important; }

.bg-light-dark-c {
  background-color: #717171 !important; }

.bg-black2 {
  background-color: #777777 !important; }

.bg-black3 {
  background-color: #1e1e1e !important; }

.text-black {
  color: #323230 !important; }

.text-black2 {
  color: #777777 !important; }

.text-black3 {
  color: #848484 !important; }

.text-orange {
  color: #ff9900 !important; }

.text-white {
  color: #fff !important; }

.text-light-grey-c {
  color: #dcdcdc !important; }

.text-light-dark-c {
  color: #717171 !important; }

.no-margin {
  margin: 0px !important; }

.no-padding {
  padding: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt35 {
  margin-top: 35px !important; }

.ml75 {
  margin-left: 75px; }

.ml30 {
  margin-left: 30px; }

.ml40 {
  margin-left: 40px; }

.mr15 {
  margin-right: 15px; }

.pr0 {
  padding-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.pl20 {
  padding-left: 20px !important; }

.m-auto {
  margin: auto !important; }

.disable-a {
  cursor: not-allowed; }

.bt0 {
  border-top: 0px !important; }

.br0 {
  border-right: 0px !important; }

.bb0 {
  border-bottom: 0px !important; }

.bl0 {
  border-left: 0px !important; }

.posi-rel {
  position: relative; }

ul,
li {
  list-style: none !important; }

a:hover, a:active, a:focus,
.bttn:hover,
.bttn:active,
.bttn:focus {
  text-decoration: none !important;
  outline: none !important; }

.circle-ani {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #dd0b51;
  position: relative;
  -webkit-transition: height 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .circle-ani:before, .circle-ani:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #dd0b51; }
  .circle-ani:before {
    -webkit-animation: ripple-ani 2s linear infinite;
    animation: ripple-ani 2s linear infinite; }
  .circle-ani:after {
    -webkit-animation: ripple-ani 2s linear 1s infinite;
    animation: ripple-ani 2s linear 1s infinite; }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
  background: #fff; }
.carousel-fade .carousel-item.active {
  opacity: 1;
  transform: translateX(0);
  transform: translate3d(0, 0, 0); }
.carousel-fade .carousel-item-next.carousel-item-left {
  opacity: 1; }
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }
.carousel-fade .active.carousel-item-left {
  opacity: 0;
  transform: translateX(0);
  transform: translate3d(0, 0, 0); }
.carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .carousel-item-next {
  transform: translateX(0);
  transform: translate3d(0, 0, 0); }
.carousel-fade .carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0); }
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0); }

.carousel-control-prev,
.carousel-control-next {
  cursor: pointer; }

.select2-selection__rendered:focus,
.select2-container--default .select2-selection--single:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none !important; }

.pr-form-control {
  position: relative;
  margin-bottom: 60px; }
  .pr-form-control .input-control-wrap {
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid rgba(113, 113, 113, 0.4);
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-family: "Open Sans", sans-serif; }
    .pr-form-control .input-control-wrap.has-content ~ .form-label, .pr-form-control .input-control-wrap:focus ~ .form-label {
      top: -16px;
      font-size: 14px;
      transition: 0.3s; }
    .pr-form-control .input-control-wrap.has-content ~ .focus-border, .pr-form-control .input-control-wrap:focus ~ .focus-border {
      width: 100%; }
  .pr-form-control .fas.fa-map-marker-alt {
    color: #006cc1;
    padding-right: 0;
    position: absolute;
    font-size: 18px;
    top: 0px;
    left: 0px;
    z-index: 99999; }
  .pr-form-control .form-label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    transition: 0.3s;
    z-index: 0;
    letter-spacing: 0.5px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #717171;
    font-family: "Open Sans", sans-serif; }
  .pr-form-control .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgba(0, 108, 193, 0.9);
    transition: 0.4s; }

.select2-selection__rendered {
  font-style: normal;
  font-weight: normal;
  color: #727d8d;
  letter-spacing: 0.5px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #717171;
  font-family: "Open Sans", sans-serif; }

.select2-dropdown {
  border: 0 !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important; }
  .select2-dropdown .select2-results__option {
    font-style: normal;
    font-weight: normal;
    color: #848484;
    letter-spacing: 0.5px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #717171;
    font-family: "Open Sans", sans-serif;
    padding: 0px 10px; }

.select2-results {
  overflow: hidden; }

.select2-container--default {
  z-index: 9999; }
  .select2-container--default .select2-selection--single {
    border: 0 !important;
    border-bottom: 1px solid rgba(113, 113, 113, 0.4) !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #48a8f7 !important;
    color: white; }
  .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f7f7f7; }

.select2-container--open .select2-dropdown {
  display: block;
  width: 200px !important;
  background: #fff;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
}

.select2-results {
  display: block;
  width: 100% !important;
  background: #fff;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
  border-radius: 10px; }

.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-results > .select2-results__options {
  min-width: 200px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #787171;
  line-height: 20px;
  padding-left: 23px; }

.select2-wrap {
  padding-left: 0px;
  margin-top: 7px;
  margin-left: 0px; }
  .select2-wrap .select2-container--default {
    width: 100% !important; }

.custom-checkbox input {
  opacity: 0;
  position: absolute;
  z-index: -99; }
  .custom-checkbox input:checked ~ .label-checkbox::before {
    background-color: #ff940c;
    border-color: #ff940c;
    color: #fff; }
.custom-checkbox .label-checkbox {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #848484;
  display: block;
  margin: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  padding: 0 0 0 40px; }
  .custom-checkbox .label-checkbox a {
    color: #ff9900; }
  .custom-checkbox .label-checkbox::before {
    content: "\2714";
    border: 1px solid #9f9f9f;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-radius: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 3px;
    padding-bottom: 2px;
    margin-right: 10px;
    vertical-align: middle;
    color: transparent;
    transition: 0.2s;
    line-height: 18px;
    margin-bottom: 3px;
    font-style: normal;
    margin-left: -35px;
    margin-right: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }

.radioOverride {
  position: relative;
  padding-left: 28px; }
  .radioOverride input {
    position: absolute;
    left: -9999px; }
    .radioOverride input:checked ~ label.form-label::after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .radioOverride label.form-label {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: black;
    cursor: pointer; }
    .radioOverride label.form-label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      width: 18px;
      height: 18px;
      border: 1px solid #ddd;
      border-radius: 100%;
      background: #fff; }
    .radioOverride label.form-label::after {
      content: "";
      width: 10px;
      height: 10px;
      background: #212529;
      position: absolute;
      top: 9px;
      left: 4px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0); }

.btn-signup {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.006em;
  text-transform: uppercase;
  color: #fff;
  background: #006cc1;
  padding: 10px 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  min-width: 140px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s; }
  .btn-signup:hover, .btn-signup:focus, .btn-signup:active {
    color: #fff;
    background: rgba(0, 108, 193, 0.9);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25); }

.btn-table-signup {
  width: 190px;
  height: 134px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.006em;
  text-transform: uppercase;
  color: #fff;
  background: #006cc1;
  background: #006cc1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s; }
  .btn-table-signup span {
    margin-right: 15px; }
  .btn-table-signup:hover, .btn-table-signup:focus, .btn-table-signup:active {
    color: #fff;
    background: rgba(0, 108, 193, 0.9);
    box-shadow: none; }

.read-more-benefit-col {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.006em;
  text-transform: uppercase;
  color: #006cc1;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s; }
  .read-more-benefit-col:hover, .read-more-benefit-col:focus, .read-more-benefit-col:active {
    color: rgba(0, 108, 193, 0.9);
    box-shadow: none; }

.benefit-card {
  background: #fff;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 0;
  max-width: 270px;
  min-height: 176px;
  margin-bottom: 30px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s; }
  .benefit-card .media {
    margin-top: 16px; }
  .benefit-card .card-body {
    position: relative;
    padding: 20px 8px; }
  .benefit-card .card1-img {
    margin-right: 10px; }
  .benefit-card p {
    color: #777777;
    font-weight: 600; }
  .benefit-card:hover {
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15); }

.card-foot-overlay {
  position: absolute;
  bottom: 0;
  background: #ffeed8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100%;
  text-align: center;
  margin-left: -8px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.006em;
  color: #323230;
  padding: 6px; }

/*# sourceMappingURL=base.css.map */
