/*!
 * MyPlanly - Developed by Mario Markovic (https://mariomarkovic.com)
 */

.rangeslider,
.rangeslider__fill {
  display: block;
}

.rangeslider {
  background: #f2f2f2;
  position: relative;
}

.rangeslider--horizontal {
  height: 8px;
  width: 100%;
}

@media (max-width: 575px) {
  .rangeslider--horizontal {
    height: 4px;
  }
}

.rangeslider--vertical {
  width: 8px;
  min-height: 150px;
  max-height: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  .rangeslider--vertical {
    width: 4px;
  }
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #010541;
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background-color: white;
  cursor: pointer;
  display: inline-block;
  width: 34px;
  height: 34px;
  position: absolute;
  box-shadow: 6px 0 24px 0 rgba(0, 6, 69, 0.29);
  border-radius: 50%;
}

@media (max-width: 575px) {
  .rangeslider__handle {
    width: 18px;
    height: 18px;
    box-shadow: 6px 0 24px 0 rgba(0, 6, 69, 0.4);
  }
}

.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  background-color: #010541;
}

.rangeslider--horizontal .rangeslider__handle {
  top: -13px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  margin-left: -1px;
}

@media (max-width: 575px) {
  .rangeslider--horizontal .rangeslider__handle {
    top: -7px;
  }
}

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Red Hat Display', 'Helvetica', 'Arial', 'sans-serif';
}

body.navbar-is-active {
  overflow: hidden;
}

main {
  background: url("../images/bg-hero.svg") no-repeat right top;
  width: 100%;
  padding-top: 90px;
}

a {
  color: #6bb5aa;
  transition: all .35s ease-in-out;
}

a:hover, a:focus {
  color: #4f9e92;
}

hr {
  height: 3px;
  background-color: #000645;
  margin: 45px auto 45px 0;
  width: 50px;
}

@media (max-width: 575px) {
  hr {
    margin: 25px auto 25px 0;
  }
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Red Hat Display', 'Helvetica', 'Arial', 'sans-serif';
}

h1 {
  color: #6bb5aa;
  font-size: 56px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    margin-bottom: 25px;
  }
}

h2 {
  font-size: 35px;
  font-weight: 600;
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
}

@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h3 small {
  margin-left: 10px;
}

@media (max-width: 575px) {
  h3 small {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}

.h1 {
  font-size: 47px;
  font-weight: 600 !important;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .h1 {
    font-size: 30px;
  }
}

p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}

p.lead {
  font-size: 18px;
}

@media (max-width: 575px) {
  p.lead {
    font-size: 16px;
  }
}

section {
  position: relative;
  padding: 100px 0;
}

@media (max-width: 575px) {
  section {
    padding: 60px 0;
  }
}

section h2 {
  margin-bottom: 20px;
}

.link {
  font-size: 18px;
  color: #000645;
  position: relative;
}

.link:after {
  content: "";
  background-color: #6bb5aa;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -5px;
}

.link:hover {
  text-decoration: none;
}

.text-color {
  color: #000645;
}

@media (max-width: 575px) {
  .mp-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.bg-grey {
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  background-color: rgba(142, 144, 174, 0.05);
}

.logo-glyph,
.icon-shadow-wrapper {
  width: 72px;
  min-width: 72px;
  height: 72px;
  display: inline-block;
  border-radius: 9px;
  box-shadow: 6px 0 44px 0 rgba(0, 6, 69, 0.09);
  overflow: hidden;
  margin-right: 55px;
}

@media (max-width: 575px) {
  .logo-glyph,
  .icon-shadow-wrapper {
    margin-right: 20px;
  }
}

.icon-shadow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.color-alt {
  color: #8e90ae !important;
}

.bg-color-pink {
  background-color: rgba(255, 186, 203, 0.1);
}

small {
  font-size: 14px;
  font-weight: 500;
}

.header-page-content {
  text-align: center;
}

.header-page-content h1 {
  text-align: center;
}

.section-header {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .section-header {
    margin-bottom: 60px;
  }
}

.section-footer {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .section-footer {
    margin-top: 0;
  }
}

.icon-box {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.icon-box.icon-box-xl {
  max-width: 500px;
  margin-bottom: 100px;
}

@media (max-width: 575px) {
  .icon-box.icon-box-xl {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .icon-box.icon-box-xl .icon-box-icon img {
    max-width: 60px;
  }
}

.icon-box .icon-box-icon {
  margin-bottom: 35px;
}

@media (max-width: 575px) {
  .icon-box .icon-box-icon {
    margin-bottom: 20px;
  }
}

.icon-box h3 {
  line-height: 1.35;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .icon-box h3 {
    min-height: 64px;
  }
}

.icon-box p {
  font-size: 18px;
  color: #8e90ae;
}

@media (max-width: 575px) {
  .icon-box p {
    font-size: 16px;
  }
}

.icon-box.icon-box-left {
  display: flex;
  align-items: center;
  margin-bottom: 78px;
}

@media (max-width: 767px) {
  .icon-box.icon-box-left {
    margin-bottom: 40px;
  }
}

.icon-box.icon-box-left .icon-box-icon {
  margin-bottom: 0;
  margin-right: 20px;
}

.section-diagonal {
  display: flex;
  align-items: center;
  background-image: linear-gradient(144deg, rgba(107, 181, 170, 0.1) 60%, rgba(0, 6, 69, 0.1) 105%);
  min-height: 760px;
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
}

@media (max-width: 575px) {
  .section-diagonal {
    min-height: 500px;
    -webkit-clip-path: polygon(0 0, 100% 2%, 100% 98%, 0% 100%);
    clip-path: polygon(0 0, 100% 2%, 100% 98%, 0% 100%);
  }
}

.section-diagonal .section-inner {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.section-diagonal .testimonial-author {
  padding-top: 84px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.section-diagonal .testimonial-author .author-img {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-bottom: 25px;
  margin-top: auto;
}

.section-diagonal .testimonial-author .author-img img {
  width: 100%;
  border-radius: 50%;
}

.section-diagonal .testimonial-author .author-name {
  color: #6bb5aa;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 2px;
}

.section-diagonal .testimonial-author .author-position {
  font-size: 14px;
}

.section-diagonal .testimonial-author .icon-quote {
  margin-bottom: 22px;
}

.section-diagonal .testimonial-author p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  .section-diagonal .testimonial-author p {
    margin-bottom: 30px;
  }
}

.section-diagonal h3 {
  font-size: 33px;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  color: #000645;
}

@media (max-width: 575px) {
  .section-diagonal h3 {
    font-size: 22px;
  }
}

.section-diagonal .section-innder-testimonial h3 {
  font-weight: 300;
  color: #4c4d5a;
}

.section-access h3 {
  font-weight: 500;
  margin-bottom: 15px;
}

.section-access .lead {
  color: #8e90ae;
  margin-bottom: 25px;
}

.section-access .section-inner {
  padding-top: 50px;
  padding-left: 30px;
}

@media (max-width: 991px) {
  .section-access .section-inner {
    padding-left: 0;
  }
}

.section-access .app-wrapper {
  display: flex;
  margin-bottom: 74px;
}

.section-access .app-wrapper .app-item + .app-item {
  margin-left: 15px;
}

.section-services h3 {
  margin-bottom: 60px;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -80px;
}

@media (max-width: 1200px) {
  .services-list {
    margin: 0 -50px;
  }
}

@media (max-width: 767px) {
  .services-list {
    margin: 0 -30px;
  }
}

@media (max-width: 575px) {
  .services-list {
    margin: 0 -15px;
  }
}

.services-list .service-item {
  width: 242px;
  margin: 0 80px 70px;
}

@media (max-width: 1200px) {
  .services-list .service-item {
    margin: 0 50px 60px;
  }
}

@media (max-width: 767px) {
  .services-list .service-item {
    width: 50%;
    padding: 0 30px;
    margin: 0 0 60px;
  }
}

@media (max-width: 575px) {
  .services-list .service-item {
    margin: 0 0 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.services-list .service-item .service-item-inner {
  padding: 50px 60px 35px;
}

@media (max-width: 767px) {
  .services-list .service-item .service-item-inner {
    padding: 55px 20px 45px;
  }
}

@media (max-width: 375px) {
  .services-list .service-item .service-item-inner {
    padding: 25px 20px 15px;
  }
}

.services-list .service-item a {
  display: block;
  color: #000645;
  border-radius: 4px;
  box-shadow: 10px 32px 74px 0 rgba(0, 6, 69, 0.05);
  border: solid 2px #ededed;
  background-color: #ffffff;
  text-align: center;
}

.services-list .service-item a:hover {
  text-decoration: none;
  box-shadow: 10px 32px 74px 0 rgba(0, 6, 69, 0.15);
  color: #6bb5aa;
}

.services-list .service-img {
  margin-bottom: 10px;
  display: inline-block;
}

@media (max-width: 575px) {
  .services-list .service-img {
    max-width: 80px;
  }
}

.services-list .service-title {
  font-size: 18px;
  font-weight: 500;
}

.section-cta h2 {
  font-weight: 500;
  margin-bottom: 20px;
}

.section-cta .logo-wrapper {
  margin-bottom: 30px;
}

.section-cta .btn-wrapper {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .section-cta .btn-wrapper {
    margin-top: 60px;
  }
}

.section-cta .btn-wrapper-smaller {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .section-cta .btn-wrapper-smaller {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .section-cta .section-inner {
    padding-top: 50px;
  }
}

.section-video {
  margin-top: 60px;
}

.section-video h3 {
  margin-bottom: 50px;
}

.section-video-50-width .video-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .section-video-50-width .video-wrapper {
    margin-top: 40px;
  }
}

.video-wrapper {
  position: relative;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.23);
}

.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  cursor: pointer;
}

.btn-play:hover img {
  transform: scale(1.1);
}

.btn-play img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.icons-list {
  margin-top: 40px;
}

.icons-list .icon-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.icons-list .icon-item .icon-img {
  min-width: 60px;
  margin-right: 44px;
}

.icons-list .icon-item .icon-content {
  color: #8e90ae;
  font-size: 18px;
}

.pull-image-right {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .pull-image-right {
    position: static;
    transform: none;
    text-align: center;
  }
}

.section-list h2 {
  font-weight: 500;
  margin-bottom: 40px;
}

.section-list .lead {
  margin-bottom: 60px;
}

.checkbox-wrapper ul,
.plus-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.checkbox-wrapper li + li,
.plus-wrapper li + li {
  margin-top: 20px;
}

.checkbox-wrapper li .icon-checkbox,
.plus-wrapper li .icon-checkbox {
  margin-right: 18px;
  float: left;
}

.checkbox-wrapper li p,
.plus-wrapper li p {
  display: table;
  font-size: 18px;
  margin-bottom: 0;
  min-height: 60px;
}

@media (min-width: 992px) {
  .checkbox-wrapper {
    padding-right: 90px;
  }
}

.plus-wrapper {
  margin-top: 220px;
  padding: 70px 60px 90px;
  background-color: rgba(107, 181, 170, 0.1);
}

@media (max-width: 991px) {
  .plus-wrapper {
    margin-top: 40px;
    padding: 50px 50px 70px;
  }
}

@media (max-width: 575px) {
  .plus-wrapper {
    margin-top: 40px;
    padding: 30px 30px 50px;
  }
}

.plus-wrapper .img-wrapper {
  margin-bottom: 60px;
}

.plus-wrapper h3 {
  color: #000645;
  margin-bottom: 40px;
  font-size: 23px;
}

@media (max-width: 991px) {
  .img-holder {
    margin-top: 30px;
    text-align: center;
  }
}

.section-invite h3 {
  margin-bottom: 30px;
}

.section-invite h3, .section-invite p {
  color: #000645;
}

.free-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .free-wrapper {
    margin-top: 50px;
  }
}

.free-wrapper .free-num {
  font-size: 101px;
  font-weight: 600;
  text-align: center;
  color: #6bb5aa;
  line-height: 1;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .free-wrapper .free-num {
    font-size: 70px;
  }
}

.free-wrapper .free-title {
  font-size: 21px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .free-wrapper .free-title {
    font-size: 18px;
  }
}

.free-wrapper .free-separator {
  font-size: 65px;
  font-weight: 600;
  color: #6bb5aa;
  line-height: 1;
  padding: 20px 40px;
}

@media (max-width: 575px) {
  .free-wrapper .free-separator {
    padding: 15px 0;
    font-size: 44px;
  }
}

.free-wrapper .icon-free {
  margin-bottom: 10px;
  margin-right: 10px;
}

.free-wrapper .free-content {
  display: flex;
  max-width: 180px;
  align-items: center;
}

@media (max-width: 575px) {
  .free-wrapper .free-content {
    flex-direction: column;
  }
}

.free-wrapper .free-description {
  font-size: 14px;
  text-align: center;
}

.section-fixed {
  position: fixed;
  bottom: -300px;
  left: 0;
  right: 0;
  background-color: #FFF;
  box-shadow: 0 2px 14px 0 rgba(171, 171, 171, 0.5);
  padding: 20px 0 10px;
  transition: bottom 0.5s ease-in-out;
}

@media (max-width: 575px) {
  .section-fixed {
    padding: 15px 0;
  }
}

.section-fixed.visible {
  bottom: 0;
}

.section-fixed .fixed-left {
  padding-top: 5px;
}

@media (max-width: 767px) {
  .section-fixed .fixed-left {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .section-fixed .fixed-left {
    margin-bottom: 10px;
  }
}

.section-fixed .package-name {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .section-fixed .package-name {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .section-fixed .package-name {
    font-size: 16px;
  }
}

.section-fixed .package-description {
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .section-fixed .package-description {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .section-fixed .package-description {
    font-size: 16px;
  }
}

.section-fixed .package-price-wrapper {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 575px) {
  .section-fixed .package-price-wrapper {
    justify-content: space-between;
  }
}

.section-fixed .package-price-wrapper .package-price {
  font-size: 19px;
  padding-top: 5px;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .section-fixed .package-price-wrapper .package-price {
    font-size: 18px;
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .section-fixed .package-price-wrapper .package-price {
    font-size: 15px;
  }
}

.section-fixed .package-price-wrapper .package-btn {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.section-fixed .package-price-wrapper .package-btn .btn {
  text-transform: uppercase;
  width: 237px;
  padding: 12px 30px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .section-fixed .package-price-wrapper .package-btn .btn {
    width: 160px;
    padding: 6px 30px;
    font-weight: 400;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .section-fixed .package-price-wrapper .package-btn .btn {
    width: 140px;
    padding: 6px 20px;
    font-weight: 400;
    font-size: 12px;
  }
}

.section-fixed .package-price-wrapper .package-btn span {
  font-size: 13px;
  padding-top: 3px;
}

@media (max-width: 575px) {
  .section-fixed .package-price-wrapper .package-btn span {
    font-size: 12px;
    padding-top: 10px;
  }
}

.slider-wrapper {
  display: flex;
  align-items: center;
  margin-top: 80px;
}

.slider-wrapper .slider-icon {
  margin-right: 75px;
}

@media (max-width: 991px) {
  .slider-wrapper .slider-icon {
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .slider-wrapper .slider-icon {
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .slider-wrapper .slider-icon img {
    max-width: 40px;
  }
}

.slider-wrapper .slider-control {
  width: 100%;
}

.slider-wrapper .slider-num {
  min-width: 100px;
  text-align: center;
  margin-left: 75px;
  font-size: 42px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .slider-wrapper .slider-num {
    margin-left: 25px;
  }
}

@media (max-width: 767px) {
  .slider-wrapper .slider-num {
    font-size: 40px;
    margin-left: 15px;
  }
}

@media (max-width: 575px) {
  .slider-wrapper .slider-num {
    min-width: 60px;
    font-size: 20px;
    margin-left: 5px;
  }
}

.packages-wrapper {
  text-align: left;
  margin-top: 160px;
}

@media (max-width: 991px) {
  .packages-wrapper {
    margin-top: 100px;
  }
}

@media (max-width: 575px) {
  .packages-wrapper {
    margin-top: 50px;
  }
}

.package-items {
  display: flex;
  margin: 40px -22px 0;
}

@media (max-width: 1200px) {
  .package-items {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.package-item {
  display: flex;
  height: 100%;
}

@media (max-width: 1200px) {
  .package-item {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .package-item {
    margin-bottom: 40px;
  }
}

.package-item .package-item-wrapper {
  border: 7px solid transparent;
  width: 100%;
}

.package-item .package-item-wrapper.active {
  border: 7px solid #6bb5aa;
}

.package-item .package-item-wrapper.active .package-item-inner {
  background: #ecf5f4;
  border-color: #ecf5f4;
}

.package-item .package-item-wrapper.active .package-item-inner:hover {
  box-shadow: 10px 32px 74px 0 rgba(0, 6, 69, 0.05);
}

.package-item .package-item-wrapper.active .package-item-inner .btn-primary {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #6bb5aa !important;
  cursor: inherit;
}

.package-item .package-item-wrapper.active .package-item-inner .btn-primary:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #6bb5aa !important;
}

.package-item .package-item-wrapper label {
  margin: 0;
  width: 100%;
}

.package-item .package-item-inner {
  padding: 30px 25px;
  border: 2px solid #ededed;
  border-radius: 2px;
  background-color: #FFF;
  box-shadow: 10px 32px 74px 0 rgba(0, 6, 69, 0.05);
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  height: 100%;
  flex-direction: column;
}

@media (max-width: 1200px) {
  .package-item .package-item-inner {
    padding: 20px;
  }
}

.package-item .package-item-inner:hover {
  box-shadow: 10px 32px 74px 0 rgba(0, 6, 69, 0.25);
}

@media (max-width: 575px) {
  .package-item .package-list ul {
    display: inline-block;
  }
}

.package-item .package-title {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .package-item .package-title {
    font-size: 18px;
  }
}

.package-item ul {
  margin: 0 0 25px;
  padding: 0;
  list-style-type: none;
}

@media (max-width: 575px) {
  .package-item ul {
    margin: 0;
  }
}

.package-item ul li {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .package-item ul li {
    margin-bottom: 10px;
  }
}

.package-item ul li.inactive span {
  color: #d1d8de;
}

.package-item ul li .package-icon {
  float: left;
  margin-right: 15px;
  width: 18px;
  text-align: center;
}

.package-item ul li span {
  display: table;
  font-size: 14px;
  font-weight: 500;
  color: #000645;
}

.package-item .package-price {
  text-align: center;
  margin-bottom: 20px;
  margin-top: auto;
}

@media (max-width: 575px) {
  .package-item .package-price {
    margin-bottom: 10px;
  }
}

.package-item .package-btn {
  text-align: center;
}

.package-items-2 {
  padding-top: 150px;
  margin-top: 0;
}

@media (max-width: 991px) {
  .package-items-2 {
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .package-items-2 {
    margin-top: 0;
  }
}

.package-items-2 .package-item {
  display: block;
}

.package-items-2 .package-item-inner {
  display: flex;
  flex-direction: row;
  padding: 30px;
}

@media (max-width: 575px) {
  .package-items-2 .package-item-inner {
    padding: 20px 5px 20px 15px;
  }
}

.package-items-2 .package-item-inner .input-checkbox {
  padding-right: 40px;
}

@media (max-width: 1200px) {
  .package-items-2 .package-item-inner .input-checkbox {
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .package-items-2 .package-item-inner .input-checkbox {
    padding-right: 10px;
  }
}

.package-items-2 .package-item-inner .package-info {
  text-align: left;
}

.package-items-2 .package-item-inner .package-info .package-title {
  text-align: left;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #000645;
}

@media (max-width: 575px) {
  .package-items-2 .package-item-inner .package-info .package-title {
    font-size: 14px;
  }
}

.package-items-2 .package-item-inner .package-info .package-description {
  font-size: 14px;
  font-weight: 500;
  color: #000645;
}

@media (max-width: 575px) {
  .package-items-2 .package-item-inner .package-info .package-description {
    font-size: 12px;
  }
}

.package-items-2 .package-item-inner .package-price {
  margin: 0 0 0 auto;
}

@media (max-width: 575px) {
  .package-items-2 .package-item-inner .package-price {
    min-width: 80px;
  }
}

.package-items-2 .package-item-inner .package-price .package-price-amount {
  font-size: 27px;
  color: #000645;
  line-height: 1.2;
}

@media (max-width: 575px) {
  .package-items-2 .package-item-inner .package-price .package-price-amount {
    font-size: 18px;
  }
}

.package-items-2 .package-item-inner .package-price .package-price-per {
  font-size: 17px;
  color: #000645;
}

@media (max-width: 575px) {
  .package-items-2 .package-item-inner .package-price .package-price-per {
    font-size: 12px;
  }
}

input[type="checkbox"] {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: solid 1px #000000;
  background-color: #FFF;
  box-shadow: none !important;
  outline: none !important;
}

@media (max-width: 575px) {
  input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }
}

input[type="checkbox"]:checked {
  background: url(../images/icons/icon-free.svg) #FFF no-repeat center/20px;
}

@media (max-width: 575px) {
  input[type="checkbox"]:checked {
    background-size: 16px;
  }
}

@media (max-width: 575px) {
  .slider-testimonials {
    padding: 0 10px;
  }
}

.slider-testimonials .slider-item {
  padding: 0 15px;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(107, 181, 170, 0.3);
  margin: 0 6px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #6bb5aa;
}

.slick-dots li button {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-top: 2px solid #6bb5aa;
  border-right: 2px solid #6bb5aa;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 575px) {
  .slick-arrow {
    width: 20px;
    height: 20px;
  }
}

.slick-arrow.slider-prev {
  left: -30px;
  transform: rotate(-135deg);
}

@media (max-width: 1200px) {
  .slick-arrow.slider-prev {
    left: -20px;
  }
}

@media (max-width: 575px) {
  .slick-arrow.slider-prev {
    left: 0;
  }
}

.slick-arrow.slider-prev:hover {
  left: -35px;
}

@media (max-width: 1200px) {
  .slick-arrow.slider-prev:hover {
    left: -25px;
  }
}

@media (max-width: 575px) {
  .slick-arrow.slider-prev:hover {
    left: -5px;
  }
}

.slick-arrow.slider-next {
  right: -30px;
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .slick-arrow.slider-next {
    right: -20px;
  }
}

@media (max-width: 575px) {
  .slick-arrow.slider-next {
    right: 0;
  }
}

.slick-arrow.slider-next:hover {
  right: -35px;
}

@media (max-width: 1200px) {
  .slick-arrow.slider-next:hover {
    right: -25px;
  }
}

@media (max-width: 575px) {
  .slick-arrow.slider-next:hover {
    right: -5px;
  }
}

.section-ankete h2 {
  font-weight: 500;
}

.section-love {
  display: flex;
}

@media (max-width: 575px) {
  .section-love {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.section-love .section-love-icon {
  margin-right: 80px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .section-love .section-love-icon {
    margin-right: 40px;
  }
}

@media (max-width: 575px) {
  .section-love .section-love-icon {
    margin-right: 0;
  }
}

.benefit-num {
  font-size: 74px;
  font-weight: 600;
  color: #6bb5aa;
  line-height: 1;
}

.benefit-title {
  font-size: 24px;
  font-weight: 600;
  color: #6bb5aa;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .benefit-title {
    margin-bottom: 25px;
  }
}

.benefit-item {
  max-width: 300px;
  margin: 0 auto 80px;
}

.benefit-item p {
  font-size: 18px;
  color: #8e90ae;
}

.cta-wrapper {
  box-shadow: 10px 32px 74px 0 rgba(0, 6, 69, 0.05);
  border: solid 2px #f3f3f3;
  padding: 30px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .cta-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .cta-wrapper {
    padding: 20px;
  }
}

.cta-wrapper .cta-left {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .cta-wrapper .cta-left {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .cta-wrapper .cta-left {
    margin-bottom: 15px;
  }
}

.cta-wrapper .logo-glyph {
  margin-right: 45px;
}

@media (max-width: 575px) {
  .cta-wrapper .logo-glyph {
    margin-right: 20px;
  }
}

.cta-wrapper .cta-left-title {
  font-size: 25px;
}

@media (max-width: 575px) {
  .cta-wrapper .cta-left-title {
    font-size: 18px;
  }
}

#mainNav {
  padding: 50px 20px;
  transition: padding 0.3s ease-in-out;
  font-family: 'Red Hat Display', 'Helvetica', 'Arial', 'sans-serif';
}

@media (max-width: 767px) {
  #mainNav {
    padding: 30px 20px;
  }
}

#mainNav .container {
  max-width: 1600px;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  border: 0;
}

@media (max-width: 767px) {
  #mainNav .navbar-brand .logo-white {
    display: none;
  }
}

#mainNav .navbar-brand .logo-dark {
  display: none;
}

@media (max-width: 767px) {
  #mainNav .navbar-brand .logo-dark {
    display: block;
  }
}

@media (max-width: 991px) {
  #mainNav .navbar-nav > li {
    text-align: center;
    margin-bottom: 20px;
  }
}

#mainNav .navbar-nav > li > a {
  font-size: 15px;
  padding-right: 22px;
  padding-left: 22px;
}

@media (max-width: 1200px) {
  #mainNav .navbar-nav > li > a {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  #mainNav .navbar-nav > li > a {
    font-size: 20px;
    text-align: center;
    display: inline-block;
  }
}

#mainNav .navbar-nav > li > a.active {
  color: #6bb5aa !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.nav-link-highlighted {
  color: #FFF;
  background-color: #000645;
  margin: 0 22px;
}

#mainNav .navbar-nav > li > a.nav-link-highlighted:hover, #mainNav .navbar-nav > li > a.nav-link-highlighted:focus, #mainNav .navbar-nav > li > a.nav-link-highlighted:active {
  background-color: #6bb5aa !important;
  border-color: #6bb5aa !important;
  color: #FFF !important;
  box-shadow: none !important;
}

#mainNav .navbar-nav > li > a.nav-link-secondary {
  color: #000645;
}

#mainNav .navbar-nav > li > a .icon {
  float: left;
  display: flex;
  align-items: center;
  height: 22px;
  margin-right: 5px;
}

@media (max-width: 991px) {
  #mainNav .navbar-nav > li > a .icon {
    margin-top: 4px;
  }
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #6bb5aa;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #6bb5aa;
}

#mainNav.navbar-shrink {
  background-color: white;
  padding: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  #mainNav.navbar-shrink {
    padding: 10px 20px;
  }
}

@media (max-width: 991px) {
  #mainNav.navbar-shrink .navbar-collapse {
    margin-top: 66px;
  }
}

@media (min-width: 992px) {
  #mainNav {
    background-color: transparent;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #6bb5aa;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #000645;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.navbar-toggler {
  outline: none !important;
  padding: 0;
  z-index: 1;
}

.hamburger .line {
  width: 26px;
  height: 2px;
  background-color: #6bb5aa;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger.is-active .line {
  background-color: #6bb5aa;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 991px) {
  .navbar-collapse {
    margin-top: 106px;
    height: 100% !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease-in-out, visibility 0s ease-in-out .4s;
  }
}

@media (max-width: 991px) {
  .navbar-collapse.is-active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    display: block !important;
  }
}

header.masthead {
  position: relative;
  background: url("../images/bg-hero.svg") no-repeat right top;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
}

@media (max-width: 1200px) {
  header.masthead {
    background-position: left top;
  }
}

@media (max-width: 991px) {
  header.masthead {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  header.masthead {
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    padding-top: 190px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1440px) {
  header.masthead {
    max-height: 750px;
  }
}

header.masthead h2 {
  font-weight: 600;
  margin-bottom: 15px;
}

header.masthead p {
  color: #000645;
}

header.masthead .hero-icon {
  margin-bottom: 30px;
}

header.masthead.invite {
  background-image: url("../images/bg-hero-invite.svg");
}

header.masthead.service {
  height: auto;
}

@media (min-width: 1440px) {
  header.masthead.service {
    max-height: none;
  }
}

header.masthead .header-icon {
  margin-bottom: 50px;
  text-align: center;
}

header.masthead .btn-wrapper {
  margin-top: 60px;
  text-align: center;
}

.header-content {
  max-width: 500px;
}

.hero-image {
  position: absolute;
}

@media (max-width: 767px) {
  .hero-image {
    position: static;
  }
}

.hero-image.hero-image-right {
  right: 0px;
  top: 50%;
  transform: translateY(-35%);
}

@media (max-width: 1200px) {
  .hero-image.hero-image-right {
    max-width: 540px;
  }
}

@media (max-width: 991px) {
  .hero-image.hero-image-right {
    max-width: 440px;
  }
}

@media (max-width: 767px) {
  .hero-image.hero-image-right {
    transform: none;
    margin-top: 20px;
  }
}

.hero-image.hero-image-pattern {
  right: 30px;
  top: 50%;
  transform: translateY(50%);
}

@media (max-width: 991px) {
  .hero-image.hero-image-pattern {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .hero-image.hero-image-pattern {
    display: none;
  }
}

body.page .hero-image.hero-image-pattern {
  top: 60%;
}

footer {
  padding: 120px 0 90px;
}

@media (max-width: 575px) {
  footer p, footer a {
    font-size: 14px;
  }
}

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

footer .footer-menu {
  margin-bottom: 30px;
}

footer .footer-menu ul li + li {
  margin-top: 15px;
}

footer .footer-menu ul li a {
  font-size: 15px;
}

@media (max-width: 575px) {
  footer .footer-menu ul li a {
    font-size: 14px;
  }
}

footer .social-menu ul,
footer .footer-menu-secondary ul {
  display: flex;
}

footer .social-menu ul li + li,
footer .footer-menu-secondary ul li + li {
  margin-left: 40px;
}

footer .social-menu ul li a,
footer .footer-menu-secondary ul li a {
  font-size: 15px;
}

@media (max-width: 575px) {
  footer .social-menu ul li a,
  footer .footer-menu-secondary ul li a {
    font-size: 14px;
  }
}

footer .social-menu ul li a .icon,
footer .footer-menu-secondary ul li a .icon {
  float: left;
  display: flex;
  align-items: center;
  height: 22px;
  margin-right: 10px;
}

@media (max-width: 575px) {
  footer .footer-menu-secondary ul li + li {
    margin-left: 20px;
  }
}

@media (max-width: 575px) {
  footer .footer-menu-small ul li + li {
    margin-left: 20px;
  }
}

footer .footer-menu-small ul li a {
  font-size: 12px;
  color: #000645;
}

.footer-col-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 991px) {
  .footer-col {
    margin-bottom: 40px;
  }
}

.footer-col-bottom {
  margin-top: auto;
  margin-left: 127px;
}

@media (max-width: 575px) {
  .footer-col-bottom {
    margin-left: 0;
  }
}

.footer-col-inner {
  display: flex;
}

@media (max-width: 320px) {
  .footer-col-inner-right .footer-menu-secondary ul {
    flex-direction: column;
  }
}

@media (max-width: 320px) {
  .footer-col-inner-right .footer-menu-secondary ul li + li {
    margin-left: 0;
  }
}

.full-height {
  padding: 0;
  height: 100%;
  min-height: 100vh;
}

@media (max-width: 575px) {
  .full-height .h-100 {
    height: auto !important;
  }
}

.login-page-content {
  max-width: 100%;
  width: 500px;
  padding: 50px 80px;
  box-shadow: 10px 32px 74px 0 rgba(0, 6, 69, 0.05);
  border: solid 2px #f9f7f7;
  border-radius: 4px;
  display: inline-block;
}

@media (max-width: 575px) {
  .login-page-content {
    padding: 30px 30px;
  }
}

.login-content-inner h1 {
  font-size: 22px;
  font-weight: 600;
  color: #000645;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .login-content-inner h1 {
    margin-bottom: 20px;
  }
}

.login-content-inner .btn-google {
  border-radius: 5px;
  border: solid 1px rgba(0, 6, 69, 0.1);
  font-size: 18px;
  color: #000645;
  padding: 13px 20px;
}

.login-content-inner .btn-google:hover {
  background-color: rgba(0, 6, 69, 0.1);
}

.login-content-inner .btn-google .icon-google {
  float: left;
}

.login-content-inner .or-separator {
  font-size: 14px;
  color: #c0c1cd;
  text-align: center;
  padding: 25px 0;
}

@media (max-width: 575px) {
  .login-content-inner .or-separator {
    padding: 15px 0;
  }
}

.login-content-inner .form-group {
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .login-content-inner .form-group {
    margin-bottom: 15px;
  }
}

.login-content-inner .form-group:last-child {
  margin-bottom: 0;
}

.login-content-inner .form-group label {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #c0c1cd;
  margin-bottom: 0;
  cursor: pointer;
}

.login-content-inner .form-group label input {
  margin-right: 10px;
}

.login-content-inner .form-group label a {
  color: #000645;
  display: inline-block;
  padding-left: 5px;
}

.login-content-inner .form-control {
  border-color: rgba(107, 181, 170, 0.5);
  font-size: 18px;
  padding: 28px 20px;
}

.register-bg {
  background: url(../images/bg-register.jpg) no-repeat 35%/cover;
}

@media (max-width: 1200px) {
  .register-page-right-content .login-page-content {
    padding: 40px 60px;
    width: 440px;
  }
}

@media (max-width: 991px) {
  .register-page-right-content .login-page-content {
    padding: 30px 30px;
    width: 360px;
  }
}

.register-page-left-content {
  width: 445px;
  max-width: 100%;
  background-color: #ecf5f4;
  padding: 50px;
  margin-right: 66px;
}

@media (max-width: 1200px) {
  .register-page-left-content {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .register-page-left-content {
    margin: 0 30px;
  }
}

.register-page-left-content h4 {
  margin-bottom: 40px;
}

.register-page-left-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.register-page-left-content ul li {
  min-height: 50px;
  margin-bottom: 15px;
  font-size: 14px;
}

.register-page-left-content ul li .icon-plus {
  float: left;
  min-width: 15px;
  width: 15px;
  margin-right: 20px;
}

.register-page-left-content ul li .icon-plus img {
  width: 100%;
}

.register-page-left-content ul li span {
  display: table;
}

@media (max-width: 575px) {
  .login-page {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.register-page-left {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .register-page-left {
    align-items: center;
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .register-page-left {
    order: 2;
  }
}

.register-page-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .register-page-right {
    order: 1;
    padding-bottom: 60px !important;
    padding-top: 120px !important;
  }
}

.bg-primary {
  background: #6bb5aa;
  background: linear-gradient(#6bb5aa, #5aada0);
}

.text-primary {
  color: #6bb5aa;
}

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

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #6bb5aa;
  background-color: #6bb5aa;
}

.btn {
  border-radius: 300px;
  font-size: 15px;
}

.btn-primary {
  background-color: #000645;
  border-color: #000645;
  border-radius: 0;
  padding: 7px 20px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #6bb5aa !important;
  border-color: #6bb5aa !important;
  color: #FFF !important;
  box-shadow: none !important;
}

.btn-lg {
  padding: 11px 30px;
}

.btn-xl {
  padding: 15px 30px;
}

.mt-4 {
  margin-top: 50px !important;
}
