.card-image img {

    width: 100%;

    height: 370px;

    object-fit: cover;

}

body{

    font-family: 'Poppins', sans-serif;

}

.card-content {

    padding: 20px ;

    margin: 0;

}

.news-card .card-content {

    padding: 20px;

    margin: 0 0 20px 0;

}
.fl.list-group.list-group-numbered li a {
    text-transform: unset ;
}
.news-card h2 {

    font-size: 24px;
    color: #000;

}
.news-card { text-decoration:none; }
.news-card p {
    color: #000;
}
.slick-track

{

    display: flex !important;

}

.slick-slide

{

    height: inherit !important;

}

.button-left,.button-right{

    cursor: pointer;

}

.slick-list.draggable {

    padding: 0 0 0 0 !important;

}

.slick-arrow {

    position: absolute;

    bottom: 0;

    left: 0;

}

.button-right.slick-arrow {

    left: 50px;

}

.cards_slider.slick-initialized{

    padding-bottom: 70px;

}

.cardc {

    background: black;

    margin-right: 10px;

    border-bottom: 10px solid rgb(175 175 175);

    color: white;

    font-family: poppins;

}

.container {

    max-width: 80% !important;

}

.banner {

    height: 100vh;

    width: 100%;

    overflow: hidden;

    position: relative;

}

.headfro {

    z-index: 99;

    position: absolute;

    bottom: 10%;

    left: 0;

    width: 100%;

    color: #fff;

}

nav.navbar {

    position: absolute;

    width: 100%;

    top: 0;

    left: 0;

    background-color: rgb(0 0 0 / 60%) !important;

    z-index: 9;

    padding: 15px 0;

}
.fl li a:hover {
    color: #009582;
}
.collapse.navbar-collapse {

    display: block !important;

}

.collapse.navbar-collapse ul:first-child {

    border-bottom: 1px solid #fff;

}

.collapse.navbar-collapse ul:first-child a.nav-link {

    font-size: 14px;

    font-weight: 400;

}

a.nav-link {

    color: #fff;
    text-transform: capitalize;
    font-weight: 600;

}

a.nav-link:hover {

    color: #fff;

    font-weight: 600;

}

footer {

    background: url(../images/footerbg.jpg);

    background-size: cover;

    width: 100%;

    position: relative;

    color: #fff;

    padding: 50px 0;

    padding-bottom: 0;

    overflow: hidden;

}

footer::before {

    content: '';

    position: absolute;

    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.68) 70%, rgba(0,0,0,1) 100%);

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

}

footer .container {

    position: relative;

}

footer h4.mb-3{

    color: #04D8BD !important;

}

footer h3.mb-3{

    color: #04D8BD !important;

}

html {

    overflow-x: hidden !important;

}

.cards_slider .cardc:nth-child(1){

    --animate-delay: 0.3s;

}

.cards_slider .cardc:nth-child(2){

    --animate-delay: 0.5s;

}

.cards_slider .cardc:nth-child(3){

    --animate-delay: 0.7s;

}

.cardc .card-content h2 {

    text-transform: capitalize;

}

a.nav-link:focus {

    color: #fff;

}




/* services start */

a, a:hover {transition: all 0.3s linear 0s;}
.inner-banner-img {
    height: 872px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.inner-banner-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 14%);
    z-index: 0;
}

.inner-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner-content h2 {
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    color: #fff;
}

.inner-banner-content h6 {
    font-size: 32px;
    line-height: 43px;
    text-transform: uppercase;
    color: #fff;
}

.inner-banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    padding-top: 100px
}
.service-section .nav-tabs {
    border-bottom: 2px solid #000;
    padding-bottom: 44px;
    display: flex;
    gap: 0 50px;
    margin-bottom: 50px;
}

.service-section {
    padding: 60px 0 30px 0;
}

.service-section .nav-tabs .nav-item .nav-link {
    padding: 0;
    border: 0;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.service-section .nav-tabs .nav-item .nav-link.active, .service-section .nav-tabs .nav-item .nav-link:hover {
    color: #009582;
    transition: all 0.3s linear 0s;
}
.service-section .tab-content h3 {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 25px 0;
    color: #009582;
    text-transform: uppercase;
    font-weight: 600;
}

.service-section .tab-content p {
    margin: 0 0 30px 0;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.breadcrumbs ul li {
    list-style-type: none;
    padding: 0 30px;
    border-right: 1px solid #000;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: #8F8F8F;
    text-transform: capitalize;
}
.breadcrumbs {
    padding-top: 50px;
}
.breadcrumbs ul li a {
    text-decoration: none;
    color: #000;
}

.breadcrumbs ul li:first-child {
    padding-left: 0;
}
.pagination-sec ul li a:hover {
    background: #000;
    color: #fff;
}
.pagination-sec ul li:first-child  a {
    border-color: #B4B4B4;
}
.pagination-sec ul li a img{
    transition: all 0.3s linear 0s;
}
.pagination-sec ul li a:hover img{
    filter: brightness(0) invert(1);
    transition: all 0.3s linear 0s;
}
.breadcrumbs ul li:last-child {
    border-right: 0;
}
.breadcrumbs ul li a:hover {
    color: #009582;
}
.space-150 {height: 150px;width: 100%;}

/* services close */



/* press-release start */

.panels-image {
    height: 233px;
    width: 318px;
}

.panels-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.horizontal-panel {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.panels-content {
    width: Calc(100% - 318px);
    padding-left: 40px;
}

.panels-content .samll-text {
    padding: 0 0 15px 0;
    margin: 0;
    display: flex;
}

.samll-text li {
    border-right: 2px solid #9F9F9F;
    font-size: 25px;
    color: #9F9F9F;
    text-transform: uppercase;
    list-style-type: none;
    padding: 0 36px;
}

.samll-text li:first-child {
    padding-left: 0;
}

.panels-content h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000;
}
.panels-content h4 a {
    color: #000;
    text-decoration: none;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.panels-content .samll-text p {
    font-size: 25px;
}
.horizontal-panel .panels-content p {
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}
.horizontal-panel .panels-content p a {
    color: #009582;
}


.pagination-sec ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.pagination-sec ul li {
    list-style-type: none;
}

.pagination-sec ul li a {
    padding: 4px 16px;
    border: 1px solid #000;
    text-decoration: none;
    font-size: 20px;
    color: #000;
}

.pagination-sec ul li .disabled {
    pointer-events: auto;
    cursor: not-allowed;
}

.pagination-sec ul li:last-child {
    margin-left: 10px;
}
.pagination-sec ul li.active a {
    background: #000;
    color: #fff;
}

.pagination-sec ul li:first-child {
    margin-right: 15px;
}


.artical-sec {
    margin-bottom: 60px;
}

.artical-sec h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}
.artical-sec h4 a {
    color: #000;
    text-decoration: none;
}
.artical-sec h4 a:hover, .panels-content h4 a:hover {
    color: #009582;
}
.contact-info li {
    color: #221c1c;
    font-size: 22px;
    line-height: 33px;
    margin: 0 0 12px 0;
    list-style-type: none;
    border-bottom: 1px solid #00000014;
    padding-bottom: 12px;
}
.contact-info li:last-child {
    border-bottom: 0;
}
.contact-info {
    padding: 30px 40px 10px 40px;
    margin: 0 0 40px 0;
    background: #f4f4f4;
    border-radius: 5px;
}

.contact-info li a {
    color: #009582;
    text-decoration: none;
}
.contact-info:last-child {
    margin-bottom: 0;
}
.contact-form {
    max-width: 700px;
    width: 100%;
    padding: 40px;
    background: #eee;
    border-radius: 5px;
}

.contact-form label {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 10px;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.form-group input.form-control {
    height: 50px;
    padding: 15px;
}
.form-group .text-danger {
    font-size: 25px;
}
.form-group .btn {
    padding: 14px 40px;
    background: #000;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
}
.custom-checkbox input {
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    position: absolute;
    cursor: pointer;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox label {
    padding-left: 40px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.custom-checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #000;
}
.custom-control-label:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 4px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.form-control:focus {
    box-shadow: none;
    border-color: unset;
}
.custom-checkbox label a {
    color: #009582;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
   display: block;
}
.custom-checkbox input:checked ~ label:before {
    background: #009582;
    border-color: #009582;
}


.table--space {
    border-collapse: separate;
    border-spacing: 0 20px;
    margin-top: -20px;
    margin-bottom: -20px
}
.artical-sec table { background-color:#fff; }
.artical-sec td, .artical-sec th {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    color: #000;
    padding: 1rem 1.5rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    vertical-align: middle;
    box-sizing: border-box
}

.lab-service-table tr th {
    font-weight: 600;
    background: #eee;
}

.artical-sec td:first-child, .artical-sec th:first-child {
    border-left: 1px solid #000;
}

.artical-sec td:last-child, .artical-sec th:last-child {
    border-right: 1px solid #000
}

.artical-sec td>a, .artical-sec th>a {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-right: -1.6rem;
    margin-left: -1.6rem;
    color: #000;
}
.contact-info li span {
    display: inline-block;
    min-width: 300px;
    color: #8F8F8F;
}
.table-responsive { padding-bottom:40px; }
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 60px;
    padding: 0;
}

.list-data {
    padding: 0;
    margin: 0 0 30px;
}

.list-data li {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    list-style-type: none;
    margin-bottom: 5px;
}

.certificate-download ul li a {
    display: flex;
    border: 2px solid #221c1c;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    text-decoration: none;
    border-bottom: 0;
}
.certificate-download ul li a:hover .pdf-title h4{
    color: #009582;
}
.certificate-download ul li:last-child a {
    border-bottom: 2px solid #221c1c;
}

.certificate-download ul li {
    list-style-type: none;
}


.pdf-title h4 {
    font-size: 26px;
    line-height: normal;
    color: #000;
    font-weight: 400;
    margin: 0 !important;
}

.pdf-title {
    display: flex;
    gap: 0 30px;
}
.pdf-title img {
    width: 40px;
}

.pdf-btn img {
    width: 40px;
}

.pdf-btn {
    display: flex;
    gap: 0 20px;
    align-items: center;
}
.certificate-download ul {
    padding: 0;
    margin: 0;
}
.pdf-btn h6 {
    color: #000;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}








.accordion-list {
    padding: 0;
    margin: 0;
}

.accordion-list li {
    list-style-type: none;
    border: 1px solid #eee;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 5px;
}

.service-section .accordion-list li h3 {
    font-size: 24px;
    line-height: normal;
    margin: 0;
    font-weight: 400;
    position: relative;
    color: #000;
    padding: 15px 30px;
}

.answer {
    padding: 20px 30px;
    border-top: 1px solid #eee;
}

.accordion-list .answer p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px 0;
}
ul.accordion-list li h3:after {
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 24px;
    color: #009582;
    transition: all 0.3s ease-in-out;
    font-size: 18px
}
ul.accordion-list li.active h3:after {
    transform: rotate(45deg);
}

.service-section .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    box-shadow: 0 8px 32px 0 rgba(14,27,57,.12);
    border: 0;
    min-width: 100%;
    top: 100%;
    margin: 0;
    padding: 0;
}

.dropdown-menu a {
    padding: 12px 20px;
}

.dropdown-menu a:hover {
    background: #0095820f;
    color: #009582;
}

.card-band {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 0;
}

.card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.card_image {
    height: 700px;
}

.service-section .card-content p {
    margin: 0;
    font-size: 18px;
    color: #009582;
}

.service-section .tab-content h4 {
    margin: 0 0 10px 0;
    color: #000;
}
.card-content {
    padding: 20px 30px;
    margin: 0;
    background: #0095820a;
}



.submenu-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.submenu-list ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border: 0;
}

.submenu-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    background-color:rgb(0 0 0 / 60%);
}

.submenu-list {
    border-top: 1px solid #444;
    padding: 10px 10px;
    margin-left: 11.5rem;
    margin-right: 0;
}

.submenu-wrapper ul {
    margin: 0.5rem 0 0;
    padding: 0;
    list-style: none;
    gap:10px;
}
.submenu-wrapper ul li a:hover, a.nav-link:hover {
    color: #009582;
}
.collapse.navbar-collapse .submenu-wrapper ul:first-child { border:0; }
.dropdown_menu:hover>.submenu-wrapper { display:block; }
nav.navbar, .submenu-wrapper{ transition: all 0.3s linear 0s; }
nav.navbar.main-nav-list-hover {
    background-color: rgba(0,0,0,0.94) !important;
    transition: all 0.3s linear 0s;
}
.main-nav-list-hover .submenu-wrapper {
    background-color: rgba(0,0,0,0.94);
    transition: all 0.3s linear 0s;
}

.dropdown-item.active, .dropdown-item:active {
    background: #009582;
}
.btn-cd {
    background: rgb(57 56 52) !important;
    display: inline-block;
}
.btn-cd:hover {
    background: #009582 !important;
    color: #fff;
    transition: all 0.3s linear 0s;
}

.gray_box_card {
    text-decoration: none;
    background: #eee;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    min-height: 260px;
    margin: 0 0 20px 0;
}
.gray_box_card:hover h4{
    color: #009582;
}
.text-muted.date {
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}
.other_news_sec {
    padding-top: 60px;
}

.post_release_sec .en-us a {
    color: #009582;
    display: inline-block;
    text-decoration: none;
}
.btn-gipi {
    display: inline-block;
    text-decoration: none;
    padding: 12px 30px;
    font-size: 16px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.3s linear 0s;
}
.btn-gipi:hover {
    transition: all 0.3s linear 0s;
    color: #fff;
    background: #009582;
    border-color: #009582;
}
.left-arrow {
    width: 30px;
    margin-right: 6px;
}

.list-menu {padding: 0 0 0 25px; margin: 0 0 30px 0;}
.list-menu li { font-size:22px; line-height:33px; color:#000; margin-bottom:10px; }
.news__title { font-size:28px; line-height:38px; 
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.products-section {
    padding: 100px 0;
}
.title-band h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 25px 0;
    color: #009582;
    text-transform: capitalize;
}
.list {
    padding: 0 0 15px 25px;
    margin: 0;
}
.products-wrapper {
    padding-top: 30px;
}

.list li {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px 0;
}
.cardc {display: inline-block; text-decoration: none;}
.products-wrapper .card-content {min-height: 270px;}
.products-wrapper .card-content h2 { margin-bottom: 20px; }
.products-wrapper .card-content p { margin-bottom: 8px; }

.img-responsive {max-width: 100%; width: 100%;}
.full_content {
    padding-right: 40px;
}

/*footer .col-md-4 h3:nth-child(1), footer .col-md-4 .row:nth-child(2) { display:none; }*/
footer h3.mb-3 {  margin-top: 0 !important; }

.service-section .press-release-tab li {
    padding: 10px 20px;
    border: 1px solid #000;
    display: flex;
    text-transform: uppercase;
    margin-left: -1px;
    margin-top: -1px;
}

.service-section .press-release-tab {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    border: 0;
    padding-bottom: 0;
    gap: 0 !important;
}

.flier__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}

.flier__wrapper .form-input {
    display: flex;
}
.flier__wrapper .form-input:nth-child(1),
.flier__wrapper .form-input:nth-child(2),
.flier__wrapper .form-input:nth-child(3){
    width: 28%;
}


.flier__wrapper .form-input input {
    width: 100%;
    height: 52px;
    border: 2px solid #221c1c;
    padding: 10px 20px;
}

.flier__wrapper .form-input:last-child {
    width: 10%;
}

.form-input input[type="submit"] {
    background: #000;
    color: #fff;
    text-transform: uppercase;
}
/* press-release start */




































@media (min-width: 1200px) and (max-width: 1700px){

.container {

    max-width: 90% !important;

}

}


@media (max-width: 1400px){
    .contact-info li { font-size: 16px; }
    .card-content {padding: 20px;}
    .service-section .tab-content .card-band h4 { height:58px; }
    .service-section .card-content p {height:52px; font-size: 16px;}
}
@media (max-width: 1200px){
    footer .col-md-3 {
    width: 50%;
    }

    footer .col-md-2 {
        width: 50%;
    }

    footer .col-md-4 {
        width: 50%;
    }

}

@media (max-width: 1024px){
    .container { max-width: 90% !important; }
    .service-section .tab-content p {font-size: 16px; line-height: 26px;}
    .panels-content h4 { font-size:22px;line-height:32px; }
    .samll-text li { font-size:16px;line-height:26px;  padding: 0 18px}
    .panels-image {height: 318px;}
    .artical-sec td, th {font-size: 16px; padding: 15px;}
    .list-data li { font-size:16px; }
    .artical-sec {margin-bottom: 0;}
    .contact-info li { font-size: 18px; }
    .contact-info li span {min-width: 100%;}    
    .contact-info {padding: 20px;}
    .news-card h2 { font-size: 18px; }
    .news-card {margin-bottom: 20px;}
    .image-gallery img { max-width:45%; }
    .pdf-title h4 {font-size: 18px; margin-bottom: 0 !important;}
    .service-section .nav-tabs .nav-item .nav-link {font-size: 18px;}
    .service-section .tab-content p { margin-bottom:15px !important; }
    .image-gallery { gap:30px; }
    .contact-info li {font-size: 16px;}
    .pagination-sec {margin-top: 40px;}
    .inner-banner-content h2 { font-size: 40px; line-height: 50px; }
    .footer-logo img {
        margin: 15px 0  30px 0!important;
        width: 150px;
    }
}

@media (max-width: 991px){

    .collapse:not(.show) {

        display: none !important;

    }
    .container {
        max-width: 95% !important;
    }
    .service-section .tab-content p {
        font-size: 20px;
    }
    .service-section .tab-content h4 {
        height: auto;
    }
    .navbar-nav {
        gap: 0 15px;
    }
    .service-section .nav-tabs {
        gap: 0 20px;
    }
    .navbar-brand img {
        width: 80px;
    }
    .navbar-toggler:focus {box-shadow: none;}
    .collapse.navbar-collapse ul:first-child a.nav-link { font-size:16px; font-weight: 600;}
    nav.navbar {  background-color:rgb(0 0 0 / 90%) !important; }
    .contact-form {max-width: 100%;}
    .news-card .card-content {padding: 20px;}
    .form-group .custom-checkbox {
        margin: 15px 0;
    }
    .submenu-list {margin-left:0;}
    .full_image {padding-top: 30px;}
    .full_image {padding-top: 30px;}
    .flier__wrapper .form-input:nth-child(1),
    .flier__wrapper .form-input:nth-child(2),
    .flier__wrapper .form-input:nth-child(3){
        width: 24%;
    }
    .flier__wrapper .form-input:last-child {
       width: 24%; 
    }


}

@media (max-width: 767px){

.container {
    max-width: 95% !important;
    padding: 0;
}

.slick-list.draggable {
    padding: 0 5% 0 0 !important;
}

.collapse:not(.show) {
    display: none !important;
}

.navbar-nav {
    flex-direction: column;
}

.bxx {
    width: 95%;
}

.inner-banner-img {
    height: 400px;
}
.inner-banner-content {
    max-width: 90%;
    padding-top: 100px;
}
.inner-banner-content h2, .service-section .tab-content h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 15px 0;
}
.inner-banner-content h6 {
    font-size: 16px;
    line-height: 26px;
}
.breadcrumbs ul {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 0;
    justify-content: center;
}
.service-section .nav-tabs .nav-item .nav-link {font-size: 16px;}
.service-section .nav-tabs { 
    margin-bottom:20px;
    padding-bottom:20px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    flex-direction: column;
    height: 50px;
    gap: 0 25px;
}
.service-section .tab-content p {font-size: 16px; line-height: 26px; margin-bottom: 15px;}
.breadcrumbs {padding: 30px 0 0 0;}
.breadcrumbs ul li {
    font-size: 16px;
    padding: 0 15px;
}
.service-section .nav-tabs .nav-item {padding: 5px 0; }
.service-section {padding: 40px 0;}
.panels-image { width:100%; height:300px; }
.panels-content { width:100%; padding: 20px 0 0 0; }
.panels-content h4 {font-size: 20px;line-height: 30px;}
.pagination-sec ul { justify-content: center;}

.service-section .tab-content h4 {height: auto;}
.service-section .tab-content p {height: auto; margin-bottom: 0;}
footer .col-md-3, footer .col-md-2, footer .col-md-4 {width: 100%; margin: 0 0 30px  0;}
.copyright { margin-top:30px; padding:15px 15px; }
.copyright h6 {margin-bottom: 0;}
.mb-3 {font-size: 24px;}
footer img.mt-5 {
    margin: 0 !important;
}
footer {padding-top: 40px;}
.fl li a {font-size: 16px;}
footer .col-md-4 {margin-bottom: 0;}
footer .col-md-4 .row .col-md-6 { margin-bottom:20px;  }
.certificate-download { margin-top:30px; }
.certificate-download ul li a h4 { font-size: 16px; }
.pdf-btn h6 { font-size:14px; }
.pdf-title, .pdf-btn {gap: 0 10px;}
.pdf-title img, .pdf-btn img {width: 25px;}
.certificate-download ul li a { padding:12px; }
.service-section .accordion-list li h3 { font-size:18px; }
.service-section .accordion-list li h3 {padding: 10px 20px;}
ul.accordion-list li h3:after {font-size: 15px; right: 20px; top: 17px;}
.answer {padding: 10px 20px;}
.contact-form { padding:30px 20px; }
.contact-info {margin-bottom: 15px;}
.contact-form h4 {
    font-size: 18px !important;
}
.contact-form .h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px 0 !important;
}
.contact-form label {
    font-size: 16px;
    margin: 0;
}
.contact-form .form-group {
    margin-bottom: 10px;
}
.form-group.custom-checkbox {
    margin-top: 15px;
}
.form-group .btn {
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 20px;
}
.section_title { margin:50px 0px 10px 0; }
.news-card { margin-bottom:25px; }
.artical-sec h4{font-size: 20px; line-height: 30px;}
.news__title {font-size: 20px; line-height: 38px;}
.gray_box_card {padding: 20px;min-height:auto;}
.btn-gipi { padding:8px 16px; }
.other_news_sec { padding-top:40px; }
.flier__wrapper .form-input:nth-child(1),
.flier__wrapper .form-input:nth-child(2),
.flier__wrapper .form-input:nth-child(3){
    width: 100%;
}
.flier__wrapper .form-input:last-child {
   width: 100%; 
}
.flier__wrapper { gap:15px; }
.service-section .press-release-tab li {padding: 10px !important;}

}
.product-slider .card-content {
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
    width: 100%;
    height: 55%;
}
.product-slider .card-image img {
    width: 100%;
    height: 565px;
    object-fit: cover;
}
.product-slider .cardc{
    position: relative;
}

.product-slider .card-content p {
    font-size: 0.9rem;
}

.language-link {
    margin-left: auto;
}





/* 28-08-2025 CSS */
 footer h3.mb-3{

        margin-bottom: 5px !important;
    }

.gipi-link{
    position: relative;
    height: 167px;
    display: inline-block;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
    border-radius: 5px;
}
.gipi-link .youtube-btn{
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 50px;
}


.news-image img {
    height: 268px;
    object-fit: cover;
}


@media (max-width: 1600px){
    footer h3.mb-3{
        font-size: 20px;
        margin-bottom: 0 !important;
    }
    .gipi-link{
        margin-top: 4px;
    }
    .news-image img{
        height: 180px;
    }
}


@media (max-width: 1200px){
    .mio-logo-footer{
        margin-top: 0 !important;
        max-width: 200px;
    }
}


@media (max-width: 992px){
    footer h3.mb-3{
        font-size: 18px;
    }
}

@media (max-width: 767px){
    .gipi-link {
        margin-top: 18px;
    }
}

