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

body,
html {
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
}
  body {
    font-family: 'Be Vietnam Pro', cursive;
    color: #0E4FA1;
    background-color: #fff;
    font-size: 16px;
    background-image: url(../images/background/background.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
  }
.alert-danger {
    display: flex;
        position: absolute !important;
}
.alert-danger .close{
        border: none;
    background-color: transparent;
    margin-inline: 10px;
}
.alert-danger p{
    margin-bottom: 0;
}
.alert-danger .close span{
        font-size: 30px;
    display: block;
    margin-top: -16px;
    height: 0;
}
.alert-dismissible {
    padding-left: 16px;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none !important;}
  .text-right {
    text-align: right;
  }
.fz-16{font-size:16px;}
  .text-left {
    text-align: left;
  }

  .main-color {}

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
    color: #0E4FA1;
    line-height: 1.4;
  }

  .row {
    margin: 0;
  }

  .border-rl {
    border-right: 2px solid #e4e4e4;
    border-left: 2px solid #e4e4e4;
  }

  .landing-page-title {
    font-size: 48px;
    font-family: 'Overlock SC', sans-serif !important;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
  }

  p {
    line-height: 1.7;
    margin: 0;
  }
  .right{
    text-align: right;
    float: right;
  }
  a {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-decoration: none;
  }

  img {
    max-width: 100%;
  }

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  ::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 5px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ED5CA1;
  }

  ::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  ::-moz-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 5px;
  }

  ::-moz-scrollbar-thumb {
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ED5CA1;
  }

  ::-o-scrollbar-track {
    -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  ::-o-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 5px;
  }

  ::-o-scrollbar-thumb {
    border-radius: 5px;
    -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ED5CA1;
  }

  .scroller {
    overflow-y: scroll;
    scrollbar-color: #0A4C95 #C2D2E4;
  }

  .main-nav nav .right .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar {
    width: 3px;
  }

  .d-table {
    width: 100%;
    height: 100%;
  }

  .d-table-cell {
    vertical-align: middle;
  }

  .ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-100 {
    padding-top: 100px;
  }

  .pt-30 {
    padding-top: 30px;
  }
.mt-30{
  margin-top: 30px;
}
  .pt-50 {
    padding-top: 50px;
  }

  .pb-70 {
    padding-bottom: 70px;
  }

  .pb-50 {
    padding-bottom: 50px;
  }

  .pb-100 {
    padding-bottom: 100px;
  }

  .mb-100 {
    margin-bottom: 100px;
  }

  button:focus {
    outline: 0;
  }

  .btn.focus,
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  ul {
    margin: 0;
    padding: 0;
  }

  .container {
    max-width: 1230px;
  }

  .bk-wihte {
    background: #fff;
  }
.form-control{
    height:45px;
}
textarea.form-control{
    height:auto;
}
  .s-pad {
    padding: 0 8px;
  }

  .l-pad {
    padding-left: 0;
  }


  .preloader {
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 999999999999999;
    -webkit-transition: .9s;
    transition: .9s;
  }

  .preloader .loader {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 29%;
  }

  .preloader .loader .loader-outter {
    position: absolute;
    border: 4px solid #ffffff;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  }

  .btn i {
    padding: 0 5px;
    vertical-align: sub;
  }

  .preloader .loader .loader-inner {
    position: absolute;
    border: 4px solid #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: calc(40% - 21px);
    top: calc(40% - 21px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  }

  .preloader .loader .indicator img {
    animation: circleScale 3s infinite;
  }

  .preloader .loader .indicator {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
  }

  @keyframes circleScale {
    0% {
      transform: scale(1)
    }

    50% {
      transform: scale(1.2)
    }

    100% {
      transform: scale(1)
    }
  }

  .preloader .loader .indicator svg polyline {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .preloader .loader .indicator svg polyline#back {
    stroke: #ffffff;
  }

  .preloader .loader .indicator svg polyline#front {
    stroke: #2574A9;
    stroke-dasharray: 12, 36;
    stroke-dashoffset: 48;
    -webkit-animation: dash 1s linear infinite;
    animation: dash 1s linear infinite;
  }

  .preloader::before,
  .preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #fff;
    -webkit-transition: .9s;
    transition: .9s;
  }

  .preloader::after {
    left: auto;
    right: 0;
  }

  .preloader.preloader-deactivate {
    visibility: hidden;
  }

  .preloader.preloader-deactivate::after,
  .preloader.preloader-deactivate::before {
    width: 0;
  }

  .preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
  }

  @-webkit-keyframes loader-outter {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes loader-outter {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes loader-inner {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }

  @keyframes loader-inner {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }

  @-webkit-keyframes dash {
    62.5% {
      opacity: 0;
    }

    to {
      stroke-dashoffset: 0;
    }
  }

  @keyframes dash {
    62.5% {
      opacity: 0;
    }

    to {
      stroke-dashoffset: 0;
    }
  }

  /*----- Go Top CSS -----*/
  .go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 0;
    color: #ffffff;
    background-color: #312F65;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%;
    border: 1px solid #312F65;
    -webkit-box-shadow: 0 2px 6px 0 #00000029;
    box-shadow: 0 2px 6px 0 #00000029;
  }

  .go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-size: 25px;
    line-height: 45px;
  }

  .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
  }

  .go-top.active {
    right: 1%;
    -webkit-transform: translateY(-1%);
    transform: translateY(-1%);
    opacity: 1;
    visibility: visible;
  }

  .go-top:hover,
  .go-top:focus {
    color: #ffffff;
    border: 1px solid #535353;
    background-color: #535353;
  }

  .go-top:hover i:first-child,
  .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
  }

  .go-top:hover i:last-child,
  .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
  }

  .clear {
    clear: both;
  }

  /*----- End Go Top CSS -----*/
  /*----- Preloader CSS -----*/
  .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }

  .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
  }

  .double-bounce1,
  .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
  }

  .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }

  @-webkit-keyframes sk-bounce {

    0%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes sk-bounce {

    0%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  .section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    align-content: ;
    justify-content: space-between;
  }

  .section-title h2 {
    margin-bottom: 0;
    font-size: 38px;
    position: relative;
  }

  .section-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 115px;
    height: 3px;
    background: #312F65;
    display: none;
  }

  .section-title a {
    color: #ec5ca0;
    transition: all 0.5s ease-in-out;
  }

  .section-title a:hover {
    text-decoration: underline;
  }

  .section-title-center {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    text-align: center;
  }

  .section-title-center h2 {
    margin-bottom: 0;
    font-size: 38px;
    position: relative;
    text-transform: capitalize;
  }

  .section-title-center h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 115px;
    height: 3px;
    background: #ede80f;
    margin: auto;
  }

  .main-btn {
    background-color: #ED5CA1;
    color: #fff !important;
    border: 1px solid #ED5CA1;
    transition: all 0.5s ease-in-out;
    border-radius: 25px;
  }

  .main-btn:hover {
    background-color: #fff;
    color: #ED5CA1 !important;
    border: 1px solid #ED5CA1;
  }

  /*----- Home Demo One CSS -----*/
  /*-- Header --*/
  .header-area {
    background-color: #011a41;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-area .left ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
  }

  .header-area .left ul li:last-child {
    margin-right: 0;
  }

  .header-area .left ul li i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 4px;
    color: #011a41;
    margin-right: 2px;
  }

  .header-area .left ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }

  .header-area .left ul li a:hover {
    color: #011a41;
  }

  .header-area .right {
    text-align: right;
  }

  .header-area .right ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
  }

  .header-area .right ul li:last-child {
    margin-right: 0;
  }

  .header-area .right ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
  }

  .header-area .right ul li a:hover {
    color: #011a41;
  }

  /*-- Navbar --*/
  .main-nav {
    background: transparent;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    padding: 5px;
    position: relative;
  }

  .navbar-area {
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    min-height: 80px;
  }

  .main-nav.menu-shrink {
    padding-top: 8px;
    padding-bottom: 8px;

  }

  .top-header {
    background: #312F65;
    display: flex;
    justify-content: center;
  }

  .top-header ul {
    list-style: none;
    display: flex;
  }

  .top-header .right {
    float: right;
  }

  .top-header ul li {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 0 !important;
  }

  .top-header ul li img {
    max-width: 20px;
    vertical-align: sub;
  }

  .mean-menu {
    display: flex !important;
    flex-grow: 1;
    align-items: center;
    flex-basis: auto;
  }

  .main-nav nav {
    padding: 0;
  }

  .main-nav .logo {
    position: relative;
    width: 100%;
    height: 70px;
  }

  .main-nav .logo img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .navbar-brand {
    width: 100%;
    padding: 0;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 140px;
  }

  .main-nav nav .navbar-nav {
    height: auto;
    overflow: initial;
    flex-direction: row;
  }


.main-nav nav .navbar-nav .nav-item{
  padding: 0;
}
  .main-nav nav .navbar-nav .nav-item a {
    font-weight: 600;
    color: #000;
    margin-left: 15px;
    margin-right: 5px;
    font-size: 13px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #312F65;
    padding: 0;
  }

  .main-nav nav .navbar-nav .nav-item a img {
    width: 30px;
    height: 30px;
  }

  .main-nav nav .right .navbar-nav .nav-item a {
    color: #312F65;
    position: relative;
  }

  .main-nav nav .right .navbar-nav .nav-item a img {
    width: 25px;
    height: 25px;
  }

  .main-nav nav .right .navbar-nav .nav-item a span {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #ec5ca0;
    padding: 4px;
    font-size: 11px;
    color: #fff;
    border-radius: 7px;
    line-height: 1;
  }

  .main-nav nav .navbar-nav .nav-item a:hover,
  .main-nav nav .navbar-nav .nav-item a:focus,
  .main-nav nav .navbar-nav .nav-item a.active {
    color: #ED5CA1;
  }

  .red-btn {
    background: #ED5CA1;
    color: #fff !important;
    padding: 5px 15px !important;
    border-radius: 15px;
  }

  .main-nav nav .navbar-nav .nav-item a i {
    /*! display: inline-block; */
    /*! font-weight: 600; */
    /*! font-size: 18px; */
    /*! position: relative; */
    /*! top: 3px; */
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 0;
  }

  .main-nav .drop-right nav .navbar-nav .nav-item .dropdown-menu {
    right: inherit;
    left: 0;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: 0 !important;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #011a41;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: 0;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-weight: 600;
    padding: 9px 15px;
    color: #011a41;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #f1f1f1;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ef62a5;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1;
    border-radius: 0px 50px 50px 0px;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #011a41;
    padding-left: 18px;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover:before,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus:before,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
    width: 3px;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 15px;
    left: unset;
    right: -100%;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #011a41;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #011a41;
  }

  .main-nav .dropdown-toggle::after {
    display: none;
  }

  .search-form form {
    position: relative;
  }

  .search-form form input {
    color: #312F65 !important;
    border: 0;
    background: #E9E9E9;
    border-radius: 10px;
    padding: 5px 40px;
  }

  .search-form form button {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    background: none !important;
    border: 0 !important;
    padding: 0;
    color: #312F65 !important;
  }

  .side-nav .language {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }

  .side-nav .language .nice-select {
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    color: #011a41;
    font-weight: 600;
  }

  .side-nav .language .nice-select:after {
    border-bottom: 2px solid #011a41;
    border-right: 2px solid #011a41;
  }

  .side-nav .language .nice-select ul {
    border: 0;
    border-radius: 0;
    display: block;
    width: 100%;
  }

  .side-nav .language .nice-select ul li {
    display: block;
    width: 100%;
    color: #011a41;
    font-size: 15px;
  }

  .side-nav .consultant-btn {
    display: inline-block;
    color: #fff;
    background-color: #011a41;
    border-radius: 5px;
    padding: 12px 25px;
    font-weight: 600;
    vertical-align: middle;
  }

  .side-nav .consultant-btn:hover {
    background-color: #011a41;
  }

  .user-box {
    padding: 15px;
  }

  .user-box .user-img {
    position: relative;
    width: 70px;
    height: 70px;
  }

  .user-box .user-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
  }

  .user-box .flex-grow-1 {
    align-self: center;
  }

  .user-box .flex-grow-1 h5 {
    font-size: 16px;
    font-weight: 500;
  }

  .user-box .flex-grow-1 h5 i {
    float: right;
    color: #676767;
  }

  /*-- HEADER --*/
  /*-- Footer --*/

  /*-- Copyright --*/
  .copyright-area.three .copyright-item p a {
    color: #355efc;
  }

  .copyright-area.three .copyright-item p a:hover {
    color: #fff;
  }

  .sidebarCollapse {
    width: auto;
    height: auto;
    background: none;
    cursor: pointer;
    border: 0;
    padding: 0;
  }
#sidebar .navbar-header{
    text-align: right;
    padding: 15px;
}
  .sidebarCollapse.navbar-btn {

    width: 40px;
    height: 40px;
  }

  .sidebarCollapse span {
    width: 60%;
    height: 3px;
    margin: 0 auto;
    display: block;
    background: #5c5c5c;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
  }

  .sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
  }

  .sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
  }

  .sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(2px, -2px);
  }

  #sidebar {
    min-width: 360px;
    max-width: 250px;
    background: #fff;
    color: #5a5a5a;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    bottom: 0;
    overflow-y: scroll;
  }

  #sidebar .navbar-myHeader {

    position: absolute;

    top: 0px;

    z-index: 999999999999999999999999;

    right: initial;

    left: 0;
  }

  #sidebar .logo-img {
    position: relative;
    width: 90%;
    height: 60px;
  }

  #sidebar .logo-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  #sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
  }

  #sidebar .sidebar-myHeader {
    padding: 20px;
    background: #6d7fcc;
  }

  #sidebar ul.components {
    padding: 15px 0;
    border-bottom: 0;
  }

  #sidebar ul p {
    color: #000;
    padding: 10px;
    text-align: center;
  }

  #sidebar ul li a {
    padding: 10px 20px;
    font-size: 1.1em;
    display: block;
    color: #5a5a5a;
    border-bottom: 2px solid #e4e4e4;
  }


  #sidebar ul li.active>a,
  a[aria-expanded="true"] {
    color: #173134 !important;
  }



  .sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 10px auto;
    background: #fff;
  }

  .list-unstyled i {
    padding-right: 30px;
  }


  /*----- End Home Demo Three CSS -----*/
  /*-- Footer --*/
  footer {
    padding: 50px 0;
    background: #0E4FA1;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #fbc7d4, #9796f0);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #0E4FA1, #24AEEA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .footer-item {
    margin-bottom: 30px;
  }

  footer h5 {
    color: #fff;
    position: relative;
  }

  footer h5:after {
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: #312F65;
  }

  footer p {
    color: #fff;
  }

  .footer-item h3 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
  }

  .footer-item h3:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #e3e6ea;
  }

  .footer-item .footer-logo .logo {
    display: block;
    margin-bottom: 20px;
    height: 100%;
  }

  .footer-item p,
  .footer-item a {
    color: #fff;
  }

  .footer-item .footer-logo ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
  }

  .footer-item .footer-logo ul li:last-child {
    margin-bottom: 0;
  }

  .footer-item .footer-logo ul li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #e2e5e9;
    font-size: 25px;
  }

  .footer-item .footer-logo ul li span {
    display: inline-block;
    font-weight: 600;
    margin-right: 3px;
    color: #fff;
  }

  .footer-item .footer-logo ul li a {
    display: inline-block;
    color: #fff;
  }

  .footer-item .footer-logo ul li a:hover {
    color: #c4c9d2;
  }

  .footer-item .footer-links ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
  }

  .footer-item .footer-links ul li:last-child {
    margin-bottom: 0;
  }

  .footer-item .footer-links ul li a {
    color: #fff;
    display: block;
  }

  .footer-item .footer-links ul li a:hover {
    color: #c4c9d2;
    padding-left: 5px;
  }

  .footer-item .footer-newsletter p {
    color: #fff;
    margin-bottom: 30px;
  }

  .footer-item .footer-newsletter .newsletter-form .form-control {
    height: 50px;
    border: 0;
    border-radius: 0;
    padding-left: 15px;
    font-size: 15px;
  }

  .footer-item .footer-newsletter .newsletter-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
  }

  .footer-item .footer-newsletter .newsletter-form .common-btn {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    opacity: 1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border: 0;
    border-radius: 0;
    margin-top: 10px;
    background: #c4c9d2;
    color: #011a41;
  }

  .footer-item .footer-newsletter .newsletter-form .validation-danger {
    color: #fff;
    margin-top: 10px;
  }

  .footer-logo {
    position: relative;
    width: 100%;
    height: 75px;
  }

  .footer-logo img {
    max-width: 100%;
    max-height: 100%;
  }

  ul.footer-social {
    margin: 15px 0;
  }

  ul.footer-social li {
    display: inline-block;
    padding: 5px;
    transition: all 0.5s ease-in-out;
  }

  ul.footer-social li img {
    max-width: 38px;
    background: #ED5CA1;
        border-radius: 4px;
  }

  ul.footer-social li:hover img {
    transform: translate(0px, -7px);
  }

  .footer-apps {}

  .footer-apps li {
    display: inline-block;
  }

  .footer-apps li img {
    max-width: 125px;
  }

  footer ul {
    list-style: none;
  }

  footer ul li {
    padding: 5px 0;
  }

  footer ul li a {
    color: #fff;
  }

  footer ul li a:hover {
    color: #ED5CA1;
  }

  /*-- Copyright --*/
  .copyright-area {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0E4FA1;
  }

  .copyright-area .logo {
    max-width: 80px;
  }

  .copyright-area a.mail {
    color: #80ab50;
  }

  .copyright-area ul.links {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .copyright-area ul.links li {
    display: inline-block;
  }

  .copyright-area ul.links li a img {
    transition: all 0.5s ease-in-out;
  }

  .copyright-area ul.links li a:hover img {
    transform: translatey(-7px);
  }

  .copyright-area .copyright-item p {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
  }

  .copyright-area .copyright-item p a {
    display: inline-block;
    color: #ED5CA1;
    font-weight: 700;
  }

  .copyright-area .copyright-item p a:hover {
    color: #ede80f;
  }

  #slider .carousel-indicators {
    margin: auto;
    bottom: 15px;
    left: 5%;
    right: inherit;
  }

  #slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 26px;
    transition: all 0.5s ease-in-out;
    opacity: 0.9;
    background: #fff;
    border: 4px solid #fff;
  }

  #slider .carousel-indicators .active {
    background: #312F65;
    width: 10px;
    border-radius: 15px;
    opacity: 1;
    border: ;
  }

  .carousel-control-next-icon {
    background-image: url(../images/icons/next.png);
  }

  .carousel-control-prev-icon {
    background-image: url(../images/icons/prev.png);
  }

  /*----- About Us -----*/
  #about {
    padding: 0 0 40px;
  }
  #about p{
    margin: 10px 0;
  }
  /*----- About Us -----*/
  /*----- Booking -----*/
  #book {
    padding: 40px 0;
  }

  #book .card {
    padding: 30px 15px;
    border: 0;
    box-shadow: 0px 0px 20px -11px;
  }

  #book .card .form-control {
    border: 0;
    background: #f7f7f7;
    height: calc(2.5rem + 2px);
    padding: 15px 15px 5px 15px;
    font-size: 16px;
    border-radius: 10px;
  }

  #book .card .form-floating>label {
    left: 15px;
    padding: 7px;
  }

  #book .card .form-control:focus {
    box-shadow: none;
  }

  .form-floating>.form-control:focus~label,
  .form-floating>.form-control:not(:placeholder-shown)~label,
  .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    font-size: 14px;
  }

  #book .form-check {
    padding: 7px 16px;
    border: 1px solid #A9A9A9;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }

  #book .form-check .form-check-input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: none;
    border: 0;
  }

  #book .form-check .form-check-label {
    font-size: 12px;
    cursor: pointer;
    z-index: 2;
    position: relative;
  }

  #book .form-check .form-check-label img {
    max-width: 20px;
    max-height: 20px;
    vertical-align: sub;
    margin: 0 5px;
  }

  #book .form-check .form-check-input:checked {
    border-color: #80ab50;
    background: #80ab50;
    z-index: 1;
  }

  /*----- Booking -----*/
  /*----- services -----*/
  #products {
    padding: 40px 0;
  }

  img.product-icons {
    width: 40px !important;
    position: absolute;
    top: 0;
    left: 35px;
    z-index: 9;
  }

  .product-card {
    border: 0;
    box-shadow: 0px 0px 20px -11px;
    margin: 10px 0;
    background: #fff;
    padding: 15px;
    overflow: hidden;
  }
.product-card .wisjlist-btn{}

  .product-card .card-img {
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;
  }

  .card .card-img {
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;
  }

  .product-card .card-img img {
    margin: auto;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 290px;
    object-fit: cover;
  }
 
.category .card .card-img {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
  }

  .category .product-card .card-img img {
    margin: auto;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 260px;
  }  
.card .d-flex .card-img {
    position: relative;
    width: 350px;
    height: 350px;
    overflow: hidden;
  }

  .product-card .d-flex .card-img img {
    margin: auto;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
    width: 350px;
    height: 350px;
  }
   .ads-image{
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 11 / 9;
  }
 
  .product-card .d-flex .card-body{
    max-width: 400px;
}
  .product-card .card-body h5 {
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
    padding-right: 25px;
  }

  .product-card .card-body p {
    transition: all 0.5s ease-in-out;
    font-size: 14px;
    color: #312F65;
    margin: 0;
  }

  .product-card .card-body p.product-details {
    height: 45px;
    overflow: hidden;
  }
.category .product-card .card-body p.product-details{
    height: auto;
}
  .product-card .card-body p.product-price {
    font-weight: 700;
    color: #ec5ca0;
  }
/*
.product-card:hover .card-body p.product-price {
  opacity:0
}*/
  .product-card:hover .card-img img {
    transform: scale(1.1);
  }

  .product-card ul {
    list-style: none;
  }

  .product-card ul li {
    display: inline-block;
    padding-right: 7px;
    color: #312F65;
  }

  .product-card ul li img {
    padding-right: 3px;
    max-width: 22px;
  }

  .product-card .card-footer {
    background: none;
    border: 0;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
  }

  .product-card .card-footer span {
    color: #312F65;
  }

  .product-card .card-body {
    position: relative;
  }

  .product-card .wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    color: #312F65;
  }

  .product-card .wishlist.inactive {
    color: #ED5CA1;
  }
  .product-card .main-btn{
    position: absolute;
    right: 0;
    left: 0;
    bottom: -100px;
    transition: all ease-in-out .5s;
}
  .product-card:hover .main-btn{
    bottom: 0;
}
  .owl-products .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 26px;
    transition: all 0.5s ease-in-out;
    opacity: 0.9;
    background: #C6DFFF !important;
    border: 4px solid #C6DFFF !important;
    margin: 0 2px;
    float: right;
  }

  .owl-products .owl-dot.active {
    background: #312F65 !important;
    width: 15px;
    border-radius: 15px;
    opacity: 1;
  }

  /*----- services -----*/
  /*----- categories -----*/
  #categories {
    padding: 40px 0;
  }


  /*----- categories -----*/

  /*----- Accounts Modals -----*/
  .account-modal {}

  .account-modal .modal-body {
    padding: 15px 40px;
  }

  .account-modal .modal-logo {
    width: 100%;
    position: relative;
    height: 40px;
    margin: 20px 0;
  }

  .account-modal .modal-logo img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }

  .account-modal h3 {
    text-align: center;
    font-size: 20px;
    margin: 0;
  }

  .account-modal form {}

  .account-modal form label {
    margin: 0;
    text-transform: capitalize;
  }

  .account-modal form input {}

  .account-modal .btn-primary {
    color: #fff;
    background-color: #ED5CA1;
    border-color: #ED5CA1;
    padding: 7px 35px;
    width: 100%;
  }

  .account-modal .btn-primary:hover {
    color: #ED5CA1;
    background-color: #fff;
    border-color: #ED5CA1;
  }

  .account-modal p {
    text-align: center;
    margin: 7px 0;
  }

  .account-modal p a {
    color: #ED5CA1 !important;
    cursor: pointer;
  }

  .form-check-input:checked {
    background-color: #ED5CA1;
    border-color: #ED5CA1;
  }

  .form-check-input {
    border: 1px solid #ED5CA1
  }

  .nopadding {
    padding: 0 !important;
  }

  /*----- Accounts Modals -----*/
  /*----- Search -----*/
  #search {
    padding: 25px 0 50px;
  }

  .price-bar .wrapper {
    width: 100%;
    background: #fff;
    margin: 15px 0;
  }

  .price-bar header h2 {
    font-size: 24px;
    font-weight: 600;
  }

  .price-bar header p {
    margin-top: 5px;
    font-size: 16px;
  }

  .price-bar .price-input {
    width: 100%;
    display: flex;
    margin: 15px 0 15px;
  }

  .price-bar .price-input .field {
    display: flex;
    width: 100%;
    height: 35px;
    align-items: center;
  }

  .price-bar .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 15px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
  }

  .price-bar input[type="number"]::-webkit-outer-spin-button,
  .price-bar input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }

  .price-bar .price-input .separator {
    width: 100px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }

  .price-bar .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }

  .price-bar .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #312F65;
  }

  .price-bar .range-input {
    position: relative;
    background: #312F65;
    color: #312F65;
  }

  .price-bar .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
  }

  .price-bar input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #312F65;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }

  .price-bar input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #312F65;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }

  .filter-box {
    margin-bottom: 25px;
  }

  .filter-box h5 {
    margin: 0;
    color: #312F65;
  }

  .filter-box ul,
  .filter-box ol {
    list-style: none;
  }

  .side-link {
    font-weight: 600;
    color: #312F65;
  }

  .side-link:hover {
    color: #ED5CA1;
    transition: all 0.5s ease-in-out;
  }

  .filter-box ul {
    font-size: 17px;
    font-weight: 600;
    padding: 0 20px;
  }

  .filter-box ol {
    padding: 0 15px;
  }

  .filter-box ul li {
    font-size: 17px;
    font-weight: 600;
  }

  .filter-box ul li img {
    max-width: 30px;
    margin-right: 10px;
  }

  .filter-box ul li a {
    font-size: 14px;
    color: #312F65;
    font-weight: 500;
  }

  .filter-box ol li a {
    font-size: 12px;
    color: #312F65;
    font-weight: 500;
  }

  .filter-box ol li a:hover,
  .filter-box ul li a:hover {
    color: #ED5CA1;
    transition: all 0.5s ease-in-out;
  }

  .filter-box ul li .more {
    color: #ED5CA1;
  }

  .filter-box .accordion-button {
    padding: 0;
    font-size: 14px;
    color: #312F65;
    font-weight: 500;
    border: 0;
  }

  .filter-box .accordion-button::after {
    font-size: 14px
  }

  .filter-box .accordion-button:not(.collapsed) {
    color: #ED5CA1;
    background-color: #ffffff3d;
  }

  .filter-box .accordion-collapse {
    padding: 5px 10px;
  }

  .filter-box .accordion-collapse label {
    font-size: 14px
  }

  hr {
    height: 3px !important;
    margin: 20px 0;
    background: #ed5ca0;
    opacity: .9;
  }

  .filter-box label {
    font-size: 16px;
    font-weight: 600;
    display: block;
  }

  .breadcrumb {
    margin: 25px 0;
  }

  .breadcrumb li a {
    color: #ED5CA1;
    transition: all 0.5s ease-in-out;
  }

  .breadcrumb li a:hover {
    color: #9b9999;
  }

  .breadcrumb-item.active {
    color: #312F65;
  }

  /*----- Search -----*/

  /*----- categoriesAdd -----*/
  #categoriesAdd {
    padding: 25px 0 50px;
  }

  #categoriesAdd .section-head {
    color: #312F65;
    text-transform: uppercase;
  }

  #categoriesAdd .accordion-item {}

  #categoriesAdd .accordion-item .accordion-header {}

  #categoriesAdd .accordion-item .accordion-header .accordion-button {
    border-bottom: 1px solid #ede80f;
    color: #312F65;
  }

  #categoriesAdd .accordion-item .accordion-header .accordion-button img {
    max-width: 25px;
    margin: 0 15px;
  }

  #categoriesAdd .accordion-item .accordion-body {}

  #categoriesAdd .accordion-item .accordion-body ul {
    list-style: none;
  }

  #categoriesAdd .accordion-item .accordion-body ul li {
    padding: 5px 0;
  }

  #categoriesAdd .accordion-item .accordion-body ul li a {
    color: #312F65;
    transition: all 0.5s ease-in-out;
  }

  #categoriesAdd .accordion-item .accordion-body ul li a:hover {
    transform: translate(0px, 15px);
  }

  .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #312F653d;
  }

  .accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
    outline: 0;
    box-shadow: inherit;
  }

  /*----- categoriesAdd -----*/
  /*----- profile -----*/
  #profile {
    padding: 25px 0 50px;
  }

  #profile .account-details {}

  #profile .account-details .flex-shrink-0 {
    position: relative;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    overflow: hidden;
  }

  #profile .account-details .flex-shrink-0 img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
  }

  #profile .account-details .flex-grow-1 h4 {
    color: #312F65;
  }

  #profile .account-details .flex-grow-1 hr {
    margin: 50px 0 0;
  }

  #profile .porfile-links {
    list-style: none;
    padding: 20px 0;
  }

  #profile .porfile-links li {
    text-align: center;
    padding: 5px 0;
  }

  #profile .porfile-links li p {
    margin: 0;
    font-weight: 600;
    color: #ED5CA1;
  }

  #profile .porfile-links li a {
    color: #312F65;
  }

  .head h4 {
    color: #312F65;
  }

  .head {
    margin-bottom: 25px;
  }

  #profile.edit .box {
    padding: 25px;
    background: #E9E9E9;
    border-radius: 5px;
    margin: 10px 0 25px;
  }

  #profile.edit .box h5 {
    color: #312F65;
  }

  #profile.edit .box label {}

  #profile.edit .box .form-control {
    color: #312F65cf;
  }

  #profile.edit .box .btn {
    color: #fff;
    background-color: #ED5CA1;
    border-color: #ED5CA1;
    transition: all 0.5s ease-in-out;
  }

  #profile.edit .box .btn:hover {
    color: #ED5CA1;
    background-color: #e9e9e9;
    border-color: #ED5CA1;
  }

  #profile.edit .box .btn-link {
    padding: 0 15px;
    color: #ED5CA1;
  }

  #profile.edit .box .btn-link:hover {
    color: #000;
  }

  /*----- profile -----*/

  /*----- product -----*/
  #product {
    padding: 25px 0 50px;
  }

  #products .nav-tabs {
    border: 0;
    margin-bottom: 15px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #ec5ca0 #daf4ff;
    overflow-y: hidden;
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  #products .nav-tabs li {
    margin: 5px;
    white-space: nowrap;
  }

  #products .nav-tabs button {
          font-size: 18px;
    color: #0e4fa1;
    font-weight: 600;
    padding: 5px 13px;
    border: 0;
    transition: all 0.5s ease-in-out;
  }
.current_price{
   font-size:20px; 
}
  #products .nav-tabs button:hover {
    border: 0;
    background: #EC5CA0;
    border-radius: 40px;
    color: #fff;
  }

  #products .nav-tabs button.active {
    border: 0;
    background: #EC5CA0;
    border-radius: 40px;
    color: #fff;
  }

  #product .slick-prev::before,
  #product .slick-next::before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.5s ease-in-out;
  }

  #product .slick-prev::before:hover,
  #product .slick-next::before:hover {
    opacity: 1;
  }

  #product .slick-prev {
    left: 15px;
    z-index: 9;
  }

  #product .slick-next {
    right: 15px;
    z-index: 9;
  }

  #product .small-img img {
    padding: 2px;
  }

  #product .card {
    padding: 15px;
    border: 0;
    box-shadow: 0px 0px 20px -11px #000;
    border-radius: 15px;
    margin-bottom: 25px;
  }

  #product .card .product-name p {
    margin: 0;
    font-weight: 600;
    color: #ED5CA1;
  }

  #product .card .product-price {
    font-weight: 600;
  }

  #product .card .wishlist {
    cursor: pointer;
    font-size: 23px;
    color: #312F65;
  }

  #product .card .wishlist.inactive {
    color: #ED5CA1;
  }

  #product .card .links {
    min-width: 70px;
    display: flex;
    justify-content: space-between;
  }

  #product .card .card-footer {
    border: 0;
  }

  #product .card .card-footer p {
    margin: 0;
  }

  #product .card .card-footer span {
    font-size: 14px;
  }

  #product .card.seller h5 {
    margin-bottom: 27px;
  }

  #product .card.seller .seller-img {
    width: 75px;
    height: 75px;
    position: relative;
    margin: 0 15px 0 0;
  }

  #product .card.seller .seller-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
  }

  #product .card.seller .info p.seller-name {
    margin: 0;
    font-weight: 600;
  }

  #product .card.seller .btn {
    width: 80%;
    margin: 30px auto;
    margin-bottom: 0;
    border-radius: 10px;
  }

  #product .card.data {
    margin: 25px 0;
    border: 1px solid #312F65;
  }

  #product .card.data h5,
  #product .card.data th,
  #product .card.data td,
  #product .related h5 {
    color: #312F65;
  }

  #product #products {
    padding: 0;
  }

  #product .product-card {
    padding: 0;
  }

  /*----- product -----*/
  /*----- Blog -----*/
  #blog {
    padding: 45px 0;
  }

  #blog .blog-text {
    padding: 5px;
    height: 100%;
  }

  #blog .blog-img {
    width: 100%;
    position: relative;
    height: 310px;
    overflow: hidden;
  }

  #blog .blog-img img {
    max-height: none;
    max-width: none;
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
  }

  #blog .card {
    border: 0;
    margin: 15px 0;
    transition: all 0.5s ease-in-out;
  }

  #blog .card:hover {
    box-shadow: 0px 0px 20px -11px;
  }

  #blog .blog-text h5 {
    color: #312F65;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #blog .blog-text h5 span {
    float: right;
    font-size: 14px;
    font-weight: 500;
  }

  #blog .blog-text p {
    color: #312F65;
    font-size: 14px;
    max-height: 95px;
    margin: 0;
    overflow: hidden;
  }

  #blog .blog-text p.top {
    color: #312F65;
    font-size: 14px;
    max-height: none;
    margin: 0;
  }

  #blog ul {
    margin: 25px 0;
  }

  #blog ul li h4 {
    color: #312F65;
  }

  #blog .contact {}

  #blog .contact li {
    padding: 5px 0;
  }

  #blog .contact li a {
    color: #312F65;
    transition: all 0.5s ease-in-out;
  }

  #blog .contact li a:hover {
    color: #ED5CA1;
  }

  #blog .contact li a i {
    vertical-align: middle;
    margin: 0 5px;
  }

  #blog form h5 {
    color: #312F65;
  }

  .upload__box {
    display: flex;
    flex-wrap: wrap;
  }

  .upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }

  .upload__btn {
    display: flex;
    font-weight: 600;
    color: #312F65;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 26px;
    font-size: 31px;
    width: 100%;
    height: 100%;
    background: #e9e9e9;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  .upload__btn:hover {
    color: #ED5CA1;
    transition: all 0.3s ease;
  }

  .upload__btn-box {
    width: 180px;
    margin: 10px 20px;
    height: 180px;
  }

  .upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
  }

  .upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
  }

  .upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
  }

  .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
  }

  /*----- Blog -----*/
  /*----- ADS -----*/
  #ads {
    padding: 45px 0;
  }

  #ads .main-btn {
    margin: 25px 0;
  }

  #ads h5 {
    color: #312F65;
    margin: 25px 0 5px;
  }

  #ads .form-control {
    border: 1px solid #312F65;
  }

  #ads textarea.form-control {}

  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
  }

  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0e4fa1;
    color: white;
  }

  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 38px;
    user-select: none;
    -webkit-user-select: none;
  }

  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #312F65 1px;
    outline: 0;
  }

  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #312F65;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
  }

  .form-control-color {
    max-width: 100%;
    height: auto;
    padding: .375rem;
  }

  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #0e4fa1;
    border-radius: 4px;
  }

  .uploadProfile-img .profile-pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
  }

  .uploadProfile-img {
    position: relative;
    width: 128px;
    height: 128px;
  }

  .uploadProfile-img .file-upload {
    display: none;
  }

  .uploadProfile-img .circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    /*! position: absolute; */
    /*! top: 72px; */
  }

  .uploadProfile-img img {
    max-width: 100%;
    height: auto;
  }

  .uploadProfile-img .p-image {
    position: absolute;
    bottom: -10px;
    right: 15px;
    color: #ED5CA1;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    background: #fff;
    padding: 5px 9px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }

  .uploadProfile-img .p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  }

  .uploadProfile-img .upload-button {
    font-size: 1.2em;
  }

  .uploadProfile-img .upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
  }

  /*----- ADS -----*/
  /*----- location -----*/
  #location{
    margin: 80px 0;
  }
  #location p{
    margin: 20px 0;
  }
  
  #location .card{
    padding: 39px 25px;
    border: 0;
    border-radius: 15px;
    box-shadow: 0px 0px 20px -16px;
    margin: 15px 0;
}
  #location .card h5{}
  #location .card p{
    margin:  0;
  }
  #location .card ul{
    list-style: none;
  }
  #location .card ul li{
    color: #312F65;
    padding: 5px 0;
  }
  #location .card ul li img{
    max-width: 20px;
    margin: 0 7px;
  }
  /*----- location -----*/
  .inside-page{
    padding: 100px 0 !important
  }
  .see-all{
    margin: 35px auto;
    margin-bottom: 0;
    padding: 5px 30px;
    font-size: 18px;
    background: transparent;
    color: #ed5ca0 !important;
    border: 1px solid #ed5ca0;
  }
.see-all:hover{
    margin: 35px auto;
    margin-bottom: 0;
    padding: 5px 30px;
    font-size: 18px;
    background: #ed5ca0;
    color: #fff !important;
    border: 1px solid #ed5ca0;
  }
  
  #contact{
    padding: 100px 0 50px;
}
  #contact h5{
    color: #0E4FA1;
    font-weight: 500;
}
  #contact .card{
    border: 0;
    background: #E8F1FD;
    padding: 40px 25px;
    border-radius: 15px;
}
  #contact .card ul{
    list-style: none;
}
  #contact .card ul li{
    padding: 5px 0;
    color: #312F65;
}
  #contact .card ul li a{
    color: #312F65;
}
  #contact .card ul li img{
    max-width: 25px;
    margin: 0 7px;
}
#login a.link{
    color:  #0E4FA1;
    position: relative;
    width: 100%;
    display: block;
}
#login a.link::after{
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  background: #ddd;
  height: 2px;
  width: 100%;
}
#login a.active::after{
    background: #ed5ca1;
}
#login form{
    margin: 40px 0;
}
#login form a{
    color: #0E4FA1;
}
#login form .main-btn{
    margin: 0 auto;
    padding: 10px 60px;
    margin-top: 10px;
}
.form-control{
    border-color: #0E4FA1;
}
.google-btn{
    margin: 25px 0;
    background: #E8F1FD;
    color: #0E4FA1 !important;
    padding: 10px 25px;
}
.google-btn img{
    margin: 0 5px;
    width: 28px;
}

#product .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 60px;
  height: 60px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: opacity .6s ease;
  position: relative;
}
#product .carousel-indicators{
  position: relative;
}
#product .carousel-indicators img{
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
#product .nice-select{
  width: 160px;
  background: #E8F1FD;
  border-color: #E8F1FD;
}
.nice-select .list{
  width: 100%;
}
#product .price{
  font-weight: 700;
  color: #ed5ca0;
}
#product .data li{
  padding-right: 20px;
  position: relative;
}
#product .data li:after{content:"";position: absolute;right: 7px;top: 0;bottom: 0;width: 7px;height: 2px;margin: auto;background: #312f66;}
#product .data li:last-child:after{
  display: none;
}
#product .data{
  list-style: none;
  display: flex;
  margin: 10px 0;
}
#product .product-img{
    width: 100%;
    height: 350px;
    position: relative;
}
#product .product-img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
 #myform {background: #e8f1fd;padding: 5px 15px;border-radius: 5px;text-align: center;width: 160px;}
 .qty {
width: 60px;
height: 30px;
text-align: center;
background: none;
border: 0;
}
 input.qtyplus {width:25px;height:25px;background: none;border: 0;}
 input.qtyminus {width:25px;height:25px;background: none;border: 0;}
.mb-30{
  margin-bottom: 30px !important;
}
.wishlist-btn{
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50px;
    padding: 5px;
    font-size: 21px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.wishlist-btn a{
    color: red !important;
    opacity: .5;

}
.wishlist-btn a.active{
  opacity: 1;
}

#cart{}
#cart .bk-blue{
    background: #e8f1fd;
}
#cart h4{}
#cart .items{}
#cart table{
    margin: 20px 0;
    overflow: hidden;
    width: 100%;
}
#cart table tr{
    border: 1px solid #0e4fa1;
    border-radius: 25px !important;
    overflow: hidden;
}
#cart table th{
    border: 1px solid #0e4fa1;
    padding: 5px 20px;
    border-radius: 25px !important;
}
#cart table td{
    border: 1px solid #0e4fa1;
    padding: 10px;
}
#cart .right-side .d-flex .product-img{
    width: 130px;
    height: 100px;
}
#cart .right-side .d-flex .product-img img{
    width: 130px;
    height: 100px;
}
#cart .d-flex .product-img{
    width: 180px;
    height: 130px;
    border-radius: 5px;
    overflow: hidden;
}
#cart .d-flex .product-img img{
    width: 180px;
    height: 130px;
    object-fit: cover;
}
#cart .d-flex .card-body{
    padding: 0 7px;
}
#cart .right-side .d-flex .card-body h5{
    font-size: 15px;
    font-weight: 500;
}
#cart .right-side .d-flex .card-body p{
    font-size: 15px;
}
#cart .right-side .d-flex .card-body .price{
    font-size: 15px;
    font-weight: 600;
    color: #da5494;
}
#cart .right-side .d-flex{
    margin-bottom: 15px;
}
#cart table .price{
    font-weight: 700;
    color: #e05798;
}
#cart .d-flex .card-body p{
}
#cart .d-flex .card-body form{
    width: 100%;
    padding: 5px 10px;
}
.h-vh{
  min-height: 100vh;
}
#cart .right-side{
    padding-right: 30px;
    padding-left: 30px;
}
#cart .right-side hr{
    background: #312F65;
    opacity: .2;
    height: 2px !important;
    margin: 30px 0;
}
#cart .right-side .btn{
    margin-top: 10px;
    margin-bottom: 15px;
}
#cart.checkout .checkout-process{
    margin-bottom: 40px;
}
#cart.checkout .checkout-process .shipping{
    position: relative;
}
#cart.checkout .checkout-process .shipping::after{
  content:"";
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 2px solid #0e4fa1;
  background: #fff;
}
#cart.checkout .checkout-process .shipping::before{
  content:"";
  position: absolute;
  bottom: -13px;
  width: 100%;
  height: 1px;
  border: 1px dashed #0e4fa1;
  left: 22px;
}
#cart.checkout .checkout-process .payment{
    position: relative;
}
#cart.checkout .checkout-process .payment::after{
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 2px solid #0e4fa1;
  margin: auto;
  background: #fff;
}
#cart.checkout .checkout-process .payment::before{
  content:"";
  position: absolute;
  bottom: -13px;
  width: 100%;
  height: 1px;
  border: 1px dashed #0e4fa1;
  left: 0;
}
#cart.checkout .checkout-process .confirmation{
  position: relative;
}
#cart.checkout .checkout-process .confirmation::after{
  content: "";
  position: absolute;
  bottom: -22px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 2px solid #0e4fa1;
  background: #fff;
}
#cart.checkout .checkout-process .confirmation::before{
  content:"";
  position: absolute;
  bottom: -13px;
  width: 100%;
  height: 1px;
  border: 1px dashed #0e4fa1;
  right: 22px;
}

#cart.checkout .checkout-process .stepTwo{
    position: relative;
    display: none;
}
#cart.checkout .checkout-process .stepTwo.active{
    position: relative;
    display: block;
}
#cart.checkout .checkout-process .left .stepTwo::after{
  content: "";
  position: absolute;
  bottom: -18px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #0e4fa1;
}
#cart.checkout .checkout-process .text-center .stepTwo::after{
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #0e4fa1;
  margin: auto;
}
#cart.checkout .checkout-process .right .stepTwo::after{
  content: "";
  position: absolute;
  bottom: -18px;
  right: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #0e4fa1;
}
#cart.checkout .form-check img{
  width: 25px;
}
#cart.checkout .adresses{
  padding: 20px 0;
}
#cart.checkout .adresses .top{
  font-size: 20px;
  color: #d55290;
}
#cart.checkout .adresses .card{
    background: #e8f1fd;
    border: 0;
    border-radius: 10px;
    margin: 20px 0;
    padding: 25px;
}
#cart.checkout .adresses .card label{
  cursor: pointer;
  width: 100%;
}
#cart.checkout .adresses .card label span{float: right }
#cart.checkout .adresses .card p{
    color: #333;
}
#cart.checkout .adresses .accordion-button{
    background: #e8f1fd;
    border-radius: 10px;
    text-align: center;
    display: block;
    color: #312F65;
    box-shadow: none;
}
#cart.checkout .adresses .accordion-button::after{
  display: none;
}
#cart.checkout .adresses .accordion label{
  display: block;
}
#cart.checkout .adresses .accordion textarea{
    min-height: 100px;
}
#cart.checkout .adresses .accordion .btn{
    padding: 7px 70px;
}
.select2{
    width: 100% !important;
    border-color: #0e4fa1;
}
#cart.checkout .right-side form{position: relative;margin-bottom: 25px;}
#cart.checkout .right-side form input{
    border: 0;
    padding-right: 100px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 24px;
}
#cart.checkout .right-side form .btn{
    margin: 0;
    position: absolute;
    bottom: 4px;
    right: 9px;
    font-size: 14px;
    padding: 5px 20px;
}
#cart.checkout .right-side form label{
    margin-bottom: 5px;
}
#cart .profile-links{
    list-style: none;
    padding: 0 28px;
}
#cart .profile-links li{
    padding-bottom: 15px;
}
#cart .profile-links li a{
    color: #0e4fa1;
}
#cart .profile-links li img{
    margin-left: -28px;
    width: 23px;
    margin-right: 5px;
}
#cart.profile .no-address{
    padding: 15px;
    border: 0;
    background: #ff000017;
    border-radius: 15px;
}
#cart.profile .address-card{
    padding: 15px;
    border-radius: 15px;
    margin: 10px 0;
}
#cart.profile .address-card .btn{
    position: absolute;
    top: 10px;
    right: 10px;
}
#cart.profile .address-main{
    border-radius: 15px;
    margin: 10px 0;
    padding: 15px;
    background: #e8f1fd;
    border: 0;
}
#cart.profile .address-main .btn{position: absolute;top: 10px;right: 10px;}
#cart.profile .address-main .btn.edit-btn{right: 50px;}
.credit-page .icon{
    position: absolute;
    bottom: 3px;
    right: 13px;
    font-size: 21px;
    padding: 0 8px;
    border-left: 1px solid;
    height: 34px;
}
.credit-page .icon img{}
.credit-page .input-icon{
    padding-right: 50px;
}
.relative{
  position:relative
}
.btn-success ,.btn-success:hover ,.btn-success:focus ,.btn-success:active{
    background-color: #ed5ca1;
   border-color: #ed5ca1;

}
.forgot_password{    color: #0e4fa1;}