@import 'spacing.css';
@import 'flex.css';
@import 'alert.css';

.unifi-primary-color {
  color: #f05b24;
}

.unifi-primary-bg-color {
  background-color: #f05b24;
}

.unifi-secondary-color {
  color: #081091;
}

.unifi-secondary-bg-color {
  background-color: #081091;
}

.position-relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.line-height-reset {
  line-height: 1;
}

.logo {
  padding: 10px 0;
  margin-right: 1rem;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: 13px;
}
.ribbon {
  font: bold 15px sans-serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  position: relative;
  padding: 7px 0;
  top: 15px;
  left: -30px;
  width: 120px;
  background-color: #000000;
  color: #fff;
}
 
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f05b24;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0000CC;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.style3 {
  font-size: 24px;
}

.style1 {
  font-size: 24px;
  font-weight: bold;
}
.style2 {
  font-size: 36px;
  font-weight: bold;
}

 .style22 {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}
.style23 {
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-weight: bold;
}
.style25 {
  color: #081091;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

blink {
  -webkit-animation: 1s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
  animation: 1s linear infinite condemned_blink_effect;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect { 
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

header {

}

header .top-head-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width:100%;
  background-color:#FF6600;
  padding: 0.3rem 20px 0.3rem 0;
}

header .top-head-wrapper .top-head-label {
  color:#ffffff;
  text-align: end;
  display: block;
}

header .top-head-wrapper .top-head-label-phone-view {
  display: none;
}

header .top-head-wrapper .top-head-label-desktop-view {
  display: block;
}

.main-logo {
  height: 50px;
  object-fit: contain;
}

.navigation-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.general-btn {
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
  width: 164px;
  font-size: 11px;
  padding: 1rem;
}

.general-btn:hover {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}

.entry-form-title {
  color:#ffffff;
  font-size:22px;
  font-weight:bold;text-transform:
  uppercase;
  margin-bottom: 1rem;
}

.home-first-content {
  position: relative;
  padding: 2rem 0;
}

.home-first-content .sy-box {
  margin: 0 1rem 1rem 1rem;
}

.home-first-content .sy-slide a img {
  height: 100%;
  object-fit: contain;
}


.home-first-content .home-first-content-mobile-wrapper {
  display: none;
}

.home-first-content .home-first-content-desktop-wrapper {
  display: block;
}


.home-second-content {

}

.home-second-content .home-second-content-title {
  font-size: 2.2rem;
  font-weight: 900;
}

.home-second-content .home-second-content-description {
  font-weight: 900;
  margin-bottom: 12px;
}

.home-second-content .home-second-content-unifi-title {
  font-size: 1.5rem;
}

.home-second-content .home-second-content-box {
  visibility: visible !important;
}

.home-second-content .home-second-content-box .pricing-table {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #F4F4F4;
}

.home-second-content .home-second-content-box.vip-plan .pricing-table {
  min-height: 467px;
}

.home-second-content .home-second-content-box.home-plan .pricing-table {
  min-height: 602px;
}

.home-third-content .home-third-content-box {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 1.3rem;
  text-align: center;
  width: 200px;
}

.home-third-content .home-third-content-box .home-third-content-img-wrapper {
  border: 3px dotted black;
  width: 100%;
  min-width: 130px;
}

.home-third-content .home-third-content-box .home-third-content-img {
  object-fit: contain;
  height: 70px;
  width: 70px;
}

.home-third-content .home-third-content-title {
  font-size: 2.2rem;
  font-weight: 900;
}

.home-third-content .home-third-content-subtitle {
  font-size: 2.2rem;
  font-weight: 900;
}

.home-third-content .home-third-content-box-title {
  font-size: 23px;
  margin-top: 0.5rem;
}

.home-fourth-content .home-fourth-content-title  {
  font-size: 2.2rem;
  font-weight: 900;
}

.home-fourth-content .home-fourth-content-subtitle {
  font-size: 2.2rem;
  font-weight: 900;
}

.home-fourth-content .home-fourth-content-step-label {
  font-size: 24px;
}

.home-fifth-content .home-fifth-content-title {
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}

.home-sixth-content .home-sixth-content-title {
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}

.home-sixth-content .home-sixth-content-subtitle {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.home-seventh-content {
  padding: 2rem 0;
}

.home-seventh-content .img-coverage-girl {
  display: block;
  width: 65%;
}

.home-seventh-content .img-coverage-girl-wrapper {
  display: block;
}

.home-seventh-content .home-seventh-content-title {
  font-size: 2.2rem;
  font-weight: 900;
}

.home-seventh-content .home-seventh-content-subtitle {
  font-size: 2.2rem;
  font-weight: 900;
}

.logo-desktop {
  display: block;
}

.monitoring .subtitle {
  font-size: 1rem;
  line-height: 1.2;
}

.monitoring .monitoring-img {
  width: 70px;
}

.pricing-table-wrapper {
  margin-top: 1rem;
}

.home-eight-content .home-eight-content-title {
  font-size: 2.2rem;
  font-weight: 900;
}

.home-eight-content-pricing-table {
  border-radius: 0;
  border-width: 0px;
  box-shadow: none;
  margin: 0 0 1.25em 0;
  padding: 0;
  list-style: none;
}

.home-eight-content-pricing-table .bullet-item span {
  padding-left: 0.5rem;
}

.home-eight-content-pricing-table .bullet-item {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 2.2;
  padding: 0.9375em;
  color: #000000;
}

.home-eight-content-pricing-table .bullet-item{
  background-color: #FFFFFF;
  color: #000000;
}
.home-eight-content-pricing-table .bullet-item.odd {
  background-color: #F4F4F4;
}

.home-eight-content-pricing-table .orange {
  background-color: #ff632b; 
}

.home-eight-content-pricing-table .blue {
  background-color: #06549c; 
}

.home-eight-content-pricing-table .table-head-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  min-height: 118px;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  /*line-height: 1.4;*/
}

.home-eight-content-pricing-table .price-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  color: black;
  padding: 0.5rem 1rem;
  height: 100%;
  min-height: 109px;
}

.home-eight-content-pricing-table .price-wrapper .package-price {
  font-size: 36px;
  font-weight: bold;
}

.highlight-label {
  font-size: 1rem;
  font-weight: 900;
}

#mobile-package-wrapper .large-3{ width: 18%; }
#mobile-package-wrapper .mobile-package-wrapper-box {
  min-height: 622px;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

#mobile-package-wrapper .mobile-package-wrapper-box.border-radius-0 {
  border-radius: 0;
}

#mobile-package-wrapper .mobile-package-wrapper-box .mobile-package-wrapper-box-top {
   height: 100%;
   min-height: 444px;
   background-color: #FFFFFF;
}

#mobile-package-wrapper .cta-button p a{ width: 80%; margin:auto; background-color: #f15a25; color: #FFFFFF; padding-top: 10px; padding-bottom: 10px; border-radius: 5px; cursor: pointer; display: block; }
#mobile-package-wrapper .cta-button p a:hover{ background-color: #06549c; }
#mobile-package-wrapper .cta-button p a{ color: #FFFFFF; }
#mobile-package-wrapper .cta-button p a:hover{ text-decoration: none; }

#mobile-package-wrapper .mobile-package-footer-wrapper {
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin: 1rem 1rem 0rem 1rem;*/
  /*background-color: #222D3A;*/
  /*border-radius: 10px;*/
}

#mobile-package-wrapper .mobile-package-footer-wrapper span {
  font-size: 2rem;
  text-align: center;
}

.best-seller-wrapper {
  background-color: #ff632b;
  display: flex;
  justify-content: center;
  padding: 1.4rem 0;
  border-radius: 0 0 10rem 50%/1rem;
  position: absolute;
  right: 13px;
  left: 13px;
  margin: -3.9rem 0 0 0;
}

.best-seller-wrapper span {
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif,'Lato', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}

.inner-page-banner-wrapper {

}

.inner-page-banner-wrapper .inner-page-banner-img {
  width: 100%;
  max-height: 490px;
  object-fit: cover;
  object-position: bottom;
}

.inner-page-banner-wrapper .inner-page-wrapper {
  position: absolute;
  top: 50%;
  right: 10%;
  left: 10%;
}

.inner-page-banner-wrapper .inner-page-wrapper .inner-page-title {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {
  .logo-desktop {
    padding: 1rem;
  }
}

@media only screen and (max-width: 576px) {
  .home-first-content {
    padding-top: 0.3rem;
  }

  .home-first-content .sy-box {
    margin: 0 1rem 1rem 1rem;
  }

  .home-first-content .sy-slide a img {
    height: 100%;
    max-height: 200px;
    object-fit: contain;
  }

  .home-first-content .home-first-content-mobile-wrapper {
    display: block;
  }

  .home-first-content .home-first-content-desktop-wrapper {
    display: none;
  }

  .home-second-content .home-second-content-title {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .home-second-content .home-second-content-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .home-second-content .home-second-content-unifi-title {
    font-size: 1.2rem;
  }

  .home-second-content .home-second-content-box {
    padding: 0 2rem; 
  }

  .home-second-content .home-second-content-box.vip-plan .pricing-table {
    min-height: 100%;
  }

  .home-second-content .home-second-content-box.home-plan .pricing-table {
    min-height: 100%;
  }

  .home-third-content .home-third-content-title {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .home-third-content .home-third-content-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .home-third-content .home-third-content-box .home-third-content-img {
    height: 70px;
    width: 70px;
  }

  .home-third-content .home-third-content-box-title {
    font-size: 17px;
  }

  .home-fourth-content .home-fourth-content-title {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .home-fourth-content .home-fourth-content-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .home-fifth-content .home-fifth-content-title {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .home-sixth-content .home-sixth-content-title {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .home-sixth-content .home-sixth-content-subtitle {
    font-size: 1rem;
  }

  .home-seventh-content .img-coverage-girl {
    display: none;
  }

  .home-seventh-content .img-coverage-girl-wrapper {
    display: none;
  }

  .home-seventh-content .home-seventh-content-title {
    font-size: 1.34rem;
    font-weight: 700;
  }

  .home-seventh-content .home-seventh-content-subtitle {
    font-size: 1.34rem;
    font-weight: 700;
  }

  .home-eight-content .home-eight-content-title {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .home-eight-content .pricing-table-wrapper {
    padding: 0 2rem;
  }

  .sy-pager li {
    width: 1em;
    height: 1em;
  }

  .calltoactioninfo {
    margin-top: 1rem;
    padding: 1rem 0 0;
  }

  header .top-head-wrapper {
    background-color: #ffffff;
    padding: 0;
  }

  .logo-desktop {
    display: none;
  }

  header .top-head-wrapper .top-head-label {
    font-size: 13px;
    color:#ff632b;
    font-weight:bold;
    text-align: start;
  }

  header .top-head-wrapper .top-head-label-desktop-view {
    display: none;
  }

  header .top-head-wrapper .top-head-label-phone-view {
    display: block;
  }

  header .top-head-wrapper .logo .main-logo {
    
  }

  header .top-head-wrapper .logo {
    margin: 0; 
  }

  .entry-form-title {
    margin-bottom: 0.3rem;
  }

  .slicknav_btn {
    margin: 0;
  }

  .slicknav_menu .slicknav_menutxt {
    font-size: 12px;
  }

  .slicknav_menu .slicknav_icon {
    font-size: 12px;
  }

  .sy-pager {
    display: none;
  }

  #mobile-package-wrapper .mobile-package-footer-wrapper {
    padding: 1rem;
    padding-bottom: 0;
  }

  #mobile-package-wrapper .mobile-package-footer-wrapper span {
    font-size: 1.4rem;
  }

  .switch {
    width: 47px;
    height: 25px;
  }

  .slider:before {
    height: 19px;
    width: 19px;
    bottom: 3px;
  }

  input:checked + .slider:before {
    left: -2px;
  }
}

@media only screen and (max-width: 475px) {

}

/* 414px < grid display */
@media only screen and (max-width: 414px) {
  .home-first-content {
    padding-top: 0.3rem;
  }
  .home-first-content .sy-slide a img {
    height: 100%;
    max-height: 200px;
  }

  .entry-form-title {
    margin-bottom: 0.3rem;
  }

  .home-fourth-content .home-fourth-content-step-label {
    font-size: 17px;
  }
}

@media only screen and (max-width: 375px) {
  .home-first-content .sy-slide a img {
    
  }

  .home-third-content .home-third-content-title  {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .home-third-content .home-third-content-subtitle  {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

/* smallest screen */
@media only screen and (max-width: 320px) {
  .home-first-content .sy-slide a img {
    
  }

  .home-second-content .home-second-content-title {
    font-size: 1.2rem;
  }

  .home-second-content .home-second-content-unifi-title {
    font-size: 1rem;
  }
}