/*    background-color: rgba(85,51,255,.7);
}
.overlay.overlay-primary:after {
    background-color: rgba(85,51,255,.6);
}
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

:root {

  --info: #0069dec4;
  --info-md: #0069de7c;
  --info-l: #000000;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
}

header {
  background: url(bg.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;

}

header .overlay-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(29, 53, 149, .6);
  z-index: 2;
}

header .header {
  position: relative;
  z-index: 2;
}

.topbar {
  background: #fff;
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: center;
  margin: 0 60px;
}

.topbar marquee {
  margin: 0 30%;
}

.topbar a {
  color: #000;
  padding: 0 8px;
}


.fa-facebook-f {
  color: #166fe5;
}

.fa-instagram {
  color: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.fa-twitter {
  color: #1a8cd8;
}

.fa-youtube {
  color: #ff0000;
}

.fa-telegram-plane {
  color: #33a8da;
}

.fa-whatsapp {
  color: rgb(36, 162, 11)
}

/* Menu New imp */
nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99 !important;
  /* background: #fff;*/
  transition: .6s;
}

nav.homenav {}

nav.bgwhite {
  top: 0 !important;
  background: #fff;
  z-index: 99 !important;
  color: #000 !important;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.22);

}

.always-bgwhite {
  background: #fff;
  z-index: 99 !important;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.22);
}

/* Menu New imp END */
.container {
  max-width: 1440px;
  margin: auto;

}

.m-navbar {
  display: none;
}


.bgwhite .navbar .nav-list li a {
  color: #000;
}

.always-bgwhite .navbar .nav-list li a {
  color: #000;
}


.bgwhite .navbar .btn a,
.always-bgwhite .navbar .btn a {
  color: #fff;
  background: #1d3595;
  border: 1px solid #1d3595;
  border-radius: 25px;
  padding: .5rem 1rem;
  margin-right: 5px;
  font-weight: 500;
}

.bgwhite .navbar .btn .whatupbutn,
.always-bgwhite .navbar .btn .whatupbutn {
  color: #fff;
  background: transparent;
  border: none;
  color: rgb(36, 162, 11);
}


.bgwhite .navbar .btn a:hover,
.always-bgwhite .navbar .btn a:hover {
  color: #fff;
  background: #1186ba;
  border: 1px solid #1186ba;

}

.hero {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.himg {
  width: 100%;
  background: url('../images/bghero.jpg'), rgba(0, 0, 0, .8);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-blend-mode: overlay;
  padding-top: 40px;
}

.hero .content {
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  margin: 210px auto;
  margin-top: 100px;
  margin-bottom: 100px;

}

.hero .content h1 {
  padding-top: 40px;
  padding-bottom: 25px;
  font-size: 45px;

}

.hero .content p {
  padding-bottom: 25px;
  font-size: 20px;
  /*font-weight: 600;*/
}

.each-product .hero .content .each-product {
  display: flex;

  justify-content: center;
  align-items: center;

}

.hero .content .each-product span {

  padding: 0 6px;
  /*font-weight: 600;*/
  text-transform: capitalize;


}

.hero .content .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;


}

.hero .content .btn a {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: .5rem 1rem;
  margin: 0 10px;
  font-weight: 500;
  margin-bottom: 10px;
}

.hero .content a {

  color: #fff;

}

/*
@media screen and (max-width: 700px) {
.hero .content h1{
       padding-top: 40px;
       padding-bottom: 20px;
       font-size: 30px;

}

.hero .content p{
       padding-bottom: 20px;
       font-size: 20px;
       font-weight: 600;
}
.each-product
.hero .content .each-product{
    display: flex;
 
   
    
}*/
.hero .content .each-product span {

  padding: 0 2px;
  /*font-weight: 600;*/
  text-transform: capitalize;


}


}


.highlight {
  box-shadow: 0 .5rem 1rem rgba(22, 28, 45, .15);
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin-top: -80px;*/
  position: relative;
  z-index: 5;
  background: #fff;
}

.highlight .each_box {
  width: 33.33%;
  padding: 60px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.highlight .each_box .icon {
  height: 4.5rem;
  width: 4.5rem;
  background-image: linear-gradient(to right top, #0083dd, #a772ff);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.highlight .each_box .icon .img {
  width: 3rem;
}

.highlight .each_box .icon .back {
  position: absolute;
  width: 115%;
  z-index: -2;
}

.highlight .each_box h3 {
  margin: 30px auto;
}

.highlight .each_box p {}


.about {}

.about .content {
  display: flex;
  margin: 80px auto;
  justify-content: space-between;
  align-items: flex-start;


}

.about .content:nth-child(odd) {
  flex-direction: row-reverse;
}

.about .content .half {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 40px 0;
}

.about .content .half {
  padding: 10px;
}

.about .content .left {
  position: relative;
  overflow-x: hidden;
}

.about .content .left .images {}

.about .content .left .bgshape {
  position: absolute;
  width: auto;
  height: 80%;
  top: 0;
  z-index: -1;
}

.about .content .half .text h2 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 500;
}

.about .content .half .text .second-title {
  font-size: 16px;
  font-weight: 400;
  /*letter-spacing: 1px;*/
  line-height: 26px;
  margin: 10px 0;
}

.about .content .half .text .d-text {
  /*letter-spacing: 1px;*/
  line-height: 26px;
  padding-top: 20px;
  margin-bottom: 35px;
}

.about .content .half .text strong {
  font-weight: 600;
}

.about .content .half .text a {
  box-shadow: 0 .5rem 1rem rgba(22, 28, 45, .15);
  padding: 10px 12px;
  border-radius: 5px;
  margin-top: 20px;
  background-color: #137db6;
  color: #fff;
}

.cta {

  background: linear-gradient(-135deg, #1d3595 25%, #108ebe);
}

.cta .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  max-width: 1440px;
  margin: auto;
}

.cta .box .content {
  flex: 0 0 50%;
  font-size: 16px;
  /*font-weight: 500;*/
  /*letter-spacing: 1px;*/
  line-height: 28px;

  padding: 40px 20px;
}

.cta .box .content h2 {
  padding-bottom: 20px;
}

.cta .box .content p {
  padding-bottom: 20px;
}

.cta .box .content .spc {
  padding-bottom: 30px;
}

.cta .box .content a {

  box-shadow: 0 .5rem 1rem rgba(22, 28, 45, .15);
  padding: 6px 12px;
  border-radius: 20px;
  color: #000;
  background: #fff;

}

.cta .box .img {
  flex: 0 0 40%;
  padding: 20px;
  height: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
}

.cta .box .img img {
  width: 100%;
  border-radius: 6px;
}

.testimonial {
  margin: 60px auto;
}

/*    .testimonial .content{
    display: flex;
    flex-wrap: wrap;
 
   }
     .testimonial .content .each_img{
flex: 1;
    margin: 10px;
   }

 .testimonial .content .each_img img{
width: 100%;
   }*/

.row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
  gap: 10px;
}

.rowtop {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  align-items: center;
}

.rowtop .logon {
  padding: 10px;
}

.rowtop .logon img {
  height: 60px;
}

.rowtop .menumain {
  padding: 10px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 32%;
  /* IE10 */
  flex: 32%;
  max-width: 32%;
  padding: 0 4px;
  overflow: hidden;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  transition: .3s;


}

.column img:hover {
  transform: scale(1.01);
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
}

@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 49%;
    flex: 49%;
    max-width: 49%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .himg {
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero .content .each-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
}


.footer {
  width: 100%;
  background: #fff;
  max-width: 1440px;
  margin: auto;
  border-top: 1px solid #a8a8a8;
  padding: 50px 0 20px 0;
}

.footer .container {
  display: flex;
  justify-content: space-between;
}

.footer .container .col1 {
  flex: 1;
}

.footer .container .col1 p {
  margin: 6px 0;
  line-height: 26px;
}

.footer .container .col1 p a {
  color: #000;
}

.footer .container .col2 {
  flex: 1;
}

.footer .container .col2 span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;

}

.footer .container .col2 ul {
  padding-top: 10px;
}

.footer .container .col2 li {
  list-style: none;
  padding: 4px 0;
}

.footer .container .col2 li a {
  color: #000;
  font-weight: ;
  line-height: 26px;

}

.footer .container .col {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .footer .container {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
  }

  .footer .container .col1 {
    flex: 1;
  }

  .footer .container .col2 {
    flex: 1;
  }

  .footer .container .col {
    margin-top: 20px;
  }

  .footer .container .col2 ul {
    padding-top: 4px;
  }
}

.bottom-bar {
  width: 100%;
  background: #fff;
  max-width: 1440px;
  margin: auto;
  border-top: 1px solid #a8a8a8;
  padding: 10px 5px 5px 5px;
  display: flex;
  justify-content: space-between;
}

.bottom-bar .icons a {
  color: #c2c2c3;
  font-size: 16px;
  padding-left: 8px;
}

.bottom-bar .crm a {
  color: #000;
  font-size: 16px;
  padding: 0 6px;
}

@media screen and (max-width: 1440px) {
  .highlight {
    margin: 0 auto;
    width: 90%;
    margin-top: -80px;

  }

  .container {
    max-width: 1440px;
    margin: auto;
    padding: 0 20px;

  }
}

@media screen and (max-width: 760px) {

  .hero .content h1 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 26px;
    text-align: center;

  }

  .hero .content p {
    padding-bottom: 20px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
  }




  .highlight {

    flex-direction: column;
  }

  .highlight .each_box {
    width: 100%;
    padding: 40px 60px;

  }

  .about .content {

    flex-direction: column;
    padding: 0;


  }

  .about .content:nth-child(odd) {
    flex-direction: column;
  }

  .cta .box {

    flex-direction: column-reverse;

  }

  .cta .box .content {

    font-size: 16px;
    padding: 20px 22px;
    text-align: center;
  }

  .cta .box .img {
    padding-top: 20px;
  }

}


@media screen and (max-width: 999px) {
  .navbar {
    display: none;
  }

  .m-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    /*padding: 0 20px;*/
  }

  .m-navbar .menu {
    display: flex;
    flex-direction: column;
    max-width: 20px;
    align-items: flex-end;
    justify-content: flex-end;
    cursor: pointer;
  }

  .m-navbar .menu span {
    height: 4px;

    border-radius: 20px;
    background: #1d3595;
    margin: 1.8px 0;
  }

  .m-navbar .menu .one {
    width: 25px;
  }

  .m-navbar .menu .two {
    width: 20px;
    background: #1181b8;
  }

  .m-navbar .menu .three {
    width: 15px;
  }

  .m-navbar .navlist {
    display: flex;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 80px;
    left: 0;
    flex-direction: column;
    padding: 20px 35px;
    display: none;

  }

  .m-navbar .open {
    display: flex;
  }

  .m-navbar .navlist li {
    list-style: none;
    text-align: center;

  }

  .m-navbar .navlist li a {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #000;
    display: block;
    border-bottom: 1px dashed #ccc;
  }

  .m-navbar .navlist li ul {
    background-color: #eaeaea;
  }

  .m-navbar .navlist li ul li a {
    color: #000;
    padding-bottom: 0px;
    display: block;
    border: none;
  }

  .m-navbar .navlist .btn {
    display: flex;
    padding-top: 6px;
    justify-content: center;
    align-items: center;
    flex-direction: column;

  }

  .m-navbar .navlist .btn a {
    color: #000;
  }

  .m-dropdown-p .dropdown-list {
    display: none;
  }

  .m-dropdown .dropdown-list {
    display: none;
  }

  .m-dropdown-r .dropdown-list {
    display: none;
  }

  .m-dropdown-l .dropdown-list {
    display: none;
  }

  .m-dropdown-s .dropdown-list {
    display: none;
  }

  .drop .fas {
    transform: rotate(180deg);
  }

  .drop .dropdown-list {

    display: block;
  }



}


.heading {
  font-size: 28px;
  padding: 10px 0;
}

/*t&c pp*/


.s-page-box {
  padding: 0 20px;
}

.s-page-box .content {
  max-width: 1440px;
  margin: auto;
  margin-bottom: 40px;
  /*letter-spacing: 1px;*/

}

.s-page-box .content h3 {
  margin-bottom: 6px;
  font-size: 30px;
}

.s-page-box .content .text {
  margin: 15px 0;
}

.s-page-box .content .text-b {
  font-weight: 500;
  margin: 5px 0;
  font-size: 17px;
}




.fl-fl {
  background: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 1px;
  width: 140px;
  position: fixed;
  right: -110px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.fl-fl .fab {
  font-size: 20px;
  padding: 4px 0;
  width: 30px;
  margin-left: 5px;

}

.fl-fl .fa-instagram {
  color: #fff;

}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 28px !important;
  vertical-align: top !important;
}

.float-fb {
  top: 400px;
}

.float-tw {
  top: 430px;
}

.float-gp {
  top: 460px;
}

.float-rs {
  top: 370px;
}

.float-ig {
  top: 350px;
}

@media screen and (max-width: 600px) {
  .fl-fl {

    right: -116px;

  }

  .fl-fl .fab {
    font-size: 16px;
  }

  .fl-fl a {
    line-height: 24px !important;
  }


  .bottom-bar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 6px;
  }

}



/*login signup*/

.login-box {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url(../images/t1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #000;

}

.login-box video {
  position: absolute;
  height: 100%;
  width: 100%;




}

.blur {
  position: absolute;
  height: 100vh;
  width: 100%;
  /*background: rgba(0,0,0,0.3);
  backdrop-filter: saturate(100%) blur(2px);*/
  z-index: 0;

}

.main-li {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-li a,
.main-li p,
.main-li form {
  color: #000 !important;
}

.login-box-body {
  /*background-color: red;*/
  padding: 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  color: #fff;

}

.login-box-body .login-box-msg {
  color: #fff;
  font-size: 18px;

}

.login-box-body form .form-group {
  display: flex;
  width: 100%;

}

.login-box-body form .form-group input {
  padding: 9px;
  width: 100%;
  margin-top: 14px;
  /* border-radius: 25px; */
  outline: none;
  background-color: #f0f0f0;
  border: none;
  border-bottom: 2px solid #1d3595;


}

.login-box-body form button {
  min-width: 350px;
  font-size: 15px;
  border: none;
  margin: 14px 0;
  padding: 12px;
  outline: none;
  background-color: rgba(255, 255, 255, .6);


}

.login-box-body a {
  color: #fff;


}





/*callout*/
.callout {
  position: fixed;
  right: 20px;
  top: 120px;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 25px;
  padding-right: 40px;
  display: flex;
  z-index: 999;

}

.callout button {
  background: #2a2a2a;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  width: 30px;
  cursor: pointer;
  border: none;


}

.callout button span {
  color: #fff;
  font-size: 17px;


}

.callout-danger {
  color: #fff;
  background-color: red;
}

.callout-success {
  color: #fff;
  background-color: green;
}


/*left pop*/
.left-float {
  display: none;
  animation: slideUp 1s ease-in-out;
}

@keyframes slideUp {
  from {
    transform: translateY(-300px);
  }

  to {
    transform: translateY(0);
  }
}

.left-float .item-box {
  position: fixed;
  bottom: 0;
  right: 5px;
  width: 100%;
  max-width: 320px;
  height: auto;
  max-height: 280px;
  z-index: 999;
}

.left-float .item-box .content {
  position: relative;
}

.left-float .item-box .content span {
  position: absolute;
  cursor: pointer;
  height: 30px;
  width: 30px;
  /*background: #118abc;*/
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #1a8cd8;
  font-size: 24px;
  font-weight: bolder;
  right: -5px;
  top: -26px;
  font-weight: 400;
}

.left-float .item-box .content img {
  width: 100%;
  /*max-width: 600px;*/
  background: rgba(0, 0, 0, .6);
  background-blend-mode: darken;
  border-radius: 8px;
}

/*Center pop*/
.center-float {
  display: none;
}

.center-float .item-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 720px;
  width: 100%;
  height: auto;
  /*max-height: 400px;*/
  z-index: 99999999999999999999999;
}

.center-float .item-box .content {
  position: relative;
}

.center-float .item-box .content span {
  position: absolute;
  cursor: pointer;
  height: 30px;
  width: 30px;
  /*background: #118abc;*/
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #1a8cd8;
  font-size: 24px;
  font-weight: bolder;
  right: -15px;
  top: -26px;
  font-weight: 400;

}

.center-float .item-box .content img {
  width: 100%;
  /*max-width: 600px;*/
  background: rgba(0, 0, 0, .6);
  background-blend-mode: darken;
  border-radius: 8px;
}

/*fomo*/
.fomo {
  position: fixed;
  bottom: 30px;
  z-index: 9999;
  padding: 10px;
  border-radius: 50px;
  width: auto;


  /*  max-width: 350px;*/
  display: none;
  flex-direction: column;
  gap: 30px;
  animation: fadeInRight 1.2s ease-in-out;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-300px);
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translateX(-300px);
  }
}

.fomo .notification {
  background-color: #fff;
  /* border: 1px solid rgba(0, 0, 0, 0.7);*/
  /*  padding: 15px;*/
  width: 100%;
  /*  max-width: 300px;*/
  border-radius: 50px;
  height: 60px;
  box-shadow: 0 2px 5px #a4a4a4;
  /*  cursor: pointer;*/
  font-weight: 500;
  display: flex;
  /*  flex-wrap: wrap;*/
  align-items: center;
  /*  justify-content: space-between;*/
  gap: 15px;
  position: relative;
  /*  overflow: hidden;*/
}

.fomo .notification .text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fomo .notification .text .btext {
  padding-right: 5px;
  color: #000;
  font-weight: 500;
  width: 100%;
  font-size: 14px;
}

.fomo .notification .text .pro {
  padding-right: 5px;
  padding-top: 3px;
  color: #000;
  font-weight: 400;
  width: 100%;
  font-size: 13px;
}

.fomo .notification .text .time {
  color: #000;
  text-align: right;
  padding-top: 5px;
  padding-right: 14px;
  font-weight: 400;
  font-size: 11px;
}

.fomo .notification .text .time #time {
  color: #000 !important;

}


.fomo .notification span {
  /*  font-size: 15px;*/
  color: #000;
  /*  line-height: 1.5;*/
  /*  white-space: nowrap;*/
}

/***/

.fomo .firstletter {
  background: #c2d7e7;
  color: #000 !important;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 30px !important;
  text-align: center;
  line-height: 60px !important;
  width: 87px;
  height: 60px;

}

.fomo .fa-times {
  position: absolute;
  right: -6px;
  top: -2px;
  color: #bfc9e0;
  background-color: transparent !important;
  cursor: pointer;
  display: none;
  transition: .6s;
}

.fomo:hover .fa-times {
  display: flex;
}

@media screen and (max-width: 700px) {

  .left-float .item-box .content span {

    right: 0;
    top: -26px;


  }

  .center-float .item-box .content span {

    right: 0;
    top: -26px;


  }

}

/* Scrolling TopBar */
.top-scrolling {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(19, 125, 182, 1);
  color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 9999999999;
}

.top-scrolling a {
  color: #2f2f2f;
}

.centered-div {
  width: 1440px;
  display: flex;
  padding: 5px;
  /* Optional: Add more flex properties as needed */
}

.close-button {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-weight: bold;
}

.menu_description {
  font-size: 11px;
  color: #284c90;
}

.errormessage {
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 5px;
}

.errormessage_success {
  background-color: rgb(96, 134, 59);
}

.errormessage_failed {
  background-color: rgb(227, 79, 79);
}

.errormessage a {
  font-weight: bold;
  color: #fff;
}

/* Sticky Buttons */
.sticky-buttons {
  position: fixed;
  top: 310px;
  right: 0;
  transform: translateY(-10%);
  z-index: 999;
}

@media screen and (max-width: 600px) {
  .sticky-buttons {
    top: 310px;
    transform: translateY(-10%);
    z-index: 999;
  }
}

.whatsapp-button {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 1000;
}

.whatsapp-button a img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

.free-trial-button {
  display: block;
  background-color: rgba(19, 125, 182, 1);
  /* Adjust color as needed */
  color: white;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0px 5px 5px 0px;
  /* Rounded corners on the left side */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  /* Ensures text reads top to bottom */
}

.free-trial-button:hover,
.membership-button:hover {
  background-color: #0056b3;
  /* Adjust hover color as needed */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.webbutton1 {
  background-color:#137db6;
  color: #fff;
  padding: 12px;
  border-radius: 5px;
}
.webbutton1:hover{
  background-color:#036ba2;
}

/* Sticky Buttons */
.newcontent {
  padding-left: 35px;
}

.newcontent li {
  padding-bottom: 20px;
}