@charset "utf-8";
/* CSS Document */

body {
    font-size: 16px;
}

body.small_size {
    font-size: 14px;
}

body.medium_size {
    font-size: 16px;
}

body.large_size {
    font-size: 20px;
}

.form-controls{
	padding: 10px;
	border: 1px solid #e1e1e1;
	font-weight: normal;
}


.btns{
	background-color: #FFF;
	border: 1px solid #ececec;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 5px;
	color: #666;
}


.btn-color{
	background-color: #ffcf3c;
	border-radius: 99px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	transition: 1s;text-decoration: none;
}
.btn-color:link{
	background-color: #ffcf3c;
	border-radius: 99px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	transition: 1s;text-decoration: none;
}


.btn-color:hover{
	background-color: #333;
	border-radius: 99px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	transition: 1s;text-decoration: none;
}



.logo{
	float: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 163px;
	height: 80px;
}

a{transition: 1s;text-decoration: none;}
a:hover{transition: 1s;text-decoration: none;}

.ts{display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}


.list-inline-items{
	float: left;
	display: list-item;
	margin-right: 10px;
}

.btns{
	border: 1px solid #ccc;
	border-radius:10px
}

.btn-outline-secondary{
	background-color: #e4c760;
	color: #FFF;
}

.pagination{justify-content:center;}

.mz-5{
	padding: 20px;
}

.about-area{
	width: 100%;
	position: relative;
}

.row-con{
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 20%;
}

.eml{
	float: left;
	width: 55%;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	line-height: 1.75em;
}

.emr{
	float: right;
	width: 50%;
}

.gm{
	float: left;
	width: 31%;
	margin-right: 1%;
	margin-left: 1%;
}


.y{
	height: 150px;
	width: 5px;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: -80px;
	background-color: #e4c760;
}
.ys{
	height: 3px;
	width: 100%;
	background-color: #e4c760;
	max-width: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.t-color{
	color: #543728;
}

.title-area{width: 100%;float: left;}

.s-left{
	float: left;
}

.dline{
	float: left;
	height: 28px;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}

.w{
	float: left;
	width: 50px;
}

.tag{
	color: #624747;
}

.latest{
	color: #886a51;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9c9c9;
	line-height: 2em;
}

.latests{
	color: #886a51;
}

.btn-tag{
	color: #FFF;
	background-color: #624747;
	border-radius:0px;
}

.btn-tag:link{
	color: #FFF;
	background-color: #624747;
	border-radius:0px;
}



#footer{
	float: left;
	width: 100%;
	margin-top: 100px;
}

#footers{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.pc{
	display: block;
}
.phone{
	display: none;
}

@media (max-width:1440px) {
	.row-con{
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
}
.bg-whites{--bs-bg-opacity:1;
	background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
	padding-top: 3rem;
	padding-bottom: 0rem;
}
}

@media (max-width:1280px) {
.w-75{width:108%!important}
	.row-con{
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
	
	.eml{
	float: left;
	width: 100%;
	position: static;
	z-index: 999;
	left: 0px;
	top: 0px;
	line-height: 1.75em;
}

.emr{
	float: left;
	width: 100%;
}
.fs-2s{font-size:2rem!important}.fs-3s{font-size:1.75rem!important}

}

@media (max-width:1200px) {
.pc{
	display: block;
}
.phone{
	display: block;
}

.gm{
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}


}
@media (max-width: 767px) {
  .font_size {
    display: block;
  }
}
@media (max-width:600px) {
    .gm{
        float: left;
        width: 100%;
        margin-right: 0%;
        margin-left:0%;
    }
    .logo{
        float: left;
        background-image: url(../images/logo.png);
        background-size: 125px 61px;
        background-repeat: no-repeat;
        background-position: left top;
        width: 125px;
        height:61px;
    }
}

.password-input-wrapper {
    position: relative;
}

.password-input-wrapper .form-control {
    padding-right: 40px; /* Adjust as needed to prevent text overlap with the icon */
}

.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
@media (max-width: 600px) {
  .course-cat-list-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .course-cat-list-group a {
    display: contents;
  }
  .course-cat-list-group .list-group-item {
    margin-bottom: 0 !important;
    border-radius: 6px;
    text-align: center;
  }
}

.section-chapter-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.chapter-title{
    flex:1 1 auto;
    min-width:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.goog-recaptcha-shield {
    z-index: 999998 !important;
}

.goog-recaptcha-card-compat {
    z-index: 999999 !important;
}