body {
  margin: 0;
  padding: 0;
  top: 0 !important;
  font-size: 16px;
  font-weight: 500;
   font-family: 'Futura';
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h5 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none !important;
  text-decoration: none !important;
}

input {
  outline: none !important;
}

button {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.sp {
  padding-top: 110px;
  padding-bottom: 110px;
}

.bg_white {
  background-color: white;
}

.pt_0 {
  padding-top: 0px;
}

.pb_0 {
  padding-bottom: 0px;
}

#page-top {
  overflow-x: hidden !important;
}

/* Menu Css  */
/*Menu Css */

.button_container {
  position: fixed;
  top: 60px;
  right: 71px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
/*.button_container:hover {
  opacity: 0.7;
}*/
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  -ms-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}

.button_container.active .middle {
  opacity: 0;
  background: #fff;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}

.button_container span {
  background: #FFF;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  -o-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
  border-bottom: 1px solid #707070;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  font-family: "Varela Round", serif;
  font-weight: 400;
  text-align: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  line-height: 1;
}

.overlay ul li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: -1.57px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 61px;
  font-family: 'DIN Condensed';
  line-height: 1.3;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.overlay ul li a:hover {
  color: #C05D0D;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  display: none;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

.overlay-menu ul li a img {
  width: 600px;
  margin-top: 45px;
}

.menu_logo a img {
  width: 230px;
}

.header_area {
  padding-top: 6px;
  padding-bottom: 6px;
  position: absolute;
  z-index: 1050;
  width: 100%;
  top: 60px;
  left: 0;
}
.menu_logo {
  margin-bottom: 60px;
}
div#toggle:after {
  position: absolute;
  width: 61px;
  height: 48px;
  content: "";
  z-index: -1;
  left: -13px;
  top: -11px;
  background: #2E2E2E 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
}



/*New Css Code For Design */


.hero_section {
  background: url('../images/hero/hero-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #000;
  padding-top: 347px;
  padding-bottom: 500px;
  position: relative;
/*  z-index: 12;*/
}

.logo {
  text-align: center;
}
.arrow_down_icon {
  text-align: center;
  margin-top: 153px;
}
.ca3-scroll-down-link {
  cursor:pointer;
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
  animation:         ca3_fade_move_down 2s ease-in-out infinite;
}

@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}

.copyright p {
  font-size: 13px;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.footer_area {
  padding: 30px 0px;
  background: #212121;
}
.about_section .container .row {
  align-items: center;
}
.about_image {
  text-align: right;
} 

.about_contnt p {
  color: #FEFEFE;
  font-size: 16px;
  padding-bottom: 25px;
  font-family: 'Muli';
}
.about_contnt h4 {
  color: #FEFEFE;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Muli';
}
.hero_section_f_A {
  padding-bottom: 30px;
  position: relative;
  background-color: #000;
}
.hero_section_f_A:after{
  position: absolute;
  content: "";
  width: 100%;
  background: url('../images/banner/overlay_s.png');
 

}

.about_section {
  position: relative;
  z-index: 2;
}
.hero_section_f_A::after {
  position: absolute;
  content: "";
  width: 100%;
  background: url('../images/banner/overlay_s.png');
  height: 1050px;
  bottom: 0;
  background-size: 100%;
  background-position: bottom;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
}

/*Services Section css */

.services_section_area {
  background: #212121;
  padding-top: 36px;
  padding-bottom: 80px;
}
.title_s h2 {
  font-size: 30px;
  letter-spacing: -0.48px;
  color: #F0F0F0;
  opacity: 1;
  text-align: center;
  padding-bottom: 34px;
}

.services_content {
  padding: 25px 15px;
}
.services_content h4 i {
  color: #A6A6A6;
  transition: 0.5s;
  font-size: 23px;
}
.services_content h4 {
  letter-spacing: -0.34px;
  color: #9D9D9D;
  opacity: 1;
  text-align: center;
  padding-bottom: 15px;
  transition: 0.5s;
  font-family: 'Futura';
  font-size: 21px;
  line-height: 28px;
}

.services_content p {
  letter-spacing: 0px;
  color: #5F5F5F;
  opacity: 1;
  font-size: 16px;
  font-family: 'Futura';
  transition: 0.5s;
}
.services_image img {
  border-bottom: 1px solid #2E2E2E;
  transition: 0.5s;
}

.services_single_item:hover .services_image img {
    border-bottom: 1px solid #FFF;
    transition: 0.5s;
}
.services_single_item:hover .services_content p {
  color: #FFF;
  transition: 0.5s;
}
.services_single_item:hover .services_content h4 {
  color: #FFF;
  transition: 0.5s;
}
.services_single_item:hover .services_content h4 i{
  color: #FFF;
  transition: 0.5s;
}
.services_single_item:hover{
  cursor: pointer;
}
#expend_id {
  display: none;
}
.services_slider_area.owl-carousel .owl-nav.disabled{
  display: inherit;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-prev {
  transform: translateY(-30%);
  position: absolute;
  left: -60px;
  top: 30%;
}
.owl-next {
  transform: translateY(-30%);
  position: absolute;
  right: -60px;
  top: 30%;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

/*Testimonial Area Css */

.testimonial_section_area {
  background: #212121;
  padding-top: 40px;
  padding-bottom: 80px;
}
.single_testimonial .row {
  align-items: center;
}

.testi_content h3 {
  letter-spacing: -0.48px;
  color: #F0F0F0;
  opacity: 1;
  font-size: 30px;
  padding-bottom: 8px;
}
.testi_content p {
  color: #F0F0F0;
  font-size: 15px;
  padding-bottom: 20px;
}
.testi_content a {
  letter-spacing: -0.4px;
  color: #F0F0F0;
  opacity: 1;
  font-size: 25px;
  padding: 8px 20px;
  border: 1px solid #FFF;
  display: inline-block;
   transition: 0.5s;
}

.testi_content a:hover {
  background: #C05D0D;
   border: 1px solid #C05D0D;
   transition: 0.5s;
}

.testi_content {
  padding-left: 30px;
}
.testimonial_slider_area {
  padding: 0 70px;
  border-bottom: 1px solid #707070;
  position: relative;
}

.testimonial_slider_area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 11%;
  background: #707070;
  left: 0;
  right: 0;
  z-index: -1;
}
.testimonial_slider_area:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 89%;
    top: 11%;
    background: #707070;
    left: 0;
    bottom: 0;
}
.testimonial_slider___after{
  position: relative;
}
.testimonial_slider___after::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 89%;
  top: 11%;
  background: #707070;
  right: 11px;
  bottom: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}


/*
.single_testimonial {
  padding-top: 45px;
}*/
.testi_image {
  position: relative;/*
  margin-top: -45px;*/
}
.testimonial_slider_area .owl-dots {
  position: absolute;
  right: 50px;
  bottom: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #FFF;
}
.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 3px 6px;
  background: transparent;
  border: 1px solid #FFF;
}

/*Contact section */


.hero_section_contact_f_A {
  position: relative;
   background: url('../images/banner/contact_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #000;
  padding-top: 156px;
  padding-bottom: 126px;
  overflow: hidden;
}
.about_section {
  position: relative;
  z-index: 2;
}
.hero_section_contact_f_A::after {
  position: absolute;
  content: "";
  width: 100%;
  background: url('../images/banner/overlay_contact.png');
  height: 1050px;
  bottom: 0;
  background-size: 100%;
  background-position: bottom;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
}
.contact_title {
  padding: 80px 0px;
  width: max-content;
  margin: auto;
}
.contact_ss_section {
  position: relative;
  z-index: 10;
}
.contact_title h2 {
  letter-spacing: -0.48px;
  color: #F0F0F0;
  opacity: 1;
  font-size: 30px;
}
.contact_title p{
  color: #F0F0F0;
}

.input_item input {
  background: #F1F2F6;
  width: 100%;
  color: #0C1125;
  font-size: 14px;
  padding: 9px 15px;
  font-weight: 400;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  opacity: 1;
  margin-bottom: 12px;
  font-family: 'Muli';
}
.input_item.textarea__contact textarea {
  height: 358px;
}
.input_item.textarea__contact textarea {
  background: #F1F2F6;
  width: 100%;
  color: #0C1125;
  font-size: 14px;
  padding: 9px 15px;
  font-weight: 400;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  opacity: 1;
  margin-bottom: 12px;
  font-family: 'Muli';
}
textarea {
  outline: none !important;
}
.input_left {
  padding-right: 20px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0C1125;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #0C1125;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #0C1125;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #0C1125;
  opacity: 1;
}
.input_submit {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 248px;
}
.input_submit input {
  font-size: 25px;
  padding: 7px 80px;
  border: 1px solid #FFF;
  display: inline-block;
  background: transparent;
  letter-spacing: -0.4px;
  color: #F0F0F0;
  opacity: 1;
     transition: 0.5s;
}
.input_submit input:hover {
  background: #C05D0D;
   border: 1px solid #C05D0D;
   transition: 0.5s;
}
.contact_logo a img {
  width: 385px;
  float: right;
}
.contact_social_area {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qrcode {
  padding-right: 18px;
  border-right: 1px solid #000;
}
.contact_social {
  padding-left: 18px;
}
.contact_social ul li a {
  margin: 4px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact_social ul li {
  margin: 6px 0px;
}
.contact_social ul li a img {
  width: 30px;
  margin-right: 8px;
}
.contact_social ul li a span {
  font-family: 'Avenir Next';
  color: #000;
  font-size: 20px;
  line-height: 33px;
  display: inline-block;
}


/*Download section Css */

.hero_section_download_f_A {
  background-color: #000;
  padding-top: 156px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about_section {
  position: relative;
  z-index: 2;
}
.hero_section_download_f_A::after {
  position: absolute;
  content: "";
  width: 100%;
  background: url('../images/banner/download_hero.png');
  height: 1280px;
  top: 0;
  background-size: 100%;
  background-position: top;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: -1;
}


.single_testimonial_download .row {
  align-items: center;
}
.single_testimonial_download {
  padding: 0 70px;
  border: 1px solid #707070;
  margin-bottom: 100px;
}
.testi_image_download {
  position: relative;
  margin-top: -63px;
}
.download_book_area {
  margin-top: 120px;
}







/*Online Shop css */

.hero_section_Online_shop_f_A {
  position: relative;
  padding-top: 156px;
  overflow: hidden;
  background-color: #000000;
}
.hero_section_Online_shop_f_A::after {
  position: absolute;
  content: "";
  width: 100%;
  background: url('../images/banner/online_shop.png');
  height: 1605px;
  top: 0;
  background-size: 100%;
  background-position: bottom;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: 2;
}
.hero_section_Online_shop_f_A::before {
  position: absolute;
  content: "";
  width: 100%;
  background: url('../images/banner/online_shop_bg.png');
  height: 1300px;
  top: 0;
  background-size: 100%;
  background-position: top;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: 2;
}

.online_shop_ss_section {
  position: relative;
  z-index: 10;
}

.m_title p {
  letter-spacing: -0.32px;
  color: #F0F0F0;
  opacity: 1;
  font-size: 20px;
  text-align: center;
  padding-top: 97px;
  padding-bottom: 47px;
}

/*Tab Content Css */
div#pills-tabContent {
  margin-top: 67px;
}
.product_tab_area ul li button p {
  letter-spacing: -0.27px;
  color: #F0F0F0;
  opacity: 1;
  font-size: 17px;
  padding-top: 24px;
}
.product_tab_area ul li button img {
height: 53px;
}
.product_tab_area > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_tab_area ul li button span {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
  border-radius: 50%;
}
.product_tab_area > ul li {
  padding: 0px 24px;
  border-right: 1px solid #707070;
}
.product_tab_area ul li:last-child {
  border-right: 1px solid transparent;
}

.product_tab_area ul li button.nav-link.active span {
  border: 4px solid #FFF;
}
.product_tab_area ul li button.nav-link.active p {
  font-weight: 700;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: transparent;
}

/*Product Single item Css */

.product_single_item {
  margin-bottom: 34px;
  border: 1px solid #707070;
  padding: 35px;
}

.product_image {
  padding-bottom: 40px;
  text-align: center;
}
.product_content h2 {
  letter-spacing: -0.48px;
  color: #F0F0F0;
  opacity: 1;
  font-size: 30px !important;
  text-align: center;
  padding-bottom: 20px !important;
}
.product_content p {
  letter-spacing: 0px;
  color: #F0F0F0;
  opacity: 1;
  font-size: 16px;
  padding-bottom: 24px;
}
.books_now_btn {
  text-align: center;
}
.books_now_btn a {
  font-family: 'Muli';
  color: #FFF !important;
  text-align: center;
  display: inline-block !important;
  border: 1px solid #FFFF !important;
  padding: 13px !important;
  width: 300px;
  transition: 0.5s;
  background: transparent !important;
  line-height: 1.4 !important;
  margin-bottom: 4px !important;
}
.books_now_btn a:hover {
  background: #C05D0D !important;
   border: 1px solid #C05D0D !important;
   transition: 0.5s;
}





/*Add New Css */

.logo_2 {
  text-align: center;
}
.product_shop_page {
  padding-top: 180px;
  background: #000;
  padding-bottom: 250px;
}

.product_title.entry-title {
  letter-spacing: -0.48px;
  color: #F0F0F0;
  opacity: 1;
  font-size: 30px !important;
  padding-bottom: 20px !important;
}

.product-template-default.single.single-product{
  background: #000;
}

.woocommerce-Price-amount.amount {
  font-size: 18px;
}

.books_now_btn_single form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single_add_to_cart_button.button.alt {
  font-family: 'Muli';
  color: #FFF !important;
  text-align: center;
  display: inline-block !important;
  border: 1px solid #FFFF !important;
  padding: 13px 40px !important;
  transition: 0.5s;
  background: transparent !important;
  line-height: 1.4 !important;
  margin-left: 15px;
}

.woocommerce .quantity .qty {
  font-size: 18px;
  border: 1px solid #fff;
  padding: 11px 10px;
  font-family: 'Muli';
  font-weight: 400;
  margin: 0px 15px;
  width: 130px;
}


.cart_page_template {
  padding-top: 170px;
  padding-bottom: 50px;
  background: #FFF;
}

.woocommerce-page table.cart td.actions .input-text {
  width: 119px;
}

.product-name a {
  color: #000;
}
.woocommerce a.button.alt{
  background-color: #000;
  color: #fff;
}

.books_now_btn .woocommerce-Price-amount.amount {
  font-size: 20px;
  color: #FFF;
}

.woocommerce form .form-row label, .woocommerce-billing-fields h3, .woocommerce-additional-fields h3 {
  line-height: 2;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.checkout_area {
  background: #EEEEEE;
  padding-top: 70px;
  padding-bottom: 30px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
  text-align: center;
  width: 187px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.arrow_down_icon {
  text-align: center;
  margin-top: 153px;
  position: relative;
  z-index: 15;
}

/* Remove arrows for Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/* Remove arrows for Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: green;
    width: max-content;
}

.input_item {
    width: 100%;
}
/* Force date input field to be full width */
.wpcf7 input[type="date"] {
    width: 100% !important;
    box-sizing: border-box; /* Ensure padding/border doesn't affect the width */
}

