* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
	font-family: Nunito !important;
}
#site-header {
	display: none;
}

.logo a{
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
  font-size: 38px;
  text-decoration: none;
  outline: none;
}
.step-3-btn a {
	font-size: 30px;
	font-weight: 500;
	fill: #111;
	color: #111;
	background-image: linear-gradient(to right, #cf7f00 0%, #efb500 100%);
	padding: 12px 40px;
	display: inline-block;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.5s;
	text-transform: capitalize;
	font-family: "Oswald", Sans-serif;
  outline: none;
  border: none;
}
.step-3-btn a:hover{
    transform: scale(1.1);
}
.page-header, #site-footer {  display: none; }
.q form a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: end;
}
.is-layout-constrained > * {
	margin-block-start: 0 !important;
	margin-block-end: 0;
}
.is-layout-flow > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}
.page-template-default main .wp-block-group,
.page-template-default .wp-block-template-part {
  display: none;
}

.body-bg, .header {
	max-width: 100% !important;
	margin-block-start: 0 !important;
}

.has-global-padding {
	padding: 0;
	margin-block-start: 0;
}

.wp-block-site-logo {
  display: none;
}

.align-center {
  align-items: center;
}

.review-col {
  text-align: center;
}

.review-payment {
  width: 100px;
  margin: 0 auto;
}

.review-offer {
  font-family: "Poppins", Sans-serif;
  font-size: 25px;
  font-weight: 900;
  fill: #1a2d39;
  color: #1a2d39;
  background-color: #e4a44c;
  padding: 4px 14px 4px 14px;
  display: inline-block;
  border-radius: 8px;
}

.review-bonus {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 0;
}

.review-list ul li {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  text-align: left;
  margin: 0 0 15px 0;
  position: relative;
  list-style: none;
  padding: 0 0 0 27px;
}

.review-list ul {
  padding: 0;
  margin: 0;
}

.review-list ul li:last-child {
  margin: 0;
}

.review-list ul li::after {
  background-image: url("https://bc-game-bigger-en.com/wp-content/uploads/2025/06/list-img.png");
  background-position: left;
  position: absolute;
  left: 0;
  right: auto;
  top: 3px;
  bottom: auto;
  margin: auto;
  content: "";
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
}

.review-button a {
  font-family: "Poppins", Sans-serif;
  font-size: 21px;
  font-weight: 900;
  fill: #1a2d39;
  color: #1a2d39;
  background-color: #e4a44c;
  padding: 10px;
  display: inline-block;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.5s;
}

.review-button a:hover {
  background-color: #fff;
  color: #111;
}

.review-logo {
  margin: 0 0 20px 0;
}



.q form .next input,
.q form .not-next input {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.review-box {
  box-shadow: none;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px;
  background-color: #1c0854;
  border-radius: 0;
  border: 2px solid transparent;
  position: relative;
}
.review-box::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 2px solid #e4a44c;
  border-color: #e4a44c transparent transparent transparent;
  animation: borderRun 10s linear infinite;
  border-radius: 0 !important;
  box-sizing: border-box;
}

.review-box:last-child {
  margin-bottom: 0;
}

.star-text {
  font-size: 20px;
  color: #fff;
  font-family: "Oswald", Sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.star-text span {
  color: #e4a44c;
}

body {
  background: #1c0854 !important;
  font-family: "Nunito", Sans-serif;
  font-size: 16px;
}
.quiz-section {
	padding: 15px 0;
	background-image: url("https://bc-game-bigger-en.com/wp-content/uploads/2025/06/bg-body.jpg");
	background-repeat: repeat;
	background-size: cover;
	background-position: top center;
	background-color: #080303;
}

.body-bg .contact__button button {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 15px 40px;
  background: #e4a44c;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
  border: none;
}

.body-bg .contact__button button:hover {
  background: #fff;
  color: #e4a44c;
}

.body-bg .contact__button button::after,
.body-bg .contact__button button::before {
  display: none;
}

.body-bg .color-scheme-1 {
  background: none;
}

.body-bg .contact {
  max-width: 100%;
  padding: 80px 15px 60px;
}

.body-bg .contact h2 {
  font-size: 33px;
  line-height: 35px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 24px;
}

.header {
  text-align: center;
  padding: 0 0 15px;
  margin-block-start: 0;
  position: relative;
  /* background: #1c0854; */
  display: block;
}
.header .logo {
	margin: 0;
	gap: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar #navbarNav {
  justify-content: center;
}

.only-index {
  max-width: 100% !important;
}

.header .logo a {
  display: inline-block;
}
.logo a img {
  max-width: 140px;
  display: inline-block;
}

.navbar {
  padding: 0;
}
.gr-1 {
  background: linear-gradient(90deg, #e4a44c 22.99%, #709f55 73.57%);
  color: #00000000;
  background-clip: text;
  animation: shine 2s linear infinite;
  background-size: 200% auto;
}
.header-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.header-menu ul li {
  list-style: none;
  padding: 0 35px;
  position: relative;
}

.header-menu ul li a {
  font-family: "Oswald", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #7a7a7a;
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: inline-block;
}

.header-menu ul li a:hover,
.header-menu ul li.active a {
  color: #e4a44c !important;
}

.header-menu ul li a::after {
  content: "";
  width: 0px;
  height: 2px;
  background-color: #e4a44c;
  position: absolute;
  bottom: -5px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.header-menu ul li:hover a::after,
.header-menu ul li.active a::after {
  width: 100%;
}

.header-menu ul li::after {
  position: absolute;
  width: 2px;
  height: 15px;
  content: "";
  background: #7a7a7a;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header-menu ul li:last-child::after {
  display: none;
}

@media (max-width: 991px) {
  .header .logo {
    margin: 0;
  }

  .navbar #navbarNav ul {
    padding: 15px;
  }

  .header-menu ul li {
    margin: 0 0 15px 0;
  }

  .header-menu ul li a {
    display: inline-block;
  }

  .navbar #navbarNav {
    position: absolute;
    left: 0;
    right: 0;
    top: 96px;
    background: #f7f7f7;
    z-index: 9;
  }

  .navbar {
    position: static;
  }

  .navbar .navbar-toggler,
  .navbar .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
  }

  .header-menu ul li::after {
    display: none;
  }

  .review-offer {
    font-size: 18px;
  }

  .review-list ul li {
    font-size: 12px;
  }

  .review-button a {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .header-menu ul li {
    padding: 0 15px;
  }

  .review-logo {
    max-width: 251px;
    margin: 0 auto 20px;
  }

  .review-col {
    margin: 0 0 20px 0;
  }

  .review-list ul li {
    font-size: 15px;
  }
}

.q .welcome-img {
	width: 100%;
	margin: 0 0 20px 0;
	border-radius: 0;
}

.q {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 20px;
	text-align: center;
	margin: 0;
	position: relative;
	background: #2b0044 url("https://bc-game-bigger-en.com/wp-content/uploads/2025/06/box.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	border: 6px solid;
	box-shadow: rgba(255, 251, 0, 0.50) 0 0 38px;
  animation: mymove 1s infinite;
}
@keyframes mymove {
  0%   {border-color: #f5e2c5;}
  25%  {border-color: #ffbf5e;}
  75% {border-color: #f5e2c5;}
  100%  {border-color: #ffbf5e;}
}
.comment-section {
  padding: 20px 0 0 0;
}

.comment-flex:last-child {
  margin: 0;
}
.comment-flex {
  display: flex;
  align-items: center;
  background: #000;
  margin: 0 0 15px 0;
  padding: 15px;
  border: 1px solid #424242;
}

.comment-right {
  text-align: left;
  margin: 0 0 0 15px;
}

.comment-img img {
  width: 66px;
}

.comment-right h3 {
  color: #e4a44c;
  font-family: "Nunito", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.comment-main h3 {
  color: #fff;
  margin: 0;
  font-size: 21px;
}
.comment-right p {
  color: #fff;
  font-family: "Nunito", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.q h2 {
	font-size: 33px;
	line-height: 40px;
	font-weight: 500;
	font-family: "Oswald", Sans-serif;
	color: #fff;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.q p.desc {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 15px 0;
	font-family: "Oswald", Sans-serif;
}

.q h2 span,
.q div p span {
  background: linear-gradient(90deg, #ffd49a 22.99%, #e4a44c 73.57%);
  background-size: auto;
  background-clip: border-box;
  color: #00000000;
  background-clip: text;
  animation: shine 2s linear infinite;
  background-size: 200% auto;
}

@keyframes shine {
  100% {
    background-position: 200% center;
  }
}

.q form p {
	margin: 0;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	width: 100%;
}
.q form {
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
.q form .next, .q form .not-next {
	font-family: "Oswald", Sans-serif;
	font-size: 30px;
	font-weight: 400;
	/* border-radius: 0; */
	padding: 10px;
	text-transform: uppercase;
	color: #111;
	transition: all 0.5s;
	cursor: pointer;
	display: block;
	width: 80%;
	line-height: 39px;
	background: linear-gradient(to right, #cf7f00 0%, #efb500 100%);
	border: none;
	border-radius: 10px;
	outline: none;
}
.q form .next:focus, .q form .not-next:focus{
  outline: none;
}
.q form p span {
  position: absolute;
}

.q form p span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(43, 8, 8, 0)),
    to(#064285)
  );
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #064285);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.q form p span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(43, 8, 8, 0)),
    to(#064285)
  );
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #064285);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.q form p span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(43, 8, 8, 0)),
    to(#064285)
  );
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #064285);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.q form p span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(43, 8, 8, 0)),
    to(#064285)
  );
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #064285);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.q form .next:hover, .q form .not-next:hover {
	transform: scale(0.95);
}



.footer-flex {
  display: flex;
  align-items: center;
  padding: 20px 0 50px;
}

.footer-flex .logo-section {
  margin: 0 20px 0 0;
  width: 20%;
}

.footer-flex .logo-section a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.newslatter {
  margin: 0 auto;
  width: 70%;
}

.newslatter form {
  display: flex;
  align-items: center;
}

.newslatter input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 20px;
  background: none;
  box-shadow: none;
  outline: none;
  color: #fff;
  border: none;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}

.newslatter form button {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 40px 15px 40px;
  background: #e4a44c;
  border: none;
  font-size: 16px;
  margin: 0 0 0 15px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  font-family: "Oswald", Sans-serif;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.newslatter form button:hover {
  background: #fff;
  color: #e4a44c;
}
.footer-menu ul li a:hover {
  color: #e4a44c;
}

.copy-right p a {
  color: #fff;
  transition: all 0.5s;
  text-decoration: none;
}

.copy-right p a:hover {
  color: #e4a44c;
}

.text-content {
	padding: 40px;
	background: rgba(28, 8, 84, 0.8);
	position: relative;
	border: 6px solid;
	box-shadow: rgba(255, 251, 0, 0.50) 0 0 38px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
  animation: mymove 1s infinite;
}
.review-box::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 2px solid #e4a44c;
  border-top-color: rgb(248, 160, 1);
  border-right-color: rgb(248, 160, 1);
  border-bottom-color: rgb(248, 160, 1);
  border-left-color: rgb(248, 160, 1);
  border-color: #e4a44c transparent transparent transparent;
  animation: borderRun 10s linear infinite;
  border-radius: 0 !important;
  box-sizing: border-box;
}
@keyframes borderRun {
  0% {
    border-color: #e4a44c transparent transparent transparent;
    top: 0px;
    left: 0px;
  }
  25% {
    border-color: transparent #e4a44c transparent transparent;
    top: 0px;
    left: 0px;
  }
  50% {
    border-color: transparent transparent #e4a44c transparent;
    top: 0px;
    left: 0px;
  }
  75% {
    border-color: transparent transparent transparent #e4a44c;
    top: 0px;
    left: 0px;
  }
  100% {
    border-color: #e4a44c transparent transparent transparent;
    top: 0px;
    left: 0px;
  }
}
.text-content h4 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 11px;
	font-family: "Oswald";
	text-transform: uppercase;
}

.text-content p {
  color: #fff;
  font-weight: 400;
  margin: 0 0 25px 0;
}

.text-content p .text-green {
  color: #e4a44c;
  text-decoration: none;
  transition: all 0.5s;
}

.text-content p .text-green:hover {
  color: #fff;
}

.text-content ol {
	margin-bottom: 30px;
	padding: 0 0 0 15px;
}

.text-content ol li {
  color: #fff;
  font-weight: 400;
  margin: 0 0 4px;
}
.container-custom {
  padding: 0 15px;
  margin: 0 auto;
  width: 1070px;
}
.only-index .container-custom{
  width: 650px;
}
@media (max-width: 991px) {
  .container-custom {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .q h2 {
    font-size: 26px;
    line-height: 37px;
  }
}
@media (max-width: 1199px) {
  .footer-flex .logo-section {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .footer-flex {
    display: block;
    padding: 20px 0 50px;
    text-align: center;
  }
  .comment-flex{
    display: block;
  }
  .comment-right {
    text-align: center;
    margin: 10px 0 0 0;
  }
  .q form {
    width: 100%;
    margin: 0 0 9px 0;
  }
  .footer-flex .logo-section {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .newslatter {
    width: 100%;
  }

  .footer-menu ul li:last-child {
    margin: 0;
  }

  .newslatter form button {
    padding: 15px 25px;
  }
  .quiz-section{
    padding: 15px 0;
  }
  .footer-wrapper .logo {
    text-align: center;
    margin: 0 0 20px 0;
  }
 
}

@media (max-width: 575px) {
  .q h2 {
    font-size: 30px;
    line-height: 33px;
  }

  .q p.desc {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .body-bg .contact {
    padding: 40px 15px 20px;
  }
  .text-content{
    padding: 15px;
  }
  .q{
    padding: 10px;
  }
  .quiz-section{
    background-image: url("https://bc-game-bigger-en.com/wp-content/uploads/2025/06/bg-mobile.jpg");
  }
  .q h2 {
    font-size: 23px;
    line-height: 29px;
  }
  .q form .next, .q form .not-next {
    padding: 6px 10px;
    font-size: 26px;
    line-height: 45px;
  }
  .navbar #navbarNav {
    top: 66px;
  }

  .header .logo a {
    font-size: 32px;
  }
}

.inner-section-warapper {
  padding: 50px 0;
  background: #0f212e;
  max-width: 100% !important;
  margin: 0;
}

.inner-section-warapper .inner-content h3 {
  font: 500 28px/30px "Oswald", Sans-serif;
  color: #fff;
  margin: 8px 0 16px;
}

.inner-section-warapper .inner-content .inner-section-title {
  font-weight: 600;
  margin: 0 0 45px;
}

.inner-section-warapper .inner-content p,
.inner-section-warapper .inner-content ol li {
  font: 400 15px/24px "Oswald", Sans-serif;
  color: #fff;
  margin: 0 0 15px;
}

.inner-section-warapper .inner-content ol li {
  margin: 0;
}

.inner-section-warapper .inner-content p a {
  text-decoration: none;
  color: #e4a44c;
}

.footer-menu ul {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: end;
	gap: 25px;
}
.footer-menu ul li {
  list-style: none;
}
.footer-menu ul li a {
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  transition: all 0.5s;
}

.footer-menu ul li a:hover {
  color: #e4a44c;
}

.footer-menu .logo a {
  text-align: left;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
  display: block;
  margin: 60px 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 2px solid #54595f;
}
.copy-right p {
	color: #dedede;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	margin: 15px 0 0 0;
}
.footer-section {
	margin: 20px 0 0 0;
	display: flex;
	align-items: center;
	background-color: rgba(14,7,42,0.6);
	padding: 27px 0;
	border-top: 2px solid #d5a500;
	border-bottom: 2px solid #d5a500;
}
.quiz-section.contain-bg{
  background-size: auto;
  height: auto;
}
@media (min-width: 1400px) {
  .quiz-section{
    height: 100vh;
  }
}
@media (max-width: 1400px) {
  .footer-menu ul li a{
    font-size: 15px;
  }
  .only-index .container-custom {
    width: 530px;
  }
  .footer-menu ul {
    gap: 15px;
  }
  .copy-right p{
    font-size: 15px;
  }
  .q form .next, .q form .not-next {
    line-height: 29px;
    font-size: 23px;
  }
  .quiz-section.contain-bg{
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .footer-menu ul{
    justify-content: center;
  }
  .copy-right p{
    text-align: center;
  }
  .only-index .container-custom {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .inner-section-warapper .inner-content h3 {
    font-size: 26px;
    line-height: 28px;
    margin: 6px 0 12px;
  }
  .step-3-btn a{
    font-size: 19px;
  }
  .inner-section-warapper .inner-content .inner-section-title {
    margin: 0 0 30px;
  }

  .inner-section-warapper .inner-content p,
  .inner-section-warapper .inner-content ol li {
    font-size: 14px;
    line-height: 24px;
  }

  .inner-section-warapper .inner-content p {
    margin: 0 0 12px;
  }
}

@media (max-width: 480px) {
  .inner-section-warapper {
    padding: 30px 0;
  }
  .footer-wrapper .logo a{
    text-align: center;
  }
  .footer-menu ul{
    justify-content: center;
  }
  .copy-right{
    text-align: center;
  }
  .footer-section {
    padding: 10px 0;
  }
  .footer-menu ul li a {
    font-size: 14px;
  }
  .copy-right p {
    font-size: 14px;
  }
  .logo a img{
    max-width: 110px;
  }
  .inner-section-warapper .inner-content h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .inner-section-warapper .inner-content .inner-section-title {
    font-size: 24px;
    line-height: 28px;
  }

  .inner-section-warapper .inner-content .inner-section-title {
    margin: 0 0 22px;
  }
  .footer-menu ul{
    text-align: center;
  }
}

@media (max-width: 360px) {
  .footer-menu .logo a {
    margin: 30px 0 20px 0;
    padding: 0 0 10px 0;
  }
  .footer-menu ul li a {
    font-size: 12px;
  }
  .copy-right p {
    font-size: 12px;
  }
}

/* other CSS  Start*/
.page-header {
	display: none;
}
@media (max-width: 767px){
	.elementor-nav-menu__align-center .elementor-nav-menu{
		flex-direction: inherit !important;
	}
}
/* other CSS  End*/