html {
    scroll-behavior: smooth;
  }
  a{
    text-decoration: none;
  }
  ul{
    list-style: none;
  }
  *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  body{
    font-family: 'Poppins', sans-serif;
  }
  .container {
    max-width: 1200px ;
    margin: auto;
  }
  .margin-main {
    margin: 90px 0;
  }
  .display-header {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
  .display-main {
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
    align-items: center;
  }
  .display-footer {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
  }
  .column-2 {
    width: calc(50% - 12px);
  }
  .column-3 {
    width: calc(33.333% - 16px);
  }
  .column-3 {
    width: calc(33.333% - 16px);
  }
  .column-4 {
    width: calc(25% - 18px);
  }
  .column-35 {
    width: calc(35% - 12px);
  }
  .column-65{
    width: calc(65% - 12px);
  }
  h2 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
  }
  span {
    color: #31AAE0;;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
  }
  p {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
  }
  i {
    font-size: 15px;
  }
  /* TOP HEADER */
  .header-main {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .top-head-bg {
    background-color: #31AAE0;
    padding: 10px 0;
    margin: 0;
    position: relative;
  }
  .col-and-emal {
    display: flex;
    gap: 15px;
  }
  .col-and-emal span{
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    padding-left: 8px;
    text-transform: lowercase;
  }
  .col-and-emal i{
    color: #fff;
  }
  .social ul{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: end;
  }
  .social a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
  }
  .social a:hover {
        background-color: #ffffff;
    border: none;
    transition: .3s;
    color: #000000;
  }
  .social a:hover i {
   color: #31AAE0;
}
  .social i{
    font-size: 13px;
  }
  /* HEADER START */

 .header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 222;
    margin: 0 auto;
    /* padding: 10px 0; */
    transition: all 0.3s;
    background-color: #fff;
  }
  .logo img {
    width: 45%;
  }
  .header-pading {
    padding: 10px 0;
    position: relative;
  }

  .header.fixed{
    background-color: #fff;
  }
  
  .nav-menu {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .main-menu ul {
      display: flex;
      gap: 30px;
      justify-content: end;
      list-style: none;
      align-items: center;
  }

  .main-menu a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase
}
.main-menu .active a {
  color: #31AAE0; /* Change this to your desired hover/active color */
  font-weight: 600;
  /* border-bottom: 1px solid #000; */
}
.main-menu a::after {
  display:block;
  content: '';
  border-bottom: solid 3px #019fb6;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.main-menu a:hover::after {
    display: block;
    border-bottom: 1px solid #000;
  transform-origin:  0% 50%;
}

  /* LOGIN */
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
  }
  
  .modal-content {
    background-image: url(../image/round-color.jpg  );
    margin: 15% auto;
    padding: 20px;
    width: 420px;
    /* height: 364px; */
    border-radius: 6px;
    background-size: cover;
  }
  .modal-content h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .modal-bg-1 {
    position: absolute;
    top: -33%;
    right: -33%;
    z-index: 0;
  }
  .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    background-color: #31aae0;
    padding: 3px 6px;
    font-size: 13px;
    border-radius: 6px;
    color: #000000;
  }
  .close:hover {
    background-color: #fff;
    color: #000000;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1)2s;
  }
  
  form {
    margin-top: 10px;
  }
  .login h3 {
    text-align: center;
  }
  .alert-danger {
    color: red !important;
  }
  .login label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    margin-top: 8px;
  }
  .login input {
    width: 100%;
    padding: 15px 5px;
    border-radius: 5px;
    border: none;
    border-bottom: 0.5px solid #dedede;
    border: 0.5px solid #cdcdcd;
  }
  .login-button img {
    width: 25% !important; 
  }
  .login button {
    background-color: #31AAE0;
    color: white;
    padding: 12px 26px;
    border: none;
    cursor: pointer;
    margin-top: 13px;
    border-radius: 16px;
    font-size: 15px;
    width: 100%;
  }
  .user-photo {
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 5px 10px;
    gap: 5px;
  }
  .user-photo i {
    color: #31AAE0;
    border-radius: 50%;
    border: 1px solid #31AAE0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  }
  .user-photo h3 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    width: 100px; /* Set your desired width */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  button:hover {
    background-color: #0056b3;
  }



  
.login-button {
  border-radius: 6px;
background: #ED2324;
padding: 6px 16px;
display: flex;
color: #fff;
align-items: center;
font-weight: 400;
gap: 5px;
cursor: pointer;
font-size: 14px;
}


.mobile-menu {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  right: -20px;
  top: 24px;
  z-index: 222;
}

  .mobile-menu span{

    display: block;
    background-color: #363430;
    margin: 4px 0;
    width: 30px;
    height: 2px;
    transition: all 0.3s;
 
  }

  .mobile-menu.open span:nth-child(1){

    transform: rotate(45deg) translate(9px, 0px);
  }

  .mobile-menu.open span:nth-child(2){

    width: 0;
    transform: translateX(10px);
  }

  .mobile-menu.open span:nth-child(3){

    transform: rotate(-45deg) translate(8px, 0px);
  }

  /* HEADER END */

  /* BANNER */
  .banner-bg {
    background-image: url(../image/banner-bg.jpg);
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover; 
  }
  .banner-cnt h1 {
    color: #000;
font-size: 45px;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
  }
  .banner-cnt button {
    border-radius: 8px;
    background: #31AAE0;
    padding: 18px 26px;
    border: none;
    margin-top: 8px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  .banner-cnt button:hover {
    transform: translateY(-5px);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1)2s
  }
  .banner-cnt {
    position: absolute;
    top: 50%;
    width: 40%;
    transform: translateY(-40%);
  }

  /* BANNER SERVICE */
  .btn {
    border-radius: 8px;
    background: #31AAE0;
    padding: 18px 26px;
    border: none;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;  
  }
  .btn:hover {
    background: #31AAE0 !important;
    transform: translateY(-5px) !important;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1)2s !important;
  }
  .service-bn-bg {
    background-color: #fff;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    text-align: center;
    padding: 27px 26px;
  }
  .service-bn-bg:hover {
    background-color: #31AAE0;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1)2s;
  }
  .service-bn-bg:hover h5 {
    color: #fff;
  }
  .service-bn-bg:hover button{
    border: 0.5px solid #ffffff;
    color: #fff;
  }
  .service-bn-bg:hover a{
    color: #fff;
  }
  .service-bn-bg:hover img{
    filter: invert(1);
  }
  .service-bn-bg h5 {
    font-size: 25px;
    color: #000;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    min-height: 74px;
  }
  .service-bn-bg button {
    border-radius: 6px;
    border: 0.5px solid #000;
    padding: 6px 13px;
    background-color: transparent;
    margin-top: 10px;
    font-size: 15px;
  }
  /* .service-bn-bg a {
    font-size: 15px;
  } */
  .service-bn-bg i {
    margin-left: 5px;
  }
  /* HOME ABOUT */
  .about-home-img {
    position: relative;
  }
  .about-home-img img {
    width: 100%;
    padding-right: 80px;
  }
  .about-home-cnt h2 {
    margin-bottom: 14px;
  }
  .about-home-cnt p {
    padding: 10px 0;
  }
  .counter-up {
    width: 180px;
    position: absolute;
    top: 105px;
    right: 0;
  }
  .counter-up-bg {
    padding: 23px 10px;
    margin: 13px 0;
    border-radius: 12px;
    background: #FFF;
    text-align: center;
    box-shadow: 0px 11px 13px 0px rgba(0, 0, 0, 0.08);
  }
  .counter-up-bg h6 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: -16px;
  }
  .counter-up-bg span {
    color: #31AAE0;
    font-size: 40px;
    font-weight: 600;
  }
  .counter-up-bg h1 {
    color: #31AAE0;
    font-size: 40px;
    font-weight: 600;
  }
  .counter-up-bg img {
    text-align: center;
    padding: 0 !important;
    width: 55%;
  }

  /* BENIFITS */
  .benifit-head {
    text-align: center;
  }
  .benifit-head h2{
    margin-bottom: 20px;
  }
  .benfit-cnt {
    position: relative;
    margin-top: 22px;
  }
  .benfit-cnt h6{
    color: #31AAE0;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 50px;
  }
  .benfit-cnt p{
    color: #3D3D3D;
    font-weight: 300;
    line-height: normal;
    margin-top: 5px;
    padding-left: 50px;
  }
  .benifit-img img {
    width: 100%;
  }
  .line {
    display: inline-block;
    width: 3px;
    height: 100%;
    background: #98D5EF;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0;
    padding: 0;
  }
  /* MEMBER SHIP REGISTRATION */
  .member-bg {
    background: #F6FCFF;
    padding: 100px 0;
    position: relative;
  }
  .member-img img {
    width: 100%;
  }
  .member-head h2 {
    margin-bottom: 18px;
  }
  .member-ship-cnt h6 {
    color: #31AAE0;
    font-size: 16px;
    font-weight: 500;
    text-decoration-line: underline;
    margin: 10px 0;
  }
  .member-ship-cnt li {
    color: #3D3D3D;
    font-size: 17px;
    font-weight: 300;
    padding: 5px 0;
    padding-right: 50px;
    padding-left: 10px;
  }
  .member-ship-cnt ol {
    margin-left: 10px;
  }
  .membership {
    border-radius: 5px;
    background: #31AAE0;
    border: none;
    margin-right: 15px;
    padding: 13px 18px;
    margin-top: 15px;
    color:#fff ;
  }
  .membership:hover {
    background: transparent;
    border: 1px solid #31AAE0;
    color: #31AAE0;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1)2s;
  }
  .vendor {
    border-radius: 8px;
    border: 1px solid #31AAE0;
    padding: 13px 18px;
    background-color: transparent;
    margin-top: 15px;
    color: #31AAE0;
  }
  .vendor:hover{
    background: #31AAE0;
    color: #fff;
    border: none;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1)2s;
  }
  .membership a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
  }
  
  /* TESTIMONIAL */
  .testimonial-bg {
    background-image: url(../image/TESTIMONIAL-BG.jpg);
    width: 100%;
    background-repeat: no-repeat;
    padding: 80px 0;
  }
  .testimonial-head h6{
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
  }
  .testimonial-head h2{
    color: #fff;
    margin: 10px 0;
  }
  .testimonial-head p{
    color: #fff;
  }
  .testimonial-width {
    width: calc(66.667% - 8px);
  }
  /* TESTIMONIAL STYLE */
  .prev-arrow-project i{
      color:  #ffffff;
      padding: 7px 10px;
      border-radius: 50%;
      font-size: 22px;
      border: 1px solid #1A537C;
  }
  .next-arrow-Project i{
    color:  #ffffff;
    padding: 7px 10px;
      border-radius: 50%;
      font-size: 22px;
      border: 1px solid  #1A537C;
  }
  .next-arrow-Project {
    position: absolute;
    right: 0px;
    bottom: 0;
    bottom: -59px;
  }
  .prev-arrow-project {
  position: absolute;
  bottom: 0;
  left: 698px;
  bottom: -59px;
  }
  .testimonial-bgcolor {
    border-radius: 12px;
background: rgba(49, 170, 224, 0.30);
padding: 30px;
  }
  .photo-flex {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
  }
  .testimonial-bgcolor img {
    width: 20%;
    margin-bottom: 13px;
  }
  .testimonial-bgcolor p {
    color: #FFF;
    font-weight: 300;
    min-height: 138px;
  }
  .photo-flex h4 {
    color: #FFF;
font-size: 20px;
font-weight: 400;
text-transform: capitalize;
  }
  .photo-flex span {
    color: #FFF;
font-size: 13px;
font-weight: 300;
text-transform: capitalize;
margin: 0;
  }
  .photo-flex img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
  .tetimonial-main {
    margin: 10px;
  }
  .slick-dots {
    display: none !important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  /* FOOTER */
  .ft-bg {
    background: #F6FCFF;
    padding: 50px 0;
  }
  .ft-links h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .ft-links a {
    color: #525252;
    font-size: 15px;
    font-weight: 500;
    line-height: 130.5%; 
  }
  .ft-links li {
    padding: 3px 0;
  }
  .resurve {
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
  }

  /* MODAL POPUP */
  /* The Modal (background) */

.member-modal {
  background-image: url(../image/vendor-bg.jpg);
  margin: 9% auto;
  padding: 20px;
  width: 700px;
  border-radius: 6px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.member-form P {
  font-weight: 600;
  color: #010101;
  border-bottom: 1px solid #1A537C;
  background-color: #fff;
  background-color: #31AAE0;
  padding: 5px 10px;
  text-align: center;
  border-radius: 6px;
}
.member-form input{
  width: 100%;
  padding: 15px 8px;
  outline: none;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  margin-top: 3px;
}
.member-modal i {
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    background: #ED2324;
    padding: 5px 7px;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    
}
.member-form label{
 font-size: 14px;
 margin-bottom: 10px;
 color: #000000;
 margin-bottom: 10px;
}
.form-margin {
  margin: 5px 0;
}
.member-form {
  margin-top: 47px;
}
.submit {
  border-radius: 8px;
background: #31AAE0;
padding: 10px 26px;
border: none;
margin-top: 8px;
color: #fff;
border: 1px solid #fff;
}
/* VENDOR MODAL */



/* ................ */


.ft-socila ul{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
.ft-socila a{
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.ft-socila a:hover {
      background-color: #31AAE0;
  border: none;
  transition: .3s;
  color: #000000;
}
.ft-socila a:hover i {
 color: #fff;
}
.ft-socila i{
  font-size: 13px;
}
  /* ..............ABOUT............ */
  .about-bg {
    background-image: url(../image/about-bg.jpg);
    background-repeat: no-repeat;
    height: 65vh;
    background-size: cover; 
    position: relative;
  }
  .about-banner-cnt {
    position: absolute;
    top: 50%;
  }
  .about-banner-cnt h1 {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 0; */
    /* transform: translate(-50%, -0%); */
    color: #C8AE6C;
    font-size: 45px;
    font-weight: 600;
  }
  .active-color {
    /* position: relative;
    height: 65vh; */
  }
  .about-banner-cnt ul {
    display: flex;
    align-items: center;
    gap: 10px;
    /* position: absolute;
    right: 0px;
    bottom: 20px; */
  }
  .about-banner-cnt a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
  .last-child {
    color: #C8AE6C;
    font-size: 18px;
    font-weight: 600;
  }

  /* about content */
  .about-company-head {
    text-align: center;
  }
  .about-company-head h6 {
    color: #B4B4B4;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
  }
  .about-company-head p {
   padding: 0px 30px;
   margin-top: 15px;
   margin-bottom: 40px;
  }
  .about-cmp-img img {
    width: 100%;
  }
  .vision-flex {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .vision-cnt {
    text-align: left;
  }
  .vision-img {
    width: 35%;
    margin-bottom: -5px;
  }
  .vision-img img{
    width: 100%;
  }
  .vision-cnt {
    width: 65%;
  }
  .vision-bg {
    padding: 0px 30px 0px 0px;
    margin: 30px 0;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.06);

  }
  .vision-cnt h3 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
  }
  .vision-cnt span {
    color: #31AAE0;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
  }
  .vision-cnt p {
    padding: 0;
    margin: 0;
  }
  
  /* Team */
  .team-bg {
    background: #F7F7F7;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .Team-head {
    text-align: center;
    margin-bottom: 40px;
  }
  .testimonial-details {
    margin: 0px 10px;
  }
  .testimonial-img img {
    border-radius: 12px 12px 0px 0px;
    width: 100%;
  }
  .testimonial-img {
    position: relative;
    height: 400px;
  }
  .testimonial-name {
    background-color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    padding: 15px 5px;
    text-align: center;
  }
  .testimonial-name h3{
    color: #1A537C;
font-size: 25px;
font-weight: 600;
line-height: 128.3%; /* 38.49px */
min-height: 64px;
  }
  .testimonial-name p{
    color: #767676;
font-size: 16px;
font-weight: 400;
margin-top: 5px;
line-height: 128.3%; /* 20.528px */
  }
  .prev-arrow-team i{
    color:  #31AAE0;
    padding: 7px 10px;
    border-radius: 50%;
    font-size: 22px;
    border: 1px solid #1A537C;
}
.next-arrow-team i{
  color:  #31AAE0;
  padding: 7px 10px;
    border-radius: 50%;
    font-size: 22px;
    border: 1px solid  #1A537C;
}
.next-arrow-team {
  position: absolute;
  right: 46%;
  bottom: 0;
  bottom: -59px;
}
.prev-arrow-team {
position: absolute;
bottom: 0;
left: 46%;
bottom: -59px;
}
/* ---------------SERVICE PAGE------------*/
.service-page-head {
  color: #B4B4B4;
font-size: 22px;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}
.service-page-head h6{
  color: #B4B4B4;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.service-page-head p{
  color: #3D3D3D;
font-weight: 300;
text-transform: capitalize;
}
.login-mob {
  display: none;
}
.service-page-bg {
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  margin: 20px 0;
background: #F6FCFF;
position: relative;
box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.06);

}
.service-page-bg img{
  width: 100%;
  border-radius: 6px;
  /* position: absolute;
  top: -23px;
  right: -25px; */
}
.service-page-cnt {
  margin-top: 10px;
}
.service-page-bg h3{
  color: #000;
text-align: center;
font-size: 27px;
margin: 10px 0;
font-weight: 600;
line-height: 42px; /* 155.556% */
text-transform: capitalize;
padding: 0px 20px;
}
.service-page-bg p{
  color: #3D3D3D;
text-align: center;
font-style: normal;
font-weight: 300;
line-height: normal;
text-transform: capitalize;
margin-bottom: 10px;
min-height: 89px;
}
.service-page-bg button {
  background:transparent;
  border: 1px solid #31AAE0;
  border-radius: 6px;
  padding: 13px 22px;
  color: #515151;
font-size: 18px;
font-weight: 400;
line-height: 20px; /* 111.111% */
text-transform: capitalize;
transition: all 0.3s ease;
margin-top: 8px;
cursor: pointer;
}
.service-page-bg button:hover {
  background-color: #31AAE0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1)3s;
  border: none;
  color: #fff;
  transform: translateX(5px);
}

.service-page-bg i {
  margin-left: 5px;
}
/* .............travel detail page ........*/
.detaile-about-img {
  text-align: center;
}
.detaile-about-img img{
  width: 100%;
  border-radius: 20px;
}
.registraion-bg {
  background-image: url(../image/travel-mebership-bg.jpg);
  padding: 150px 100px;
  text-align: center;
  border-radius: 20px;
}
.registration-cnt h2{
  color: #fff;
  font-weight: 600;
}
.registration-cnt span{
  font-weight: 600;
}
.registration-cnt p{
  color: #fff;
}
/* FORM */
.form-bg {
  border-radius: 35px;
background: #FFF;
box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.05);
padding: 40px 50px;
}
.form-padding input {
  width: 100%;
  padding: 20px 10px;
  border-radius: 6px;
  outline: none;
  margin: 7px 0;
  border: 0.5px solid #a6a6a6;
}
.form-padding label {
  font-size: 16px;
}

.form-padding textarea {
  width: 100%;
  outline: none;
  border-radius: 6px;
  border: 0.5px solid #a6a6a6;
  resize: vertical;
}
.form-display-felx {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
.form-head h2{
  margin-bottom: 30px;
}
.btn-submit {
  text-align: center;
}
.btn-submit button {
  padding: 15px 40px;
  border: none;
  background-color: #31AAE0;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-top: 30px;
  transition: all 0.3s ease;
}
.btn-submit button:hover {
  transform: translateY(-5px);
}
.gym-registration {
  background-image: url(../image/gym-membership-bg.jpg);
  padding: 150px 100px;
  text-align: center;
  border-radius: 20px;
}
.gym-card-bg {
border-radius: 8px;
background: #FFF;
box-shadow: 0px 7px 26px 0px rgb(185 185 185 / 21%);
    padding: 35px 26px;
}
.gym-card-bg h4{
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 42px; /* 168% */
  text-transform: capitalize;
  }
  .gym-card-bg p{
    line-height: 25px   ;
    }
.detaile-about-img-now{
  position: relative;
}
.detaile-about-img-now img{
  width: 100%;
  padding-right: 100px;
}
.round-img {
  position: absolute;
    bottom: 5px;
    right: -83px;
}
.round-img img {
 width: 80%;
  padding-right: 0 !important;
}
.event-registration {
  background-image: url(../image/event-member-bg.jpg);
  padding: 150px 100px;
  text-align: center;
  border-radius: 20px;
}
.consulting-bg {
  background-image: url(../image/consulting-meber.jpg);
  padding: 150px 100px;
  text-align: center;
  border-radius: 20px;
}
/* TUTION */
.tution-registration {
  background-image: url(../image/tution-member-ship-bg.jpg);
  padding: 150px 100px;
  text-align: center;
  border-radius: 20px;
}
.deals-bg {
  background: #F1FBFF;
  padding: 100px 0;
}
.greate-deal-bg {
  border-radius: 12px;
  background: #FFF;
  padding: 30px 40px;
}
.greate-deal-bg h3{
  color: #31AAE0;
font-size: 25px;
font-weight: 600;
text-transform: capitalize;
}
.greate-deal-bg p{
  margin-top: 8px;
}
/* ..........mattress........ */
.gallery-img img {
  width: 100%;
  border-radius: 12px;
}
.matress-gallery-bg {
  background: #F1FBFF;
  padding: 60px 0;
}
.mattress-registration {
  background-image: url(../image/mattress-member-img.jpg);
  padding: 150px 100px;
  text-align: center;
  border-radius: 20px;
}
/* ............OTHER SERVICE........... */
.other-service-head {
  text-align: center;
  margin-bottom: 50px;
}
.other-service-bg {
  border-radius: 12px;
background: #FFF;
box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.05);
padding: 15px 25px;
border: 1px solid #efefef;
position: relative;
}
.other-service-bg h3{
  color: #1A537C;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 35px; 
  text-transform: capitalize;
  padding: 10px 25px;
  min-height: 100px;
}
.other-service-bg img{
  width: 100%;
  border-radius: 12px;
}
.other-contact-bg {
  background-image: url(../image/other-contact-bg.jpg);
  padding: 120px 0;
  text-align: center;
  border-radius: 40px 40px 0px 0px;
}
.other-contact-bg h2{
  color: #31AAE0;
font-size: 45px;
font-weight: 600;
text-transform: capitalize;
text-align: center;
}
.other-contact-bg p{
  color: #FFF;
text-align: center;
font-size: 18px;
font-weight: 300;
text-transform: capitalize;
padding: 0px 200px;
}
.whatsapp {
  border: none;
  padding: 15px 25px;
  cursor: pointer;
  margin-top: 15px;
  border-radius: 6px;
  background-color:#47C42A;;
  color: #fff;
  font-size: 18px;
}
.button-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.button-flex i{
  font-size: 25px;
}
/* ..........CONTACT........ */
.border-contact {
  border: 1px solid #cccccc;
  border-radius: 20px;
}
.contact-padding {
  padding: 60px 100px;
}
.contact-detail ul {
  margin-top: 25px;
}
.contact-detail a{
  color: #000000;
}
.contact-detail li {
  display: flex;
  gap: 13px;
  align-items: center ;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 13px 0;
}
.contact-detail i{
  background-color: #31AAE0;
  border-radius: 50%;
  color: #fff;
  height: 30px;
  width: 30px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-felx {
  display: flex;
  gap: 13px;
  margin-top: 15px;
}
.location-felx span {
  color: #3D3D3D;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.location-felx i {
margin-top: -8px;
}
.contact-social ul {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.contact-social i {
  border: 1px solid #7F7F7F;
  border-radius: 50%;
  padding: 13px 20px;
  width: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #31AAE0;
}
.contact-social i:hover {
  background-color: #31AAE0;
  color: #383838;
  border: 0px;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}
.contact-map iframe{
  width: 100%;
  height: 600px;
  margin-bottom: -5px;
  border-radius: 0px 20px 20px 0px;
}

/* DASHBORD */



.dash-margin {
  margin-top: 140px;
}

/* tabs */
.tab {
  background-color: #ecf9ff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.tab p {
  font-size: 18px;
  font-weight: 500;
}

.tab.active {
  background-color: #31AAE0;
}

.tab-content {
  display: none;
  padding: 20px;
}
.tab-content table {
  overflow-y: scroll;
  display: block;
  /* height: 500px;   */
}
.tab-content  {
  
}
/* .table-relative th:nth-child(3), .table-relative td:nth-child(3) {
  width: 300px;
} */
.table-relative th:nth-child(5), .table-relative td:nth-child(5) {
  width: 10%;
}

.tab-content.active {
  display: block;
}
/* ................ */

  .column-dash-1 {
    width: calc(30% - 12px);
    background-color: #ecf9ff;
  }
  .column-dash-3 {
    width: calc(70% - 12px);
  }
  .dash-margin {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
  }
  .name-flex {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .user-img {
    text-align: center;
  }
  .user-img img {
    font-size: 40px;
    color: #31AAE0;
    border-radius: 50%;
    width: 100px;
    height: 100px;

  }
  .card-cnt {
      width: 70%;      
  }
  .user-name h4 {
    color: #31AAE0;
font-size: 22px;
font-weight: 700;
text-transform: uppercase;
  }
  .user-name span{
    color: #000;
    font-size:16px;
    font-weight: 300;
  }
  .user-name h6{
    color: #000;
    font-size: 16px;
    font-weight: 300;
  }
  .admins-name {
    background-color: #fff;
    margin: 22px;
    border-radius: 6px;
    padding: 15px;
  }
  .home-cnt span {
    color: #fff;
    background: #31AAE0;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 6px;
  }
  .point {
    text-align: right;
    margin: 20px 10px;
  }
  .card-bg {
    padding: 15px 10px;
    border-radius: 6px;
    background: #FFF;
    border: 2px solid #e3e3e3;
box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.06);
  }
  .card-icon {
    background-color: #D93C65;
    border-radius: 6px;
    padding: 20px 10px;
    width: 100px;
    text-align: center;
  }
  .card-icon img{
    width: 80%;
  }
  .card-flex {
    display: flex;
    gap: 10px;
    align-items: center ;
  }
  .card-cnt span {
    background-color:#31AAE0 ;
    padding: 6px 10px;
    font-size: 13px;
  }
  .card-cnt h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
    .cards {
      margin-top: 50px;
    }

    /* TOP BUTTON */
    .back-to-top {
      position: fixed;
      bottom: 30px;
      right: 30px;
      display: inline-block;  
      border: none;
      transform: rotate(-90deg);
    
    }
    .back-to-top i{
      transform: rotate(90deg);
      margin-left: 15px;
      border: 1px solid #ffffff;
      border-radius: 50%;
      padding: 10px 11px;
      background: rgba(49, 170, 224, 0.30);
      display: flex;
      align-items: center;
      justify-content: center;
    } 

    .error-text {
      font-size: 14px;
      font-weight: 300;
      color: red;
  }


       /* thakyou */
       .thakyour-cnt img {
        width: 40%;
      }
      .thakyour-cnt {
        text-align: center;
        margin-top: 120px;
        margin-bottom: 50px;
      }
      .thakyour-cnt p{
        padding: 0 30%;
        margin-top: 20px;
      }
      .thakyour-cnt button {
        padding: 9px 15px;
        border: none;
        border-radius: 4px;
        margin-top: 10px;
        font-weight: 500;
        color: #000;
        background-color:#31AAE0  ;
        color: #fff;
        transition: all 0.3s ease;
        cursor: pointer;
      }
      .thakyour-cnt button:hover{
        transform: translateY(-5px);
        background-color: #0056b3;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1)2s;
      }


      /* logout modal */

      .logout-modal {
        background-image: url(../image/vendor-bg.jpg);
        margin: 20% auto;
        padding: 20px;
        width: 400px;
        border-radius: 6px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
      }
      .logout-modal button {
        border: none;
        padding: 10px 20px;
      }
      .logout-modal button {
        border: none;
        padding: 10px 20px;
        margin-top: 15px;
        border-radius: 3px;
      }
      .yes {
        background-color: #31AAE0;
      }
      .no {
        background-color: #f80606;
      }
      .file-container {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        margin-top: 15px;
      }
      /* .button-wrap input[type="file"] {
        position: absolute;
        z-index: -1;
        top: 10px;
        left: 8px;
        color: #b8b8b8;
      } */
      .button-wrap {
        position: relative;
        width: 100%;
      }
      .button-wrap  label {
        display: flex;
        align-items: center;
        gap: 5px;
      }
      /* .buttonupload {

      } */
      /* .buttonupload:hover {
        background-color: #31AAE0;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1)1s;
        color: #fff;
      }
      .buttonupload:hover span {
        color: #fff;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1)1s;
      } */
      .button-wrap span{
        font-size: 14px !important;
        color: #000;
      }
/* BANNER SLIDER */
.prev-arrow-banner i{
  color:  #000000;
  padding: 7px 10px;
  border-radius: 50%;
  font-size: 22px;
  border: 1px solid #1A537C;
  z-index: 9;
}
.next-arrow-banner i{
color:  #000000;
padding: 7px 10px;
  border-radius: 50%;
  font-size: 22px;
  border: 1px solid  #1A537C;
  z-index: 9;
}
.next-arrow-banner {
position: absolute;
right: 13px;
bottom: 0;
bottom: -59px;
z-index: 9;
top: 50%;
}
.prev-arrow-banner {
  position: absolute;
  bottom: 0;
  left: 13px;
  top: 50%;
  bottom: -59px;
  z-index: 9;
}
/* service */
.prev-arrow-service i{
  color:  #000000;
  padding: 7px 10px;
  border-radius: 50%;
  font-size: 22px;
  border: 1px solid #1A537C;
  z-index: 9;
}
.next-arrow-service i{
color:  #000000;
padding: 7px 10px;
  border-radius: 50%;
  font-size: 22px;
  border: 1px solid  #1A537C;
  z-index: 9;
}
.next-arrow-service {
position: absolute;
right: 13px;
bottom: 0;
bottom: -59px;
z-index: 9;
top: 58%;
}
.prev-arrow-service {
  position: absolute;
  bottom: 0;
  left: 13px;
  top: 58%;
  bottom: -59px;
  z-index: 9;
}
.banner-relative {
  position: relative;
  height: 65vh;
}
.display-main-member {
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
}


/* DataTables Pagination Styling */
ul.pagination {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-top: 15px;
}

ul.pagination li a.page-link {
    color: #31AAE0;               /* text color */
    border: 1px solid #31AAE0;    /* border with primary */
    border-radius: 4px;
    padding: 6px 12px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-weight: 500;
}

ul.pagination li a.page-link:hover {
    background-color: #31AAE0;
    color: #fff;                  /* white text on hover */
}

ul.pagination li.active a.page-link {
    background-color: #31AAE0;
    color: #fff;
    border-color: #31AAE0;
}

ul.pagination li.disabled a.page-link {
    color: #aaa;                  /* grey out disabled */
    border-color: #ddd;
    cursor: not-allowed;
    background: #f9f9f9;
}


table.dataTable td, table.dataTable th{
  font-size: 13px;
  padding: 6px 3px;
}
table.dataTable th{
  white-space: nowrap;
}