.tr-content .tr-details>ul{
	padding-left:24px;
}
.tr-content .tr-details ul li{
	position:relative;
	padding-left:15px;
}
.tr-content .tr-details ul li:before{
	position: absolute;
	content: "";
	top: 9px;
    left: 0px;
    width: 8px;
    height: 8px;
	background-color: #ee2d4a;
	border-radius: 50%;
	display:block;
}
.tr-content .tr-details ul li ul{
	padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.tr-content .tr-details ul li ul li:before{
	width: 8px;
	height: 4px;
}
.tr-content .tr-details>ul>li,
.tr-content .tr-details>ol>li{
    padding-bottom:10px;
}
.tr-content .tr-details .social>ul>li{
	list-style:none;
	padding-left:0px;
}
.tr-content .tr-details .social>ul>li:before{
	display:none;
}
body .entry-meta>ul{
	margin-left:15px;
}
.entry-meta>ul>li{
	list-style: circle;
}


.sidebar-menu .navbar-nav li .sub-menu li a i{
	margin-right:15px;
}
.searchNlogin li.dropdown{
	cursor:pointer;
}
.newzmania-pagination .page-numbers:hover,
.newzmania-pagination .page-numbers.current{
	color:#333333;
}
.newzmania-pagination .page-numbers{
	display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #ffffff;
    font-weight: bold;
    color: #999999;
}
.newzmania-pagination{
	margin-bottom:20px;
	text-align:center;
}
/* .tr-home-slider .item{
	background:#cccccc;
}  */
#hide-magic-link-btn{
	display:none;
}
body .ragister-account .contact-form .form-control{
	text-transform:lowercase;
}
.logged-in .register,
.logged-in .sign-in{
	display:none;
}
body.logged-in .register,
body.logged-in .sign-in,
body.logged-in .subscribe-me{
	display:none !important;
}
body.not-logged-in .my-account,
body.not-logged-in .email-preference{
	display:none !important;
}
.tr-topbar .top-menu{
	float: right;
    padding: 16px 20px;
}
.tr-topbar .top-menu span a{
	color:#00b443;
	font-weight:bold;
}
.tr-topbar .top-menu span a:hover{
	color:#bb111b;
}
.user-registration-profile-header header{
	margin:0 auto;
}
body a{
	color: #000000;
}
i.fa.fa-facebook-square {
    color: #3b5998 !important;
}
i.fa.fa-linkedin-square{color: #E4405F !important;}
.user-registration-MyAccount-navigation{
	padding-top:40px;
}
.user-registration-MyAccount-navigation a{
	color:#00b443;
}
body #user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a,
body #user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link:hover a{
	border-left:4px solid #00b443;
	background: #ffffff;
}
.tr-topbar .navbar-brand img{
	max-width:161px;
}
.user-registration-ur-lost-password .user-registration-message{
	font-weight:bold;
	color:green;
}
.user-registration-form{
	margin-top:20px;
}

/*checkbox style*/
/* Customize the label (the label.user-registration-form__label) */
label.user-registration-form__label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
label.user-registration-form__label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #ffffff;
  border: 3px solid #00b443;
}

/* On mouse-over, add a grey background color */
label.user-registration-form__label:hover input ~ .checkmark {
	background-color: #ffae69;
	border: 3px solid #00b443;
}

/* When the checkbox is checked, add a blue background */
label.user-registration-form__label input:checked ~ .checkmark {
  background-color: #00a75d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
label.user-registration-form__label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
label.user-registration-form__label .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*checkbox style ends*/

.loader{
	display:none;
	width:100%;
	height:100%;
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	background:url('/Assets/loader.svg');
	background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center center;
    opacity: 0.8;
}

body .fm-form-container.fm-theme1 .fm-form button{
	background-color:#ee2b48;
	color: #FFF;
	padding: 5px 20px;
    font-size: 14px;
	text-transform: capitalize;
	line-height: 25px;
	min-width: 40px;
	height: 40px;
	border-radius: 2px;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-appearance: none;
}
body .fm-form-container.fm-theme1 .fm-form button:hover{
	opacity:0.8;
}
body .fm-form-container.fm-theme1 .fm-form .button-submit .fm-submit-loading.spinner{
	width:5px;
}
body .fm-form-container.fm-theme1 .fm-form .button-submit .fm-submit-loading.spinner:before{
	top:6px;
}
body .fm-form-container.fm-theme1{
	width:100%;
}
.wdform_page .button-submit{
	padding: 10px 20px;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
    white-space: normal;
    border: none;
    cursor: pointer;
    -webkit-transition: .35s all ease-out;
    transition: .35s all ease-out;
	font-size: 12px;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
    margin-top: 10px;
    background-color: #00a75d;
    border-color: #00a75d;
    text-transform: uppercase;
}
#resource-download-form{
	border: 1px solid #e9dede;
	padding: 20px 40px 0 40px;
	background: #f0f3f5;
}
nav.navbar .navbar-brand .img-fluid{
	max-width:270px;
	margin-bottom:0px;
	margin-left: -8px;
}

@media (max-width: 767px) {
.navbar-toggler {
    /* top: -8px !important; */
    top: 0px !important;
}
}


/*
@media (min-width: 320px) and (max-width: 990px) {
    
    nav.navbar .navbar-brand .img-fluid{
        max-width: none;
        width:270px;
    }
    
    .navbar-toggler{
        right:0px !important;
        top:20px !important;
    }
} */

ul#newzmania_main_menu li {
   /* padding-left: 20px;
    font-size: 16px;
    padding-top:6px;
    padding-bottom:6px; */
    padding-left: 25px;
       font-size: 18px;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-right:15px;
    
}

/*
ul#newzmania_main_menu li a{
    color:#ffffff !important;
}
*/

body .sidebar-menu .navbar-nav li a i{
	margin-right: 15px;
    min-width: 20px;
	display: none;
}

/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}

	.tr-topbar .top-menu{
		padding: 15px 20px;
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}
.listing-item{
	padding-bottom:30px;
}
.single-post .tr-content h1,
.single-post .tr-content h2,
.single-post .tr-content h3,
.single-post .tr-content h4,
.single-post .tr-content h5{
	padding:15px 0px 10px 0px;
}

/*GDPR Page*/
.page-template-default h2 {
    margin-top: 5px;
    margin-bottom: 20px;
}

.page-template-default h3,.page-template-default h1,.page-template-default h4 {
    margin-bottom: 20px;
}

/*CCPA Page*/
.consumer-requests {
        /* border: 1px solid #cecece; */
    border-radius: 10px;
    padding: 30px 40px 40px 40px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 12%);
    /* border-radius: 5px; */
    border: 1px solid #c9c8cd;
    /* background-color: #fff; */
    margin: 0 auto 30px;
}

/*Privacy Policy Page*/

.tr-section .display-posts-listing.grid .title{
	font-weight:bold;
	padding-top: 10px;
    padding-bottom: 5px;
}

span.breadcrumb_last {
    color: #747474 !important;
}


#newzmania_main_menu i.fa.fa-arrow-circle-right {
    padding-right: 5px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    border-bottom: 1px solid #f0f3f5;
    padding: 6px;
}



@media (max-width: 767px){
.navbar-brand {
    margin: 0;
    padding: 15px;
    width: 100%;
}
}


body.post-type-archive-resources .inside-page {
    background-image: url(https://apacentrepreneur.asia/wp-content/uploads/2019/12/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


body.post-type-archive-resources .tr-details{
    color:#fff;
}

body.post-type-archive-resources th {
    background-color: #ee2b48;
}



body.post-type-archive-resources .entry-header {
   
    padding: 0px;
    border: 4px solid #fff;
}



/* About Us */

.page-template-default.page.page-id-2144 .tr-section{
	background-image: url(https://apacentrepreneur.asia/wp-content/uploads/2020/01/ABOUT-US-BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
}

.page-template-default.page.page-id-2144 .tr-sticky {
    background: none !important;
}

.page-template-default.page.page-id-2144 h1.entry-title{
	display:none !important;
}


/* Magazine Code */



.page-template-default.page.page-id-4463 .tr-section{
	background-image: url(https://apacentrepreneur.asia/wp-content/uploads/2019/12/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
}




.page-template-default.page.page-id-5633 .tr-section{
	background-image: url(https://apacentrepreneur.asia/wp-content/uploads/2019/12/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
}


.category-cover-story #cover-story{

    display:block !important;
}

#cover-story{

    display:none;
}


.category-cover-story #vol-12-issue-7{
    display:none;
}


#special-features{
    display:none;
}

.category-special-features #vol-12-issue-5{
    display:none;
}


.category-special-features #vol-12-issue-6{
    display:none;
}

.category-special-features #vol-12-issue-7{
    display:none;
}


.category-special-features #vol-12-issue-9{
    display:none;
}

.category-special-features #special-features{
    display:block !important;
}

.page-id-8022 .wp-block-heading {
    border-left: 5px solid #3d3da3;
    padding-left: 10px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    padding: 6px;
    border-right: 5px solid #3d3da3;
    background-color: #ddd7d7;
    color: #000; 
}



.view-more-articles{
    background: #ddd7d7;
    padding: 15px 25px;
    border-radius: 50px;
    color: #000;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    border: 3px solid #3d3da3;
}


.tr-details p a {
    color: blue;
}

.tr-details a {
    color: blue;
}

input#wdform_2_element6 {
    margin-top: -30px;
    margin-left: -10px;
}

.leftalignclass{
    margin-left: -10px;
}


.page-id-2144 #footer{
    margin-top:0px !important;
}


.post-type-archive-resources #footer{
    margin-top:0px !important;
}




#bottomtotop {
  display: inline-block;
  background-color: #3d3da3;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#bottomtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
}
#bottomtotop:hover {
  cursor: pointer;
  background-color: #333;
}
#bottomtotop:active {
  background-color: #555;
}
#bottomtotop.show {
  opacity: 1;
  visibility: visible;
}


select.goog-te-combo {
    font-size: 16px !important;
    margin: 15px 0 !important;
    padding: 5px !important;
    border: 5px solid #3d3da3;
}

.skiptranslate.goog-te-gadget span {
    display: none;
}

.goog-te-gadget{
    font-size:0px !important;
}

.vertical-line{
    border-right: 1px solid #3d3da3;
}













.navigation-arrows {
  text-align: center;
  margin-top: 20px;
}

.navigation-arrows label {
  font-size: 2rem;
  margin: 0 20px;
  cursor: pointer;
  color: #007bff;
  transition: color 0.3s;
  user-select: none;
}

.navigation-arrows label:hover {
  color: #0056b3;
}



.testimonial-section {
  max-width: 1100px;
  margin: 0px auto;
  padding: 20px;
  position: relative;
  /* font-family: 'Segoe UI', sans-serif; */
}

input[type="radio"] {
  display: none;
}

.slides {
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}

#slide1:checked ~ .slides .slide:nth-child(1),
#slide2:checked ~ .slides .slide:nth-child(2),
#slide3:checked ~ .slides .slide:nth-child(3),
#slide4:checked ~ .slides .slide:nth-child(4),
#slide5:checked ~ .slides .slide:nth-child(5),
#slide6:checked ~ .slides .slide:nth-child(6),
#slide7:checked ~ .slides .slide:nth-child(7),
#slide8:checked ~ .slides .slide:nth-child(8),
#slide9:checked ~ .slides .slide:nth-child(9),
#slide10:checked ~ .slides .slide:nth-child(10),
#slide11:checked ~ .slides .slide:nth-child(11){
  opacity: 1;
  visibility: visible;
  position: relative;
}

.testimonial {
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  flex: 1 1 100%;
  text-align: center;
  transition: transform 0.3s;
}

/*
.testimonial:hover {
  transform: translateY(-5px);
}
*/

.testimonial img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 4px solid #007bff;
}

.testimonial h2 {
  font-size: 1.5rem;
  margin: 10px 0 5px;
  color: #222;
}

.testimonial h3 {
  font-size: 1rem;
  color: #777;
  margin-bottom: 10px;
}

.testimonial p {
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
}

.stars {
  color: #FFD700;
  margin: 10px 0;
  font-size: 1.2rem;
}

.testimonial h4 {
  margin-top: 10px;
  font-weight: 600;
  color: #333;
}

.navigation-dots {
  text-align: center;
  margin-top: 30px;
}

.navigation-dots label {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

#slide1:checked ~ .navigation-dots label[for="slide1"],
#slide2:checked ~ .navigation-dots label[for="slide2"],
#slide3:checked ~ .navigation-dots label[for="slide3"],
#slide4:checked ~ .navigation-dots label[for="slide4"],
#slide5:checked ~ .navigation-dots label[for="slide5"],
#slide6:checked ~ .navigation-dots label[for="slide6"],
#slide7:checked ~ .navigation-dots label[for="slide7"],
#slide8:checked ~ .navigation-dots label[for="slide8"],
#slide9:checked ~ .navigation-dots label[for="slide9"],
#slide10:checked ~ .navigation-dots label[for="slide10"],
#slide11:checked ~ .navigation-dots label[for="slide11"]{
  background-color: #007bff;
}



/* Mobile Responsiveness */


@media (max-width: 768px) {
  .testimonial {
    flex: 1 1 100%;
  }
  .testimonial img {
    width: 100px;
    height: 100px;
  }
  .testimonial h2 {
    font-size: 1.25rem;
  }
  .testimonial p {
    font-size: 0.95rem;
  }
  .slide {
    flex-direction: column;
    align-items: center;
  }
}

