/* @import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --heading-font: "Jost", sans-serif;
  --regular-font: "Open Sans", sans-serif;
  --sub-font: "Cardo", serif;
  --logo-clr: #265ba0;
  --logo-subclr: #084F8C;
  --dark-clr: #161616;
  --font-h1: 32px;
  --font-h2: 35px;
  --font-h3: 30px;
  --font-h4: 24px;
  --font-h5: 20px;
  --font-h6: 17px;
  --font-regular: 15px;
  --font-small: 14px;
  --font-xs-small: 12px;
  --weight-100: 100;
  --weight-200: 200;
  --weight-300: 300;
  --weight-400: 400;
  --weight-500: 500;
  --weight-600: 600;
  --weight-700: 700;
  --weight-800: 800;
  --weight-900: 900;
  --font-clr-dark-rglr: rgb(34, 34, 34);
  --font-clr-dark-light: rgb(70, 70, 70);
  --font-clr-white-rglr: rgb(255, 255, 255);
  --font-clr-white-light: rgb(240, 240, 240);
  --trans-fast: all .1s ease;
  --trans-nrml: all .2s ease;
  --trans-slow: all .35s ease;
  --border-radius-5px: 5px;
  --border-radius-10px: 10px;
  --border-radius-15px: 15px;
  --border-radius-20px: 20px;
  --border-radius-30px: 30px;
  --border-radius-circle: 50%;
  --box-shadow-nrml: 0 5px 10px -3px rgba(0,0,0,0.1);
  --box-shadow-rglr: 0 5px 15px -3px rgba(0,0,0,0.12);
  --box-shadow-lg: 0 5px 25px -3px rgba(0,0,0,0.2);
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-family: var(--heading-font);
}
a {
  text-decoration: none;
  color: currentColor;
}
.add-t h6{
    margin-bottom:0;
}
.para1 .d-flex{
    align-items:center;
}
.terms-dt22 {
    height: 100%;
    overflow: auto;
}

.terms-dt22 p {
    height: auto !important;
    overflow: auto;
    padding: 10px;
}
.acti{
 color: #265ba0 !important;
}
.nav-link img{
  width: 16px;
  margin-right: 1px;
}
.hero_btn {
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  font-family: var(--heading-font);
  font-size: 16px;
  padding: 6px 14px;
  /*padding: 4px 11px;*/
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  background: #265ba0;
  color: #ffffff;
  transition: var(--trans-nrml);
  border: 1px solid transparent;
}
.hero_btnn{
    font-weight: 400;
  text-align: center;
  text-decoration: none;
  font-family: var(--heading-font);
  font-size: 16px;
  padding: 6px 14px;
  /*padding: 4px 11px;*/
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  background: gray;
  color: #ffffff;
  transition: var(--trans-nrml);
  border: 1px solid transparent;
}
.hero_btn:hover {
  background: #ffffff;
  color: #265ba0;
  border-color: #265ba0;
}
/* .heading h6 {
  color: #2da5d1;
  text-transform: uppercase;
  font-size: 14px;
} */
.heading h1 {
    font-size: var(--font-h1);
    font-family: var(--heading-font);
    font-weight: var(--weight-500);
}
.vvv h1 {
    font-family: var(--heading-font);
    font-weight: var(--weight-700);
    font-size: 35px;
}
.heading h2 {
  font-family: var(--heading-font);
  font-weight: var(--weight-300);
  font-size: var(--font-h2);
}
.heading h3 {
  font-size: var(--font-h3);
  font-family: var(--heading-font);
  font-weight: var(--weight-300);
}
.heading h5 {
  font-size: var(--font-h5);
  font-family: var(--heading-font);
  font-weight: var(--weight-300);
}
.heading h2 em {
  color: #242424;
  font-family: var(--regular-font);
  transition: var(--trans-sm);
}
.heading h2 em.display {
  color: #fa0000;
}
.heading p {
  font-size: var(--font-h6);
  font-family: var(--heading-font);
  color: #242424;
  margin-top: 16px;
  margin-bottom: 16px;
}
.btn-close {
  position: absolute;
  background-color: #dbdbdb;
  width: 30px;
  height: 30px;
  right: -20px;
  top: -20px;
  background-size: 15px;
  border-radius: 50%;
  opacity: 1;
  z-index: 11;
  border: 1px solid #000;
}
.btn-close:focus {
  box-shadow: unset;
  border: 1px solid #000;
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
header {
  background-color: #ffffff;
  box-shadow: var(--box-shadow-rglr);
  z-index: 111;
}

@media only screen and (max-width: 991px) {
  header .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    top: 67.31px;
    left: 0;
    z-index: 1111;
    background: #FFF;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  header.fixed {
    position: fixed;
    top: -67.33px;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.1);
  }
}
header .navbar .navbar-brand {
    padding: 10px 0;
    height: auto;
    width: 200px;
    /* position: absolute; */
    /* top: 0; */
    left: 0;
    background-color: #fff;
    z-index: 9;
}
@media only screen and (max-width: 991px) {
  header .navbar .navbar-brand {
    margin-right: 0px !important;
  }
}
header .navbar .navbar-brand img {
  width: 120px;
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%,-50%);*/
}
.navbar{
  position: relative;
}
.navbar-brand{
  position: relative;
}
.navbar-brand::after {
  position: absolute;
  content: "";
  /*box-shadow: var(--box-shadow-rglr);*/
  /* box-shadow: black 0px 5px 8px -5px; */
  background-size: contain;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  header .navbar .navbar-brand img {
    width: 70px;
  }
}
@media only screen and (max-width: 991px) {
  header .navbar .navbar-toggler {
    padding: 0;
    border: unset;
    background-color: transparent;
  }
}
/* header .navbar .navbar-nav {
  gap: 10px;
} */
header .navbar .navbar-nav.navbar_menu .nav-item {
  position: relative;
  line-height: 16px;
}
@media only screen and (max-width: 991px) {
  header .navbar .navbar-nav.navbar_menu .nav-item {
    line-height: 26px;
  }
}

header .navbar .navbar-nav.navbar_menu .nav-item.dropdown_outer {
  position: relative;
  padding-right: 10px;
}
header .navbar .navbar-nav.navbar_menu .nav-item.dropdown_outer::after {
  background-image: url(../images/icons/caret-down.svg);
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.2s ease;
}
header .navbar .navbar-nav.navbar_menu .nav-item.dropdown_outer .dropdown_menu {
  position: absolute;
  z-index: 11;
  min-width: 180px;
  background: #fff;
  list-style: none;
  line-height: 35px;
  padding-left: 0;
  box-shadow: var(--box-shadow-lg);
  display: none;
  opacity: 0;
}
header .navbar .navbar-nav.navbar_menu .nav-item.dropdown_outer .dropdown_menu li {
  padding-left: 10px;
  font-family: var(--heading-font);
}
header .navbar .navbar-nav.navbar_menu .nav-item.dropdown_outer:hover::after {
  transform: rotate(180deg);
  margin-top: -8px;
}
header .navbar .navbar-nav.navbar_menu .nav-item.dropdown_outer:hover .dropdown_menu {
  -webkit-animation: fade_in 0.2s forwards;
          animation: fade_in 0.2s forwards;
  display: block;
}
header .navbar .navbar-nav.navbar_menu .nav-item .nav-link {
  font-family: var(--regular-font);
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: var(--font-h6);
  padding: 0 21px;
}
@media only screen and (max-width: 991px) {
  header .navbar .navbar-nav.navbar_menu .nav-item .nav-link {
    padding-left: 15px;
  }
}
header .navbar .navbar-nav.button_group {
  gap: 15px;
}
header .navbar .navbar-nav.button_group .nav-item {
  line-height: unset;
}
header .navbar .navbar-nav.button_group .nav-item .nav-link {
  border: 1px solid var(--logo-clr);
  border-radius: 30px;
  padding: 10px 20px;
  transition: var(--trans-sm);
  text-transform: capitalize;
  letter-spacing: 0px;
  position: relative;
  padding-left: 35px;
}
@media only screen and (max-width: 991px) {
  header .navbar .navbar-nav.button_group .nav-item .nav-link {
    padding: 5px 10px 5px 30px;
  }
}
header .navbar .navbar-nav.button_group .nav-item .nav-link::before {
  position: absolute;
  content: "";
  transition: var(--trans-sm);
  width: 20px;
  height: 20px;
  background-image: var(--icon-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  left: 10px;
  margin-top: 2px;
}
header .navbar .navbar-nav.button_group .nav-item:first-child .nav-link {
  background-color: var(--logo-clr);
  color: #ffffff;
}
header .navbar .navbar-nav.button_group .nav-item:first-child .nav-link::before {
  background-size: 15px;
  filter: invert(1) brightness(10);
}
header .navbar .navbar-nav.button_group .nav-item:first-child .nav-link:hover {
  background-color: #ffffff;
  color: var(--logo-clr);
}
header .navbar .navbar-nav.button_group .nav-item:first-child .nav-link:hover::before {
  filter: unset;
}
.cnt{
  margin-left: auto;
}
.pt2 {
  display: grid !important;
  margin-left: auto;
  padding: 0px 0 10px 0;
}
.cnt li{
  list-style-type: none;
}
.cnt {
  display: flex;
  gap: 25px;
  margin-bottom: 0;
  padding: 0.7rem 0;
}
.cnt li img {
  width: 17px;
  margin-right: 2px;
}
.cnt li {
  font-family: var(--regular-font);
  font-size: 14px;
  color: #265ba0;
}
.nav-item{
  position: relative;
  z-index: 9;
}
.nav-item::after {
  position: absolute;
  content: "";
  border-right: 1px solid #00000042;
  background-size: contain;
  right: 0;
  top: 1px;
  height: 100%;
  width: 1px;
}
.nav-item:hover a{
  color: #265ba0;
}
.nav-item:hover {
  color: #265ba0;
}
.navbar-nav{
  padding: 0.5rem 0;
}
.nav-item1::after{
  border-right: none !important;
}
/* header srink start */
.header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.logoz{
  transition: all .3s;
}
.navbar-brand{
  transition: all .3s;
}
/*.logo_srink{*/
/*  height: 87px !important;*/
/*  width: 87px !important;*/
/*}*/
/*.logoz_srink{*/
/*  width: 87px !important;*/
/*}*/
/*.logo_srink::after{*/
/*box-shadow: none !important;*/
/*z-index: -9;*/
/*}*/

/* header srink end */
/* banner Start */
.hd h1 {
  color: #265ba0;
  font-style: italic;
  font-size: 30px;
  font-weight: 500;
}
.sub-hd h1 {
  font-family: var(--regular-font);
  font-size: 44px;
  font-weight: 300;
  font-style: italic;
}
.sub-hd h6 {
  width: 700px;
  margin: auto;
  font-size: 16px;
  font-weight:400;
}
.para p{
  font-family: var(--regular-font);
  font-size: 16px;
  color: #000;
}
.btn a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-style: italic;
}

.btn {
    padding: 6px 29px;
    border: 1px solid #265ba0;
    border-radius: 7px;
    margin-top: 1rem;
    transition: all .3s;
    position: relative;
}
.btn:hover a{
  color: #265ba0;
}
.btn::before{
  position: absolute;
  content: "";
  border-top: 1px solid#265ba0;
  border-right: 1px solid #265ba0;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 7px 0 0;
  transition: all .5s;
  opacity: 0;
  z-index:-1;
}
.btn::after{
  position: absolute;
  content: "";
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 0 7px;
  transition: all .5s;
  opacity: 0;
  z-index:-1;
}
.btn:hover {
  padding: 6px 29px;
  border: 1px solid transparent;
  border-radius: 7px;
  margin-top: 1rem;
  border-radius: 0;
}
.btn:hover::after {
  width: 90%;
  height: 90%;
  opacity: 1;
}
.btn:hover::before {
  width: 90%;
  height: 90%;
  opacity: 1;
}
.swiper {
  width: 400px;
  height: 400px;
  float: right;
  list-style: none !important;
}

.swiper-slide {
  background-position: center;
  /* background-size: cover; */
}

.swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgb(0 0 0 / 0%),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgb(0 0 0 / 0%),rgba(0,0,0,0));
}
.banner {
  padding: 4.5rem 0;
  background-repeat: no-repeat;
  position: relative;
  /* position: absolute; */
  margin-top: 5.2rem;
}
.banner::after{
  position: absolute;
  content: "";
  background-image: url(../images/icons/gh.png);
  background-size: contain;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  opacity: 0.2;
}
.banner::before {
    position: absolute;
    content: "";
    background-color: #deecffcf;
    background-size: contain;
    /* background: linear-gradient(90deg, #000000, transparent); */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.8;
}

/* banner end */
/* fleet start */

.fleet-img img{
  width: 100%;
  border-radius: 8px;
}
.fleet-box {
  /* box-shadow: var(--box-shadow-nrml); */
  padding: 0;
  box-shadow: black 0px 3px 6px -5px;
  border-radius: 8px;
}
.price-view{
  margin: 1.5rem 0 0;

}
.rev img{
  width: 13px;
}
.heading h3 {
  font-size: var(--font-h3);
  font-family: var(--heading-font);
  /* font-weight: var(--weight-600); */
  font-weight: 300;
} h4{
  font-family: var(--heading-font);
    color: #3c3c3c;
    font-weight: var(--weight-300);
    font-size: var(--font-h5);
}
.price{
  padding: 0 !important;
}
.view a{
  font-size: var(--font-h5);
  color: #ad9200;
}
.xxx {
  padding: 14px 10px 0px 10px;
}
.bk-ttl{
  text-align: center;
}
.bk-ttl h3 {
  font-size: 17px;
  font-weight: 300;
  color: #000;
}
.rev h6 {
  float: right;
  color: gray;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.view a {
  float: right;
  font-size: 16px;
  font-weight: 400;
}
.view{
  padding: 0;
}
.fleet-h h1{
  color: white;
  font-size: var(--font-h2);
}
.fleet-h {
    padding: 16px 0;
    background: linear-gradient(135deg,#265ba0 55%,transparent 0);
    margin-bottom: 4rem;
}
.rev h6{
  margin-bottom: 0;
}
.fleet-img{
  position: relative;
  overflow: hidden;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 410px;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-backdrop-filter: blur(0);
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #ffffff;
  color: black;
}

.flip-card-back {
  /* background-color: #2980b9; */
  border: 1px solid #80808030;
  color: rgb(0, 0, 0);
  transform: rotateY(180deg);
}
.v-hd-nm {
  position: absolute;
  top: -13px;
  right: 17px;
  padding: 2px 10px;
  background-color: white;
}
.v-hd-nm h6 {
  font-size: 18px;
  color: gray;
  font-weight: 300;
  margin-bottom: 0;
}
.price h6 {
  font-size: 13px;
  margin-top: 3px;
  color: #000;
}
.view h5 {
  color: #000000;
  font-size: 14px;
  float: right;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 17px;
  letter-spacing: 0.35px;
  text-align: right;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.refun{
  color: #717171 !important;
  margin-top: 5px;
}
.price h4 {
  font-size: 17px;
  color: #000;
  color: #000;
  border-radius: 25px;
  font-weight: 400;
  letter-spacing: 0.55px;
  margin-bottom: 5px !important;
}
.viewdetial{
    margin-left:5px;
}
.view img{
  width: 16px;
}
.view{
  padding: 0;
}
.review a{
  color: var(--bs-link-hover-color);
}
.mystyle {
  transform: rotateY(180deg);
}
.btn-review {
  position: absolute;
  width: 100%;
  bottom: 3%;
  left: 50%;
  padding: 13px 0;
  transform: translate(-45%,24%);
  /* border-top: 1px solid lightgray; */
  /* padding-top: 0px; */
  background-color: #fafafa;
  border-radius: 0 0 6px 6px;
}
.bbr2{
  color: red !important;
}
.flip-card-back {
  padding: 1rem;
  border-radius: 6px;
  background-color: #fff;
}
.limm {
  text-align: center;
  padding: 8px 7px;
  /* border: 1px solid red; */
  background-color: #265ba0;
  border-radius: 5px;
  margin: 2px;
  width: 48% !important;
  transition: all .3s;
}
.limm:hover{
  box-shadow: inset black 0px 0px 25px -4px;
}
.limm p {
  font-size: 13px;
  margin: 0;
  color: #fff;
}
.ic {
  margin: auto;
  padding-bottom: 12px;
}
.ic img{
  width: 20px;
}
.vgd{
  margin-top: 28px;
}
/* fleet End */
/* footer start */
.para1 li{
    list-style-type:none;
    color:white;
    margin-bottom:1rem;
}
.para1 li h4 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.55px;
    font-weight: 400;
    margin-bottom: 3px;
}
.para1 li a{
    color:#fff;
    font-size:14px;
    letter-spacing:0.55px;
    font-weight:300;
    
}
  .sc{
    height: 35px;
    width: 35px;
    position: relative;
    padding: 5px;
    border-radius: 50%;
  }
  .sc img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    transform: translate(-50%,-50%);
  }
  .footer-logo img{
    width: 200px;
  }
  .fb{
    background-color: #3b5998;
  }
  .tw{
    background-color: #1da1f2;
  }
  .goog{
    background-color: #4285f4;
  }
  .ln{
    background-color: #0a66c2;
  }
  .ins{
    background: linear-gradient(135deg,#c32aa3,#4c5fd7,#7232bd,#f46f30,#ffdc7d);
  }
  .footer {
       background-color:#062855;; 
      padding: 0 0 3rem 0;
      /* position: relative; */
  }
  /* .footer::after{
   position: absolute;
  content: "";
  background-image: url(../images/icons/gh.png);
  background-size: contain;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.05;
  background-repeat: no-repeat;
  z-index: -1;

  } */
  .footer-para p {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}
.lf-grid {
    background-color: #ffffff24;
    padding: 3rem 1rem;
}
  .footer-logo {
 margin-bottom:1rem;
 text-align: center;
}
.footer-logo img {
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%,-50%);*/
  width: 190px;
}
.social-hd h3 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 26px;
}
  .social-hd{
    position: relative;
  }
  .social-hd{
    border-bottom: 2px solid white;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
  }
  .social-hd::after{
    position: absolute;
    content: "";
    background-color: white;
    background-size: contain;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    bottom: -5px;
    right: 0;
  }
  .lf-grid{
    position: relative;
  }
  .add-t h5,.add-t h6{
    color: #fff;
    font-weight: 300;
  }
  .add-t h5 {
      font-size: 18px;
      margin-bottom: 6px;
  }
  .add-t h6 {
      font-size: 14px;
  }
  .link-hd h3{
    font-size: 20px;
    color: white;
    font-weight: 300;
  }
  .link-hd{
    margin-bottom: 10px;
  }
  .impo-link ul li {
    list-style-type: none;
    color: #c7c7c7;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 300;
    transition: all .3s;
}
  .impo-link ul{
    padding-left: 0;
  }
  .impo-link ul li:hover{
    transform: translateX(5px);
  }
  .ad-img img{
    width: 20px;
  }

.link-hd{
    border-bottom: 2px solid white;
    position: relative;
    display: inline-block;
    margin-bottom: rem;
  }
.link-hd::after {
  position: absolute;
  content: "";
  background-color: #265ba0;
  background-size: contain;
  height: 2px;
  width: 10px;
  /* border-radius: 50%; */
  bottom: -2px;
  left: 7px;
}
/* footer-end */




.bord{
  position: relative;
}
.bord::after{
  position: absolute;
  content: "";
  background-color: gray;
  background-size: contain;
  height: 1px;
  width: 100%;
  top: 20px;
  left: 0;
}
.bord::before {
  position: absolute;
  content: "";
  background-color: gray;
  background-size: contain;
  height: 16px;
  width: 16px;
  /* top: 50%; */
  border: 4px solid white;
  box-shadow: gray 0px 0px 1px 1px;
  top: 13px;
  left: 50%;
  transform: rotate(45deg);
  z-index: 9;
}
.term p {
  font-size: 13px;
  color: #606060;
  font-weight: 500;
}




.tex-rw{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.vvvv{
  float: right;
}
.hdr h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 9px;
  line-height: 27px;
}
.hdr p{
  font-size: 16px;
  color: gray;
  margin: 0;
}
.rrr{
  display: inline-block;
  text-align: right;
}
.choose{
  margin-bottom: 1rem;
}

ui{
  display: none;
}
.test-img{
  height: 100px;
  width: 100px;
}
.test-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 15px;
  box-shadow: #265ba0 -4px -4px 0px 2px, black 1px 1px 4px 0px;
}
.testi {
        width: 100%;
  padding: 2rem 2rem;
  background-color: white;
  box-shadow: black 0px 0px 16px -8px;
  border-radius: 30px 30px 0 30px;
  position: relative;
}
/* .testi::before {
  position: absolute;
  content: "";
  background-image: url(../images/pngw.png);
  background-size: contain;
  height: 239px;
  width: 279px;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
  transform: rotateY(165deg);
} */
.bgs{
  position: relative;
}
.bgs::before {
  position: absolute;
  content: "";
  background-image: url(../images/pngw.png);
  background-size: contain;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.05;
  background-repeat: no-repeat;
  z-index: -1;
}
.swiper1 {
  width: 100%;
  height: 100%;
  float: initial;
  
  overflow-x: clip !important;
}

.swiper-slide1 {
  font-size: 18px;
  background: #ffffff00;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.swiper-slide1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.test-dt p{
  font-size: 15px;
  line-height: 25px;
  color: rgb(92, 92, 92);
}
.bgs {
  position: relative;
  padding: 3rem 0 5rem 0;
}
.bgs::after {
  position: absolute;
  content: "";
  background-image: url(../images/testbg.png);
  background-size: contain;
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  background-position: right;
}


.mySwiper1 .swiper-button-prev:after {
  content: '';
  background-image: url(../images/icons/left-arrow.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.mySwiper1 .swiper-button-prev {
  left: unset;
  top: 113%;
  right: 50%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #265ba0;
  -webkit-box-shadow: 0 10px 25px -10px rgb(0 0 0 / 30%), inset 8px 6px 10px -10px rgb(0 0 0 / 20%);
  box-shadow: 0 10px 25px -10px rgb(0 0 0 / 30%), inset 8px 6px 10px -10px rgb(0 0 0 / 20%);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.mySwiper1 .swiper-button-next:after {
  content: '';
  background-image: url(../images/icons/right-arrow.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.mySwiper1 .swiper-button-next {
  left: unset;
  right: 45%;
  top: 113%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #265ba0;
  -webkit-box-shadow: -11px 12px 25px -10px rgb(0 0 0 / 30%), inset -9px 9px 10px -10px rgb(0 0 0 / 20%);
  box-shadow: -11px 12px 25px -10px rgb(0 0 0 / 30%), inset -9px 9px 10px -10px rgb(0 0 0 / 20%);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.testimonial{
  padding-bottom: 4rem;
}
.testimonial{
  position: relative;
}
/* .testimonial::before{
  position: absolute;
  content: "";
  background-image: url(../images/pp.png);
  background-size: contain;
  height: 200px;
  width: 200px;
  bottom: 12%;
  right: 15%;
  z-index: -9;
  opacity: 0.1;
} */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  list-style: none;
  padding: 0;
  z-index: 1;
}


.para1 p{
  font-size: 14px;
  color: #fff;

}
.li li{
  list-style-type: none;
  padding-right: 10px;
}
.test-nm h5{
  margin-bottom: 0;
}
.test-nm p{
  margin: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #0000;
}

/* about start--------------------- */
.btt4 a{
  font-size: 19px !important;
  padding: 8px 20px !important;
}
.parag p{
  font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 25px;
    width: 80%;
    margin: 2rem auto;

}
.hd-para p{
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 28px;
}
.hd-banner img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: right;
  transition: all 3s;
  object-position: left;
}
.xyz img{
  object-position: right;
}
.hd-banner{
  position: relative;
}
/* .hd-banner::after{
  position: absolute;
  content: "";
  background:linear-gradient(45deg,green 50%,transparent 0);
  background-size: contain;
  height: 100px;
  width: 100px;
  top: 0;
  left: 0;
  z-index: 1;

} */
.inner-header{
  position: absolute;
  top: 50%;
  left: 50%;
  top: 50%;
  left: -50%;
  transform: translate(-50%,-50%);
  z-index: 9;
  transition: all 3.5s;
}
.swipeRIght{
  left: 50%;
}
.inner-header h1{
  color: #fff;
}
.inner-box{
  text-align: center;
}
.numb h1 {
  font-size: 61px;
  font-weight: 500;
  color: #265ba0;
}
.num-hd h4 {
  font-size: 26px;
  font-weight: 500;
  color: #003042;
}
.num-para p{
  font-size: 15px;
  color: gray;
  line-height: 25px;
}
.numb img {
  width: 78px;
  opacity: 0.4;
}
.numb{
  position: relative;
  z-index: 1;
}
.numb::before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/bb.svg);
    background-size: contain;
    height: 175px;
    width: 175px;
    top: -54px;
    left: 13%;
    background-repeat: no-repeat;
    opacity: 0.1;
    filter: drop-shadow(5px 5px 0px black);
    animation: mymove 3s infinite;
}
@keyframes mymove{
  0%{
  filter: drop-shadow(5px 5px 0px black);
  }
  50%{
  filter: drop-shadow(0px 5px 0px black);
  }
  100%{
  filter: drop-shadow(5px 5px 0px black);
  }
}
/* about end---------------------- */
.li h6{
  font-size: 25px;
  font-weight: 500;
  color: #000000;
}
.li p {
  font-size: 16px;
  color: rgb(63, 63, 63);
  color: #000;
  font-weight: 500;
  letter-spacing: 0.55px;
}
.li h6 span{
  color: #265ba0;
}
.hdr h1{
  font-size: 45px;
  color: #000000;
}
.limg img {
  width: 88%;
}
.sub-about {
    /* background-image: url(../images/bgf.webp); */
    padding: 3rem 0;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0 !important;
    background-color: #ffffff5e;
    background-blend-mode: color;
}
.sub-about::after{
  position: absolute;
  content: "";
  background-color: #00000070;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: -2;
}

.sub-about::before {
  position: absolute;
  content: "";
  /* background: linear-gradient(90deg,transparent 5%,white); */
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url(../images/icons/gh.png);
  opacity: 0.1;
}
.sss {
  transition: 0.2s linear;
  transform-style: preserve-3d;
  transform: perspective(600px) rotateY(var(--js-hover-rotate-val));
}
.bgf{
  position: relative;
}
.bgf::after{
  position: absolute;
  content: "";
  background-image:url(../images/bodybackground.png);
  background-size: contain;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -9;
  opacity: 0.01;
}
.btt a{
    font-size: 13px;
}
.review a {
  font-size: 13px;
}
.review{
  text-align: right;
}
.lo {
  border: 1px solid #bcbcbc52;
  height: 40px;
  outline: none;
  font-size: 15px;
  padding-left: 10px;
  -webkit-appearance: none;
  border-radius: 3px;
}
.loc-drop{
  position: relative;
}
.quick_sucInnerBtn11 {
    background-color: #ffb400 !important;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 30px;
}
/*.loc-drop::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  background-image: url(../images/icons/down-arrow.png);*/
/*  background-size: contain;*/
/*  height: 25px;*/
/*  width: 25px;*/
/*  top: 50%;*/
/*  right: 2%;*/
/*  transform: translate(-2%,-50%);*/
/*  background-repeat: no-repeat;*/
/*}*/
.loc-drop {
  position: relative;
  margin: 1.5rem 0;
}
.avail {
  position: absolute;
  top: -8px;
  left: 3%;
  background-color: #fff;
  font-size: 11px;
  letter-spacing: 0.55px;
  color: #777;
  padding: 0 6px;
}

/* .Know{
  background-image: url(../images/3.jpg);
} */
.ab-img{
  position: relative;
}
/* .ab-img::after {
  position: absolute;
  content: "";
  background-color: gray;
  background-size: contain;
  top: 17%;
  left: 27%;
  height: 1px;
  width: 100px;
  transform: rotate(45deg);
} */
/* .ab-img::before {
  position: absolute;
  content: "";
  background-color: gray;
  background-size: contain;
  top: 17%;
  right: 27%;
  height: 1px;
  width: 100px;
  transform: rotate(-45deg);
} */
/* book page start------------------------------- */
.for-red {
  color: #265ba0;
  font-weight: 400;
}
.sub-for p{
  font-size: 16px;
  color: #777;
  letter-spacing: 0.55px;
}
.city-list-pop {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000007a;
}

.inner-ci{
  background-color:#fff;
  padding: 4rem 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 400px;
  border-radius: 7px;
  position: relative;
}
.cross{
  cursor: pointer;
}
.cross img{
  width: 15px;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.city-icon img{
  width: 120px;
  opacity: 0.5;
  transition: all .3s;
}
.city-icon{
  border: 1px solid lightgray;
  transition: all .3s;
}
.city-name h6 {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.55px;
}
.ls{
  cursor: pointer;
}
.ls:hover .city-icon{
  transform: translateY(-10px);
}
.ls:hover img{
  opacity: 1;
}
.input-for input {
  border: 1px solid #bfbfbf;
  height: 49px;
  box-shadow: none;
  outline: none;
  padding-left: 10px;
  background-color: transparent;
  border-radius: 3px;
  padding-right: 7px;
}
.input-for1{
  position: relative;
}
.lcl {
    position: absolute;
    top: 45%;
    right: 4%;
    transform: translate(-50%, -100%);
}
.frs-ic img{
    cursor:pointer;
}
.lcl2 {
    width: 16px;
    top: 62%;
}
.ui[class*="left icon"].input>input {
    padding-left: 10px !important;
    padding-right: 1em!important;
}
.btt5 a{
  padding: 8px 22px;
  font-size: 20px;
}
.book_form{
  background: linear-gradient(90deg, #fffbf1 50%, transparent 0);
  position: relative;
  background-image: url(../images/green-neon.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  background-position: right;
  position: relative;
  background-size: contain;
}
.book_form::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #fffbf1 100%, transparent 0);
  background-size: contain;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
}
.fd{
  width: 100%;
}
.cross2{
  position: absolute;
  top: 1rem !important;
  right: 2rem !important;
}
/* book page end--------------------------------- */
/* terms-popup start------------------------------ */
.ms-dt p{
  height: 100% !important;
}
.terms-popup,.tes-popup,.tes-popup1 {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000b0;
  z-index: 999999999999999;
  margin: 0;
}
.inner-term{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 7px;
}
.mn-term{
  padding: 2rem;
}
.terms-hd{
  padding: 10px;
  background-color: #fafafa;
  border-radius: 7px 7px 0 0;
}
.terms-dt p{
  font-weight: 300;
  color: #000;
  font-size: 15px;
  letter-spacing: 0.55px;
  line-height: 25px;
}

/* terms-popup end-------------------------------- */
/* 
.vehicle-list {
  padding: 4.5rem 0;
} */
.filter{
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  background-color: #fffbf1;
  border-radius: 4px;
  padding: 24px 16px;
  position: sticky;
  top: 7rem;
}
.vehicle_tp_fil {
  border-bottom: 1px solid #e9e9e9;
  padding: 12px 0;
}
.li-vh label {
  font-size: 13px;
  letter-spacing: 0.55px;
  margin-bottom: 4px;
}
.li-vh input[type='checkbox'] {
  accent-color: #265ba0;
}
.li-vh input[type='radio'] {
  accent-color: #265ba0;
}
.vxi{
  position: relative;
  display: inline-block;
}
.vxi h4 {
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
}
.vh-fl{
  margin-top: 10px;
}
.vxi::after {
  position: absolute;
  content: "";
  background-color: #999999;
  background-size: contain;
  height: 1px;
  width: 34px;
  top: 48%;
  right: -33%;
  transform: translate(55%,57%);

}
.vxi::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  background-size: contain;
  height: 7px;
  width: 6px;
  bottom: 0px;
  right: 10px;
  z-index: 9;
}
.inner-box1{
  position: relative;
}
.inner-box1::after
{
  position: absolute;
  content: "";
  background-color: #d3d3d3a8;
  background-size: contain;
  top: 0;
  right: -10px;
  height: 100%;
  width: 1px;
}
.num-hd {
  position: relative;
  margin: 2rem 0 !important;
}
.num-hd::after
{
  position: absolute;
  content: "";
  border-top: 1px solid #003042;
  background-size: contain;
  bottom: -5px;
  left: 26%;
  height: 1px;
  width: 50%;
}
.num-hd::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #003042;
  background-size: contain;
  top: -4px;
  left: 26%;
  height: 1px;
  width: 50%;
}
/* gallery Start--------------------------------------------- */

header {
  color: rgb(250,250,250);
  text-align: center;
  font-size: 1.2em;
}

  #gallery-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    z-index: -1;
  }

  #thumbnail-gallery-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 15px 50px 10px 50px;
    gap: 10px;
  }

  .thumbnail {
    width: 24%;
    margin-bottom: 2%;
    position: relative;
}

  img.thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    }

@media only screen and (max-width: 800px){
  #gallery-section {
    padding: 10px 10px 0px 10px;
  }
  #thumbnail-gallery-container {
      padding: 0px;
  }
}

/* Lightbox Styles */ 

.lightbox-overlay {
  display: flex;
  transform: scale(0,1);
  /* transition: transform 400ms ease-out; */
  transform-origin: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.904);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.lightbox-overlay:target {
  display: flex;
  transform: scale(1,1);
  z-index: 99999;
};

.lightbox-content {
  color: rgb(250,250,250);
  padding: 1.5em;
  width: 75vw;
  text-align: center;
}

.lightbox-image-title {
  position: relative;
  text-align: center;
}

.lightbox-navigation {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}

.close {
  position: absolute;
  background-color: none;
    top: 5px;    /* Top Right Corner Placement */
    right: 20px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

a.close {
  text-decoration: none;
  font-weight: bold;
  font-size :2em;
  font-family: sans-serif;
}


.back, .next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24%;
  height: 2em;
  color: rgb(255,255,255);
  margin: 1%;
} 

img.lightbox-image {
  width: 65vw;
  max-height: 65vh;
  object-fit: contain;
}
.close img{
  width: 50px;
  margin-top: 2rem;
  margin-right: 2rem;
}
.lis{
  position: relative;
}
.lis:hover .eye{
  opacity: 1;
}
.eye{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000063;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all .3s;
}
.vww{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ar-left{
  position: relative;
  animation: animate 1s infinite;
  margin-left: 0;
  width: 15px;
  margin-right: 10px;
}
.ar-right{
  position: relative;
  animation: animated 1s infinite;
  margin-left: 10px;
  width: 15px;
}
@keyframes animate{
  0%{
    transform: translateX(0px);
  }
  50%{
    transform: translateX(-10px);
  }
  100%{
    transform: translateX(0px);
  }
}
@keyframes animated{
  0%{
    transform: translateX(0px);
  }
  50%{
    transform: translateX(10px);
  }
  100%{
    transform: translateX(0px);
  }
}
/* gallery end------------------------------------------------ */

/* news start------------------------------------------------ */
.news_img{
  position: relative;
}
.date {
  position: absolute;
  bottom: -19%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #00af5c;
  background-color: #ffffff;
  padding: 8px 20px;
  border-radius: 30px;
  box-shadow: black 0px 3px 4px -4px;
}
.img-dt {
  padding: 2rem 1rem 0.5rem;
}
.news-hd h3{
  font-size: 23px;
  letter-spacing: 0.55px;
}
.news-dt p{
  font-size: 15px;
  letter-spacing: 0.55px;
}
.readm a{
  text-decoration: none;
  color: #fff;
  padding: 8px 20px;
}
.btt3 a {
padding: 7px 19px;
    font-size: 16px;
}
.row21 {
  box-shadow: black 0px 0px 8px -5px;
  border-radius: 9px;
}
.news_img img {
  border-radius: 9px;
  height: 229px;
  object-fit: cover;
}
.news_list{
  position: relative;
}
.news_list::after {
  position: absolute;
  content: "";
  background-image: url(../images/xyzz.png);
  bottom: 0;
  right: 0;
  background-size: cover;
  height: 56%;
  width: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.1;
  transition: all .3s;
}
.img-dt:hover::after{
  opacity: 0.2;
}
.news_list{
  /* overflow: hidden; */
  border-radius: 7px;
}
/* news end---------------------------------------------- */
.ddd{
  position: relative;
  overflow: hidden;
}
.ddd::after {
  position: absolute;
  content: "";
  background-image: url(../images/fff.svg);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 15%;
  z-index: -1;
  background-repeat: no-repeat;
  transform: rotate(7deg);
  opacity: 0.3;
}
.uvc {
  position: relative;
  padding: 3rem 0;
}
.uvc::after{
  position: absolute;
  content: "";
  background-image: url(../images/green-neon.jpg);
  background-size: cover;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
background-repeat: no-repeat;
}
.ev-date img{
  width: 18px;
  margin-top: -7px;
  margin-right: 7px;

}
/* event details start ----------------------------- */
.image-dt img{
  width: 500px;
  margin-bottom: 1rem;
}
.ev-date h5 {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #265ba0;
  font-weight: 400;
}
.recom-list{
  border-bottom: 1px solid rgb(235, 235, 235);
  padding-bottom: 10px;
}
.recom h4{
  color: #000;
  font-weight: 500;
  letter-spacing: 0.55px;
  font-size: 23px;
}
.bb a{
  color: #000;
}
/* event details end ---------------------------------- */
/* contact start--------------------------------------- */
.btt13 a {
  padding: 7px 35px;
  font-size: 16px;
}
.con-hd h1 {
  font-size: 25px;
  margin-bottom: 1.5rem;
  color: #fff;
}
.con-dt ul li{
  list-style-type: none;
  margin-bottom: 1.5rem;
  color: #fff;
}
.form-hd h1{
  color: #000;
}
.con-dt ul{
  padding-left: 0;
}
.lig{
  position: relative;
  padding-left: 2rem;
}
.lig::after {
  position: absolute;
  content: "";
  background-color: #dddddd;
  background-size: contain;
  height: 12px;
  width: 12px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
}
.lig::before {
  position: absolute;
  content: "";
  border: 1px solid gray;
  background-size: contain;
  height: 22px;
  width: 22px;
  top: 0px;
  left: 0px;
  border-radius: 50%;
}
.frs input,.frs input:focus{
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid lightgray;
  width: 100%;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  height: 40px;
}
.frs select,.frs select:focus {
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid lightgray;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  height: 40px;
}
.frs textarea,.frs textarea:focus{
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid lightgray;
  width: 100%;
  height: 80px;
  box-shadow: none;
  outline: none;
  background-color: transparent;
}
.frs label {
  display: inline-block;
  color: #000;
  margin-bottom: 0rem;
}
.inner-contact{
  position: relative;
}
.nbt {
  position: absolute;
  top: 50%;
  left: 26%;
  background-color: #000000;
  transform: translate(-50%,-50%);
  padding: 2rem;
  border-radius: 5px;
}
.tmg {
  box-shadow: black 0px 0px 9px -3px;
  padding: 1.5rem 1.5rem 1.5rem 9rem;
  background-color: #fffbf1;
  border-radius: 5px;
}
.main-con{
  justify-content: right;
}
/* contact end------------------------------------------ */
/* login start------------------------------------------ */
.header-tab, .act {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid lightgray;
}
.header-tab::after{
  position: absolute;
  content: "";
  background-color:#265ba0;
  background-size: contain;
  height: 2px;
  width: 50%;
  border-radius: 30px;
  bottom: 0;
  left: 0;
  transition: all .3s;
}
.act::after{
transform: translateX(100%);
}
.frs-ic{
  position: relative;
}
.frs-ic img{
  width: 15px;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(-50%,-50%);
}
.us-num span {
  color: #265ba0;
  font-size: 15px;
}
.log-bt a{
  border: 1px solid #265ba0;
  padding: 6px 18px;
  background-color: #265ba0;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  transition: all .3s;
}
.log-bt a:hover{
  border: 1px solid #265ba0;
  background-color: #fff;
  color: #265ba0;
}
.inner-login{
  width: 40%;
  box-shadow: black 0px 0px 7px -2px;
  padding: 0.5rem 2rem 2rem;
}
.sho{
  display: block !important;
}
.rem{
  display: none !important;
}
/* .frs img{
  position: relative;
} */
.frs img::after{
position: absolute;
content: "";
background-color: #265ba0;
background-size: contain;
height: 1px;
width: 10px;
top: 0;
right: 0;
z-index: 1;
}
/* login-end--------------------------------------------- */

/* profile start------------------------------------------- */
.pro-tab ul li{
  list-style-type: none;
}
.pro-tab ul{
  padding-left: 0;
}
.pro-tab{
  padding: 2rem 1rem 0;
}
.pro-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: #00000047 0px 0px 6px 0px;
  margin: auto;
}
.tb a {
  background-color: #265ba0;
  color: #fff;
  display: flex;
  justify-content: center;
}
.profile-tab {
  padding-top: 2rem;
      box-shadow: black 0px 1px 7px -5px;
}
.profile-tab {
  position: sticky;
  top: 10rem;
}
.profile-tab::after {
  position: absolute;
  content: "";
  background-color: #e1ede04d;
  clip-path: circle(70.1% at 50% -13%);
  background-size: contain;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.pro-name h3 {
  color: #000000;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.55px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.logout a{
      padding: 11px;
  display: flex;
  background-color: #d3d3d33b;
  color: black;
  letter-spacing: 0.55px;
  justify-content: center;
  font-weight: 500;
  transition: all .3s;
}
.logout a:hover{
  color: #265ba0;
}
.pro-tab ul li a{
  border: 1px solid #265ba0;
  transition: all .3s;
}
.pro-tab ul .active a{
  border: 1px solid #265ba0 !important;
  background-color: #fff !important;
  color: #265ba0 !important;
}
.pro-tab ul li a:hover{
  border: 1px solid #265ba0;
  background-color: #fff;
  color: #265ba0;
}

.logout a img {
    width: 14px;
    height: 14px;
}
.red{
  display: none;
}
.logout a:hover .red{
  display:block;
}
.logout a:hover .black{
  display:none;
}


#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
.name h1 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
}
.name {
    background-color: #e1ede04d;
    color: #8d8d8d;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}
.tab-content{
  padding: 4rem 2rem;
  box-shadow: black 0px 0px 11px -6px;
  /* height: 100%; */
}
.up-img svg {
  width: 45px;
  color: #265ba0;
}
.text-sm{
    margin-bottom:0;
}
.text-sm,.text-xs{
    font-size:14px;
    margin-bottom:0;
}
.up-img {
  text-align: center;
  padding: 0.5rem;
  border: 2px dashed #c5090973;
  border-radius: 6px;
}
#dropzone-file{
  visibility: hidden;
}
.ridelistswiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ridelistswiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ridelistswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vehicle-name {
  position: absolute;
  bottom: 0;
  right: 0px;
  padding: 7px 20px;
  background-color: #265ba017;
  border-radius: 30px 0 0 30px;
}
.vehicle-name h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.55px;
}
.feed a {
  color: #008000;
  transition: all .3s;
}
.feed a:hover{
  color: #008000;
  text-decoration: underline;
}
.feed img {
  width: 13px;
  margin-right: 5px;
}
.feed {
  margin-top: 10px;
  position: absolute;
  bottom: 6px;
}
.ridedt {
  margin-top: 1rem;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 0px 15px;
  color: #000;
}
.feed-pop {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000000bf;
  z-index: 999999;
}
.feed-hd h3{
  font-size: 29px;
    font-weight: 400;
    letter-spacing: 0.55px;
}
.feed-hd p{
  font-size: 15px;
  color: gray;
  letter-spacing: 0.55x;
}
.textarea textarea{
  border: 1px solid rgb(168, 168, 168);
  outline: none;
  box-shadow: none;
  border-radius: 0;
  height: 150px;
  padding-left: 10px;
}
.inner-feed{
  position: relative;
}
.clr{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.clr img{
  width: 20px;
}
.feed-show{
  display: block !important;
}
.inner-feed{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem;
  background-color: #fff;
  border-radius: 8px;
}
.ride-hist {
  padding: 1rem 0 2rem 0;
  box-shadow: black 0px 0px 9px -3px;
  margin: 10px;
  border-radius: 7px;
  position: relative;
}
.ridelistswiper .swiper-button-next,.ridelistswiper .swiper-button-prev {
  background-color: #c50909;
}
.ridelistswiper .swiper-button-next:after,.ridelistswiper .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}
.profile{
  margin-bottom: 6rem;
}
/* profile end--------------------------------------------- */




/* Extra */

 .logo {
	 max-width: 200px;
}
 .navbar {
	 align-items: center;
	 background: #fff;
	 display: flex;
	 flex-direction: row;
	 font-family: sans-serif;
	 padding: 10px 50px;
}
 .push-left {
	 margin-left: auto;
}
/* Menu */
 .hamburger {
	 background: transparent;
	 border: none;
	 cursor: pointer;
	 display: none;
	 outline: none;
	 height: 30px;
	 position: relative;
	 width: 30px;
	 z-index: 999999;

}
 @media screen and (max-width: 768px) {
	 .hamburger {
		 display: inline-block;
	}
}
 .hamburger-line {
	 background: #272727;
	 height: 3px;
	 position: absolute;
	 left: 0;
	 transition: all 0.2s ease-out;
	 width: 100%;
}
 .hamburger:hover .hamburger-line {
	 background: #777;
}
 .hamburger-line-top {
	 top: 3px;
}
 .menu-active .hamburger-line-top {
	 top: 50%;
	 transform: rotate(45deg) translatey(-50%);
}
 .hamburger-line-middle {
	 top: 50%;
	 transform: translatey(-50%);
}
 .menu-active .hamburger-line-middle {
	 left: 50%;
	 opacity: 0;
	 width: 0;
}
 .hamburger-line-bottom {
	 bottom: 3px;
}
 .menu-active .hamburger-line-bottom {
	 bottom: 50%;
	 transform: rotate(-45deg) translatey(50%);
}
 .nav-menu {
	 display: flex;
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 transition: all 0.25s ease-in;
}
 @media screen and (max-width: 768px) {
.nav-menu {
    background: #fff;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translatey(-600%);
    text-align: center;
    padding-top: 5rem;
}
	 .menu-active .nav-menu {
		 transform: translatey(0%);
		 opacity: 1;
	}
}
 .nav-menu .menu-item a {
	 color: #444;
	 display: block;
	 line-height: 30px;
	 margin: 0px 10px;
	 text-decoration: none;
	 text-transform: uppercase;
}
 .nav-menu .menu-item a:hover {
	 color: #777;
	 text-decoration: underline;
}
 @media screen and (max-width: 768px) {
	 .nav-menu .menu-item a {
		 font-size: 20px;
		 margin: 8px;
	}
}
 .sub-nav {
	 border: 1px solid #ccc;
	 display: none;
	 position: absolute;
	 background-color: #fff;
	 padding: 5px 5px;
	 list-style: none;
	 width: 230px;
}
 @media screen and (max-width: 768px) {
	 .sub-nav {
		 position: relative;
		 width: 100%;
		 display: none;
		 background-color: rgba(0, 0, 0, 0.20);
		 box-sizing: border-box;
	}
}
 .nav__link:hover + .sub-nav {
	 display: block;
}
 .sub-nav:hover {
	 display: block;
}
.levelname h4{
        font-weight: 400;
    color: #000;
}
.change_pass {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000000b8;
    z-index: 9999;
}
.inner-pass{
    padding:2rem 4rem;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background-color:#fff;
    border-radius:7px;
}
.change-form input{
    height:40px;
    border:1px solid lightgary;
    outline:none;
    box-shadow:none;
    padding-left:10px;
}
.changepassword-hd h1{
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 0.55px;
    margin-bottom: 1rem;
}
.cl{
    position:absolute;
    top:1.5rem;
    right:1.5rem;
    
    cursor:pointer;
}
.cl img{
    width:30px;
}
.change-form label{
    margin-bottom:7px;
}
.open1{
    display:block !important;
 }
 
.inner-success{
    width: 300px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 2rem 1rem;
}
#success{
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
	display:none;
}
.quick_sucInner{
    text-align: center;
}
.quick_sucInnerBtn{
    background-color: #31a300;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 30px;
}


.ttl h5{
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.55px;
}
.why-list {
  box-shadow: black 0px 2px 13px -10px;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 7px;
}

/* whatsapp  start-----------------------------------------------*/
#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background: #31a55c;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 45px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}
/* whatsapp end--------------------------------------------- */


.filelabel {
  width: 78%;
  border: 1px dashed grey;
  border-radius: 5px;
  display: block;
  padding: 5px;
  transition: border 300ms ease;
  cursor: pointer;
  text-align: center;
  margin: 0;
  align-items: center;
  display: flex;
  gap: 19px;
}
.filelabel i {
  display: block;
  font-size: 30px;
  padding-bottom: 5px;
}
.filelabel i,
.filelabel .title {
color: grey;
transition: 200ms color;
}
.filelabel:hover {
border: 1px solid gray;
}
.filelabel:hover i,
.filelabel:hover .title {
color: #1665c4;
}
#FileInput{
  display:none;
}
.uploadimg {
  width: 32px;
}
.levelname h4 {
  font-weight: 300;
  color: #626262;
  font-size: 16px;
}
.filelabel{
  margin-bottom: 2rem;
}
.doc-img{
  object-fit: cover;
}
.main-im{
  position: relative;
  height: 150px;
}
.cls {
    height: 26px;
    width: 26px;
    background-color: red;
    border-radius: 50%;
    position: relative;
}
.cls img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 20px;
}
.mn-cls {
    position: absolute;
    top: -21px;
    right: -21px;
}
.tab-content {
  padding: 1rem 2rem;
  box-shadow: black 0px 2px 11px -6px;
  /* height: 100%; */
}
.logout a {
  font-weight: 400;
}
.FileUpload1{display:none}
.pro-name span {
  font-size: 14px;
  letter-spacing: 0.55px;
}
.edit-icon label img {
    width: 15px !important;
    height: 15px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: none !important;
    cursor: pointer;
    border-radius: 0;
}
.edit-icon{
    background-color: #fff;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    position: absolute;
    top: 70%;
    left: 56%;
    border: 1px solid lightgray;
}
.pro-img{
    position:relative;
}
.feedbtn a {
    color: #fff;
    padding: 20px 8px;
    background-color: #265ba0;
    font-size: 18px;
    letter-spacing: 1.55px;
    /* transform: rotate(311deg); */
}
.feedbtn {
    writing-mode: vertical-rl;
    position: fixed;
    top: 50%;
    right: 0%;
    transform: translate(-29%,-50%);
    /* filter: blur(0); */
        z-index: 999999;
}
.footer-para p {
    font-size: 13px;
    margin-bottom: 1.5rem;
}

.fgd {
    width: 100px;
    height: 100px;
    background-color: #f5f5f5;
    border-radius: 50%;
    margin: auto;
    position: relative;
    box-shadow: black 0px 7px 11px -7px;
}
.fgd::after {
    position: absolute;
    content: "";
    border-top: 1px dashed #c3c3c3;
    background-size: contain;
    left: 114%;
    top: 50%;
    height: 100%;
    width: 150%;
}
.fgd1::after {
    border-top: none !important;
}
.how-ic{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.chs-dt h4{
        font-size: 23px;
        font-weight: 400;
        color: #000;
        letter-spacing: 0.55px; 
}
.ddf p{
    margin:0.5rem auto;
}
.ddcs{
    padding-bottom:1rem;
}
.log1 h6{
    font-size:22px;
    letter-spacing:0.55px;
}
.res-pop {
    top: 0;
    left: 0;
    background-color: #000000bd;
    height: 100%;
    width: 100%;
    z-index: 9999;
}
.inner-res-pop{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background-color:#fff;
}
.bttxr a {
    background-color: transparent;
    border: 1px solid #265ba0;
    color: #265ba0;
    padding: 8px 30px;
    transition:all .3s;
    letter-spacing:0.55px;
}
.bttxr a:hover{
    background-color: #265ba0;
    border: 1px solid #265ba0;
    color: #fff;
}
.hht a {
  border: 1px solid #265ba0;
  background-color: #265ba0;
  color: #fff;
    padding: 8px 22px;
    font-size: 19px;
}
.hht a:hover{
    border: 1px solid #158ECA;
  background-color: #158ECA;
    color: #fff;
}

.ter label{
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000;
}
.ter label a{
    color:blue;
    font-weight:500;
}
.ter{
    display: flex;
    align-items: center;
    gap: 8px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.devpay{
    max-width: 320px;
    padding: 10px;
    box-shadow: black 0px 5px 25px -5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.uu{
    margin-top:0;
}