@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;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px; }

.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; }

@media (min-width: 1200px) {
  .comman-section .container-xl,
  .comman-section .container-lg,
  .comman-section .container-md,
  .comman-section .container-sm,
  .comman-section .container,
  .comman-footer .container-xl,
  .comman-footer .container-lg,
  .comman-footer .container-md,
  .comman-footer .container-sm,
  .comman-footer .container,
  .comman-header .container-xl,
  .comman-header .container-lg,
  .comman-header .container-md,
  .comman-header .container-sm,
  .comman-header .container {
    max-width: 1170px !important; } }
@media (min-width: 1200px) and (max-width: 1440px) {
  h1,
  .h1 {
    font-size: 72px;
    line-height: 108px; }

  h2,
  .h2 {
    font-size: 45px;
    line-height: 88px; }

  h3,
  .h3 {
    font-size: 38px;
    line-height: 50px; }

  h4,
  .h4 {
    font-size: 22px;
    line-height: 32px; }

  h5,
  .h5 {
    font-size: 18px; }

  h6,
  .h6 {
    font-size: 16px; }

  .f-24 {
    font-size: 22px;
    line-height: 32px; }

  .f-20 {
    font-size: 18px;
    line-height: 22px; }

  .f-18 {
    font-size: 17px;
    line-height: 26px; }

  .f-16 {
    font-size: 16px;
    line-height: normal; }

  .f-14 {
    font-size: 14px;
    line-height: normal; }

  .icon-sec1 {
    position: absolute;
    top: 44px;
    left: -330px;
    z-index: 1; }

  .icon-sec2 {
    position: absolute;
    top: 70px;
    left: -50px;
    z-index: 1; }

  .icon-sec3 {
    position: absolute;
    top: -12px;
    right: -45px;
    z-index: 1; }

  .icon-sec4 {
    position: absolute;
    top: 13px;
    right: -10px;
    z-index: 1; }

  .icon-sec7 {
    position: absolute;
    top: -113px;
    right: 50px;
    z-index: 1; }

  .icon-sec8 {
    position: absolute;
    top: -140px;
    left: 0;
    z-index: 1; }

  .icon-sec9 {
    position: absolute;
    top: 65px;
    left: -113px;
    z-index: 1; }

  .icon-sec10 {
    position: absolute;
    top: 5px;
    left: -113px;
    z-index: 1; }

  .icon-sec11 {
    position: absolute;
    top: -30px;
    right: -188px;
    z-index: 1; }

  .icon-sec12 {
    position: absolute;
    top: 330px;
    left: -70px;
    z-index: 1; }

  .icon-sec13 {
    position: absolute;
    top: 400px;
    left: -210px;
    z-index: 1; }

  .icon-sec14 {
    position: absolute;
    top: -35px;
    right: -60px;
    z-index: 1; }

  .btn-table-signup {
    width: 170px;
    height: 120px; }

  .signup-form {
    margin-top: 30px; }

  .benefit-card {
    min-height: 165px; }
    .benefit-card .f-16 {
      font-size: 15px; }

  .comman-header .logo-img {
    width: 200px; }

  .btn-signup {
    font-size: 14px;
    padding: 8px 20px; }

  .banner-section .signup-form-img-wrap {
    margin-top: 0; }
    .banner-section .signup-form-img-wrap .signup-form-img {
      width: 360px; }
  .banner-section .banner-row2 h4 {
    margin-top: 15px; }

  .benefit-card .card1-img {
    margin-right: 15px;
    width: 70px; }

  .info-slider-section .carousel-indicators-ul {
    left: calc(100% - 60px); }
  .info-slider-section .info-slider-media .card1-img {
    max-width: 500px; }
  .info-slider-section .info-slider-media .media-body {
    max-width: 600px;
    margin-left: 50px; }

  .comman-footer {
    padding: 48px 0; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1,
  .h1 {
    font-size: 57px;
    line-height: 108px; }

  h2,
  .h2 {
    font-size: 40px;
    line-height: 88px; }

  h3,
  .h3 {
    font-size: 30px;
    line-height: 40px; }

  h4,
  .h4 {
    font-size: 18px;
    line-height: 32px; }

  h5,
  .h5 {
    font-size: 16px; }

  h6,
  .h6 {
    font-size: 15px; }

  .f-24 {
    font-size: 20px;
    line-height: 32px; }

  .f-20 {
    font-size: 18px;
    line-height: 22px; }

  .f-18 {
    font-size: 17px;
    line-height: 26px; }

  .f-16 {
    font-size: 16px;
    line-height: normal; }

  .f-14 {
    font-size: 14px;
    line-height: normal; }

  .icon-sec1 {
    position: absolute;
    top: 174px;
    left: -170px;
    z-index: 1;
    width: 200px; }

  .icon-sec2 {
    position: absolute;
    top: 70px;
    left: -50px;
    z-index: 1; }

  .icon-sec3 {
    position: absolute;
    top: -12px;
    right: -45px;
    z-index: 1; }

  .icon-sec4 {
    position: absolute;
    top: -17px;
    right: -10px;
    z-index: 1; }

  .icon-sec7 {
    position: absolute;
    top: -113px;
    right: 50px;
    z-index: 1;
    width: 130px; }

  .icon-sec8 {
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 1;
    width: 400px; }

  .icon-sec9 {
    position: absolute;
    top: 65px;
    left: -113px;
    z-index: 1; }

  .icon-sec10 {
    position: absolute;
    top: 5px;
    left: -100px;
    z-index: 1; }

  .icon-sec11 {
    position: absolute;
    top: -30px;
    right: -188px;
    z-index: 1; }

  .icon-sec12 {
    position: absolute;
    top: 330px;
    left: -70px;
    z-index: 1;
    width: 90px; }

  .icon-sec13 {
    position: absolute;
    top: 400px;
    left: -120px;
    z-index: 1;
    width: 200px; }

  .icon-sec14 {
    position: absolute;
    top: -35px;
    right: -60px;
    z-index: 1; }

  .comman-header a img {
    width: 200px; }
  .comman-header .btn-signup {
    margin-top: 10px; }

  .btn-signup {
    font-size: 16px;
    padding: 8px 20px; }

  .pr-form-control .form-label {
    font-size: 14px; }
  .pr-form-control .fas.fa-map-marker-alt {
    font-size: 14px; }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 12px; }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -6px; }

  .select2-wrap {
    padding-left: 0px;
    margin-top: 7px;
    margin-right: 20px; }

  .testimonial-body {
    margin-top: 50px;
    padding-left: 30px;
    position: relative; }

  .signup-form {
    margin-top: 40px;
    margin-right: 15px; }
    .signup-form .ml40 {
      margin-left: 20px; }

  .btn-table-signup {
    width: 160px;
    height: 110px;
    font-size: 16px; }

  .benefit-card {
    min-height: 205px; }
    .benefit-card .f-16 {
      font-size: 15px; }

  .banner-section .signup-form-img-wrap {
    margin-top: 30px; }
    .banner-section .signup-form-img-wrap .signup-form-img {
      width: 350px; }

  .benefit-card .card1-img-wrap {
    min-height: 76px; }
  .benefit-card .card1-img {
    margin-right: 0px;
    width: 70px; }

  .testimonial-body h5 {
    line-height: normal; }

  .info-slider-section .info-slider-media .card1-img {
    max-width: 400px; }
  .info-slider-section .info-slider-media .media-body {
    max-width: 600px;
    margin-left: 50px; }
    .info-slider-section .info-slider-media .media-body p.f-18 {
      margin-top: 30px; }
  .info-slider-section .carousel-indicators-ul {
    left: 90%;
    display: none; }
  .info-slider-section .carousel-indicators {
    bottom: -50px; }
  .info-slider-section .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 15px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #dcdcdc;
    background-clip: padding-box;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    transition: opacity 0.6s ease;
    border-radius: 50%;
    position: relative; }
    .info-slider-section .carousel-indicators li.active {
      width: 15px;
      height: 15px;
      opacity: 1;
      background: #006cc1; }

  .benefit-card .media {
    margin-top: 0;
    display: block;
    text-align: center; }
    .benefit-card .media .card1-img-wrap {
      margin-bottom: 10px; }

  .read-more-benefit-col {
    font-size: 15px; }

  .investing-section .row-investing1 h5 {
    margin-top: 0; }

  .comman-footer {
    padding: 48px 0; } }
@media (min-width: 768px) {
  .select2-container--default .select2-selection--single {
    top: -1px;
    position: relative; }

  .benefit-card-row {
    -ms-flex-pack: center !important;
    justify-content: center !important; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .hide-benefit-col-tab {
    display: none; }

  h1,
  .h1 {
    font-size: 45px;
    line-height: 75px; }

  h2,
  .h2 {
    font-size: 36px;
    line-height: 60px; }

  h3,
  .h3 {
    font-size: 27px;
    line-height: 36px; }

  h4,
  .h4 {
    font-size: 16px;
    line-height: 28px; }

  h5,
  .h5 {
    font-size: 15px; }

  h6,
  .h6 {
    font-size: 14.5px; }

  .f-24 {
    font-size: 18px;
    line-height: 28.8px; }

  .f-20 {
    font-size: 18px;
    line-height: 22px; }

  .f-18 {
    font-size: 17px;
    line-height: 26px; }

  .f-16 {
    font-size: 16px;
    line-height: normal; }

  .f-14 {
    font-size: 14px;
    line-height: normal; }

  .icon-sec1 {
    position: absolute;
    top: 64px;
    left: -100px;
    z-index: 1;
    width: 140px; }

  .icon-sec2 {
    position: absolute;
    top: 30px;
    left: -30px;
    z-index: 1; }

  .icon-sec3 {
    position: absolute;
    top: -2px;
    right: -55px;
    z-index: 1; }

  .icon-sec4 {
    position: absolute;
    top: -10px;
    right: -20px;
    z-index: 1; }

  .icon-sec7 {
    position: absolute;
    top: -113px;
    right: 50px;
    z-index: 1;
    width: 100px; }

  .icon-sec8 {
    position: absolute;
    top: -110px;
    left: -180px;
    z-index: 1;
    width: 580px; }

  .icon-sec9 {
    position: absolute;
    top: 25px;
    left: -113px;
    z-index: 1; }

  .icon-sec10 {
    position: absolute;
    top: -45px;
    left: -100px;
    z-index: 1; }

  .icon-sec11 {
    position: absolute;
    top: -60px;
    right: -128px;
    z-index: 1; }

  .icon-sec12 {
    position: absolute;
    top: 310px;
    left: -40px;
    z-index: 1;
    width: 70px; }

  .icon-sec13 {
    position: absolute;
    top: 360px;
    left: -70px;
    z-index: 1;
    width: 130px; }

  .icon-sec14 {
    position: absolute;
    top: -35px;
    right: -10px;
    z-index: 1; }

  .comman-header a img {
    width: 200px; }
  .comman-header .btn-signup {
    margin-top: 10px; }

  .btn-signup {
    font-size: 16px;
    padding: 8px 20px; }

  .pr-form-control .form-label {
    font-size: 14px; }
  .pr-form-control .fas.fa-map-marker-alt {
    font-size: 14px; }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 12px; }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -6px; }

  .select2-wrap {
    padding-left: 0px;
    margin-top: 7px;
    margin-right: 20px; }

  .testimonial-body {
    margin-top: 50px;
    padding-left: 30px;
    position: relative; }

  .signup-form {
    margin-top: 30px;
    margin-right: 15px; }
    .signup-form .ml40 {
      margin-left: 20px; }

  .btn-table-signup {
    width: 140px;
    height: 80px;
    font-size: 16px; }

  .benefit-card {
    min-height: 255px;
    margin-left: auto;
    margin-right: auto; }
    .benefit-card .f-16 {
      font-size: 14px; }

  .card-foot-overlay {
    bottom: -25px; }

  .benefit-section-container::before {
    top: 420px; }

  .banner-section .signup-form-img-wrap {
    display: none;
    margin-top: 30px; }
    .banner-section .signup-form-img-wrap .signup-form-img {
      width: 240px;
      margin-left: -30px; }

  .benefit-section-container {
    position: relative;
    margin-top: 50px; }

  .benefit-card {
    padding: 20px 0px 24px; }
    .benefit-card .card1-img-wrap {
      min-height: 60px; }
    .benefit-card .card1-img {
      margin-right: 0px;
      width: 60px; }

  .testimonial-body h5 {
    line-height: normal; }

  .info-slider-section .info-slider-media .card1-img {
    max-width: 300px; }
  .info-slider-section .info-slider-media .media-body {
    max-width: 600px;
    margin-left: 50px; }
    .info-slider-section .info-slider-media .media-body p.f-18 {
      margin-top: 20px; }
  .info-slider-section .carousel-indicators-ul {
    left: 90%;
    display: none; }
  .info-slider-section .carousel-indicators {
    bottom: -50px; }
  .info-slider-section .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #dcdcdc;
    background-clip: padding-box;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    transition: opacity 0.6s ease;
    border-radius: 50%; }
    .info-slider-section .carousel-indicators li.active {
      width: 10px;
      height: 10px;
      opacity: 1;
      background: #006cc1; }

  .benefit-card .media {
    margin-top: 0;
    display: block;
    text-align: center; }
    .benefit-card .media .card1-img-wrap {
      margin-bottom: 10px; }

  .read-more-benefit-col {
    font-size: 15px; }

  .investing-section .row-investing1 h5 {
    margin-top: 0; }

  .comman-footer {
    padding: 48px 0; }

  .benefit-section-container::after {
    top: -130px; } }
@media (max-width: 767px) {
  .comman-section .container-xl,
  .comman-section .container-lg,
  .comman-section .container-md,
  .comman-section .container-sm,
  .comman-section .container,
  .comman-footer .container-xl,
  .comman-footer .container-lg,
  .comman-footer .container-md,
  .comman-footer .container-sm,
  .comman-footer .container,
  .comman-header .container-xl,
  .comman-header .container-lg,
  .comman-header .container-md,
  .comman-header .container-sm,
  .comman-header .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: inherit; }

  body .comman-section {
    padding: 50px 0;
    position: relative; }

  .hide-mobile {
    display: none !important; }

  h1,
  .h1 {
    font-size: 35px;
    line-height: 43px; }

  h2,
  .h2 {
    font-size: 30px;
    line-height: 45px; }

  h3,
  .h3 {
    font-size: 24px;
    line-height: 32px; }

  h4,
  .h4 {
    font-size: 16px;
    line-height: 28px; }

  h5,
  .h5 {
    font-size: 15px; }

  h6,
  .h6 {
    font-size: 14.5px; }

  .f-24 {
    font-size: 16px;
    line-height: 28.8px; }

  .f-20 {
    font-size: 15px;
    line-height: 22px; }

  .f-18 {
    font-size: 16px;
    line-height: 26px; }

  .f-16 {
    font-size: 15px;
    line-height: normal; }

  .f-14 {
    font-size: 14px;
    line-height: normal; }

  .icon-sec1 {
    position: absolute;
    top: 4px;
    left: -70px;
    z-index: 1;
    width: 140px; }

  .icon-sec2 {
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: 1; }

  .icon-sec3 {
    position: absolute;
    top: -2px;
    right: -55px;
    z-index: 1; }

  .icon-sec4 {
    position: absolute;
    top: -10px;
    right: -20px;
    z-index: 1; }

  .icon-sec5 {
    width: 36px !important; }

  .icon-sec6 {
    top: -35px;
    width: 25px !important; }

  .icon-sec7 {
    position: absolute;
    top: -113px;
    right: 50px;
    z-index: 1;
    width: 100px; }

  .icon-sec8 {
    position: absolute;
    top: -50px;
    left: -60px;
    z-index: 1;
    width: 380px; }

  .icon-sec9 {
    position: absolute;
    top: 25px;
    left: -50px;
    z-index: 1;
    width: 20px; }

  .icon-sec10 {
    position: absolute;
    top: -35px;
    left: -50px;
    z-index: 1;
    width: 60px; }

  .icon-sec11 {
    position: absolute;
    top: -30px;
    right: -70px;
    z-index: 1;
    width: 60px; }

  .icon-sec12 {
    position: absolute;
    top: 310px;
    left: -40px;
    z-index: 1;
    width: 70px; }

  .icon-sec13 {
    position: absolute;
    top: 360px;
    left: -70px;
    z-index: 1;
    width: 130px; }

  .icon-sec14 {
    position: absolute;
    top: -35px;
    right: 10px;
    z-index: 1;
    width: 40px; }

  .comman-header {
    padding: 10px 0; }
    .comman-header.nav-up {
      top: -6px;
      padding: 10px 0; }
      .comman-header.nav-up a img.logo-img {
        width: 170px; }
    .comman-header.nav-down {
      top: 0;
      padding: 10px 0; }
      .comman-header.nav-down a img.logo-img {
        width: 170px; }
    .comman-header a img.logo-img {
      width: 170px; }

  .btn-signup {
    font-size: 14px;
    padding: 6px 20px;
    margin-top: 2px !important; }

  .pr-form-control .form-label {
    font-size: 14px; }
  .pr-form-control .fas.fa-map-marker-alt {
    font-size: 14px;
    top: -2px; }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 20px;
    margin-top: -10px; }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -6px; }

  .select2-wrap {
    padding-left: 0px;
    margin-top: 7px;
    margin-right: 0; }

  .testimonial-body {
    margin-top: 40px;
    padding-left: 30px;
    position: relative; }

  .signup-form {
    margin-top: 30px;
    margin-right: 0; }
    .signup-form .ml40 {
      margin-left: 20px; }

  .banner-section .banner-row1 h4 {
    margin-top: 10px; }

  .btn-table-signup {
    width: 120px;
    height: 70px;
    font-size: 14px; }

  .benefit-card {
    min-height: 205px;
    margin-left: auto;
    margin-right: auto; }
    .benefit-card .f-16 {
      font-size: 15px; }

  .banner-section .signup-form-img-wrap {
    display: none;
    margin-top: 30px; }
    .banner-section .signup-form-img-wrap .signup-form-img {
      width: 240px;
      margin-left: -30px; }

  .benefit-section-container {
    position: relative;
    margin-top: 70px; }

  .benefit-card .card1-img-wrap {
    min-height: 76px; }
  .benefit-card .card1-img {
    margin-right: 0px;
    width: 70px; }

  .testimonial-body h5 {
    line-height: normal; }

  .info-slider-section .info-slider-media .card1-img {
    max-width: 300px; }
  .info-slider-section .info-slider-media .media-body {
    max-width: 600px;
    margin-left: 0;
    margin-top: 20px; }
    .info-slider-section .info-slider-media .media-body p.f-18 {
      margin-top: 20px; }
  .info-slider-section .carousel-indicators-ul {
    left: 90%;
    display: none; }
  .info-slider-section .carousel-indicators {
    bottom: -50px; }
  .info-slider-section .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #dcdcdc;
    background-clip: padding-box;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    transition: opacity 0.6s ease;
    border-radius: 50%; }
    .info-slider-section .carousel-indicators li.active {
      width: 10px;
      height: 10px;
      opacity: 1;
      background: #006cc1; }

  .benefit-card .media {
    margin-top: 0;
    display: block;
    text-align: center; }
    .benefit-card .media .card1-img-wrap {
      margin-bottom: 10px; }

  .read-more-benefit-col {
    font-size: 15px; }

  .investing-section .row-investing1 h5 {
    margin-top: 0;
    margin-bottom: 20px; }

  .comman-footer {
    padding: 35px 0; }
    .comman-footer .morelink {
      font-size: 15px; }

  .benefit-section-container::after {
    top: -130px; }

  .benefit-card-row {
    flex-wrap: nowrap;
    overflow: auto;
    margin-top: 15px !important; }
    .benefit-card-row .col-6 {
      min-width: 260px; }
    .benefit-card-row .hide-benefit-col {
      display: block; }

  .info-slider-section .info-slider-media {
    margin: auto;
    display: block;
    text-align: center; }
    .info-slider-section .info-slider-media .card1-img {
      max-width: 200px;
      margin-bottom: 0; }

  .info-slider-section .carousel-comman-wrap {
    margin-bottom: 40px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .row-investing2 .signup-form table tr td:first-child {
    width: 260px; }

  .signup-form table tr td .pr-form-control.input-effect.select2-wrap {
    margin-right: 15px; } }
@media (max-width: 575.98px) {
  .btn-signup {
    min-width: 100px; }

  .signup-form {
    max-width: 320px;
    margin: 30px auto 0; }
    .signup-form .ml40 {
      margin-left: 0; }
    .signup-form .mr15 {
      margin-right: 0; }
    .signup-form table {
      border-left: 0 !important;
      padding: 15px; }
    .signup-form table,
    .signup-form tbody,
    .signup-form tr,
    .signup-form td {
      width: 100% !important;
      display: block; }
    .signup-form td.text-right {
      text-align: center !important;
      margin-top: 50px;
      margin-bottom: 10px; }
    .signup-form .pr-form-control {
      margin-bottom: 36px !important;
      margin-top: 15px; }
    .signup-form .pr-form-control.input-effect.select2-wrap {
      margin-bottom: 15px !important; }
    .signup-form .btn-table-signup {
      width: 120px;
      height: auto;
      font-size: 14px;
      border-radius: 25px; } }

/*# sourceMappingURL=media.css.map */
