header {
  background: #e4f3fd;
  /* background: red; */
  padding: 30px 30px 30px 30px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

header.inner-head {
  background: #FFF;
  -webkit-box-shadow: 0px 13px 74px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 13px 74px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 13px 74px 0px rgba(0, 0, 0, 0.17);
  /* position: initial; */
  position: relative;
    z-index: 1000;
}

header .right-sec {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}

header .log-btn {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  display: table;
  background: #4dbb7b;
  height: 36px;
  padding: 0 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  line-height: 36px;
  -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}

header .log-btn:hover {
  background: #544fa2;
}
header .log-btn a {
  color: inherit;
  text-decoration: none;
}
header .log-btn a:hover {
  text-decoration: underline;
}

header .srch-btn {
  display: table;
  margin: 0 16px 0 0;
}

header .srch-btn:hover img {
  filter: invert(1) sepia(1) saturate(15) hue-rotate(40deg) brightness(0.75);
}

header .srch-btn img {
  width: 23px;
  height: 23px;
}
/* classy nav start */
.classynav {
  /* margin-right: 20px; */
}

.classy-nav-container {
  /* background-color: #cc0000; */
  padding: 0 0;
  z-index: 11;
  margin: 0 20px 0 0;
}

.classy-nav-container .classy-navbar {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.classy-nav-container .classy-navbar .classynav ul li {
  margin-left: 20px;
}

.classy-nav-container .classy-navbar .classynav ul li a {
  font-size: 16px;
  color: #282828;
  font-weight: 700;
  padding: 5px 0 5px 0;
  margin: 0 0 0 0;
  position: relative;
}

.classy-nav-container .classy-navbar .classynav ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li.active a {
  background: none;
  color: #4dbb7b;
}

/* .classy-nav-container .classy-navbar .classynav ul li:hover>a {
    background: #000;
    color: #FFF !important;
} */
/* .cn-dropdown-item:hover > a {
    background: #A30000 !important;
} */
.cn-dropdown-item .dropdown a::before {
  display: none;
}

.classynav ul li a:hover .classynav ul li.has-down::after {
  color: #cc0000 !important;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
  font-size: 14px;
  color: #fff;
  padding: 15px 15px !important;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: auto;
  line-height: inherit;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li:last-child a {
  border-bottom: 0;
}

.breakpoint-off .classynav ul li .dropdown li.sub2>a {
  border-bottom: 0 !important;
}

.breakpoint-off .classynav ul li .dropdown li.sub2 ul.dropdown li:last-child a {
  border-bottom: 0 !important;
}

.classynav ul li.cn-dropdown-item ul li a:hover {
  background: #000;
  color: #fff !important;
}

.classynav ul li.active a {
  position: relative;
  z-index: 1;
}

.classynav ul li.active a::before {
  width: 80%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 1;
  content: '';
}

.classynav ul li.active a::before {
  display: none;
}

.classynav ul li.active a::before {
  display: none;
}

.classynav ul li.has-down>a::after,
.classynav ul li.has-down.active>a::after,
.classynav ul li.megamenu-item>a::after {
  color: #fff;
}

.classynav #nav {
  margin: 0;
  padding: 0;
  display: table;
}

.breakpoint-off .classynav ul li .dropdown {
  padding-top: 0;
  padding-bottom: 0;
  background: #703696 !important;
  /* width: 200px; */
  left: 0;
}

.breakpoint-off .classynav ul li .dropdown li:hover .dropdown {
  top: 0;
}

.classynav ul li.has-down>a::after {
  font-size: 10px;
}

.classynav ul li.has-down.sub2 {
  position: relative;
}

.classynav ul li.has-down.sub2>a::after {
  display: none;
}

.classynav ul li.has-down.sub2>a::before {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  font-family: 'classyfonts';
  content: "\e900";
  font-size: 10px;
}

.classynav ul li.cn-dropdown-item ul li a {
  margin-left: 0 !important;
}

.classy-menu {
  /* width: 100%;  */
}

/* login-user: Start */
.login-user {
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
.login-user .btn {
  padding: 0;
  border: 0;
  outline: none;
  /* background: none; */
  border-radius: 50%;
  box-shadow: none !important;
  position: relative;
}
.login-user.active-noti::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #4ebc7c;
  position: absolute;
  top: 1px;
  right: 2px;
}
.login-user .btn img {
  width: 55px;
  height: 55px;
  border: 2px solid #4dbb7b;
  border-radius: 50%;
}
.login-user .btn::after {
  display: none;
}
.login-user .dropdown-menu {
  width: 255px;
  margin-top: 20px !important;
  border-radius: 10px;
  padding: 0 0 10px 0;
}
.login-user .dropdown-menu li {
  padding: 3px 0;
}
.login-user .dropdown-menu li a {
  padding: 5px 20px;
  font-size: 16px;
  color: #505050;
  font-weight: 600;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.login-user .dropdown-menu li a:hover {
  color: #4dbb7b;
}
.login-user .dropdown-menu li a i {
  font-size: 13px;
  color: #CACACA;
}
.login-user .dropdown-menu li a.logout {
  font-weight: 700;
  color: #544FA2;
}
.login-user .dropdown-menu span.name {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  display: block;
  border-bottom: 1px solid #F3F2F2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.login-user .dropdown-menu::after {
  content: '';
  width: 0;
height: 0;
border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e7e5e5;
  position: absolute;
  top: -10px;
  right: 15px;
}
/* login-user: End */

/* classy nav end */

@media (max-width: 1300px) {
  .classy-nav-container .classy-navbar .classynav ul li {
    margin-left: 15px;
  }
}

@media (max-width: 1275px) {
  .classy-nav-container .classy-navbar .classynav ul li {
    margin-left: 10px;
  }
}
@media (max-width: 1240px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        color: #fff !important;
  }
  
  .breakpoint-on .classynav>ul>li>a {
      border-bottom: 1px solid #645fb1;
  }
  
  .classy-nav-container .classy-navbar .classynav ul li {
      margin-left: 0;
  }

  .breakpoint-on .classynav {
      padding-top: 40px;
      margin-bottom: 40px;
  }
  
  .classynav .classy-navbar-toggler {
      display: none;
  }
}

@media (max-width: 575px) {
  .classynav .classy-navbar-toggler .navbarToggler span {
      background-color: #ffffff !important;
    }
  
    .classynav .classy-navbar-toggler {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 99;
      display: block !important;
    }
  
    .breakpoint-on .classynav {
      padding-top: 60px;
    }
  
    .classynav .classy-navbar-toggler {
      display: block;
    }
  
    .breakpoint-on .classy-navbar-toggler {
      height: 27px;
    }
    header .right-sec {
      width: 100%;
  }
  header .right-sec {
      -webkit-justify-content: space-between;
      justify-content: space-between;
  }
  header a.logo {
      width: 200px;
      display: table;
      margin: 0 auto 15px auto;
  }
  header {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  header.inner-head {
      padding: 15px;
  }
  header a.logo {
      width: 200px;
      display: table;
      margin: 0 auto 15px auto;
  }
  
}






/* Search Popup :start */
.searchPopup {}
.searchPopup .modal-dialog {
  padding: 40px 40px;
}
.searchPopup .modal-dialog .modal-content {
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
.searchPopup .modal-body {
  padding: 48px 48px;
  position: relative;
}
.searchPopup .modal-body .btn-close {
  width: 42px;
  height: 42px;
  background-color: rgb(234, 234, 234);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
}

.searchPopup .modal-body .stlist-wrap {
  margin-top: 40px;
}
.searchPopup .modal-body .stlist-wrap .stlw-block {
  width: 100%;
  height: auto;
  border-radius: 45px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.17);
  padding: 50px 25px;
}

.searchPopup .stlist-header .shead-title {
  font-size: 22px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 15px;
}  

.searchPopup .stlw-block > h3 {
  font-size: 25px;
  font-weight: 500;
  color:#000000;
  margin-bottom: 20px;
}
.searchPopup .tlwlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchPopup .tlwlist li .tlwrap-block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.searchPopup .tlwlist li:last-child {
  margin-bottom: 0;
}
.searchPopup .tlwlist li .tlwrap-block > div:first-child {
  flex-grow: 0;
  flex-shrink: 0;
  top: 1466px;
  width: 48px;
  height: 48px;
  border: 1px solid #ededed;
  border-radius: 100%;
  box-shadow: 0px 0px 17.43px 3.57px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
      -ms-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}
.searchPopup .tlwlist li .tlwrap-block > div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
      -ms-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}
.searchPopup .tlwlist li .tlwrap-block h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
      -ms-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}
.searchPopup .tlwlist li .tlwrap-block p {
  font-size: 14px;
  font-weight: 500;
  color: #979696;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchPopup .tlwlist li .tlwrap-block:hover h4 {
  color: #4d489e;
}
.searchPopup .tlwlist li .tlwrap-block:hover > div:first-child {
  border-color: #4d489e;
}
.searchPopup .tlwlist li .tlwrap-block:hover > div:first-child img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}


.searchPopup .resoult-tab {
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  /* height: 0px; */
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  /* transition: height 0.8s cubic-bezier(0.27, 0.7, 0, 0.99); */
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.17);
  margin-top: 10px;
}
/* .searchPopup .resoult-tab-active {
  height: 450px;
  transition: height 0.8s cubic-bezier(0.27, 0.7, 0, 0.99);
  overflow-x: hidden;
  overflow-y: auto;
} */
.searchPopup .resoult-tab .retab-inner {
  padding: 30px 25px;
}

.searchPopup .search-field {
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
.searchPopup .search-field .search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #6e80a5;
  opacity: .8;
  width: 70px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchPopup .search-field .search-placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70px;
  z-index: 1;
  color: #727272;
  opacity: .8;
  font-size: 18px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.searchPopup .search-field form {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}
.searchPopup .search-field form .text-field {
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: var(--fs);
  color: #3f3f3f;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 5px 5px 5px 70px;
  caret-color: #79a6ff;
  line-height: 2em;
}



.modal-fullscreen {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.searchPopup .btn-close {
box-sizing: content-box;
width: 1em;
height: 1em;
padding: 0.25em 0.25em;
color: #000;
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
border: 0;
border-radius: 0.25rem;
opacity: .5;
}
.searchPopup .btn-close:hover {
color: #000;
text-decoration: none;
opacity: .75;
}


@media (max-width: 767px) {
.searchPopup .modal-dialog {
  padding: 10px 10px;
}
.searchPopup .modal-body {
    padding: 60px 10px 30px 10px;
}
.searchPopup .modal-body .btn-close {
    width: 30px;
    height: 30px;
}
}
/* Search Popup :end */