

@media only screen and (max-width:991px) {

    
.navbar-toggler {
    line-height: 1;
    padding: 0;
    border-radius: 0;
}
.navbar-toggler.menu-icon {
    width: 35px;
    padding:0;
    cursor: pointer;
    position: relative;
    border:0px;
    margin-right:15px;
}
.navbar-toggler.menu-icon span {
    width: 100%;
    height: 4px;
    display: block;
    background-color: #fff;
    margin: 6px 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.navbar-toggler.menu-icon.active span {
    position: absolute;
    top: calc(50% - 8px);
}
.navbar-toggler.menu-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: none;
} 

.navbar-light .navbar-brand img {
    max-height: 100px;
}

.navbar-nav {
    padding: 10px 0px;
}

.navbar-nav li {
    margin-right: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 5px;
}

button.navbar-toggler {
    border: none;
    outline: none;
}

button.navbar-toggler:focus {
    box-shadow: none;
}

.header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#one_header .first_header p {
    font-size: 14px;
}

#banner .banner-details {
    height: 50vh;
}

#banner {
    height: 50vh;
}

#banner .banner-details h1 {
    font-size: 26px;
    line-height: 36px;
}

#content {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#content h2 {
    font-size: 25px;
}

#content .card-one, #content .card-three {
    height: auto;
}

#content .card-two {
    margin: 20px 0px;
    height: auto;
}

#map {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

#contact .contact-card {
    margin-bottom: 20px;
    height: auto;
}

#footer h2 {
    font-size: 20px;
    line-height: 35px;
}

#footer ul {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

#footer p {
    text-align: center;
    margin-bottom: 30px;
}

.ctc-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#second_header ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    padding-right: 0;
    padding-left: 0;
}

#second_header a.nav-link {
    margin: 0;
}

.imgFigure {
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
}

}


/* MOBILE MEDIA CSS */
@media screen and (max-width:767px) {
    
}
/* MOBILE MEDIA CSS */

/* TABLET MEDIA CSS */
@media screen and (min-width:768px) and (max-width:992px) {
    
}
/* TABLET MEDIA CSS */

/* BIG DESKTOP CSS */
@media screen and (min-width:993px) and (max-width: 1400px) {
    
}
/* BIG DESKTOP CSS */