 #blog-content {
 padding: 80px 0;
    background-color: #e7e7e7;
}
#boxSlider1::-webkit-scrollbar {
	width: 3px;
    height: 4px;
	background-color: #9301E9 ;
}
#boxSlider1::-webkit-scrollbar-thumb {
	background-color: #000 ;
}
.button-black-outline:hover,.button-black-outline {
        margin: auto;  
    min-width: 136px;
    max-width: 136px;
    min-height: 42px; 
    width: 100%;
    text-align: center;
    background: transparent;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: none;  
    border: 1px solid #000;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.pgntn-page-pagination-block
{
        text-align: left;
}
.side-content-form .card-body p
{
        white-space: normal !important;
}
.title-blog {
  font-size: 18px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  font-weight: 500;
  line-height: 1.222;
  text-align: left; 
 
}
.blog-content {
  font-size: 11px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  line-height: 1.818;
  text-align: justifyLeft;
  }
  
  #blog-content .row {
--bs-gutter-x: 2.5rem; 
}

#blog-content1 {
    padding: 48px 0 48px;
    background-color: #e7e7e7;
}
.Articles-title
{
 
  font-size: 22px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  font-weight: 500;
  line-height: 1.364;
  text-align: left;
}
.Articles-body
{
	padding:20px;
}
.heading1
{
     font-size: 22px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
}
#title-1 h1  {
    font-size: 30px !important;
	
    line-height: 35px !important;
	margin:0 !important;
    font-weight: normal !important;
}
.Articles-body h6
{
 
  font-size: 18px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  margin-bottom:10px;

}
 
.button-fullblack
{
    text-transform: uppercase;
}
.post-Date
{
 
  font-size: 11px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  line-height: 1;
  text-align: left;
 margin-bottom:10px;

}

.full-height {
  height: 100%;
}

 

.row.full-height {
  min-height: 100%;
}

.Articles-body {
  flex: 1 1 auto;
}
.Articles-body p {
  font-size: 11px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0); 
  text-align:left; 
}
.image-container {
  width: 100%;        /* or a fixed width like 300px */
  height: 229px;      /* set your desired height */
  overflow: hidden;
  position: relative;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* makes the image cover the div while maintaining aspect ratio */
  position: absolute;
  top: 0;
  left: 0;
}
.line3 {
  border-top: 0.25px solid rgb(43, 43, 43);
 
 
}
.side-content-form
{
	width:100%!important;
	 float: right!important;
 
	background-color:#fff !important;
	border:0 !important;
	border-radius:0 !important;
	
	
}
.side-content-form .card-body
{
	padding:25px!important;
}
.side-content-form .title {
  font-size: 18px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  font-weight: 500;
  line-height: 1.222;
  text-align: left;
  padding:10px 0;
     text-transform: capitalize;
}
.side-content-form .title-sub {
  font-size: 11px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  line-height: 1.818;
  text-align: left;
   padding:10px 0;
}
.form-control2 {
   
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-bottom: 0.25px solid rgb(43, 43, 43) !important; 
}
 .form-group select.form-control2 {
    
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-bottom: 0.25px solid rgb(43, 43, 43) !important;
    
}
.content-detail
{
	width:100%!important;
 	background-color:#fff !important;
	border:0 !important;
	border-radius:0 !important;	
}
.content-detail .card-body
{
	padding:25px!important;
}
.image-container1 {
  width: 100%;
  height: 300px;
  overflow: hidden; /* Optional: hides overflow if the image is too large */
}

.image-container1 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Keeps aspect ratio, fills container */
}
.content-detail ul {
  list-style-position: outside;
 
}
.content-detail ul li
{
	margin-bottom:10px;
}
input,textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-bottom: 0.25px solid rgb(43, 43, 43) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
select
{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 3px solid #2B2B2B;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-bottom: 0.25px solid rgb(43, 43, 43) !important;
outline: none;
    overflow: hidden;
    text-indent: 0.01px;
    text-overflow: '';
    background: url(https://storiesbyaisha.com/image/sort-down1.png) no-repeat right #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}


@media (max-width: 991px) {
  #blog-content .row {
--bs-gutter-x: 3.5rem;
--bs-gutter-y: 1.5rem;
}
.side-content-form
{
	width:100%!important;
	 float: none!important;
 margin-top:20px;
	background-color:#fff !important;
	border:0 !important;
	border-radius:0 !important;
	
}

}
  @media (max-width: 768px) {
  #blog-content .row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 1.5rem;

}

  }
