/*
	Theme Name: Acupressureguru
*/

.d-flex{
    display: flex;
    overflow: hidden;
    align-items: stretch;
}
.d-flex .column-center{
    width: 100%;
}
.d-flex .column-right{
    width: 10%;
} 
.section-title{
    text-align: center;
    font-weight: 500;
    font-size: 33px;
}
.course-div {
    background: #fff;
    border-radius: 10px !important;
    padding: 12px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.course-div>a.btn{
    border-radius: 10px !important;
}
.course-div>a.bx-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-course {
    background: #75a733;
    padding: 10px 0 40px 0;
}
.courses-slideshow h3 {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}
.courses-slideshow img {
    height: 250px;
    border-radius: 10px !important;
    width: auto !important;
}

.section-title {
    text-align: center;
    font-weight: 500;
    font-size: 33px;
    margin-bottom: 48px;
    font-family: sans-serif;
}
.courses-slideshow .owl-item{
    height: unset !important;
}

.publication-slideshow.owl-carousel.owl-drag .owl-item{
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.publication-slideshow.owl-carousel.owl-drag .owl-item img{
    max-width: 200px;
}
.mobile-link {
    display: none;
}


@media(max-width: 992px)
{
    iframe.hide_mobile{
        display: none !important;
    }
}
.active1{
    background: #0667ae !important;
} 
.active2{
    background: #e02429 !important;
}
.active2 > a{
    color:#fff !important;
}

.m_active{
    background: #2874f0 !important
}

.md-signup{
    margin: 20px 0;
}
.md-signup .col-md-4{
    margin-bottom: 10px;
}
.md-signup a {
    background: #8ad3ef;
    display: flex;
    color: #342e2e;
    height: 90px;
    font-size: 14px;
    align-items: center;
    padding: 10px 15px;
    text-align: center;
    justify-content: center;
}
.marqueeText{
	margin-right:25px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
 }
.marquee {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #75a733;
  padding:05px;
  margin:0px;
}
.navbar2 {
    background-color: #75a733;
    border-color: #75a733;
}
.navbar-inverse .navbar2 .navbar-nav > li > a:hover, .navbar-inverse .navbar2 .navbar-nav > li > a:focus{background-color:#347336 !important;}

#otp-login-modal .modal-content{
    border-radius: 6px !important
}
#otp-login-modal .modal-body {
    position: relative;
    padding: 15px;
}
#otp-login-modal .agent-otp-group{
    width: 200px;
    display: none;
    margin: 0 auto;
    padding: 20px 0;
}
#otp-login-modal .otp-group{
    display: flex;
    justify-content: space-evenly;
    width: 297px;
    margin: 0 auto;
    padding: 20px 0;
}
.otp-group input[type="number"], 
.agent-otp-group input[type="number"] {
    background: #fff;
    border-radius: 4px !important;
    width: 35px;
    height: 35px;
    border: 1px solid #bcbaba;
    text-align: center;
    margin: 2px;
}
.agent-otp-group input[type="text"]
{
    width: 100%;
}
input:focus-visible {
    outline: none
}
.eye-slash{cursor: pointer;}
.search-bar{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 2;
    height: 110px;
}
.search-btn {
    cursor: pointer;
    background-color: #347336;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px !important;
}
.search-mobile-btn{
    display: none;
    font-size: 25px;
    color: #fff
}
.user-menu .navbar-inverse .navbar-nav > li.active > a, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{background-color:#e42e2d !important;}
.dropdown-content a:hover, .dropdown-content a i:hover{background-color:#347336 !important;}
.dropdown:hover>a {background: #347336 !important;}
.footer-marq{background-color:#75a733;}
.footer-first-home{background-color:#75a733;}
.inner-sec h2{background:#e42e2d;border:1px solid #e42e2d;color:#FFF !important;}
.inner-sec{min-height:250px;}
.ba_button{font-size:14px !important;}
.ba_button:hover{font-size:14px !important;}
.twitter-new i svg{background:#75a733;}
#slideshow .owl-nav{display:none !important;}
.btn-warning{background-color:#347336;border-color:#347336;}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #75a733;
    border-color: #75a733;
}
input:focus,textarea:focus,button:focus{outline:solid 1px !important;border:solid 1px !important;}
.status-box-body {
    background-image: unset !important;
    padding: 20px 20px 30px 20px;
    box-shadow: 0px 0px 4px #b6b4b4;
    overflow: hidden;
    border-radius: 7px !important;
	margin-bottom:20px;
}
.heading{font-size: 30px;font-weight:bold;margin-bottom:14px;}
#reg_form{padding-left:75px;}
.status2 {
    color: #fff !important;
    background-image: linear-gradient(to bottom right, #172337 30%, #7a0d0d) !important;
    font-size: 19px;
    padding: 20px;
    border-radius: 20px !important;
    margin: 20px 14px;
    margin-bottom: 35px;
    text-align: center;
	
}
.action_btn{
	color: #fff !important;
    background: #347336 !important;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 20px !important;
    text-align: center;
	float:left;
	margin-bottom:10px;
	text-decoration:none !important;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
	border: 0;
    padding: 10px;
    border-radius: 5px;
}
#error_msg{padding:5px 10xp; text-align:center;color:red;}

.course-details-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.course-details-table td {
    padding: 12px 15px;
    border: 1px solid #ccc;
    vertical-align: top;
}

.course-details-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.course-details-table tr:nth-child(odd) {
    background-color: #ffffff;
}
ol,ul{padding-left:20px;}
.heading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    vertical-align: top;
    background-color: #00CCFF;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
    color: rgb(102, 0, 0);
    font-size: 20px;
}
	
.heading {
    background-color: #2874f0;
    color: #fff000;
}
	
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
	border: 0;
    padding: 10px;
    border-radius: 5px;
}
	
.printReceipt {
    color: #fff000;
    background-color: transparent;
    border: 2px solid #fff000;
}
.printReceipt:hover, .printReceipt:focus {
    color: #2874f0;
    background-color: #fff000;
    border: 2px solid #fff000;
}
	
.rowlist {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: rgb(244, 244, 244);
    text-align: center;
    vertical-align: top;
    height: 35px;
    padding-top: 5px;
    padding-left: 5px;
}
.rowlist {
    font-size: 15px !important;
}
#courselist>.table-responsive, #courselist>table {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    width: 100%;
    padding: 7px;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
	#courselist, #page {
    margin-left: 0;
    width: 100%;
    margin-top: 0px;
    margin-right: 0;
    padding: 0;
}
	
.btn-sm, .btn-xs {
    padding: 4px 10px 5px 10px ;   
}
.stylebold {
    color: #000;
    font-size: 18px;
}
.courseside-nav {
    margin-top: 8px;
    text-align: right;
}
.courseside-nav>span {
    background: #ffb2b2;
    padding: 6px 10px;
    border-radius: 30px !important;
}
#course-searchbar {
    background: #f0f0f0;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0;
    color: #222;
}
.regular_class_schedule{
      display: none;
      padding: 20px;
      background-color: lightblue;
      margin-top: 10px;
}
.form-popup {
  display: none;
  position: fixed;
  top: 120px;
  left: 20%;
  border: 10px solid #FFF;
  z-index: 9;
  width:60%;
  box-shadow:5px 5px 15px rgba(0,0,0,0.3);
}
.btn.cancel{
	float:right;
	padding:5px;
	border-radius:50%;
	background:grey;
	color:#FFF;
}
#table_main1{display:block !important;}
.user-dashboard-wrapper {
    display: flex;
    flex-wrap: wrap;
    min-height: 80vh;
    font-family: Arial, sans-serif;
}

.user-sidebar {
    width: 17%;
    background-color: #75a733;
    padding: 20px 0;
    box-shadow: 2px 0 5px rgba(0,0,0,0.05);
}

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

.user-sidebar ul li {
    margin-bottom: 15px;
	padding-left:15px;
}
.user-sidebar ul li a {
    text-decoration: none;
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
}

.user-sidebar ul li a:hover,
.user-sidebar ul li.active {
    background-color: #347336;
}
.user-sidebar ul li.active a{color: #fff;}

.user-content {
    width: 83%;
    padding: 30px;
    background-color: #fff;
    border-left: 1px solid #e3e3e3;
}

.course-details-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: Arial, sans-serif;
}

.course-details-table th,
.course-details-table td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: left;
}

.course-details-table th {
    background-color: #2c3e50;
    color: #fff;
}

.course-details-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.course-details-table tr:nth-child(odd) {
    background-color: #ffffff;
}

.course-details-table tr:hover {
    background-color: #eaf2f8;
}
#submit{
    background: #75a733;
    color: #FFF;
    border: 1px solid #75a733;
}
.single-news .single-blog-author{display:none !important;}
.topLogo h1{color:#e42e2d !important;}
.topLogo h5{color:#000 !important;}



/*************************New course-list css start***************************/
.catename{
    background: #75a733;
    position: absolute;
    right: 0;
    padding: 4px 8px;
    color: #FFF;
}

.course-grid {
  display: grid;
  grid-template-columns: 25% 73%;
  gap: 30px;
  align-items: start;
}
.right-part {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;

}
.course-card {
  background: ivory;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0,0,0,0.25);
  display: flex;
  flex-direction: column;
  position:relative;
}

.course-image{background:ivory;padding:5px;text-align:center;}

.course-image img {
  width: 75%;
  height: 135px;
  object-fit: cover;
}

.course-body {
  padding: 15px;
  flex: 1;
}

.course-body h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.course-actions {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.course-actions .btn {
  flex: 1;
  text-align: center;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
}

.course-actions .btn-warning { background: #f39c12; }
.course-actions .btn-primary { background: #007bff; }
.course-actions .btn-success { background: #28a745; }

.list_li{list-style:none;padding:5px; 0px;}

#courselist img{border:0;}

.pagination {
  text-align: center;
  margin-top: 30px;
  width:100%;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 4px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
}

.pagination .page-numbers.current {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}

.pagination .page-numbers:hover {
  background: #f0f0f0;
}

/*************************New course-list css end***************************/

@media (max-width: 768px) {
    .user-sidebar, .user-content {
        width: 100%;
    }
}

@media (max-width: 992px)
{
    #otp-login-modal .agent-otp-group{
        display: block;
    }
    #otp-login-modal .otp-group{
        display: none;
    }
    .search-btn{
        display: none;
    }
    .search-mobile-btn {
        display: block;
        position: absolute;
        right: 75px;
        width: 39px;
        text-align: center;
        cursor: pointer;
        height: 100%;
    }
}
     
a.search-btn:hover{
    color: #fff;
}
.topLogo .acs_logo_flex{
    flex-grow: 2;
}

.topLogo .aaami_title {
    flex-grow: 8;
}    

.holi-playground{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 19999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.holi-playground canvas{
    background: transparent;
    z-index: 0.5;
    opacity: 1;
    width: 100%;
    height: 100vh;
}
.holi-playground.play{
    display: flex;
}
.play-close {
    position: absolute;
    top: 30px;
    right: 35px;
    z-index: 10;
    background: transparent;
    border: 0;
    color: red;
}
.play-close i.fa{
    font-size: 42px !important;
}
.holi-playground .heading{
    position:absolute;
    z-index:199;
    font-size:60px;
    top:100px;
    text-align: center;
    color: #fff;
    display: block;
    letter-spacing:2px;
    font-family: 'Great Vibes', cursive;
}
.descrptiom{
    display: table;
    margin:20px auto;
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    font-size:11px; 
    letter-spacing:2px;
    position:absolute;
    bottom:10px;
    left:50%;  
    color: #ddd; 
    z-index:1; 
    -webit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    transform:translateX(-50%);
}
#menu-primary .current-menu-item{background-color:#347336 !important;}
#menu-main-menu .current-menu-item{background-color:#e42e2d !important;}
#mobile_menu{display: none;}
#mobile_menu_close{display: none;}

.wpcf7-form-control.wpcf7-submit {
    background: #75a733;
    color: #FFF;
    border: 1px solid #75a733;
}

#mobile_menu_ayn{display:none !important;}

@media (max-width: 768px) {
	#mobile_menu_ayn{display:block !important;text-transform:uppercase;}
	.desNav{
			position: absolute;
			width: 100%;
			z-index: 999;
			top: 0;
			background:#172337 !important;
	}
	.nav-itmas-list{margin-left:-1px !important;}
	.marquee {margin-top: 0px !important;}	
	.acs_logo_flex{display:block;position:absolute;left:-27px;top:18px;width:158px;}
	.topLogo h1{margin-left:120px;}
	.topLogo h5{margin-left:120px;}
	.desNav{display: block !important;}
	#mobile_menu{display: block !important;margin-bottom:-20px;}
	.nav.navbar-nav.navbar-right{display: none !important;}
	#mobile_menu_close{position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		background: #FFF;
		padding: 10px;
	}
	.desNav.mobilemenu{height:100% !important;}
	#mobile_menu img{width:50px;margin-top:-106px;margin-left:32px;}
	.1courses-slideshow .owl-item{width:100% !important;}
	.courses-slideshow-mobile{height:570px;}
	.courses-slideshow-mobile .owl-stage-outer{height:570px;}
	.rowlist.code{display:none !important;}
	.rowlist.image{display:none !important;}
	table .code{display:none !important;}
	table .image{display:none !important;}	
	
}