@charset "utf-8";
/* CSS Document */

html,
body {
  font-family: "Onest", sans-serif;
  height: 100%;
}
/* body{
    background-color: #010718;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-family: "Onest", sans-serif;
}
p {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul li {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
}
a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.navbar {
  padding: 0px 0px;
}
.btn {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.navbar {
  padding: 10px 0px;
}
.navbar-light .navbar-toggler {
  border-radius: 0px;
  border-color: #1f4e78;
  outline: none;
  box-shadow: none;
  line-height: inherit;
  padding: 2px 10px;
  color: #1f4e78;
}
.navbar-light .navbar-toggler-icon {
  background: none;
}
.navbar-toggler-icon {
  height: auto;
  width: auto;
}
.navbar-toggler {
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

#header {
  padding: 0px 18px;
  width: 100%;
  top: 8%;
  z-index: 1;
  /* height: 98px; */
  background: rgba(
    0,
    0,
    0,
    0.4
  );
  /* display: flex; */
  /* justify-content: end; */
  /* margin-left: 35%; */
  /* margin: auto; */
  background: #fff;
}
.navbar-brand {
  padding: 2px 0;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}
.navbar-brand span {
  color: #c1272d;
}
.navbar-expand-lg .navbar-nav .nav-link {
  width: 140px;
  /* border: 1px solid #c1272d; */
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #000000;
  /* border-radius: 2px; */
}
.navbar-expand-lg .navbar-nav li {
  padding: 1em 1em;
  position: relative;
}
.navbar-expand-lg .navbar-nav li + li{
    margin-left: 1.5em;
}
.navbar-expand-lg .navbar-nav li::after{
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}
.navbar-expand-lg .navbar-nav li:hover::after{
    width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 9px 17px;
  cursor: pointer;
}
.nav-link:focus,
.nav-link:hover {
  background: #c1272d;
  border-color: #c1272d;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: #fff;
}

#top_banner {
  background: url(../images/imgse.png) no-repeat;
  background-size: cover;
  padding: 50px 0px 30px;
  position: relative;
  height: 40vh;
}
.box_top {
  background: none;
  padding: 10px 0px;
}
.product img {
  width: 100%;
}
.top_heade {
  margin: 0;
  text-align: left !important;
}
#top_banner:before {
  background: #c1272d;
  opacity: 0.7;
  position: absolute;
  right: 8%;
  top: 0px;
  height: 100%;
  width: 50%;
  content: "";
  clip-path: polygon(46% 0, 100% 0, 56% 100%, 0 100%);
  display: none;
}
.top_heade h1 {
  font-style: italic;
  /* color: #fff; */
  font-weight: 400;
  font-size: 25px;
  padding: 5px 0px;
  text-transform: uppercase;
  color: #83c55b;
}
.top_heade h1 span {
  width: 60%;
  /* background: #000; */
  padding: 5px;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  display: block;
  font-size: 76px;
}
.top_heade p {
  font-weight: 300;
  font-size: 22px;
  padding: 16px 0px;
  letter-spacing: 0.5px;
  color: #fff;
  /* font-family: 'Poppins', sans-serif; */
  font-family: "Roboto", sans-serif;
}
.top_heade p span{
    color: #27afe8;
}
.top_heade ul li {
  display: inline-block;
  padding: 10px 5px;
  color: #fff;
}
.top_heade ul {
  text-align: left;
}
#top_banner .row {
  align-items: center;
}
.keto_img img {
  border-radius: 0px 0px 0px 40px;
  box-shadow: 2px 2px 35px #00000025;
}
.keto_img {
  margin: 0px 0px -50px;
  position: relative;
  z-index: 9999;
}

.top_heade ul li a {
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 10px 10px;
  background: #111111;
  display: block;
  width: 150px;
  text-align: center;
  font-family: "Inter", sans-serif;
  border: 1px solid #c1272d;
}
.top_heade ul li:last-child a {
  background: #c1272d;
}
.top_heade ul li a:hover {
  background: none;
  color: #c1272d;
}
.productdelt {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  padding: 5px 10px;
  border-radius: 0px 0px 15px 15px;
  margin: 8px 0px;
}
.productdelt h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0px;
  text-align: center;
}
.productdelt a {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 0px;
  background: #c1272d;
  border: 1px solid #c1272d;
  border-radius: 100px;
  width: 100%;
  display: block;
  padding: 10px 10px;
  color: #fff;
  margin: 0px 0px 10px;
  text-align: center;
}
.productdelt a:hover {
  background: #fff;
  color: #c1272d;
}
.product img {
  border-radius: 15px 15px 0px 0px;
  background: #f5f4f2;
}
.productdelt ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.productdelt ul li {
  max-width: 50%;
  flex: 50%;
  font-size: 18px;
  font-weight: 500;
}
.product {
  padding: 10px 0px;
}
.top_heade.noborder {
  border: none;
  padding: 10px 0px;
}
.top_heade.noborder .box_top {
  padding: 0px;
}

#med_section {
  padding: 80px 0px;
  background: #fff;
  position: relative;
  z-index: 99;
  /* min-height: 104vh; */
}
#med_section:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50%;
  content: "";
  background: #c1272d;
  width: 100%;
  z-index: -1;
  display: none;
}
.icon_box {
  background: #fff;
  /* border-radius: 25px 0px 25px 0px; */
  /* box-shadow: 0px 0px 5px #00000020; */
  padding: 20px;
  text-align: center;
  /* margin: 10px 0px; */
}
.icon_box span {
  background: #fff;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100px;
  margin: 10px auto;
  border: 6px solid #fff;
  box-shadow: 0px 0px 7px #00000021;
  font-size: 60px;
  color: #c1272d;
}
.icon_box span img {
  padding: 10px;
}
.icon_box p {
  font-size: 20px;
  font-weight: 400;
  color: #111111;
  padding: 6px 0px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
.icon_box a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  padding: 12px 10px;
  background: #111111;
  display: block;
  width: 120px;
  text-align: center;
  margin: 15px auto;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
}
.icon_box a:hover {
  background: #c1272d;
}
.icon_box h5 {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

#welcom_section {
  background:url(../images/abt-bg.png) no-repeat 0 center;
  background-size: cover;
  padding: 120px 0px;
  position: relative; /* height: 80vh; */
}
#welcom_section:before {
  /* position:absolute; */ /* bottom:0px; */ /* left:0px; */ /* height:100%; */ /* content:""; */ /* background:#c1272d; */
  width: 35%;
  border-radius: 0px 100px 100px 0px;
}
#welcom_section .row {
  align-items: center;
}
.med_textd{
    background: #fff;
    padding: 30px;
}
.med_textd h1 {
  font-size: 32px;
  font-weight: 700;
  color: #03252f;
  padding: 5px 0px 15px;
  font-family: "Onest", sans-serif;
}
.med_textd p {
  /* background: #fef4f4; */
  /* border-right: 10px solid #f00; */
  line-height: 46px;
  font-weight: 400;
  font-size: 16px;
  padding: 33px 10px;
  font-family: "Inter", sans-serif;
}
.med_textd a {
  /* border-radius:100px; */
  color: #222 !important;
  border: 2px #ffffff solid;
  /* font-size:15px; */
  /* font-weight:600; */
  /* color:#fff; */
  /* padding:12px 10px; */
  background: #83c55b;
  display: block;
  width: 150px;
  text-align: center;
  /* margin:15px 0px; */
}
.med_textd a:hover {
  background: #83c55b;
  color: #222 !important;
}
.med_textd ul li {
  padding: 5px 0px 5px 26px;
  font-size: 16px;
  position: relative;
}
.med_textd ul li:before {
  content: "\F270";
  font-family: "bootstrap-icons";
  color: #c1272d;
  width: 15px;
  height: 15px;
  font-weight: 600;
  font-size: 17px;
  position: absolute;
  left: 0px;
  top: 4px;
}
.med_textd h3 {
  display: flex;
}
.img_box img {
  /* border:5px solid #fff; */
  /* box-shadow:0px 0px 10px #00000020; */
  /* border-radius: 20px 0px 20px 0px; */
}
.med_textd h3 a:first-child {
  background: #c1272d;
  margin-right: 6px;
  color: #222;
}
#what_section {
  background: url(../images/ben-bg.png) no-repeat 0 0;
  background-size: cover;
  padding: 120px 0px;
}
#what_section .row {
  align-items: center;
}
.img_box {
  text-align: center;
  position: relative;
  z-index: 99;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: #fff;
}
.img_box:before {
  background: #c1272d;
  position: absolute;
  left: 0;
  top: -10px;
  height: 50%;
  width: 40%;
  content: "";
  z-index: -1;
  border-radius: 50px;
  display: none;
}
.img_box1 {
  text-align: center;
  position: relative;
  z-index: 99;
}
.img_box1 img {
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 7px #00000050;
}
.img_box2 {
  text-align: center;
}
.img_box2 img {
  width: 100%;
}
.img_box1:before {
  background: #c1272d;
  position: absolute;
  right: 50px;
  top: 20%;
  height: 50%;
  width: 40%;
  content: "";
  z-index: -1;
  border-radius: 10px;
  display: none;
}
#join_section {
  background: none;
  background-size: 100%;
  position: relative;
  z-index: 999;
  padding: 0px 0px 30px;
}
#join_section:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  content: "";
  background: none;
  width: 100%;
  z-index: -1;
  opacity: 0.4;
}
.quis_text p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 20px 0px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
.quis_text {
  /* border: 4px solid #f00; */
  margin: 30px 0 0 0;
  padding: 50px 20px;
  text-align: center;
  /* margin: 0px 0 0px; */
  position: relative;
  z-index: 999;
  box-shadow: 0px 0px 30px #c0c0c020;
  border-radius: 10px;
  background: linear-gradient(45deg, #3889ca, #83c55b);
  color: #f5f5f5;
  background-size: 100%;
}
.quis_text a {
  /* border-radius:100px; */
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 12px 10px;
  background: #03252f;
  display: block;
  text-align: center;
  margin: 15px 0px !important;
  border: 1px solid #03252f;
}
.quis_text a:hover {
  background: #f00;
  color: #ffffff;
  border-color: #fff;
}
.box_boder {
  width: 100%;
  /* margin: 10px auto; */
  display: block;
  border: none;
  /* padding: 10px; */
  box-shadow: none;
}
.castr {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.castr .col2 {
  max-width: 20%;
  flex: 20%;
  padding: 10px 10px;
}
.castr p {
  font-size: 18px;
  padding: 10px 0px;
  color: #000;
}
.castr span {
  display: block;
  position: relative;
  background: #e5eeff;
  border-radius: 50px;
  padding: 20px 0px;
}
.castr span img {
  max-width: 130px;
}
.quis_text h4 {
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
  padding: 10px 20px 0px;
}
.quis_text a {
  width: 180px;
  margin: 10px auto;
}
#new_section {
  padding: 40px 0px;
  background: #fff;
}
#new_section .row {
  align-items: center;
}
.text_new h1 {
  font-size: 30px;
  font-weight: 700;
  color: #111111;
  padding: 10px 0px;
}
.text_new a {
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 12px 10px;
  background: #c1272d;
  display: block;
  text-align: center;
  margin: 15px 0px;
  width: 210px;
}
.text_new a:hover {
  background: #03252f;
}
.img_l img {
  max-width: 190px;
}
#footer {
  background: #3F51B5;
  padding: 15px 0px;
}
#footer p {
  text-align: center;
  padding: 10px 0px;
  font-size: 15px;
  color: #fff;
  font-family: "Inter", sans-serif;
}
#footer p a {
  color: #fff;
  cursor: pointer;
}
#copyrightbox {
  background: #000;
  padding: 10px 0px;
}
#copyrightbox p {
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.head h1 {
  font-size: 30px;
  padding: 15px 0px 30px;
  font-weight: 700;
  text-align: center;
  color: #000;
}

#ember42 h1 {
  font-size: 22px;
  font-weight: 700;
  color: #111111;
  padding: 10px 0px;
}
#ember42 h2 {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  padding: 6px 0px;
}
#ember42 p {
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  padding: 6px 0px;
  font-family: "Inter", sans-serif;
  font-family: "Inter", sans-serif;
}
.privicy h1 {
  font-size: 22px;
  font-weight: 700;
  color: #111111;
  padding: 10px 0px;
}
.privicy h2 {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  padding: 6px 0px;
}
.privicy p {
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  padding: 6px 0px;
  font-family: "Inter", sans-serif;
}
.privicy ul li {
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  padding: 6px 0px;
  font-family: "Inter", sans-serif;
}
.contbox a {
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 12px 10px;
  background: #c1272d;
  display: block;
  text-align: center;
  margin: 15px 0px;
  width: 210px;
}
.text_new a:hover {
  background: #03252f;
}
.contact_form h3 {
  font-size: 18px;
  font-weight: 700;
  padding: 5px 0px;
}
.contact_form p {
  font-size: 15px;
  font-weight: 400;
  padding: 0px 0px 10px;
}
.contact_form {
  display: flex;
  flex-wrap: wrap;
}
.contact_form .col6 {
  max-width: 50%;
  flex: 50%;
  padding: 0px 10px;
}
.contact_form .col12 {
  max-width: 100%;
  flex: 100%;
  padding: 0px 10px;
}
.contact_form .form-control {
  border: 1px solid #999;
  height: 45px;
  margin: 7px 0px;
  font-size: 15px;
}
.contact_form .btn {
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 12px 10px;
  background: #3889ca;
  display: block;
  text-align: center;
  margin: 15px 0px;
  width: 210px;
}
.contact_form .btn:hover {
  background: #03252f;
}
.contact_form textarea.form-control {
  height: 120px;
}
h1.contact {
  font-size: 22px;
  font-weight: 700;
}

.contact_form.signupbofe .btn {
  width: 100%;
}
.modal.show .modal-dialog {
  max-width: 700px;
}

#exampleModal4.modal.show .modal-dialog {
  max-width: 400px;
}
#exampleModal4 .modal-body {
  height: auto;
}
.modal-header .btn-close {
  margin: 0px;
}
.modal-body {
  height: 400px;
  overflow-y: scroll;
  padding-top: 17px;
  padding-bottom: 17px;
  scrollbar-width: thin;
  scrollbar-color: #6969dd #e0e0e0;
  scrollbar-width: thin;
}
.modal-body::-webkit-scrollbar {
  width: 10px;
}
.modal-body::-webkit-scrollbar-track {
  background-color: darkgrey;
}
.modal-body::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.modal-content {
  padding-bottom: 10px;
}

#product_section {
  padding: 30px 0px;
}
.sde_text h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0px;
}
.sde_text ul li {
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.sde_text ul li span {
  float: right;
}
.product_boxd h2 {
  font-size: 35px;
  font-weight: 700;
  padding: 15px 0px;
}
.product_boxd img {
  max-width: 200px;
  margin: 0px auto;
  display: block;
}
.product_boxd p {
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0px;
  text-align: center;
}

.form-check a {
  background: none;
  color: #000;
  display: inherit;
  width: auto;
  padding: 0px;
  margin: 0px 0px;
}
h1.signup {
  font-size: 22px;
  font-weight: 700;
  padding: 0px 0px 20px;
  text-align: center;
}
.contact_form.signupbofe .form-control {
  margin: 13px 0px;
}
#exampleModal4 h1.signup {
  padding: 0px 0px;
}
a {
  cursor: pointer;
}

#product_section {
  background: #f3f3f3;
  min-height: calc(100vh - 200px);
}
.sde_text h3 {
  padding-bottom: 20px;
}
.sde_text ul {
  background: #fff;
  box-shadow: 0px 0px 8px #00000020;
  padding: 10px;
  border-radius: 5px;
}
.sde_text ul li:last-child {
  border: none;
}

.product_boxd h4 {
  font-size: 16px;
  padding: 20px 0px;
}
.product_boxd h4 a {
  color: #000;
}

#exampleModal3 .modal-body {
  height: auto;
  overflow: auto;
}
#exampleModal4 .modal-body {
  height: auto;
  overflow: auto;
}
.form_boxse {
  display: flex;
  flex-wrap: wrap;
}
.form_g {
  display: flex;
  flex-wrap: wrap;
}
.form_boxse .col5 {
  max-width: 35%;
  flex: 35%;
}
.form_boxse .col7 {
  max-width: 65%;
  flex: 65%;
  padding-left: 10px;
}
.form_g .col6 {
  max-width: 50%;
  flex: 50%;
  padding: 5px 4px;
}
.form_g .col4 {
  max-width: 33.33%;
  flex: 33.33%;
  padding: 5px 4px;
}
.form_g .col12 {
  max-width: 100%;
  flex: 100%;
  padding: 5px 4px;
}
.l_box {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
}
.l_box h1 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.l_box h1 span {
  color: #c1272d;
}
.l_box h2 {
  font-size: 30px;
  font-weight: 700;
  color: #545455;
  text-align: center;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  margin: 25px 0px;
  text-transform: uppercase;
}
.l_box h2 span {
  color: #c1272d;
}
.l_box p {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #00000020;
  padding: 10px 10px;
}
.form_boxse h4 {
  font-size: 16px;
  text-decoration: underline;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 10px 0px;
}
.form_boxse h4 span {
  color: #c1272d;
}
.form_g .form-control {
  border: 1px solid #d3d3d3;
  height: 40px;
  font-size: 14px;
  border-radius: 0px;
  box-shadow: none;
}
.form_g .btn {
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 12px 10px;
  background: #83c55b;
  display: block;
  text-align: center;
  margin: 0px 0px;
  width: 210px;
}
.form_g .btn:hover {
  background: #000000;
}
.form_g .form-check a {
  color: #000;
}
.form_g .form-check a:hover {
  color: #c1272d;
}
.form_g .form-check {
  color: #000;
  font-size: 14px;
}
.form-check.bggoder {
  position: relative;
  padding: 0px 0px;
  border: 1px solid #d3d3d3;
}
.form-check.bggoder {
  padding-left: 0px;
}
.form-check.bggoder span {
  color: #c1272d;
  font-weight: 700;
  float: right;
  position: absolute;
  right: 15px;
}
.form-check-input:checked {
  border-color: #c1272d;
  background: #c1272d;
}
.secend_step {
  display: none;
}
.form-check-input:checked[type="radio"] .bggoder {
  border-color: #c1272d;
}
.day7 {
  display: none;
}
.day3 {
  display: none;
}
.day4 {
  display: none;
}
.day5 {
  display: none;
}
.depr label {
  font-size: 14px;
}
.depr label span {
  font-weight: 500;
}
.total_box {
  padding: 10px 0px;
}
.total_box ul {
  display: flex;
  flex-wrap: wrap;
  background: #f5f5f5;
  padding: 10px 0px;
}
.total_box ul li {
  max-width: 50%;
  flex: 50%;
  padding: 0px 10px;
  font-weight: 500;
  font-size: 15px;
}
.total_box ul li span {
  float: right;
}
.p2,
.p3,
.p4,
.p5 {
  display: none;
}
.bggoder {
  position: relative;
  display: block;
  margin: 0px 0px;
}
.bggoder label {
  display: block;
  color: #000;
  padding: 10px 25px;
  cursor: pointer;
}
.bggoder label i {
  display: none;
}
.bggoder input[type="radio"]:checked + label {
  border: 1px solid #c1272d;
  box-shadow: 0px 4px 8px #c1272d;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  color: #000;
}
.bggoder input[type="radio"]:checked + label:after {
  background: #e0534e;
  color: #fff;
}
.bggoder input[type="radio"]:checked + label:before {
  width: 20px;
  height: 20px;
}
.bggoder input[type="radio"] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bggoder .form-check-input {
  position: absolute;
  top: 10px;
  left: 26px;
}
.secend_step {
  height: 350px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #c1272d #c1272d;
  scrollbar-width: thin;
}
.secend_step::-webkit-scrollbar {
  width: 10px;
}
.secend_step::-webkit-scrollbar-track {
  background-color: darkgrey;
}
.secend_step::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
.ter_box {
  background: #f5f5f5;
  padding: 20px;
  margin: 10px 0px;
  display: none;
}
.ter_box {
  height: 200px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #c1272d #c1272d;
  scrollbar-width: thin;
}
.ter_box::-webkit-scrollbar {
  width: 10px;
}
.ter_box::-webkit-scrollbar-track {
  background-color: darkgrey;
}
.ter_box::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
.der {
  display: none;
}
.der1 {
  display: none;
}
.privicy ul li {
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  padding: 6px 0px;
}

.img_box2 {
  text-align: center;
}
#header.tophome {
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
}
.headmenu {
  background: rgba(0, 0, 0, 1);
  padding: 10px 0px;
  margin: 0px 0px 30px;
}

.cloth img {
  width: 100%;
}
.cloth {
  position: relative;
  overflow: hidden;
  margin: 10px 0px;
}
.cloth img {
  transition: all 0.5s ease-in-out;
}
.cloth span {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: block;
  width: 100%;
  bottom: 0px;
  right: 0px;
  left: 0px;
  position: absolute;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
}
.cloth a:hover span {
  background: #c1272d;
}
.cloth a:hover img {
  transform: scale(1.5);
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .icon_box p {
    font-size: 17px;
  }
  .icon_box span {
    width: 90px;
    height: 90px;
  }
  .med_textd h1 {
    font-size: 40px;
  }
  .med_textd p {
    font-size: 15px;
  }
  .quis_text p {
    font-size: 22px;
  }
  .text_new h1 {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .icon_box p {
    font-size: 17px;
  }
  .icon_box span {
    width: 90px;
    height: 90px;
  }
  .med_textd h1 {
    font-size: 40px;
  }
  .med_textd p {
    font-size: 15px;
  }
  .quis_text p {
    font-size: 22px;
  }
  .text_new h1 {
    font-size: 25px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    width: 180px;
    text-align: center;
  }
  .top_heade h1 {
    padding: 5px 0px;
    font-size: 40px;
  }
  .top_heade h1 span {
    display: initial;
  }
  .box_boder {
    width: 600px;
  }

  .product_boxd h2 {
    font-size: 25px;
  }
  .product_boxd p {
    font-size: 15px;
  }
  .sde_text ul li {
    font-size: 14px;
  }

  .l_box h1 {
    font-size: 24px;
  }
  .l_box h2 {
    font-size: 28px;
  }
  .form_g .form-control {
    height: 35px;
    font-size: 13px;
  }
  .form_boxse h4 {
    font-size: 14px;
    padding: 5px 0px;
  }
  .castr .col2 {
    max-width: 50%;
    flex: 50%;
  }
}

@media (max-width: 767px) {
  .icon_box p {
    font-size: 17px;
  }
  .icon_box span {
    width: 90px;
    height: 90px;
  }
  .med_textd h1 {
    font-size: 25px;
  }
  .med_textd p {
    font-size: 14px;
  }
  .quis_text p {
    font-size: 16px;
    padding: 5px 0px;
  }
  .quis_text a {
    font-size: 13px;
  }
  .text_new h1 {
    font-size: 18px;
    padding: 10px 0px;
  }
  .med_textd ul {
    padding: 8px 0px;
  }
  .med_textd ul li {
    font-size: 15px;
  }
  #join_section {
    padding: 27px 0px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    width: 180px;
    text-align: center;
  }
  .top_heade h1 {
    padding: 5px 0px;
    font-size: 22px;
  }
  .top_heade p {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .top_heade {
    border-width: 5px;
    padding: 5px;
  }
  .top_heade ul li {
    padding: 5px 0px;
  }
  .box_top {
    padding: 0px;
  }
  .top_heade ul li a {
    font-size: 13px;
    width: 130px;
  }
  .top_heade h1 span {
    display: initial;
  }
  .box_boder {
    width: 100%;
  }
  .top_heade {
    width: 100%;
  }
  #welcom_section {
    padding: 20px 0px;
  }
  #what_section {
    padding: 20px 0px;
  }
  #top_banner {
    padding: 20px 0px 40px;
  }
  #new_section {
    text-align: center;
    padding: 20px 0px;
  }
  .text_new a {
    font-size: 14px;
    margin: 0px auto;
  }
  .navbar-brand {
    font-size: 15px;
  }
  .contact_form .col6 {
    max-width: 100%;
    flex: 100%;
    padding: 5px 0px;
  }
  .contact_form .form-control {
    font-size: 14px;
  }
  #ember42 h1 {
    font-size: 18px;
  }
  #ember42 h2 {
    font-size: 16px;
  }
  #ember42 p {
    font-size: 14px;
  }

  .keto_img {
    margin: 6px 0px -20px;
  }
  #welcom_section:before {
    height: 50%;
    width: 100%;
    border-radius: 30px 30px 0px 0px;
  }
  .box_boder {
    margin: 0px;
    padding: 0px;
  }
  .quis_text {
    padding: 10px 10px;
  }
  .quis_text h4 {
    font-size: 15px;
  }
  .privicy h1 {
    font-size: 18px;
  }
  .privicy h2 {
    font-size: 16px;
  }
  .privicy p {
    font-size: 14px;
  }

  .product_boxd h2 {
    font-size: 20px;
  }
  .product_boxd p {
    font-size: 15px;
  }
  .sde_text ul li {
    font-size: 14px;
  }

  .form_boxse .col5 {
    max-width: 100%;
    flex: 100%;
  }
  .form_boxse .col7 {
    max-width: 100%;
    flex: 100%;
    padding: 10px 0px;
  }
  .l_box h1 {
    font-size: 20px;
    text-align: center;
  }
  .l_box h2 {
    font-size: 23px;
    margin: 10px 0px;
  }
  .form_g .form-control {
    height: 42px;
    font-size: 14px;
  }
  .form_boxse h4 {
    font-size: 15px;
    padding: 5px 0px;
  }
  .form_g .col6 {
    max-width: 100%;
    flex: 100%;
  }
  .form_g .col4 {
    max-width: 100%;
    flex: 100%;
  }
  .form_g .btn {
    width: 100%;
  }
  .secend_step {
    height: inherit;
    overflow: auto;
  }

  .product_boxd iframe {
    height: 200px !important;
  }
  .product_boxd h2 {
    padding: 3px 0px;
  }

  #top_banner:before {
    right: 0px;
    width: 20%;
    left: -20px;
  }
  .img_box {
    margin: 20px 0px 0px;
  }
  .castr .col2 {
    max-width: 50%;
    flex: 50%;
  }
  .head h1 {
    font-size: 22px;
    padding: 10px 0px;
  }
  #med_section {
    padding: 20px 0px;
  }
  #med_section_1 {
    padding: 20px 0px;
  }
  .castr p {
    font-size: 15px;
  }
  .castr a {
    width: 135px;
    font-size: 14px;
    padding: 9px 0px;
  }
}

#med_section_1 {
  padding: 65px 0px;
  background: #fff;
  position: relative;
  z-index: 99;
  /* min-height: 104vh; */
  /* background: url(../images/1.jpg); */
  background-attachment: fixed;
}
#med_section_1:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50%;
  content: "";
  background: #c1272d;
  width: 100%;
  z-index: -1;
  display: none;
}

@media (max-width: 480px) {
  .castr .col2 {
    max-width: 100%;
    flex: 100%;
  }
  .head h1 {
    font-size: 20px;
  }
  .productdelt h3 {
    font-size: 17px;
  }
  .productdelt ul li {
    font-size: 16px;
  }
  .med_textd {
    padding-bottom: 20px;
  }
}

.sde_text ul {
  background: #fff;
  box-shadow: 0px 0px 8px #00000020;
  padding: 10px;
  border-radius: 5px;
}
.sde_text ul li {
  padding: 12px 3px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.sde_text a {
  color: #000;
}

#product_section {
  background: #f2fff0;
}
.sde_text h1 {
  padding-bottom: 20px;
}
.sde_text ul {
  background: #fff;
  box-shadow: 0px 0px 8px #00000020;
  padding: 10px;
  border-radius: 5px;
}
.sde_text ul li:last-child {
  border: none;
}
.product_box ul li a {
  background: #fff;
  display: block;
  padding: 18px;
  border-radius: 5px;
  min-height: 130px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.product_box ul li a span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0px;
  display: block;
  background: #03252f;
  color: #fff;
  margin-bottom: 10px;
}

.product_boxd h4 {
  font-size: 16px;
  padding: 20px 0px;
}
.product_boxd h4 a {
  color: #000;
}

.product_box ul {
  display: flex;
  flex-wrap: wrap;
}

.product_box ul li {
  max-width: 33.33%;
  flex: 33.33%;
  padding: 10px;
  text-align: center;
}

.product_box ul li a span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0px;
  display: block;
  background: #03252f;
  color: #fff;
  margin-bottom: 10px;
}

.btn-4 {
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 12px 10px;
  background: #c1272d;
  display: block;
  text-align: center;
  margin: 15px 0px;
  width: 210px;
}
.product_boxd h2 {
  font-size: 35px;
  font-weight: 700;
  padding: 15px 0px;
}
.cancel {
  border: 1px solid rgb(66, 66, 66);
  padding: 20px 30px;
  margin: 20px 0px;
}

/*Btn Style One*/
.btn-one-outer {
  position: relative;
  padding-left: 7px;
  padding-bottom: 3px;
  padding-right: 7px;
  padding-top: 10px;
  z-index: 1;
  display: inline-block;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #222;
}

.btn-one-outer:before {
    display: none;
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 44px;
  height: 44px;
  z-index: -1;
  border-left: 2px solid #c1272d;
  border-bottom: 2px solid #c1272d;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.btn-one-outer:after {
  position: absolute;
  display: none;
  content: "";
  right: 3px;
  top: 9px;
  width: 44px;
  height: 44px;
  opacity: 0;
  z-index: -1;
  border-right: 2px solid #c1272d;
  border-top: 2px solid #c1272d;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 12px 40px;
  font-weight: 600;
  overflow: hidden;
  background: #83c55b;
  border-radius: 0px;
  text-transform: capitalize;
  border: 1px solid #ffffff;
  font-family: "Onest", sans-serif;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.btn-style-one .txt {
  position: relative;
  z-index: 1;
}




.btn-one-outer:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.btn-one-outer:hover::before {
  opacity: 0;
}

.btn-one-outer:hover .btn-style-one {
  color: #000000;
  transform: translate(-7px, 10px);
}

/*** ====================================================================	Services Section====================================================================***/
.services-section {
  position: relative;
  background-color: #eeeeee;
  overflow: hidden;
}

/* .services-section .side-text {
    position: absolute;
    left: 5px;
    bottom: 0px;
    opacity: 0.20;
    font-size: 170px;
    color: transparent;
    font-weight: 700;
    transform: rotate(-90deg);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    text-transform: uppercase;
    transform-origin: 7% 20%;
} */

.services-section:before {
  position: absolute;
  content: "";
  left: 0%;
  top: 0px;
  width: 35%;
  height: 100%;
  background-color: #000000;
  display: none;
}

.services-section:after {
    display: none;
  position: absolute;
  content: "";
  right: 0%;
  top: 0px;
  width: 35%;
  height: 100%;
  background-color: #000000;
}

.service-block {
  position: relative;
  z-index: 1;
}

.service-block .inner-box {
  position: relative;
  text-align: center;
  padding: 80px 0px 80px;
}

.service-block .inner-box .icon-box {
  position: relative;
  font-size: 70px;
  line-height: 1em;
  color: #ffffff;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.service-block .inner-box:hover .icon-box {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.service-block .inner-box h4 {
  position: relative;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.service-block .inner-box h4 a {
  font-size: 40px;
  position: relative;
  color: #ffffff;
}

.service-block .inner-box .text {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.8em;
  padding: 0px 50px;
  font-family: "Roboto", sans-serif;
}

.service-block .inner-box .big-icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 150px;
  line-height: 1em;
  color: #ffffff;
  opacity: 0.1;
}

.service-block.style-two .inner-box .icon-box,
.service-block.style-two .inner-box .text {
  color: #ffffff;
}

.service-block.style-two .inner-box h4 a {
  /* font-size: 40px; */
  color: #000000;
}

.service-block.style-two .inner-box .big-icon,
.service-block.style-three .inner-box .big-icon {
  color: #222222;
  opacity: 0.1;
}
/*------header2---------------*/
#header_2 {
  /* border-radius: 60px; */
  /* border: 1px solid #fff; */
  padding: 8px 18px;
  width: 100%;
  top: 0;
  /* z-index: 1; */
  position: relative;
  /* height: 98px; */
  background: rgb(255 255 255);
  /* display: flex; */
  /* justify-content: end; */
  /* margin-left: 22%; */
  /* margin: auto; */
}

/*---------------top banner------------------*/

#top_banner_2 {
  background: url(../images/imgse.png) no-repeat 0 0;
  background-size: cover;
  padding: 50px 0px 30px;
  position: relative;
  height: 100vh;
}
#top_banner_2:before {
  background: #c1272d;
  opacity: 0.7;
  position: absolute;
  right: 8%;
  top: 0px;
  height: 100%;
  width: 50%;
  content: "";
  clip-path: polygon(46% 0, 100% 0, 56% 100%, 0 100%);
  display: none;
}
#top_banner_2 .row {
  align-items: center;
}
 #top_banner_2 {
    padding: 20px 0px 40px;
  }
.top_heade_2 p {
    font-weight: 300;
    font-size: 22px;
    padding: 16px 0px;
    letter-spacing: 0.5px;
    color: #fff;
    /* font-family: 'Poppins', sans-serif; */
    font-family: "Roboto", sans-serif;
}
.btn-style-one_2{
   
    font-size: 15px;
    font-weight: 600;
    color: #fff!important;
    padding: 10px 10px;
    background: #c1272d;
    text-align: center;
    display: block;
    width: 180px;
    margin: auto;
    
}

.btn-style-one_3{
    border-radius: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    padding: 10px 10px;
    border: 2px solid #c1272d;
    background: #fff;
    text-align: center;
    display: block;
    width: 180px;
    margin: 0px auto;
    
}

.med_textd_2 h1 {
  font-size: 36px;
  font-weight: 700;
  color: #03252f;
  padding: 5px 0px 15px;
  font-family: "Onest", sans-serif;
}
.med_textd_2 p {
  font-weight: 400;
  font-size: 17px;
  padding: 33px 0px;
  font-family: "Inter", sans-serif;
}
.med_textd_2 a {
  /* border-radius:100px; */
  color: #fff !important;
  border: 2px #efe7d0 solid;
  font-size:15px;
  font-weight:600;
  color:#fff;
  padding: 18px 0px;
  background: #83c55b;
  width: 290px;
  text-align: center;
}
.med_textd_2 a:hover {
  background: #4d4d4d;
  color: #fff !important;
}
.med_textd_2 ul li {
  padding: 5px 0px 5px 26px;
  font-size: 17px;
  position: relative;
}
.med_textd_2 ul li:before {
  content: "\F270";
  font-family: "bootstrap-icons";
  color: #83c55b;
  width: 15px;
  height: 15px;
  font-weight: 600;
  font-size: 17px;
  position: absolute;
  left: 0px;
  top: 4px;
}
.med_textd_2 h3 {
  display: flex;
}

.med_textd_2 h3 a:first-child {
  background: #3889ca;
} 
/* .inner-box-1{
    background: #000;
    background: url(../images/in1.jpg) no-repeat 0 0;
    background-size: cover;
}
.inner-box-2{
    background: #000;
    background: url(../images/in2.jpg) no-repeat 0 0;
    background-size: cover;
}
.inner-box-3{
    background: #000;
    background: url(../images/in3.jpg) no-repeat 0 0;
    background-size: cover;
} */

.services-section{
    padding: 100px 0;
    background: #000;
}
.icon-img img{
    margin: 20px auto;
    width: 90%;
    transform: scale(1.0);
    transition: all 0.5s ease-in-out 0s;
}
.icon-img:hover img{
     transform: scale(1.1);
}
.inner-box h4 a{
    margin: 20px 0;
    font-size: 42px;
    color: #fff;
    font-weight: 700;
}
.inner-box-2 h4 a{
    color: #83c55b;
}
.inner-box .text{
    color: #fff;
    font-size: 22px;
    padding: 20px 0;
    position: relative;
}
.inner-box .text::after{
    position: absolute;
    background: #83c55b;
    width: 5%;
    height: 5px;
    content: "";
    clear: both;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out 0s;
}
.inner-box:hover .text::after{
    width: 100%;
}

.med_textd_2{
    padding: 25px;
    background: #fff;
}
.product-img img{
    width: 100%;
}
.form-group{
    padding: 10px 0;
}



.topbar{
    /* background-image: linear-gradient(to right top, #2cd97b, #27afe8); */
    background-color: #3F51B5;
}

.banner_sec{
    /* background-image: url(../images/banner_bg.png); */
    padding: 120px 0 50px 0;
    /* z-index: 1; */
    /* position: relative; */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(63, 142, 252, 0.2);
}


.hero_tilte{
    font-size: 65px;
    font-weight: 700!important;
    text-transform: capitalize;
    line-height: 75px;
    color: #030f4c !important;
}

.banner_wrap p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 34px;
}

.theme_btn {
    display: inline-block;
    background: #3F51B5;
    border-radius: 0;
    padding: 18px 40px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}
/* .theme_btn::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, #27afe8, #253d00);
    transform: skewX(0deg) translate(0);
    transition: 0.5s;
    filter: blur(0px);
    z-index: -1;
} */
.theme_btn:hover {
    background-color: #030f4c;
    color: #fff;
}

.contact_btn {
    display: inline-block;
    background: transparent;
    color: #3f51b5;
    border: 1px solid #3f51b5;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    padding: 18px 40px;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

.contact_btn:hover {
    background: #030f4c;
    color: #fff;
}

.why_us_sec{
    /* margin-top: -150px; */
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.benefit_box{
    background: rgba(1, 7, 24, 0.8) !important;
    transition: all 0.5s ease-in-out;
}
/* .benefit_box::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(135deg, #27afe8, #0e223b);
    z-index: -1;
    transition: all 0.5s ease-in-out;
} */
.benefit_icon{
    width: 90px;
    height: 90px;
    padding: 18px !important;
    transition: all 0.5s ease-in-out;
}
.benefit_icon img{
    filter: brightness(0) invert(1);
    transition: all 0.5s ease-in-out;
}
.benefit_box:hover{
    /* background-color: transparent !important; */
    box-shadow: .25rem -.25rem .9375rem #2ac6ad;
}
.benefit_box:hover::after{
    height: 100%;
}
.benefit_box:hover .benefit_icon{
    background: #fff !important;
}
.benefit_box:hover .benefit_icon img{
    filter: none;
}
.benefit_box:hover h4{
    color: #fff;
}
.benefit_box p{
    color: #c0c0c0;
    line-height: 30px;
}
.benefit_box:hover p{
    color: #eee;
}
.about_sec{
    background: #010718;
    padding: 100px 0 80px !important;
    position: relative;
    z-index: 1;
}
/* .about_sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#010718, #010718);
    z-index: -1;
} */
/* .about_sec::after{
    content: '';
    position: absolute;
    top: 220px;
    left: 50px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background-repeat: repeat;
    background-size: 14%;
    background-image: url(../images/stripes.png);
    z-index: -1;
} */
.about_sec::before{
    /* content: ''; */
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 260px;
    height: 135px;
    background-image: url(../images/dots_bg.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.25;
    z-index: -1;
}
.about_img_wrap{
    border: 8px solid #f6fdff;
}
.about_img_wrap img{
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}
.about_img_wrap:hover img{
    transform: scale(1.2);
}


.step_sec{
    background-color: #010718;
    position: relative;
    padding: 70px 0 60px;
    z-index: 1;
}
/* .step_sec::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 46, 91, 0.8);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.2px);
    -webkit-backdrop-filter: blur(4.2px);
    z-index: -1;
} */
.step_sec .row{
    margin-bottom: 40px;
}
.steps_bg{
    top: 25px;
    /* filter: brightness(0) invert(1); */
    display: none;
}
.step_sec .each_step {
    overflow: hidden;
    border: 2px solid #ebebeb;
    padding: 20px;
    border-radius: 6px !important;
}
/* .step_sec .each_step::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgb(255 0 0 / 15%), transparent);
    transform: skewX(45deg) translate(0);
    transition: 0.5s;
    filter: blur(0px);
    z-index: -1;
} */
.step_sec .step_even{
    /* top: 60px; */
}
.step_sec .each_step h6{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #3f51b5;
    color: #ffffff;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto
}
.step_sec .each_step h3{
    margin-bottom: 15px;
    /* color: #fff */
}
.step_sec .each_step p{
    font-size: 15px;
    line-height: 28px;
    margin: 0;
    color: #494949;
}
.step_sec .each_step:hover::after {
	transform: skewX(45deg) translate(300px);
}




.price_sec{
    position: relative;
    padding: 70px 0 50px;
    /* background: #010718; */
}
.price_box{
    position: relative;
    padding: 0 0 30px;
    max-width: 98%;
    height: 100%;
    margin: 0 auto;
    border-bottom: 5px solid #ffffff;
    transition: all 0.6s ease-in-out;
}
.price_box:hover{
    border-bottom: 5px solid #3F51B5;
}
.price_box .icon_box {
    position: relative;
    padding: 50px 30px 0;
    background-color: #40cbb4;
    text-align: center;
}
.price_box .icon_box::after{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    background-color: #ffffff;
    content: "";
    /* background: linear-gradient(135deg, #ffffff, #aeaeae) !important; */
}
.price_box .icon_box .icon_outer {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #030f4c;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
    z-index: 1;
}
.price_box .icon_box i {
    position: relative;
    display: block;
    height: 130px;
    width: 130px;
    line-height: 120px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    font-size: 50px;
    color: #ffffff;
    transition: all 600ms ease;
    margin: 0 auto;
    z-index: 1;
}
.price_box .price_boxIn {
    position: relative;
    text-align: center;
    padding: 10px 20px;
}
.price_box .features {
    padding: 0 25px;
    position: relative;
    margin: 0 0 25px 0;
}
.price_box .features li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #4e4e4e;
    font-weight: 300;
    padding: 15px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #dddddd;
}
.price_box .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #3F51B5;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    margin-top: -8px;
}
.price_box .features li.false:before {
    color: #e1137b;
    content: "\f057";
}
.price_box .btn-box {
    position: relative;
    text-align: center;
}

.bg-gradient {
    background: linear-gradient(135deg, #3F51B5, #607D8B) !important;
}
.icon {
    width: 90px;
    height: 90px;
    padding: 18px !important;
    /* background: linear-gradient(to bottom, #27afe8, #0e223b); */
}


.title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 11px;
}

.price span{
        font-size: 14px;
}

.prdct-bx p {
    padding: 10px;
    border: 1px solid #0003;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
}

.nav-item a{
    color: #000000;
    transition: all 0.5s ease-in-out;
}
.nav-item:hover a{
    color: #6f85ff;
}


/* Common CSS */
.bg-darkBlue{
    background-color: #0e223b;
}
.bg-sky{
    background-color: #27afe8;
}
.text-darkBlue{
    color: #0e223b;
}
.text-sky{
    color: #3F51B5;
}
.bg-dark{
    background-color: #021323 !important;
}
.inner-banner{
    background-image: url(../images/inner_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 200px 0 50px;
    z-index: 1;
}
/* .inner-banner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e223b;
    opacity: 0.8;
    z-index: -1;
} */
.header_sec{
    background-color: #ffffff;
}
/* table th, table td{
    background-color: transparent !important;
    color: #27afe8 !important;
}
table td{
    color: #ccc !important;
} */

/*------service css-----*/

.service-card {
    background: var(--white-color);
    overflow: hidden;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    display: flex;
    margin-bottom: 40px;
}
.service-card_img {
    min-width: 220px;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    height: 100%;
}
.service-card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
    transition: all 0.4s ease;
}
.service-card_content {
    padding: 30px;
}
.service-card_title {
    margin-top: -0.2em;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 22px;
    color: #085053;
}
.service-card_text {
    font-size: 16px;
    font-family: var(--title-font);
    margin-bottom: 35px;
    color: var(--body-color);
}
.service-card .link-btn {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
    text-transform: capitalize;
}
.service-card .link-btn svg {
    width: 11px;
    margin-left: 5px;
}
.about_text h1{
    color: #0b5356 !important;
    font-size: 35px!important;
}

.cta-wrap1 {
    position: relative;
    z-index: 2;
    padding: 46px 30px 46px 47px;
}
.cta-wrap1:before {
    left: 0;
    background-color: #19352d;
    border-radius: 30px 0px 0 30px;
}
.cta-wrap1:before, .cta-wrap1:after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.cta-wrap1:after {
    right: 0;
    background-color: #27afe8;
    border-radius: 0px 30px 30px 0;
}
.cta-wrap1 .title-area .sec-title {
    font-size: 40px;
    line-height: 36px;
    font-weight: 700;
    color: #27afe8;
}
.client-box {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    padding: 0 0 0 30px;
}
.client-thumb {
    display: flex;
    gap: 20px;
}
.client-thumb-group {
    display: flex;
}

.client-box-content h4{
    font-weight: 700;
    font-size: 25px;
}
.sub_haed{
    /* color: #35ff91; */
    color: #000;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    z-index: 1;
    display: inline-block;
}
.sub_haed::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    z-index: -1;
    /* background-color: #0e0072; */
}
.s_haed{
    color: #3f51b5;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 16px;
    font-weight: 600;
    z-index: 1;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
}
.s_haed::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    z-index: -1;
    /* background-color: #27afe8; */
}
.d_text{
    /* color: #4dcaff; */
    color: #023099;
    /* -webkit-text-stroke: 2px #27afe8; */
}


.why_sec{
    padding: 80px 0;
    position: relative;
    background: #f8f9fa;
}
.why_sec::after{
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(1 7 24 / 85%);
    backdrop-filter: blur(5px);
    z-index: -1;
}
.sec_head{
    font-size: 44px;
    font-weight: 700;
    line-height: 65px;
    color: #030f4c !important;
    text-transform: capitalize;
}
.sec_head span{
    font-style: italic;
    color: #3f51b5;
    /* -webkit-text-stroke: 2px #3f51b5; */
}

/* flip card css */

.wcu_box {
  
position:relative;
  
width: 100%;
  
height: 311px;
  
background:transparent;
  
transform-style: preserve-3d;
  
margin-bottom: 30px;
  
border-radius: 15px;
} 

.dm-front-card {
  
position:absolute;
  
height:100%;
  
width:100%;
  
backface-visibility: hidden;
  
transition: transform 1s;
  
background-size:cover;
  
background-position:center center;
  
text-align: center;
  
display: flex;
  
justify-content: center;
  
align-items: end;
  
border-radius: 20px;
}

.wcub_head {
    color: #fff;
    position: relative;
    z-index: 2;
    bottom: 11%;
    font-size: 28px;
    font-weight: 600;
}
span.wcu_n {
    position: absolute;
    bottom: -8%;
    z-index: 1;
    display: inline-block;
    font-size: 100px;
    right: 9%;
    font-weight: 900;
    color: #27afe845;
}

/*Just overlay color of front image*/

.dm-front-card:after {
  
content:'';
  
position:absolute;
  
height:100%;
  
width:100%;
  
background: linear-gradient(0deg, #030112, transparent);
  
top:0;
  
left:0;
  
opacity:0.5;
  
border-radius: 20px;
}
  
.dm-back-card {
  
position: absolute;
  
height: 100%;
  
width: 100%;
  
background: #0e0172;
  
backface-visibility: hidden;
  
transform: rotateY(180deg);
  
transition: transform 1s;
  
justify-content: center;
  
align-items: center;
  
display: flex;
  
flex-direction: column;
  
padding: 40px;
  
text-align: center;
  
color: #Fff;
  
border-radius: 20px;
}

.wcu_box:hover .dm-front-card {
        
    transform: rotateY(-180deg); /*180deg to flip direction*/
        
}
    
.wcu_box:hover .dm-back-card {
        
    transform:rotateY(0deg);
        
}

/* ------------------------- */


.abt_cntn ul{
    columns: 2;
}
.abt_cntn ul li{
     padding: 12px;
     background: #3f51b5;
     color: #ffffff;
     border: 1px solid #3f51b5;
     margin-bottom: 15px;
     display: flex;
     align-items: center;
     /* box-shadow: 5px 5px 14px #00000012; */
     font-size: 14px;
     font-weight: 400;
     /* border: 2px solid #27afe8; */
     line-height: 20px;
     border-radius: 5px;
}
.abt_cntn ul li img{
    width: 60px;
    margin-right: 15px;
}

.img_sec{
    padding: 130px 0;
    background-image: url(../images/img_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}
.img_sec h2{
    font-size: 52px;
    line-height: 70px;
    font-weight: 800;
    text-transform: capitalize;
    padding-top: 25px;
}

.text_inter{
    padding: 15px;
    background: #ffffff;
    margin-bottom: 9px;
    /* display: flex; */
    align-items: center;
    /* box-shadow: 5px 5px 14px #00000012; */
    font-size: 15px;
    /* font-weight: 600; */
    /* border-bottom: 5px solid #27afe8; */
    /* line-height: 20px; */
    border-radius: 15px;
}

.inavation_text{
    font-size: 20px;
    font-weight: 600;
    line-height: 57px;
    color: #27afe8;
    text-transform: capitalize;
}

.bg-white1 {
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255) !important;
}
.services_heading{
    font-size: 52px !important;
    color: white;
}

.service_number{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgb(65 157 224);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.2px);
    -webkit-backdrop-filter: blur(4.2px);
    border: 1px solid rgb(255 255 255);
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
    /* margin-right: 20px; */
    color: white;
    display: inline-block;
    position: relative;
}

.service_heading{
    margin-bottom: 15px;
    color: white;
}

.service_text{
    color: white;
}
.checkout-review #checkout-products li{
    background: transparent;
    padding: 20px 15px;
    border-bottom: 1px solid #0000000d;
}




.cta_sec{
    background-color: #010718;
}
.cta_box{
    background-image: url(../images/cta_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cta_box .sec_title{
    line-height: 70px;
}


.quantity_input{
    background: transparent;
    border: 1px solid #9b9b9b;
    color: #021323;
    padding: 10px;
    border-radius: 5px;
}


.contact_sec{
    padding: 80px 0;
    position: relative;
}



@media screen and (max-width:992px){
    .navbar-collapse{
        background-color: rgb(1 7 24 / 85%);
    }
    .navbar-expand-lg .navbar-nav li + li{
        border-top: 1px dashed #b9b9b9;
        margin: 0;
    }
    .navbar-expand-lg .navbar-nav li{
        padding: 20px;
    }
    .banner_sec{
        padding: 200px 0 100px;
    }
    .steps_bg{
        display: none;
    }
    .step_sec .step_even{
        top: 0;
    }
    .step_sec .each_step{
        margin-bottom: 30px;
    }
}

@media screen and (max-width:575px){
    .navbar-expand-lg .navbar-nav li{
        padding: 15px;
    }
    .banner_sec{
        padding: 150px 0 80px;
    }
    .hero_tilte{
        font-size: 55px;
        line-height: 60px;
    }
    .banner_wrap p{
        font-size: 16px;
        line-height: 30px;
    }
    .theme_btn, .contact_btn{
        padding: 15px 30px;
        font-size: 14px;
    }
    .sec_head{
        font-size: 40px;
        line-height: 50px;
    }
    .abt_cntn ul{
        columns: 1;
    }
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: 0px;
    left: 0;
}
.banner_img {
    position: relative;
    z-index: 99;
}

.timeline-page .timeline-item .works-description-right {
    text-align: left;
    float: left;
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

.timeline-page .works-description-right::after {
    left: -36px;
}
.timeline-page .works-description-left::after, .timeline-page .works-description-right::after {
    transition: all .5s ease;
    border-radius: 50%;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 25px;
    z-index: 1;
    background-color: #3f51b5;
}
.timeline-page .timeline-item .works-description-left {
    text-align: right;
    float: right;
    border-radius: 8px;
    padding: 20px;
    position: relative;
}
.timeline-page .works-description-left::after {
    right: -35px;
}
.timeline-page::after, .price-box .price-features i, .faq .icon {
    background-color: rgba(63, 142, 252, 0.15);
}
.timeline-page::after {
    content: "";
    height: 68%;
    top: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
    background-color: rgba(63,142,252,.15);
}

button#acceptCookie {
    background: #3f51b5 !important;
}
div#cookiePopup {
    background-color: #030f4c !important;
}