@media (min-width: 2000px) {
    .slider .carousel-item {
        height: 900px;
    }
    .slider .carousel-item .main-img {
        width: 100%;
        height: 900px;
        object-fit: cover;
    }
}
@media (min-width: 1920px) {
    .slider .carousel-item {
        height: 900px;
    }
    .slider .carousel-item .main-img {
        width: 100%;
        height: 900px;
        object-fit: cover;
    }
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
    .profile-pages .container, .profile-pages .container-lg, .profile-pages .container-md, .profile-pages .container-sm, .profile-pages .container-xl {
        min-width: 1330px;
        padding-right: 0;
        margin-right: 0;
    }
    .slider .carousel-item {
        height: 800px;
    }
    .slider .carousel-item .main-img {
        width: 100%;
        height: 800px;
        object-fit: cover;
    }
}

/* Normal desktop :1170px. */
@media (min-width: 1170px) and (max-width: 1349px) {	
    .ceo-card .ceo-img {
        width: 440px;
        height: 480px;
        flex: 0 0 25%;
    }
    .ceo-card .ceo-content-sec {
        padding-top: 140px;
        flex: 0 0 70%;
    }
    .ceo-card .ceo-content {
        padding: 30px 40px;
        margin-bottom: 60px;
    }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {	
    .ceo-card .ceo-img {
        width: 440px;
        height: 400px;
        flex: 0 0 25%;
    }
    .ceo-card .ceo-content {
        padding: 30px 40px;
        margin-bottom: 35px;
    }
    .ceo-section .lSSlideOuter .lSPager.lSpg {
        bottom: 5px !important;
        left: 62% !important;
    }
    .ceo-section::before {
        height: 90px;
    }
}

/* Tablet desktop :768px. */
@media (min-width: 992px){

}

@media (min-width: 768px) and (max-width: 991px) {
    .slider .carousel-item {
        height: 360px;
    }
    .slider .carousel-item .main-img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }
    .ceo-card .ceo-content {
        padding: 20px 15px;
        margin-bottom: 24px;
        width: 100%;
        min-height: 230px;
    }
    .ceo-card .ceo-img {
        width: 620px;
        height: 410px;
        flex: 0 0 35%;
    }
    .ceo-card .ceo-content-sec {
        flex: 0 0 65%;
    }
    .ceo-card .ceo-content {
        margin-bottom: 12px;
        width: 100%;
    }
    .ceo-section::before {
        content: "";
        width: 100%;
        height: 100px;
    }
    .ceo-card .ceo-content {
        margin-bottom: 42px;
        width: 100%;
    }
    .product-gallery .focus-img img {
        height: 320px;
    }

    .upper-bar .info:first-child {
        margin-bottom: 0;
        width: 100%;
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .social-icons{
        display: flex;
        align-items: center;
    }
    .upper-bar .info-social .social-icons .lang{
        margin-right: auto;
    }
    .lSSlideOuter .lSPager.lSpg {
        display: flex;
    }
    
}

/* small mobile :320px. */
@media (max-width: 767px) {
    .slider .carousel-item {
        height: 260px;
    }
    .slider .carousel-item .main-img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }
    .video-section iframe {
        width: 100% !important;
        height: 260px !important;
    }
    .about-img-content{
        display: flex;
        gap: 10px;
        align-items: flex-start;
    }
    .slider-more {
        font-size: 14px;
        max-width: 60%;
        padding: 8px 10px;
        margin: 15px 0;
    }
    /* About */
    .ceo-card .ceo-content-sec {
        position: absolute;
        bottom: 0;
        padding-top: 52px;
    }
    .ceo-card .ceo-content{
        background: #000000de;
        padding: 25px 20px;
        margin-bottom: 30px;
        width: 100%;
    }
	.ceo-card .ceo-img {
        width: 927px;
        height: 625px;
        flex: 0 0 100%;
    }
    .product-gallery .focus-img {
        width: 100%;
    }
    .gallery .pics .thumbs{
        display: flex;
    }
    .upper-bar .info:first-child {
        margin-bottom: 0;
        width: 100%;
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .social-icons{
        display: flex;
        align-items: center;
    }
    .upper-bar .info-social .social-icons .lang{
        margin-right: auto;
    }
    .lSSlideOuter .lSPager.lSpg {
        display: flex;
        justify-content: center;
    }
    .ceo-section .lSSlideOuter .lSPager.lSpg {
        bottom: 5px !important;
        left: 42% !important;
    }
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
