* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.nav-item {
  width: 170px;
  text-align: center;

  color: #fff;
  margin-right: 15px;
  text-align: center;
  display: flex;
  justify-content: end;
  align-items: center;


}

.car-h {
  padding-top: 15px;
}

/* .car-h:hover{
      box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
      border-radius: 25px;
      
    } */


.sparkle {
  max-width: 10em;
  color: #441151;
  margin: auto auto;
}

.sparkle:hover {
  /* cursor: pointer;
      box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; */

}

.u-hover--sparkle {
  box-sizing: border-box;
  position: relative;
  padding: 0.75em;
}

.u-hover--sparkle::before,
.u-hover--sparkle::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: center;
}

.u-hover--sparkle::before {
  border-top: 0.2em solid #4d797a;
  border-bottom: 0.2em solid #4d797a;
  border-radius: 25px;
  transform: scale3d(0, 1, 1);
}

.u-hover--sparkle::after {
  border-left: 0.2em solid #4d797a;
  border-right: 0.2em solid #4d797a;
  border-radius: 25px;
  transform: scale3d(1, 0, 1);
}

.u-hover--sparkle:hover::before,
.u-hover--sparkle:hover::after {
  transform: scale3d(1, 1, 1);
  transition: transform 900ms;

}

.car {
  padding: 10px;
  position: relative;
}


.car:hover {
  animation-name: hoverPop;
  /* background: #000; */
  animation-duration: 0.4s;
  border-radius: 15px;
  animation-fill-direction: forward;
}

.car:hover img {
  box-shadow: 2px 2px 4px 0px rgba(10, 12, 15, 0.27);
  box-shadow: 0px 0px 30px 0px rgba(10, 12, 15, 0.27);
}

.car:hover::before {
  animation: slick-hover-2 3s 0.4s linear infinite;
  transform: translateY(-20px) translateX(-20px);
}

.car:hover::after {
  animation: slick-hover 3s 0.4s linear infinite reverse;
  transform: translateY(20px) translateX(20px);
}

@keyframes hoverPop {

  0%,
  100% {
    transform: scale(1);
  }

  33% {
    transform: scale(1.01);
  }

  66% {
    transform: scale(0.9);
  }
}

@keyframes slick-hover {
  0.00% {
    transform: translateY(20px) translateX(20px);
  }

  16.67% {
    transform: translateY(-13px) translateX(-9px);
  }

  33.33% {
    transform: translateY(4px) translateX(12px);
  }

  50.00% {
    transform: translateY(20px) translateX(-20px);
  }

  66.67% {
    transform: translateY(-3px) translateX(8px);
  }

  83.33% {
    transform: translateY(-15px) translateX(-11px);
  }

  100.00% {
    transform: translateY(20px) translateX(20px);
  }
}

@keyframes slick-hover-2 {
  0.00% {
    transform: translateY(-20px) translateX(-20px);
  }

  16.67% {
    transform: translateY(3px) translateX(-5px);
  }

  33.33% {
    transform: translateY(18px) translateX(-10px);
  }

  50.00% {
    transform: translateY(-20px) translateX(20px);
  }

  66.67% {
    transform: translateY(15px) translateX(-4px);
  }

  83.33% {
    transform: translateY(-1px) translateX(15px);
  }

  100.00% {
    transform: translateY(-20px) translateX(-20px);
  }
}

/* .nav-link2-org:hover{
      background: #fff !important;
    }  */

.pera-sec {
  font-size: 20px;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.steps li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.steps li .number {
  width: 45px;
  height: 45px;
  background-color: #FF6600;
  /* Orange color */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.steps li .text {
  font-size: 18px;
  line-height: 1.5;
}

.card-body p {
  margin-bottom: 3px;
  line-height: 1.6;
  font-size: 17px;
}

.main {
  /* font-family: "Philosopher", Sans-serif !important; */
}

.nav-item a {
  padding: 10px;
}

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}

.social-icons1 img:hover {
  /* background-color: #8600e7; */
  transform: scale(1.1);
  color: #3baeb0;
}

.faq-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  text-align: left;
  justify-content: flex-start;
  line-height: 3px;
  margin-bottom: 22px;
}

/* .faq-ul li{
      font-size: 15px !important;
    } */
.card-description p {
  font-size: 18px !important;
}

.nav-link1 {
  background: #00528e;
  /* border: 2px solid #000; */
  border-radius: 10px;
  PADDING: 12PX 16px !important;
  color: #fff !important;
}

.nav-link2 {
  background: #fff;
  /* border: 2px solid #000; */
  border-radius: 10px;
  PADDING: 20PX;
  text-align: center;
  color: #000 !important;
}

.nav-link3 {
  background: #000;
  /* border: 2px solid #000; */
  border-radius: 10px;
  PADDING: 20PX;
  text-align: center;
  color: #fff !important;
}

.h2 {
  color: #000;
  font-size: 26px !important;
  font-weight: 700 !important;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: #13315c;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: #13315c;
  color: white;
  transform: rotateY(180deg);
}





p {
  color: #000;
  font-size: 20px;
  line-height: 1.8;
}

.fas {
  color: #8600e7;
  padding-right: 5px;
}

.key-features {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}

.card {
  background: transparent !important;
}

.key-features .dot {
  width: 15px;
  height: 15px;
  background-color: #3baeb0;
  /* Orange color */
  border-radius: 50%;
  margin: 0 10px;
  /* Space between dot and text */
}

.key-features .text {
  color: #333;
  /* Dark text color */
  font-family: Arial, sans-serif;
  /* Font style */
}

.section .col-md-6 h2 {
  color: #3baeb0;
  font-size: 25px;
  font-weight: 900;
  padding-bottom: 10px;
}

ul {
  padding-left: 15px !important;
}

li {
  font-size: 18px;
  display: list-item;
  /* line-height: 2; */
  align-items: baseline;
}

li i {
  padding-right: 10px;
}

.fa-check {
  color: #3baeb0 !important;
  font-size: 22px !important;
  font-weight: 700 !important;

}

.nav-link1:hover {
  background: #000;
  color: #fff !important;
}

.btn-zoho {
  background: #405ff2 !important;
  border: 2px solid #000 !important;
  padding: .475rem 1.2rem !important;
}

.btn-zoho:hover {
  background-color: black !important;
  color: #fff !important;
  outline: none !important;
}

/* Style 7
       ----------------------------- */
.seven p {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}

.seven p:after,
.seven p:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  height: 5px;
  background-color: #fff;
}

.seven1 p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}

.seven1 p:after,
.seven1 p:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 5px;
  background-color: #000;
}


.col {
  color: #fff !important;
}

.nav-link2:hover {
  color: #fff !important;
  background: #000 !important;
}

.nav-link3:hover {
  color: #000 !important;
  background: #efefef !important;
}


.nav-link2:hover .col {
  color: #fff !important;
}


.lets {
  font-weight: 700;
  font-size: 48px;
}

.fa-instagram:before {
  content: "\f16d";
  color: #fff;
}

/* .fab{
    font-size: 25px !important;
    } */
.fab,
.fa-brands {
  color: #fff !important;
  font-size: 25px;
  margin-right: 20px;
}

.fa-instagram:before {
  color: #fff;
}

.fab:hover,
.fa-brands:hover {
  color: #00528e !important;

}

.fa-instagram:hover:before {
  color: #00528e
    /* Change to the color you want on hover */
}

/* .nav-link{
      color: #8600e7 !important;
    } */
.main-div {
  /* padding-top: 22px; */
  max-width: 1440px;
  margin: 0 auto;
}

.main {
  overflow: hidden;
}

.hero-banner {
  background: url('./images/banner1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5);  */
  pointer-events: none;
  /* Ensure the shadow is non-interactive */
}

.text-mg {
  text-align: left !important;
}

.bnr-txt {
  /* background: rgba(0, 0, 0, 0.7); */
  color: #2f2f2f !important;
  margin-top: 0%;
  padding: 0%;
  text-align: left !important;
}

.hero-banner h1 {

  font-size: 40px;
  /* margin-bottom: 40px; */
  font-weight: 700;
  /* color: #000 !important; */
  text-align: left;
  /* background: rgba(0, 0, 0, .75) */
}

.hero-banner .btn,
.col-md-6 .btn {
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.hero-banner .btn-primary {
  color: #002f2f41;
  background-color: rgba(1, 164, 121, 0.1);
  border-color: #3baeb0;
}

.hero-banner .btn:before,
.col-md-6 .btn:before {
  content: "";
  background: #000;

  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/*animation element sliding left*/
/* .animation-element.slide-left {
    opacity: 0;
    transition: all 500ms linear;
    transform: translate3d(-100px, 0px, 0px);
    }
    
    .animation-element.slide-left.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    }
    .animation-element.slide-right {
    opacity: 0;
    transition: all 500ms linear;
    transform: translate3d(100px, 0, 0);
    }
    
    .animation-element.slide-right.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    }
    .animation-element.slide-up {
    opacity: 0;
    transition: all 500ms linear;
    transform: translate3d(0, 100px, 0);
    }
    
    .animation-element.slide-up.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    } */
.dashboard-cards {
  position: relative;
  padding-bottom: 70px;
  margin: 0 !important;
}

.dashboard-cards .card {
  background: #ffffff;
  display: inline-block;
  perspective: 1000;
  z-index: 20;
  padding: 0 !important;
  margin: 5px 5px 10px 5px;
  position: relative;
  text-align: left;
  transition: all 0.3s 0s ease-in;
  z-index: 1;
  /* width: calc(50% - 10px); */
  cursor: pointer;
  transition: all 0.3s ease;
}

.dashboard-cards .card:hover {
  box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
  transition: all 0.3s ease;
}

.fa-caret-down:before {
  content: "\f067" !important;
  color: #063464 !important;
  font-size: 25px;
}

.fa-caret-up:before {
  content: "\f068" !important;
  color: #063464 !important;
  font-size: 25px;
}

.social-icon.facebook {
  background-color: #2f2f2f !important;
}

.nav-link2:hover {}

.dashboard-cards .card .card-title {

  background: #dbdcdc;
  padding: 20px 15px;
  height: initial !important;
  position: relative;
  z-index: 0;
  margin: 0;
  /* border: 1px solid gold; */
}

.dashboard-cards .card .card-title h2 {
  font-size: 18px;
  /* letter-spacing: -0.06em; */
  margin: 0;
  padding: 0;
  text-align: left;
  color: #000;
}

.dashboard-cards .card .card-title h2 small {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  letter-spacing: -0.025em;
}

.dashboard-cards .card .card-description {
  position: relative;
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding: 10px 15px 0 15px;
}

.dashboard-cards .card .card-actions {
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
  padding: 10px;
  text-align: center;
}

.dashboard-cards .card .card-flap {
  background: #d9d9d9;
  position: absolute;
  width: 100%;
  transform-origin: top;
  transform: rotateX(-90deg);
}

.dashboard-cards .card .flap1 {
  transition: all 0.3s 0.3s ease-out;
  z-index: -1;
}

.dashboard-cards .card .flap2 {
  transition: all 0.3s 0s ease-out;
  z-index: -2;
}

.dashboard-cards.showing .card {
  cursor: pointer;
  opacity: 0.6;
  transform: scale(0.88);
}

.dashboard-cards .no-touch .dashboard-cards.showing .card:hover {
  opacity: 0.94;
  transform: scale(0.92);
}

.dashboard-cards .card.d-card-show {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.dashboard-cards .card.d-card-show .card-flap {
  background: #ffffff;
  transform: rotateX(0deg);
}

.dashboard-cards .card.d-card-show .flap1 {
  transition: all 0.3s 0s ease-out;
}

.dashboard-cards .card.d-card-show .flap2 {
  transition: all 0.3s 0.2s ease-out;
}

.dashboard-cards .card .task-count {
  /* background: blue; */
  width: fit-content;
  /* height: 38px; */
  position: absolute;
  padding: 6px 6px;
  top: 12px;
  right: 10px;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
  color: #333333;
  font-weight: 600;
  transition: all 0.2s ease;
}

.dashboard-cards .task-list {
  padding: 0 !important;
  list-style: none;
}

.dashboard-cards .task-list li {
  padding: 10px 0;
  padding-left: 10px;
  margin: 3px 0;
  font-size: 17px;
  display: list-item;
  list-style-type: none;
  border-bottom: 1px solid #e9ebed;
  border-left: 3px solid #007bff;
  transition: all 0.2s ease;
}

.dashboard-cards .task-list li:hover {
  background: #ecf0f1;
  transition: all 0.2s ease;
}

.sm-container {
  max-width: 900px;
  margin: 0 auto !important;
}

.dashboard-cards .task-list li span {
  /* float: right;
      color: #3baeb0; */
  /* margin-right: 5px; */
}

.dashboard-cards.showing .card.d-card-show .task-count {
  color: #ffffff;
  /* background: #3baeb0; */
  transition: all 0.2s ease;
}

.dashboard-cards .card-actions .btn {
  color: #333;
}

.dashboard-cards .card-actions .btn:hover {
  color: #3baeb0;
}

.btn:hover {
  color: #fff !important;
}

.btn:hover:before {
  width: 100%;
  color: #fff;
}


.section .row {
  margin-top: 1%;
  align-items: center;

}

.section .row .col-md-6 {}

.fa-circle {
  padding-right: 30px;
}

.section h2 {
  color: #000;
  font-size: 42px;
  font-weight: bold;
}

.section p {
  margin-top: 3%;
  color: #000;
  font-size: 18px;
  margin-bottom: 5%;

}

.section img {
  max-width: 100%;
  text-align: center;
  border-radius: 25px;
  display: inline-block;
  box-shadow: 0px 0px 14px rgb(113, 119, 119);
  /* border: 2px solid #3baeb0;  */
  transition: transform 0.3s ease;
  border: 4px double #00528e
}

.section img:hover {
  transform: translateY(-10px);
  border: 4px double #00528e;
}

h5 {
  font-weight: 700 !important;
  font-size: 22px !important;
  color: #000 !important;
}

.card-text:last-child {
  font-size: 18px;
}

.card-img-top {
  /* width: 25% !important; */
}

.card {
  border: none !important;
  /* background-color: #8600e73d !important;  */
  /* padding-top: 3%; */
}

body,
.main {
  /* background: #fcf8ec; */
}

.card-body div {
  height: 330px;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  text-align: center;
  background: #fff;
  margin: 10px;
  padding: 20px 10px 5px;
  border-radius: 20px;

}

.card-body div:hover {
  /* background: #efefef !important; */
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.card-body {
  flex: 1 1 auto;
  color: #000;
  padding: 0rem 0 !important;
  background: transparent;
}

.card-title {
  margin-top: 7%;
  color: #000 !important;
  font-size: 20px !important;
}

.card-text {
  color: #000;
  font-size: 18px !important;

}


.wrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
}

.wrapper>* {
  margin: 0 1rem 2rem;
  margin-top: 5%;
}

.col-md-8 h2 {
  font-size: 25px;
  font-weight: 700;
}

.col-md-8 p {
  font-size: 18px;
}

.card1 {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 420px;
  /* Box dimensions */
  height: 400px;

  border-radius: 4px;
  /* Styling */
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.56s ease-in-out;
  /* Animation */
  /* background-color: rgba(0,0,0,.2); /* for debugging */
}

/* Shows an outer shadow */
.card1:hover {
  /* Just for styling */
  cursor: pointer;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.card1 p {
  font-size: 19px;
  align-self: flex-end;
  padding: 1rem;
  color: rgba(255, 255, 255, .90);
  /* font-size: 2rem; */
  line-height: 1.3;

}

/* Cards titles styling
    ------------------------------------------ */
.card__title {
  /* Just for styling */
  /* align-self: flex-end;  */
  padding: 0 1rem;
  color: rgba(255, 255, 255, .90);
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}

/* Styles for:
    ** - Using IMG tag inside a container
    ------------------------------------------ */
/* The image container */
.card__thumbnail {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;


}

.card__thumbnail>img {
  height: 100%;
}

.card__thumbnail>.card__title {
  position: absolute;
  left: 0;
  bottom: 0;
}



.has-bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-item {
  padding-top: 7%;
}

.social-logos {
  padding-top: 18%;
}

/* Loads a specific image to a container */
.bg-img-nature {
  background-image: url(./images/REGULAR\ TESTING.png);
}

.bg-img-nature1 {
  background-image: url(./images/Cybersecurity\ \ Measures.png);
}

.bg-img-nature2 {
  background-image: url(./images/Geographical\ \ Redundancy.png);
}


.form-group.input-material {
  position: relative;
  /* margin-top: 50px; */
  margin-bottom: 25px;
  /* textarea label */
}

.form-group.input-material label {
  color: #482260;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  bottom: 1px;
  transition: 0.1s ease all;
  -moz-transition: 0.1s ease all;
  -webkit-transition: 0.1s ease all;
}

.form-group.input-material textarea.form-control~label {
  bottom: 90%;
  bottom: calc(100% - 38px);
}


.form-group.input-material .form-control,
.form-group.input-material .form-select {
  border: none;
  border-bottom: 2px solid #555555;
  border-radius: 0px;
  background-color: transparent;
  padding-left: 5px;
  box-shadow: none;
  padding-top: 10px;
  /* required fields */
  /* active state */
  /* invalid state */
}

.form-group.input-material .form-control:required~label::after,
.form-group.input-material .form-select:required~label::after {
  content: "*";
  color: #dc3545;
  padding-left: 2px;
  font-size: 0.8em;
}

.form-group.input-material .form-control:focus,
.form-group.input-material .form-control[value]:not([value=""]),
.form-group.input-material .form-select:focus,
.form-group.input-material .form-select[value]:not([value=""]) {
  border-bottom-color: #007bff;
  color: #000;
}

.form-group.input-material .form-control:focus~label,
.form-group.input-material .form-control[value]:not([value=""])~label,
.form-group.input-material .form-select:focus~label,
.form-group.input-material .form-select[value]:not([value=""])~label {
  top: unset;
  bottom: 100%;
  bottom: calc(100% - 16px);
  font-size: 14px;
  color: #007bff;
  font-weight: 500;
}

.form-group.input-material .form-control:focus.invalid,
.form-group.input-material .form-control.invalid,
.form-group.input-material .form-control:focus.parsley-error,
.form-group.input-material .form-control[value]:not([value=""]).parsley-error,
.form-group.input-material .form-select:focus.invalid,
.form-group.input-material .form-select.invalid,
.form-group.input-material .form-select:focus.parsley-error,
.form-group.input-material .form-select[value]:not([value=""]).parsley-error {
  border-bottom-color: #dc3545;
}

.form-group.input-material .form-control:focus.invalid~label,
.form-group.input-material .form-control.invalid~label,
.form-group.input-material .form-control:focus.parsley-error~label,
.form-group.input-material .form-control[value]:not([value=""]).parsley-error~label,
.form-group.input-material .form-select:focus.invalid~label,
.form-group.input-material .form-select.invalid~label,
.form-group.input-material .form-select:focus.parsley-error~label,
.form-group.input-material .form-select[value]:not([value=""]).parsley-error~label {
  color: #dc3545;
}

.form-group.input-material .form-select {
  background-position: right 0 center;
  padding-left: 0;
}

.form-group.input-material .parsley-errors-list {
  color: #dc3545;
  list-style: none;
  font-size: 0.7em;
  padding-left: 5px;
  position: absolute;
  top: 107%;
}

.copyright-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 100vh; */
  /* padding: 15px 0px; */
}

.take {
  flex: 1;
}

.copyright-text {
  margin-right: 20px;
  color: #fff;
}

.social-icons1 img {
  font-size: 24px;
  margin: 0 10px;
  /* border: 1px solid; */
  /* width: 11%; */
  color: white;
  /* background-color: #3b5998; */
  /* border-radius: 50%; */

}

.benfits {

  text-align: center;
}

.card-title {
  height: 50px;
  text-align: center;
}

.pizza {
  max-width: 100%;
  text-align: right;
  position: relative;
  margin-top: -120px;
}

.p5 {
  padding: 3rem;
}

.m5 {
  margin: 3rem;
}

.ourdic {
  width: 100%;
}

.nav-link3 a {
  color: #000 !important;
}

/* .nav-link3:hover {
      color: #fff !important;
      background: #000 !important;
    }
    .nav-link3:hover a {
      color: #fff !important;
      
    } */
.card-title h2 {
  color: #000;
}

.nav-link1-org:hover {
  background: #fff !important;
  color: #000 !important;
}

/* @media (min-width: 576px){
    .card-group>.card {
      flex: 1 0 50% !important;
      margin-bottom: 0;
    }} */


.how {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  min-height: max-content;
  margin: 0 auto;
}

.timeline {
  position: relative;
  max-width: 800px;
  width: 50%;
  /* background-color: white; */
  border-radius: 10px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
  padding: 20px;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #3baeb0;
  transform: translateX(-50%);
}

.step {
  position: relative;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: baseline;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 53%);
  transition: transform 0.3s, box-shadow 0.3s;
}

.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.step-content b {
  color: #3baeb0;
}

.step .number {
  /* position: absolute; */
  display: none !important;
  top: 50%;
  left: 11%;
  width: 30px;
  height: 30px;
  background-color: #3baeb0;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  /* transform: translate(-50%, -50%); */
}

.step:nth-child(odd) {
  left: 50%;
  transform: translateX(-100%);
}

.step:nth-child(even) {
  left: 50%;
  transform: translateX(0);
}

/* .step-content {
      padding: 20px;
      background-color: #f7f7f7;
      border-radius: 10px;
      margin-top: 10px;
    } */

.step-content h3 {
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
  text-align: left;
  margin-left: 10px;
}

.step-content p {
  color: #666;
  line-height: 1.6;
}

.five-box .h4-h {
  font-size: 40px;
}

.banner-gr-p {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}

.banner-p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
}

.desk-none {
  display: none;
}

.heading-cards {
  text-align: center;
  padding-top: 5px;
}

.features-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
}

.feature-card {
  display: block;
  width: 453px;
  text-align: center;
  text-decoration: none;
  background-color: aliceblue;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  padding: 20px;
  background-color: #f0f8ff;
}

.feature-icon img {
  max-width: 30%;
  height: auto;
  border-radius: 8px;
}

.feature-title {
  /* height: 72px; */
  padding: 0px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #006aaa;
  margin: 15px 0 10px;
}

.feature-title:hover {
  color: #000;
}

.para-d {
  font-size: 14px;
  color: #666666;
  padding: 0 15px 20px;
}

.sant {
  font-size: 16px;
}

.space {
  margin-top: 30px;
  margin-bottom: 60px;
}

.five-box {
  margin: 40px 0px;
}

#main-box {
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  display: flex;
}

.five-box h4 {
  margin-bottom: 40px;
  text-align: center;
  padding: 10px;

}

.ul-list {
  margin-left: 10px;
  text-align: left;
}

.text-box3,
.text-box4 {
  background-color: white;
  box-shadow: 2px 2px 10px rgb(0, 0, 0);
  padding: 1rem;
  height: auto;
  width: 100%;
  text-align: left;
  flex-basis: 24%;
  /* max-width: 250px; */
  border-radius: 10px;
  transition: 1s;
}

.text-box3:hover,
.text-box4:hover {
  transform: scale(0.9);
}

.text-box5,
.text-box6 {
  background-color: white;
  /* box-shadow: 2px 2px 10px rgb(0, 0, 0); */
  padding: 1rem;
  height: auto;
  width: 100%;
  text-align: left;
  flex-basis: 24%;
  /* max-width: 250px; */
  border-radius: 10px;
  /* transition: 1s; */
  position: relative;
  box-shadow: 0px 0px 2px skyblue;

}

.ul-list li {
  font-size: 16px;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.text-box5::after,
.text-box5::before,
.text-box6::after,
.text-box6::before {

  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-image: conic-gradient(from var(--angle),transparent 70%, #00528e); */
  /* background-color: #00528e; */
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 10px;
  padding: 2px !important;
  box-sizing: initial;
  animation: 3s spin linear infinite;
}

.text-box5::before,
.text-box6::before {
  filter: blur(0.5rem);
  opacity: 0.5;
}

@keyframes spin {
  from {
    --angle: 0deg;
  }

  to {
    --angle: 360deg;
  }
}

.text-box5:hover,
.text-box6:hover {
  border: 1px solid whitesmoke;
  box-shadow: 0px 0px 14px #00528e;
}

.text-box-2,
.text-boxs {
  background-color: aliceblue;
  box-shadow: 2px 2px 10px rgb(0, 0, 0);
  padding: 1rem;
  height: auto;
  width: 100%;
  text-align: left;
  flex-basis: 26%;
  /* max-width: 250px; */
  border-radius: 10px;
  transition: 1s;
  position: relative;
}

.text-box-2::before,
.text-boxs::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  top: 0px;
  left: 0px;
  background-color: #00528e;
  z-index: -1;
  transform: rotate(0deg);
  transition: .6s;
}

.text-box-2:hover.text-box-2::before,
.text-boxs:hover.text-boxs::before {
  transform: rotate(10deg);
}

.text-box-2 h2,
.text-boxs h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.text-box-2 h3,
.text-boxs h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.text-box-2 ul,
.text-boxs ul {

  padding-left: 0;
}

.text-box-2 ul li,
.text-boxs ul li {
  font-size: 1rem;
  line-height: 1.5;
}

.ol-list {
  margin: 34px 152px;
}

.ol-list li {
  line-height: 50px;
  font-size: 20px;
}

.ol-list li b {
  font-size: 24;
}

.wordpress-sec {
  background-color: aliceblue;
  display: flex;
  border: 1px solid;
  border-radius: 5px;
  margin: auto;
  box-shadow: 0px 0px 4px;
  width: 320px !important;
  gap: 20px;
  margin: 20px;
  align-items: center;
  transition: all;
  transition-duration: 1s;
  padding: 5px;
}

.wordpress-sec:hover {
  transform: scale(0.9);
}

.wordpress-sec-2 {
  background-color: aliceblue;
  border: 1px solid;
  border-radius: 5px;
  margin: auto;
  box-shadow: 0px 0px 4px;
  width: 350px !important;
  gap: 20px;
  margin: 20px auto;
  align-items: center;
  transition: all;
  transition-duration: 1s;
  padding: 20px 0px;
}

.wordpress-sec-2:hover {
  transform: translate(0px, -10px);
  background-color: #006aaa3d;
}

.container-s {
  background-image: url(./images/Blue-BG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 80px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin-top: 3%;
}

.container-s2 {
  background-image: url(./images/Yellow-BG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 80px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin-top: 3%;
}

.container-s h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  color: #ffd700;
}

.container-s2 h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  color: #000;
}

.container-s h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #ffd700;
  margin: 8px auto 0;
}

.container-s2 h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #007bff;
  margin: 8px auto 0;
}

/* .five-box h4::after {
       content: '';
       display: block;
       width: 100px;
       height: 4px;
       background-color: #007bff; 
       margin: 8px auto 0;
      } */
.border-n::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #007bff;
  margin: 8px auto 0;
}

.feature-container {
  text-align: center;
}

.h1 {
  padding-top: 3%;
  padding-bottom: 2%;
}

.main-feature-section {
  display: block;
}

.feature-sec {
  margin: auto;
  /* width: 765px; */
  justify-content: center;
  display: flex;
  align-content: stretch;
  flex-direction: row;
  /* margin-left: 200px; */
  text-align: center;
  align-items: center;
  gap: 45px;
}

.feature-sec-1 {
  margin: auto;
  /* width: 765px; */
  justify-content: center;
  display: flex;
  align-content: stretch;
  flex-direction: row;
  /* margin-left: 200px; */
  text-align: center;
  align-items: center;
  gap: 45px;

}

.cont-sec {
  /* box-shadow: 1px 1px 5px black;
        border-radius: 10px; */
  padding: 29px 20px;
  font-size: 20px;
  text-align: left;
  width: 852px;
}

.main-feature-section {
  margin: auto;
  width: 1075px;
}

.feature-container .h1 h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #007bff;
  margin: 8px auto 0;
}

.feature-container .h1 h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #007bff;
  margin: 8px auto 0;
}

.content {
  margin-top: 20px;
  text-align: left;
}

.container-s .content {
  padding-left: 170px;
}

.container-s2 .content {
  padding-left: 170px;
}

.content .item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.content .item-icon {
  font-size: 1.5rem;
  margin-right: 10px;
}

.content .item-text {
  font-size: 20px;
  color: white;
}

.content .item-text strong {
  font-size: 22px;
  color: white
}



.content {
  align-content: center;
  margin-top: 20px;
  text-align: left;
}

.container-s .content {
  padding-left: 170px;
}

.container-s2 .content {
  padding-left: 170px;
}

.content .item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.content .item-icon {
  font-size: 1.5rem;
  margin-right: 10px;
}

.content .item-text {
  font-size: 20px;
  color: white;
}

.content .item-text strong {
  font-size: 22px;
  color: white
}

.container-s2 .content .item-icon {
  border-radius: 100%;
  padding: 7px 16px;
  font-size: 20px;
  color: #fff;
  background: #007bff;
  margin-right: 10px;

}

#icon {
  margin-top: -19px;
}

.container-s2 .content .item-text {
  font-size: 20px;
  color: black;
}

.container-s2 .content .item-text strong {
  font-size: 22px;
  color: black;
}

.img-none {
  visibility: hidden;
}

.main-content h2 {
  padding: 20px 161px;
  font-weight: 800;
  font-size: 32px;
}

.main-box {
  text-align: center;
  margin: 40px 80px;
  box-shadow: 0px 0px 4px black;
  border-radius: 20px;
}

.boxes {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.boxes .box {
  border: 1px solid black;
  border-radius: 15px;
  height: 250px;
  width: 350px;
  padding: 20px;
}

.boxes .num {
  height: 68px;
  align-content: center;
  font-size: 34px;
  color: #03cd5d;
}

.boxes .box-head {
  font-size: 20px;
  font-weight: 600;
}

.port {
  padding-top: 40px;
  text-align: center;
  color: #000;
  background-color: #f3f3f3;
  height: 145px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.carousel-inner .item {
  padding: 20px 150px;
}

.quote .frm .input {
  border: 1px solid #fff;
  width: 30%;
  color: #000;
  padding: 10px 15px;
  margin-right: 3.33%;
  margin-top: 15px;
  margin-bottom: 15px;
  outline: none;
}

.slider-container {
  position: relative;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
  /* background: white; */
}

.slider {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  border-radius: 15px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slides iframe {
  min-width: 100%;
  border: none;
  height: 400px;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.cont {
  margin-top: 50px !important;
  margin-bottom: 30px !important;
}

@media screen and (max-width: 1440px) {
  .desk-view {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .feature-card {
    width: 380px !important;
  }
}

.heading-cards h2 {
  color: #000066;
  font-size: 32px;
  margin: 0px;
  border-bottom: none;
  margin-bottom: 18px;
}

.sumit {
  margin-bottom: 20px !important;
}


.features-section {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
}

.feature-card {
  display: block;
  width: 353px;
  text-align: center;
  text-decoration: none;
  background-color: #efefef;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  padding: 20px;
  background-color: #efefef;
}

.feature-icon img {
  max-width: 30%;
  height: auto;
  border-radius: 8px;
}

.feature-title {
  /* height: 72px; */
  padding: 0px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 15px 0 10px;
}

.feature-title:hover {
  color: #000;
}

.para-d {
  font-size: 14px;
  color: #666666;
  padding: 0 15px 20px;
}

.space {
  margin-top: 30px;
  margin-bottom: 60px;
}

@media (max-width: 900px) {
  .feature-card {
    width: 353px !important;
  }

  .emails-de a {
    margin-left: -159px;
  }

  .header-left {
    padding: 32px 15px 0;
  }

  .header-left img {
    width: 200px;
  }

  .heading-cards h2 {
    margin: -2px;
    border-bottom: none;
    border: 1px solid #fff;
  }
}

@media (max-width : 430px) {
  .header-right {
    width: 57%;
    float: right;
    font-weight: bold;
  }

  .header-right a {
    font-size: 21px;
  }
}

@media screen and (max-width: 900px) {
  .cont {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .rut {
    padding-bottom: 20px !important;
  }

  .boxes {
    gap: 20px;
  }

  .boxes .box {
    width: 335px;
  }

  .img {
    margin: 5% 5% !important;
  }

  .main-content h2 {
    padding: 20px 20px;
  }

  .main-box {
    margin: 40px 40px;
  }

  .text-box5,
  .text-box6 {
    flex-basis: 40%;
  }

  .tab-view {
    padding: 0px !important;
    padding-top: 20px !important;
    margin: 0px 20px;
  }

  .feature-title {
    height: auto;
  }

  .tab-row {
    margin-right: 40px !important;
  }

  .wordpress-sec {
    width: 317px !important;
    margin: 20px auto;
  }

  #icon {
    margin-top: -25px;
  }

  .container-s .content {
    padding-left: 0px;
  }

  .content .item-icon {
    font-size: 1rem;
  }

  .container-s2 .content {
    padding-left: 0px;
  }

  .container-s2 .content .item-icon {
    margin-top: -30px;
    font-size: 1rem;
  }

  .faq-ul {
    gap: 19px;
  }

  .text-box-2,
  .text-boxs {
    flex-basis: 45%;

  }

  .container-s2 {
    padding-right: 40px !important;
  }

  .tab-p {
    padding: 0px 50px;
  }

  .wordpress-sec {
    gap: 20px;
  }

  .feature-card {
    width: 341px !important;
  }

  .mob-legal {
    margin-top: 10px;
  }

  .text-box3,
  .text-box4 {
    flex-basis: 42% !important;
  }

  .banner-gr-p {
    font-size: 17px;
  }

  .banner-p {
    font-size: 15px;
  }

  /* .fab{
        font-size: 25px !important;
        } */
  .mob-footer {
    font-size: 13px !important;
  }

  .hero-banner h1 {
    font-size: 25px;
  }

  .icon-last {
    margin-top: -32px;
    width: 57px;
  }

  .icon-last2 {
    align-self: baseline;
    margin-top: -5px;

  }

  .main-feature-section {
    width: 700px !important;
  }

  .btn_four {
    width: 323px;
  }

  .dashboard-cards .card {

    width: calc(100% - 10px);

  }

  .card-title {
    height: 80px;
  }

  p {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
  }

  .fit {
    width: 700px !important;
  }

  .card-title h2 {
    color: #000;
  }

  .last {
    margin-top: 25px !important;
  }

  .hero-banner {
    padding: 65px 0px;
    height: auto;
    background-position: right;
  }

  .hero-banner img {
    /* margin-top: -70px !important; */
  }

  .card-group>.card {
    flex: 1 0 50% !important;
    margin-bottom: 0;
  }

  /*animation element sliding left*/
  .animation-element.slide-left {
    opacity: initial !important;
    transition: initial !important;
    transform: initial !important;
  }

  .animation-element.slide-left.in-view {
    opacity: initial !important;
    transform: initial !important;
  }

  .animation-element.slide-right {
    opacity: initial !important;
    transition: initial !important;
    transform: initial !important;
  }

  .animation-element.slide-right.in-view {
    opacity: initial !important;
    transform: initial !important;
  }

  .animation-element.slide-up {
    opacity: initial !important;
    transition: initial !important;
    transform: initial !important;
  }

  .animation-element.slide-up.in-view {
    opacity: initial !important;
    transform: initial !important;
  }

  .navbar-brand {
    flex: 2;
    justify-content: end;
  }

  .j2 {
    flex: 1;
  }

  .navbar-brand img {
    width: 68% !important;
  }

  .card1 {
    width: 300px !important;
  }

  .offset-lg-1 {
    text-align: center;
  }


  .section h2 {
    color: #000;
    font-size: 30px;
  }

  .section {
    margin-bottom: 50px;
  }

  .pd {
    padding: 0 20px !important;
  }

  .lets {
    font-weight: 700;
    font-size: 30px;
  }

  .fab,
  .fa-brands {
    color: #fff !important;
    font-size: 18px;
    margin-right: 20px;
  }

  .cc {
    align-items: center !important;
    padding-bottom: 30px;
  }

  .bnr-txt {
    /* background: rgba(0, 0, 0, 0.5); */
    /* color: #fff !important; */
    /* padding-top: 7%; */

  }

  /* .social-icons1 img{
      width: 25%;
    } */
  .copyright-text p {
    font-size: 21px !important;
  }

  .d-flex {
    align-items: center;
  }

  h5 {
    font-size: 20px !important;
  }

  li {
    padding-right: 10px;
  }

  .pizza {
    width: 31%;
    text-align: right;
    position: relative;
    margin-top: -54px;
  }

  /* .section .mblrow{
      flex-direction: column-reverse;
    } */

  .card-body {
    flex: 1 1 auto;
    color: #000;
    padding: 0rem 0rem 0rem 0rem !important;
    /* background: #fff; */
  }

  img {
    max-width: 100% !important;
  }

  .dashboard-cards {
    position: relative;
    padding-bottom: 110px;
    margin: 0 !important;
  }

  /* .col-md-6 {
      flex: 0 0 auto;
      width: 100% !important;
    } */
  .section h2 {
    color: #000;
    font-size: 23px !important;
    padding-top: 30px;
  }

  .container-s h2 {
    font-size: 30px !important;
  }

  .card2 {
    padding-bottom: 50px;
  }

  .step .number {
    left: 20px;
    width: 55px;
    height: 35px;
  }

  .card11 {
    padding-bottom: 25px;
  }

  .dashboard-cards .card .card-title {
    height: initial !important;
  }

  .car {
    flex: 3 !important;
  }

  li {
    line-height: 1.5;
    padding-right: 4px;
  }

  li i {
    font-size: 10px;
  }

  li {
    display: list-item;
  }

  .card-body div {
    height: 435px;
  }

  .dashboard-cards .task-list li span {

    float: initial !important;
  }

  .feature-sec-1 {

    gap: 5px !important;
    text-align: right !important;
  }

  .feature-sec {

    gap: 5px !important;
    text-align: left !important;
  }

  .footer-mob {
    /* text-align: center; */
    font-size: 17px !important;
  }

  .mob-size {
    font-size: 35px !important;
  }

  .social-icons1 img {
    width: 23% !important;
  }

  .comp {
    font-size: 35px !important;
  }

  .mob-key {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .feature-card {
    width: 341px;
  }
}

@media (max-width: 600px) {
  #icon {
    margin-top: 0px;
  }

  .containers h2,
  .container-s h2 {
    font-size: 1.5rem;
  }

  .container-s .content,
  .container-s2 .content {
    padding-left: 0px;
  }

  .content .item {
    flex-direction: row;
    align-items: flex-start;
  }

  .container-s2 .content .item {
    flex-direction: row;
    align-items: flex-start;
  }

  .content .item-icon {
    margin-bottom: 5px;
  }

  .container-s2 .content .item-icon {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .text-box-2,
  .text-boxs {
    max-width: 283px;
    flex-basis: 100%;
    padding-left: 24px;
    padding-top: 24px;
    margin: 0px 20px;
  }
}

@media screen and (max-width: 480px) {
  .timeline {
    width: 90%;
  }

  .btn_four {
    width: 323px;
  }

  .timeline::before {
    left: 30px;
  }

  .step {
    /* padding-left: 70px; */
  }

  .step:nth-child(odd),
  .step:nth-child(even) {
    left: 0;
    transform: translateX(0);
    text-align: left;
  }

  .step .number {
    left: 20px;
    width: 70px;
    height: 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 430px) {
  .contt {
    margin: 40px 20px !important;
    box-shadow: 0px 0px 5px black;
    border-radius: 10px;
  }

  .rut {
    padding-bottom: 20px !important;
  }

  .main-box {
    margin: 20px;
    padding: 20px 20px;
  }

  .mob-padd {
    padding: 6px 20px !important;
    padding-bottom: 20px !important;
  }

  .tab-row {
    margin-right: 15px !important;
  }

  .mob-pd {
    padding-top: 30px !important;
  }

  .tab-view {
    margin: 0px 0px;
  }

  .wordpress-sec {
    width: 360px !important;
  }

  .mob-mb {
    margin: 0px;
    margin-left: 0px !important;
  }

  .mob-pdd {
    padding-bottom: 6%;
  }

  .mob-padding {
    padding: 0px 20px;
  }

  h6 {
    font-size: 26px;
  }

  .desk-none {
    display: block
  }

  .mob-legal {
    margin-top: 0px;
  }

  .mob-key {
    margin-top: 30px;
  }

  .faq-ul {
    gap: 0px;
    display: block;
  }

  .faq {
    width: 95% !important;
  }

  .contact-bg {
    margin: 0px 29px !important;
  }

  .text-box3,
  .text-box4 {
    flex-basis: 80% !important;
  }

  .text-box5,
  .text-box6 {
    flex-basis: 80% !important;
  }

  .section img {
    margin-top: 15px;
  }

  .icon-last {
    margin-top: 0px;
    width: 57px;
  }

  .icon-last2 {
    margin-top: 0px;
  }

  .feature-container {
    padding: 0px 10px;
  }

  .img-none {
    display: none;
  }

  .main-feature-section {
    width: auto !important;
  }

  .cont-sec {

    text-align: left !important;
    width: 100% !important;
  }

  .section h2 {
    font-size: 25px !important;
  }

  .feature-sec {
    flex-direction: column !important;
    gap: 0px !important;
    margin-left: 0px !important;
  }

  .feature-sec-1 {
    flex-direction: column-reverse !important;
    gap: 0px !important;
    margin-right: 0px !important;
  }

  .social-icons1 {
    margin-top: 20px;
  }

  .mob-footer {
    font-size: 13px !important;
    text-align: center !important;
    padding-bottom: 20px !important;
  }

  .footer-mob {
    /* text-align: center; */
    font-size: 18px !important;
    line-height: 22px;
  }

  .mob-size {
    font-size: 30px !important;
  }

  .five-box .h4-h {
    font-size: 30px !important;
  }

  .fcr {
    flex-direction: column-reverse;
  }

  .btn_four {
    width: 323px;
  }

  .dashboard-cards {
    position: relative;
    padding-bottom: 160px;
    margin: 0 !important;
  }

  .dashboard-cards .card .card-title h2 {
    width: 90%;
  }

  .card2 {
    padding-bottom: 0px;
  }

  .card11 {
    padding-bottom: 0px;
  }

  .carddiv {
    padding-top: 0 !important;
  }

  .card-group .card:first-child .carddiv {
    padding-top: 10% !important;
  }

  .navbar-nav {
    margin-bottom: 15px !important;
  }

  .navbar-toggler-icon {
    color: #000 !important;
  }

  .how {
    margin-top: 5% !important;
  }

  .last {
    margin-top: 0px !important;
  }

  .chngecolor {
    font-size: 15px;
  }

  .flx-dire {
    flex-direction: column-reverse;
  }

  .d-flex {
    flex-direction: column;
  }


  .hero-banner {
    height: auto;
    background-position: left;
    padding-top: 35px;
    padding-bottom: 0px;
  }

  .flx-row {
    flex-direction: column-reverse;
  }

  .seven p,
  .seven1 p {

    display: block;
  }

  .hero-banner img {
    /* margin-top: -100px; */
  }

  .pizza {
    width: 39%;
    text-align: right;
    position: relative;
    margin-top: -20px;
  }

  .text-mg {
    text-align: center !important;
  }

  .section {
    padding: 0 20px !important;
  }

  .col-lg-8 {
    width: auto !important;
  }

  .market {
    margin-top: 20px;
  }

  .navbar-expand-sm {
    /* background: #7c787680; */
  }

  .navbar-brand img {
    width: 38% !important;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    display: flex;
  }

  .nav-item {
    margin: 20px 0 0;
  }

  .sm-container .col-md-12 {
    margin-top: 20px;
    justify-content: start !important;
  }

  .col-md-9 p {
    text-align: center !important;
  }

  .bnr-txt {
    /* background: rgba(0, 0, 0, 0.5); */
    color: #000 !important;
    padding-top: 3%;
    margin: 0;
  }

  .fit {
    /* width: 300px !important; */
    width: 350px !important;
  }

  .comp {
    font-size: 30px !important;
    padding-top: 30px;
  }

  .card-body div {
    height: fit-content;
    padding-bottom: 20px;
  }

  p {

    /* font-size:20px !important; */
    line-height: 1.5 !important;
  }

  .flx-r {
    flex-direction: column;
  }

  .bottom-img {
    background: url(./images/black-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: fit-content !important;
    padding: 0px 0;
  }

  .navbar-nav {
    width: -webkit-fill-available;
    display: flex;
    /* flex-direction: row !important; */
    padding-left: 0;
    margin-bottom: 0;
    /* align-items: center; */
    justify-content: center !important;
    list-style: none;
  }

  .j1 {
    display: none;
  }

  .j2 {
    flex: initial !important;
  }

  .section h2 {
    color: #000;
    font-size: 30px;
    padding-top: 20px;
  }

  /* .collapse:not(.show){
          display: block !important;
        } */
  .container {
    padding: 0 25px !important;
  }

  .p6 {
    margin: 3rem 0rem !important;
    padding: 2rem !important;
  }

  .col-md-6 {
    padding-top: 0px;
  }

  .section {
    margin-bottom: 30px;
  }

  .wrapper h1 {
    padding-bottom: 50px !important;
    padding-top: 30px !important;
  }

  .hero-banner h1 {
    text-align: left !important;
    font-size: 25px;
    /* margin-bottom: 30px; */
    line-height: 35px;
    /* margin-top: 10px; */
  }

  .cont-sec {
    font-size: 20px;
  }

  .new-banner {
    padding: 0px 0px !important;
  }

  .key-features {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin: 20px 0 !important;
  }

  .card-title {
    height: 40px;
  }

  .seven p {

    padding-bottom: 20px;
  }

  .col-lg-6 p {
    /* font-size: 14px !important; */
    margin-top: 10px;
  }

  .cont {
    display: contents;
    padding-bottom: 30px;
  }

  .flx {
    margin-top: -30px !important;
  }

  .social-icons1 {
    text-align: center;
    display: flex;
    padding: 10px 0;
  }

  .social-icons1 i {
    font-size: 16px;
    margin: 0 10px;
    /* border: 1px solid; */
    color: white;
    /* background-color: #3b5998; */
    /* border-radius: 50%; */
    padding: 2px;
  }

  .copyright-text {
    margin-right: 20px;
    font-size: 12px;
  }

  .rwr {
    flex-direction: row-reverse;
  }

  .rwr button {
    margin-top: -110px;
  }



  .dashboard-cards .task-list li {
    font-size: 15px;
  }

  .benfits {
    font-size: 26px !important;
    text-align: center;
  }

  .order-lg-1 {
    padding-top: 0;
  }

  .copyright-section {
    text-align: center;
    flex-direction: column;
  }

  .nav-link1 {
    background: #00528e;
    border-radius: 10px;
    /* padding: 10px !important; */
    PADDING: 20PX;
    color: #fff !important;
  }

  .social-icons1 img {
    width: 55% !important;
  }

  .section .mblrow {
    flex-direction: column-reverse;
  }
}