.content-title {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tab-content .plan-wrap .item.added .item-wrap .triangle,
.tab-content .device-wrap .item.added .item-wrap .triangle {
  opacity: 1;
  visibility: visible;
}

.tab-content .plan-wrap .item .item-wrap .triangle,
.tab-content .device-wrap .item .item-wrap .triangle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab-content .plan-wrap .item .item-wrap .triangle,
.tab-content .device-wrap .item .item-wrap .triangle {
  opacity: 0;
  visibility: hidden;
}

:root {
  --primary-color: #46d5a4;
  --system-color: #46d5a4;
}

body {
  font-family: 'poligon-regular';
  overflow-x: hidden !important;
}

a,
button {
  text-decoration: none !important;
}

button:focus {
  outline: none !important;
}

.container {
  padding: 0 30px !important;
}

ul, ol {
  list-style: none;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 575px) {
  .container {
    padding: 0 30px !important;
  }
}

/* ======= Fonts ======= */
@font-face {
  font-family: 'poligon-regular';
  src: url(/fonts/Poligon-Regular.woff?b5798fbe6498a4e4a9a4d4e379f5f5b6) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.poligon-regular {
  font-family: 'poligon-regular';
}

@font-face {
  font-family: 'poligon-bold';
  src: url(/fonts/Poligon-Bold.woff?2d2b1fddf50d0aaa6e094c0a1cf6fe8c) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.poligon-bold {
  font-family: 'poligon-bold';
}

@font-face {
  font-family: 'poligon-semi-bold';
  src: url(/fonts/Poligon-SemiBold.woff?64d48f5577a0229e69fb3c9ad9b9663c) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.poligon-semi-bold {
  font-family: 'poligon-semi-bold';
}

@font-face {
  font-family: 'poligon-light';
  src: url(/fonts/Poligon-Light.woff?119a1dc720c5e0229fdb19d1cbae721f) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.poligon-light {
  font-family: 'poligon-light';
}

@font-face {
  font-family: 'euclid-circular-bold';
  src: url(/fonts/EuclidCircularA-Bold.woff?fa52e6aa362349f84e74337bb0d942d6) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.euclid-circular-bold {
  font-family: 'euclid-circular-bold';
}

@font-face {
  font-family: 'euclid-circular-regular';
  src: url(/fonts/EuclidCircularA-Regular.woff?68bdcf4786651bde8c18f8b0518ac4e1) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.euclid-circular-regular {
  font-family: 'euclid-circular-regular';
}

/* ======= Reuseable ======= */
.after-heading {
  font-family: "poligon-bold";
  color: #46d5a4;
  font-size: 22px;
}

.heading {
  font-size: 40px;
  font-family: "poligon-bold";
  color: #29354a;
}

.safety_heading {
  font-size: 40px;
  font-family: "poligon-bold";
  color: #29354a;
  margin-bottom: 30px;
}

.safety_p {
  font-size: 18px;
  color: #29354a;
  margin-bottom: 30px;
  font-family: 'poligon-regular';
}

.safety_feature {
  font-size: 14px;
  font-family: "poligon-bold";
}

.safety_feature_heading {
  font-size: 22px;
  font-family: "poligon-bold";
}

.safety_media {
  margin-top: 15px !important;
  color: #FF0088;
  font-family: 'euclid-circular-regular';
}

.safety_img {
  width: 430px !important;
}

@media only screen and (max-width: 575px) {
  .heading {
    font-size: 30px;
  }
  .safety_p {
    font-size: 16px;
  }
  .safety_heading {
    font-size: 30px;
  }
  #safety_part {
    padding-bottom: 0;
  }
}

.big-heading {
  font-size: 50px;
  font-family: "poligon-bold";
  color: #29354a;
}

@media only screen and (max-width: 575px) {
  .big-heading {
    font-size: 30px;
  }
}

.para-text {
  font-size: 18px;
  color: #29354a;
}

@media only screen and (max-width: 575px) {
  .para-text {
    font-size: 16px;
  }
}

.big-para-text {
  font-size: 22px;
}

@media only screen and (max-width: 575px) {
  .big-para-text {
    font-size: 18px;
  }
}

.button {
  font-size: 18px;
  padding: 12px 30px;
}

@media only screen and (max-width: 575px) {
  .button {
    font-size: 16px;
  }
}

.button.button-rounded {
  border-radius: 8px;
}

.button.button-big-rounded {
  border-radius: 35px;
}

.button.button-gradient {
  background: transparent linear-gradient(106deg, #46d546 0%, #46d5a4 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}

.card-heading {
  font-size: 22px;
  font-family: "poligon-bold";
  color: #46d5a4;
}

@media only screen and (max-width: 575px) {
  .card-heading {
    font-size: 20px;
  }
}

/* ======= Header Section ======= */
#header-section .navbar {
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#header-section .navbar.sticky-nav {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #ffffff;
  padding: 10px 0 !important;
  z-index: 9999999999999999999999999 !important;
  -webkit-box-shadow: 8px 13px 23px #0000001a;
  box-shadow: 8px 13px 23px #0000001a;
}

@media (max-width: 575px) {
  #header-section .navbar .navbar-brand {
    width: 150px;
  }
}

@media (max-width: 991px) {
  #header-section .navbar .navbar-toggler {
    background: transparent-webkit-gradient(linear, left top, left bottom, from(#46d546), to(#46d5a4));
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#46d546), to(#46d5a4));
    background: transparent linear-gradient(180deg, #46d546 0%, #46d5a4 100%);
    padding: 3px 7px !important;
    border-radius: 5px;
  }
  #header-section .navbar .navbar-toggler:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  #header-section .navbar .navbar-toggler span {
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 24px;
  }
  #header-section .navbar .navbar-toggler.toggle .bar-1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 5px);
    transform: rotate(-45deg) translate(-6px, 5px);
  }
  #header-section .navbar .navbar-toggler.toggle .bar-2 {
    opacity: 0;
  }
  #header-section .navbar .navbar-toggler.toggle .bar-3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }
}

#header-section .navbar .navbar-collapse .navbar-nav .nav-item {
  margin: 0 10px;
}

#header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #303846;
}

#header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  font-family: "poligon-bold";
}

#header-section .navbar .navbar-collapse .login-and-cart-box .cart i {
  color: #303846;
}

#header-section .navbar .navbar-collapse .login-and-cart-box .cart .badge {
  background-color: #46d5a4;
  width: 20px;
  height: 20px;
  line-height: 12px;
  text-align: center;
  border-radius: 50%;
  top: -10px;
  right: -12px;
}

@media (max-width: 991px) {
  #header-section .navbar .navbar-collapse {
    background-color: #ffffff;
    -webkit-box-shadow: 8px 13px 23px #0000001a;
    box-shadow: 8px 13px 23px #0000001a;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    border-radius: 8px;
  }
  #header-section .navbar .navbar-collapse .navbar-nav {
    padding: 30px 30px 0 30px;
  }
  #header-section .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 5px 0 !important;
  }
  #header-section .navbar .navbar-collapse .login-and-cart-box {
    padding: 15px 30px 30px 30px;
  }
}

/* ======= Hero Section ======= */
#hero-section {
  padding: 170px 0 50px 0;
  background-image: url(/images/hero-bg.png?68acecf7d4a306cbb83c207f029d1847);
  background-position: center;
  background-color: 0;
  background-size: cover;
}

#hero-section-2 {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  width: 100%;
  background: url(/images/hero-bg.png?ac9c392fe4357295ce0c051ced5eeb8d);
}

#hero-section .left-side .stay-connected {
  color: #46d5a4;
  background-color: #e0f8f0;
  border: 1px solid #84e3c2;
  border-radius: 30px;
}

#hero-section-2 .left-side p {
  color: #626e84;
}

@media (max-width: 991px) {
  #hero-section {
    background-position: right;
  }
}

#header-section-2 .navbar {
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#header-section-2 .navbar.sticky-nav {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #ffffff;
  padding: 10px 0 !important;
  z-index: 9999999999999999999999999 !important;
  -webkit-box-shadow: 8px 13px 23px #0000001a;
  box-shadow: 8px 13px 23px #0000001a;
}

@media (max-width: 575px) {
  #header-section-2 .navbar .navbar-brand {
    width: 150px;
  }
}

@media (max-width: 991px) {
  #header-section-2 .navbar .navbar-toggler {
    background: transparent-webkit-gradient(linear, left top, left bottom, from(#46d546), to(#46d5a4));
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#46d546), to(#46d5a4));
    background: transparent linear-gradient(180deg, #46d546 0%, #46d5a4 100%);
    padding: 3px 7px !important;
    border-radius: 5px;
  }
  #header-section-2 .navbar .navbar-toggler:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  #header-section-2 .navbar .navbar-toggler span {
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 24px;
  }
  #header-section-2 .navbar .navbar-toggler.toggle .bar-1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 5px);
    transform: rotate(-45deg) translate(-6px, 5px);
  }
  #header-section-2 .navbar .navbar-toggler.toggle .bar-2 {
    opacity: 0;
  }
  #header-section-2 .navbar .navbar-toggler.toggle .bar-3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }
  .form_col {
    padding: 20px 0 !important;
    margin-bottom: 20px;
  }
  .main_ul {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .main_ul .nav-item .nav-link {
    margin: 0 15px 15px 0;
    font-size: 14px !important;
  }
  .faq-head h2 {
    font-size: 29px !important;
  }
  .dropdown a {
    font-size: 18px !important;
  }
  .faq-head p {
    font-size: 14px !important;
  }
  .dropdown p {
    font-size: 14px !important;
  }
  .faq_container {
    padding: 0 !important;
  }
}

#header-section-2 .navbar .navbar-collapse .navbar-nav .nav-item {
  margin: 0 10px;
}

#header-section-2 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #303846;
}

#header-section-2 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  font-family: "poligon-bold";
}

#header-section-2 .navbar .navbar-collapse .login-and-cart-box .cart i {
  color: #303846;
}

#header-section-2 .navbar .navbar-collapse .login-and-cart-box .cart .badge {
  background-color: #46d5a4;
  width: 20px;
  height: 20px;
  line-height: 12px;
  text-align: center;
  border-radius: 50%;
  top: -10px;
  right: -12px;
}

@media (max-width: 991px) {
  #header-section-2 .navbar .navbar-collapse {
    background-color: #ffffff;
    -webkit-box-shadow: 8px 13px 23px #0000001a;
    box-shadow: 8px 13px 23px #0000001a;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    border-radius: 8px;
  }
  #header-section-2 .navbar .navbar-collapse .navbar-nav {
    padding: 30px 30px 0 30px;
  }
  #header-section-2 .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 5px 0 !important;
  }
  #header-section-2 .navbar .navbar-collapse .login-and-cart-box {
    padding: 15px 30px 30px 30px;
  }
}

/* ======= Hero Section ======= */
#hero-section-2 {
  padding: 170px 0 50px 0;
  background-position: center;
  background-color: 0;
  background-size: cover;
}

#hero-section-2 .left-side .stay-connected {
  color: #46d5a4;
  background-color: #e0f8f0;
  border: 1px solid #84e3c2;
  border-radius: 30px;
}

#hero-section-2 .left-side p {
  color: #626e84;
}

@media (max-width: 991px) {
  #hero-section-2 {
    padding: 250px 0 50px 0;
    background-position: right;
  }
}

.search_btn {
  border: 2px solid #46D5A4;
  border-radius: 25px;
  width: 100%;
  background: #fff;
}

.search_btn input {
  border: none;
  outline: none;
  width: 70%;
  border-radius: 25px;
}

.btn img {
  width: 20px;
}

/* ======= Devices Section ======= */
#devices-section {
  padding: 100px 0;
}

#devices-section .device-card {
  background: #fbfcfe 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 13px 12px #00000014;
  box-shadow: 0px 13px 12px #00000014;
  border-radius: 22px;
}

#devices-section .device-card .swiper-container {
  border-radius: 14px;
  cursor: -webkit-grab;
  cursor: grab;
}

#devices-section .device-card .swiper-container .swiper-slide .w-53 {
  width: 53% !important;
}

#devices-section .device-card .swiper-container .swiper-next-button,
#devices-section .device-card .swiper-container .swiper-prev-button {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #bbbbbb;
  border: 1px solid #bbbbbb;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  outline: none !important;
}

#devices-section .device-card .swiper-container .swiper-next-button {
  right: 20px;
}

#devices-section .device-card .swiper-container .swiper-prev-button {
  left: 20px;
}

#devices-section .device-card .product-title h3 {
  color: #3ab289;
  min-height: 40px;
}

#devices-section .device-card .product-title p {
  color: #29354a;
  min-height: 60px;
}

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

/* ======= Info Section ======= */
#info-section {
  padding: 100px 0;
}

#info-section .bg {
  background-image: url(/images/gradient-bg.png?8cad5458c6dbd6593a0f0fb2d6cbcf0a);
  background-position: center;
  background-color: 0;
  background-size: cover;
  border-radius: 24px;
  padding: 50px;
}

@media (max-width: 1199px) {
  #info-section .bg {
    padding: 50px 50px 0 50px;
  }
}

@media (max-width: 575px) {
  #info-section .bg {
    padding: 30px 30px 0 30px;
  }
}

#info-section .bg .left-side .heading,
#info-section .bg .left-side .para-text {
  color: #313b44;
}

#info-section .bg .right-side {
  top: -241px;
  width: 100%;
}

@media (min-width: 1400px) {
  #info-section .bg .right-side {
    top: -251px;
  }
}

@media (max-width: 1199px) {
  #info-section .bg .right-side {
    position: static !important;
  }
}

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

/* ======= How It Works Section ======= */
#how-it-works-section .how-it-works-path-box {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#how-it-works-section .how-it-works-path-box img {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

#how-it-works-section .how-it-works-box-parent {
  z-index: 99999;
}

#how-it-works-section .how-it-works-box-parent .how-it-works-box p {
  color: #5d6e88;
}

@media (max-width: 575px) {
  #how-it-works-section .how-it-works-box-parent .how-it-works-box img {
    width: 60%;
  }
}

/* ======= Video Section ======= */
#video-section {
  padding: 50px 0 100px 0;
  position: relative;
}

#video-section .laptop-main-box .laptop-box {
  position: relative;
}

#video-section .laptop-main-box .laptop-box .video-img {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 78% !important;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}

#video-section .laptop-main-box .laptop-box .cover-video-box .cover-video video {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 78% !important;
  height: 90% !important;
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  z-index: -1;
}

#video-section .laptop-main-box .laptop-box .cover-video-box .cover-video video:focus {
  outline: none !important;
}

#video-section .laptop-main-box .laptop-box .play-icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999999;
}

#video-section .laptop-main-box .laptop-box .play-icon i {
  padding: 15px 30px;
  color: #ffffff;
  background: transparent-webkit-gradient(linear, left top, left bottom, from(#46d546), to(#46d5a4));
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#46d546), to(#46d5a4));
  background: transparent linear-gradient(180deg, #46d546 0%, #46d5a4 100%);
  border-radius: 10px;
}

@media (max-width: 575px) {
  #video-section {
    padding: 50px 0 70px 0;
  }
}

/* ======= Testimonial Section ======= */
#testimonial-section {
  padding-bottom: 100px;
}

#testimonial-section .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
}

#testimonial-section .swiper-slide .testimonial-card {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
}

#testimonial-section .swiper-slide .testimonial-card .quote img {
  width: 50px !important;
}

#testimonial-section .swiper-slide .testimonial-card p {
  color: #5a6084;
}

#testimonial-section .swiper-slide .testimonial-card .client-info .client-img {
  width: 50px;
}

#testimonial-section .swiper-slide .testimonial-card .client-info .client-name {
  font-family: 'poligon-semi-bold';
}

#testimonial-section .swiper-slide .testimonial-card .client-info p {
  margin-bottom: 0 !important;
}

#testimonial-section .swiper-prev img,
#testimonial-section .swiper-next img {
  width: 70px;
}

#testimonial-section .swiper-prev:focus,
#testimonial-section .swiper-next:focus {
  outline: none !important;
}

#testimonial-section .swiper-pagination {
  position: static !important;
}

#testimonial-section .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3ab289 !important;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

#testimonial-section .swiper-pagination .swiper-pagination-bullet-active:focus {
  outline: none !important;
}

#testimonial-section .other-review h5 {
  font-family: 'poligon-semi-bold';
  color: #5a6084;
}

#testimonial-section .other-review .review .fa-star,
#testimonial-section .other-review .review .fa-star-half-alt {
  color: #febb11;
}

#testimonial-section .other-review .review span {
  color: #5a6084;
}

#testimonial-section .other-review .see-all-review-btn {
  display: inline-block;
  padding: 5px 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
}

#testimonial-section .other-review .see-all-review-btn span {
  font-family: 'poligon-semi-bold';
  font-size: 16px;
  color: #000000;
}

@media (max-width: 575px) {
  #testimonial-section {
    padding-bottom: 70px;
  }
}

/* ======= Footer Section ======= */
#footer-section {
  background-color: #0c241b;
  padding-top: 70px;
}

#footer-section .footer-widget .newsletter-box .newsletter .newsletter-form input {
  border-radius: 35px 35px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 12px 30px;
}

@media (max-width: 575px) {
  #footer-section .footer-widget .newsletter-box .newsletter .newsletter-form input {
    display: block !important;
    width: 100% !important;
  }
}

#footer-section .footer-widget .newsletter-box .newsletter .newsletter-form button {
  border-radius: 35px !important;
}

@media (max-width: 575px) {
  #footer-section .footer-widget .newsletter-box .newsletter .newsletter-form button {
    display: block !important;
    width: 100% !important;
  }
}

#footer-section .footer-widget .social-links a {
  margin: 0 5px;
  display: inline-block;
}

#footer-section .footer-widget .social-links a:first-child {
  margin-left: 0;
}

#footer-section .footer-widget .social-links a:last-child {
  margin-right: 0;
}

#footer-section .footer-widget .social-links a i {
  font-size: 17px;
  color: #0c241b;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: transparent-webkit-gradient(linear, left top, left bottom, from(#46d546), to(#46d5a4));
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#46d546), to(#46d5a4));
  background: transparent linear-gradient(180deg, #46d546 0%, #46d5a4 100%);
}

#footer-section .footer-widget .footer-sub-heading {
  font-family: "poligon-bold";
  font-size: 20px;
  min-height: 50px;
}

#footer-section .footer-widget .footer-link p a {
  color: #ffffff;
  font-size: 18px;
}

#footer-section .footer-copyright p,
#footer-section .footer-copyright a {
  color: #ffffff;
  font-size: 18px;
}

#footer-section .footer-copyright .footer-border-end-default {
  position: relative;
}

/* ======= Page 2 ======= */
/* ======= hero Section ======= */
/* ======= Product Info Section ======= */
/* ======= Features Section ======= */
/* ======= How It Works Section ======= */
/* ======= Info Section ======= */
#hero-section .left-side .after-heading {
  font-size: 30px;
  color: #303846;
}

#hero-section .left-side .heading {
  font-family: "poligon-light" !important;
  font-size: 39px;
}

#hero-section .left-side .free-shipping-and-call-to-order-box img {
  width: 50px;
}

#hero-section .left-side .free-shipping-and-call-to-order-box p {
  font-family: "poligon-semi-bold";
}

#hero-section .left-side .free-shipping-and-call-to-order-box .free-shipping {
  background-color: #ffe9f5;
  border-radius: 45px;
  padding: 10px 20px 10px 10px;
}

#hero-section .left-side .free-shipping-and-call-to-order-box .free-shipping p {
  color: #ff0088;
}

#hero-section .left-side .free-shipping-and-call-to-order-box .call-to-order {
  background-color: #ebf5ff;
  border-radius: 45px;
  padding: 10px 20px 10px 10px;
}

#hero-section .left-side .free-shipping-and-call-to-order-box .call-to-order span {
  color: #0482ff;
}

#hero-section .left-side .free-shipping-and-call-to-order-box .call-to-order p {
  color: #0482ff;
}

@media (max-width: 1199px) {
  #hero-section {
    padding: 250px 0 50px 0;
    background-position: right;
  }
  #hero-section .left-side .button-box .button {
    margin: auto !important;
  }
}

@media (max-width: 575px) {
  #hero-section .left-side .button-box .button {
    width: 100% !important;
  }
}

#product-info-section {
  padding: 100px 0;
}

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

#product-info-section .left-side .product-img-tab nav .nav-tabs .nav-link {
  cursor: pointer;
  width: 74px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 11px;
  margin: 10px 0;
}

@media (min-width: 1400px) {
  #product-info-section .left-side .product-img-tab nav .nav-tabs .nav-link {
    width: 92px;
  }
}

@media (max-width: 1199px) {
  #product-info-section .left-side .product-img-tab nav .nav-tabs .nav-link {
    width: 100px;
  }
}

@media (max-width: 767px) {
  #product-info-section .left-side .product-img-tab nav .nav-tabs .nav-link {
    width: 23%;
    margin: 10px 1%;
  }
  #product-info-section .left-side .product-img-tab nav .nav-tabs .nav-link:first-child {
    margin-left: 0;
  }
  #product-info-section .left-side .product-img-tab nav .nav-tabs .nav-link:last-child {
    margin-right: 0;
  }
}

#product-info-section .left-side .product-img-tab nav .nav-tabs .nav-link:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  #product-info-section .left-side .product-img-tab nav .nav-tabs .nav-link:first-child {
    margin-top: 10px;
  }
}

#product-info-section .left-side .product-img-tab nav .nav-tabs .nav-link:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #product-info-section .left-side .product-img-tab nav .nav-tabs .nav-link:last-child {
    margin-bottom: 10px;
  }
}

#product-info-section .left-side .product-img-tab nav .nav-tabs .nav-link.active {
  background: #ffffff;
  border: 3px solid #3ab289;
  border-radius: 11px;
}

#product-info-section .left-side .product-img-tab .tab-content {
  height: 100%;
  background: #fcfcfc 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 28px #0000000f;
  box-shadow: 0px 3px 28px #0000000f;
  border-radius: 11px;
  padding: 50px 100px;
}

#product-info-section .right-side .product-card .product-short-details .price p {
  color: #a2adbf;
}

#product-info-section .right-side .product-card .product-short-details .price .amount {
  color: #3ab289;
  font-size: 50px;
  font-family: 'Bebas Neue', cursive;
}

#product-info-section .right-side .product-card .monthly-plan {
  background: #f9fafc 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 10px;
}

#product-info-section .right-side .product-card .monthly-plan p:first-child {
  font-family: "poligon-bold";
}

#product-info-section .right-side .product-card .monthly-plan p:last-child {
  color: #5d6e88;
}

#product-info-section .right-side .product-card .monthly-plan .price {
  color: #ff0088;
  font-size: 40px;
  font-family: 'Bebas Neue', cursive;
}

#product-info-section .right-side .product-card .facilities .media img {
  width: 20px;
  height: 20px;
}

#product-info-section .right-side .product-card .facilities .media .media-body .para-text {
  color: #ff0088;
  font-family: "poligon-semi-bold";
}

#features-section {
  padding-bottom: 100px;
}

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

@media (min-width: 1200px) and (max-width: 1399px) {
  #features-section .features .features-top-item {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

#features-section .features .features-middle-image {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#features-section .features .features-icon {
  width: 120px;
  margin-left: -25px;
}

#how-it-works-section {
  padding: 70px 0 50px 0;
  background-color: #f2fff7;
}

#info-section {
  padding: 150px 0 100px 0;
}

@media (max-width: 575px) {
  #info-section {
    padding: 80px 0;
  }
}
/* start faq part */
#faq_part {
  padding: 20px;
  border-radius: 15px;
}

.main_ul .nav-item .nav-link {
  border: 2px solid #C9C9C9;
  border-radius: 25px;
  color: #C9C9C9;
  background: #fff;
}

.main_ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.main_ul .nav-item .active {
  border-color: #46d5a4;
  color: #46D5A4;
}

.dropdown {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #EEEEEE;
  color: #162F3D !important;
}

.uk-open a {
  color: #162F3D !important;
  font-family: 'poligon-bold';
  font-size: 20px;
}

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

.dropdown a {
  font-size: 22px;
}

.form_col {
  padding: 20px 40px;
  border-radius: 16px;
  background: #F9FAFC;
}

.form_col3 {
  margin-top: 20px;
}

.form_col2 {
  margin-right: 20px;
}

.first_name {
  font-size: 18px;
  color: #000;
  padding: 15px 10px;
  font-family: 'poligon-regular';
  border: 0;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 3px 10px #00000017;
          box-shadow: 0px 3px 10px #00000017;
  border-radius: 10px;
}

.last_name {
  font-size: 18px;
  color: #000;
  padding: 15px 10px;
  font-family: 'poligon-regular';
  border: 0;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 3px 10px #00000017;
          box-shadow: 0px 3px 10px #00000017;
  border-radius: 10px;
}

#form_message {
  height: 50px;
  width: 100%;
  border: 0;
  font-size: 18px;
  color: #000;
  font-family: 'poligon-regular';
  padding: 10px 0 0 10px;
  -webkit-box-shadow: 0px 3px 10px #00000017;
          box-shadow: 0px 3px 10px #00000017;
  border-radius: 10px;
  margin-bottom: 30px;
}

.form_submit {
  padding: 10px 44.5%;
  color: #fff;
  font-family: 'poligon-regular';
  font-size: 14px;
  border-radius: 7px;
  background: transparent linear-gradient(96deg, #46D546 0%, #46D5A4 100%) 0% 0% no-repeat padding-box;
}

.form-select {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form_submit:hover {
  color: #fff;
}

.email {
  width: 100%;
  border: 0;
  font-size: 18px;
  color: #000;
  font-family: 'poligon-regular';
  padding: 15px 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 3px 10px #00000017;
          box-shadow: 0px 3px 10px #00000017;
  border-radius: 10px;
}

.form-select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  color: #000;
  font-family: 'poligon-regular';
  padding: 10px 10px;
  margin-bottom: 20px;
}

.faq-head h2 {
  font-family: 'poligon-bold';
  font-size: 40px;
  color: #2C303B;
}

.faq-head p {
  font-family: 'poligon-regular';
  font-size: 18px;
  color: #6D7C84;
}

.faq-contact-text a {
  font-size: 18px;
  font-family: 'poligon-bold';
  color: #46D5A4;
  text-decoration: underline !important;
}

.faq-contact-text a p {
  width: 100%;
}

/*structure css*/
body.no-scrollbar {
  overflow: hidden;
}

.global-wrap {
  overflow: hidden;
}

.img-wrap img {
  width: 100%;
  height: auto;
}

header .banner {
  background: #6004ba;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .banner p {
  color: #aab8bd;
  font-size: 13px;
}

header .banner p span {
  color: #FFF;
  font-weight: 500;
}

header .site-name {
  font-weight: 700;
  position: relative;
  padding-left: 65px;
  display: inline-block;
}

header .site-name a {
  color: #aab8bd;
}

header .site-name img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

header .navbar {
  background-color: transparent;
  border-color: transparent;
}

header .navbar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

header .navbar .nav {
  float: right;
  margin-top: 10px;
}

header .navbar .nav li.active a, header .navbar .nav li:hover a {
  color: #6004ba;
  background-color: transparent;
}

header .navbar .nav li a {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-right: 50px;
  padding: 0 !important;
}

header .navbar .nav li a.btn.style1 {
  padding: 0 10px !important;
  color: #FFF !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  position: relative;
  top: -7px;
}

header .navbar .nav li a.btn.style1:hover {
  background-color: #AC00F6;
}

header .navbar .nav li:last-child a {
  margin-right: 0;
}

header .navbar .navbar-toggle {
  border-color: #dbddde;
}

header .navbar .navbar-toggle:focus, header .navbar .navbar-toggle:hover {
  background-color: #dbddde;
}

header .navbar .navbar-toggle .icon-bar {
  background-color: #6004ba;
}

.choose-device-content {
  margin-top: 70px;
  margin-bottom: 100px;
}

.content-title {
  color: #000000;
  max-width: 640px;
  font-weight: 700;
}

.process-steps {
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-left: calc(25% - 45px);
}

.process-steps li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 16px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  color: #aab8bd;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.process-steps li .circle {
  width: 40px;
  height: 40px;
  display: block;
  text-align: left;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #aab8bd;
  position: relative;
  left: -1px;
}

.process-steps li .bar {
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #aab8bd;
  top: 20px;
  left: 0;
  z-index: -1;
}

.process-steps li span {
  font-size: 16px;
}

.process-steps li:last-child .bar {
  display: none;
}

.process-steps.step1 li:first-child {
  color: #000000;
}

.process-steps.step1 li:first-child .circle {
  background-color: #6004ba;
  background-image: url(/images/loader.gif?cd8c3a0c880562b4cd32b6ed916b27dd);
  background-repeat: no-repeat;
  background-position: 7px 7px;
}

.process-steps.step2 li:first-child {
  color: #000000;
}

.process-steps.step2 li:first-child .circle {
  background-color: #6004ba;
}

.process-steps.step2 li:first-child .circle:before {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #32cbcb;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
}

.process-steps.step2 li:first-child .circle:after {
  content: "";
  width: 8px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
  left: 15px;
  z-index: 3;
}

.process-steps.step2 li:first-child:before {
  content: '';
  height: 3px;
  background: #32c8cb;
  background: -webkit-gradient(left top, right top, color-stop(0%, #32c8cb), color-stop(80%, #32c8cb), color-stop(100%, #4d00ac));
  background: -webkit-gradient(linear, left top, right top, from(#32c8cb), color-stop(80%, #32c8cb), to(#4d00ac));
  background: linear-gradient(to right, #32c8cb 0%, #32c8cb 80%, #4d00ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32c8cb', endColorstr='#4d00ac', GradientType=1);
  width: 90%;
  position: absolute;
  top: 19px;
  right: 0;
  z-index: 1;
}

.process-steps.step2 li:first-child .bar {
  background-color: #6004ba;
  height: 9px;
  top: 16px;
}

.process-steps.step2 li:nth-child(2) {
  color: #000000;
}

.process-steps.step2 li:nth-child(2) .circle {
  background-color: #6004ba;
  background-image: url(/images/loader.gif?cd8c3a0c880562b4cd32b6ed916b27dd);
  background-repeat: no-repeat;
  background-position: 7px 7px;
}

.process-steps.step3 li:first-child {
  color: #000000;
}

.process-steps.step3 li:first-child .circle {
  background-color: #6004ba;
}

.process-steps.step3 li:first-child .circle:before {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #32cbcb;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
}

.process-steps.step3 li:first-child .circle:after {
  content: "";
  width: 8px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
  left: 15px;
  z-index: 3;
}

.process-steps.step3 li:first-child:before {
  content: '';
  height: 3px;
  background: #32c8cb;
  width: 90%;
  position: absolute;
  top: 19px;
  right: 0;
  z-index: 1;
}

.process-steps.step3 li:first-child .bar {
  background-color: #6004ba;
  height: 9px;
  top: 16px;
}

.process-steps.step3 li:nth-child(2) {
  color: #000000;
}

.process-steps.step3 li:nth-child(2) .circle {
  background-color: #6004ba;
}

.process-steps.step3 li:nth-child(2) .circle:before {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #32cbcb;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
}

.process-steps.step3 li:nth-child(2) .circle:after {
  content: "";
  width: 8px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
  left: 15px;
  z-index: 3;
}

.process-steps.step3 li:nth-child(2):before {
  content: '';
  height: 3px;
  background: #32c8cb;
  background: -webkit-gradient(left top, right top, color-stop(0%, #32c8cb), color-stop(80%, #32c8cb), color-stop(100%, #4d00ac));
  background: -webkit-gradient(linear, left top, right top, from(#32c8cb), color-stop(80%, #32c8cb), to(#4d00ac));
  background: linear-gradient(to right, #32c8cb 0%, #32c8cb 80%, #4d00ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32c8cb', endColorstr='#4d00ac', GradientType=1);
  width: 100%;
  position: absolute;
  top: 19px;
  left: 0;
  z-index: 1;
}

.process-steps.step3 li:nth-child(2) .bar {
  background-color: #6004ba;
  height: 9px;
  top: 16px;
}

.process-steps.step3 li:nth-child(3) {
  color: #000000;
}

.process-steps.step3 li:nth-child(3) .circle {
  background-color: #6004ba;
  background-image: url(/images/loader.gif?cd8c3a0c880562b4cd32b6ed916b27dd);
  background-repeat: no-repeat;
  background-position: 7px 7px;
}

.process-steps.step4 li:first-child, .process-steps.step4 li:nth-child(2) {
  color: #000000;
}

.process-steps.step4 li:first-child .circle, .process-steps.step4 li:nth-child(2) .circle {
  background-color: #6004ba;
}

.process-steps.step4 li:first-child .circle:before, .process-steps.step4 li:nth-child(2) .circle:before {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #32cbcb;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
}

.process-steps.step4 li:first-child .circle:after, .process-steps.step4 li:nth-child(2) .circle:after {
  content: "";
  width: 8px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
  left: 15px;
  z-index: 3;
}

.process-steps.step4 li:first-child:before, .process-steps.step4 li:nth-child(2):before {
  content: '';
  height: 3px;
  background: #32c8cb;
  width: 90%;
  position: absolute;
  top: 19px;
  right: 0;
  z-index: 1;
}

.process-steps.step4 li:first-child .bar, .process-steps.step4 li:nth-child(2) .bar {
  background-color: #6004ba;
  height: 9px;
  top: 16px;
}

.process-steps.step4 li:nth-child(2):before {
  width: 100%;
  right: auto;
  left: 0;
}

.process-steps.step4 li:nth-child(3) {
  color: #000000;
}

.process-steps.step4 li:nth-child(3) .circle {
  background-color: #6004ba;
}

.process-steps.step4 li:nth-child(3) .circle:before {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #32cbcb;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
}

.process-steps.step4 li:nth-child(3) .circle:after {
  content: "";
  width: 8px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
  left: 15px;
  z-index: 3;
}

.process-steps.step4 li:nth-child(3):before {
  content: '';
  height: 3px;
  background: #32c8cb;
  background: -webkit-gradient(left top, right top, color-stop(0%, #32c8cb), color-stop(80%, #32c8cb), color-stop(100%, #4d00ac));
  background: -webkit-gradient(linear, left top, right top, from(#32c8cb), color-stop(80%, #32c8cb), to(#4d00ac));
  background: linear-gradient(to right, #32c8cb 0%, #32c8cb 80%, #4d00ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32c8cb', endColorstr='#4d00ac', GradientType=1);
  width: 100%;
  position: absolute;
  top: 19px;
  left: 0;
  z-index: 1;
}

.process-steps.step4 li:nth-child(3) .bar {
  background-color: #6004ba;
  height: 9px;
  top: 16px;
}

.process-steps.step4 li:nth-child(4) {
  color: #000000;
}

.process-steps.step4 li:nth-child(4) .circle {
  background-color: #6004ba;
  background-image: url(/images/loader.gif?cd8c3a0c880562b4cd32b6ed916b27dd);
  background-repeat: no-repeat;
  background-position: 7px 7px;
}

.process-steps.step5 li:first-child, .process-steps.step5 li:nth-child(2), .process-steps.step5 li:nth-child(3), .process-steps.step5 li:nth-child(4), .process-steps.step5 li:nth-child(5) {
  color: #000000;
}

.process-steps.step5 li:first-child .circle, .process-steps.step5 li:nth-child(2) .circle, .process-steps.step5 li:nth-child(3) .circle, .process-steps.step5 li:nth-child(4) .circle, .process-steps.step5 li:nth-child(5) .circle {
  background-color: #6004ba;
}

.process-steps.step5 li:first-child .circle:before, .process-steps.step5 li:nth-child(2) .circle:before, .process-steps.step5 li:nth-child(3) .circle:before, .process-steps.step5 li:nth-child(4) .circle:before, .process-steps.step5 li:nth-child(5) .circle:before {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #32cbcb;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
}

.process-steps.step5 li:first-child .circle:after, .process-steps.step5 li:nth-child(2) .circle:after, .process-steps.step5 li:nth-child(3) .circle:after, .process-steps.step5 li:nth-child(4) .circle:after, .process-steps.step5 li:nth-child(5) .circle:after {
  content: "";
  width: 8px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
  left: 15px;
  z-index: 3;
}

.process-steps.step5 li:first-child:before, .process-steps.step5 li:nth-child(2):before, .process-steps.step5 li:nth-child(3):before, .process-steps.step5 li:nth-child(4):before, .process-steps.step5 li:nth-child(5):before {
  content: '';
  height: 3px;
  background: #32c8cb;
  width: 90%;
  position: absolute;
  top: 19px;
  right: 0;
  z-index: 1;
}

.process-steps.step5 li:first-child .bar, .process-steps.step5 li:nth-child(2) .bar, .process-steps.step5 li:nth-child(3) .bar, .process-steps.step5 li:nth-child(4) .bar, .process-steps.step5 li:nth-child(5) .bar {
  background-color: #6004ba;
  height: 9px;
  top: 16px;
}

.process-steps.step5 li:nth-child(2):before, .process-steps.step5 li:nth-child(3):before, .process-steps.step5 li:nth-child(4):before {
  width: 100%;
  right: auto;
  left: 0;
}

.process-steps.step5 li:nth-child(5):before {
  width: 30px;
  left: 0;
  right: auto;
}

#chooseDeviceTab {
  border-bottom: none;
  display: inline-block;
}

#chooseDeviceTab li {
  border: 1px solid #aab8bd;
}

#chooseDeviceTab li:first-child {
  border-radius: 25px 0 0 25px;
}

#chooseDeviceTab li:last-child {
  border-radius: 0 25px 25px 0;
}

#chooseDeviceTab li:not(:last-child) {
  border-right: 0;
}

#chooseDeviceTab li.active {
  background-color: #6004ba;
}

#chooseDeviceTab li.active a {
  border: 1px solid transparent;
  color: #FFF;
}

#chooseDeviceTab li a {
  background-color: transparent;
  color: #FFF;
  border-radius: 0;
  padding: 0 45px;
  line-height: 45px !important;
  font-size: 14px;
  font-weight: 700;
  color: #aab8bd;
}

#chooseDeviceTab li a:hover {
  border-color: transparent;
}

#gb {
  border-bottom: none;
  display: inline-block;
}

#gb li {
  border: 1px solid #dbddde;
  border-radius: 5px;
  margin-right: 10px;
}

#gb li.active {
  border: 1px solid #6004ba;
}

#gb li.active a {
  color: #000000;
  border: 1px solid transparent;
}

#gb li a {
  background-color: transparent;
  color: #aab8bd;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 0 10px;
}

#gb li a:hover {
  border-color: transparent;
}

.tab-content .plan-wrap,
.tab-content .device-wrap {
  margin-left: 0;
  margin-right: 0;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab-content .plan-wrap .item,
.tab-content .device-wrap .item {
  border: 1px solid #dbddde;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  width: calc((100% / 3) - 30px);
  border-radius: 15px;
  padding: 0;
  float: none;
}

.tab-content .plan-wrap .item .item-wrap,
.tab-content .device-wrap .item .item-wrap {
  padding-top: 30px;
  padding-bottom: 60px;
}

.tab-content .plan-wrap .item .item-wrap .triangle,
.tab-content .device-wrap .item .item-wrap .triangle {
  background: transparent;
  width: 0;
  height: 0;
  border-top: 50px solid #6004ba;
  border-left: 50px solid transparent;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.tab-content .plan-wrap .item .item-wrap .triangle i,
.tab-content .device-wrap .item .item-wrap .triangle i {
  font-size: 13px;
  color: #FFF;
  position: absolute;
  right: 8px;
  top: -42px;
}

.tab-content .plan-wrap .item .item-wrap .img-wrap,
.tab-content .device-wrap .item .item-wrap .img-wrap {
  width: 105px;
  height: 240px;
  margin: 0 auto;
  position: relative;
}

.tab-content .plan-wrap .item .item-wrap:not(.plan),
.tab-content .device-wrap .item .item-wrap:not(.plan) {
  padding-bottom: 150px;
  /*.row {
                        > div {
                            width: 100%;
                        }
                    }*/
}

.tab-content .plan-wrap .item .item-wrap:not(.plan) .device-name,
.tab-content .device-wrap .item .item-wrap:not(.plan) .device-name {
  padding-right: 0;
}

.tab-content .plan-wrap .item .item-wrap:not(.plan) .price-wrap,
.tab-content .device-wrap .item .item-wrap:not(.plan) .price-wrap {
  padding-right: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.tab-content .plan-wrap .item .item-wrap:not(.plan) .price-wrap .price,
.tab-content .device-wrap .item .item-wrap:not(.plan) .price-wrap .price {
  font-size: 40px;
}

.tab-content .plan-wrap .item .item-wrap:not(.plan) .price-wrap .month,
.tab-content .device-wrap .item .item-wrap:not(.plan) .price-wrap .month {
  top: 0;
}

.tab-content .plan-wrap .item .item-wrap.plan .price-wrap,
.tab-content .device-wrap .item .item-wrap.plan .price-wrap {
  border: 1px solid #dbddde;
  margin: 50px 25px 0px 25px;
  border-radius: 10px;
  padding: 20px;
}

.tab-content .plan-wrap .item .item-wrap.plan .price-wrap .btn,
.tab-content .device-wrap .item .item-wrap.plan .price-wrap .btn {
  max-width: 190px;
  margin: 20px auto 10px auto;
}

.tab-content .plan-wrap .item .item-wrap.plan .device-name,
.tab-content .device-wrap .item .item-wrap.plan .device-name {
  margin-bottom: 50px;
}

.tab-content .plan-wrap .item .item-wrap.plan .mobile-flex,
.tab-content .device-wrap .item .item-wrap.plan .mobile-flex {
  padding-bottom: 200px;
  display: block;
  overflow: hidden;
}

.tab-content .plan-wrap .item .item-wrap.plan .mobile-flex > div:last-child,
.tab-content .device-wrap .item .item-wrap.plan .mobile-flex > div:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tab-content .plan-wrap .item .device-name,
.tab-content .device-wrap .item .device-name {
  color: #000000;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 15px;
}

.tab-content .plan-wrap .item .desc,
.tab-content .device-wrap .item .desc {
  font-size: 13px;
  color: #829196;
  font-weight: 700;
  margin-bottom: 15px;
  padding-right: 15px;
}

.tab-content .plan-wrap .item .desc.req,
.tab-content .device-wrap .item .desc.req {
  color: #000000;
}

.tab-content .plan-wrap .item .desc.req i,
.tab-content .device-wrap .item .desc.req i {
  color: #6004ba;
  margin-right: 10px;
}

.tab-content .plan-wrap .item .price-wrap,
.tab-content .device-wrap .item .price-wrap {
  border-top: 1px solid #dbddde;
  padding-top: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #6004ba;
  padding-right: 15px;
}

.tab-content .plan-wrap .item .price-wrap .sign,
.tab-content .plan-wrap .item .price-wrap .price,
.tab-content .device-wrap .item .price-wrap .sign,
.tab-content .device-wrap .item .price-wrap .price {
  margin-right: 5px;
}

.tab-content .plan-wrap .item .price-wrap .sign,
.tab-content .plan-wrap .item .price-wrap .month,
.tab-content .device-wrap .item .price-wrap .sign,
.tab-content .device-wrap .item .price-wrap .month {
  font-size: 14px;
}

.tab-content .plan-wrap .item .price-wrap .price,
.tab-content .device-wrap .item .price-wrap .price {
  font-size: 65px;
}

.tab-content .plan-wrap .item .price-wrap .month,
.tab-content .device-wrap .item .price-wrap .month {
  color: #829196;
  display: inline-block;
  text-align: left;
  position: relative;
  top: -10px;
}

.tab-content .plan-wrap .item .price-wrap .month i,
.tab-content .device-wrap .item .price-wrap .month i {
  display: block;
}

.tab-content .plan-wrap .item .price-wrap.three-digit .price,
.tab-content .device-wrap .item .price-wrap.three-digit .price {
  font-size: 40px;
}

.tab-content .plan-wrap .item .price-wrap.three-digit .month,
.tab-content .device-wrap .item .price-wrap.three-digit .month {
  top: 0;
}

.tab-content .plan-wrap .item .item-wrap .btn {
  position: relative;
  right: auto !important;
  bottom: auto !important;
}

.tab-content .plan-wrap .item .item-wrap .price-wrap {
  margin-bottom: 30px !important;
}

.without-price {
  margin-top: 5px !important;
}

.without-price .sign {
  font-size: 9px !important;
  margin-right: -3px !important;
}

.without-price .price {
  font-size: 16px !important;
}

.without-price .month {
  font-size: 12px !important;
  top: 0 !important;
}

footer {
  background-color: #6004ba;
  padding-top: 65px;
  padding-bottom: 55px;
  position: relative;
}

footer:before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 819px;
  height: 124px;
  bottom: 0;
  left: 0;
  display: block;
  background-repeat: no-repeat;
  z-index: 1;
}

footer .footer-row {
  position: relative;
  z-index: 10;
}

footer .site-name a {
  color: #FFF;
  font-weight: 700;
}

footer .site-name img {
  margin-right: 15px;
}

footer .footer-title {
  font-weight: 700;
  color: #FFF;
}

footer .links {
  margin-top: 50px;
}

footer .links li {
  line-height: 2;
}

footer .links li a {
  font-size: 12px;
  color: #FFF;
}

.modal {
  background: rgba(61, 77, 86, 0.6);
}

.modal .modal-lg {
  max-width: 1170px;
  width: 100%;
}

.modal .modal-content {
  padding: 40px 30px;
}

.modal .modal-header {
  border-bottom: 0;
  padding: 0;
}

.modal .close {
  opacity: 1;
  position: relative;
  top: -20px;
}

.modal .close span {
  color: #000000;
  font-size: 40px;
  font-weight: 300;
}

.modal .modal-body .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .modal-body .images .thumbs li {
  margin-bottom: 35px;
  position: relative;
}

.modal .modal-body .images .thumbs li.active:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #6004ba;
}

.modal .modal-body .images .thumbs li.active .img-wrap .overlay-wrap {
  display: none;
}

.modal .modal-body .images .thumbs li .img-wrap {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.modal .modal-body .images .thumbs li .img-wrap .overlay-wrap {
  background: rgba(61, 77, 86, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.modal .modal-body .images .preview {
  margin-left: 40px;
}

.modal .modal-body .images .preview .img-wrap {
  width: 205px;
  height: 340px;
}

.modal .modal-body .device-name {
  color: #000000;
  font-weight: 700;
}

.modal .modal-body .price-wrap {
  font-weight: 700;
  color: #6004ba;
  padding-right: 25px;
}

.modal .modal-body .price-wrap .sign,
.modal .modal-body .price-wrap .price {
  margin-right: 5px;
}

.modal .modal-body .price-wrap .sign,
.modal .modal-body .price-wrap .month {
  font-size: 14px;
}

.modal .modal-body .price-wrap .price {
  font-size: 50px;
}

.modal .modal-body .price-wrap .month {
  color: #829196;
  display: inline-block;
  text-align: left;
  position: relative;
}

.modal .modal-body .price-wrap .month i {
  display: block;
}

.modal .modal-body .specifications .img-wrap {
  width: 245px;
}

.modal .modal-body .specifications .in-box {
  margin-top: 40px;
}

.modal .modal-body .specifications .in-box li {
  font-size: 13px;
  color: #000000;
  font-weight: 300;
  line-height: 2;
}

.modal .modal-body .specifications .specs-wrap .item {
  border-bottom: 1px solid #dbddde;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

.modal .modal-body .specifications .specs-wrap .specs {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}

.close-drop-con {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  color: #6e6e6e;
}

.main-nav {
  padding: 0;
}

.confirm-summary {
  border-top: 1px solid #aab8bd;
  border-bottom: 1px solid #aab8bd;
}

.confirm-summary .summary-item {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #aab8bd;
}

.confirm-summary .summary-item:last-child {
  border-bottom: 0;
}

.confirm-summary .summary-item .img-wrap {
  width: 70px;
  height: auto;
  margin-left: 20px;
  float: left;
}

.confirm-summary .summary-item .info {
  text-align: left;
  float: left;
  margin-left: 20px;
}

.confirm-summary .summary-item .info h5 {
  font-size: 20px;
  font-weight: 700;
}

.confirm-summary .summary-item .info p {
  font-size: 12px;
  font-weight: 700;
  padding-top: 15px;
}

.confirm-summary .summary-item .info .text-violet {
  color: #5200b1;
  font-weight: 700;
}

.confirm-summary .summary-item .pricing {
  text-align: right;
  padding-top: 20px;
}

.confirm-summary .summary-item .pricing p {
  font-size: 12px;
  font-weight: 700;
  padding-top: 15px;
}

.confirm-calculation {
  width: 100%;
  max-width: 340px;
  padding-top: 50px;
}

.confirm-calculation table {
  width: 100%;
}

.confirm-calculation table tr td {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}

.confirm-calculation table tr td:last-child {
  text-align: right;
}

.confirm-calculation .confirm-calculation-holder1 table {
  border-bottom: 1px solid #d4dbde;
}

.confirm-calculation .confirm-calculation-holder2 {
  padding-top: 20px;
}

.confirm-calculation .confirm-calculation-holder2 table tr td strong {
  font-size: 16px;
  font-weight: 700;
}

.confirm-calculation .confirm-calculation-holder2 table tr td strong > span {
  font-size: 12px;
  font-weight: 600;
}

.confirm-calculation .btn {
  margin-top: 30px;
}

.verify-business-form hr {
  border: 1px solid #aab8bd !important;
  margin: 50px 0 !important;
}

.verify-business-form .left-con h3 {
  line-height: normal;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}

.verify-business-form .left-con strong {
  font-size: 14px;
  font-weight: 700;
  color: #829196;
  display: block;
  margin-bottom: 20px;
}

.verify-business-form .left-con strong span {
  color: #5600b4;
}

.verify-business-form .left-con p {
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  color: #829196;
  width: 100%;
  max-width: 410px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.verify-business-form .right-con .dropzone {
  background: #fafbfd;
  border: 2px dashed #dbddde;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 280px;
}

.verify-business-form .right-con .dropzone .zone-wrap {
  text-align: center;
}

.verify-business-form .right-con .dropzone .zone-wrap h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}

.verify-business-form .right-con .dropzone .zone-wrap p {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 15px;
  color: #829196;
}

.verify-business-form .right-con .dropzone .zone-wrap input[type="file"] {
  display: none;
}

.verify-business-form .right-con .dropzone .zone-wrap .lbl-file {
  border: 1px solid #829196;
  border-radius: 100px;
  padding-left: 25px;
  padding-right: 25px;
  color: #829196;
  font-size: 12px;
  font-weight: 700;
}

.verify-business-form .right-con .btn {
  width: 100%;
  max-width: 250px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.verify-business-form .form-notif {
  background: #5200b0;
  background: -webkit-gradient(left top, right top, color-stop(0%, #5200b0), color-stop(100%, #b300fa));
  background: -webkit-gradient(linear, left top, right top, from(#5200b0), to(#b300fa));
  background: linear-gradient(to right, #5200b0 0%, #b300fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5200b0', endColorstr='#b300fa', GradientType=1);
  border-radius: 6px;
  margin-top: 50px;
  padding: 60px;
  position: relative;
}

.verify-business-form .form-notif .form-notif-con {
  color: #FFF;
  position: relative;
  padding-left: 60px;
}

.verify-business-form .form-notif .form-notif-con h5 {
  font-weight: 700;
  font-size: 18px;
}

.verify-business-form .form-notif .form-notif-con a {
  color: #FFF;
  text-decoration: underline !important;
}

.verify-business-form .form-notif .form-notif-con:before {
  content: '';
  width: 37px;
  height: 37px;
  border-radius: 100%;
  border: 6px solid #fff;
  position: absolute;
  left: 0;
}

.separator {
  width: 100%;
  max-width: 308px;
  height: 3px;
  display: block;
  background-image: url(/images/separator.png?9388e0c4d079cdb30a2fd7b6af18f9f5);
}

.coverage-wrap {
  color: #FFF;
  font-weight: 700;
  margin-top: 50px;
  position: relative;
}

.coverage-wrap .coverage {
  font-size: 90px;
}

.coverage-wrap .percent {
  position: absolute;
  top: 5px;
  font-size: 35px;
}

.checkout-section .left-con form {
  padding-right: 20px;
  border-right: 1px solid #aab8bd;
}

.checkout-section .left-con form .form-notif {
  background: #5200b0;
  background: -webkit-gradient(left top, right top, color-stop(0%, #5200b0), color-stop(100%, #b300fa));
  background: -webkit-gradient(linear, left top, right top, from(#5200b0), to(#b300fa));
  background: linear-gradient(to right, #5200b0 0%, #b300fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5200b0', endColorstr='#b300fa', GradientType=1);
  border-radius: 6px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
  position: relative;
}

.checkout-section .left-con form .form-notif p {
  text-align: left;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  padding: 7.5px 0;
}

.checkout-section .left-con form .form-notif .btn {
  width: 190px;
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}

.checkout-section .left-con .panel {
  border: 0;
}

.checkout-section .left-con .panel .panel-body.editable .form-control-static {
  display: none;
}

.checkout-section .left-con .panel .panel-body.editable .form-control-static + .form-control {
  display: block !important;
}

.checkout-section .left-con .panel-heading {
  background: transparent;
  text-align: left;
  border: none;
}

.checkout-section .left-con .panel-heading .panel-title a {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}

.checkout-section .left-con .panel-heading .panel-title a > span {
  font-size: 30px;
  color: #5c00b8;
}

.checkout-section .left-con .panel-heading .panel-title ul {
  position: relative;
  top: 13px;
}

.checkout-section .left-con .panel-heading .panel-title ul li {
  color: #5c00b8;
  padding: 0 10px;
}

.checkout-section .left-con .panel-heading .panel-title ul li a {
  color: #829196;
}

.checkout-section .right-con .checkout-item-con {
  background: #FFF;
  width: 320px;
  -webkit-box-shadow: 0 2px 5px #ddd;
          box-shadow: 0 2px 5px #ddd;
  padding: 25px 0;
  border-radius: 10px;
  text-align: left;
}

.checkout-section .right-con .checkout-item-con strong {
  font-weight: 700;
}

.checkout-section .right-con .checkout-item-con > strong {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  padding: 0 25px;
}

.checkout-section .right-con .checkout-item-con .cart-list li {
  list-style: none;
  display: block;
  overflow: hidden;
  padding: 25px 0 0 0;
  border-bottom: 1px solid #d4dbde;
}

.checkout-section .right-con .checkout-item-con .cart-list li .img-wrap {
  width: 70px;
  height: 74px;
  overflow: hidden;
  background: #e4e5e5;
  border-radius: 4px;
  float: left;
  margin-right: 20px;
  margin-left: 25px;
}

.checkout-section .right-con .checkout-item-con .cart-list li .img-wrap img {
  width: 100%;
  height: auto;
}

.checkout-section .right-con .checkout-item-con .cart-list li .info {
  width: 180px;
  float: right;
  margin-right: 25px;
}

.checkout-section .right-con .checkout-item-con .cart-list li .info table {
  width: 100%;
}

.checkout-section .right-con .checkout-item-con .cart-list li .info table td {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 6px;
}

.checkout-section .right-con .checkout-item-con .cart-list li .info table td strong {
  font-weight: 700;
}

.checkout-section .right-con .checkout-item-con .cart-list li .btn-set-action {
  margin-top: 25px;
  clear: both;
  border-top: 1px solid #d4dbde;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s linear;
  transition: max-height 0.4s linear;
}

.checkout-section .right-con .checkout-item-con .cart-list li .btn-set-action > div {
  width: 50%;
  float: left;
  padding: 15px;
}

.checkout-section .right-con .checkout-item-con .cart-list li .btn-set-action > div:first-child {
  border-right: 1px solid #d4dbde;
}

.checkout-section .right-con .checkout-item-con .cart-list li .btn-set-action > div a {
  font-size: 12px;
  color: #000;
}

.checkout-section .right-con .checkout-item-con .cart-list li .btn-set-action > div a .fa {
  color: #aab8bd;
}

.checkout-section .right-con .checkout-item-con .cart-list li .btn-set-action > div a:hover {
  color: #6004ba;
}

.checkout-section .right-con .checkout-item-con .cart-list li .btn-set-action > div a:hover .fa {
  color: #6004ba;
}

.checkout-section .right-con .checkout-item-con .cart-list li:hover .btn-set-action {
  max-height: 46px;
}

.checkout-section .right-con .checkout-item-con .summary {
  padding: 25px;
}

.checkout-section .right-con .checkout-item-con .summary table {
  width: 100%;
  border-bottom: 1px solid #d4dbde;
}

.checkout-section .right-con .checkout-item-con .summary table tr td {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 15px;
}

.checkout-section .right-con .checkout-item-con .summary table tr td:first-child {
  text-align: left;
}

.checkout-section .right-con .checkout-item-con .summary table tr td:last-child {
  text-align: right;
}

.checkout-section .right-con .checkout-item-con .total {
  padding: 0 25px;
}

.checkout-section .right-con .checkout-item-con .total table {
  width: 100%;
}

.checkout-section .right-con .checkout-item-con .total table tr td {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 15px;
}

.checkout-section .right-con .checkout-item-con .total table tr td:first-child {
  text-align: left;
}

.checkout-section .right-con .checkout-item-con .total table tr td:last-child {
  text-align: right;
}

.checkout-section .right-con .checkout-item-con .total table tr td strong {
  font-size: 16px;
}

.checkout-section .right-con .checkout-item-con .btn {
  width: 100%;
  max-width: 190px;
  height: 35px;
  background: #aab8bd;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: block;
}

.checkout-item-con strong {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  padding: 0 25px;
}

.checkout-item-con {
  background: #FFF;
  width: 320px;
  -webkit-box-shadow: 0 2px 5px #ddd;
          box-shadow: 0 2px 5px #ddd;
  padding: 25px 0;
  border-radius: 10px;
  text-align: left;
  position: sticky;
  top: 0;
}

.checkout-item-con .cart-list li {
  list-style: none;
  display: block;
  overflow: hidden;
  padding: 25px 0 0 0;
  border-bottom: 1px solid #d4dbde;
}

.checkout-item-con .cart-list li .img-wrap {
  width: 70px;
  height: 74px;
  overflow: hidden;
  background: #e4e5e5;
  border-radius: 4px;
  float: left;
  margin-right: 20px;
  margin-left: 25px;
}

.checkout-item-con .cart-list li .img-wrap img {
  width: 100%;
  height: auto;
}

.checkout-item-con .cart-list li .info {
  width: 180px;
  float: right;
  margin-right: 25px;
}

.checkout-item-con .cart-list li .info table {
  width: 100%;
}

.checkout-item-con .cart-list li .info table td {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 6px;
}

.checkout-item-con .cart-list li .info table td strong {
  font-weight: 700;
}

.checkout-item-con .cart-list li .btn-set-action {
  margin-top: 25px;
  clear: both;
  border-top: 1px solid #d4dbde;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s linear;
  transition: max-height 0.4s linear;
}

.checkout-item-con .cart-list li .btn-set-action > div {
  width: 50%;
  float: left;
  padding: 15px;
}

.checkout-item-con .cart-list li .btn-set-action > div:first-child {
  border-right: 1px solid #d4dbde;
}

.checkout-item-con .cart-list li .btn-set-action > div a {
  font-size: 12px;
  color: #000;
}

.checkout-item-con .cart-list li .btn-set-action > div a .fa {
  color: #aab8bd;
}

.checkout-item-con .cart-list li .btn-set-action > div a:hover {
  color: #6004ba;
}

.checkout-item-con .cart-list li .btn-set-action > div a:hover .fa {
  color: #6004ba;
}

.checkout-item-con .cart-list li:hover .btn-set-action {
  max-height: 46px;
}

.checkout-item-con .summary {
  padding: 25px;
}

.checkout-item-con .summary table {
  width: 100%;
  border-bottom: 1px solid #d4dbde;
}

.checkout-item-con .summary table tr td {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 15px;
}

.checkout-item-con .summary table tr td:first-child {
  text-align: left;
}

.checkout-item-con .summary table tr td:last-child {
  text-align: right;
}

.checkout-item-con .total {
  padding: 0 25px;
}

.checkout-item-con .total table {
  width: 100%;
}

.checkout-item-con .total table tr td {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 15px;
}

.checkout-item-con .total table tr td:first-child {
  text-align: left;
}

.checkout-item-con .total table tr td:last-child {
  text-align: right;
}

.checkout-item-con .total table tr td strong {
  font-size: 16px;
}

.checkout-item-con .btn {
  width: 100%;
  max-width: 190px;
  height: 35px;
  background: #aab8bd;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: block;
}

.checkout-section .right-con .checkout-item-con .cart-list li {
  list-style: none;
  display: block;
  overflow: hidden;
  padding: 25px 0 0 0;
  border-bottom: 1px solid #d4dbde;
}

.checkout-section .right-con .checkout-item-con .cart-list li .img-wrap {
  width: 45px;
  height: 74px;
  overflow: hidden;
  background: #e4e5e5;
  border-radius: 4px;
  float: left;
  margin-right: 20px;
  margin-left: 25px;
}

#choosePlan .close {
  position: relative;
  top: 20px;
  right: 40px;
  display: none;
}

#choosePlan .modal-content {
  padding: 0;
  overflow: hidden;
}

#choosePlan .modal-body {
  padding: 0;
}

#choosePlan .left-con {
  padding: 45px;
}

#choosePlan .right-con {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5400b1+0,a308f1+80 */
  background: #5400b1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#5400b1), color-stop(90%, #a308f1));
  background: linear-gradient(to bottom, #5400b1 0%, #a308f1 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5400b1', endColorstr='#a308f1', GradientType=0);
  /* IE6-9 */
  position: relative;
}

#choosePlan .right-con:before {
  content: "";
  background-image: url(/images/chooseplanright1.png?23747cac9f997bc70e9900656fc6bf97);
  background-repeat: no-repeat;
  display: block;
  width: 95.8%;
  height: 314px;
  position: absolute;
  top: 0;
  left: -45px;
}

#choosePlan .right-con .right-con-wrap {
  position: relative;
  margin-top: 80px;
  padding: 0 20px;
}

#choosePlan .right-con .right-con-wrap:before {
  content: "";
  background-image: url(/images/modal-bg-01.jpg?cee636bcb6f57ea4b580b6ca894374d3);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 225px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#choosePlan .right-con .price-wrap,
#choosePlan .right-con .month {
  color: #FFF !important;
}

#choosePlan .right-con .price-wrap {
  display: inline-block;
}

#choosePlan .right-con ul {
  margin-top: 50px;
}

#choosePlan .right-con ul li {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}

#choosePlan .right-con .btn {
  min-width: 285px;
}

#choosePlan .right-con .bot {
  margin-top: 55px;
  background: #32cbcb;
  padding: 40px 50px;
}

#modalProceed .modal-content {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#modalProceed h5 {
  color: #000;
  font-weight: 600;
}

#modalProceed ul li {
  position: relative;
}

#modalProceed ul li a {
  width: 200px;
}

#modalProceed ul li:not(:first-child) a {
  border: 1px solid #aaa;
  color: #000;
}

#modalProceed ul li:first-child:before {
  content: 'or';
  position: absolute;
  bottom: -30px;
  left: 50%;
  font-size: 13px;
  color: #000;
}

#cart-drop-mobile {
  position: fixed;
  z-index: 10;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 40px;
  background: rgba(0, 0, 0, 0.4);
  display: none !important;
}

#cart-drop-mobile:before {
  content: '';
  width: 100%;
  height: 40px;
  background: #6004ba;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#cart-drop-mobile.show {
  max-height: 100%;
}

#cart-drop-mobile .btn-cart.style1 {
  display: block;
  border-radius: 0;
  height: 40px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 40%;
  line-height: 40px;
  z-index: 2;
}

#cart-drop-mobile .btn-cart.style1 .fa {
  margin-right: 10px;
}

#cart-drop-mobile .place-order-btn.style3 {
  line-height: 39px;
  position: fixed;
  bottom: -2px;
  right: 0;
  width: 60%;
  padding: 0;
  border-radius: 0;
  z-index: 2;
}

#cart-drop-mobile .place-order-btn.style3:hover {
  background: #fff;
  color: #6004ba;
}

#cart-drop-mobile .drop-con {
  top: auto;
  bottom: 40px;
  width: 100%;
  min-width: 320px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  /*max-height: 300px;*/
  max-height: 100%;
  height: calc(100% - 40px);
  overflow-y: auto;
}

#cart-drop-mobile .drop-con .btn {
  margin-bottom: 30px;
}

.hide-this-con {
  display: none;
}

.checkout-section .left-con form {
  padding-right: 20px;
  border-right: 1px solid #aab8bd;
}

.checkout-section .fa.fa-check, .fa.fa-caret-right, .fa.fa-caret-down {
  font-size: 14px;
}

.checkout-page {
  margin-top: 8rem;
}

.system-text {
  color: var(--system-color);
}

.checkout-section .left-con form .form-notif {
  background: transparent linear-gradient(106deg, #46d546 0%, #46d5a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5200b0', endColorstr='#b300fa', GradientType=1);
  border-radius: 6px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
  position: relative;
}

.checkout-section .left-con form .form-notif .btn {
  width: 190px;
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}

.drop-con .btnm, .add-top-2, .signin-btn {
  background: transparent linear-gradient(106deg, #46d546 0%, #46d5a4 100%) !important;
  border-radius: 20px;
}

.default-background-image {
  background-image: url(/images/hero-bg.png?68acecf7d4a306cbb83c207f029d1847);
}

.myOverlay {
  background: black !important;
  opacity: .3;
  z-index: 1140;
  position: fixed;
  height: 105vh;
  width: 100%;
}

.loadingGIF {
  position: fixed;
  top: 40%;
  left: 45%;
  z-index: 1140;
}

#hero-section {
  padding: 170px 0 50px 0;
  background-image: url(/images/hero-bg.png?68acecf7d4a306cbb83c207f029d1847);
  background-position: center;
  background-color: 0;
  background-size: cover;
}

.device-swiper {
  height: 16rem;
}

.system-font-family {
  font-family: "poligon-bold";
  color: #29354a;
}

#features-section .features .features-middle-image {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.high-border-radius {
  border-radius: 20px;
}

.checkout-section .right-con .checkout-item-con .summary {
  padding: 25px;
}

.checkout-section .right-con .checkout-item-con .total {
  padding: 0 25px;
}

.item-title, .remove-cartItem {
  color: var(--system-color);
}

.td-label {
  width: 150px;
}

.product-price{
    font-size: 1.3rem;
    color: #FF0088;
    font-weight: 600;
}

.banner-icon{
    max-width: 70%;
}
