/*
Website Name: The Jugaad Labs
File: Layout CSS
Author: Lalit
Creation Date : 24/09/2024
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');


@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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');
@import url('https://fonts.googleapis.com/css2?family=Barlow: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');
@import "font-awesome.min.css";
@import "animate.min.css";
@import "social.css";
@import "media.css";
@import "hover.css";

@import "owl.carousel.min.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");



body{ margin:0; padding:0; background: #fff;
font-family: Poppins, sans-serif;
    -webkit-font-smoothing: antialiased; overflow-x: hidden;color:#2c3f52;}
h1, h2, h3, h4{   }    
.no-padding{ padding:0;}
.btn{ -webkit-transition:all .3s; -moz-transition:all .3s; transition:all .3s;     border-radius: 0rem;}
a { color: inherit; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; text-decoration: none; }
a:hover, a:active, a:focus { color: inherit; text-decoration: none; outline:0; }
button:focus { outline: none; border: none; }
.btn:focus { outline: none; box-shadow: none; }




.header{ background:#f4f2ff; position: fixed; border-bottom: 1px solid #fff;
    width: 100%;
    z-index: 999;padding:0 8%; }
.header .logo{ 
/*    max-height:60px;*/
     }
.header .btn-login{ 
    background:#8a86c0; 
    color:#fff;
    padding: 8px 0!important;
    border-radius: 50px; 
    border: 2px solid #8a86c0;
    width:130px;
}
.header .btn-login:hover{ 
    background:#f4f2ff; 
    color: #8a86c0;
    border: 2px solid #8a86c0;
}

.nav-link{ color:#000; }
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2.5rem;
        padding-left: .5rem;
    }
}














  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }


@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}



.dropdown-item { line-height:30px; }
.dropdown .dropdown-menu {
/*    display: block;*/
    margin-top: 0;
    padding: 5px 60px 25px 0px;
    font-size: 14px;
    background: #f4f2ff;
    border: none;
    margin-left: -8px;
    border-radius: 0 0 20px 20px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #8a86c0;
    background-color: #f4f2ff;
}
.navbar-toggler-icon {
    font-size: 30px;
    height: 1em;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar-toggler {
    padding: .25rem 0;
}
.form-control:focus {
    box-shadow: none;
}


/*.modal-content{
background: rgba(0, 0, 0, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 2px solid rgba(255, 255, 255, 0.3);
}
*/
.modal-content{
/* From https://css.glass */
background: #fff;
border-radius: 20px;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #b8bcc0;
}
.modal .form-control {
    border-color: #dcdcdc;
    color: #333;
    font-size: 13px;
    min-height: 50px;
    padding: 6px 15px;
    border-radius: 20px;
    margin-bottom: 6px;
/*    background: rgba(255, 255, 255, 0.7);*/
}
.modal .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 13px 41px;
    border-radius: 50px;
    display: inline-flex;
    border: 2px solid #8a86c0;
    align-items: center;
    background:#8a86c0; 
    color: #fff;
    margin-top: 10px;
}
.modal .btn:hover {
    background:#fff; 
    color: #8a86c0;
    border: 2px solid #8a86c0;
}






/*.modal-backdrop{ 
  background:rgba(0,0,0,0.8);
  filter:blur(4px);
  -o-filter:blur(4px);
  -ms-filter:blur(4px);
  -moz-filter:blur(4px);
  -webkit-filter:blur(4px);}*/

.banner{ margin:0; 
/*    padding:10% 8% 0 8%;*/
     }
.banner h2{  margin-bottom: 20px; padding-top: 0px; font-weight:800;}
.banner h2 span{ color:#8a86c0; }
.banner .text{ padding:10% 0; }    
/* DEMO-SPECIFIC STYLES */
.typewriter {
  width: 262px;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0; /* Gives that scrolling effect as the typing happens */
  animation-delay: 2s;
  animation: 
    typing 2.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}


.search-box {
    background: #fff;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.27);
    border-radius: 60px;
    padding: 15px;
    margin-top: 30px;
    display: inline-block;
}
.search-input.line {
    width: 100%;
    margin-right: 25px;
}
.search-input label {
    font-weight: 500;
    color: #28283C;
    font-size: 14px;
    margin-bottom: 0;
}
.search-input input, .search-input.line input {
    height: 20px;
    min-height: 20px;
    border: 0;
    padding: 0;
    padding-right: 12px;
}
.search-btn .btn {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 32px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    background: #8a86c0;
    border: 2px solid #8a86c0;
}
.search-btn .btn:hover {
    background: #fff;
    color: #8a86c0;
}
.banner .form-control {
    border-color: #dcdcdc;
    color: #333;
    font-size: 13px;
    min-height: 42px;
    padding: 6px 15px;
}
.search-group-icon {
    width: 43px;
    height: 43px;
    background: #F2F2FF;
    border-radius: 50%;
    font-size: 20px;
    color: #4c40ed;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
.search-input {
    width: 42%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.search-box form {
    float: left;
    width: 100%;
}
.search-input {
    float: left;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.search-btn {
    float: right; width: 100%;
}






.banner-bg{ position:absolute; top:25%; max-width:550px; }


.flip-box {
  width: 215px;
    height: 242px;
    perspective: 1000px;
    position: relative;
    top: 39px;
    left: 84px;
    z-index: 1;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-front {
/*  background-color: #bbb;*/
  color: black;
  border-radius: 13px
}
.flip-box-back {
/*  background-color: #555;*/
  color: white;
  transform: rotateY(180deg);
  border-radius: 13px;
}
.flip-box img{ border-radius:10px; }

/*--------------Box 2---------------*/
.flip-box2 {
    width: 130px;
    height: 238px;
    perspective: 1000px;
    position: relative;
    top: -118px;
    left: 308px;
    z-index: 1;
}
.flip-box-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box2:hover .flip-box-inner2 {
  transform: rotateY(180deg);
}
.flip-box-front2, .flip-box-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-front2 {
/*  background-color: #bbb;*/
  color: black;
  border-radius: 13px
}
.flip-box-back2 {
/*  background-color: #555;*/
  color: white;
  transform: rotateY(180deg);
  border-radius: 13px;
}
.flip-box2 img{ border-radius:10px; }

/*--------------Box 3---------------*/
.flip-box3 {
    width: 185px;
    height: 238px;
    perspective: 1000px;
    position: relative;
    top: -218px;
    left: 167px;
    z-index: 1;
}
.flip-box-inner3 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box3:hover .flip-box-inner3 {
  transform: rotateY(180deg);
}
.flip-box-front3, .flip-box-back3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-front3 {
/*  background-color: #bbb;*/
  color: black;
  border-radius: 13px
}
.flip-box-back3 {
/*  background-color: #555;*/
  color: white;
  transform: rotateY(180deg);
  border-radius: 13px;
}
.flip-box3 img{ border-radius:10px; }


/*--------------Box 4---------------*/
.flip-box4 {
    width: 76px;
    height: 38px;
    perspective: 1000px;
    position: relative;
    top: -540px;
    left: 0px;
    z-index: 1;
}
.flip-box-inner4 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box4:hover .flip-box-inner4 {
  transform: rotateY(180deg);
}
.flip-box-front4, .flip-box-back4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-front4 {
/*  background-color: #bbb;*/
  color: black;
  border-radius: 13px
}
.flip-box-back4 {
/*  background-color: #555;*/
  color: white;
  transform: rotateY(180deg);
  border-radius: 13px;
}
.flip-box4 img{ border-radius:10px; }



/*--------------Box 5---------------*/
.flip-box5 {
    width: 76px;
    height: 38px;
    perspective: 1000px;
    position: relative;
    top: -494px;
    left: 84px;
    z-index: 1;
}
.flip-box-inner5 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box5:hover .flip-box-inner5 {
  transform: rotateY(180deg);
}
.flip-box-front5, .flip-box-back5 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-front5 {
/*  background-color: #bbb;*/
  color: black;
  border-radius: 13px
}
.flip-box-back5 {
/*  background-color: #555;*/
  color: white;
  transform: rotateY(180deg);
  border-radius: 13px;
}
.flip-box5 img{ border-radius:10px; }




/*--------------Box 6---------------*/
.flip-box6 {
    width: 76px;
    height: 38px;
    perspective: 1000px;
    position: relative;
    top: -532px;
    left: 361px;
    z-index: 1;
}
.flip-box-inner6 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box6:hover .flip-box-inner6 {
  transform: rotateY(180deg);
}
.flip-box-front6, .flip-box-back6 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-front6 {
/*  background-color: #bbb;*/
  color: black;
  border-radius: 13px
}
.flip-box-back6 {
/*  background-color: #555;*/
  color: white;
  transform: rotateY(180deg);
  border-radius: 13px;
}
.flip-box6 img{ border-radius:10px; }



/*--------------Box 7---------------*/
.flip-box7 {
    width: 76px;
    height: 38px;
    perspective: 1000px;
    position: relative;
    top: -709px;
    left: 446px;
    z-index: 1;
}
.flip-box-inner7 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box7:hover .flip-box-inner7 {
  transform: rotateY(180deg);
}
.flip-box-front7, .flip-box-back7 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-front7 {
/*  background-color: #bbb;*/
  color: black;
  border-radius: 13px
}
.flip-box-back7 {
/*  background-color: #555;*/
  color: white;
  transform: rotateY(180deg);
  border-radius: 13px;
}
.flip-box7 img{ border-radius:10px; }



/*--------------Box 8---------------*/
.flip-box8 {
    width: 76px;
    height: 38px;
    perspective: 1000px;
    position: relative;
    top: -832px;
    left: 308px;
    z-index: 1;
}
.flip-box-inner8 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box8:hover .flip-box-inner8 {
  transform: rotateY(180deg);
}
.flip-box-front8, .flip-box-back8 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-front8 {
/*  background-color: #bbb;*/
  color: black;
  border-radius: 13px
}
.flip-box-back8 {
/*  background-color: #555;*/
  color: white;
  transform: rotateY(180deg);
  border-radius: 13px;
}
.flip-box8 img{ border-radius:10px; }



/*--------------Box 9---------------*/
.flip-box9 {
    width: 76px;
    height: 38px;
    perspective: 1000px;
    position: relative;
    top: -812px;
    left: 0px;
    z-index: 1;
}

/*--------------Box 10---------------*/
.flip-box10 {
    width: 76px;
    height: 38px;
    perspective: 1000px;
    position: relative;
    top: -908px;
    left: 391px;
    z-index: 1;
}

/*--------------Box 11---------------*/
.flip-box11 {
    width: 76px;
    height: 38px;
    perspective: 1000px;
    position: relative;
    top: -778px;
    left: 446px;
    z-index: 1;
}

.confirmation{ padding:0; }
.confirmation { text-align:left; font-size:13px; border:none; padding:0; }
.confirmation span{ font-weight: 400; font-size: 18px; color: #575392; height: 50px; }
.confirmation h2{ margin-bottom: 0; font-size: 18px; font-weight: 500;}

.confirmation-btn {
    font-size: 12px;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    color: #8a86c0;
    border: 2px solid #8a86c0;
}
.confirmation-btn:hover {
    background: #8a86c0;
    color: #fff;
}
.cancel-btn{
    font-size: 12px;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    background: #8a86c0;
    color: #fff;
    border: 2px solid #8a86c0;
}
.cancel-btn:hover {
    background: #fff;
    color: #8a86c0;
    border-color: #8a86c0;
}


.tempus-dominus-widget.dark{position: relative;
    left: 50%;
    bottom: 330px;
    transform: translate(-50%,-50%); }

.category{ background:#fafafb; padding:4%;  }
.category h2{  margin-bottom: 5%; font-weight:800; text-align: center;}
.category h2 span{ color:#8a86c0; }
.category img{ border-radius:30px; }

.sub-category{  padding:2%; border-radius: 20px; box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.27); 
    margin-bottom: 20px; }
.sub-category img{ border-radius: 10px;  }
.sub-category h2{  font-weight:600 !important; font-size: 22px; text-align: left !important;}
.sub-category p{ font-size:12px; margin:0px; min-height: 55px; }
.sub-category .more{ color: #f16269; font-size: 16px; }
.sub-category .price { border-radius: 14px; padding: 10px 4px 4px 4px; margin-bottom: 10px; } 
.sub-category .price h3{ font-size: 14px; line-height: 24px; }
.sub-category .price h3 span{ font-size: 19px;
    font-weight: 600;
    color: #d13737; }
.sub-category .price .view {
    font-size: 12px;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    background: #8a86c0;
    color: #fff;
    border: 2px solid #8a86c0;
}
.sub-category .price .view:hover {
    background: #fff;
    color: #8a86c0;
}

.sub-category .professional{
    font-size: 12px;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    background: #8a86c0;
    color: #fff;
    border: 2px solid #8a86c0;
}
.sub-category .professional:hover {
    background: #fff;
    color: #8a86c0;
}






.checked {
  color: orange;
}

/*.bookmarkRibbon {
    margin-top: 12px;
    margin-right: -12px;
    width: 86px;
    height: 0;
    border-top: 15px solid #f16269;
    border-bottom: 15px solid #f16269;
    border-left: 18px solid transparent;
}
.bookmarkRibbon span {
    font-size: 10px;
    color: #fff;
    position: relative;
    top: -14px;
    left: 7px;
}*/

.sub-category2{  padding:2% 2% 0 2%; border-radius: 20px; box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.27); 
    margin-bottom: 20px; }
.sub-category2 img{ border-radius: 10px; }
.sub-category2 h2{ font-weight:600 !important; font-size: 22px; text-align: left !important;}
.sub-category2 p{ font-size:12px; margin:0 0 10px 0; font-weight:500; }
.sub-category2 h3{ font-weight:500 !important; font-size: 16px; text-align: left !important; color: #8a86c0;}
.sub-category2 .more{ color: #f16269; font-size: 16px; }
.sub-category2 .price { border-radius: 14px; padding: 10px 4px 4px 4px; margin-bottom: 10px; } 
.sub-category2 .price h3{ font-size: 14px; line-height: 24px; }
.sub-category2 .price h3 span{ font-size: 19px;
    font-weight: 600;
    color: #d13737; }
.sub-category2 .price .view {
    font-size: 12px;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    background: #8a86c0;
    color: #fff;
    border: 2px solid #8a86c0;
}
.sub-category2 .price .view:hover {
    background: #fff;
    color: #8a86c0;
}

.sub-category2 .professional{
    font-size: 12px;
    font-weight: 500;
    padding: 7px 28px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    background: #8a86c0;
    color: #fff;
    border: 2px solid #8a86c0;
}

.sub-category2 .professional:hover {
    background: #fff;
    color: #8a86c0;
}


.sub-category2 .procalender{
    font-size: 13px;
    font-weight: 500;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    background-color: #8a86c0;
    color: #fff;
    border: 2px solid #8a86c0;
    background-image: url(../images/calendar2.png);
    background-repeat: no-repeat;
    cursor:pointer;
    /*padding: 7px 0px 7px 25px;
    min-width: 147px;
    background-position: 94px;*/
}

.sub-category2 .procalender:hover {
    background-color: #fff;
    color: #8a86c0;
    background-image: url(../images/calendar2s.png);
    background-position: 94px;
    background-repeat: no-repeat;
}


/*
.sub-category .professional{
    font-size: 12px;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #f16269;
    border: 2px solid #f16269;
}
.sub-category .professional:hover {
    background: #f16269;
    color: #fff;
}
*/
.scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.scale.in {
  opacity: 1;
  transform: scale(1);
}

.confirmed { position: absolute; right: 10px; top: 10px; cursor: pointer; z-index:1; }


.collapsible {
  cursor: pointer;
  outline: none;
  font-size: 12px;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    background: #8a86c0;
    color: #fff;
    border: 2px solid #8a86c0;
}
.collapsible:hover {
    background: #fff;
    color: #8a86c0;
}

.content {
/*  display: none;*/
  overflow: hidden;
}








.professionals{ padding:3%; border-radius: 20px; box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.27);
    margin-bottom: 20px;}
.professionals .user{ max-height:90px; border-radius: 50px; }
.professionals h2{  font-weight:600 !important; font-size: 19px; text-align: left !important; line-height: 24px;}
.professionals h3{  font-weight:400 !important; font-size: 14px; text-align: left !important;}
.professionals p{ font-size:12px; margin-top:0px; }
.professionals hr{ margin-top:0 !important; }
.professionals .calendar{ max-height:30px; }
.professionals .btn{
    font-size: 12px;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #f16269;
    border: 2px solid #f16269;
}
.professionals .btn:hover {
    background: #f16269;
    color: #fff;
}
.professionals .btn2 {
    font-size: 12px;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    background: #8a86c0;
    color: #fff;
    border: 2px solid #8a86c0;
}
.professionals .btn2:hover {
    background: #fff;
    color: #8a86c0;
}
.professionals .ca{ font-size: 9px; line-height: 16px; }
.professionals .ca i{ font-size:20px; position: relative; top: 2px; color: #8a86c0; }



.process{ background:#fafafb; padding:7%; margin-top:-10% }
.process h2{  font-weight:800; font-size:26px; margin-top: 10px; margin-bottom: 30px; }
.process .tag{      font-weight: 500; text-transform: uppercase;
    color: #fff;
        font-size: 10px;
    background: #8a86c0;
    padding: 5px 8px;
    border-radius: 4px;}
.process h3{  
    font-weight: 600;
    font-size: 17px; }  
.process h3 span{font-size: 27px; color:#8a86c0; margin-right: 5px; }      
.process p {font-size: 14px;  }     


.cta{ background:#fafafb; padding:7%; margin-top:-9% }
.cta h2{  font-weight:800; font-size:30px;  margin-bottom: 15px; }
.cta p{ font-weight:500; }
.cta .content{ background-image: url("../images/CTA-bg.jpg"); 
    background-position: bottom center; 
  background-size: cover; background-repeat: no-repeat;
border-radius: 50px;  
/* max-height: 390px;
    padding: 6% 7% 0% 7%;*/}
.cta .btn{     background:#8a86c0; 
    color: #fff;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #8a86c0;
 }
 .cta .btn:hover{     background:transparent; 
    color: #8a86c0;
    border: 2px solid #8a86c0;
 }
 .cta .btn i{ font-size:12px; font-weight:800; }
 .cta .man{ 
    margin-top: -60px;
} 







.announcement{ background:#fafafb; padding:7% 7% 4% 7%; margin-top:-6%; }
.announcement h2{  margin-bottom: 5%; font-weight:800; }
.announcement h2 span{ color:#8a86c0; }
.announcement img{ border-radius:10px; width:100%; height: 100%; }
.announcement .content{ background: #f4f2ff; padding:20px 20px 10px 20px; border-radius:10px; margin-bottom: 30px; }
.announcement .content h3{ font-weight: 700; margin-bottom: 15px; }
.announcement .content p{ font-size:13px; }
.announcement .content i{font-size: 36px; transition: all 0.2s ease;
    margin-top: -16px;}
.announcement .content i:hover{     rotate: 45deg; }    



.testimonial{ background:#f5f5f7;  padding:4% 7% 5% 7%; }
.testimonial h2{  margin-bottom: 5%; font-weight:800; text-align: center;}
.testimonial h2 span{ color:#8a86c0; }
.testimonial h5{ margin-bottom:0; font-weight:600; }
.testimonial .star{ color:#8a86c0; }
.testimonial .star i{ margin-right:5px; font-size: 20px; }
.arrow{     position: absolute;
    right: 0;
    width: 60px;}
.arrow .left{color:#8a86c0; font-size:40px; margin-top:0px;  transition: all 0.2s ease;}
.arrow .left:hover{     rotate: -45deg; } 
.arrow .right{color:#8a86c0; font-size:40px; margin-top:0px;  transition: all 0.2s ease;}
.arrow .right:hover{     rotate: 45deg; }  


.inner-banner{  padding-top:6%; }

.inner-banner hr{ border-bottom:2px solid #8a86c0; opacity:1; }


.inner-banner h2{/* font-size: 70px;*/ margin-bottom: 20px; 
    line-height: auto; color: #8a86c0; font-weight: 600; }     
.inner-banner ul{ margin: 0; padding: 0; color: #000;  font-weight: 400; }    
.inner-banner ul li{ margin: 0; padding: 0 0 0 10px; list-style: none; float: left; font-size:16px; }    
.inner-banner ul li span{ color: #000; font-weight: 400; }
.inner-banner i{ font-size:13px; }
.inner-banner .color-overlay { padding: 0px;
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
/*   background-color: rgb(36 25 56 / 90%);*/

}






.inner{ background:#fff; padding:6% 7% 0 7%; min-height: 500px;}
.inner h2{  margin-bottom: 5%; font-weight:800; text-align: center;}
.inner h2 span{ color:#8a86c0; }
.inner .login{ margin-top:7%;  margin-bottom:7%; }
.inner .login .btn {
    font-size: 14px;
    font-weight: 500; color: #fff;
    padding: 11px 32px;
    border-radius: 50px;
    align-items: center;
    background: #8a86c0;
    border: 2px solid #8a86c0;
    text-align: center;
}
.inner .login .btn:hover {
    background: transparent;
    color: #8a86c0;
    border: 2px solid #8a86c0;
}
.inner .login .btn2 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 11px 32px;
    border-radius: 50px;
    align-items: center;
    background: #f16269;
    border: 2px solid #f16269;
    text-align: center;
}
.inner .login .btn2:hover {    
    background: transparent;
    color: #f16269;
    border: 2px solid #f16269;
}
.inner .login .input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #f4f2ff;
    border: 1px solid #ced4da;
    border-radius: 20px;
}
.inner .form-control{
    border-color: #dcdcdc;
    color: #333;
    font-size: 13px;
    min-height: 44px;
    padding: 5px 15px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
}
.inner .login i{color: #f16269;}
.inner hr{     margin-top: 9px;
    background: #8a86c0; }
.login table{ font-size:14px; }
.inner .col-form-label2 {
    font-size: 14px;
    padding-bottom: 6px;
}
.profile{ background:#f4f2ff;}
.profile h3{
       font-weight: 700;
    font-size: 26px;
    margin: 0 0 5px 0;}
.profile h6{ color:#757272}


.profile2{ background:#f0f7e5;}
.profile2 h3{
       font-weight: 700;
    font-size: 26px;
    margin: 0 0 5px 0;}
.profile2 h6{ color:#757272}


.profile2{ background:#f4f2ff;}
.profile2 h3{ font-weight: 700; font-size: 26px; margin: 0 0 5px 0;}
.profile2 h4 {
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 5px 0;
    color: #f16269;
}
.profile2 h5 {
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 5px 0;
    color: #8a86c0;
}
.profile2 h6{ color:#757272}
.profile2 .badge{ font-weight:300; }
.accordion-button { font-size: 18px;
    margin: 0;
       padding:10px;
    background: #fff; 
    font-weight: 600; border-radius: 0 !important; color:#000; }
.accordion-button:not(.collapsed) { background:#fff; color:#000; 
    margin: 0;
        padding:10px;
    font-weight: 600;border-radius:0; box-shadow:none; }
.accordion-item{ border-radius:0; border:0 }
.accordion{ border-radius:0 }
.accordion-button .menu-title { width: 100%; font-size: 16px;
}  

.accordion-button:focus {box-shadow: none;
}
.accordion-button img{ max-height:15px; }
.accordion-header {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.custom-div {
    display: none;
    position: absolute;
    left: -7px;
    top: -43px;
    background-color: #333;
    color: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    min-width: 150px;
    z-index: 1;
}
.custom-div:after {
    content: '';
    position: absolute;
    top: 35px;
    left: 56px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #333;
}

    .custom-div span{color:#f6e8b3; position: relative; left: 0px; padding-bottom:3px; font-weight:600  }

    /* Styling for the container */
    .tool {
        position: relative;
    }

    /* Show the custom div when hovering over the container */
    .tool:hover .custom-div {
        display: block; font-size: 12px;
    }




.inner .item2 {
    background: #fff;
    margin-bottom: 20px; font-size: 13px;
    border: 1px solid #d9d9d9;
    /* height: 115px*/
} 
.inner .item2 table td{ padding:5px 0; }
.inner .item2 h2{ 
        font-size: 25px;     margin: 20px 0 6px 0;
    line-height: 25px; 
    color: #500bb1;
    font-weight: 600; } 
.inner .item2 h3{ 
        font-size: 12px;  margin: 0; width: 100%;text-wrap: nowrap;
    line-height: 20px; 
    color: #000;
    font-weight: 600; text-transform: none; text-align: left;}  
.inner .item2 h4{ color:#c51818; font-size: 15px; }
.inner .item2 .add {
    background: rgb(78,11,178);
background: linear-gradient(90deg, rgba(78,11,178,1) 0%, rgba(171,13,99,1) 100%);
    font-weight: 600;
    font-size: 11px;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 14px;
    float: right;
    position: relative;
/*    bottom: -15px;
    right: 9px !important;*/
}
.inner .item2 .tag{ height:13px!important; }   

.inner .item2 .spice-select {    padding: 3px 0 3px 10px; border-radius: 0;}



.dashboard-nav ul{ 
    margin: 0; 
    padding: 0; 
    list-style-image:none;}    
.dashboard-nav ul li{ 
    margin: 0; 
    padding: 0; 
    font-size: 14px; 
    font-weight: 500;
    line-height: 24px; 
    text-align:left;
    list-style:none; }
.dashboard-nav ul li a{ 
    background: #8a86c0;
    color: #fff;
    display: block;
    padding: 10px 20px;
    margin-bottom: 6px; } 
.dashboard-nav .count{ background: #f16269;
    padding: 5px;
    font-size: 10px;
    border-radius: 5px;
    margin-left: 10px; }     
.dashboard-nav .on{ background: #ac0d62; color:#fff!important; }    
.dashboard-nav ul li a:hover{ 
    background: #000;
    color: #fff; }    
.dashboard-nav .active{ 
    background: #28245b;
    color: #fff; }        
.dashboard-nav {
    background: #f7f8f9;
/*    padding: 20px; */
}
.dashboard-nav p{ line-height:10px; } 
.dashboard-nav p i{ font-size: 10px; float: left !important; } 
.dashboard-nav i{ background:none; outline:none;  margin-right:0; padding:0; width:auto; color:#fff;   
	/* float: right; */ } 



.dashboard-nav2 ul{ 
    margin: 0; 
    padding: 0; 
    list-style-image:none;}    
.dashboard-nav2 ul li{ 
    margin: 0; 
    padding: 0; 
    font-size: 14px; 
    font-weight: 500;
    line-height: 24px; 
    text-align:left;
    list-style:none; }
.dashboard-nav2 ul li a{ 
    background: #f16269d1;
    color: #fff;
    display: block;
    padding: 10px 20px;
    margin-bottom: 6px; } 
.dashboard-nav2 .on{ background: #ac0d62; color:#fff!important; }    
.dashboard-nav2 ul li a:hover{ 
    background: #f16269;
    color: #fff; }        
.dashboard-nav2 {
    background: #e7f0f9;
    padding: 20px; 
}
.dashboard-nav2 p{ line-height:10px; } 
.dashboard-nav2 p i{ font-size: 10px; float: left !important; } 
.dashboard-nav2 i{ background:none; outline:none; float: right; margin-right:0; padding:0; width:auto; color:#fff;   } 


.inner .address-card{ background: #fff;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9; }
.inner .address-card h2 {     line-height: 23px;
           font-weight: 500;
    font-size: 15px;
    margin: 0;}    
.inner .address-card p{ font-size: 14px;
    line-height: 24px;
    color: #726666; margin:0 }    
.inner .address-card i{ color:#f16269; }
.inner .add {
    background: rgb(78,11,178);
    background: linear-gradient(90deg, rgba(78,11,178,1) 0%, rgba(171,13,99,1) 100%);
    font-weight: 600;
    font-size: 13px;
    color: #ffffff;
    border-radius: 3px;
    padding: 12px 24px;
}

.inner .about img{ border-radius:20px; }
.inner .about h2{  margin-bottom: 3%; font-weight:800; }
.inner .about h2 span{ color:#8a86c0; }
.inner .about h3{font-weight: 600;
    color: #8a86c0;
    font-size: 17px; }
.inner .about ul{ margin: 0; padding: 0 0 15px 20px; }    
.inner .about ul li{ margin: 0; padding: 0 0 10px 0; list-style: square; font-size: 16px; line-height: auto; }  



.inner .team{ box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.27);
    border-radius: 20px; padding: 10px; margin-bottom: 20px;}
.inner .team h2{ margin-bottom: 0; margin-top: 10px;
    font-weight: 600;
    font-size: 22px; }
.inner .team h3{font-weight: 600;
    color: #8a86c0;
    font-size: 13px;}




.contact{ margin: 0; padding: 70px 0; } 
.contact h2{font-weight: 800;
    text-align: center; }     
.contact p{font-size: 15px;
    line-height: 22px;
    text-align: center; margin:0; }     
.contact h3{ font-size: 18px; line-height: 20px; font-weight: 700; text-align:center; }    
.contact h4{font-size: 16px; margin-top: 10px; line-height: 22px; font-weight: 600; }
.contact h4 span{ color: #003a6b; font-weight: 600;}
.contact ul{ margin: 0; padding: 0 0 0 20px; }    
.contact ul li{ margin: 0; padding: 0 0 10px 0; list-style-image: url('../images/plus.png');}
.contact .form{ padding: 40px;     box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.27);
    min-height: 260px;
    border-radius: 20px;
    border: 1px solid #e9e6e6;  }
.contact .form-control{ background: #fff; padding: 15px; color: #222; min-height: 50px;
-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; margin-bottom: 10px; 
resize: none; }
.contact .form-control:focus{outline: none}
.contact .form .btn{ padding: 15px 30px; margin-top: 5px;
  background: #8a86c0; color: #fff; font-weight: 600; border: 2px solid #8a86c0;
  -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;  }
.contact .form .btn:hover{ 
    background:#fff; 
    color: #8a86c0;
    border: 2px solid #8a86c0;
}

  
.contact i{ color: #8a86c0; width: 80px; height: 80px; padding: 10px; font-size: 34px;
    text-align: center;  }

.contact .contact-icon {
        background: #f4f2ff;
    border-radius: 68px;
    width: 84px;
    height: 84px;
    padding: 15px;
    line-height: 56px;
    display: inline-block;
    text-align: center;
}

.contact img{ border-radius:20px; }







/*----------------FOOTER--------------------*/
.footer{ background:#0e0d39;  padding: 4% 5% 20px 5%; color: #fff; }
.footer img{ margin-bottom: 20px; max-height:60px }
.footer h2{font-size: 22px;
    margin-bottom: 30px;
    color: #fff;
    line-height: auto;
    font-weight: 600;
    letter-spacing: 1px; }  
.footer hr{border-top: 2px solid #2490eb; background: none; width: 100%; float: left; margin: 0 0 30px 0;}
.footer p{ font-size: 14px; }
.footer ul{ 
    margin: 0;
    padding: 0; }
.footer ul li{ font-size: 16px;
    padding-bottom: 16px;
    display: inline;
    padding-right: 20px;
    transition: all 0.5s ease;
 }
 .footer ul li a:hover{ color: #8a86c0 }

.footer ul li span{ font-size:13px; }
.footer ul li i{font-size: 8px;
    position: relative;
    top: -1px; }
.footer i{ color: #fff; font-size: 20px; margin: 5px 9px 0 0; }
.footer-btn{ background: #fff; width: 40px; height: 40px; text-align: center; color: #000; font-size: 13px; font-weight: 600;
-moz-border-radius: 80px; -webkit-border-radius: 80px; border-radius: 80px; text-transform: uppercase; }
.footer-btn:hover{ background: #000; color: #fff; }

.footer .social .bi {
    padding: 9px 6px 9px 6px;
    font-size: 14px;
    width: 23px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease;
}
.footer .social .bi:hover {
    color: #8a86c0;
} 
.copyright{ background: #111a3a; padding: 20px 0; text-align: center;  color:#fff;
font-size:13px; }
.copyright hr{ border-top: 1px solid rgb(255 244 244 / 10%) !important;}







.typewriter h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
  typing 3.5s steps(40, end),
  blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: blue; }
}




.profession-search{ padding-bottom:50px; }
.profession-search .btn{ background:#8a86c0; border:none; padding:12px 18px; border-radius: 0 50px 50px 0; }
.profession-search .input-group-text{ border-radius:50px 0 0 50px; }






.product-detail .btn {
    font-size: 14px;
    font-weight: 500; color: #fff;
    padding: 11px 32px;
    border-radius: 20px;
    align-items: center;
    background: #8a86c0;
    border: none; text-align: center;
}
.product-detail .btn:hover {
    background: #000;
}

.product-detail {
    padding: 10% 7% 0 7%;
    text-align: center;
}

.product-detail .carousel-inner img {
    width: 100%;
    height: 100%
}

.product-detail #custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

.product-detail #custCarousel .carousel-indicators>li {
    width: 100px
}

.product-detail #custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

.product-detail #custCarousel .carousel-indicators li.active img {
    opacity: 1
}

.product-detail #custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.product-detail .carousel-item img {
    width: 100%
}

.product-detail h2 {
    font-size: 16px;
}

.product-detail h3 {
    font-size: 12px;
    color: #666;
}

.product-detail p {
    text-align: justify;
}

.product-detail h4 {
    color: #f16269;
    font-size: 18px;
    font-weight: 600;
}
.product-detail h4 span {
    font-size: 14px;
    color: #333;
}

.product-detail .btn-primary {
    background: #be0a0a;
    border: 1px solid #be0a0a;
}

.product-detail .color {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-top: 3px;
    margin-right: 7px;
}

.product-detail .size {
    margin-top: 6px;
    margin-right: 5px;
    width: 40px;
    border: 1px solid #be0a0a;
    text-align: center;
}

.product-detail .size:hover {
    background: #be0a0a;
    color: #fff;
}

.product-detail .sizeDisable {
    margin-top: 6px;
    margin-right: 5px;
    width: 40px;
    border: 1px solid #B0B0B0;
    text-align: center;
    background: #BEBEBE;
    color: black;
}

.product-detail .availability input {
    border: 1px solid #f8c301;
}

.product-detail .availability button {
    border: 1px solid #f8c301;
    background: #f8c301;
}

.product-detail .availability button i {
    color: #fff;
}

.product-detail .quantity span {
    width: 24px;
    padding: 1px 9px;
    font-size: 18px;
    line-height: 20px;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #8a86c0;
    border-radius: 50px;
}

.product-detail .quantity button:active {
    /*    box-shadow: inset 2px 2px 2px rgba(255,255,255,.1),
                inset -2px -5px 15px rgba(0,0,0,.5);*/
}

.product-detail .quantity input {
    outline: none;
    border: 1px solid #8a86c0;
    padding: 4px 0;
    position: relative;
    top: 0px;
    height: 22px;
    width: 50px;
    text-align: center;
    font-size: 1em;
    margin: 0;
    background: transparent;
    border-radius: 50px;
}

.product-description .nav-tabs .nav-link.active {
    font-weight: bold;
    background-color: transparent;
    border-bottom: 3px solid #dd0000;
    border-right: none;
    border-left: none;
    border-top: none;
}

.product-description .nav-tabs .nav-link {
    font-weight: bold;
    background-color: transparent;
    border-right: none;
    border-left: none;
    border-top: none;
}

.product-description .nav-link:hover {
    border-top: none;
    border-left: none;
    border-right: none;
}
.hide {
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}
.ribbon{     
    background: #f9e7e5;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 5px; 
}

.information{    
    color: #8a86c0;
}

.font700{ font-size: 16px !important; font-weight: 700 !important; }
.loading{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    position: fixed;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
     z-index: 3; 
        }
.loading p{ position:absolute; bottom:25%; font-weight:700; font-size:14px; text-align:center; }
.loader {
            width: 100px;
            height: 50px;
            display: flex;
            justify-content: space-between;
        }

.loader span {
            width: 8px;
            height: 100%;
            background-color: #fff;
            animation: loading 1.5s infinite ease-in-out;
        }

.loader span:nth-child(1) {
            animation-delay: 0s;
        }

.loader span:nth-child(2) {
            animation-delay: 0.2s;
        }

.loader span:nth-child(3) {
            animation-delay: 0.4s;
        }

.loader span:nth-child(4) {
            animation-delay: 0.6s;
        }

.loader span:nth-child(5) {
    animation-delay: 0.8s;
}        

@keyframes loading {
    0%, 100% {
        transform: scaleY(100%);
    }

    50% {
        transform: scaleY(60%);
        background-color: #8a86c0;
    }
}


.paymentProceed{
    background: #8a86c0;
    border-radius: 50px;
    padding: 6px 17px;
    font-size: 12px;
    border: 2px solid #8a86c0;
    color: #fff;
    visibility: hidden; opacity: 0; transition: opacity 2s;
}
.paymentProceed:hover{
    background:#fff;
    border: 2px solid #8a86c0;
    color: #8a86c0;
}



.faq-container {
        background: #fff;
        border-radius: 20px;
        border: 1px solid #e9e6e6;
        box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.27); 
        padding: 40px;
    }
    .accordion-button {
/*        border-bottom: 1px solid #ddd !important; */
        font-size: 18px; 
    }
    .accordion-body {
        padding: 2rem 7px;
        text-align:justify;
    }




.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon-cross.png) !important;
    transform: rotate(-180deg);
}
.accordion-button::after {
    width: 1.9rem;
    height: 1.9rem;
    background-image: url(../images/icon-plus.png) !important;
    background-size: 1.9rem;
}



