/* -------------------------- Header Top Bar ---------------------------- */
a.header-contact-text:hover {
  color: var(--primary-color);
}
.header-btn a.theme_button:before{
  background-color: white;
}
.header-btn a.theme_button:hover {
    color: black;
}
.toggle-nav {
    display: none;
}
#top-bar {
  background-color: var(--primary-color);
}
#top-bar li {
    color: #E8D5A8;
    list-style: none;
    display: inline-block;
    padding: 0 18px;
    font-weight: 500;
    position: relative;
    font-size: 16px;
}
#top-bar li:before {
    content: '';
    background-color: #E8D5A8;
    width: 1px;
    height: 13px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 6px;
}
#top-bar li:last-child:before{
  display: none;
}
.search-block{
    margin-left: 22px;
}
sup#cart-count {
  background-color: #C46A3C;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  padding: 6px;
  font-size: 8px;
  top: -6px;
  right: 7px;
}
/*---------------- Header Search ----------------------*/
.serach_form_box input.search-field {
  background-color: #f6f1ff;
  border: 1px solid #ece4f8;
  padding: 3px 17px;
  border-radius: 30px;
  font-size: 12px;
}
.serach_form_box button.search-submit {
    border: none;
    background-color: transparent;
}
.serach_form_box button.search-submit i {
  font-size: 12px;
  position: absolute;
  right: 0;
}
.serach_form_box form{
  position: relative;
}
.serach_form_box button.search-submit i {
  font-size: 11px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 999;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
  opacity: 1;
}
#search input[type="search"] {
    font-size: 24px;
    border: 0px;
    margin: 0px auto;
    /* margin-top: -51px; */
    padding-left: 30px;
    padding-right: 30px;
    background-color: white;
    color: black;
    padding: 17px;
    width: 100%;
    outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 20%;
    right: 20%;
    color: white;
    background-color: var(--secondary-color);
    opacity: 1;
    padding: 9px 14px 5px 14px;
    border: none;
    font-size: 25px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 33px;
    z-index: 99;
}
#search form.search-form.serach-page {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    border: none;
    padding: 0;
    max-width: 38%;
    margin: 0 auto;
}
#search button.search-submit {
    background-color: var(--secondary-color);
    padding: 18px;
    border: none;
    height: 100%;
    position: absolute;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}
#search button.search-submit:hover {
    background-color: var(--secondary-color);
    color: white;
}
.header-btn .theme_button i {
    margin-right: 5px;
    z-index: 9;
    position: relative;
}
#search button.search-submit i {
  color: white;
}
.header-git-block svg {
    margin-right: 10px;
}

/*-------------- Product Search -----------------*/
.product-search-form input {
    width: 100%;
    border-radius: 33px;
    border: none;
    color: white;
    padding: 15px 17px;
}
.product-search-form input::placeholder {
    color: white;
}
.product-search-form form {
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-search-form {
  margin-right: 0;
  width: 560px;
}
.product-search-form button.header-search-button {
    background-color: var(--primary-color);
    color: white;
    padding: 0;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 6px;
    width: 63px;
    height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.product-search-form {
  margin-right: 30px;
}
select.header-search-select {
  color: #6B6B6B;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-color: #8B96A5;
  margin-right: 18px;
  padding-left: 14px;
}

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

.search-wrapper, .search-data{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-wrapper {
  position: fixed;
  height: 0px;
  width: 0px;
  border-radius: 100%;
  background: white;
  transition: all 0.4s linear;
}
.search-wrapper.active {
  height: 100%;
  width: 100%;
  border-radius: 0;
  z-index: 99;
}
.search-btn {
    color: black;
    background-color: var(--secondary-color);
    color: white;
    width: 38px;
    height: 38px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.search-btn:hover {
  color: white;
  background-color: var(--primary-color);
}
.search-data {
  position: absolute;
  /* height: 50px; */
  /* width: 400px; */
  display: flex;
  text-align: center;
  /* display: none; */
}
.search-data input::placeholder {
  color: black;
}
.search-data input {
    height: 100%;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 22px;
    font-weight: 500;
    color: black;
}
.product-search-form button.header-search-button:hover {
    background-color: black;
}
.search-data .line{
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.4s 0.3s linear;
}
.search-data .line.active{
  transform: scaleX(1);
}
.search-data label{
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(255,255,255,0.7);
}
.search-data input:valid ~ label{
  opacity: 0;
}
.search-data span{
  color: #fff;
  position: absolute;
  width: 50px;
  font-size: 25px;
  right: 0;
  top: 0;
  line-height: 45px;
  cursor: pointer;
}
.close-btn {
    position: absolute;
    z-index: 99;
    right: 25px;
    top: 49px;
    font-size: 25px;
    color: black;
    cursor: pointer;
}
.search-data, .search-data span,
.search-data label, .close-btn{
  display: none;
}
#masthead .top_social {
    text-align: right;
}
/* --------------------------Header---------------------------- */
.header-btn {
    margin-left: 23px;
}
.head_serach svg path {
  fill: white;
}
.search-btn {
    margin-left: 14px;
}
.header-menu-wrap {
  padding: 0;
  border-radius: 20px;
  padding-left: 12px;
}
.header-git-block i {
    color: white;
}
.header-btn a.theme_button {
    border-radius: 10px;
    padding: 15px 29px;
    display: inline-flex;
    align-items: center;
}
a.header-contact-text {
  color: white;
  font-weight: 600;
  font-size: 14px;
}
.header-git-block {
  margin-right: 19px;
  margin-left: 19px;
}
.header-git-block:last-child {
    margin-right: 0;
}
#masthead {
  width: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}
#site_top {
  padding: 15px 0;
}
.head-togle{
  text-align: end;
  align-items: center;
  display: flex;
  /* justify-content: end; */
  padding: 0;
}
#sidebar1, .mobile-menu, .sub-menu {
    display: none;
}

#header_widgets .header_title{
  margin: 0;
    padding: 0;
    color: #fff;
    position: relative;
}
.header_title::after
{
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
   top: 0;
   /* left: 0; */
   right: 0;
   bottom:0;
   width:83px;
}


.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  background-color: #F82938;
  padding: 0px 10px;
  height: 75px;
}

/* --------------------------Header---------------------------- */
.menubar-box{
  background: var(--color-F5F5F5);
  padding: 0px 3.7em;
}
#header .logo img{
  max-height: 123px;
  width: auto;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.continnerbox {
  background-size: 100% 100%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo h1, #footer .logo h1, #header .logo p.site-title {
  font-weight:700;
  padding:0;
  font-size:18px;
  font-weight:bold;
  margin-top: 0;
}
.logo {
  padding: 30px ;
}
.logo a.custom-logo-link{
  color:#000000;
}
.logo h1 a, .logo h1 a, .logo p.site-title a{
  color: #262626;
  text-transform: uppercase;
}
.logo p{
  color: #262626;
  margin-bottom: 0;
  font-size: 14px;
}
.search_mobile{
  display: none !important;
}
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {transform: translateY(-40px);}
  100% {transform: translateY(0px);}}

.close-sidebar {
  font-size: 25px;
  text-align: right;
  color: #fff;
  padding: 16px 20px;
}
.headerbar {
  font-size: 30px;
  font-weight:900;
}
.side-navigation li {
  position: relative;
  /*padding: 28px 22px;*/
  display: inline-block;
}
.side-navigation a {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  padding: 28px 19px;
  display: inline-block;
}
.header-meta svg {
    width: 20px;
}
.side-navigation ul li.current_page_item > a, .side-navigation ul li.current-menu-item > a {
  background-color: var(--color-secondry);
  border-radius: 25px;
  color: white;
}
.side-navigation ul ul li.current_page_item > a, .side-navigation ul ul li.current-menu-item > a {
    background-color: transparent;
    border-radius: 0;
    color: var(--secondary-color);
}
.side-navigation ul ul li.current_page_item>a, .side-navigation ul ul li.current-menu-item>a {
    border: none !important;
}
.side-navigation ul ul li:hover>a:before {
    top: 0;
    height: calc(100% + 1px);
    opacity: 1;
    visibility: visible;
}
.side-navigation ul ul li>a:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 4px;
    vertical-align: middle;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    transition: height .4s,opacity .4s ease,top .4s ease;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(0);
    background-color: #58759D;
}
/* .side-navigation ul li.current_page_item:before, .side-navigation ul li.current-menu-item:before {
  content: '';
  background-color: var(--primary-color);
  width: 60%;
  position: absolute;
  top: 0;
  height: 2px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
} */
/* .side-navigation ul li:hover a:before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
.side-navigation .sub-menu li a:before {
    width: 0 !important;
} */
.side-navigation a:hover {
  color: white;
}

.sub-menu li{
  margin-top: 0;
}
.side-navigation li:last-child .sub-menu {
    left: auto;
    right: 7%;
}
.side-navigation ul ul li a:hover {
    color: #58759D;
}
.side-navigation ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #FAF8F3;
  border-radius: 9px;
  min-width: 268px;
  z-index: 9999;
  display: none;
  padding-bottom: 0;
  box-shadow: 0px 4px 8px -2px #0000001A;
  padding-top: 0;
  /* border-bottom-left-radius: 12px; */
  /* border-bottom-right-radius: 12px; */
  border: 4px solid #58759D;
}
.side-navigation ul ul:after {
    content: '';
    height: 7px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: -7px;
    border-radius: 0 0 24px 39px;
    background-color: var(--secondary-color);
    left: 10px;
    z-index: -1;
}
.side-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.side-navigation ul ul li, .menubar.scrolled .side-navigation ul ul li {
    float: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 20px;
}
.side-navigation ul ul li a {
  padding: 0;
  display: block;
  padding-bottom: 0;
  position: relative;
  transition: all 520ms ease;
  font-size: 16px;
  color: var(--primary-color);
}
.side-navigation ul ul li:hover a {
  /* color: white; */
  background-color: white;
  border-radius: 9px;
  overflow: hidden;
}
/* .side-navigation ul ul li:hover a, .side-navigation ul ul li.current_page_item>a, .side-navigation ul ul li.current-menu-item>a {
  padding-left: 22px;
} */
.side-navigation ul ul li {
    padding: 10px 10px;
}
/* .side-navigation ul ul li:after{
  content: '';
  background-color: #58759D;
}
.side-navigation ul ul li:after {
  content: '';
  background-color: #58759D;
  transform: translateX(-50%) translateY(-50%) scale(0);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: 0;
} */
.side-navigation ul ul li a {
  position: relative;
  z-index: 9;
  padding: 7px 14px;
}
.side-navigation ul ul li:hover:after {
    transform: translateX(0%) translateY(0%) scale(1);
}
/* .side-navigation ul ul li>a:before {
    position: absolute;
    content: "";
    left: -24%;
    width: 10px;
    height: 10px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--secondary-color);
    transform: translateY(-50%);
    transition: all 520ms ease;
    border-radius: 0;
    bottom: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 7px;
} */
.side-navigation ul ul li:hover>a:before, .side-navigation ul ul li.current_page_item > a:before, .side-navigation ul ul li.current-menu-item > a:before{
    opacity: 1;
    visibility: visible;
    left: 0;
}
/* .side-navigation ul ul li:hover>a, .side-navigation ul ul li.current_page_item>a,.side-navigation ul ul li.current-menu-item>a{
  padding-left: 15px;
} */
.side-navigation ul li:hover > ul{
  display: block;
  animation: zoomIn 0.5s ease;
  -webkit-animation: zoomIn 0.5s ease;
}
.side-navigation ul li.menu-item-has-children>a:after {
    content: "\2b";
    position: static;
    margin-left: 5px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    /* float: right; */
    font-size: 12px;
}
@keyframes fadeInRight{
 0%{opacity:0; transform:translate3d(10 0%,0,0)}
 100%{opacity:1; transform:none;}} 
.side-navigation .menu > ul > li.highlight{
  background-color: #ff8800;
}
.side-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}
/*---------------- Social Icon ----------------------*/
.socialbox a {
    color: white;
    margin-right: 15px;
}
.socialbox a:hover{
  color: var(--primary-color);
}
.socialbox a:last-child {
  margin-right: 0;
}
/*---------------- Footer Section ----------------------*/
.widget-title, #footer .wp-block-heading {
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 0px;
  margin-bottom: 20px;
}
#footer .media {
    margin-bottom: 10px !important;
}
.footer-top {
  padding-bottom: 50px;
}
.phone span.contact_widget_icon, .email span.contact_widget_icon {
    display: none;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
ul#menu-primary-menu {
    margin: 0;
}
.top-social-icon .topbar-number-text, .top-social-icon .topbar-email-text {
      z-index: 1;
}
.footer-col-four p {
  font-weight: 500;
}
.copyright-outer .term-info{
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
#footer {
    padding-top: 5em;
    padding-bottom: 0;
}
.footer-cols {
    padding-bottom: 4em;
}
.footer_hide {
  display: none;
}
.footer-top-col {
  border-left: solid 5px var(--orange);
  padding-left: 15px;
}
#footer ul li {
    margin: 0;
    padding: 9px 0;
    list-style: none;
}
#footer ul {
    margin: 0;
}
.copyright-menu ul {
  padding: 0;
  margin: 0 !important;
}
span.contact_widget_head {
    font-weight: 400;
    font-size: 16px;
}
.location .contact-text {
  display: block !important;
}
.contact_widget_icon i {
  color: var(--secondary-color);
  margin-right: 10px;
}
.contact_widget .phone a {
    margin-right: 10px;
}
#footer ul li a {
    color: #1F2937;
    font-weight: 400;
    font-size: 16px;
}
#footer ul li a:hover, .widget_wpb_widget a:hover {
    color: #58759D;
}
#footer .footer-col-one p {
    margin: 20px 0;
    color: #525252;
    font-size: 16px;
}
#footer .copyright p {
    font: 400 16px / 30px var(--primary-font);
    margin-bottom: 0;
    color: #888888;
}
.copyright a {
    color: #888888;
}
.copyright a:hover{
  color: var(--primary-color);
}
.copyright-container {
    padding: 21px 0;
}
.wp-block-gallery figure img {
    border-radius: 7px;
}
.widget_recent_entries img {
  width: 100px;
}
#footer .footer-col-one{
    position: relative;
}
#footer h3 {
    font: 500 20px / 20px var(--primary-font);
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 38px;
}
#footer-newsletter-section  .section-text {
    color: #525252;
}
.widget_wpb_widget a {
    font: 400 16px / 25px var(--primary-font);
    letter-spacing: 0px;
    color: #525252;
}
.widget_wpb_widget a {
    font: 400 15px / 25px var(--primary-font);
    letter-spacing: 0px;
    color: #000000;
}

/*-----------------Header Cart----------------*/
#cart {
  box-shadow: 0 3px 6px #00000029;
  background: #fff;
  width: 330px;
  right: 0px;
    top: 29px;
  margin: 0px auto;
  text-align: left;
  padding: 20px;
  position: absolute;
  z-index: 999999;
  display:none;
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
  box-shadow: 0 0 4px #19213f7d;
      border: 1px solid var(--primary-color);
}
@keyframes growDown {
  0% {
    transform: scaleY(0)
  }
  80% {
    transform: scaleY(1.1)
  }
  100% {
    transform: scaleY(1)
  }
}
.cart_box:hover #cart {
  display: block;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#cart .woocommerce a.button{
  background: var(--primary-color);;
  padding: 10px 20px !important;
  font-size: 12px;
  color:white;
  font: normal normal 600 14px / 14px var(--primary-font);
}
.order-track-hover  button.button.wp-element-button{
  padding: 10px 20px;
}
#cart .woocommerce a.button:hover, .order-track-hover  button.button.wp-element-button:hover{
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color)!important;
}
.mini_cart_item img{
  background: #FEF4D8;
padding: 5px;
border-radius: 10px;
}
#cart  .widget_shopping_cart_content p{
  margin: 0;
}
/* #cart .woocommerce-mini-cart__total strong,#cart .woocommerce-mini-cart__total span {
  color: #ffffff;
  font-weight: 600;
} */

#header .woocommerce form .form-row , #header .woocommerce form .form-row{
width: 100%;
}
#cart .woocommerce-mini-cart__total{
  padding-left: 27px;
}
#cart .woocommerce .widget_shopping_cart .total,#cart .woocommerce.widget_shopping_cart .total{
  border-top: 1px solid #eee;
  padding: 10px 0;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  right: 0;
  left: unset;
  top: -2px;
  font-size: 16px !important;
  padding: 0px;
}
#header .mini_cart_item a{
    font: 800 16px / 16px var(--primary-font);
  letter-spacing: 0px;
  color: #000000;
}
/* .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left !important;
    margin-right: 24px;
    width: 20%;
    object-fit: cover;
    margin-bottom: 10px;
} */
 .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 67px !important;
}
.woocommerce .star-rating {
    font-size: 11px;
    margin-top: 5px;
    margin: 0 !important;
}
.woocommerce a.remove{
  background: var(--primary-color);

  color: white!important;
}
.alert.alert-minimalist {
    background-color: rgb(255, 255, 238);
    border-color: var(--primary-color);
    border-radius: 3px;
    color: rgb(149, 149, 149);
    box-shadow: 0px 0px 5px rgb(51 51 51 / 30%);
    padding: 10px;
    z-index: 9999999 !important;
    height: auto;    width: 18% !important;
    background: #fff;
    padding: 10px 23px;
    box-shadow: rgb(0 0 0 / 16%) 0 1px 4px;

}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert.alert-minimalist img {
    width: 50px;
}
.prod-title {
  font: 600 16px / 25px var(--primary-font);
  color: #000000;
}
.prod-messg {
  font: 500 14px / 24px var(--primary-font);
  color: #000000;
}
.pull-left {
    float: none;
}

.footer-contact .media-body a {
color: var(--lightgrey11);
}
.custom-social-icons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.custom-social-icons a {
  background: var(--primary-color);
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #FFFFFF1A;
  color: #EAEEF4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.custom-social-icons a:hover {
  background-color: #58759D;
  border-color: #58759D;
  color: white;
}
.custom-social-icons a span{
  display: none;
}
.search-icon i {
    cursor: pointer;
}
.outer-footer{
  position: relative;
}
.footer-spider-img{
  position: absolute;
  right: 0;
  top: 0;
  height: 220px;
}
.news-form-main{
  position: relative;
  top: 10px;
    width: 90%;
    margin: 0 auto;
}
/* newsletter */
.footer-col-four input[type="submit"] {
  color: white;
  background-color: var(--primary-color);
  display: inline-block;
  width: auto;
  border-radius: 0;
  border: none;
  padding: 12px 27px;
  margin-top: 23px;
}
.footer-col-four input[type="submit"]:hover {
  background-color: white;
  color: var(--primary-color);
}
.footer-col-four input[type="email"] {
    border: none;
    padding: 12px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 0;
    margin-top: 29px;
}
.footer-col-four input[type="email"]::placeholder {
  color: white;
}
.footer-col-four input[type="email"]::placeholder{
  color: white;
}
.footer-col-one img {
    max-width: 82%;
}
/* .wpcf7-not-valid-tip{
  color: #fff;
} */
.wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 1em;
}
#newsletter .wpcf7 form .wpcf7-response-output{
  color: #fff;
}
.footer-col-four .textwidget{
  position: relative;
}
.payment-wrap{
    display: flex;
    gap: 10px;
    margin-left: auto;
    align-items: center;
    position: absolute;
    bottom: 80px;
}
.footer-payment-img{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.payment-wrap h5{
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 19.8px;
  color: #fff;
}
.footer-payment-images {
  width: 39px;
  height: 27px;
}
/* ----------------------Newsletter ----------------*/
.newsletter_shortcode  p {
  margin-bottom: 0 !important;
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}
#newsletter-sectio span.wpcf7-form-control-wrap {
    width: 100%;
}
#newsletter-section span.section-tagline {
    color: #E8D5A8;
    /* font-size: 19px; */
    margin-bottom: 4px;
}
#newsletter-section span.main-heading2, #newsletter-section span.main-heading4 {
  color: var(--secondary-color);
}
#newsletter-section .section_main_head .section-text {
    color: #EAEEF4;
    font-size: 21px;
}
#newsletter-section .section_main_head h3 {
    color: #FAF8F3;
    font-size: 52px;
}
.newsletter_head {
  max-width: 90%;
}
.newsletter-image img {
    max-width: 49%;
    text-align: center;
}
#newsletter-section {
    padding: 0;
}
.newsletter_head {
    max-width: 90%;
    padding: 5em 0;
}
.newsletter-flex {
    gap: 10px;
    justify-content: space-between;
    margin: 40px 0 0px 0;
    background-color: #FFFFFF;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #C8C8C8;
}
.newsletter_shortcode {
  width: 100%;
  margin: 0 auto;
  margin: 0 auto;
}
.newsletter_shortcode textarea {
  height: 152px;
}

.newsletter_shortcode input[type="text"]::placeholder, .newsletter_shortcode input[type="tel"]::placeholder, .newsletter_shortcode input[type="email"]::placeholder, .newsletter_shortcode input[type="phno"]::placeholder, .newsletter_shortcode input[type="password"]::placeholder, .newsletter_shortcode textarea::placeholder{
  color: #7b7474;
}
.newsletter_shortcode input[type="text"], .newsletter_shortcode input[type="tel"], .newsletter_shortcode input[type="email"], .newsletter_shortcode input[type="phno"], .newsletter_shortcode input[type="password"], .newsletter_shortcode textarea {
  outline: none;
  background-color: #FAF8F326;
  color: #7b7474;
  padding: 12px 25px 12px 25px;
  border: none;
  font-size: 14px;
  border-radius: 37px;
  width: 100%;
  border: 1px solid #FAF8F333;
  backdrop-filter: blur(8px);
}
.newsletter_shortcode input[type="submit"] {
    padding: 15px 31px;
    color: white;
    background-color: var(--primary-color);
    border-radius: 10px;
    box-shadow: none;
    font-size: 17px;
    position: relative;
    margin-left: 0;
    border: none;
}
.newsletter_shortcode input[type="submit"]:hover {
    background-color: #58759D;
    color: white;
}
.newsletter_shortcode form {
  position: relative;
}
.newsletter_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
#newsletter_section {
  position: relative;
  padding: 0;
  padding-top: 4em;
}
#newsletter-section .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
/*----------------- Footer Contact --------------------*/
.footer-contact-image {
  margin-top: -79px;
  text-align: center;
}
.footer-contact-container {
  background-color: var(--primary-color);
  padding: 0 47px;
  margin-bottom: -126px;
}
.footer-contact-container span.section-tagline {
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
  color: white;
}
#footer-contact h3 {
  margin-bottom: 0 !important;
  font-size: 26px;
  color: white;
}
.footer-contact-heading .phone-tagline {
  font-weight: 700;
  color: white;
}
a.phone-contact-text {
    display: block;
    color: white;
    font-weight: 700;
}
.footer-contact-svg {
    margin-right: 18px;
}
span.phone-tagline{
    color: white;
    font-weight: 700;
}
nav#footer-navigation ul li {
  display: inline-block;
  padding: 0 10px;
  color: #FFFFFF;
  font-weight: 400;
  position: relative;
}
nav#footer-navigation ul li:last-child a:after {
    opacity: 0;
}
nav#footer-navigation {
    text-align: right;
}
#newsletter-section .wpcf7 form.invalid .wpcf7-response-output, #newsletter-section .wpcf7 form.unaccepted .wpcf7-response-output, #newsletter-section .wpcf7 form.payment-required .wpcf7-response-output {
    color: white;
}

#newsletter-section .wpcf7-not-valid-tip {
  color: #dc3232;
}

/*------------------- Footer Newsletter -------------------*/

#footer-newsletter-section input[type="text"], #footer-newsletter-section input[type="tel"], #footer-newsletter-section input[type="email"], #footer-newsletter-section input[type="number"], #footer-newsletter-section textarea, #footer-newsletter-section inp#footer-newsletter-section input[type="text"], #footer-newsletter-section input[type="tel"], #footer-newsletter-section input[type="email"], #footer-newsletter-section input[type="number"], #footer-newsletter-section textarea, #footer-newsletter-section input, #footer-newsletter-section select, #footer-newsletter-section input[type="date"], .footer-newsletter-section input[type="text"], .footer-newsletter-section input[type="tel"], .footer-newsletter-section input[type="email"], .footer-newsletter-section input[type="number"], .footer-newsletter-section textarea, .footer-newsletter-section input, .footer-newsletter-section select, .footer-newsletter-section input[type="date"] {
  padding: 12px 15px !important;
  border: none;
  font-weight: 400;
  color: white;
  border-radius: 0;
  border-radius: 38px;
  background-color: var(--primary-color);
}
.footer-newsletter-section input[type="text"], .footer-newsletter-section input[type="tel"], .footer-newsletter-section input[type="email"], .footer-newsletter-section input[type="number"], .footer-newsletter-section textarea, .footer-newsletter-section input, .footer-newsletter-section select, .footer-newsletter-section input[type="date"] {
  background-color: white !important;
}
button.theme_button_style br {
  display: none;
}
#footer-newsletter-section input[type="text"]::placeholder, #footer-newsletter-section input[type="tel"]::placeholder, #footer-newsletter-section input[type="email"]::placeholder, #footer-newsletter-section input[type="number"]::placeholder, #footer-newsletter-section textarea::placeholder, #footer-newsletter-section input::placeholder, #footer-newsletter-section select, #footer-newsletter-section input[type="date"], .footer-newsletter-section input[type="text"]::placeholder, .footer-newsletter-section input[type="tel"]::placeholder, .footer-newsletter-section input[type="email"]::placeholder, .footer-newsletter-section input[type="number"]::placeholder, .footer-newsletter-section textarea::placeholder, .footer-newsletter-section input::placeholder, .footer-newsletter-section select, .footer-newsletter-section input[type="date"]{
  font-weight: 400;
  color: white;
}
#footer-newsletter-section input[type="submit"]:hover{
  background-color: #58759D !important;
  border-color: #58759D !important;
  color: white;
}
#footer-newsletter-section input[type="submit"] {
  background-color: transparent !important;
  color: black;
  border: 2px solid #000000;
}
#footer-newsletter-section .newsletter-flex {
    padding: 0;
    background-color: transparent;
    border: none;
    margin: 0;
    justify-content: end;
}
.footer-container-section {
    border: 1px solid #1F2937;
    border-left: none;
    border-right: none;
    padding: 3em 0;
}