.top-bar-four {
  background: linear-gradient(90deg, #ff1994 0%, #1b6bf0 100%);
  color: #fff;
  align-items: center;
  display: flex;
  height: 66px;
  min-height: 66px;
  padding: 0;
}
.top-bar-four .row {
  min-height: 66px;
}
.top-bar-four .top-content,
.top-bar-four .top-text {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.top-bar-four .top-text {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  min-height: 46px;
  padding: 7px 24px;
  width: fit-content;
}
.top-bar-four .top-text i {
  font-size: 17px;
  line-height: 1;
}
.top-bar-four .top-text span {
  font-weight: 500;
}
.top-bar-four .social-icon-four {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.top-bar-four .social-icon-four .icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #1c4ecf;
  display: inline-flex;
  flex: 0 0 36px;
  font-size: 16px;
  height: 36px !important;
  justify-content: center;
  line-height: 1;
  min-height: 36px;
  padding: 0 !important;
  transition: all 0.2s ease;
  width: 36px !important;
}
.top-bar-four .social-icon-four .icon:hover {
  background: #ff1994;
  color: #fff;
}
.header.header-four {
  background: #101d36;
  box-shadow: unset;
}
.header.header-four .header-nav {
  height: 96px;
  min-height: 96px;
}
.header.header-four .navbar-header {
  display: flex;
  align-items: center;
}
.header.header-four .main-nav > li.active > a,
.header.header-four .main-nav > li.current-menu-item > a,
.header.header-four .main-nav > li.current-menu-ancestor > a {
  color: var(--primary);
}
.header.header-four .main-nav > li > a {
  color: #FFF;
}
@media (max-width: 991.98px) {
  .header.header-four .main-nav > li > a {
    color: #242B3A;
    padding: 4px 15px 4px 35px;
  }
}
@media (max-width: 991.98px) {
  .header.header-four .main-nav > li > ul {
    margin-bottom: 16px;
  }
}
.header.header-four .single-demo .demo-info a {
  color: #242B3A;
}
@media (max-width: 991.98px) {
  .header.header-four .single-demo .demo-info a {
    padding: 0px 15px 10px 35px;
  }
}
.header.header-four .single-demo.active a {
  color: var(--primary);
}
.header.header-four .header-navbar-rht {
  align-items: center;
  gap: 0;
}
.header.header-four .header-navbar-rht li {
  padding-right: 0;
}
@media (max-width: 1399.98px) {
  .header.header-four .header-navbar-rht li:nth-child(1) {
    display: inline-flex;
  }
}
.header.header-four .header-navbar-rht .header-login {
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  padding: 8px 16px !important;
  min-height: unset;
  border-radius: 100px;
}
.header.header-four .header-navbar-rht .header-login.whit-btn {
  background: #FFF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.header.header-four .header-navbar-rht .header-login.whit-btn i {
  color: #242B3A;
}
.header.header-four .header-navbar-rht .header-login.whit-btn .link {
  color: #242B3A;
}
.header.header-four .header-navbar-rht .header-login.whit-btn .link:hover {
  color: var(--primary);
}
.header.header-four .header-navbar-rht .header-login.whit-btn span {
  color: #242B3A;
}
.header.header-four .navbar-header .logo {
  display: block;
}
.header.header-four .navbar-header .logo-dark {
  display: none;
}
.header.header-four .logged-item > .nav-link {
  align-items: center;
  background: transparent;
  border: 0;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  padding: 0 !important;
  width: 54px;
}
.header.header-four .logged-item > .nav-link:hover {
  background: transparent;
}
.header.header-four .user-img {
  animation: none !important;
  border-radius: 50%;
  display: inline-flex;
  height: 54px;
  line-height: 1;
  position: relative;
  width: 54px;
}
.header.header-four .user-img:before,
.header.header-four .user-img:after {
  display: none !important;
}
.header.header-four .user-img > img,
.header.header-four .user-img img {
  border: 5px solid #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
  display: block;
  height: 54px !important;
  max-height: 54px;
  object-fit: cover;
  outline: 0 !important;
  width: 54px !important;
}
.header.header-four .header-navbar-rht .dropdown-menu {
  margin-top: 12px;
  min-width: 190px;
}
.header.header-four .header-navbar-rht .dropdown-menu .dropdown-item {
  gap: 8px;
}
.header.header-four .header-navbar-rht .dropdown-menu .dropdown-item i {
  align-items: center;
  display: inline-flex;
  flex: 0 0 18px;
  font-size: 18px;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .header.header-four #mobile_btn {
    background: #111827;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #FFF;
  }
}
@media (max-width: 991.98px) {
  .header.header-four #mobile_btn {
    left: unset;
    right: 0;
  }
}
.header.header-four.fixed .main-nav > li.active a,
.header.header-four.fixed .main-nav > li.current-menu-item > a,
.header.header-four.fixed .main-nav > li.current-menu-ancestor > a {
  color: var(--primary);
}
.header.header-four.fixed .main-nav > li > a {
  color: #242B3A;
}
.header.header-four.fixed .navbar-header .logo {
  display: none;
}
.header.header-four.fixed .navbar-header .logo-dark {
  display: block;
}
.header.header-four.fixed .header-navbar-rht .header-login.whit-btn {
  background: #E9EAEB;
}

.header.fixed {
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.27);
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}

.navbar-brand.logo {
  margin-right: 0;
}

.logo img {
  height: auto;
  max-width: 100%;
  max-height: 35px;
}
.logo a {
  float: left;
}
.logo a img {
  float: left;
  max-height: 32px;
}

.header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  height: 85px;
  padding: 0;
  margin-bottom: 0;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav > li > a {
  color: #28283C;
}
.main-nav > li .submenu li {
  position: relative;
}
.main-nav > li .submenu li a {
  display: block;
  padding: 8px 15px 8px 15px;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #68616D;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
}
.header.header-four .main-nav > li .sub-menu li a {
  color: #68616D;
  display: block;
  font-size: 14px;
  padding: 10px 15px 10px 15px;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.header.header-four .main-nav > li .sub-menu li a:before {
  display: none;
}
.header.header-four .main-nav > li .sub-menu li a:hover {
  color: var(--primary);
}
.main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 13px;
}
.main-nav > li.active > a {
  color: var(--primary);
}
.main-nav li a {
  display: block;
  font-weight: 500;
}
.main-nav li a:hover {
  color: var(--primary);
}
.main-nav li.login-link {
  display: none;
}
.main-nav li.megamenu > ul {
  width: 100%;
}

.header-navbar-rht {
  margin: 0;
  padding: 0;
}
.header-navbar-rht > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 20px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.header-navbar-rht > li:last-child {
  padding-right: 0px;
}
.header-navbar-rht > li .dropdown-menu {
  border: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.header-navbar-rht > li .dropdown-menu .dropdown-item {
  border-top: 1px solid #f0f0f0;
  padding: 10px 15px;
  font-size: 0.9375rem;
}
.header-navbar-rht > li .dropdown-menu .dropdown-item:first-child {
  border-top: 0;
  border-radius: 5px 5px 0 0;
}
.header-navbar-rht > li .dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 5px 5px;
}
.header-navbar-rht > li .fa-bell {
  font-size: 24px;
}
.header-navbar-rht > li .fa-comments {
  font-size: 24px;
}
.header-navbar-rht > li a.header-login:hover {
  background-color: #fff;
  border: 1px solid var(--primary);
  box-shadow: inset 210px 0 0 0 #fff;
  color: var(--primary);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-navbar-rht > li a.header-login:focus {
  background-color: #fff;
  border: 1px solid var(--primary);
  box-shadow: inset 210px 0 0 0 #fff;
  color: var(--primary);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-navbar-rht .dropdown-toggle::after {
  display: none;
}
.header-navbar-rht li > .dropdown-menu a:hover {
  color: var(--primary);
  background-color: #fff;
}
.header-navbar-rht li > a.header-login {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  box-shadow: inset 0 0 0 var(--primary);
  border-radius: 5px;
  padding: 9px 20px;
  font-weight: 500;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  min-height: 46px;
}
.header-navbar-rht li > a.header-login:hover {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  box-shadow: inset 0 70px 0 0 var(--primary);
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.header-navbar-rht li > a.header-login img {
  margin-right: 7px;
}
.header-navbar-rht li > a.header-reg {
  font-weight: 500;
  color: #28283C;
  text-decoration: none;
  padding: 0;
}
.header-navbar-rht li > a.header-reg:hover {
  color: var(--primary);
}
.header-navbar-rht .dropdown-menu {
  min-width: 200px;
  padding: 0;
  right: 0;
  left: unset;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
  padding: 7px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e3e3e3;
  padding: 10px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item:hover {
  color: var(--primary);
}
.header-navbar-rht .logged-item .nav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  height: 85px;
  padding: 0 10px;
  color: #fff;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  position: relative;
  width: 41px;
  height: 41px;
  font-size: 16px;
  background: #F6F6FE;
  border-radius: 50%;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.header-navbar-rht .logged-item .nav-link .badge {
  position: absolute;
  top: 15px;
  right: 0;
}
.header-navbar-rht .logged-item .nav-link:hover {
  background: var(--primary);
  color: #fff;
}
.header-navbar-rht .logged-item .nav-link:hover > img {
  filter: brightness(0) invert(1);
}
.header-navbar-rht .logged-item .nav-link::after {
  display: none;
}

.user-menu {
  float: right;
  margin: 0;
  position: relative;
  z-index: 99;
}

.user-menu.nav > li > a {
  color: #fff;
  font-size: 14px;
  line-height: 58px;
  padding: 0 15px;
  height: 60px;
}
.user-menu.nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.user-menu.nav > li > a:hover i {
  color: #fff;
}
.user-menu.nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.user-menu.nav > li > a:focus i {
  color: #fff;
}
.user-menu.nav > li > a .badge {
  background-color: #f43f3f;
  display: block;
  font-size: 10px;
  font-weight: bold;
  min-height: 15px;
  min-width: 15px;
  position: absolute;
  right: 3px;
  top: 6px;
}
.user-menu.nav > li > a > i {
  font-size: 1.5rem;
  line-height: 60px;
}
.user-menu.nav > li > a.mobile_btn {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.user-img {
  display: inline-block;
  position: relative;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 2s infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.user-img > img {
  height: 40px;
  object-fit: cover;
  width: 40px;
  border: 3px solid #fff;
  outline: 3px solid #D9D9D9;
}

.user-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  background-color: #f9f9f9;
  display: flex;
  padding: 10px 15px;
}
.user-header .user-text {
  margin-left: 10px;
}
.user-header .user-text h6 {
  font-size: 15px;
  margin-bottom: 2px;
}

.header-navbar-rht.log-rht li {
  margin-right: 43px;
}
.header-navbar-rht.log-rht li a {
  color: #28283C;
  padding: 0;
}
.header-navbar-rht.log-rht li a:hover {
  color: var(--primary);
}
.header-navbar-rht.log-rht li:last-child {
  margin-right: 0;
}

.top-bar-four {
  height: 66px !important;
  min-height: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}
.top-bar-four .container,
.top-bar-four .row {
  height: 100%;
  min-height: 0 !important;
}
.top-bar-four .top-text {
  height: 46px !important;
  min-height: 46px;
  padding: 7px 24px !important;
}
body .top-bar-four .social-icon-four > a.icon {
  align-items: center !important;
  aspect-ratio: 1 / 1;
  border-radius: 50% !important;
  display: inline-flex !important;
  flex: 0 0 36px !important;
  font-size: 16px !important;
  height: 36px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  max-height: 36px !important;
  max-width: 36px !important;
  min-height: 36px !important;
  min-width: 36px !important;
  padding: 0 !important;
  width: 36px !important;
}
body .top-bar-four .social-icon-four > a.icon i {
  font-size: 16px !important;
  line-height: 1 !important;
}
body.page-id-8026 #page.main-wrapper > .top-bar-four {
  height: 54px !important;
  min-height: 54px !important;
}
body.page-id-8026 #page.main-wrapper > .top-bar-four .container,
body.page-id-8026 #page.main-wrapper > .top-bar-four .row {
  height: 54px !important;
  min-height: 54px !important;
}
body.page-id-8026 #page.main-wrapper > .top-bar-four .top-text {
  font-size: 15px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 7px 42px !important;
}
body.page-id-8026 #page.main-wrapper > .top-bar-four .top-text i {
  font-size: 15px !important;
}
body.page-id-8026 #page.main-wrapper > .top-bar-four .social-icon-four {
  gap: 14px !important;
}
body.page-id-8026 #page.main-wrapper > .top-bar-four .social-icon-four > a.icon {
  color: #282b8b !important;
  flex-basis: 32px !important;
  font-size: 14px !important;
  height: 32px !important;
  max-height: 32px !important;
  max-width: 32px !important;
  min-height: 32px !important;
  min-width: 32px !important;
  width: 32px !important;
}
body.page-id-8026 #page.main-wrapper > .top-bar-four .social-icon-four > a.icon:hover,
body.page-id-8026 #page.main-wrapper > .top-bar-four .social-icon-four > a.icon:focus,
body.page-id-8026 #page.main-wrapper > .top-bar-four .social-icon-four > a.icon:active {
  background: #ff1994 !important;
  color: #fff !important;
}
body.page-id-8026 #page.main-wrapper > .top-bar-four .social-icon-four > a.icon i {
  font-size: 14px !important;
}
.header.header-four .header-nav {
  height: 96px !important;
  min-height: 96px !important;
}
body.page-id-8026 #page.main-wrapper > .top-bar-four {
  
  background-color: transparent !important;
  left: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
body.admin-bar.page-id-8026 #page.main-wrapper > .top-bar-four {
  top: 32px !important;
}
body.page-id-8026 #page.main-wrapper > .header-four {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  left: 0 !important;
  position: absolute !important;
  top: 54px !important;
  width: 100% !important;
  z-index: 999 !important;
}
body.admin-bar.page-id-8026 #page.main-wrapper > .header-four {
  top: 86px !important;
}
body.page-id-8026 #page.main-wrapper > .header-four.fixed {
  background: #FFF !important;
  background-color: #FFF !important;
  box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.27) !important;
  position: fixed !important;
  top: 0 !important;
  z-index: 1002 !important;
}
body.admin-bar.page-id-8026 #page.main-wrapper > .header-four.fixed {
  top: 32px !important;
}
body.page-id-8026 #page.main-wrapper > .header-four.fixed .main-nav > li > a {
  color: #242B3A !important;
}
body.page-id-8026 #page.main-wrapper > .header-four.fixed .main-nav > li.active > a,
body.page-id-8026 #page.main-wrapper > .header-four.fixed .main-nav > li.current-menu-item > a,
body.page-id-8026 #page.main-wrapper > .header-four.fixed .main-nav > li.current-menu-ancestor > a {
  color: #ff008a !important;
}
body.page-id-8026 #page.main-wrapper > .header-four.fixed .header-navbar-rht .header-login.whit-btn {
  background: #F3F4F6 !important;
  color: #242B3A !important;
}
body.page-id-8026 #page.main-wrapper > .header-four.fixed .header-navbar-rht .header-login.whit-btn .link,
body.page-id-8026 #page.main-wrapper > .header-four.fixed .header-navbar-rht .header-login.whit-btn span,
body.page-id-8026 #page.main-wrapper > .header-four.fixed .header-navbar-rht .header-login.whit-btn i {
  color: #242B3A !important;
}
body.page-id-8026 .header.header-four .header-nav {
  height: 96px !important;
  min-height: 96px !important;
}
body.page-id-8026 .header.header-four .main-nav > li > a {
  font-size: 18px;
  font-weight: 600;
  line-height: 96px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  body.page-id-8026 .header.header-four .main-nav > li {
    align-items: center;
    display: flex;
    margin-right: 34px;
  }
  body.page-id-8026 .header.header-four .main-nav > li:last-child {
    margin-right: 0;
  }
  body.page-id-8026 .header.header-four .main-nav > li.menu-item-has-children > a {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    margin-right: 0;
  }
  body.page-id-8026 .header.header-four .main-nav > li.menu-item-has-children > a::before {
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    font-family: inherit;
    font-size: 0;
    flex: 0 0 auto;
    height: 9px;
    margin-top: -5px;
    order: 2;
    position: static;
    right: auto;
    transform: rotate(45deg);
    width: 9px;
  }
  body.page-id-8026 .header.header-four .main-nav > li.menu-item-has-children:hover > a::before,
  body.page-id-8026 .header.header-four .main-nav > li.menu-item-has-children.active > a::before,
  body.page-id-8026 .header.header-four .main-nav > li.menu-item-has-children.current-menu-item > a::before,
  body.page-id-8026 .header.header-four .main-nav > li.menu-item-has-children.current-menu-ancestor > a::before {
    border-color: #ff008a;
  }
}
body.page-id-8026 .header.header-four .header-navbar-rht {
  min-height: 96px;
}
body.page-id-8026 .header.header-four .header-navbar-rht .header-login.whit-btn {
  min-height: 56px;
  padding: 14px 24px !important;
}
body.page-id-8026 .content.full-width,
body.page-id-8026 .content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.page-id-8026 .content > .container,
body.page-id-8026 .content > .container > .row,
body.page-id-8026 .page-container-col,
body.page-id-8026 .elementor-8026,
body.page-id-8026 .elementor-element-10b1cd3,
body.page-id-8026 .elementor-widget-truelysell-hero12,
body.page-id-8026 .elementor-widget-truelysell-hero12 .elementor-widget-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
footer.footer-four {
  background: #111827;
  border-top: 0 !important;
  margin-top: 0 !important;
  padding: 28px 0px 0;
  position: relative;
}
footer.footer-four::before,
footer.footer-four .footer-top::before {
  display: none !important;
}
footer.footer-four .footer-top {
  border-top: 0 !important;
}
footer.footer-four .footer-about {
  width: 56%;
}
@media (max-width: 1199.98px) {
  footer.footer-four .footer-about {
    width: 70%;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  footer.footer-four .footer-about {
    width: 100%;
    text-align: start;
  }
}
footer.footer-four .footer-about .logo {
  margin-bottom: 16px;
  display: block;
}
footer.footer-four .footer-about .description {
  color: #E9EAEB;
  margin-bottom: 28px;
}
@media (max-width: 575.98px) {
  footer.footer-four .footer-about .description {
    margin-bottom: 16px;
  }
}
footer.footer-four .footer-about .subscribe-form .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #FFF;
}
footer.footer-four .footer-about .subscribe-form .input-group {
  display: flex;
  align-items: center;
  position: relative;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 100px;
  padding: 1px 4px;
  height: 46px;
}
footer.footer-four .footer-contact-form form,
footer.footer-four .footer-contact-form .wpcf7-form,
footer.footer-four .footer-contact-form .mc4wp-form-fields {
  display: flex !important;
  align-items: center;
  position: relative;
  background: transparent;
  border-radius: 0;
  gap: 0;
  height: auto;
  max-width: 459px;
  min-height: 0;
  overflow: visible;
  padding: 0;
}
footer.footer-four .footer-contact-form {
  position: relative;
}
footer.footer-four .footer-contact-form .footer-form-icon {
  align-items: center;
  color: #AFB2B8;
  display: flex;
  font-size: 18px;
  height: 70px;
  left: 18px;
  pointer-events: none;
  position: absolute;
  top: 43px;
  z-index: 2;
}
footer.footer-four .footer-contact-form .footer-form-icon i {
  position: static;
}
footer.footer-four .footer-contact-form form > p,
footer.footer-four .footer-contact-form .wpcf7-form > p,
footer.footer-four .footer-contact-form .mc4wp-form-fields > p,
footer.footer-four .footer-contact-form label,
footer.footer-four .footer-contact-form .wpcf7-form-control-wrap {
  display: contents;
}
footer.footer-four .footer-contact-form form > .subscribe-form,
footer.footer-four .footer-contact-form .wpcf7-form > .subscribe-form {
  align-items: center;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 100px;
  display: flex !important;
  height: 70px;
  max-width: 459px;
  overflow: hidden;
  padding: 7px;
  position: relative;
  width: 100%;
}
footer.footer-four .footer-contact-form p {
  margin: 0;
}
footer.footer-four .footer-contact-form .wpcf7-form br {
  display: none;
}
footer.footer-four .footer-contact-form form h1,
footer.footer-four .footer-contact-form form h2,
footer.footer-four .footer-contact-form form h3,
footer.footer-four .footer-contact-form form h4,
footer.footer-four .footer-contact-form form h5,
footer.footer-four .footer-contact-form form h6 {
  display: none;
}
footer.footer-four .footer-contact-form form .subscribe-form h1,
footer.footer-four .footer-contact-form form .subscribe-form h2,
footer.footer-four .footer-contact-form form .subscribe-form h3,
footer.footer-four .footer-contact-form form .subscribe-form h4,
footer.footer-four .footer-contact-form form .subscribe-form h5,
footer.footer-four .footer-contact-form form .subscribe-form h6 {
  display: none !important;
}
footer.footer-four .footer-contact-form form label {
  display: contents;
}
footer.footer-four .footer-contact-form .mb-3 {
  display: contents !important;
  margin: 0 !important;
}
footer.footer-four .footer-about .subscribe-form .form-control {
  border: none;
  outline: none;
  background: transparent;
  color: #FFF !important;
  padding: 6px 10px 6px 40px;
}
footer.footer-four .footer-contact-form input[type="email"],
footer.footer-four .footer-contact-form input[type="text"] {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #FFF;
  flex: 1 1 auto !important;
  height: 56px;
  min-width: 0;
  outline: 0;
  padding: 8px 16px 8px 58px !important;
  width: auto !important;
}
footer.footer-four .footer-about .subscribe-form .form-control::placeholder {
  color: #AFB2B8;
}
footer.footer-four .footer-contact-form input::placeholder {
  color: #AFB2B8;
}
footer.footer-four .footer-about .subscribe-form i {
  position: absolute;
  left: 20px;
  top: 0%;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer-four .footer-contact-form .footer-form-icon i {
  bottom: auto;
  left: auto;
  position: static !important;
  top: auto;
}
footer.footer-four .footer-about .btn {
  border: none;
  outline: none;
  border-radius: 100px !important;
}
footer.footer-four .footer-contact-form input[type="submit"],
footer.footer-four .footer-contact-form button,
footer.footer-four .footer-contact-form .btn {
  background: #ff008a !important;
  border: 0;
  border-radius: 100px !important;
  color: #FFF;
  display: block;
  flex: 0 0 auto !important;
  font-weight: 600;
  height: 56px !important;
  line-height: 1 !important;
  max-height: 56px;
  min-height: 56px;
  min-width: 118px;
  padding: 8px 22px !important;
  position: relative !important;
  right: auto !important;
  text-indent: 0 !important;
  top: auto !important;
  transform: none !important;
  width: auto !important;
}
footer.footer-four .footer-contact-form .btn-linear-primary,
footer.footer-four .footer-contact-form .subscribe-form > .btn {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  height: 56px !important;
  justify-content: center !important;
  margin: 0 0 0 auto !important;
  max-height: 56px !important;
  min-height: 56px !important;
  min-width: 118px !important;
  overflow: visible !important;
  padding: 0 !important;
  position: relative !important;
  transform: none !important;
  width: auto !important;
}
footer.footer-four .footer-contact-form .btn-linear-primary::before,
footer.footer-four .footer-contact-form .subscribe-form > .btn::before {
  display: none !important;
}
footer.footer-four .footer-contact-form .btn-linear-primary input[type="submit"],
footer.footer-four .footer-contact-form .subscribe-form > .btn input[type="submit"] {
  background: #ff008a !important;
  color: transparent !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
footer.footer-four .footer-contact-form .btn-linear-primary::after,
footer.footer-four .footer-contact-form .subscribe-form > .btn::after {
  align-items: center;
  bottom: 0;
  color: #FFF;
  content: "Submit";
  display: flex !important;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
footer.footer-four .footer-contact-form .subscribe-submit {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 44px;
  margin-left: auto;
  max-height: 44px;
  min-width: 118px;
  overflow: hidden;
  position: relative;
}
footer.footer-four .footer-contact-form .subscribe-submit input[type="submit"] {
  color: transparent !important;
}
footer.footer-four .footer-contact-form .subscribe-submit::after {
  align-items: center;
  bottom: 0;
  color: #FFF;
  content: "Subscribe";
  display: flex;
  font-weight: 600;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
footer.footer-four .footer-contact-form .subscribe-submit::before {
  display: none !important;
}
footer.footer-four .footer-contact-form input[type="submit"]:hover,
footer.footer-four .footer-contact-form button:hover,
footer.footer-four .footer-contact-form .btn:hover {
  background: #ff008a;
  color: #FFF;
}
footer.footer-four .footer-contact-form .wpcf7-spinner {
  position: absolute;
  right: -34px;
}
footer.footer-four .footer-contact-form .footer-subscribe-row,
footer.footer-four .footer-contact-form .mc4wp-form-fields {
  align-items: center;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 100px;
  display: flex;
  height: 56px;
  max-width: 100%;
  overflow: hidden;
  padding: 6px;
  position: relative;
  width: 100%;
}
footer.footer-four .footer-contact-form .footer-subscribe-row .footer-form-icon,
footer.footer-four .footer-contact-form .mc4wp-form-fields i {
  align-items: center;
  color: #AFB2B8;
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  left: auto;
  pointer-events: none;
  position: static;
  top: auto;
  z-index: 1;
}
footer.footer-four .footer-contact-form .footer-subscribe-row .footer-form-icon i {
  bottom: auto;
  left: auto;
  margin: 0;
  position: static !important;
  top: auto;
}
footer.footer-four .footer-contact-form .footer-subscribe-row .wpcf7-form-control-wrap {
  flex: 1 1 auto;
  display: flex;
}
footer.footer-four .footer-contact-form .footer-subscribe-row input[type="email"],
footer.footer-four .footer-contact-form .footer-subscribe-row input[type="text"],
footer.footer-four .footer-contact-form .mc4wp-form-fields input[type="email"],
footer.footer-four .footer-contact-form .mc4wp-form-fields input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #FFF !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  font-size: 14px;
  height: 44px !important;
  min-width: 0;
  outline: 0 !important;
  padding: 8px 12px !important;
}
footer.footer-four .footer-contact-form .footer-subscribe-row input[type="email"]::placeholder,
footer.footer-four .footer-contact-form .mc4wp-form-fields input[type="email"]::placeholder {
  color: #AFB2B8;
  opacity: 1;
}
footer.footer-four .footer-contact-form .footer-subscribe-row .footer-btn,
footer.footer-four .footer-contact-form .mc4wp-form-fields input[type="submit"],
footer.footer-four .footer-contact-form .mc4wp-form-fields button[type="submit"] {
  align-items: center;
  background: #ff008a !important;
  border: 0 !important;
  border-radius: 100px !important;
  color: #FFF !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-size: 14px;
  font-weight: 600;
  height: 44px !important;
  justify-content: center;
  line-height: 1 !important;
  margin: 0 !important;
  min-width: auto;
  padding: 8px 24px !important;
  position: static !important;
  text-indent: 0 !important;
  transform: none !important;
  width: auto !important;
}
footer.footer-four .footer-contact-form .footer-subscribe-row .footer-btn::before,
footer.footer-four .footer-contact-form .footer-subscribe-row .footer-btn::after {
  display: none !important;
}
@media (max-width: 575.98px) {
  footer.footer-four .footer-widget {
    margin-bottom: 20px;
  }
}
footer.footer-four .footer-widget .footer-title {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
footer.footer-four .footer-widget .footer-title .line {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}
footer.footer-four .footer-widget .footer-title .line::before {
  content: "";
  position: relative;
  width: 34px;
  height: 3px;
  background: #ff008a;
  border-radius: 100px;
  display: block;
}
footer.footer-four .footer-widget .footer-title .line::after {
  content: "";
  position: relative;
  width: 14px;
  height: 3px;
  background: #ff008a;
  border-radius: 100px;
  display: block;
}
footer.footer-four .footer-widget ul {
  display: block;
}
footer.footer-four .footer-widget ul li {
  display: block;
  margin-bottom: 12px;
}
footer.footer-four .footer-widget ul li:last-child {
  margin-bottom: 0;
}
footer.footer-four .footer-widget ul li .footer-link,
footer.footer-four .footer-widget ul li a {
  color: #E9EAEB;
  filter: none;
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
footer.footer-four .footer-widget ul li .footer-link:hover,
footer.footer-four .footer-widget ul li .footer-link:focus,
footer.footer-four .footer-widget ul li .footer-link:active,
footer.footer-four .footer-widget ul li a:hover,
footer.footer-four .footer-widget ul li a:focus,
footer.footer-four .footer-widget ul li a:active {
  color: #ff008a !important;
  filter: none;
  opacity: 1;
  outline: 0;
  text-shadow: none;
  transform: translateX(4px);
}
footer.footer-four .footer-widget .footer-support {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
footer.footer-four .footer-widget .footer-support:last-child {
  margin-bottom: 0;
}
footer.footer-four .footer-widget .footer-support .footer-icon {
  font-size: 24px;
  color: #FFF;
  display: flex;
  align-items: center;
}
footer.footer-four .footer-widget .footer-support .footer-text p {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-950);
  margin-bottom: 4px;
}
footer.footer-four .footer-widget .footer-support .footer-text a {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  filter: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
footer.footer-four .footer-widget .footer-support .footer-text a:hover,
footer.footer-four .footer-widget .footer-support .footer-text a:focus,
footer.footer-four .footer-widget .footer-support .footer-text a:active {
  color: #ff008a !important;
  filter: none;
  opacity: 1;
  outline: 0;
  text-shadow: none;
}
footer.footer-four .footer-widget .footer-support .footer-text h4 {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 0;
}
footer.footer-four .footer-name {
  position: relative;
  background: linear-gradient(90deg, #2F2E8B 0%, #050616 100%);
  padding: 80px 40px 0;
  border-radius: 10px;
  margin: 60px 0;
}
@media (max-width: 991.98px) {
  footer.footer-four .footer-name {
    padding: 30px;
    margin: 40px 0 60px;
  }
}
@media (max-width: 575.98px) {
  footer.footer-four .footer-name {
    margin: 20px 0 50px;
  }
}
footer.footer-four .footer-name .footer-name-title {
  font-size: 170px;
  font-weight: 900;
  color: #FFF;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1399.98px) {
  footer.footer-four .footer-name .footer-name-title {
    font-size: 136px;
  }
}
@media (max-width: 1199.98px) {
  footer.footer-four .footer-name .footer-name-title {
    font-size: 118px;
  }
}
@media (max-width: 991.98px) {
  footer.footer-four .footer-name .footer-name-title {
    font-size: 86px;
  }
}
@media (max-width: 767.98px) {
  footer.footer-four .footer-name .footer-name-title {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  footer.footer-four .footer-name .footer-name-title {
    font-size: 34px;
  }
}
footer.footer-four .footer-name .img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 394px;
}
@media (max-width: 1199.98px) {
  footer.footer-four .footer-name .img-1 {
    max-width: 345px;
  }
}
@media (max-width: 991.98px) {
  footer.footer-four .footer-name .img-1 {
    display: none;
  }
}
footer.footer-four .footer-bottom {
      padding: 20px 0;
    border-top: 1px solid #242B3A;
    background: #111827;
}
footer.footer-four .footer-bottom,
footer.footer-four .footer-bottom .container,
footer.footer-four .footer-bottom .copyright-content,
footer.footer-four .footer-bottom .copyright,
footer.footer-four .footer-bottom .policy-links {

  
  
}
footer.footer-four .footer-bottom::before,
footer.footer-four .footer-bottom::after,
footer.footer-four .footer-bottom .container::before,
footer.footer-four .footer-bottom .container::after,
footer.footer-four .footer-bottom .copyright-content::before,
footer.footer-four .footer-bottom .copyright-content::after,
footer.footer-four .footer-bottom .copyright::before,
footer.footer-four .footer-bottom .copyright::after,
footer.footer-four .footer-bottom .policy-links::before,
footer.footer-four .footer-bottom .policy-links::after {
  display: none !important;
  content: none !important;
}
@media (max-width: 575.98px) {
  footer.footer-four .footer-bottom {
    text-align: center;
  }
}
footer.footer-four .footer-bottom .copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  footer.footer-four .footer-bottom .copyright-content {
    flex-direction: column;
    gap: 16px;
  }
}
footer.footer-four .footer-bottom .copyright-content .copyright {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 0;
  transition: all 0.4s;
  border-top: 0;
  padding: 0;
}
footer.footer-four .footer-bottom .copyright-content .copyright a {
  color: var(--primary);
}
footer.footer-four .footer-bottom .copyright-content .copyright .footer-brand-text,
footer.footer-four .footer-bottom .copyright-content .copyright a.footer-brand-text {
  color: #ff008a;
}
footer.footer-four .footer-bottom .copyright-content .policy-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer.footer-four .footer-bottom .copyright-content .policy-links a {
  font-size: 16px;
  font-weight: 400;
  color: #FFF !important;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
footer.footer-four .footer-bottom .copyright-content .policy-links a:hover,
footer.footer-four .footer-bottom .copyright-content .policy-links a:focus,
footer.footer-four .footer-bottom .copyright-content .policy-links a:active {
  color: #ff4caf !important;
}
footer.footer-four .footer-bottom .copyright-content .policy-links .line {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #FFF;
}
footer.footer-four .top-btn {
  background: var(--secondary);
  position: absolute;
  bottom: 80px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
footer.footer-four .top-btn i {
  color: #FFF;
  font-size: 24px;
}
footer.footer-four .top-btn:hover {
  background: var(--primary-gradient);
}
@media (max-width: 575.98px) {
  footer.footer-four .top-btn {
    bottom: 135px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  footer.footer-four .top-btn i {
    font-size: 20px;
  }
}

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-icon li {
  margin-right: 12px;
}
.social-icon li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #FFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 14px;
}
.social-icon li:last-child {
  margin-right: 0;
}

.footer-newsletter {
  background: var(--primary-gradient);
  border-radius: 10px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .footer-newsletter {
    padding: 24px;
  }
}
.footer-newsletter h2 {
  color: #FFF;
  margin-bottom: 4px;
}
.footer-newsletter p {
  color: #E9EAEB;
  margin-bottom: 0;
}

.newsletter-wrap {
  max-width: 450px;
  position: relative;
}
.newsletter-wrap input {
  background: rgba(255, 255, 255, 0.1019607843);
  width: 100%;
  border-radius: 100px;
  padding: 6px 100px 6px 24px;
  border-radius: 50px;
  position: relative;
  height: 48px;
  border: 0;
  color: #FFF;
  border: 0;
}
@media (max-width: 575.98px) {
  .newsletter-wrap input {
    height: 44px;
  }
}
.newsletter-wrap input::placeholder {
  color: #AFB2B8;
}
.newsletter-wrap .btn {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  border-radius: 30px;
}
.newsletter-wrap .footer-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
}
.newsletter-wrap .footer-bg-02 {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 992px) {
  body.page-id-8026 #page.main-wrapper > .header-four .main-nav > li {
    align-items: center !important;
    display: flex !important;
    margin-right: 34px !important;
  }
  body.page-id-8026 #page.main-wrapper > .header-four .main-nav > li:last-child {
    margin-right: 0 !important;
  }
  body.page-id-8026 #page.main-wrapper > .header-four .main-nav > li.menu-item-has-children > a {
    align-items: center !important;
    display: inline-flex !important;
    gap: 12px !important;
    line-height: 96px !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  body.page-id-8026 #page.main-wrapper > .header-four .main-nav > li.menu-item-has-children > a::before {
    border: solid currentColor !important;
    border-width: 0 2px 2px 0 !important;
    content: "" !important;
    display: inline-block !important;
    flex: 0 0 auto !important;
    font-family: inherit !important;
    font-size: 0 !important;
    height: 9px !important;
    line-height: 0 !important;
    margin: -5px 0 0 !important;
    order: 2 !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: rotate(45deg) !important;
    width: 9px !important;
  }
  body.page-id-8026 #page.main-wrapper > .header-four .main-nav > li:first-child > a,
  body.page-id-8026 #page.main-wrapper > .header-four .main-nav > li:first-child > a::before,
  body.page-id-8026 #page.main-wrapper > .header-four .main-nav > li.current-menu-item > a,
  body.page-id-8026 #page.main-wrapper > .header-four .main-nav > li.current-menu-ancestor > a,
  body.page-id-8026 #page.main-wrapper > .header-four .main-nav > li:hover > a {
    color: #ff008a !important;
    border-color: #ff008a !important;
  }
}
/* Footer four subscribe form demo alignment and inline validation */
footer.footer-four .footer-about .subscribe-form .title {
  margin-bottom: 22px;
}

footer.footer-four .footer-about .footer-contact-form form,
footer.footer-four .footer-about .footer-contact-form .wpcf7-form {
  display: block !important;
  max-width: 459px !important;
  width: 100% !important;
}

footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid transparent;
  border-radius: 100px !important;
  display: flex !important;
  height: 44px !important;
  max-width: 459px !important;
  overflow: hidden !important;
  padding: 6px !important;
  width: 100% !important;
  position: relative !important;
}

footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row .wpcf7-form-control-wrap {
  flex: 1 1 0% !important;
  display: flex !important;
  min-width: 0 !important;
  width: auto !important;
}

footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row .footer-form-icon {
  color: #AFB2B8 !important;
  flex: 0 0 44px !important;
  font-size: 15px !important;
  height: 44px !important;
}

footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row input[type="email"],
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row input[type="text"] {
  color: #FFF !important;
  flex: 1 1 100% !important;
  font-size: 15px !important;
  height: 54px !important;
  min-width: 0 !important;
  padding: 8px 6px 8px 4px !important;
}

footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row input[type="email"]::placeholder,
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row input[type="text"]::placeholder {
  color: #AFB2B8 !important;
  opacity: 1 !important;
}

footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row .footer-btn,
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row button[type="submit"],
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row input[type="submit"] {
  align-items: center !important;
  background: #ff008a !important;
  border: 0 !important;
  border-radius: 100px !important;
  color: #FFF !important;
  display: inline-flex !important;
  flex: 0 0 112px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  height: 44px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  max-height: 44px !important;
  min-height: 44px !important;
  min-width: 112px !important;
  padding: 0 !important;
  width: 112px !important;
}

footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row.is-invalid {
  border-color: rgba(255, 0, 138, 0.75);
}

footer.footer-four .footer-contact-form .truelysell-footer-form-message,
footer.footer-four .footer-contact-form .wpcf7-response-output {
  border: 0 !important;
  color: #ff7bbf !important;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

footer.footer-four .footer-contact-form .wpcf7-not-valid-tip {
  color: #ff7bbf;
  font-size: 14px;
  margin-top: 8px;
}

footer.footer-four .footer-contact-form .footer-subscribe-row .wpcf7-not-valid-tip {
  display: none !important;
}

footer.footer-four .footer-contact-form .wpcf7-spinner {
  display: none !important;
}

@media (max-width: 575.98px) {
  footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row {
    max-width: 100% !important;
  }

  footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row .footer-btn,
  footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row button[type="submit"],
  footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row input[type="submit"] {
    flex-basis: 104px !important;
    min-width: 104px !important;
    width: 104px !important;
  }
}

/* Footer four demo subscribe sizing */
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row {
  box-sizing: border-box !important;
  height: 44px !important;
  max-width: 459px !important;
  padding: 6px !important;
}
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row .footer-form-icon {
  align-items: center !important;
  display: inline-flex !important;
  height: 44px !important;
  justify-content: center !important;
}
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row input[type="email"],
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row input[type="text"] {
  font-size: 15px !important;
  height: 44px !important;
  padding: 8px 6px 8px 4px !important;
}
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row .footer-btn,
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row button[type="submit"],
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row input[type="submit"] {
  box-sizing: border-box !important;
  flex: 0 0 112px !important;
  font-size: 15px !important;
  height: 44px !important;
  max-height: 44px !important;
  min-height: 44px !important;
  min-width: 112px !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
  width: 112px !important;
}
/* Footer four demo subscribe final alignment */
footer.footer-four .footer-about .footer-contact-form form,
footer.footer-four .footer-about .footer-contact-form .wpcf7-form {
  max-width: 459px !important;
}
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row {
  align-items: center !important;
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) 88px !important;
  column-gap: 10px !important;
  height: 56px !important;
  max-width: 459px !important;
  padding: 6px !important;
}
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row .footer-form-icon,
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row .wpcf7-form-control-wrap,
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row input[type="email"],
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row input[type="text"],
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row .footer-btn,
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row button[type="submit"],
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row input[type="submit"] {
  min-width: 0 !important;
}
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row .footer-form-icon {
  grid-column: 1 !important;
  width: 36px !important;
  height: 44px !important;
}
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row .wpcf7-form-control-wrap {
  grid-column: 2 !important;
  width: 100% !important;
}
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row input[type="email"],
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row input[type="text"] {
  font-size: 15px !important;
  height: 44px !important;
  overflow: visible !important;
  padding: 8px 0 !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  width: 100% !important;
}
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row .footer-btn,
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row button[type="submit"],
footer.footer-four .footer-about .footer-contact-form .footer-subscribe-row input[type="submit"] {
  grid-column: 3 !important;
  box-sizing: border-box !important;
  flex: none !important;
  font-size: 15px !important;
  height: 44px !important;
  max-height: 44px !important;
  min-height: 44px !important;
  min-width: 88px !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
  width: 88px !important;
}