/* Common CSS Start */
html {
  scroll-behavior: smooth;
}
body{
  background-image: url(../images/body-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
a.text-red {
  color: #e70062;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

a.text-red:hover {
  color: #fff;
}

.common-btn a {
	background-color: #e70062;
	color: #fff;
	font: 700 28px/25px "Outfit", Helvetica, sans-serif;
	text-decoration: none;
	padding: 20px 70px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-radius: 15px;
}

.common-btn a:hover {
	background-color: #fff;
	color: #111;
}

.text-blue {
  color: #0b1b3b;
}
.common-text h2 {
  font: 700 36px/52px "Outfit", Helvetica, sans-serif;
  margin: 0 0 20px 0;
  color: #fff;
}
.common-text p, .common-head p {
	font: 400 20px/30px "Outfit", Helvetica, sans-serif;
	margin: 0 0 20px 0;
	color: #efefef;
}
.common-head h2{
  font: 700 36px/52px "Outfit", Helvetica, sans-serif;
  margin: 0 0 20px 0;
  color: #fff;
  padding: 50px 0 0 0;
  text-align: center;
  position: relative;
}
.common-head h2::after{
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 41px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
}


/* Common CSS End */
/* header Start */
#header .navbar-brand{
  margin:0;
  padding: 0;
}
#header nav{
  padding: 0;
  justify-content: space-between;
}
#header nav #navbarSupportedContent{
  justify-content: end;
}
#header nav ul li a {
	font: 400 18px/20px "Outfit", Helvetica, sans-serif;
	color: #efefef;
	padding: 0 15px;
	margin: 0 15px;
  transition: all 0.5s;
}
#header {
	padding: 30px 0;
}
#header .header-btn a {
	font: 400 18px/20px "Outfit", Helvetica, sans-serif;
	display: flex;
	align-items: center;
	color: #fff;
	background: #e70062;
  border: 2px solid #e70062;
	padding: 9px 25px;
	border-radius: 8px;
	text-decoration: none;
	gap: 7px;
  transition: all 0.5s;
}
#header .header-btn a:hover{
  background: none;
}
#header nav ul li a:hover{
  color: #e70062;
}
/* header End */
/* top-part Start */
#top-part {
  background-image: url(../images/bg-top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#top-part .top-left {
  padding: 110px 0 0 0;
}
#top-part #form-submit {
  padding: 60px 0 0 0;
}
#top-part .top-left h1 {
	font: 700 40px/52px "Outfit", Helvetica, sans-serif;
	color: #fff;
	text-shadow: 11px 0 12px #1c1c1c;
	margin: 0 0 20px 0;
}

#top-part .top-left h1 span {
  color: #e70062;
}

#top-part .top-left .logo {
  margin: 0 0 192px 0;
}

#top-part .top-left p {
	font: 400 22px/30px "Outfit", Helvetica, sans-serif;
	color: #fff;
  margin: 0 0 30px 0;
}


#top-part .form-container {
	background-color: #fff;
	padding: 40px 30px 0px 30px;
	color: #111;
	border-radius: 20px;
}

#top-part .btn-custom {
	background-color: #e70062;
	border: none;
	padding: 15px 85px 20px;
	font: 600 28px/38px "Outfit", Helvetica, sans-serif;
	color: #fff;
	border-radius: 10px;
	outline: none;
	box-shadow: none;
	width: auto;
  transition: all 0.5s;
	display: inline-block;
}
#top-part .btn-custom:hover {
	background-color: #1b5ae3;
}

#top-part .form-container label {
	font: 400 17px/20px "Outfit", Helvetica, sans-serif;
	color: #000;
}

#top-part .form-container input, #top-part .form-container select {
    height: 50px;
    border-radius: 10px;
    font: 400 17px/20px "Outfit", Helvetica, sans-serif;
    outline: none;
    box-shadow: none;
    border: 2px solid transparent;
    background:
      linear-gradient(white, white) padding-box,
      linear-gradient(to right, #f858e3, #1c5be3) border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#top-part .form-container .form-btn {
	text-align: center;
	transform: translatey(30px);
}


/* top-part End */
/* about-us Start */
#about-us {
	padding: 100px 0 30px 0;
}
#about-us .about-us-box {
	border: 2px solid transparent;
	background: linear-gradient(#1f102c, #1f102c) padding-box, linear-gradient(to right, #f858e3, #1c5be3) border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 40px;
	border-radius: 25px;
  position: relative;
}
#about-us .about-us-wrapper .about-us-img img{
  transition: all 0.5s;
  border-radius: 20px;
}
#about-us .about-us-img{
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
}
#about-us .about-us-wrapper:hover .about-us-img img{
  transform: scale(1.1);
}
#about-us .order-02{
  order: 2;
}
#about-us .about-us-wrapper:first-child {
	border-bottom: 2px solid transparent;
	background: linear-gradient(#1f102c, #1f102c) padding-box, linear-gradient(to right, #6f2d75, #1f2e75) border-box;
	padding: 0 0 35px 0;
	margin: 0 0 35px 0;
}
#about-us .about-us-box .common-btn {
	text-align: center;
	margin: 0 0 -70px 0;
}
#about-us .about-us-box::after {
	background-position: center;
	background-size: contain;
	background-image: url(../images/about-after.png);
	position: absolute;
	top: -40px;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
	width: 95px;
	height: 73px;
	content: "";
	background-color: #1f102c;
	background-repeat: no-repeat;
}
/* about-us End */
/* card-part Start */
#card-part{
  padding: 92px 0 0 0;
}
#card-part .card-content {
	border: 2px solid transparent;
	background: linear-gradient(#060827, #060827) padding-box, linear-gradient(to right, #f858e3, #1c5be3) border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 20px 20px 20px;
	border-radius: 25px;
	text-align: center;
  cursor: poOutfit;
}
#card-part .card-content .card-image img{
  transition: all 1.5s;
}
#card-part .card-content:hover .card-image img{
  transform: rotatey(360deg);
}
#card-part .common-head{
  margin: 0 0 80px 0;
}
#card-part .card-content .card-image {
	display: inline-block;
	border: 2px solid transparent;
	background: linear-gradient(#060827, #060827) padding-box, linear-gradient(to right, #f858e3, #1c5be3) border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 20px;
	border-radius: 25px;
	transform: translatey(-15px);
	margin: -40px 0 0 0;
}
#card-part .card-content h4 {
	font: 700 22px/40px "Outfit", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 10px 0;
}
#card-part .card-content p {
	font: 400 15px/21px "Outfit", Helvetica, sans-serif;
	color: #e2e2e2;
	margin: 0;
	min-height: 190px;
}
/* card-part End */
/* dominate Start */
#dominate {
	padding: 90px 0 0 0;
}
#dominate .common-head h2{
  font-size: 28px;
  text-align: left;
}
#dominate .common-head h2::after{
  left: 0;
  right: auto;
}
#dominate .dominate-image img{
  transition: all 0.5s;
}
#dominate:hover .dominate-image img{
  transform: scale(0.95);
}
/* dominate End */
/* chart-part Start */
#chart-part {
	padding: 90px 0 0 0;
}
#chart-part .common-head h2{
  font-size: 28px;
  text-align: left;
}
#chart-part .common-head h2::after{
  left: 0;
  right: auto;
}
#chart-part .chart-image img{
  transition: all 0.5s;
}
#chart-part:hover .chart-image img{
  transform: scale(0.95);
}
/* chart-part End */
/* testimonial Start */
#testimonial {
	padding: 30px 0 0;
}
#testimonial .testimonial-wrapper {
	border: 2px solid transparent;
	background: linear-gradient(#100f30, #100f30) padding-box, linear-gradient(to right, #1c5be3, #f858e3) border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 26px 8px 26px 61px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#testimonial .testimonial-wrapper::after {
	content: "";
	width: 46px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
	border-radius: 0;
	background: linear-gradient(to bottom, #3337aa, #171b7c);
	z-index: -1;
}
#testimonial .testimonial-wrapper::before {
	background-position: top;
	background-size: contain;
	background-image: url(../images/star.png);
	position: absolute;
	left: 15px;
	right: auto;
	top: 34px;
	bottom: auto;
	margin: auto;
	content: "";
	width: 16px;
	height: 111px;
	background-repeat: no-repeat;
}
#testimonial .testimonial-img img {
	border-radius: 20px;
	border: 2px solid transparent;
	background: linear-gradient(#060827, #060827) padding-box, linear-gradient(to right, #f858e3, #1c5be3) border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#testimonial .testimonial-content p {
	font: 400 15px/20px "Outfit", Helvetica, sans-serif;
	color: #efefef;
	margin: 0 0 20px 0;
	position: relative;
	padding: 46px 0 0 0;
	height: 200px;
}
#testimonial .testimonial-content p::after{
  width: 35px;
  height: 34px;
  background-position: center;
  background-image: url(../images/testi-after.png);
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  content: "";
}
#testimonial .testimonial-bottom {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 0 0 0 -45px;
}
#testimonial .testimonial-bottom p {
	font: 600 16px/20px "Outfit", Helvetica, sans-serif;
	margin: 0;
	color: #efefef;
}
/* testimonial End */
/* faq Start */

#faq .accordion-button::after {
  display: none;
}

#faq .icon-toggle {
  transition: transform 0.3s;
  position: absolute;
  right: 0;
  font: 500 35px/35px "Outfit", Helvetica, sans-serif;
  width: 40px;
  text-align: center;
}

#faq .accordion-button.collapsed .icon-toggle::before {
  content: "+";
}

#faq .accordion-button:not(.collapsed) .icon-toggle::before {
  content: "-";
}

#faq .accordion-item {
	margin: 0 0 20px 0;
	border: 2px solid transparent;
	background: linear-gradient(#060827, #060827) padding-box, linear-gradient(to right, #f858e3, #1c5be3) border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 10px;
}

#faq .accordion-item h2 button {
	font: 500 28px/30px "Outfit", Helvetica, sans-serif;
	color: #fff;
	outline: none;
	box-shadow: none;
	background: none;
	padding: 34px;
}
#faq .accordion-item .accordion-body {
	font: 400 22px/26px "Outfit", Helvetica, sans-serif;
	color: #efefef;
	padding: 0 34px 34px;
}
#faq {
	padding: 60px 0 0 0;
}
/* #faq .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
} */

/* faq End */
/* footer Start */
#footer-part {
	padding: 70px 0 0 0;
}
#footer-part .footer-menu ul {
	display: flex;
	padding: 0;
	justify-content: center;
	margin: 0;
}
#footer-part .footer-menu ul li{
  list-style: none;
}
#footer-part .footer-menu ul li a {
	font: 400 18px/20px "Outfit", Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 0 35px;
	transition: all 0.5s;
}
#footer-part .footer-menu ul li a:hover{
  color: #f858e3; 
}
#footer-part .bottom-footer {
	padding: 0 0 25px 0;
}
#footer-part .register-footer a {
	border: 1px solid transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	background: linear-gradient(#17102d, #17102d) padding-box, linear-gradient(to right, #f858e3, #1c5be3) border-box;
	padding: 14px 110px 14px 21px;
	font: 500 18px/20px "Outfit", Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	margin: 20px 0 0 0;
	position: relative;
}
#footer-part .register-footer a::after {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 55px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 28px;
	margin: auto;
	content: "";
}
#footer-part .bottom-footer p.text-right{
  text-align: right;
}
#footer-part .bottom-footer p a{
  margin: 0 15px;
  padding: 0 15px;
  color: #fff;
  transition: all 0.5s;
  text-decoration: none;
}
#footer-part p{
  font: 400 18px/18px "Outfit", Helvetica, sans-serif;
	color: #fff;
  margin: 0;
}
#footer-part .bottom-footer p{
  font-size: 16px;
}
#footer-part .bottom-footer p a:hover{
  color: #f858e3; 
}
#footer-part .social-media, #footer-part .register-footer {
	text-align: center;
}
#footer-part .align-center{
  align-items: center;
}
#footer-part .footer-wrapper {
	border-top: 1px solid transparent;
	background: linear-gradient(#060827, #060827) padding-box, linear-gradient(to right, #1c5be3, #f858e3) border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-bottom: 1px solid transparent;
	margin: 50px 0;
}
#footer-part .newslatter {
	border: 1px solid transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 20px;
	padding: 70px 36px;
	margin: -20px -50px;
	background: linear-gradient(#17102d, #17102d) padding-box, linear-gradient(to right, #f858e3, #1c5be3) border-box;
	text-align: center;
}
#footer-part .newslatter form {
	margin: 20px 0 0 0;
	position: relative;
}
#footer-part .newslatter form input {
	border: 1px solid transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 7px;
	background: linear-gradient(#17102d, #17102d) padding-box, linear-gradient(to right, #f858e3, #1c5be3) border-box;
	color: #fff;
	padding: 11px 130px 11px 15px;
	width: 100%;
  outline: none;
}
#footer-part .newslatter form button {
	background-color: #e70062;
	color: #fff;
	font: 500 16px/18px "Outfit", Helvetica, sans-serif;
	text-decoration: none;
	padding: 7px 30px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-radius: 6px;
	border: none;
	text-transform: capitalize;
	position: absolute;
	right: 4px;
	top: 4px;
	bottom: 4px;
	margin: auto;
  transition: all 0.5s;
}
#footer-part .newslatter form button:hover{
  background: #fff;
  color: #111;
}
#footer-part .social-media .social-icon {
	margin: 20px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
#footer-part .social-media .social-icon a {
	border: 1px solid transparent;
	background: linear-gradient(#060827, #060827) padding-box, linear-gradient(to right, #f858e3, #1c5be3) border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 10px;
	display: inline-block;
	padding: 6px;
}
#footer-part .social-media .social-icon a img{
  transition: all .5s;
}
#footer-part .social-media .social-icon a:hover img{
  transform: scale(0.85);
}
/* footer End */
/* inner page Start */
#inner-header {
  background-image: url(../images/bg-top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
  text-align: center;
}
#inner-page-content h2{
    font: 700 30px/40px "Outfit", Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 20px 0;
}
#inner-page-content h3{
    font: 700 22px/28px "Outfit", Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 20px 0;
}
#inner-page-content p{
    font: 400 16px/30px "Outfit", Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 15px 0;
}
#inner-page-content ul li{
    font: 400 16px/30px "Outfit", Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 5px 0;
}
#inner-page-content p a{
    text-decoration: none;
    color: #e70062;
    transition: all 0.5s;
    font-weight: 600;
}
#inner-page-content p a:hover{
    color: #fff;
}
.inner-page-border {
	border: 2px solid transparent;
	background: linear-gradient(#060827, #060827) padding-box, linear-gradient(to right, #f858e3, #1c5be3) border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 10px;
	padding: 30px;
}
/* inner page End */
@media (min-width: 992px) and (max-width: 1199px) {
  #header nav ul li a {
    padding: 0 7px;
    margin: 0 7px;
  }
  #card-part .card-content p{
    min-height: 230px;
  }
  .testimonial-img {
    width: 70px;
  }
  #testimonial .testimonial-bottom p{
    font-size: 14px;
  }
  #testimonial .testimonial-content p{
    font-size: 14px;
  }
  #footer-part .newslatter{
    padding: 60px 16px;
    margin: -20px -30px;
  }
}
@media (max-width: 1199px) {
  #top-part .btn-custom{
    padding: 15px 75px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #top-part .btn-custom {
    padding: 15px 25px 20px;
  }
  #top-part .top-left h1{
    font-size: 29px;
    line-height: 42px;
  }
  #top-part .top-left p{
    font-size: 19px;
  }
  #top-part #form-submit {
    padding: 30px 0 0 0;
  }
  #top-part .top-left {
    padding: 80px 0 0 0;
  }
  .common-text h2{
    font-size: 26px;
    line-height: 42px;
  }
  .common-text p, .common-head p{
    font-size: 17px;
  }
  #card-part .row > div:nth-child(1), #card-part .row > div:nth-child(2){
    margin: 0 0 80px 0;
  }

}
@media (max-width: 991px) {
  #header {
    padding: 30px 0;
  }
  #header .navbar-brand {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 170px;
    top: 0;
    height: 60px;
  }
  #header nav #navbarSupportedContent {
    justify-content: end;
    position: absolute;
    top: 70px;
    background: #141438;
    left: 0;
    right: 0;
    z-index: 9;
  }
  #header nav ul{
    padding: 25px 25px 0 25px;
  }
  #header nav ul li a{
    display: inline-block;
    padding: 0 0 20px 0;
    margin: 0;
  }
  #header .header-btn a{
    width: max-content;
    margin: 0 25px 25px 25px;
  }
  #header .navbar-toggler {
    padding: 0;
    outline: none;
    box-shadow: none;
  }
  #card-part .card-content p{
    min-height: 130px;
  }
  .common-btn a{
    padding: 20px 50px;
  }
  #testimonial .testimonial-content p{
    height: 130px;
  }
  #footer-part .newslatter{
    padding: 40px 36px;
    margin: 25px 0;
  }
  #footer-part .footer-wrapper {
    margin: 30px 0;
    padding: 35px 0;
  }
  #footer-part .bottom-footer p a {
    margin: 0 12px;
    padding: 0 12px;
  }
  #footer-part {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  #top-part .top-left {
    padding: 15px 0 0 0;
    text-align: center;
  }
  #top-part #form-submit {
    padding: 30px 0 0 0;
  }
  #about-us {
    margin: 30px 0 0 0;
  }
  #about-us .about-us-box{
    padding: 60px 40px 40px 40px;
    text-align: center;
  }
  #about-us .about-us-box .common-btn {
    margin: 30px 0 0 0;
  }
  #card-part {
    padding: 30px 0 0 0;
  }
  .common-head h2{
    font-size: 30px;
    line-height: 32px;
  }
  #card-part .card-content{
    margin: 0 0 80px 0;
  }
  #card-part .row > div:last-child .card-content{
    margin: 0;
  }
  #card-part .card-content p {
    min-height: auto;
  }
  #testimonial .testimonial-content p {
    font-size: 18px;
    line-height: 30px;
  }
  #dominate {
    padding: 30px 0 0 0;
  }
  #testimonial .testimonial-wrapper{
    margin: 0 0 20px 0;
  }
  #chart-part {
    padding: 30px 0 0 0;
  }
  #footer-part .footer-menu ul li a{
    padding: 0 19px;
  }
  #footer-part .bottom-footer p.text-right{
    margin: 15px 0 0 0;
  }
  #footer-part .bottom-footer p.text-right, #footer-part .bottom-footer p {
    text-align: center;
  }
  #faq .accordion-item h2 button{
    font-size: 22px;
    line-height: 25px;
    padding: 24px;
  }
  #faq .accordion-item .accordion-body{
    font-size: 18px;
  line-height: 27px;
  padding: 0 24px 24px;
  }
  .chart-content, .dominate-content{
    text-align: center;
  }
  #chart-part .common-head h2::after, #dominate .common-head h2::after {
    left: 0;
    right: 0;
  }
  #chart-part .common-head h2, #dominate .common-head h2{
    text-align: center;
  }
  .chart-image {
    text-align: center;
    margin: 40px 0 0 0;
  }
}
@media (max-width: 575px) {
  #top-part .top-left h1{
    font-size: 37px;
    line-height: 50px;
  }
  #top-part .btn-custom {
    padding: 15px 65px 20px;
  }
  #about-us .about-us-box {
    padding: 60px 20px 20px 20px;
  }
  #testimonial .testimonial-content p {
    font-size: 16px;
    line-height: 28px;
    height: auto;
  }
  #footer-part .footer-menu ul li a {
    padding: 0 11px;
  }
}
@media (max-width: 480px) {
  #top-part .top-left h1 {
    font-size: 27px;
    line-height: 40px;
  }
  #top-part .top-left p{
    font-size: 18px;
    line-height: 28px;
  }
  #top-part .btn-custom {
    padding: 11px 25px 16px;
    font-size: 24px;
    line-height: 38px;
  }
  #top-part .form-container {
    padding: 15px 15px 0px 15px;
  }
  #top-part .form-container .form-btn {
    transform: translatey(20px);
  }
  #about-us {
    padding: 70px 0 30px 0;
  }
  .common-text h2{
    font-size: 26px;
    line-height: 42px;
  }
  .common-text p, .common-head p {
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 10px 0;
  }
  .common-btn a{
    font-size: 23px;
    line-height: 25px;
    padding: 20px 40px;
  }
  #faq .accordion-item h2 button {
    font-size: 18px;
    line-height: 25px;
    padding: 24px 44px 24px 24px;
  }
  #footer-part .footer-menu ul li a{
    font-size: 15px;
    line-height: 20px;
    padding: 0 5px;
  }
  #footer-part .bottom-footer p a {
    margin: 0 9px;
    padding: 0 9px;
  }
  #faq .accordion-item .accordion-body {
    font-size: 15px;
    line-height: 23px;
  }
  #footer-part .newslatter {
    padding: 30px 16px;
    margin: 25px 0;
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  #top-part .top-left h1 {
    font-size: 23px;
    line-height: 36px;
  }
  #footer-part .footer-menu ul li a {
    font-size: 14px;
    line-height: 20px;
    padding: 0 3px;
  }
  #footer-part .bottom-footer p {
    font-size: 14px;
  }
}
