
/* Recent News */
.recent-news{
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	background: #fff;
}
.recent-news.blog-lg{
	box-shadow: none;
}
.recent-news.blog-lg .info-bx{
	border:0;
	padding: 20px 0 0 0;
}
.blog-post .post-title,
.recent-news .post-title{
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: roboto;
	line-height: 25px;
}
.recent-news .info-bx{
	padding: 20px;	
    border: 1px solid #EEEEEE;
}

/* Equal dimensions for all images in .action-box */
.recent-news .action-box img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}

/* Equal height for all post titles */
.recent-news .post-title {
	min-height: 48px; /* Adjust based on font-size and line-height */
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
}


/* Equal height for all post-extra (read more) */
.recent-news .post-extra {
	min-height: 48px; /* Adjust as needed */
	display: flex;
	align-items: flex-end;
}
.recent-news .info-bx {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.recent-news .post-title {
    min-height: 48px; /* or fixed height: height: 48px; */
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    display: flex;
    align-items: center;
	margin-top: 40px;
}


/* Equal Cards/Items */
.recent-news-carousel .item {
    display: flex;
    height: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}

.recent-news-carousel .recent-news {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    height: 100%;
    min-height: 380px; /* Adjust as needed */
}

.recent-news .action-box img {
    width: 100%;
    height: 180px; /* Adjust as needed */
    object-fit: cover;
    display: block;
}

.recent-news .info-bx {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
}

/* Comments */
.comments-bx{
	margin-left:auto;
	color:#000;
}
.comments-bx i{
	margin-right:5px;
}
.post-extra {
    display: flex;
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
	margin-top: 20px;
}
.media-post{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.media-post,
.post-tag{
	margin-bottom: 5px;
}
.media-post li{
	list-style: none;
	display: inline-block;
	font-size: 13px;
	text-transform: capitalize;
	font-family: roboto;
	margin-right: 5px;
}
.media-post li a{
	color:var(--primary);
	vertical-align: middle;
}
.media-post li a i{
	margin-right:5px;
	font-size: 13px;
}
.post-tag li{
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	list-style: none;
}
.post-title a{
	color:#061538;
	font-size: medium;
}
.post-title a:hover {
	color:#ea9c0b;
	font-size: medium;
}
.post-extra a{
	color:#061538;
	font-size: medium;
}
.post-extra a:hover {
	color:#ea9c0b;
	font-size: medium;
}
.blog-post p,
.recent-news p{
	margin-bottom: 10px;
	font-size: 14px;
	color:#242424;
}
/* Popular Courses */
.cours-bx .info-bx{
	padding:15px;
	font-size: 13px;
}
.cours-bx .action-box .btn{
	border-radius: 0;
	position: absolute;
	bottom: 0;
	left: -50%;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.cours-bx:hover .action-box .btn{
	left: 0;
}
.cours-bx{
	box-shadow:0 0 25px 0 rgba(29,25,0,0.25);
	border-radius: 4px;
    overflow: hidden;
}
.cours-more-info{
	border-top: 1px solid #e6e6e6;
	display: flex;
	margin: 0;
}
.cours-star{
	margin:0;
	padding:0;
}
.cours-star li{
	display: inline-block;
	list-style:none;
	color:#d1d1d1;
	font-size:13px;
}
.cours-star li.active{
	color:var(--primary);
}
.cours-more-info .price,
.cours-more-info .review{
	width:50%;
	padding:5px 15px;
}
.cours-more-info .review span{
	font-size:12px;
	color:#3c3c3c;
}
.cours-more-info .price del{
	font-size:12px;
	font-weight:500;
	color:#8e8e8e;
}
.cours-more-info .review{
	border-right: 1px solid #e6e6e6;
}
.cours-more-info .price {
	text-align:right;
}
.cours-more-info .price h5{
	margin-bottom:0;
}
.courses-carousel{
	margin-top:-15px;
}
.courses-carousel .item{
	padding:15px;
}
.courses-carousel .owl-nav{
	position: absolute;
    top: -70px;
    right: 10px;
}
.testimonial-carousel .owl-nav{
	position: absolute;
    top: -80px;
    right: -5px;
}
.recent-news-carousel .owl-nav{
	position: absolute;
    top: -80px;
    right: -5px; 
}


.courses-carousel .owl-nav .owl-next,
.courses-carousel .owl-nav .owl-prev,
.recent-news-carousel .owl-nav .owl-next,
.recent-news-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev{
	background-color:var(--primary);
	margin: 0 5px !important;
}
.courses-carousel .owl-nav .owl-next:hover,
.courses-carousel .owl-nav .owl-prev:hover,
.recent-news-carousel .owl-nav .owl-next:hover,
.recent-news-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover,
.testimonial-carousel .owl-nav .owl-prev:hover{
	background-color:var(--sc-primary);
}

/* heading-bx */
.heading-bx.left .title-head{
	margin-bottom: 20px;
    margin-top: 0;
    line-height: 32px;
    padding-left: 10px;
    border-left: 5px solid var(--primary);
}
.heading-bx.left p{
	max-width:500px;
	margin-bottom:0;
}
.title-head span{
	font-weight:400;
}

.title-head p{
	margin-bottom: 15px;
}
/* section space */
.section-sp1{
	padding-top:20px;
	padding-bottom:20px;
	margin-top:20px;
}

/* Event Box */
.event-bx{
	box-shadow:0 0 15px 0 rgba(29,25,0,0.25);
}
.upcoming-event-carousel{
	margin-top:-15px;
}
.upcoming-event-carousel .item{
	padding:15px;
}
.event-bx .info-bx{
	padding:30px;
}
.event-time{
	color: #fff;
    background-color: var(--primary);
    text-align: center;
    padding: 15px 10px;
    border-radius: 4px;
    margin-right: 20px;
}
.event-time .event-date{
	font-size: 55px;
    font-family: rubik;
    font-weight: 700;
    line-height: 55px;
}
.event-info .event-title{
	font-family:rubik;
	font-weight:500;
	margin-bottom:5px;
	font-size:24px;
}
.event-info .event-title a {
    color: #002e5b !important;
}
.event-info .media-post{
	margin-bottom:10px;
}
.event-info .media-post li a{
	text-transform: capitalize;
    font-size: 14px;
	color:#757575;
}
.event-info p{
	color: #454545;
    margin-bottom: 0;
    font-family: rubik;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.upcoming-event-carousel  .owl-item {
	box-shadow: none;
    transform: scale(0.9);
	transition: all 0.5s;
	opacity:0.4;
}
.upcoming-event-carousel .owl-item .item{
	padding:0;
}
.upcoming-event-carousel .owl-item.active.center .item{
	padding:15px;
}
.upcoming-event-carousel .owl-item.active.center{
    transform: scale(1);
	transition: all 0.5s;
	opacity:1;
}
.upcoming-event-carousel.owl-btn-1 .owl-prev,
.upcoming-event-carousel.owl-btn-1 .owl-next{
	margin: 0 100px !important;
    font-size: 20px;
    background-color: var(--primary);
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
.upcoming-event-carousel.owl-btn-1 .owl-prev:hover,
.upcoming-event-carousel.owl-btn-1 .owl-next:hover{
	background-color: var(--sc-primary);
}

.our-story{
	position:relative;
	z-index: 1;
}
.our-story:after{
	width:50%;
	content:"";
	height:100%;
	position:absolute;
	left:50%;
	background-color:#fff;
	top:0;
	z-index: -1;
}
.video-bx{
	position:relative;
}
.video-bx .video{
	width:80px;
	height:80x;
	border-radius:80px;
	line-height:80px;
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	background:#ea9c0b;
	color:#000;
	font-size:24px;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.video-bx .video:hover{
	transform:translate(-50%, -50%) ro;
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%) rotate(360deg);
	-webkit-transform:translate(-50%, -50%) rotate(360deg);
	-ms-transform:translate(-50%, -50%) rotate(360deg);
	-o-transform:translate(-50%, -50%) rotate(360deg);
}


/* Contact */
.contact-info-bx{
	padding:30px;
}
.contact-info-bx .widget_getintuch i{
	font-size: 18px;
	line-height: 16px;
}
.contact-social-bx li a{
	width: 40px;
	padding: 0;
	height: 40px;
	line-height: 38px;
}
.contact-info-bx .widget_getintuch{
	border-top:1px solid rgba(255,255,255,0.2);
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding-top:20px;
	padding-bottom:0;
	margin-bottom:20px;
}

.portfolio-bx{
	margin-bottom:30px;
}
.portfolio-bx .portfolio-info-bx p{
	color:#fff;
	font-size:13px;
	margin-bottom:0;
}
.portfolio-bx .portfolio-info-bx h4{
	margin:0;
	font-size:18px;
}
.portfolio-bx .portfolio-info-bx h4 a{
	color:#fff;
}
.portfolio-bx .portfolio-info-bx{
	bottom: -100%;
	position: absolute;
	width: 100%;
	padding: 10px 20px;
	text-align: left;
	transition: all 0.5s;
}
.portfolio-bx .overlay-icon a{
	font-size:18px;
}
.portfolio-bx .overlay-icon a i{
	background:rgba(0,0,0,0);
	color:#fff;
}
.portfolio-bx:hover .portfolio-info-bx{
	bottom: 0;
}
.portfolio-bx:hover .media-ov2:before, 
.portfolio-bx:hover .media-ov2:after{
	opacity:0.7;
}
.widget-courses .ttr-post-meta .price del,
.widget-courses .ttr-post-meta .price h5{
	display:inline-block;
	font-weight: 400;
}
.widget-courses .ttr-post-meta .price del{
	font-size:10px;
}
.widget-courses .ttr-post-meta .price h5{
	font-size: 13px;
	font-weight: 500;
	margin: 0;
}
.widget-courses .ttr-post-meta .price .free{
	color:#1fd36b;
}
.widget-courses .ttr-post-meta .review{
	font-size: 13px;
	font-weight: 400;
}

.profile-head .feature-filters.style1 li a{
	font-weight: 400;
	font-size: 15px;
}

@media only screen and (max-width: 991px) {
	.event-time .event-date{
		font-size: 30px;
		line-height: 30px;
	}
	.event-month{
		font-size:12px;
	}
	.event-time{
		padding: 10px 8px;
	}
	.event-bx .info-bx {
		padding: 20px;
	}
	.upcoming-event-carousel.owl-btn-1 .owl-prev, 
	.upcoming-event-carousel.owl-btn-1 .owl-next{
		margin: 0 50px !important;
	}
	.service-info-bx {
		margin-top: 0px;
		padding-top: 80px;
	}
	.service-bx .info-bx {
		padding: 10px 10px 20px 10px;
	}
	.service-bx .info-bx h4 {
		font-size: 16px;
	}
	.service-bx .feature-box-sm {
		width: 60px;
		height: 60px;
		line-height: 60px;
		top: -30px;
	}
	.service-bx .feature-box-sm i {
		font-size: 20px;
	}
	.our-story::after{
		content: unset;
	}
	.bar-bx .side {
		width: 20%;
	}
	.service-info-bx .action-box{
		margin-top: 0;
	}
	/*.account-head {
		width: 100%;
		min-width: 100%;
		height: 200px;
	}
	.account-form {
		display: block;
	}
	.account-container{
		padding: 50px 20px;
	}*/
}
@media only screen and (max-width: 991px) {
	.courses-carousel .owl-nav{
		position: unset;
		top: auto;
		right: auto;
		bottom: 0;
		text-align: center;
		margin-top: 20px;
	}
	.section-sp1 {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.section-sp2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.upcoming-event-carousel.owl-btn-1 .owl-prev, 
	.upcoming-event-carousel.owl-btn-1 .owl-next{
		margin: 0 0 !important;
	}
	.testimonial-carousel .owl-nav,
	.recent-news-carousel .owl-nav {
		position: unset;
		top: auto;
		right: auto;
		text-align: center;
		margin-top: 10px;
	}
	.testimonial-carousel .owl-nav{
		margin-top: 30px;
	}
	.info-bx{
		font-size: 16px;
	}
	.upcoming-event-carousel.owl-btn-1 .owl-prev, 
	.upcoming-event-carousel.owl-btn-1 .owl-next{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		position:unset;
		box-shadow:none;
		margin: 0 5px !important;
		transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	.upcoming-event-carousel.owl-btn-center-lr .owl-nav{
		text-align:center;
		margin-top:15px	;
	}
	.online-cours h2{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.online-cours h5{
		font-size: 18px;
		margin-bottom: 25px;
	}
	.cours-search{
		margin-bottom: 30px;
	}
	.service-info-bx {
		padding-top: 50px;
	}
	.service-bx{
		margin-bottom:30px;
	}
	.service-bx.m-b0{
		margin-bottom:0;
	}
	.event-time{
		margin-right: 0;
		border-radius: 0;
		position: absolute;
		top: -68px;
		left: 0;
	}
	.rev-btn{
		padding:10px 10px !important;
		font-size:12px !important;
	}
	/* Rev Slide */
	.rev-slider .tp-rightarrow,
	.rev-slider .tp-leftarrow{
		display:none;
	}
}
@media only screen and (max-width: 767px) {
	.courses-carousel .owl-nav{
		position: unset;
		top: auto;
		right: auto;
		bottom: 0;
		text-align: center;
		margin-top: 20px;
	}
	.section-sp1 {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.section-sp2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.upcoming-event-carousel.owl-btn-1 .owl-prev, 
	.upcoming-event-carousel.owl-btn-1 .owl-next{
		margin: 0 0 !important;
	}
	.testimonial-carousel .owl-nav,
	.recent-news-carousel .owl-nav {
		position: unset;
		top: auto;
		right: auto;
		text-align: center;
		margin-top: 10px;
	}
	.testimonial-carousel .owl-nav{
		margin-top: 30px;
	}
	.info-bx{
		font-size: 16px;
	}
	.upcoming-event-carousel.owl-btn-1 .owl-prev, 
	.upcoming-event-carousel.owl-btn-1 .owl-next{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		position:unset;
		box-shadow:none;
		margin: 0 5px !important;
		transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	.upcoming-event-carousel.owl-btn-center-lr .owl-nav{
		text-align:center;
		margin-top:15px	;
	}
	.online-cours h2{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.online-cours h5{
		font-size: 18px;
		margin-bottom: 25px;
	}
	.cours-search{
		margin-bottom: 30px;
	}
	.service-info-bx {
		padding-top: 50px;
	}
	.service-bx{
		margin-bottom:30px;
	}
	.service-bx.m-b0{
		margin-bottom:0;
	}
	.event-time{
		margin-right: 0;
		border-radius: 0;
		position: absolute;
		top: -68px;
		left: 0;
	}
	.rev-btn{
		padding:10px 10px !important;
		font-size:12px !important;
	}
	/* Rev Slide */
	.rev-slider .tp-rightarrow,
	.rev-slider .tp-leftarrow{
		display:none;
	}
}


/* Testimonials */
.testimonial-bx{
	background-color: #fff;
	padding: 20px 20px 20px 70px;
	border-radius: 5px;
	margin-left: 30px;
	border: 1px solid #F0F0F0;
	margin-top: 30px;
}
.testimonial-bx .testimonial-content p,
.testimonial-bx .testimonial-info p{
	margin: 0;
	margin-left:15px ;
}
.testimonial-bx .testimonial-info h5{
	font-weight: 500;
	margin-bottom: 0;
	margin-left: 15px;
}
.testimonial-bx .testimonial-info {
	margin-bottom: 15px;
}
.testimonial-bx .testimonial-info:after {
    content: "\f10e";
    position: absolute;
    font-family: fontawesome;
    font-size: 50px;
    color:#d6d6d6;
    right: 30px;
    top: 10px;
	z-index: 9;
}
.testimonial-thumb {
    width: 100px;
	height: 100px;
    border-radius: 80px!important;
    overflow: hidden;
    border: 1.5px solid #fff;
    box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
	z-index: 9;
}
.testimonial-bx .testimonial-content p{
	color:#000;
	font-size:15px;
	line-height: 1.6;
}

/* =========== USER ACCOUNT CSS =============*/
/* My Account */
.account-form{
    display:flex;
    width: 100%;
    position: relative;
}
.account-head{
    position: sticky;
    left:0;
    top:0;
    z-index: 1;
    width: 500px;
    min-width: 500px;
    height: 100vh;
    background-position: center;
    text-align: center;
    align-items: center;
    display: flex;
    vertical-align: middle;
	gap:10px !important;
}
.account-head a {
    width: auto !important;
    display: flex;
    align-items: center;
}
.account-head {
    display: block !important;
}
.account-head img {
	width: 120px;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 250px;
}
.account-head:after{
    opacity:0.9;
    content:"";
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
    width:100%;
    height:100%;
    background: linear-gradient(135deg, #0a3d2e 0%, #145a32 60%, #1e7c4a 100%) !important;
    /* Example: dark green to light green */
    filter: none !important; 
}
.account-form-inner {
    width: 100%;
    align-self: center;
}
.account-container {
    max-width: 400px;
    margin: auto;
    padding: 30px 0;	
}
.custom-control-label:before{
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid var(--primary);
    top: 2px;
}
.custom-control-label:after{
    width: 20px;
    height: 20px;
    top: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
    background-color: var(--primary);
}
.account-container .form-forget{
    display:flex !important;
	align-items: center;
}
.account-container .form-forget .custom-control-label{
    font-weight:400;
	display: inline !important;
    margin-left: 8px; /* space between checkbox and label */
    margin-bottom: 0 !important;
    vertical-align: middle;
}
.account-container .form-forget .custom-control {
    margin-right: 170px; /* Adjust the value for more or less space */
}
.account-container .btn.button-md{
    padding: 12px 40px;
}
.btn,
.button-md {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%; /* Optional: makes the button fill its container */
    height: 48px; /* Adjust as needed for your design */
    padding: 0 24px; /* Adjust horizontal padding as needed */
    font-weight: 500; /* Optional: for a professional look */
    font-size: 16px;  /* Optional: adjust as needed */
    line-height: 1;
}
.account-container .form-control{
    border-color: rgba(0,0,0,0.2);
}
.account-container .facebook i,
.account-container .google-plus i{
    border-right:1px solid #fff;
    padding-right:10px;
    margin-right:10px;
}
.account-form .heading-bx p a{
    color: var(--primary);
    text-decoration: underline;
    padding-bottom: 0px;
}

/* Input group and label animation for login form */
.contact-bx .input-group {
    display:block;
    position:relative;
}
.contact-bx .input-group .form-control,
.contact-bx .input-group label{
    width:100%;
}
.contact-bx .input-group label{
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    position: absolute;
    top: 10px;
    left: 0;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.contact-bx .focused .input-group label{
    top: -8px;
    font-size: 10px;
    color:var(--primary);
}
.contact-bx .input-group textarea.form-control{
    height:120px;
}
.contact-bx .input-group .form-control{
    border-width: 0 0 1px 0 !important;
    background-color:rgba(0,0,0,0) !important;
    padding:10px 0 !important;
}
.contact-bx .input-group .form-control:focus {
    border-width: 0 0 1px 0 !important;
    border-color: #009959 !important; /* Or your preferred color */
    background-color: rgba(0,0,0,0) !important;
    outline: none !important;
    box-shadow: none !important;
}
.contact-bx .heading-bx {
    margin-bottom: 30px;
}

.logo-text-group {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
}
.logo-bold-text {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    margin: 0;
}
.logo-small-text {
    font-size: 18px;
	font-weight: 500;
    color: #ea9c0b;
    opacity: 0.8;
    margin-top: 0px;
}
.user-firstname {
  font-weight: 600;
  color: #ea9c0b;
}

/* heading-bx styles */
.heading-bx.left .title-head{
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 32px;
    padding-left: 10px;
    /*border-left: 5px solid var(--primary);*/
}
.heading-bx.left p{
    max-width:500px;
    margin-bottom:0;
}
.title-head span{
    font-weight:400;
}

/* Typography CSS */
.heading-bx {
    margin-bottom: 40px;
}
.heading-bx.no-margin {
    margin-bottom: 0;
}
.heading-bx h1,
.heading-bx h2,
.heading-bx h3 {
    margin-top: 0;	
}
.heading-bx h2 {
    font-size: 30px;	
}
.heading-bx p {
    padding-top: 10px;
    font-size: 16px;
    color: #0f192d;
}
.text-center.heading-bx p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

/* .heading-bx.left .title-head border color */
.heading-bx.left .title-head {
    border-color: #f7b205;
}



/* =========== RESPONSIVE: TABLET (max-width: 991px) =============*/
@media (max-width: 991px) {
    .account-form {
        flex-direction: column;
    }
    .account-head {
        position: relative;
        width: 100%;
        min-width: 100%;
        height: auto;
        padding: 40px 20px 30px;
        top: auto;
        left: auto;
    }
    .account-head img {
        margin-top: 20px;
        width: 100px;
    }
    .account-form-inner {
        width: 100%;
        padding: 30px 20px;
    }
    .account-container {
        max-width: 500px;
        padding: 20px 0;
    }
    .logo-bold-text {
        font-size: 22px;
    }
    .logo-small-text {
        font-size: 16px;
    }
    .heading-bx h2 {
        font-size: 26px;
    }
    .heading-bx {
        margin-bottom: 28px;
    }
    .account-container .form-forget .custom-control {
        margin-right: 80px;
    }
}

/* =========== RESPONSIVE: MOBILE (max-width: 576px) =============*/
@media (max-width: 576px) {
    .account-head {
        padding: 30px 15px 20px;
    }
    .account-head img {
        width: 80px;
        margin-top: 10px;
    }
    .account-form-inner {
        padding: 20px 15px;
    }
    .account-container {
        max-width: 100%;
        padding: 15px 0;
    }
    .logo-bold-text {
        font-size: 18px;
    }
    .logo-small-text {
        font-size: 14px;
    }
    .heading-bx h2 {
        font-size: 22px;
    }
    .heading-bx p {
        font-size: 14px;
    }
    .heading-bx {
        margin-bottom: 20px;
    }
    .account-container .btn.button-md {
        padding: 10px 20px;
    }
    .btn,
    .button-md {
        font-size: 14px;
        height: 44px;
        padding: 0 16px;
    }
    .account-container .form-forget .custom-control {
        margin-right: 20px;
    }
    .contact-bx .input-group label {
        font-size: 13px;
    }
    .custom-control-label:before,
    .custom-control-label:after {
        width: 16px;
        height: 16px;
    }
    .text-center.heading-bx p {
        max-width: 100%;
    }
}