/* Replace below url with google fonts to be used */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap');

body {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.588;
    color: #242424;
    background-color: #fff;
    box-sizing: border-box;
    background: linear-gradient(109.6deg, rgba(121, 203, 202, 1) 11.2%, rgba(119, 161, 211, 1) 91.1%);
}
.ud-font{
  font-size: 18px;
  font-family: system-ui;
  font-weight: 400;
}
article {
    max-width: 450px;
    margin: auto;
    background: #fff;
    position: relative;
}
 
.login-form{
  height: 35px;
  border: 1px solid black !important;
  border-radius: 4px;
  font-size: 15px;
  color: black;
}

#new-banner-sec  .home-banner p{
    visibility: hidden;
}
#new-banner-sec    .home-banner{
    background: #6c757d!important;
}
#new-banner-sec h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    /* background: #2d2661; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* text-fill-color: transparent; */
    font-weight: 700;
    }
    #new-banner-sec p.subtitle {
      text-align: center;
      font-size: 17px;
      margin: 5px 0;
      font-family: 'Lato', sans-serif;
      font-weight: 900;
      color: #6c757d;
    }
    #new-banner-sec p.main-title-sec {
    text-align: center;
    font-size: 19px;
    }
    #new-banner-sec  .toggle-menu.active span {
      background-color: transparent;
      transition: background 0.2s ease-out;
    }
    
    #new-banner-sec .banner-box-sec .flex-box-sec {
    justify-content: space-evenly;
    color: #fff;
    padding:  15px;
    margin-top: 10px;
    background: #6c757d;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    }
    #new-banner-sec .banner-box-sec .flex-box-sec  P{
    font-size: 17px;
    color: #fff;
    
    }
    #new-banner-sec .banner-box-sec  .flex-box-sec p {
    margin:0;
    }
    #new-banner-sec .banner-box-sec  .flex-box-sec div {
    display: flex;
    flex-wrap: wrap;justify-content: space-around;
    flex-direction: column;
    }
    #new-banner-sec .flex-box-sec div .icon {
    width: 30px;
    height: 30px;
    background: #b4b9b9;
    display: flex;
    margin: 10px auto;
    border-radius: 50%;
    }
    #new-banner-sec .flex-box-sec div .icon img{
    margin: auto;
    }
    #new-banner-sec .banner-box-sec .flex-box-sec div a {
      color: #fff;
      text-decoration: none;
      text-align:center;
    }

    #custom-reader {
        width: 100%;
        position: relative;
        padding: 20px;
        margin: 0px auto;
        text-align: center;
    }
    #scan-region {
        width: 100%;
        min-height: 150px;
        text-align: center;
        margin-top: 20px;
        border :solid;
        background-color: white;
    }
    #scan-nfc {
      width: 100%;
      min-height: 150px;
      text-align: center;
      margin-top: 20px;
      border :solid;
      background-color: white;
  }
  #scan-nfc .img-scan{
    max-width: 190px;
    margin: 20px;
    min-width: -webkit-fill-available;
}
     .img-scan{
            width: 100px;
            margin: 20px;
    }
    .custom-button {
        margin: 10px;
    }
    #logo {
        width: 100px;
        margin: 20px auto;
    }
    .box-sec-orange {
        background: #d91023;
        font-weight: 700;
        /* margin-top: 12%; */
        color: #fff;
    }
    .how-can-use-it{
        margin-top: 0px;
    }
    .flex-box-use-it-sec  img.flexbox-icon-sec {
        width: 50px;
        margin: 10px;
        height: 50px;
      }
      .flex-box-use-it-sec{
        background: #6c757d;
        display: flex;
        align-items: center;
      }
      
    .flex-box-use-it-sec p.title {
        color: #fff;
        padding: 5px;
        background: #6c757d;
        font-size: 18px;
        font-weight: 700;
        margin: 0;
    }
   

h1 {
  font-size: 27px;
  /* text-align: start; */
  color:#000;
  line-height: 150%;
  font-weight: 700;
}

h1 span {
  background: linear-gradient(103.99deg, #6c757d 36.82%, #51A3A3 101.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight:800!important;
}

/* @media (max-width: 450px) {
  h1 {
    font-size: 27px !important;
    line-height: 150%;
    text-align: center;
  }
} */

.ptb-50 {
  padding: 50px 0;
}

@media (max-width: 768px) {
  .ptb-50 {
    padding: 30px 0;
  }
}


h2 {
  text-align: center;
  /* text-transform: capitalize; */
  font-size: 24px;
  background: #2d2661;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-fill-color: transparent; */
  font-weight: 700;
}

.icon-bg-img p {
  font-size: 17px;
  margin: 0;
}

p.title {
  color: #fff;
  padding: 15px;
  background: #6c757d;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
p.title-first {
  color: #000;
  padding: 15px;
  background: #ffffff;
  border-left: 7px solid #6c757d;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
p.title-first span{
  text-decoration: underline;
  font-size: 15px;
}

.content {
  /* background: #eee;
  background: #dedede;*/
  background: #b4b9b9;
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
}
.content .scanning-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

@media (max-width: 568px) {
  .content {
    font-size: 14px;
  }
}

.containt-box.h-100 {
  margin: 15px 0;
}

.containt-box {
  border-radius: 10px;
  overflow: hidden;
  background: #eee;
  height: 100%;
}

.banner-img {
  width: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  margin: auto;
  display: block;
}

@media (max-width: 768px) {
  .banner-img {
    margin: 15px auto;
  }
}

.icon-bg-img .shape {
  position: relative;
    width: 50px;
    height: 50px;
    padding: 7px;
}

/* .icon-bg-img {
  display: flex;
  align-items: center;
  color: #000;
} */
.icon-bg-img {
  display: flex;
  align-items: center;
  background: #ffffff!important;
  color: #000;
  box-shadow: 0px 4px 5px #303031;
  border-radius: 10px;
}

.icon-bg-img p {
  font-size: 18px;
}

@media (max-width: 568px) {
  .icon-bg-img .shape {
    position: relative;
    width: 60px;
  }
}

.box-content-sec {
  border-radius: 10px;

}
.box-content-sec h2{
  text-align: center;
    font-size: 24px;
    color: #fff!important;

}


.containt-box {
  border-radius: 10px;
  overflow: hidden;
}

.bg-theame-color {
  background: #b4b9b9;
}

#Features .flex-box-sec {
  display: flex;
  align-items: center;
  margin: 15px 0;
  overflow: hidden;
}

#Features .icon-sec {
  margin-right: 15px;
}

#Features .icon-sec img {
  width: 60px;
  height: 60px;
}

@media (min-width: 568px) {
  #Features .icon-sec img {
    width: 70px;
    height: 70px;
  }
}

#Features .content-sec p {
  font-size: 18px;
  margin: 0;
}

#Features .content-sec p span {
  text-decoration: underline;
  word-break: break-all;
  color: #6c757d;
}

#btn-sec {
  flex-wrap: wrap;
  align-content: center;
  margin: auto;
  display: table;
}

#btn-sec button {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#btn-sec .btn-primary-sec {
  background: #6c757d;
  padding: 7px 15px;
  border-radius: 5px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #6c757d;
  margin: 10px;
}

@media (max-width: 568px) {
  #btn-sec .btn-primary-sec {
    margin: 10px auto;
    display: block;
  }
}

#btn-sec .btn-outline-sec {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #51a3a3;
  background: transparent;
  text-decoration: none;
  padding: 7px 15px;
  text-align: center;
  width: fit-content;
  border-radius: 5px;
  color: #6c757d !important;
  margin: 10px;
}

@media (max-width: 568px) {
  #btn-sec .btn-outline-sec {
    margin: 10px auto;
    display: block;
  }
}

button.btn-primary-sec a {
  color: #fff;
}

button.btn-outline-sec a {
  color: #6c757d;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.588;
  color: #242424;
  background-color: #fff;
  box-sizing: border-box;
  background: linear-gradient(109.6deg, rgba(121, 203, 202, 1) 11.2%, rgba(119, 161, 211, 1) 91.1%);
}

article {
  max-width: 450px;
  margin: auto;
  background: #fff;
  position: relative;
}

a,
.button,
button {
  transition: 0.3s;
  text-decoration: none;
}

a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a,
button {
  outline: medium none;
}

.input-with-icons {
  display: flex;
  align-items: center;
}

.icon-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 26px;
}

.remove-icon {
  color: red;
}

.edit-icon {
  color:#6c757d;
}

.icon-button:hover {
  opacity: 0.7;
}

.add-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;

}


ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.img-rounded {
  border-radius: 40px;
}

/* spacing */
.ptb_50 {
  padding: 50px 0;
}

.ptb_last_50 {
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .ptb_md_last_50 {
    padding-bottom: 50px;
  }
}

/*# sourceMappingURL=main.css.map */


/* inner page css */
/* Replace below url with google fonts to be used */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.banner {
  background-size: cover !important;
  height: 150px !important;
  position: relative;
  background:#6c757d!important;
}

@media (max-width: 768px) {
  .banner {
    height: 150px;
  }
}

.banner h1 {
  font-size: 42px;
  text-align: start;
  color: #fff;
  font-weight: 700;
  text-transform: lowercase;
  padding-top: 50px;
  margin: 0;
  letter-spacing: 0.2px;
}

/* @media (max-width: 768px) {
  .banner h1 {
    font-size: 40px;
    padding-top: 50px;
  }
} */

.banner p {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .banner p {
    font-size: 18px;
  }
}

.home-banner {
  background-size: cover !important;
  height: auto !important;
  position: relative;
  background: linear-gradient(98.98deg, #6c757d 11.88%, #6c757d 118.57%) !important;
}

@media (max-width: 768px) {
  .home-banner {
    height: auto;
  }
}

.home-banner p {
  font-size: 40px;
  text-align: start;
  color: #fff;
  font-weight: 700;
  text-transform: lowercase;
  padding-top: 50px;
  margin: 0;
  letter-spacing: 0.2px;
}

/* @media (max-width: 768px) {
  .home-banner h1 {
    font-size: 40px;
    padding-top: 50px;
  }
} */

/* .home-banner p {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .home-banner p {
    font-size: 18px;
  }
} */




.title-sec {
  margin: 50px 0;
}

.title-sec h1 {
  font-size: 50px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

#tab-gallery-sec .nav-pills .nav-link.active,
#tab-gallery-sec .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #51A3A3;
  border: 0px solid #242424 !important;
  box-shadow: -1px 1px 20px rgba(81, 163, 163, 0.31);
}

#tab-gallery-sec .nav-link {
  color: #242424;
  border: 1px solid #242424 !important;
  margin: 5px 15px;
  font-size: 15px;
}

#tab-gallery-sec .nav-link:hover {
  color: #fff;
  background-color: #51A3A3;
  border: 0px solid #242424;
  transition: all ease;
}

@media (max-width: 568px) {
  #tab-gallery-sec .nav-link {
    margin: 5px 5px;
  }
}

#tab-gallery-sec .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
}

#tab-gallery-sec .image-box {
  margin: 15px auto;
  position: relative;
}

#tab-gallery-sec .image-box img {
  z-index: 999;
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

#tab-gallery-sec h2 {
  color: #b5b5b5;
  font-size: 80px;
  position: absolute;
  float: right;
  z-index: 99;
  right: 0;
  top: -60px;
}

#tab-gallery-sec a.cta-btn {
  background: #51a3a3;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
  margin: 15px auto;
  text-align: center;
  display: block;
  font-size: 15px;
  width:100px;
}

.breadcrumb {
  cursor: pointer;
  margin-bottom: 0;
}

.breadcrumb li {
  font-size: 13px;
  color: #141414 !important;
  opacity: 0.9;
  font-weight: 400;
}

.breadcrumb li .active {
  color: #5d5169 !important;
}

.breadcrumb-item a {
  color: #6c757d !important;
  text-decoration: none;
}


/* navigation */

#header {
  padding: 0rem;
}

#menu {
  background: #6c757dFA;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  max-width: 500px;
  width: 100%;
  z-index: 99999;
}

#menu ul:hover a {
  opacity: 0.5;
}

#menu ul a {
  /* -webkit-transform: translateZ(0); */
  transition: opacity 0.3s ease-in-out;
}

#menu ul a:hover {
  opacity: 1;
}

#menu .main-nav {
  position: relative;
  top: 100px;
}

#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu .main-nav a {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 1rem 1rem;
  text-decoration: none;
  text-transform: capitalize;
}

#menu .main-nav a:first {
  padding-top: 0;
}

#menu .menu-footer {
  padding: 2rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

#menu .menu-footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu .menu-footer ul li {
  display: inline;
  margin: 0 1rem;
}

#menu .menu-footer a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

#menu.open {
  opacity: 1;
  visibility: visible;
}

#menu.open li {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#menu.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#menu.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#menu.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#menu.open li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#menu.open li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#menu.open li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#menu.open li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

#menu.open li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#menu.open li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#menu.open li:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.toggle-menu {
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: absolute;
  vertical-align: middle;
  width: 40px;
  z-index: 999999;
  top: 20px;
  right: 15px;
  margin: 0 auto;

}

.toggle-menu span {
  background-color: #51A3A3;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px);
  position: absolute;
  top: calc(50% - 1px);
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
}

.toggle-menu span:before {
  background-color: #51A3A3;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
  top: 7px;
}

.toggle-menu span:after {
  background-color: #51A3A3;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
  top: -7px;
}

.toggle-menu.active span {
  background-color: transparent;
  transition: background 0.2s ease-out;
}

.toggle-menu.active span:before {
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}


/* pagination */

.pagination-btns {
  margin: auto;
  text-align: center;
  margin-bottom:3rem;
}

.pagination-btns i {
  color: #fff;
  background: #2d2661;
  padding: 10px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  margin: 10px;
  box-shadow: 4px 2px 20px #2d266121;
}


#btn-footer-sec {
  flex-wrap: wrap;
  align-content: center;
  margin: auto;
  display: flex;
  width: fit-content;

}

#btn-footer-sec button {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#btn-footer-sec .btn-primary-sec {
  background: #6c757d;
  padding: 7px 15px;
  border-radius: 5px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #6c757d;
  margin: 10px;
}

@media (max-width: 568px) {
  #btn-footer-sec .btn-primary-sec {
    margin: 10px auto;
    display: block;
  }
}

#btn-footer-sec button {
  text-decoration: none;
  color: #2d2661;
  font-size: 16px;
  text-align: center;
  margin: 0 15px;
  padding: 5px 15px;
  outline: 0;
  border: 2px solid #52a3a3;
  background: transparent;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 15px;
  font-weight: 700;
}


/* contact us */


#contact-sec {
  background-color: #fff!important;
  /* height: 100vh; */
  height: calc(100vh - 210px);
}

#contact-sec .address-content {
  overflow: hidden;
}

#contact-sec .contact-details-sec {
  margin: 30px 0px;
  position: relative;
  z-index: 10;
  /* width: 55%;
  left: 55%;
  transform: translateX(-55%); */
}

#contact-sec .contact-details-sec .contact-details-with-icon {
  align-items: center;
  color: #111111;
  margin-bottom: 10px;
  margin-left: 120px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-right: 10px;
}
@media (max-width:350px) {
  #contact-sec .contact-details-sec .contact-details-with-icon {
    margin-left: 60px;
  }
}
@media (min-width:350px) and (max-width:400px) {
  #contact-sec .contact-details-sec .contact-details-with-icon {
    margin-left: 80px;
  }
}
#contact-sec .contact-details-sec .contact-details-with-icon a.direction-btns {
  padding: 4px 15px;
  font-size: 13px !important;
  font-weight: 600 !important;
  background: transparent;
  border: 0;
  color: #172e58 !important;
  outline: 0;
  transition: all ease-in-out;
  border: 1px solid #172e58;
}

#contact-sec .contact-details-sec .contact-details-with-icon a.direction-btns:hover {
  background: #172e58 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #fff !important;
}

#contact-sec .contact-details-sec .contact-details-with-icon .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 20px;
}

@media (max-width: 400px) {
  #contact-sec .contact-details-sec .contact-details-with-icon .icon {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}

#contact-sec .contact-details-sec .contact-details-with-icon .icon img {
  width: 100%;
}

#contact-sec .contact-details-sec .contact-details-with-icon .icon .phone {
  width: 16px;
}

#contact-sec .contact-details-sec .contact-details-with-icon .icon a {
  margin: auto;
  display: block;
}

#contact-sec .contact-details-sec .contact-details-with-icon .content a {
  color: #111111;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 400px) {
  #contact-sec .contact-details-sec .contact-details-with-icon .content a {
    font-size: 14px;
  }
}

#contact-sec .contact-details-sec .contact-details-with-icon .content a.email {
  word-break: break-all;
}

section#contact-sec .content-section {
  background: transparent;
  color: #000;
}

.contact-details-sec .content-section a {
  color: 242424;
}

.contact-details-sec .content-section {
  background: transparent !important;
  color: #242424;
}

/*.content-section a {*/
/*  color: #242424;*/
/*  font-size: 16px;*/
/*  line-height: 150%;*/
/*}*/

.contact-details-sec a {
  color: #242424;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.bg-light-gray {
  background: #eeeeee;
}
.bg-light-blue {
  background: #2d2661!important;
}
.bg-light-blue .card-gap{
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}
.bg-light-blue h2{
  text-align: center;
  /* text-transform: capitalize; */
  font-size: 24px;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-fill-color: transparent; */
  font-weight: 700;
}

.btn-sec a i {
  font-size: 19px;
  margin-right: 5px;
  font-weight: bold;
}


a.real-experiance {
  color: blue;
  padding: 14px;
  text-decoration: underline;
  line-height: 160%;
  text-align: center;
  display: block;
  font-size: 16px;
  margin-bottom: 35px;
}
a.real-experiance i{
  text-align: center;
    font-size: 9px;
    background: #0000ff;
    color: #fff;
    height: 18px;
    width: 18px;
    line-height: 18px;
    border-radius: 50%;
}
#fixed-bottom-btn {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  max-width: 426px;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
}

#fixed-bottom-btn button {
  border: 0;
  outline: 0;
  background: transparent;
}

#fixed-bottom-btn button a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  /* text-shadow: 1px 2px 2px #313131; */
}

#fixed-bottom-btn .rgt-btn {
  width: 50%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #ee8a2e;
  height: 40px;
  padding: 10px;
  /* box-shadow: inset -9px 3px 13px rgba(20, 16, 46, 0.5490196078); */
}

#fixed-bottom-btn .lft-btn {
  width: 50%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #ee8a2e;
  border-right: 1px solid white;
  padding: 10px;
  height: 40px;
  /* box-shadow: inset -9px 3px 13px rgb(42 133 133); */
}

#privacy-policy-sec p {
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
}

@media (max-width: 568px) {
  #privacy-policy-sec p {
    font-size: 14px;
  }
}

#privacy-policy-sec a {
  text-decoration: none;
  color: #0855c7;
}

p.text-center.alert.alert-primary.m-0.text-dark {
  font-size: 15px;
  padding: 10px;
}


.bg-light-blue {
  background: #6c757d!important;
}
.bg-light-blue h2.sec-title{
    text-align: center;
    font-size: 24px;
    color: #fff!important;
}

.visitourcardbtn {
    border: none;
    padding: 15px 13px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    /* display: block;
    font-size: 14px; */
    font-weight: 600;
    background-size: 200%;
    transition: 0.8s;
    background-image: linear-gradient(to left, #6c757d, #4a8895, #6c757d);
    background-position: right;
    letter-spacing: .1rem;
}
.visitourcardbtn:hover {
  background-position: left;
    color: #fff;
}
.visitourcardbtn span {
    color: #a0e0f0;
}

.flex-box-use-it-sec  img.flexbox-icon-sec {
  width: 50px;
  margin: 10px;
  height: 50px;
}
.flex-box-use-it-sec{
  background: #6c757d;
  display: flex;
  align-items: center;
}

.flex-box-use-it-sec p.title {
  color: #fff;
  padding: 5px;
  background: #6c757d;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

/* Gallery css start */
#tab-gallery-sec .image-box img {
  z-index: 999;
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
  padding: 15px;
  background: linear-gradient(180deg, #46778D 0%, #3F5E7F 118.07%);
}

.alert.alert-primary.m-0.text-dark.text-start.d-flex p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.alert p{
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.alert .p1{
  border-top: 1px solid #eee;
}


.bottom-h-link {
  background: #ffffff;
  color: #fff;
  border-top: 5px solid #6c757d;
}

.bottom-h-link span {
  font-size: 14px;
  font-weight: 500;
}

.bottom-h-link a {
  font-size: 15px;
}

span.note-text {
  color: #dc3545;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-right: 5px;
}
/* Gallery css end*/


ul.contentHowtouse > li{
 font-size:18px!important;
}


#new-banner-sec  .home-banner p{
  visibility: hidden;
}
#new-banner-sec    .home-banner{
  background: #6c757d!important;
}
  .toggle-menu {
background-color: transparent;
}
 .toggle-menu span {
background-color: #fff;}
 .toggle-menu span:after {
background-color: #fff;}
   .toggle-menu span:before {
background-color: #fff;}
 .circle-logo {
border: 1px solid #fff;
/* border-radius: 50%; */
position: relative;
margin: auto;
display: block;
background: #fff;
margin-top: -40px;
max-width: 180px;

}
#new-banner-sec h2 {
text-align: center;
text-transform: capitalize;
font-size: 30px;
/* background: #2d2661; */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
/* text-fill-color: transparent; */
font-weight: 700;
}
#new-banner-sec p.subtitle {
  text-align: center;
  font-size: 17px;
  margin: 5px 0;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #6c757d;
}
#new-banner-sec p.main-title-sec {
text-align: center;
font-size: 19px;
}
#new-banner-sec  .toggle-menu.active span {
  background-color: transparent;
  transition: background 0.2s ease-out;
}

#new-banner-sec .banner-box-sec .flex-box-sec {
justify-content: space-evenly;
color: #fff;
padding:  15px;
margin-top: 10px;
background: #6c757d;
display: flex;
margin: auto;
flex-wrap: wrap;
}
#new-banner-sec .banner-box-sec .flex-box-sec  P{
font-size: 17px;
color: #fff;

}
#new-banner-sec .banner-box-sec  .flex-box-sec p {
margin:0;
}
#new-banner-sec .banner-box-sec  .flex-box-sec div {
display: flex;
flex-wrap: wrap;justify-content: space-around;
flex-direction: column;
}
#new-banner-sec .flex-box-sec div .icon {
width: 30px;
height: 30px;
background: #b4b9b9;
display: flex;
margin: 10px auto;
border-radius: 50%;
}
#new-banner-sec .flex-box-sec div .icon img{
margin: auto;
}
#new-banner-sec .banner-box-sec .flex-box-sec div a {
  color: #fff;
  text-decoration: none;
  text-align:center;
}
.breadcrumb {
  cursor: pointer;
  position: relative;
  margin-top: -50px;
  margin-bottom: 20px;
  margin-bottom: 0;
}

.breadcrumb {
  cursor: pointer;
  position:inherit;
  margin-top: 0px;
  margin-bottom: 0;
  display: flex;
}
.breadcrumb li {
  font-size: 13px;
  color: #ffffff !important;
  opacity: 0.9;
  font-weight: 400;
}
.breadcrumb-item a {
  color: #ffffff !important;
  text-decoration: none;
}
.banner {
  height: 150px !important;
}
.inner-circle-logo {
  border: 6px solid #fff;
  border-radius: 50%;
  position: relative;
  margin: auto;
  display: block;
  background: #fff;
  margin-top: -40px;
  margin-bottom: 20px;
}
.content-box a {
  width: fit-content;
  display: block;
}
.breadcrumb a {
  width: fit-content;
  display: flex;
}

.remark {
  font-size: 11px;
  font-weight: 300;
}
.expire {
  font-size: 12px;
  text-align: center;
  color:red;

}
.error {
  font-size: 12px;
  font-weight: 400;
  color: red;
  margin-top: -10px;
}

.resend {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  margin-top: -8px;
}
input[type="number"] {
  width: 100%;
  padding: 8px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #6c757d;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type="email"] {
    width: 100%;
    padding: 8px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #6c757d;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="file"]{
margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-left: 8%;
    margin-top: 12px;
}
/* 
.btn-primary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  border-radius: 0.25rem;
  font-size: 1rem;
  display: block;
    float: right;
    
}

.back {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  border-radius: 0.25rem;
  font-size: 1rem;
} */
.button-container {
  text-align: left;
  margin-left: 5%;
}
.button-container1 {
  text-align: left;
  margin-top: 56px;
  margin-bottom: 17px;
}
.button-ctn {
  text-align: center;
}
.responsive-btn {
  color: white;
    border: 1px solid #51A3A3 !important;
    margin: 5px 15px;
    font-size: 15px;
    padding: 5px 5px;
    background-color: #51A3A3;
}
/* .responsive-btn:hover { */
  /* color: #fff;
    background-color: #51A3A3;
    border: 0px solid #242424;
    transition: all ease;
    padding: 10px 20px;
} */


.responsive-button {
  padding: 10px 10px;
  font-size: 16px;
  background-color: #d91023;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.responsive-button:focus {
  background-color: #d91023;
  color: #fff;
}
input[type="text"] {
  width: 100%;
  padding: 8px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #6c757d;
  border-radius: 4px;
  box-sizing: border-box;
}

.formtype{
  font-size: 17px!important;
    color: #6c757d;
    /* padding-bottom: 5px; */
    font-weight: 600;
}
.formtype1{
  font-size: 15px!important;
    color: #6c757d;
    padding-bottom: 5px;
    font-weight: 600;
}

.msg{
  background-color: #b4b9b9;
  font-size: 21px;
  /* font-style: oblique; */
  color:#6c757d;
}

.firework_img{
height:75px;
width:75px;
display:block;
margin: auto;

}

 /* Add a class for the red border */
 .gallery {
  text-align: center;
  display: table-caption;
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery img {
  width: 90%;
  /*height: 139px;*/
  border: 2px dotted transparent;
  /* Initial border style */
  transition: border-color 0.3s ease;
  /* Add a smooth transition effect */
}

.image-checkbox:checked+.formtype1+img {
  border-color: #6c757d;
  /* Change border color when checkbox is checked */
}

.image-checkbox+.formtype1 {
  cursor: pointer;
}

.image-checkbox:checked+.formtype1 {
  color: #6c757d;
  /* Change label color when checkbox is checked */
}
.title{
  color: #6c757d;
  text-align: center;
  font-size: 23px;
  font-weight: bolder;
}

.home-banner {
  min-height: 125px;
}


.flex-box-top-sec div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: column;
}

.flex-box-top-sec div .icon {
  width: 30px;
  height: 30px;
  background: #b4b9b9;
  display: flex;
  margin: 10px auto;
  border-radius: 50%;
}

.flex-box-top-sec div a {
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.flex-box-top-sec div .icon img {
  margin: auto;
}



.circle-logo {
  margin-right: auto;
  margin-top: -40px;
  margin-left: 20px;
}


.footprint-logo {
  margin-left: auto;
  display: block;
  margin-top: -80px;
  z-index: 999;
  width: 275px;
  margin-right: 15px;
  position: relative;
}

.box-sec-orange {
  background: #d91023;
  font-weight: 700;
  /* margin-top: 12%; */
  color: #fff;
}

h1 {
  font-size: 22px;
  /* text-align: start; */
  color: #fff;
  line-height: 150%;
  font-weight: 700;
}

.flex-box-top-sec {
  justify-content: space-evenly;
  color: #fff;
  padding: 5px 5px;
  margin-top: 10px;
  background: #b4b9b9;
  /* display: flex; */
  /* margin: auto; */
  /* flex-wrap: wrap; */
  /* text-align: center; */
  position: relative;
  top: 0;
  width: 100%;
}

.flex-box-top-sec div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.flex-box-top-sec div a {
  color: #0C0B13;
  text-decoration: none;
  text-align: center;
  margin-left: 6px;
  margin-bottom: 0;
  font-size: 14px;
}

.home-banner {
  min-height: 51px;
}

/* .toggle-menu {
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: absolute;
  vertical-align: middle;
  width: 40px;
  z-index: 999999;
  top: 13px;
  right: 15px;
  margin: 0 auto;
} */

@media(min-width:568px) {
  .flex-box-top-sec div a {
      font-size: 16px;
  }
}

ul.contentHowtouse>li {
  font-size: 16px !important;
}

.content {
  background: #b4b9b9;
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
}

ul.contentHowtouse {
  padding-left: 15px;
}

.flex-box-use-it-sec {
  background: #6c757d;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 20px
}

.containt-box {
  border-radius: 10px;
  overflow: hidden;
  background: #eee;
  height: 100%;
}

.flex-box-use-it-sec p.title {
  color: #fff;
  padding: 0px 0px 5px 0;
  background: #6c757d;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.flex-box-use-it-sec img.flexbox-icon-sec {
  width: 41px;
  margin: 5px;
  height: 50px;
}

ul.contentHowtouse>li {
  font-size: 15px !important;
}

.bg-them-clr {
  color: #fff;
  background: #6c757d;
  padding: 15px;
  margin: 0;
}

h2 {
  color: #fff;
  margin: 0;
}



h2 {
  text-align: center;
  /* text-transform: capitalize; */
  font-size: 24px;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-fill-color: transparent; */
  font-weight: 700;
}

#Features .icon-sec img {
  width: 60px;
  height: auto;
  object-fit: contain;
}

#Features .icon-sec img {
  width: 45px;
  height: auto;
  object-fit: contain;
}

@media (min-width: 568px) {
  #Features .icon-sec img {
      width: 60px;
      height: auto;
  }
}

.flex-box-use-it-sec p.title {
  color: #fff;
  padding: 5px;
  background: #6c757d;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

h5 {
  text-align: center;
  /* text-transform: capitalize; */
  font-size: 24px;
  background: #6c757d;
  -webkit-background-clip: text;
  background-clip: text;
  /* text-fill-color: transparent; */
  font-weight: 700;
  color: #6c757d;
}

.flex-box-use-it-sec p.title {
  color: #fff;
  padding: 5px;
  background: #6c757d;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding-top: 0;
  text-align: center;
}

.flex-box-use-it-sec img.flexbox-icon-sec {
  width: 41px;
  margin: 5px;
  height: auto;
}

ul.contentHowtouse>li {
  font-size: 15px !important;
  color: #6c757d;
  padding-bottom: 5px;
  font-weight: 600;
}

ul.contentHowtouse>p {
  font-size: 15px !important;
  color: #6c757d;
  font-weight: 600;
  padding-bottom: 5px;
}

.text-blue-clr {
  font-size: 15px !important;
  color: #6c757d;
  font-weight: 600;
}

.bg-them-clr {
  color: #282828;
  background: #d91023;
  padding: 15px;
  margin: 0;
}

.bg-them-clr h2 {
  color: #6c757d;
  font-size: 24px;
  background: #6c757d;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-fill-color: transparent; */
}

ul.contentHowtouse {
  list-style: disc;
  padding-left: 15px;
}

#fixed-bottom-btn .lft-btn {
  background: #6c757d;
}

#fixed-bottom-btn button a {
  color: #fff;
}

#fixed-bottom-btn .rgt-btn {
  background: #6c757d;
}


h2.py-3.text-center.fw-bold {
  text-align: center;
  /* text-transform: capitalize; */
  font-size: 24px;
  background: #2d2661 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text;
  /* text-fill-color: transparent; */
  font-weight: 700;
}

textarea {
  border: 1px solid #6c757d;
  border-radius: 4px;
  box-sizing: border-box;
  height: 102px;
  width: 100%;
}

#countryCode {
  width: 66px;
  border: 1px solid #6c757d;
  border-radius: 0.25rem;
}
.form-group1 {
  display: flex;
}

.heading {
  display: block;
  background: #b4b9b9;
  height: 49px;
  text-align: center;
  padding: 10px 10px;
  font-weight: bolder;
}

.image-preview-container {
  width: 60%;
  margin: 0 auto;
  border: 3px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 20px;
  text-align: center;
}

.image-preview-container img {
  width: 100%;
  display: none;
  margin: 20px 0;
  border: 2px solid #3498db;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.image-preview-container input {
  display: none;
}

.image-preview-container label {
  display: block;
  margin: 20px auto;
  padding: 15px 20px;
  background-color: #3498db;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.image-preview-container label:hover {
  background-color: #2980b9;
}
.drop {
    min-height: 11px;
    border: 2px dotted #6c757d;
    background: #fff;
    padding: 15px 36px;
}

.responsive{
  text-align: center;
  display: block;
  float: center;
  max-width: 100%;
  height: auto;
}


.frmtype{
  font-size: 17px!important;
    color: #6c757d;
    padding-bottom: 5px;
    font-weight: 600;
    text-align: center;
}
.remark1 {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
}

.err {
  font-size: 12px;
  font-weight: 400;
  color: red;
  text-align: center;
  /* margin-top: -18px; */
}
.top {
  margin-top: -0.5rem!important;
  margin-bottom: 0.5rem!important;
}

.left_arrow{
  color: white;
}

.how-can-use-it{
  margin-top: 0px;
}

.xyz{
  display: none;
}

.drop {
  min-height: 11px;
  border: 2px dotted #6c757d;
  background: #fff;
  padding: 15px 36px;
  text-align: center;
}

.file-input {
  display: none;
}

.upload-btn {
  cursor: pointer;
  color: #6c757d;
  background-color: #fff;
  border: 2px dotted#6c757d;
  padding: 29px 0px;
  border-radius: 5px;
  display: inline-block;
 width: 100%;
}

.selected-file {
  margin-top: 10px;
}

.field-error{
  color: red;
}

.upload-container {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.btn {
  border: 2px solid gray;
  color: white;
  background-color: #6c757d;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
}

.upload-wrapper {
  margin-top: 20px;
}

.preview-img {
  max-width: 50%;
  height: 50%;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* 
input[type="radio"]
{
  height: 25px;
  width: 17px;
} */
.preview{
  /* text-decoration: #70C169; */
  /* font-size: 17px; */
  text-align: right;
  /* color:#1fad15; */
}

.home-icon{
  margin-bottom: -37px;
  /* font-size: 17px; */
  text-align: left;
  /* color: #1fad15; */
  margin-top: 0px;
}

.home-icon a{
  text-decoration: #70C169;
  font-size: 20px;
  text-align: left;
  color: #6c757d;
  font-weight: 400;
}
.home-icon img{
  height: 35px;
  width: 15px;
  }
.preview a{
  text-decoration:underline;
  font-size: 18px;
  text-align: right;
  /* color:#1fad15; */
}
.preview img{
height: 35px;
width: 15px;
}

.cname{
  color: #e17d0d;
  font-weight: 700;
  font-size: 25px;
  text-align: left;
  margin-left: 12px;
}

.home{
  height:37px;
}

.edit{
  height:22px;
}

.dashboard a{
  color: #6c757d;
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 1rem 1rem;
    text-decoration: none;
}

.logout{
  height: 27px;
  /* text-align: left; */
  margin-top: -368px;
  order: none;
  cursor: pointer;
  display: inline-block;
  /* height: 40px; */
  outline: none;
  /* padding: 0; */
  pointer-events: initial;
  position: absolute;
  /* vertical-align: middle; */
  width: 40px;
  z-index: 999999;
  top: -80px;
  left: 70px;
  margin: 0 auto;
}

.logout-name {
    margin-top: -368px;
    order: none;
    position: absolute;
    z-index: 999999;
    top: -77px;
    left: 9px;
    font-size: 16px;
    margin: 0 auto;
}
select {
  width: 100%;
  padding: 8px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #6c757d;
  border-radius: 4px;
  box-sizing: border-box;
}
.comp-step {
  font-size: 16px;
  color: #888;
  margin-bottom: 10px;
}
.new-ezy a{
  color:black;
  font-weight: 500;
}

#urlContainer {
  display: flex;
align-items: center;
border: 1px solid;
padding: 5px;
margin-bottom: 5px;
width: 100%;
position: relative;
}

#urlText {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.copy-icon {
  position: relative;
  /* top: -10px; */
  left: 331px;
  cursor: pointer;
}

.cong-container{
  display: flex;
  align-items: inherit;
}
.spinner-border{
  height: 22px;
  width:22px;
}

.custom-radio-input {
  display: none;
}

.custom-radio-label {
  display: inline-block;
  position: relative;
  padding-left: 30px; /* Adjust this value to your preference */
  cursor: pointer;
  font-size:18px;
  font-weight: 600;
}

.custom-radio-label:before {
  content: "";
  display: inline-block;
  width: 20px; /* Adjust this value to your preference */
  height: 20px; /* Adjust this value to your preference */
  border: 2px solid #000000; /* Adjust this value to your preference */
  border-radius: 4px; /* Adjust this value to your preference */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.custom-radio-input:checked + .custom-radio-label:before {
    background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=') no-repeat center center; /* Change the URL to the black image */
background-size: 9px 9px;
}
/* input[type=radio]:checked {

} */
#slider-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
}

.layout-item {
  flex: 0 0 auto;
  width: 100%;
  scroll-snap-align: start;
}

.layout-item img {
  width: 90%;
  height: auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #6c757d;
  width: 20px; 
  height: 40px; 
}
#scrollmenu {
  background-color: white;
  overflow: auto;
  display: flex;
    justify-content: space-between;
}

#scrollmenu a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  color:#6c757d;
}

/* #scrollmenu a:hover {
  background-color: #f0f0f0;
} */
.lin div:hover{
background-color: #f0f0f0;
}
/* .responsive {
  max-width: 100%;
  height: auto;
} */
.firework_img{
  height:38px;
  }

.copy_img{
  height: 75px;
  width: 75px;
  display: block;
  margin: auto;
}

.dashboard .dash_title{
  display:flex;
  align-items: flex-start;
}
.preview-img1{
  width: 30%;

}
.cont {
  display: flex;
  align-items: center;
  background-color: white;

}

.overflow-cont {
  max-width: 270px;
  white-space: nowrap;
  overflow-x: auto;
  margin-right: 7px; /* Adjust margin as needed */
}

.copyIcon {
  cursor: pointer;
  margin-top: 0px;
  display: flex;
  align-items: center; /* Aligns icon and text vertically */
  margin-left: 3px;
}

.copyIcon i {
  color: #6c757d;
  margin-right: 5px; /* Adjust margin as needed */
}

.copyIcon span {
  color: #6c757d;
  font-weight: bold;
}

/* layout images  */
.cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.scroll-images {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 10px;
  overflow-x: auto;
  scrollbar-width: thin; /* For Firefox */
  -webkit-scrollbar-width: thin; /* For Chrome, Safari, and Opera */
}

.scroll-images::-webkit-scrollbar {
  height: 10px;
}

.scroll-images::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}

.child {
  flex: 0 0 auto;
  width: 100%; /* Adjust this value according to your image size */
}
/* 
.button-container {
  text-align: center;
  margin-top: 20px;
} */

.left,
.right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 5px;
  cursor: pointer;
}

.left {
  left: 0;
}

.right {
  right: 0;
}
.radio-label-container {
  display: flex;
  align-items: center; /* Center align items horizontally */
  margin-bottom: 10px; /* Adjust spacing between the radio button/label and the image */
}

.lay-img{
  width: 100%;
}

.cong{
    text-align: center;
    font-size: 27px;
}

/* h1 {
  color: green;
} */

.toggle-container {
  position: absolute;
  top: 170px;
  right: 40px;

}
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}

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

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  /* left: 2px; */
  height: 26px;
  right: 7px;
  bottom: 13px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 22px;
  left: 8px;
  right: 3px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
background-color: #6c757d;
}

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

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

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

.slider.round:before {
border-radius: 50%;
}

input[type="checkbox"]{
  margin: 8px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}






