@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@font-face {
    font-family: 'Metropolis Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Regular'), url('../fonts/Metropolis-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Metropolis Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Medium'), url('../fonts/Metropolis-Medium.woff') format('woff');
}
 @font-face {
    font-family: 'Metropolis Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Bold'), url('../fonts/Metropolis-Bold.woff') format('woff');
}
body{
    font-family: 'Metropolis Regular';
    color: #2c2c2c;
    font-weight: 400;
    font-size: 15px;
    overflow-x: hidden;
}
img{
    max-width: 100%;
}
a{
    transition: all 0.3s;
    color: initial;
    text-decoration: none!important;
}
a:hover{
    color: #009F82;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Metropolis Bold';
}
:focus{
    box-shadow: none !important;
    outline: none !important;
}
ul{
    list-style: none;
}
.theme-color{
    color: #009f82!important;
}
.secondary-color{
    color: #013989;
}
.theme-bg{
    background: #f8f8f8;
}
.main-bg{
    background: linear-gradient(to right, #009f82, #84d0c3);
}
.theme-btn {
    background: linear-gradient(to right, #009f82, #84d0c3);
    border: 0;
    height: 50px;
    min-width: 120px;
    border-radius: 8px;
    color: #fff;
    line-height: normal;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.theme-btn:before {
    content: "";
    height: 100%;
    width: 0%;
    background: #ffffff30;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s;
}
.theme-btn span{
    z-index: 9;
    position: relative;
}
.theme-btn:hover:before{
    width: 100%;
}
.theme-btn:hover span{
    color: #fff;
}
.mandatory-btn{
    background: linear-gradient(to right, #d60405, #e86060);
    height: 36px;
    min-width: 150px;
    font-size: 14px;
}
.mandatory-btn-green{
    background: linear-gradient(to right, #009f82, #009f82);
    height: 36px;
    min-width: 150px;
    font-size: 14px;
}
.theme-btn.small{
    height: 36px;
    min-width: 150px;
    font-size: 14px;
}
.learn-btn a i{
    font-size: 22px;
}
.sep-txt{
    display: inline;
        position: relative;
    padding-bottom: 6px;
}
.sep-txt:after {
    content: "";
    height: 2px;
    width: 70px;
    bottom: 0;
    left: 0;
    background: #009f82;
    position: absolute;
}
/* mobile menu */

.mobile-menu{
    z-index: 9999999999;
    position: relative;
}
.sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -100%;
  background-color: #5cd3ffe3;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  text-align:center;
}
.sidenav a {
    padding: 20px 0;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;    
}
.sidenav a+a {    
    border-bottom: 1px solid #ffffff1a;
}
.sidenav a:hover{
  color: #f1f1f1;
}
.sidenav .closebtn {
     position: absolute;
    top: 0;
    right: 12px;
    font-size: 52px;
    margin-left: 50px;
    padding: 0;
}
.login-img{
    object-fit: cover;
    object-position: top;
}
.search-form .input-group{
    border: 0!important;
}
.input-group {
    border: solid 2px #e2e6ea;
    border-radius: 4px;
    overflow: hidden;
    height: 48px;
}
.input-group i{
    opacity: 0.5;
}
.input-group:hover, .input-group:focus{
    border-color: #009f82;
}
.input-group:hover i, .input-group:focus i{
    opacity: 1;
}
.input-group .form-control{
    height: 100%;
}
.custom-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check label {
  position: relative;
  cursor: pointer;
}
.custom-check  label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #009f82;
  border-radius: 50px;
  height: 22px;
  width: 22px;
  min-width: 22px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
}
.custom-check.register label:before{
    border-radius: 0;
}
.custom-check.register input:checked + label:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: auto;
    width: auto;
    background: transparent;
    top: 3px;
    left: 5px;
    font-size: 12px;
    color: #03a083;
}
.custom-check  input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #009f82;
  border-radius: 100%;
}
/* header */
header{
    width: 100%;
    z-index: 99;
}
header ul.navbar-nav li+li {
    margin: 0 0 0 20px;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0!important;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    color: #232323;
}
.navbar-expand-lg .navbar-nav .nav-link.login-btn {
    background: #094e8f;
    padding: 10px 20px!important;
    border-radius: 50px;
    margin: 12px 0;
}
header ul.navbar-nav li a.active{
    color: #5cd3ff!important;
}
.after-login .nav-link{
    color: #232323;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-family: 'Metropolis Medium';
}
.after-login .dropdown-toggle::after{
    display: none;
}
.after-login .dropdown-menu:before {
    content: "\f0d8";
    position: absolute;
    top: -22px;
    color: #fff;
    right: 8px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    z-index: -1;
}
.after-login .dropdown-menu {
    border: 0;
    box-shadow: 0px 0px 14px #0000000a;
    border-radius: 10px;
    right: 6px;
    left: auto;
    min-width: 200px!important;
}
.after-login .nav-item{
    position: relative;
    display: flex;
    align-items: center;
}
.after-login .nav-item+.nav-item:before{
    content: "";
    height: 56%;
    width: 2px;
    left: -11px;
    background: #009f82;
    position: absolute;
}
.after-login .dropdown-menu .dropdown-item+.dropdown-item{
    border-top: solid 1px #ebebeb;
}
.after-login .dropdown-menu .dropdown-item{
    background: transparent!important;
    padding: 5px 24px 5px 10px;
    font-size: 15px;
}
.after-login .dropdown-menu .dropdown-item:hover{
    color: #009f82;
}
.after-login span.badge {
    border-radius: 50px;
    background: #009f82;
    font-size: 10px;
    color: #fff;
    height: 18px;
    width: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 6px
}
section{
    padding: 70px 0!important;
}
/* Banner */
.banner{
   font-family: 'Roboto'!important;
   font-size: 16px;
   font-weight: 500;
}
.dot-point li{
    display: flex;
    align-items: baseline;
}
.dot-point li+li{
    margin-top: 10px;
}
.dot-point li i{
    font-size: 8px;
    color: #009f82;
    position: relative;
    top: -2px;
}
.search-form .field{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 6px #00000014;
}
.search-form input{
    height: 50px;
}
.search-form .theme-btn{
    min-width: auto!important;
    font-size: 22px;
    border-radius: 0 10px 10px 0;
}
ul.tags {
    display: flex;
    justify-content: space-evenly;
}
.ico-img{
    min-width: 90px;
    width: 90px;
}
.info-box {
    background: #e8f3f2;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    z-index: 9;
    border-bottom: solid 3px transparent;
}
.info-box:hover{
    background: #fff;
    border-color: #00977b;
    box-shadow: 0px 0px 16px #00000014;
}
.menu-nav{
    background: #dbeeeb;
    border: solid 2px #009f82;
    border-radius: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
ul.cat-nav{
    padding: 14px 50px;
    justify-content: space-between;
}
.cat-nav li{
    padding: 0 14px;
}
.cat-nav a.active {
    color: #009f82;
    border-bottom: solid 3px #009f82;
}
.menu-prev, .menu-next {
    height: 50px;
    width: 40px;
    min-width: 40px;
    background: #009f82;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 16px;
    border-radius: 50px 0 0 50px;
}
.menu-next{
    right: 16px;
    left: auto;
    border-radius: 0 50px 50px 0;
 }

/*
    footer
*/
footer {
    padding: 50px 0 10px 0;
    background: #f8f8f8;
    color: #2c2c2c;
}
footer .quick-links li+li{
    margin-top: 14px;
}
footer .quick-links a{
    color: #2c2c2c;
    font-size: 14px;
}
footer .quick-links a:hover{
    color: #8bd2fd;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .quick-links a:hover{
    color: #18a88e; 
}
footer .social-links li+li{
    margin-left: 14px;
}
footer .social-links li i{
    font-size: 30px;
}
.testimonial-slide .owl-nav {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}
.testimonial-slide .owl-nav button{
    height: 40px;
    width: 40px;
    background: #fff!important;
    border-radius: 10px;
    font-size: 18px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-slide  button.owl-next {
    margin-left: 26px;
}
.success-img{
    object-fit:cover;
}
.owl-carousel.d-flex .owl-nav{
    position: absolute;
    width: 100%;
    height: 40px;
    z-index: -1;
}
.owl-carousel.d-flex .owl-nav button{
    height: 40px;
    width: 40px;
    background: #009f82!important;
    font-size: 18px!important;
    color: #fff!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel.d-flex button.owl-prev {
    left: -40px;
    position: absolute;
    border-radius: 50px 0 0 50px;
}
.owl-carousel.d-flex button.owl-next {
    right: -40px;
    position: absolute;
    border-radius: 0 50px 50px 0;
}
.cat-box{
    height: 150px;
    background: #F8F8F8;
    border-radius: 12px;
    padding:10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cat-box img {
    width: auto;
    height: 40px;
}
.cat-box h5{
    color: #2c2c2c;
    font-family: 'Metropolis Regular';
}
.cat-box:hover{
    background: linear-gradient(to top, #009f82, #84d0c3);
}
.cat-box:hover h5{
    color: #fff;
}
.cat-box:hover img{
    filter: brightness(0) invert(1);
}
.fanzicon-img {
    height: 150px;
}
.info-tag li+li{
    margin-left: 10px;
}
.info-tag a{
    color: #B4C0C0;
    background: #fff;
    border: 2px solid #B4C0C0;
    border-radius: 50px;
    height: 34px;
    width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.care-item .status-box{
  background-color: #fff;
  border-radius: 4px!important;
  height: 32px;
  width: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #03a083;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 4px #0000000f;
}
.care-item .responded{
  background-color: #03a083;
  border-radius: 4px!important;
  height: 32px;
  width: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 4px #0000000f;
}
.waiting{
    background: #EEA000!important;
}
select.form-control, .desc-box {
    height: 50px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    align-items: center;
    border: none;
    box-shadow: 0px 6px 4px #0000000f;
}
.side-listing{
    box-shadow: 0px 4px 6px #00000014;
    background: #fff;
    border-radius: 8px;
    padding: 10px!important;
}
.side-listing li{
    padding: 4px 0;
}
.side-listing li a{
    display: flex;
    align-items: center;
    padding-right: 20px;
    position: relative;
}
span.tag {
    height: 20px;
    width: 20px;
    line-height: 28px;
    font-size: 12px;
    border-radius: 50px;
    background: #009f82;
    color: #fff;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-listing li+li{
    border-top: 1px solid #ebebeb;
}
.side-card{
    box-shadow: 0px 4px 6px #00000014;
    background: #fff;
    border-radius: 10px;
}
.site-list li{
    padding: 14px 0!important;
}
.site-list li a{
    font-size: 17px;
    color: #2c2c2c;
}
.site-list li a:hover{
    color: #009f82;
}
.site-list .theme-btn{
    font-size: 16px;
}
ul.user-item li a {
    background-image: linear-gradient(270deg, #84d0c3 0%, #009f82 100%);
    padding: 12px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 8px;
}
ul.user-item li+li{
    margin-top: 14px;
}
.ico{
    width: 47px;
    height: 47px;
    border-radius: 24px;
    font-size: 22px;
    border: 3px solid #eee;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.msg-ico{
    border-color: #ff0000;
    color: #ff0000;
}
.msg-ico:hover{
    background: #ff0000;
    color: #fff;
}
.video-ico{
    border-color: #009f82;
    color: #009f82;
}
.video-ico:hover{
    background: #009f82;
    color: #fff;
}
.edit-ico {
    font-size: 23px;
}
.currency{
    width: 31px;
    height: 31px;
    min-width: 31px;
    border-radius: 16px;
    filter: drop-shadow(2.121px 2.121px 1.5px rgba(0,0,0,0.25));
    background-color: #ffffff;
    border: 2px solid #009f82;
    color: #009f82;
    font-size: 15px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.side-card .info-points{
    padding-bottom: 30px;
}
.side-card .info-points:last-child{
    padding-bottom: 0px;
}
.info-points {
    padding-left: 30px;
    position: relative;
    margin: 0;
}
.side-card .info-points:first-child:before{
    border-color: #009f82!important;
}
.info-points:before{
    content: "";
    width: 19px;
    height: 19px;
    display: flex;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 9;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #d1d1d1;
}
.side-card .info-points:last-child:after{
    display: none;
}
.info-points:after {content: "";height: 100%;width: 2px;background: #d1d1d1;position: absolute;left: 8px;top: 8px;}
.destignation, .year{
    font-size: 15px;
    color: #3f4c58;
}
.position{
    color: #3f4c58;
}
.message-bar .theme-btn{
    min-width: 100px;
}
.profile-img img{
    width: 50px;
    min-width: 50px;
height: 50px;
object-fit: cover;
object-position: top;
border-radius: 50px;
}
.profile-data span{
    font-size: 12px;
    color: #afbbc6;
}
.msg-date{
    font-size: 12px;
    color: #afbbc6;
}
.msg-lists li+li{
    margin-top: 24px;
}
.msg-lists .custom-check.register label:before{
    margin: 0;
}
.my-profile img {
    width: 180px;
    min-width: 180px;
    border-radius:1 100%;
    height: 180px;
    object-fit: cover;
    object-position: top;
}
.online{
    width: 16px;
height: 16px;
border-radius: 8px;
background-color: #76c00d;
border: 3px solid #f9fafc;
position: absolute;
bottom: 0;
right: 0;
}
.offline{
    width: 16px;
height: 16px;
border-radius: 8px;
background-color: #afbbc6;
border: 3px solid #ffffff;
position: absolute;
bottom: 0;
right: 0;
}
.total-msg {
    background: #f9fafc;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #dbe5ed;
}
span.msg-count {
    height: 26px;
    width: 26px;
    background: #76c00d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: 800;
    color: #fff;
    font-size: 13px;
}
.notify-btn{
    width: 42px;
height: 42px;
border-radius: 21px;
filter: drop-shadow(2.121px 2.121px 1.5px rgba(0,0,0,0.25));
background-color: #ffffff;
border: 2px solid #009f82;
}
.notify-btn .count{
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #009f82;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -6px;
    right: -6px;
    color: #fff;
    font-size: 9px;
}
.notify-btn.red{
    border-color: #ff0000;
}
.notify-btn.red .count{
    background: #ff0000;
}
.notify-btn.red img{
    filter: invert(16%) sepia(97%) saturate(6380%) hue-rotate(1deg) brightness(106%) contrast(119%);
}
.profile-details li+li{
    margin-top: 6px;
}
.side-card th {
    background-color: #009f82;
    border: 1px solid #aab6cc;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}
.side-card td{
    text-align: center;
    white-space: nowrap;
    color: #8c989a;
    border: 1px solid #aab6cc;
}
tr:nth-child(even) {
    background-color: #f5fffd;
}
tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.cart-box{
    border-radius: 12px;
    filter: drop-shadow(0px 3px 3.5px rgba(53,0,126,0.42));
    background-color: #f9f9f9;
}
button.button.hollow.circle {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background-color: #dfe8f2;
    border: 0;
    color: #a1b0c1;
    font-size: 12px;
}
.plus-minus-input input{
    width: 30px;
    height: 24px;
    text-align: center;
    background: transparent;
    border: none;
    font-weight: 700;
}
.pro-img{
    width: 70px;
height: 70px;
border-radius: 12px;
background-color: #dedede;
padding: 10px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.pro-img img{
    height: 100%;
    object-fit: contain;
}
.cart-box .cart-item+.cart-item{
    margin-top: 20px;
}
.delete{
    color: #3f4c58;
}
select.respond{
    font-weight: 700;
    color: #03a083;
    letter-spacing: 0.6px;
}
select.waited{
    font-weight: 700;
    color: #ef9f00;
    letter-spacing: 0.6px;
}
.package-amount {
    background: #f8faf9;
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #b3cbc9;
    line-height: normal;
    position: relative;
}
span.regular-price{
    text-decoration: line-through;
}
span.sale-price {
    position: absolute;
    right: 14px;
    font-size: 20px;
    font-weight: bold;
    color: #009f82;
}
.package-img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    margin-bottom: 14px;
}
.perform-box{
    background: #E4EFED;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 6px #00000029;
}
.performer-img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 18px;
}
.info-footer li{
    margin-bottom: 6px;
    color: #009f82;
}
.detail-btn i{
    font-size: 20px;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #f8f9fa!important;
    color: #212529!important;
}
.dropdown-menu {
    border: 0;
    box-shadow: 0px 0px 8px 1px #0000001a;
    border-radius: 8px;
}
.slide-nav {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: solid 1px #009f82;
}
.slide-nav .nav-tabs li a{
    padding: 6px 20px!important;
    border-radius: 50px;
    font-weight: 500;
    margin-bottom: 4px;
}
.slide-nav .nav-tabs li.active a, .slide-nav .nav-tabs li.active a:hover, .slide-nav .nav-tabs li.active a:focus {
    background: #A1CF63!important;
    color: #fff!important;
}
.cata-sub-nav {
    /* Make this scrollable when needed */
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* Remove the default scrollbar for WebKit implementations */
}
.slide-nav .nav-tabs li.active a, .slide-nav .nav-tabs li.active a:hover, .slide-nav .nav-tabs li.active a:focus {
    background: #009f82!important;
    color: #fff!important;
}
.cata-sub-nav::-webkit-scrollbar {
    display: none;
    }
.cata-sub-nav ul {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    border: none!important;
   -webkit-padding-start: 0px;
}
.cata-sub-nav li {
    display: inline-table;
    margin: 0 10px;
    font-size: 16px;
} 
.tab-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    left: -22px;
    top:0;
}
.tab-next {
    width: 25px;
    height: 25px;
    position: absolute;
    right: -22px;
    top:0;
}
.tab-next i, .tab-prev i{
    text-align: center;
    width: 100%;
    line-height: 25px;
    color: #000;
    cursor: pointer;
}
.filter-box{
    position: sticky;
    top: 20px
}
ul.alpha-nav li {
    display: inline-block;
    margin-bottom: 10px;
}
ul.alpha-nav li a {
    height: 27px;
    width: 27px;
    font-size: 14px;
    border: solid 1px #ccc;
    border-radius: 8px;
    background: #e8f3f2;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.alpha-nav li.active a,ul.alpha-nav li a:hover{
    background: #009f82;
    color: #fff;
    border-color: #009f82;
    box-shadow: 0px 0px 3px #009f82;
}
.filter-drop .dropdown-menu{
    left: auto!important;
    right: 0;   
    max-width: 250px;
    transform: none!important;
    top:  auto!important;
    margin-top: 20px;
    z-index: 999;
}
.filter-drop .dropdown-menu:before {
    content: "\f0d8";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 34px;
    position: absolute;
    top: -12px;
    right: 20px;
    color: #fff;
    text-shadow: 0px -4px 6px #00000014;
    line-height: 18px;
}
.min-auto{
    min-width: auto!important;
}