@import 'https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/mmenu-js/9.3.0/mmenu.min.css';
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*Dhriti code*/
html, body {
  position: relative;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
}

::-moz-selection {
  background-color: #ffe600;
  color: #000;
}

::selection {
  background-color: #ffe600;
  color: #000;
}

@media screen and (min-width: 769px) {
  .vh-80 {
    min-height: 80vh;
  }
  #page {
    transform: none;
  }
}
main {
  background-image: url(../img/body.svg);
  background-size: cover;
  background-position: top;
}

a, a:hover {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}

p {
  font-size: 18px;
  line-height: 24px;
}

.btn {
  padding: 10px 15px;
  border-radius: 8px;
}
.btn.btn-theme {
  background-color: #004C3D;
  color: #fff;
  transition: all linear 0.3s;
}
.btn.btn-theme:hover {
  transform: scale(1.1, 1.1);
  background-color: #004c3d;
}
.btn.btn-outline-theme {
  background-color: transparent;
  color: #004C3D;
  border: 1px solid #004C3D;
}
.btn.btn-outline-theme:hover {
  transform: scale(1.1, 1.1);
  background-color: #004C3D;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 8px 10px;
  }
}

.bg-theme {
  background-color: #004C3D;
}

.text-theme {
  color: #004C3D;
}

.deep-bg {
  background-color: #004c3d;
}

header {
  background-color: #fff;
}
header .top {
  background-color: #004c3d;
  text-align: center;
  padding: 10px 0;
}
header .top p {
  margin: 0;
  font-size: 17px;
  color: #fff;
}
header .logo {
  max-width: 215px;
  width: 100%;
  overflow: hidden;
}
header .logo img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .logo {
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  header .navbar {
    display: block !important;
  }
}
header .dropdown, header .dropdown-center, header .dropend, header .dropstart, header .dropup, header .dropup-center {
  position: static;
}
header .megamenu {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #f8f9fa;
  display: block;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 15px;
  z-index: -1;
  box-shadow: 0 10px 30px rgba(106, 111, 186, 0.3019607843);
  border: 0;
  transition: all linear 0.4s;
  transform: translateY(50px);
  height: 0;
  width: 0;
  transform-origin: left;
}
header .megamenu .container {
  max-width: 100%;
}
header .megamenu .row {
  display: flex;
  flex-wrap: wrap;
}
header .megamenu .col-md-4 {
  padding: 10px;
}
header .megamenu img {
  max-width: 32px;
  flex: 0 0 32px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: flex-start;
  padding: 10px 0;
}
header .megamenu h6 {
  font-weight: bold;
  color: #004C3D;
}
header .megamenu p {
  font-size: 14px;
  margin: 0;
  font-family: "Work Sans", sans-serif;
}
header .megamenu a {
  display: block;
  padding: 10px;
}
header .megamenu a:hover {
  background-color: #e5eeef;
  border-radius: 5px;
}
@media (max-width: 768px) {
  header .megamenu {
    position: static;
    width: 100%;
    box-shadow: none;
  }
}
header .nav-item:hover .megamenu {
  opacity: 1;
  transform: translateY(0px);
  z-index: 1;
  height: auto;
  width: 100%;
}
header .main-header {
  padding: 10px 0;
  background-color: #fff;
}
header a.nav-link {
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #1a1a1a;
  padding: 12px 16px !important;
}
@media screen and (min-width: 769px) {
  header #menu {
    display: none;
  }
}
header a#open-button {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.is-sticky .main-header {
  z-index: 555 !important;
  box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
}

.main-banner {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .main-banner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.main-banner img {
  max-width: 90%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
}
.main-banner h1 {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 25px;
  color: #000;
}
.main-banner h1 span {
  color: #004C3D;
}
@media screen and (max-width: 768px) {
  .main-banner h1 {
    font-size: 30px;
  }
}
.main-banner p {
  opacity: 0.8;
}
.main-banner ul {
  color: #000;
}
.main-banner ul li {
  display: flex;
  font-size: 18px;
  gap: 10px;
  align-items: baseline;
  opacity: 0.8;
  margin-bottom: 15px;
}
.main-banner ul li a {
  color: #fff;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .main-banner ul li a {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .main-banner ul {
    display: flex;
    font-size: 16px;
    gap: 5px;
    flex-wrap: wrap;
  }
}

.headline {
  text-align: center;
  margin-bottom: 45px;
  font-weight: bold;
  color: #000;
  font-size: 38px;
  text-transform: capitalize;
}
.headline span {
  color: #004C3D;
}
@media screen and (max-width: 768px) {
  .headline {
    font-size: 26px;
  }
}

.brands-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .brands-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.brands-sec .client-box {
  height: 60px;
  overflow: hidden;
}
.brands-sec .client-box img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 10px;
}

footer {
  background-color: #004c3d;
  color: #fff;
  font-size: 14px;
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 768px) {
  footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
footer p {
  font-size: 16px;
}
footer .ft-logo {
  margin-bottom: 15px;
}
footer .ft-logo img {
  max-width: 230px;
  width: 100%;
  filter: brightness(0) invert(1);
}
footer ul {
  color: #fff;
}
footer ul li {
  display: flex;
}
footer ul li a {
  color: #fff;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  footer ul li a {
    padding: 5px 10px;
  }
}
footer ul li a:hover {
  color: yellow;
}
@media screen and (max-width: 768px) {
  footer ul {
    display: flex;
    font-size: 16px;
    gap: 5px;
    flex-wrap: wrap;
  }
}
footer h5 {
  margin-bottom: 15px;
}
footer .copyright {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    text-align: center;
  }
}
footer .footer-box {
  background-color: rgba(0, 0, 0, 0.2509803922);
  color: #fff;
  padding: 25px;
  border-radius: 60px;
}
footer .footer-box ul {
  margin-bottom: 0;
}

.why-sec-one {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .why-sec-one {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.why-sec-one .why-1-box {
  text-align: center;
}
.why-sec-one .why-1-box .pic {
  height: 300px;
  width: 100%;
}
.why-sec-one .why-1-box .pic img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.why-sec-one .why-1-box .info {
  padding: 15px;
}
.why-sec-one .why-1-box .info h4 {
  font-weight: bold;
  color: #23443f;
  font-size: 22px;
  margin-bottom: 15px;
}
.why-sec-one .why-1-box .info p {
  opacity: 0.7;
  font-size: 18px;
  line-height: 1.5;
}
.why-sec-one .row .col-md-4:nth-child(1) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .why-sec-one .row .col-md-4:nth-child(1) {
    margin-top: 0;
  }
}
.why-sec-one .row .col-md-4:nth-child(2) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .why-sec-one .row .col-md-4:nth-child(2) {
    margin-top: 0;
  }
}
.why-sec-one .row .col-md-4:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .why-sec-one .row .col-md-4:nth-child(3) {
    margin-top: 0;
  }
}

.title-part {
  text-align: center;
  margin-bottom: 35px;
}
.title-part h3 {
  font-weight: bold;
  color: #000;
  font-size: 2.5rem;
  text-transform: capitalize;
}
.title-part h3 span {
  color: #004C3D;
}
@media screen and (max-width: 768px) {
  .title-part h3 {
    font-size: 1.8rem;
  }
}
.title-part p {
  font-size: 28px;
  opacity: 0.8;
  max-width: 80%;
  margin: 0 auto;
  line-height: 1.4;
  color: #335a54;
}
@media screen and (max-width: 768px) {
  .title-part p {
    font-size: 1.4rem;
    margin-top: 20px;
    max-width: 100%;
  }
}

.why-sec-two {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  /*background-color: #d2f4e8;*/
  background-color: #004C3D;
}
@media (max-width: 768px) {
  .why-sec-two {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.why-sec-two .why-2-box {
  text-align: center;
}
.why-sec-two .why-2-box img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 80px;
  margin: 0 auto 15px;
  display: block;
  filter: brightness(0) invert(1);
}
.why-sec-two .why-2-box h4 {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}
.why-sec-two .why-2-box p {
  color: #fff;
}
.why-sec-two .row .col:not(:last-child) {
  border-right: 2px solid rgb(154, 223, 206);
}

.home-info-1 {
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 768px) {
  .home-info-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.home-info-1 h3 {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
.home-info-1 h3 span {
  color: #004C3D;
}
@media screen and (max-width: 768px) {
  .home-info-1 h3 {
    font-size: 30px;
  }
}
.home-info-1 .accordion-button {
  font-size: 1.45rem;
  padding-left: 0;
  padding-right: 0;
  color: #000;
}
.home-info-1 .accordion-body {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  padding: 0 0 15px;
}
.home-info-1 .accordion-button:not(.collapsed) {
  color: #004c3d;
  background-color: transparent;
}
.home-info-1 .accordion-button:focus {
  box-shadow: none;
}

.deep-sec {
  background-color: #004c3d;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .deep-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.deep-sec h2 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}

.home-info-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .home-info-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.home-info-2 h3 {
  font-size: 36px;
  color: #002c21;
  font-weight: bold;
  margin-bottom: 30px;
}
.home-info-2 h3 span {
  color: #004C3D;
}
@media screen and (max-width: 768px) {
  .home-info-2 h3 {
    font-size: 28px;
  }
}
.home-info-2 ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 18px;
}
.home-info-2 ul li img {
  max-width: 25px;
}

.why-sec-four {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-image: linear-gradient(rgb(237, 255, 247), rgb(237, 255, 248)) !important;
}
@media (max-width: 768px) {
  .why-sec-four {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.why-sec-four .why-part-3 {
  background-color: #fff;
  height: 100%;
}
.why-sec-four .why-part-3 img {
  height: 200px !important;
  max-width: 250px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 15px;
  display: block;
}
.why-sec-four .why-part-3 .info {
  text-align: center;
  padding: 15px 20px;
}
.why-sec-four .why-part-3 .info h4 {
  margin-bottom: 15px;
  color: #000;
  font-size: 22px;
  font-weight: bold;
}
.why-sec-four .why-part-3 .info p {
  margin-bottom: 0;
  font-size: 16px;
}
.why-sec-four .why-part-3 .info ul {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.why-sec-four .why-part-3 .info ul li {
  font-size: 17px;
}
.why-sec-four.small-icon .why-part-3 {
  background-color: transparent;
}
.why-sec-four.small-icon .why-part-3 img {
  height: 110px !important;
  max-width: 110px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 90%;
  }
}
.count-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .count-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.count-sec .count-box {
  border: 2px solid #cbf2e4;
  border-radius: 14px;
  padding: 10px;
  text-align: center;
}
.count-sec .count-box h4 {
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  margin-bottom: 7px;
  color: #004c3d;
}
.count-sec .count-box p {
  color: #002c21;
  line-height: 24px;
  font-weight: 500;
  font-size: 20px;
}

.dev-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .dev-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.dev-sec .dev-part {
  border: 1.8px solid rgba(99, 107, 252, 0.5019607843);
  border-radius: 75px;
  justify-content: center;
  width: 100px;
  height: 100px;
  padding: 1.5rem;
  display: flex;
  margin: 0 auto;
  align-items: center;
}
.dev-sec .dev-part img {
  max-width: 100px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .dev-sec .dev-part {
    width: 90px;
    height: 90px;
  }
  .dev-sec .dev-part img {
    max-width: 90px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.social-ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 25px;
}
.social-ul li {
  display: block;
}
.social-ul li a {
  border-radius: 50%;
  display: inline-flex;
  background-color: #fff;
  padding: 5px;
  line-height: 1px;
  color: #004c3d;
  flex: 0 0 45px;
  width: 45px;
  align-items: center;
  height: 45px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .social-ul {
    justify-content: center;
  }
}

.float-anim {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.rotate-3d {
  perspective: 1200px;
  transition: all 1s ease;
}
.rotate-3d .inner {
  transform-style: preserve-3d;
  transition: all 1s ease;
}
.rotate-3d:hover .inner {
  transform: rotateY(-180deg);
}

@media screen and (max-width: 768px) {
  .d-mobile-none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .d-desk-none {
    display: none !important;
  }
}
.integration-client-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .integration-client-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.integration-client-sec .inte-box {
  background-color: #fff;
  text-align: left;
}
.integration-client-sec .inte-box img {
  max-width: 60px;
}

.price-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .price-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.price-sec .card-price {
  font-family: "Work Sans", sans-serif;
  height: 100%;
}
.price-sec .card-price .card-header {
  padding: 20px 20px;
}
.price-sec .card-price .card-header span {
  color: #DC8F00;
  font-weight: bold;
}
.price-sec .card-price .card-header h3 {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  margin: 6px 0 10px;
}
.price-sec .card-price .card-header h3 sub {
  font-size: 14px;
  line-height: 1px;
  font-weight: 600;
}
.price-sec .card-price .card-header h4 {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
.price-sec .card-price .card-body {
  padding: 20px 30px;
}
.price-sec .card-price .card-body ul {
  margin: 0;
}
.price-sec .card-price .card-body ul li {
  margin: 0 0 20px;
  color: #000;
}
.price-sec .card-price .card-body ul li:last-child {
  margin: 0;
}
.price-sec .card-price .card-body ul h3 {
  font-size: 18px;
}
.price-sec .card-price .card-footer {
  padding: 20px;
}
.price-sec .card-price b {
  font-weight: bold;
}
.price-sec .card-price.yellow-card {
  background-color: #FFF1D6;
  border: 1px solid #ffce85;
}
.price-sec .card-price.yellow-card .btn-theme {
  background-color: #DC8F00;
}
.price-sec .card-price.yellow-card .card-header {
  border-color: #ffb938;
}
.price-sec .card-price.yellow-card .card-header span {
  color: #DC8F00;
}
.price-sec .card-price.green-card {
  background-color: #004c3d;
  color: #fff;
}
.price-sec .card-price.green-card .btn-theme {
  background-color: #004C3D;
  color: #fff;
}
.price-sec .card-price.green-card .card-body ul li {
  color: #fff;
}
.price-sec .card-price.green-card .card-header h3, .price-sec .card-price.green-card .card-header h4 {
  color: #fff;
}
.price-sec .card-price.green-card .card-header span {
  color: #004C3D;
}
.price-sec .card-price.blue-card {
  background-color: #DFF5FF;
  border: 1px solid #76c8ee;
}
.price-sec .card-price.blue-card .btn-theme {
  background-color: #057cb3;
}
.price-sec .card-price.blue-card .card-header {
  border-color: #76c8ee;
}
.price-sec .card-price.blue-card .card-header span {
  color: #057cb3;
}

.bg-banner {
  background-size: cover;
  background-position: center;
}

.ft-sec .why-1-box .pic {
  height: 170px;
  width: 100%;
}
.ft-sec .why-1-box .info h4 {
  font-size: 18px;
}

.partner-models-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .partner-models-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.partner-models-sec .partner-models-card .card-title {
  color: #004C3D;
  font-size: 26px;
  font-weight: bold;
}
.partner-models-sec .partner-models-card .card-text {
  font-size: 15px;
  opacity: 0.8;
  margin: 25px 0;
  font-family: "Work Sans", sans-serif;
}
.partner-models-sec .partner-models-card h5 {
  font-weight: bold;
  color: #000;
}
.partner-models-sec .partner-models-card ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
  opacity: 0.8;
  font-size: 16px;
}
.partner-models-sec .partner-models-card ul li img {
  max-width: 20px;
}

.brandmo-partner-sec .title-part p {
  font-size: 22px;
  line-height: 1.4;
  margin-top: 15px;
}

.partner-form {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .partner-form {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.partner-form #booking-card .card-header {
  font-size: 24px;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.partner-form #booking-card label {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.faq-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .faq-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.faq-sec .title-part p {
  font-size: 22px;
}
.faq-sec div#faqaccord {
  font-size: 18px;
  opacity: 0.8;
  font-family: "Work Sans", sans-serif;
}
.faq-sec div#faqaccord .accordion-button {
  font-size: 18px;
}

.contact-sec .img-fluid {
  max-width: 80px;
}

.pricing__table {
  display: flex;
  flex-direction: column;
  margin: 30px 30px 60px 30px;
}
@media (max-width: 991px) {
  .pricing__table {
    flex-direction: row;
    margin: 0 15px 60px 15px;
  }
}
.pricing__table .pt__title {
  display: flex;
}
@media (max-width: 991px) {
  .pricing__table .pt__title {
    flex-direction: column;
    width: 50%;
  }
}
@media (max-width: 639px) {
  .pricing__table .pt__title {
    width: 40%;
  }
}
.pricing__table .pt__title .pt__title__wrap {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: row;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap {
    flex-direction: column;
  }
}
.pricing__table .pt__title .pt__title__wrap .pt__row {
  display: flex;
  width: 25%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
  min-height: 60px;
  font-size: 20px;
  font-weight: 600;
}
.pricing__table .pt__title .pt__title__wrap .pt__row .headline {
  color: #0c8873 !important;
}
.pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(3) {
  border: 1px solid #0061FF;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: rgba(0, 97, 255, 0.15);
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(3) {
    border-right: 1px solid rgba(73, 72, 74, 0.1);
    border-bottom: 1px solid #0061FF;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
  }
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    min-height: 95px;
    border-right: 1px solid rgba(73, 72, 74, 0.1);
    border-bottom: 1px solid rgba(73, 72, 74, 0.1);
  }
  .pricing__table .pt__title .pt__title__wrap .pt__row:first-child {
    border-right: 1px solid rgba(73, 72, 74, 0);
  }
}
@media (max-width: 640px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    padding: 15px;
    font-size: 14px;
  }
}
.pricing__table .pt__option {
  position: relative;
}
@media (max-width: 991px) {
  .pricing__table .pt__option {
    width: 50%;
    flex: 1;
    padding-right: 10px;
  }
}
@media (max-width: 639px) {
  .pricing__table .pt__option {
    width: 60%;
  }
}
.pricing__table .pt__option .pt__option__mobile__nav {
  position: absolute;
  z-index: 1;
  top: 25px;
  bottom: auto;
  left: 50%;
  right: auto;
  display: none;
  justify-content: space-between;
  width: calc(100% + 30px);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__mobile__nav {
    z-index: 2;
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
  }
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  background-color: #0061FF;
  transition: 0.25s;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:hover {
  background-color: #0057E6;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn.swiper-button-disabled {
  background-color: #c0beb6;
  pointer-events: none;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:first-child {
  position: relative;
  left: -5px;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:last-child {
  position: relative;
  right: 5px;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
  width: 16px;
  color: #faf7f2;
}
.pricing__table .pt__option .pt__option__slider {
  overflow: visible;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__slider {
    overflow: hidden;
  }
}
.pricing__table .pt__option .pt__option__slider .swiper-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__slider .swiper-wrapper {
    flex-direction: row;
  }
}
.pricing__table .pt__option .pt__option__item {
  width: 100%;
  margin-right: 0;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
  display: flex;
  flex-direction: row;
  font-size: 1.375rem;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
    flex-direction: column;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 25%;
  min-height: 60px;
  padding: 0 15px;
  font-size: 16px;
  border-bottom: 1px solid rgba(73, 72, 74, 0.1);
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
    width: 100%;
    min-height: 140px;
  }
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(3) {
    border-top: 1px solid #0061FF;
    border-bottom: 1px solid #0061FF;
    background-color: rgba(0, 97, 255, 0.15);
  }
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
  min-height: 94px;
  align-items: flex-start;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
    align-items: center;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
    font-size: 16px;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(3) {
  border-left: 1px solid #0061FF;
  border-right: 1px solid #0061FF;
  background-color: rgba(0, 97, 255, 0.15);
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(3) {
    border-left: 0;
    border-right: 0;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row {
  display: inline-flex;
  padding: 20px 15px;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row {
    min-height: 95px;
    padding: 10px 15px;
    align-items: center;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row:first-child {
  border-bottom: 0;
}
.pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row:nth-child(3) {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: 1px solid #0061FF;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row:nth-child(3) {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-right: 1px solid #0061FF;
    border-bottom: 1px solid #0061FF;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item.selected a {
  padding: 15px 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background-color: #0061FF;
  transition: 0.25s;
}
.pricing__table .pt__option .pt__option__item .pt__item.selected a:hover {
  background-color: #0057E6;
}
@media (max-width: 639px) {
  .pricing__table .pt__option .pt__option__item .pt__item.selected a {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.privacy-content ul {
  margin: 25px 0;
  list-style: none;
}
.privacy-content ul li {
  margin: 8px 0;
  display: block !important;
}
.privacy-content h4 {
  margin: 15px 0 !important;
}
.privacy-content h3 {
  margin: 15px 0 !important;
}
.privacy-content h2 {
  margin: 15px 0 !important;
}
.privacy-content p {
  margin-bottom: 20px !important;
}
.privacy-content a {
  text-decoration: underline;
}

.channels-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #e9f7f7;
}
@media (max-width: 768px) {
  .channels-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.channels-sec .channel-box {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
  height: 100%;
}
.channels-sec .channel-box img {
  max-width: 100%;
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.channels-sec .channel-box h5 {
  text-align: center;
}

.counter-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .counter-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.counter-sec .container {
  border-radius: 25px;
  background-color: #004C3D;
  color: #fff;
  padding: 50px 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .counter-sec .container {
    padding: 15px;
  }
}
.counter-sec .container .title-part h3 {
  color: #fff;
}
.counter-sec .container .counter-box {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  padding: 15px;
  height: 100%;
  text-align: center;
}
.counter-sec .container .counter-box p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .counter-sec .container .counter-box p {
    font-size: 16px;
  }
}
.counter-sec .container .counter-box h2 {
  font-size: 52px;
}
@media (max-width: 768px) {
  .counter-sec .container .counter-box h2 {
    font-size: 30px;
  }
}

.accordion-button:not(.collapsed) {
  background-color: #cfffde;
  color: #004c3d;
}/*# sourceMappingURL=main.css.map */