@media screen and (max-width:768px){
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
width: 100%;
padding-right:15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.hidden-xs{
  display: none;
}
.hidden-lg{
  display: block;
}
.services-one{
    height: auto;
}
.services-one__img img{
    height: 80px;
    width: 80px;
}
.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    font-size: 13px;
}
.navbar-brand img {
width: 100px;
}
/*==================================*/
.d-none {
display: none !important;
}
/*==================================*/
section {
padding: 30px 0px;
}
.mtx-center{
text-align:center;
}
.arrow-shape {
display: none;
}
.about-img {
padding-right: 0px;
}
.main-slides-item .main-slides-content{
width:100%;
right:0;
text-align:center;
}
.main-slides-left {
left: 0;
text-align: center;
}
.main-slides-item img {
height: 250px;
width: 100%;
object-fit: cover;
}
.main-slides-content h6 {
font-size: 16px;
font-weight: 400;
color: #204a63;
display: inline-block;
margin-bottom: 10px;
}
.main-slides-content h2 {
font-size: 16px;
font-weight: 700;
margin-bottom: 0px;
color: #204a63;
}
.services-one-shape-2{
display:none;
}
.footer-contact-form {
width: 100%;
position: relative;
padding: 15px;
display: inline-block;
}
.btn-style-two {
position: relative;
display: inline-grid;
font-size: 14px;
line-height: 30px;
color: #fff;
font-weight: 600;
overflow: hidden;
background: none;
text-align: center;
border-radius: 4px;
padding: 5px 20px 5px;
text-transform: capitalize;
border: 0px solid #ffc107;
background-color: #ffc107;
}
/*==================================*/
.section-title h2 {
    font-weight: 700;
    font-size: 24px;
}
.single-funfact-card {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 35px;
}
.single-funfact-card h3 {
    line-height: 0;
    font-size: 26px;
    color: #ffc107;
    margin-bottom: 0px;
}
.partner-slides-two .image-box{
	margin-top:20px;
}
/*==================================*/
/*==================================*/
}