/* /////////////////////////////

	1. Basic Styles
	2. Navbar
	3. Buttons
	4. Hero
	5. Marketing
	6. Testimonials
	7. Pricing
	8. Call to Action
	9. Footer
	10. Media Queries

   //////////////////////////*/

html {
  scroll-behavior: smooth;
}
.margin-5px {
  margin: 5px !important;
}
.section_bg_a {
background-color: #ffffff;
padding: 15px !important;
}
.section_bg_b {
background-color: #efefef;
padding: 15px !important;
}
.box_border {
  border: 1px dashed #634fa1;
  border-radius: 6px;
}
.set-alert-box  {
    background-color: #ebebeb;
    border-radius: 6px;
    min-height: 40px;
    line-height: 1.4em;
    white-space: pre-wrap;
    text-align: center;
    vertical-align: middle;
}
.set-alert-box p {
  padding: 10px;
}
.set-padding-box {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cursor_nav {
	cursor: pointer;
}
.cursor_text {
	cursor: text !important;
}
.nav-logo-main {
	width: 220px !important;
	pointer-events: none !important;
	
}
.nav-logo-middle {
	margin-top: 6px !important;
}

.font-specsheet {
	font-size: 12px !important;
    text-align: center !important;
	color: #212529;
}

.font-specsheet a {
	color: #212529;
	text-decoration: none;
}

.font-specsheet a:hover {
	color: #ed992b;
	text-decoration: none;
}

.font-height-40 {
  line-height: 40px;
}

.banner-img-animation {
	animation: MoveUpDown 2s linear infinite;
	position: relative;
} @keyframes MoveUpDown {
	0%, 100% {
	  bottom: 10px;
	}
	50% {
	  bottom: 20px;
	}
}

.set-icon-low-8px {
	padding-bottom: 8px;
}

.set-icon-language {
	margin-top: -4px;
	height: 18px;
	width: auto;
}

.set-link-nav {
	text-decoration: none !important;
	font-size: 14px !important;
}
.set-icon-dropdown {
	margin-left: 10px !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
   }

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.font-form-title {
	color: #212529 !important;
  font-weight: bold;
}

.font-nav-theme {
	color: #c5c4c0 !important;
}

.font-footer-theme {
	margin-bottom: 0rem !important;
	color: #b1b1b1 !important;
}

.font-copyright-theme {
	margin-bottom: 0rem !important;
	margin-top: 15px;
	color: #ececec !important;
}

.font-title-theme {
	color: #f18b06 !important;
}

.font-red {
	color: #ff0000 !important;
}

.font-white {
	color: #ffffff !important;
}

.font-black {
	color: #212529 !important;
}

.font-orange {
	color: #f2592b !important;
}

.font-green {
	color: #72b500 !important;
}
.font-purple {
	color: #634fa1;
}

@media (min-width: 320px) and (max-width: 500px) {
  .font-h2-resize {
    font-size: 16px !important;
  }
  .font-p-resize {
    font-size: 12px !important;
  }
  .img-area-resize {
    width: 180px !important;
    height: auto !important;
    pointer-events: none !important;
    margin: 0 auto;
    display: inherit;
  }
}
@media (min-width: 501px) and (max-width: 769px) {
  .font-h2-resize {
    font-size: 18px !important;
  }
  .font-p-resize {
    font-size: 14px !important;
  }
  .img-area-resize {
    width: 200px !important;
    height: auto !important;
    pointer-events: none !important;
    margin: 0 auto;
    display: inherit;
  }
}
@media (min-width: 992px) {
  .font-h2-resize {
      font-size: 22px !important;
  }
  .font-p-resize {
    font-size: 14px !important;
  }
  .img-area-resize {
    width: 220px !important;
    height: auto !important;
    pointer-events: none !important;
  }
 }

.font-left-content {
	text-align: left !important;
}

.font-h2-fixsize {
	font-size: 20px !important;
}
.font-fixsize-10 {
	font-size: 10px !important;
}
.font-fixsize-12 {
	font-size: 12px !important;
}
.font-fixsize-14 {
	font-size: 14px !important;
}

.font-fixsize-15 {
	font-size: 15px !important;
}

.font-fixsize-16 {
	font-size: 16px !important;
}

.font-fixsize-18 {
	font-size: 18px !important;
}

.font-fixsize-22 {
	font-size: 22px !important;
}

.font-fixsize-30 {
	font-size: 30px !important;
}

.font-fixsize-40 {
	font-size: 40px !important;
}

.font-fixsize-45 {
	font-size: 45px !important;
}

.font-balance {
  text-wrap-style: balance !important;
}

.font-center {
	vertical-align: middle !important;
	text-align: center !important;
}

.font-margin-left {
	margin-left: 30px !important;
}

.font-price-notification {
	padding:unset !important;
	margin-top:10px;
	text-align:center !important;
}

.hilight-box {
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px!important;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.08);
}

.hilight-regular {
	background-color: #a2a2a5;
	color: #ffffff;
	padding: 10px 25px;
	letter-spacing: .1em;
	margin-top: 25px;
	display: inline-block;
}

.left-popup {
  position: fixed;
  bottom: 20%;
  left: 8%;
  width: 160px;
  height: 600px;
  z-index: 9999;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none; /* กันคลิกเวลาซ่อน */
}

.left-popup .content {
  text-align: center;
  overflow: hidden;
  height: 100%;
}

.left-popup.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ซ่อน popup เมื่อความกว้างหน้าจอน้อยกว่า 1300px */
@media (max-width: 1299px) {
  .left-popup {
    display: none;
  }
}

.right-popup {
  position: fixed;
  bottom: 20%;
  right: 8%;
  width: 160px;
  height: 600px;
  z-index: 9999;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none; /* กันคลิกเวลาซ่อน */
}

.right-popup .content {
  text-align: center;
  overflow: hidden;
  height: 100%;
}

.right-popup.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ซ่อน popup เมื่อความกว้างหน้าจอน้อยกว่า 1300px */
@media (max-width: 1299px) {
  .right-popup {
    display: none;
  }
}

.popup-attention {
	position: fixed;
	z-index: 999999999;
	right: 5px;
	bottom: 25px;
	width: 240px !important;
	background-color: #ffffff00;
	color: #232c3b;
	font-family: 'Sarabun', sans-serif !important;
	font-weight: 300;
	line-height: 24px;
	padding: 5px;
	vertical-align: middle;
	display: none;
}
.popup-attention p {
	font-size:14px !important;
	color: #232C3B;
	font-weight: 600;
	background-color: #ebede89c !important;
	padding:20px;
	text-align: center !important;
	border-radius: 15px;
	box-shadow: 2px 3px #e6e6e69f;
	display: block;
}
.popup-attention a {
	color: #232C3B;
}
.popup-attention b {
	font-size: 16px !important;
}
.popup-attention span {
	cursor:pointer;
	color:#fff;
	background-color: #619833;
}
.popup-attention-btn-close {
	cursor:pointer;
	background-color: #ffffff00 !important;
	color: #d3d3d3 !important;
	font-size: 20px;
}

.popup-attention-box {
	border: 1px solid #e6e6e69f;
	border-radius: 10px;
}

.link-underline {
	text-decoration: none !important;
}

body {
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Sarabun', Roboto !important;
	color: #3a3f52;
}

h2 {
	font-size: 44px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}

h5 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	color: #53627C;
}

ul {
	list-style-type: none;
	padding-left: 0px;
}

b {
	font-weight: 700;
}

section {
	padding: 35px 0px;
}

.title-block {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}

.title-block p {
	font-size: 20px;
	font-weight: 300;
	color: #8da2b5;
	margin-bottom: 0px;
}

.divider {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #3c3f45;
}

.divider-light {
	padding: 12px 0 0;
    margin: 12px 0 0;
	border-top: 1px solid #edf1f2
}

/* ==============================================
   2. Navbar 
===============================================*/

.custom-navbar {
	background-color: #ffffff!important;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	height: 70px;
	max-height: 70px;
}

.navbar-toggler {
	font-size: 38px;
	background-color: transparent;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: none;
}

.navbar-toggler-icon {
	color: #ffffff;
}

.navbar-collapse {
	background-color: #ffffff;
}

.nav-custom-link {
	font-size: 15px;
	/* font-weight: 400; */
	letter-spacing: .05em;
	margin-top: 5px;
	font-family: 'Sarabun', Roboto !important;
}

.navbar a {
	color: #634fa1;
}

.navbar a:hover {
	color: #a99ccf !important;
}
.nav-right {
	float: right;
}

.link-active {
	color: #634fa1 !important;
	font-weight: bold;
}

.fix-title-center {
	text-align: center;
}


/* ==============================================
   3. Buttons
===============================================*/

.btn {
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px!important;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.08);
}

.btn:hover {
	text-decoration: none;
}

.btn-regular {
	background-color: #fdc620;
	color: #43413d;
	padding: 10px 25px;
	letter-spacing: .1em;
	margin-top: 25px;
	display: inline-block;
}

.btn-regular:hover {
	background-color: #ffd863;
	color: #43413d;
}

.btn-beta {
	background-color: #e9ad00;
	color: #ffffff;
	padding: 10px 25px;
	letter-spacing: .1em;
	margin-top: 25px;
	display: inline-block;
}

.btn-beta:hover {
	background-color: #b1b0ae;
	color: #ffffff;
}

.btn-banner-sec {
	background-color: #93918b;
	color: #ffffff;
	padding: 10px 25px;
	letter-spacing: .1em;
	margin-top: 25px;
	display: inline-block;
}

.btn-banner-sec:hover {
	background-color: #b1b0ae;
	color: #ffffff;
}

.btn-product-hightlight {
	background-color: #93918b;
	color: #ffffff;
	width: 280px;
	height: 40px;
	padding: 10px 25px;
	letter-spacing: .1em;
	margin-top: 25px;
	display: inline-block;
}

.btn-product-details {
	background-color: #fdc620;
	color: #43413d;
	width: 280px;
	height: 40px;
	padding: 10px 25px;
	letter-spacing: .1em;
	margin-top: 25px;
	display: inline-block;
	animation: updown 1s infinite;
}
 @keyframes updown {
	25% {background-color: #ebddc1;}
	100% {background-color: #fdc620;}
 }

.btn-product-details:hover {
	color: #ffffff;
}

.btn-bg-green {
	background-color: #72b500 !important;
}

.btn-demo {
	color: #ffffff;
	background-color: #72b500;
	letter-spacing: .1em;
	padding: 15px 48px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.btn-demo:hover {
	color: #ffffff;
	background-color: #b1b0ae;
}

.btn-demo-small {
	font-size: 12px;
	background-color: #72b500;
	padding: 1px 4px;
}

.btn-demo-small:hover {
	background-color: #b1b0ae;
}

.btn-demo-small a {
	color: #ffffff!important;
}

.btn-buy {
	color: #ffffff;
	background-color: #72b500;
	letter-spacing: .1em;
	padding: 15px 48px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.btn-buy:hover {
	background-color: #b1b0ae;
	color: #ffffff;
}

.btn-next {
	background-color: #fdc620;
	color: #43413d;
	letter-spacing: .1em;
	padding: 15px 48px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	animation: updown 1s infinite;
}
 @keyframes updown {
	25% {background-color: #ebddc1;}
	100% {background-color: #fdc620;}
 }

.btn-next:hover {
	background-color: #b1b0ae;
	color: #ffffff;
}

/* ==============================================
   4. Hero
===============================================*/

#hero {
	background-color: #634fa1;
	margin-top: 25px;
}

#hero h1 {
	font-size: 50px;
	font-weight: 300;
}

#hero p {
	font-size: 16px;
    font-weight: 300;
    color: #8da2b5;
    margin-bottom: 0px;
    padding: 0px;
}

#hero span {
	font-weight: 400;
    color: #72b500;
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* ==============================================
   5. Marketing
===============================================*/

#marketing p {
	font-size: 20px;
    font-weight: 300;
    color: #8da2b5;
    margin-bottom: 0px;
    padding: 0px;
}

#marketing span {
	font-weight: 400;
	color: #72b500;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.content-box {
	padding: 40px 20px;
}

/* ==============================================
   6. Testimonials
===============================================*/

#testimonials {
	background-color: #f6f8f9;
	border-top: 1px solid #F8F9FB;
	border-bottom: 1px solid #F8F9FB;
}

.testimonial-box {
	background-color: #ffffff;
	box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
	border-radius: 20px;
	padding: 20px 30px;
	margin-top: 30px;
}

.testimonial-box h6 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .05em;
	margin-top: 5px;
	margin-bottom: 0px;
}

.testimonial-box p {
	font-size: 16px;
	font-weight: 300;
	margin-top: 25px;
	line-height: 1.8;
	padding: 0px;
}

.testimonial-box i {
	color: #ffffff;
}

.testimonial-box small {
	color: #8da2b5;
	display: inline-block;
}

.testimonial-box span {
	font-size: 14px;
	color: #ffffff;
}

.rating {
	background-color: #72b500;
	padding: 2px 12px;
	border-radius: 50px;
}

.profile-picture {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.review-one {
  /* background-image: url('images/profile-picture-one.jpg'); */
  padding: 0;
}

.personal-info {
	padding: 5px 0 20px 0;
	border-bottom: 1px solid #edf1f2;
}

/* ==============================================
   7. Pricing
===============================================*/

.pricing-box {
	background-color: #ffffff;
	padding: 40px 20px; 
	border: 1px solid #F8F9FB;
	border-radius: 6px;
	box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
	margin-top: 30px;
}

.pricing-box h3 {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: .1em;
	color: #72b500;
	text-decoration: none !important;
}

.pricing-box h6 {
	/* font-size: 60px; */
	font-weight: 700;
	color: #3a3f52;
	margin-bottom: 0px;
}

.pricing-box p {
	font-size: 17px;
	margin-top: 15px;
	padding: 0px;
}

.pricing-box ul {
	padding-left: 10px;
}

.pricing-box li {
	font-size: 12px;
	font-weight: 300;
	color: #8da2b5;
	letter-spacing: .1em;
}

.pricing-box span {
	font-weight: 500;
	color: #72b500;
}

.pricing-box small {
	color: #8da2b5;
	letter-spacing: .2em;
}

.pricing-box i {
	font-size: 20px;
	color: #72b500;
	margin-right: 10px;
}

.pricing-box .demo {
	color: #6772e5!important;
}

/* ==============================================
   8. Call to Action
===============================================*/

#call-to-action {
	/* background-image: url('images/call-to-action.png'); */
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

#call-to-action h2 {
	color: #ffffff;
}

#call-to-action p {
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	opacity: .8;
	margin-bottom: 40px;
}

#call-to-action .title-block {
	margin-bottom: 0px;
}

#call-to-action .btn-regular {
	background-color: #ffffff!important;
	color: #72b500!important;
	padding: 15px 45px;
}

#call-to-action .title-block {
	margin-bottom: 0px;
}

/* ==============================================
   9. Footer
===============================================*/

footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #634fa1;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
  vertical-align: middle;
  position: fixed;
  z-index: 999;
}

footer h5 {
	color: #aeb3bd;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 20px;
}

footer p {
	font-size: 12px;
	font-weight: 300;
	color: #62656a;
	text-align: justify;
	padding: 0px;
}

footer li {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 10px;
}

footer a {
	color: #62656a;
}

footer a:hover {
	color: #72b500;
	text-decoration: none;
}

footer i {
	font-size: 25px;
	color: #62656a;
	margin-right: 10px;
}

footer i:hover {
	color: #72b500;
}

footer small {
	color: #62656a;
	float: right;
}

.external-links {
	color: #72b500;
}

/* =======================
GOOGLE ADS.
ADS. desktops, 992px and up
========================== */
@media (min-width: 992px) { 
	.ads_img_728x90 {
		width: 728px;
		height: 90px;
	}
	.ads_div_banner_footer {
		width: 728px;
		height: 90px;
		margin: auto;
		z-index: 99;
    position: relative;
	}
	.ads_div_medium {
		width: 300px;
		height: 250px;
		margin: auto;
		z-index: 99;
    position: relative;
	}
	.ads_img_300x250 {
		width: 300px;
		height: 250px;
    z-index: 99;
	}
}

/* ==========================
ADS. 501 - 767 px
========================== */
@media (min-width: 501px) and (max-width: 767px) {
	.ads_img_728x90 {
		width: 404px;
		height: 50px;
	}
	.ads_div_banner_footer {
		width: 404px;
		height: 50px;
		margin: auto;
		z-index: 99;
    position: relative;
	}
}
/* ==========================
ADS. mobile, 320px and up
========================== */
@media (min-width: 320px) and (max-width: 500px) {
	.ads_img_728x90 {
		width: 300px;
		height: 37px;
	}
	.ads_div_banner_footer {
		width: 300px;
		height: 37px;
		margin: auto;
		z-index: 99;
    position: relative;
	}
}
/* ==============================================
   9. Media Queries
===============================================*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	#hero {
		margin-top: 70px;
	}
	h2 {
		font-size: 34px!important;
		margin-bottom: 20px;
		line-height: 1.6;
	}
	.title-block h2, p {
		text-align: center;
		padding: 0px 20px;
	}

	#call-to-action h2, p {
		text-align: center !important;
		padding: 0 20px;
	}

	#call-to-action {
		background-image: none;
		background-color: #72b500;
	}
	footer {
		padding: 0px;
	}
	footer h5 {
		font-size: 18px;
		margin-top: 30px;
	}
	footer li {
		font-size: 16px;
		margin-bottom: 15px;
	}
	footer p {
		font-size: 10px !important;
        padding-bottom: 12px;
	}
	footer i {
		font-size: 30px;
		margin-right: 20px;
	}
	footer small {
		float: left;
		margin-top: 20px;
	}
}

@media (max-width: 768px) { 
	#hero h1 {
		font-size: 28px!important;
		margin-bottom: 20px;
	}
	#hero p {
		font-size: 14px!important;
	}
}

@media (max-width: 991px) { 
	.nav-right {
		float: left;
	}
	.nav-custom-link {
		border-bottom: 1px solid #EEE;
	}
	.navbar-nav{
		width: 100%;
	}
	.navbar-nav .nav-link {
		padding: 20px 0;
		text-align: left;
	}

	.btn-demo-small {
		background-color: #ffffff;
		border: 0px;
		padding: 0px;
		box-shadow: none;

	}
	.btn-demo-small:hover {
		background-color: #ffffff;
		border: 0px;
		padding: 0px;
		box-shadow: none;

	}
	.btn-demo-small a {
		color: #53627C!important;
	}
	.nav-custom-link {
		font-size: 13px;
	}

	.icon-mobile {
		font-size: 18px;
		float: right;
	}

	.navbar-collapse {
		border-bottom: 1px solid #efefef;
	}
	.nav-logo-mobile {
		margin: auto;
		padding-right: 8px;
	}

	.nav-logo-desktop {
		display: none;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.icon-mobile {
		display: none;
	}
	.nav-logo-mobile {
		display: none;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.hero-content {
		margin-top: 40px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.pricing-box h3 {
		font-size: 17px;
	}
	.pricing-box p {
		font-size: 14px;
	}
	.pricing-box li {
		font-size: 12px;
	}
	.btn-buy {
		font-size: 12px;
		padding: 15px 20px;
	}
	.btn-demo {
		font-size: 12px;
		padding: 15px 20px;
	}
	.profile-picture {
		width: 50px;
		height: 50px;
	}
	.testimonial-box h6 {
		font-size: 14px;
		margin-left: 10px;
	}
	.testimonial-box span {
		font-size: 12px;
	}
	.testimonial-box small {
		font-size: 12px;
		margin-top: 4px;
		margin-left: 10px;
	}
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px !important;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #ffffff00;
}

li.dropdown {
  display: inline-block;
}

.dropdown-nav {
	padding-left: 18px !important;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
  top: 100%;
  left: 0;
  font-size: 14px !important
}

.dropdown-content a {
  color: #634fa1;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px !important
}

.dropdown-content a:hover {background-color: #dddddd;color: #574491 !important}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  ul.navbar-nav {
    flex-direction: column;
  }
}

.blog-area {
  overflow: hidden;
}
.blog-two__item {
  padding: 20px;
  background-color: #fbfbfb;
  border: 1px dashed #d1d1d1;
  border-radius: 10px;
}
.blog-two__item .explore-btn span::after, .blog-two__item .explore-btn-light span::after {
  display: none;
}
.blog-two__item ul li svg {
  margin-top: -5px;
}

.blog-main {
  padding: 20px;
  min-height: 380px;
}

.blog-details__item {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}
.blog-details__item .social-icon {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-details__item .social-icon a {
  font-size: 24px;
  color: #4e5654;
}
.blog-details__item .social-icon a:hover {
  color: var(--primary-two);
}
.blog-details__item .list-text {
  margin-left: 20px;
}
.blog-details__item .list-text li {
  list-style: disc;
}
.blog-details__right-item .item {
  padding: 40px;
  background-color: #e7e7e7;
  border: 1px solid rgba(2, 13, 10, 0.1019607843);
  border-radius: 16px;
}
.blog-details__right-item .item .title {
  position: relative;
  margin-bottom: 40px;
  font-weight: 500;
}
.blog-details__right-item .item .title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 100%;
  background-color: rgba(2, 13, 10, 0.1019607843);
}
.blog-details__right-item .item .serach-bar {
  position: relative;
}
.blog-details__right-item .item .serach-bar input {
  width: 100%;
  border: var(--border-1px);
  padding: 8px 24px;
  border-radius: 8px;
}
.blog-details__right-item .item .serach-bar button {
  position: absolute;
  right: 0px;
  top: 0px;
  color: var(--heading-color);
  background-color: #68dc80;
  padding: 9px 20px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.blog-details__right-item .item .category li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  transition: var(--transition);
}
.blog-details__right-item .item .category li a {
  color: rgba(2, 13, 10, 0.6980392157);
  transition: var(--transition);
}
.blog-details__right-item .item .category li span {
  transition: var(--transition);
  color: rgba(2, 13, 10, 0.6980392157);
}
.blog-details__right-item .item .category li:hover a {
  color: var(--primary-two);
  font-weight: 500;
}
.blog-details__right-item .item .category li:hover span {
  color: var(--primary-two);
  font-weight: 500;
}
.blog-details__right-item .item .single-post li:not(:last-child) {
  margin-bottom: 15px;
}
.blog-details__right-item .item .single-post li span {
  font-size: 14px;
}
.blog-details__right-item .item .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-details__right-item .item .tags a {
  padding: 4px 16px;
  background-color: rgba(27, 87, 91, 0.0509803922);
  color: var(--paragraph);
  border-radius: 12px;
}
.blog-details__comment {
  max-width: 800px;
}
.blog-details__comment.sm-comment {
  max-width: 645px;
  margin-left: 85px;
}
@media (max-width: 767px) {
  .blog-details__comment.sm-comment {
    margin-left: 0px;
  }
}
.blog-details__comment .image {
  min-width: 70px;
}
.blog-details__contact {
  max-width: 800px;
  margin: 0 auto;
  background-color: var(--sub-bg);
  border: var(--border-1px);
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.blog-details__contact .contact__form {
  border-radius: 20px;
}

.blog__item a img {
  filter: grayscale(100%);
  transition: all 0.5s;
}
.blog__item:hover a img {
  filter: grayscale(0);
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

@media (max-width: 767px) {
  .pt-70 {
    padding-top: 30px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  .mt-70 {
    margin-top: 30px;
  }
  .mb-70 {
    margin-bottom: 30px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .mt-90 {
    margin-top: 40px;
  }
  .mb-90 {
    margin-bottom: 40px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .mt-120 {
    margin-top: 60px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
  .pt-140 {
    padding-top: 70px;
  }
  .pb-140 {
    padding-bottom: 70px;
  }
  .mt-140 {
    margin-top: 70px;
  }
  .mb-140 {
    margin-bottom: 70px;
  }
}
.qr-donate {
    margin-top: 10px;
    width: 150px;
    height: auto;
    pointer-events: none;
	border-radius: 10px;
}
.anti-photo {
	pointer-events: none !important;
}
.center-photo {
  margin: 0 auto;
  display: block;
  pointer-events: none !important;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  gap: 1.5rem;
}
.page-details {
    padding: 15px;
    margin-top: 10px;
    text-align: center;
 }

.page-details h3 {
  color: #595959;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 600;
}

.page-details p {
  font-size: 12px !important;
  text-wrap-style: balance !important;
}