::selection {
  background: #df5936;
  color: #fff;
}
::-moz-selection {
  background: #df5936;
  color: #fff;
}
.toggle-icon {
  display: flex;
  align-items: center;
}
.toggle-icon svg {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

button{
    cursor: pointer;
}
p {
  margin: 0;
  /* transition: all ease-in-out 450ms !important;
  -webkit-transition: all ease-in-out 450ms !important;
  -o-transition: all ease-in-out 450ms !important;
  -moz-transition: all ease-in-out 450ms !important;
  text-decoration: unset; */
  /*line-height: 1.6em;*/
}
/* a, button, input, textarea, span.jet-menu-label, input[type="submit"], i{
transition: all ease-in-out 450ms !important;
   -webkit-transition: all ease-in-out 450ms !important;
   -o-transition: all ease-in-out 450ms !important;
   -moz-transition: all ease-in-out 450ms !important;
   text-decoration: unset; 
} */
a{
  color: #000;
  font-weight: 500;
  text-decoration: none;
  /* text-decoration: underline;
  text-decoration-color: #df4425; */
}
a:hover, a:focus, a:active{
  color: #df4425;
  /* text-decoration: underline;
  text-decoration-color: #df4425; */
}
body {
  margin: 0;
}
body.admin-bar .site-header {
  top: 0;
}
/* @keyframes slidein {
  from {
    right: 0;
    transform: translateX(600px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideup {
  from {
    right: 0;
    transform: translateY(-600px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideout {
  from {
    transform: translateX(0);
  }
  to {
    right: 0;
    transform: translateX(600px);
  }
} */
/*header*/
.toggle-search {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.toggle-search .toggle-icon i {
  font-size: 20px;
  cursor: pointer;
  padding: 5px 15px;
}
.popup_search {
    position: fixed;
    top: -100%;
    left: 50%;
    background-color: #04237ee3;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.popup_search.active {
      top: 0;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all ease 0.4s;
      transition: all ease 0.4s;
}

.popup_search form.search-h_box .main-object_s {
  display: flex;
  margin: 0 auto;
  max-width: fit-content;
}
.popup_search .sec-search_box {
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  padding-top:35px;
  position: absolute;
top: 50%;
left: 50%;
display: inline-block;
padding-bottom: 40px;
cursor: auto;
width: 100%;
max-width: 700px;
-webkit-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
-webkit-transition: -webkit-transform ease 0.4s;
transition: -webkit-transform ease 0.4s;
transition: transform ease 0.4s;
transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
.popup_search .sec-search_box h3{
  color: #FFF;
  margin-bottom: -5px;
}
.popup_search .sec-search_box p{
  color: #dbdbdb;
  margin-bottom: 13px;
}
.popup_search input.input-s_box {
  width: 100%!important;
  min-height: 45px;
  border-radius: 50px!important;
  font-size: 16px!important;
  padding: 10px 20px;
}

.popup_search form.search-h_box .main-object_s {
  min-width: 100%;
}
.popup_search form.search-h_box .s-object.object-1 {
  min-width: 100%;
}
.popup_search.active .sec-search_box{
-webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.popup_search .main-object_s .s-object.object-2{
position: relative!important;
}
.popup_search .box-search {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
form.search-panel {
  max-width: 400px;
  width: 100%;
}
form.search-panel .main-object {
  display: flex;
  align-content: flex-end;
  width: 100%;
}
form.search-panel .main-object input {
  height: 50px;
  border: 0;
  border-bottom: 2px
solid #000;
  border-radius: 0;
  width: 100%;
  color: #000;
  padding: 10px 10px;
  font-weight: 500;
  font-size: 20px;
}
form.search-panel .main-object button {
  height: 50px;
  background: transparent;
  color: #000;
  border: 0;
  border-bottom: 2px solid;
  border-radius: 0;
  padding: 0;
}
form.search-panel .main-object button i {
  font-size: 21px;
}
form.search-panel .main-object .object-1 {
  width: 100%;
}
form.search-panel .main-object button:hover i {
  background: #000;
  color: #fff;
}
form.search-panel .main-object button i {
  padding: 10px;
  border-radius: 50px;
}
.cancel-btn_search {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.cancel-btn_search svg {
  color: #fff;
}



form.search-panel .main-object button svg {
  width: 22px;
  margin-bottom: -10px;
}
.cancel-btn_search .icon_cancel svg {
  cursor: pointer;
  width: 24px;
  display: none;
}


.cancel-btn_search svg.active {
  display: flex;
}
#nsl-custom-login-form-1 .nsl-container-um-login-layout-below-separator {
clear: both;
margin: 0 auto;
text-align: center;
}
.popup_search .search-h_box button.btn-search_h {
  padding: 6px;
  font-size: 18px;
  line-height: 1.3;
  border: 1px solid #df4425;
  color: #FFF;
  background: #df4425;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  position: absolute;
  right: 5px;
  top: 5px;
}
/*destop medium*/
@media (max-width: 1600px){
}
/*laptop*/
@media (max-width: 1280px){
}
/*ipad pro (large tablet)*/
@media (max-width: 1024px) and (min-width: 992px){
}
/*ipad (tablet)*/
@media (max-width: 991.98px) {
.mobile-object .main-object .object-2 .toggle-search {
    display: block!important;
}
.x-close span.btn-close svg {
  width: 19px;
  margin-top: -3px;
}
.mobile-object .main-object .object-2 .main-navigation {
  width: auto;
  display: flex!important;
  align-items: center;
}
.mobile-object .main-object .object-2 .toggle-search svg {
    color: #000!important;
}
.popup_search .sec-search_box h3 {
  font-size: 32px;
}
.popup_search .search-h_box button.btn-search_h {
  right: 4px;
  top: 3px;
  width: 38px;
  height: 38px;
}
}
/*iphone8 (smartphone)*/
@media (max-width: 575.98px) {
.popup_search .search-h_box button.btn-search_h {
    right: 4px;
    top: 3px;
    width: 38px;
    height: 38px;
}
.mobile-object .main-object .object-2 .toggle-search {
  margin-right: 14px!important;
  margin-bottom: 1px!important;
}
.popup_search form.search-h_box .main-object_s {
  max-width: fit-content;
}
.x-close span.btn-close svg {
  width: 19px;
  margin-top: -3px;
}
  .cancel-btn_search {
      position: absolute;
      top: 10px;
      right: 10px;
  }
  form.search-panel {
      width: 85%;
  }
  .toggle-search {
  margin-left: 20px;
 }

}
/*iphone5 (small smartphone)*/
@media (max-width: 360px) {
}
