/* line 8, ../sass/style.scss */
body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  color: #000000;
}

/* line 14, ../sass/style.scss */
h1 {
  font-size: 68px;
}

/* line 18, ../sass/style.scss */
h2 {
  font-size: 36px;
}

/* line 22, ../sass/style.scss */
h3 {
  font-size: 34px;
}

/* line 26, ../sass/style.scss */
h4 {
  font-size: 32px;
}

/* line 30, ../sass/style.scss */
h5 {
  font-size: 28px;
}

/* line 34, ../sass/style.scss */
h6 {
  font-size: 20px;
}

/* line 38, ../sass/style.scss */
a {
  color: #14A7FF;
}
/* line 41, ../sass/style.scss */
a:hover {
  text-decoration: none;
}

/* line 52, ../sass/style.scss */
.bg-default-color {
  background-color: #fff;
}

/* line 56, ../sass/style.scss */
.bg-dark-color {
  background-color: #0A5AA2;
}

/* line 60, ../sass/style.scss */
.color-default, .section-title {
  color: #191919;
  font-weight: 700;
  transition: all 0.5s;
}

.section-comment{
  font-size: 14px;
  line-height: 19px;
}

/* line 66, ../sass/style.scss */
.main-slogan {
  color: #195289;
  font-weight: 700;
}

/* line 71, ../sass/style.scss */
.sub-slogan {
  font-weight: 400;
  line-height: 30px;
}

/* line 83, ../sass/style.scss */
[class^="icon-"] {
  position: relative;
  width: 25px;
  height: 25px;
  top: -15px;
  left: 5px;
  display: inline-block;
  transition: all 0.5s;
}
/* line 92, ../sass/style.scss */
[class^="icon-"]:before {
  content: "";
  display: block;
  height: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 102, ../sass/style.scss */
.icon-comma-close:before {
  background-image: url(../images/icon-comma-close.svg);
}

/* line 106, ../sass/style.scss */
.btn-default {
  background-color: #1D91D0;
  padding: .5rem 1.5rem;
  line-height: 35px;
  color: white !important;
  border: none;
  border-radius: 5px;
}
/* line 115, ../sass/style.scss */
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background-color: #0a5aa2 !important;
  box-shadow: none;
}

/* line 122, ../sass/style.scss */
.transition-all {
  transition: all 0.5s;
}

/* line 127, ../sass/style.scss */
header .pp-logo{
  height: auto;
  transition: all 0.5s;
  max-width: 70vw!important;
}

footer .pp-logo {
  height: 80px;
  transition: all 0.5s;
}

/* line 135, ../sass/style.scss */
footer a {
  color: white;
}
/* line 138, ../sass/style.scss */
footer a:hover {
  color: #57a6aa;
  text-decoration: none;
}
/* line 148, ../sass/style.scss */
footer .terms-section > p a:not(:last-child):after {
  content: "";
  margin: 0 6px 0 9px;
  width: 1px;
  height: 14px;
  display: inline-block;
  background-color: #FFF;
  top: 1px;
  position: relative;
}

/* line 167, ../sass/style.scss */
.banner-section {
  margin-top: 130px;
  overflow: hidden;
  background-image: url("../images/banner-1.jpg");
  background-repeat: no-repeat;
  background-position: right 0%;
}

.slogan {
  height: 569px;
  margin-bottom: 95px;
}

.slogan h1 {
  font-size: 48px;
  line-height: 58px;
  text-shadow: 0px 0px 10px #FFFFFF;
  color: #5A5A5A;
}

.slogan h1 span {
  font-size: 62px;
  color: #195289;
  font-weight: 700;
}

.form-box-banner{
  max-width: 390px;
}

.banner-section .primecare-form-banner {
  margin: 0!important;
}

/* line 220, ../sass/style.scss */
.content-section {
  position: relative;
}


/* line 258, ../sass/style.scss */
.content-section .form-section {
  background-color: white;
  padding: 35px 30px 15px;
  z-index: 1000;
  border-right: 10px solid #457989;
  border-bottom: 10px solid #457989;
}
/* line 265, ../sass/style.scss */
.content-section .form-section .rectangle-default {
  position: absolute;
  left: 0;
  width: 8px;
  height: 70px;
  background-color: #457989;
}
/* line 273, ../sass/style.scss */
.content-section .form-section .label-default {
  position: absolute;
  top: -15px;
  font-size: 15px;
  z-index: 1;
  width: 100%;
  height: calc(100% + 15px);
}
/* line 281, ../sass/style.scss */
.content-section .form-section .label-default:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 10px;
  visibility: hidden;
  background-color: #457989;
  transition: 0.2s ease all;
}
/* line 295, ../sass/style.scss */
.content-section .form-section .form-control {
  position: relative;
  background-color: transparent;
  border: 1px solid white;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 25px 0px;
  color: #457989;
  transition: all 0.5s;
}
/* line 305, ../sass/style.scss */
.content-section .form-section .form-control:focus {
  color: #457989;
  box-shadow: none;
  border-bottom: 1px solid #457989;
}
/* line 310, ../sass/style.scss */
.content-section .form-section .form-control:focus ~ .label-default:after {
  width: 100%;
  visibility: visible;
}

/* line 324, ../sass/style.scss */
.feature-section .images-section {
  cursor: pointer;
}
/* line 328, ../sass/style.scss */
.feature-section .images-section:hover .feature-images {
  top: -10px;
}
/* line 334, ../sass/style.scss */
.feature-section .images-section .feature-images {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  transition: all 0.5s;
}
/* line 345, ../sass/style.scss */
.feature-section .feature-detail {
  display: none;
}

/* line 351, ../sass/style.scss */
.sellingpoint-section {
  position: relative;
}
/* line 354, ../sass/style.scss */
.sellingpoint-section:before {
  content: '';
  background-image: url(../images/decoration-02-v1-1.png);
  position: absolute;
  width: 335px;
  height: 465px;
  bottom: -35px;
  right: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
/* line 366, ../sass/style.scss */
.sellingpoint-section .sellingpoint {
  border: 1px solid #457989;
  margin-bottom: 15px;
}
/* line 370, ../sass/style.scss */
.sellingpoint-section .sellingpoint .images-section {
  background-color: white;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 377, ../sass/style.scss */
.sellingpoint-section .sellingpoint .sellingpoint-content {
  padding: 20px;
  color: white;
}

/* line 386, ../sass/style.scss */
.getfree-section {
  background-color: #57a6aa;
}
/* line 389, ../sass/style.scss */
.getfree-section .btn-default {
  font-size: 27px;
  line-height: 60px;
  font-weight: 700;
  border-bottom: 6px solid #2a4a51;
}
/* line 395, ../sass/style.scss */
.getfree-section .btn-default:hover, .getfree-section .btn-default:active, .getfree-section .btn-default:focus {
  border-bottom: 6px solid #457989;
}

/* line 403, ../sass/style.scss */
.back {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #FFF;
  text-align: center;
  background-color: rgba(87, 166, 170, 0.8);
  z-index: 9999;
  transition: all 0.5s;
}
/* line 416, ../sass/style.scss */
.back:hover {
  line-height: 30px;
  background-color: #458389;
  color: #FFF !important;
}
/* line 422, ../sass/style.scss */
.back:before {
  content: '\f106';
  font-size: 20px;
  font-weight: 900;
  font-family: "Font Awesome\ 5 Free";
}

.thank-you-box {
    position: fixed;
    z-index: 1031;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.7);
}

.thank-you-box .wrapper {
    width: 100%;
    max-width: 800px;
    background: white;
    margin: 0 auto;
    font-size: 22px;
    padding: 60px 100px;
    top: 30%;
    position: relative;
    text-align: center;
}

.thank-you-box .wrapper .message {
    margin-bottom: 28px;
}

.thank-you-box .wrapper .button {
    background-color: #0a5aa2;
    padding: 10px 25px;
    line-height: 35px;
    color: white !important;
    border: none;
    border-radius: 5px;
    width: 350px;
    margin: 0 auto;
}

/* Utility */

.d-flex {
  display: flex !important;
}

.text-highlight{
  color: #14A7FF;
}

/* End Utility */

.header-row{
  height: 130px;
  display: flex;
  align-items: center;
}

.header-logos{
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header-logos > .d-flex{
  align-items: center;
  justify-content: space-between;
}

.header-logos .navbar-brand {
  flex: 1;
}

.header-box{
  position: absolute;
  top: 0;
  right: 0;
  height: 130px;
  width: 130px;
  background-color: #0A5AA2;
}

.xs-box {
  height: 70px;
  width: 70px;
  background-color: #0A5AA2;
  opacity: 0;
  display: none;
}

.section-primecare-solution{
  padding-top: 70px;
  position: relative;
}

.section-primecare-solution .col-12{
  padding-top: 15px;
}

.swiper-primecare-solution{
  /*display: none;*/
  width: auto;
  height: auto;
}

.swiper-primecare-solution .swiper-pagination{
  bottom: -5px;
}

.swiper-primecare-solution .card-solution{
  height: 95%;
}

.swiper-primecare-solution .card-solution .col-12{
  padding-top: 0px;
}

.primecare-solutions{
  display: flex;
}

.card-solution{
  padding: .5rem;
  background: #F8F9FB;
  border-radius: 20px;
  opacity: 1;
  border: unset;
  height: 100%;
}

.card.card-solution:hover {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F8F8F8 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #1974A51F;
}

.card-solution .card-image{
  padding-bottom: 1rem;
}

.card-solution .card-title{
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  color: #14A7FF;
}

.card-solution .card-text{
  line-height: 22px;
  font-size: 16px;
  color: #5A5A5A;
}

.card-solution .card-comment{
  font-size: 12px;
  line-height: 16px;
  color: #5A5A5A;
}

.solution-icon{
  background-color: #14A7FF;
  padding: 1rem;
  border-radius: 20px;
  width: 80px;
  height: 80px;
  transition: all 0.25s ease-out;
}

.protection-box .solution-icon{
  padding: 0rem !important;
}

.solution-icon:hover{
  transform: scale(1.2);
}

.section-primecare-protection{
  background-color: #E3F4FF;
  padding-bottom: 120px;
}

.section-primecare-protection:before{
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.img-section-protection{
  width: 100%;
  height: 875px;
  border: 5px solid #FFFFFF;
  max-width: 510px;
}

.img-section-protection-mb{
  display: none;
  width: 100%;
  height: auto;
}

.btn-card{
  background-color: #FF9929;
}

.primecare-protections{
  
}

.card-protection{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 5px #00000026;
  border-radius: 25px;
  border: unset;
  flex: 0 0 49%;
  padding: 1rem;
  transition: all 0.3s ease-in-out;
}

.card-protection:hover{
  transform: scale(1.05);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

.card-protection .card-title{
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.card-protection .card-text{
  font-size: 18px;
  line-height: 24px;
}

.card-protection ul{
  padding: 0;
  list-style: none;
}

.card-protection ul li{
  display: flex;
}

.card-protection ul li:before{
  content: "\2022";
  color: #14A7FF;
  padding-right: 2%;
}

.card-protection.card-dark{
  background: #0A5AA2 0% 0% no-repeat padding-box;
  color: #fff;
}

.card-protection.card-dark ul li:before{
  color: #FF9929;
}

.section-primecare-form {
  overflow: hidden;
  background-size: 39% 100%;
  background-image: url("../images/section-form.png");
  background-repeat: no-repeat;
  background-position: right;
  min-height: 1047px;
}

.card-primecare-form{
  border: unset;
  background-color: transparent;
}

.card-primecare-form .card-title{
  font-size: 24px;
  line-height: 32px;
  color: #14A7FF;
}

.card-primecare-form .card-image{
  padding-right: 1rem;
}

.card-primecare-form .card-text-box{
  padding-left: 1rem;
}

.card-primecare-form .card-text{
  font-size: 18px;
  line-height: 24px;
}

.primecare-form-box{
  display: flex;
  align-items: center;
}

.primecare-form{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  transition: all 0.3s;
  margin: 0 40px;
}

.primecare-form .form-title{
  font-size: 19px;
  line-height: 22px;
  font-weight: 100;
  background-color: #0A5AA2;
  color: #fff;
  padding: 1.75rem !important;
  text-align: center;
}

.primecare-form .form-group{
  padding: 15px 1.75rem 0px;
  position: relative;
}

.primecare-form .col-auto{
  padding: 0;
}

.btn-submit{
  background-color: #0D6ECE !important;
}

.btn-submit:hover{
  background-color: #FF9929 !important;
}

.submit{
  transition: all 0.5s;
}

.primecare-form .form-control{
  position: relative;
  background-color: transparent;
  border: 1px solid white;
  border-bottom: 1px solid #5A5A5A;
  border-radius: 0;
  padding: 25px 0px;
  color: #5A5A5A;
  margin: 0;
}

.primecare-form .control-label{
  color: #5A5A5A;
}

.content-section .form-control:focus {
  color: #0a5aa2;
  box-shadow: none;
  border-bottom: 1px solid #0a5aa2;
}

/* line 662, ../sass/style.scss */
.primecare-form .form-group .input-default:focus ~ label, .primecare-form .form-group .input-default:hover ~ label, .primecare-form .form-group .input-default.has-value ~ label, .primecare-form .form-group .input-default:not(:placeholder-shown) ~ label  {
  top: -20px;
  left: 0;
  color: #0a5aa2;
  font-size: 12px;
}
/* line 669, ../sass/style.scss */
.primecare-form .form-group .input-default:focus ~ .border-bottom-animation, .primecare-form .form-group .input-default:hover ~ .border-bottom-animation, .primecare-form .form-group .input-default.has-value ~ .border-bottom-animation {
  background-position: 0 0;
}
/* line 675, ../sass/style.scss */
.primecare-form .form-group .label-default {
  position: absolute;
  top: 0;
  left: 15px;
  padding: 10px 0;
  font-size: 16px;
  pointer-events: none;
  transition: .5s;
}
/* line 685, ../sass/style.scss */
.primecare-form .form-group .border-bottom-animation {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #1974A5 50%, transparent 50%);
  background-color: #5A5A5A;
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.3s ease;
}
/* line 697, ../sass/style.scss */
.primecare-form label[for="check"] {
  display: inline-block;
  color: #1974A5;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  margin-left: 23px;
}
/* line 710, ../sass/style.scss */
.primecare-form label[for="check"] span {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -23px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  transform-origin: center;
  border: 1px solid #1974A5;
  vertical-align: -3px;
  margin-right: 10px;
  transition: 0.5s;
}
/* line 728, ../sass/style.scss */
.primecare-form label[for="check"] span:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 0px;
  height: 1.5px;
  border-radius: 2px;
  background: #1974A5;
  transform: rotate(45deg);
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}
/* line 742, ../sass/style.scss */
.primecare-form label[for="check"] span:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 0px;
  height: 1.5px;
  border-radius: 2px;
  background: #1974A5;
  transform: rotate(305deg);
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}
/* line 762, ../sass/style.scss */
.primecare-form label[for="check"]:hover span:before {
  width: 5px;
  transition: width 100ms ease;
}
/* line 767, ../sass/style.scss */
.primecare-form label[for="check"]:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}
/* line 778, ../sass/style.scss */
.primecare-form input[type="checkbox"] {
  display: none;
}
/* line 783, ../sass/style.scss */
.primecare-form input[type="checkbox"]:checked + label span {
  background-color: #3FDFCF;
  border-color: #3FDFCF;
  transform: scale(1.25);
}
/* line 790, ../sass/style.scss */
.primecare-form input[type="checkbox"]:checked + label span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}
/* line 797, ../sass/style.scss */
.primecare-form input[type="checkbox"]:checked + label span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
}
/* line 808, ../sass/style.scss */
.primecare-form input[type="checkbox"]:checked + label:hover span {
  background-color: #1974A5;
  border-color: #1974A5;
  transform: scale(1.25);
}
/* line 815, ../sass/style.scss */
.primecare-form input[type="checkbox"]:checked + label:hover span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}
/* line 822, ../sass/style.scss */
.primecare-form input[type="checkbox"]:checked + label:hover span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
}