@media (min-width: 1600px) {
    .container {
        max-width: 1350px;
    }
    .headingTitle h1 {
        font-size: 42px;
    }
    .carouselInner p:nth-child(2) {
        font-size: 22px;
    }
}


@media (min-width: 1400px) {
    .elcinaPeopleImg img {
        position: absolute;
        left: -86px;
        top: 0;
        min-width: 561px;
    }
   .PeopleShowBoxCard {
    padding: 90px 20px 90px 70px;
    box-shadow: 0px 0px 10px #c8c8c8;
    overflow: hidden;
}
    .elcinaPeopleImg img {
        min-width: 544px;
    }

}

@media (min-width: 1200px) {
    .latestCompaniesImg .slick-track {
        width: 100% !important;
    }
    .headingTitle {
        max-width: 840px;
        margin: 0 auto;
    }
    .welcomeInnerSection .row {
        align-items: center;
    }
}

@media(max-width: 1550px) and (min-width: 1201px) {
    .elcinaPeopleImg img {
        min-width: 497px;
    }
}

@media(max-width: 1200px) {

    .navLink li a {
        margin-left: 0px;
        font-size: 12px;
    }
    .elcinaCounter {
        justify-content: center;
    }
    .elcinaPeopleImg img {
        max-width: 480px;
    }
    .PeopleShowBoxCard {
        padding: 80px 30px 0px 30px;
    }
    .user-say-img .user-prev {
        left: -30px;
    }
    .user-say-img .user-next {
        right: -30px;
    }
    .userSingleImg .UserSingleOne {
        height: 100px;
    }
    .userSayImg button.user-prev,
    .latestCompaniesImg button.user-prev {
        left: -10px;
    }
    .userSayImg button.user-next,
    .latestCompaniesImg button.user-next {
        right: -10px;
    }
    .welcomebtn {
        position: relative;
        bottom: 0;
    }
    .elcinaPeopleImg img {
        position: static;
        left: 0;
        top: 0;
        min-width: auto;
    }
        .registration2024 {
        width: 237px;
    }
}

@media(max-width: 991px) {
    .ContactBox {
        padding: 30px 15px;
    }
    .ContactBox img.img-fluid {
        margin-bottom: 20px;
    }
    div#collapsibleNavbar {
        position: fixed;
        z-index: 1111;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100vh !important;
        width: 250px;
        opacity: 0;
        transition: 0.5s;
        visibility: hidden;
        background-color: white;
        box-shadow: 0px 0px 10px #797979;
        transform: translate(-150%, 0%);
        overflow: auto;
    }
    div#collapsibleNavbar.collapse.show,
    div#collapsibleNavbar.collapse.collapsing {
        opacity: 1;
        transition: 0.5s;
        visibility: visible;
        transform: translate(0%, 0%);
    }
    ul.navbar-nav.navLink {
        padding: 20px;
    }
    .navLink li a {
        margin-left: 0px;
        font-size: 16px;
        color: var(--txt-darkblue);
    }
    footer#footer {
        background-size: cover;
        background-position: 75% 100%;
    }
    .user-say-img .user-prev {
        left: 30px;
    }
    .user-say-img .user-next {
        right: 0;
    }
    .user-single-content {
        padding: 40px 20px 15px;
    }
    .user-single-img.slick-center img {
        width: 120px;
    }
    .user-single-img img {
        margin: 40px auto 10px;
        width: 80px;
    }
    .user-single-img {
        height: 190px;
    }
    .peopleElecinaPara p {
        max-width: 100%;
    }
    .elcinTopbar {
        flex-direction: column;
    }
    .headerInner {
        position: relative;
    }
    .elcinaLogo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .elicinaToggle button.navbar-toggler {
        display: block;
    }
       .elicinaToggle button.navbar-toggler {
        height: 30px;
        width: 30px;
        right: 17px;
        border:none
    }
    .elcinTopbarRight,
    .elcinaLogo,
    .elcinaSearchBar {
        width: 100%;
    }
    .pageMenu {
        background-color: transparent;
    }
    .faqContant .accordion .accordion-header button.accordion-button {
        padding: 12px 20px;
    }
    .accordion-item .accordion-collapse .accordion-body {
        padding: 15px 20px 15px 20px;
    }
    .navHeader .navbar {
        padding: 0 !important;
    }
        .navbar {
        justify-content: center;
    }
    .register-nav {
        flex-direction: row;
        margin: 0 auto;
    }
    .navbar-nav .nav-link {
        padding-right: 4px;
        padding-left: 5px;
    }
    .filterToggleSection{
        display:block;
    }
    .registration2024 {
        width: 205px;
    }
   
/**Aside Toggle css**/

.toggle-menu {
    display: inline-block;
    position: relative;
    top: 10px;
    float: right;
    z-index: 1000;
}

.filterSideBarToggle a {
    color: #8b8b8b;
}

.filterSideBarToggle a.active p {
    color: #ff8623;
}


/* width */

.asideSection::-webkit-scrollbar {
    width: 6px;
}


/* Track */

.asideSection::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.asideSection::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

.asideSection::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.asideSection {
    width: 320px;
    background-color: #fff;
    height: 100vh;
    position: absolute;
    transition: all 1s ease;
    padding: 16px 16px 200px;
    z-index: 99;
    overflow: auto;
    box-shadow: 4px 0px 20px 2px #9f9f9f;
    top: 0;
    left: 0;
    transform: translateX(-500px);
}

.open {
    transform: translateX(0px);
}

.toggle-menu i.fa-times-circle-o {
    display: none;
}

.toggle-menu i.fa-sliders.active {
    display: none;
}

.toggle-menu i.fa-times-circle-o.active {
    display: inline-block;
}

.filterSideBarToggle a p i {
    position: absolute;
    top: 4px;
    right: 0;
}

.filterSideBarToggle a p {
    position: relative;
}
.filterSideBarToggle a p span {
    display: block;
    margin-right: 16px;
}


/**Aside Toggle css**/
}

@media(max-width: 1024px) {
.bgCarouselImg {
    max-height: 250px;
    background-position: top;
}
}
@media(max-width: 992px) {
    .asideSection {
    height: 82vh;
}
}
@media(max-width: 767px) {
    .bannerInner {
        min-height: 300px;
    }
    .ContactMap iframe {
        height: 400px;
    }
    .PeopleShowBoxCard {
        padding: 20px 20px 0;
    }
    .user-single-content p {
        line-height: 22px;
    }
    .elcinaCounter {
        justify-content: flex-start;
    }
    .privacyContant h4,
    .faqContant .accordion .accordion-header button.accordion-button,
    .accordion-item .accordion-collapse .accordion-body {
        padding: 10px;
    }
    .privacyContant p {
        padding: 0px 10px;
    }
    .elcinTopbarRight {
        flex-direction: column;
    }
    .elcinaTopMenu {
        width: 100%;
    }
    .topHeaderInner {
        justify-content: center;
    }
    .elcinaPeopleImg img {
        max-width: 100%;
    }
    .video-overlay iframe {
        width: 90% !important;
    }
    .bgCarouselImg {
        height: 90vh;
    }
    .topHeaderInner {
        margin-right: 6px;
    }
    .elicinaToggle {
        margin-right: 4px;
    }
    .headingTitle p {
        font-size: 13px;
        line-height: 20px;
    }
    .headingTitle h1 {
        font-size: 20px;
    }
     .featuredCompaniesBtn .btn {
        max-width: 180px;
    }
    .ContactBox h4 {
        margin-bottom: 2px;
    }
    .ContactBox p {
        line-height: 20px;
        margin-bottom: 0px;
    }
    .TopCategories .ResourcesBoxes .col-md-4:nth-child(1),.TopCategories  .ResourcesBoxes .col-md-4:nth-child(2) {
    width: 50%;
}
select.elcinaSearchSelect {
    width: 115px;
}
.bgCarouselImg {
    max-height: 250px;
}
}

@media(max-width: 575px) {
    .ContactsFormData .form-control {
        min-height: 40px;
        font-size: 13px;
    }
    .subscribeElcinaInput span.input-group-text button {
        height: 40px;
        line-height: 40px;
        padding: 0px 15px;
        font-size: 13px;
    }
    .subscribeElcinaInput input.form-control {
        height: 40px;
        font-size: 14px;
        padding: 0px 15px;
    }
    .headerLogo img {
        max-width: 175px;
    }
    hr.horizLineFooter {
        margin-bottom: 0;
    }
    .ContactBox img.img-fluid {
        height: 60px;
    }
    .topHeaderInner .thLink {
        line-height: 20px;
    }
    .topHeaderInner .p-2 {
        padding: 5px 10px !important;
    }
    .bannerInner {
        min-height: 270px;
    }
    .bannerInner h1 {
        font-size: 25px;
    }
    .elcinaPeopleImg img {
        max-width: 100%;
    }
    .BtmLists li {
        width: 100%;
    }
    .carouselInner h1 {
        margin-bottom: 10px !important;
    }
    .carouselInner .elcinaBtn {
        margin-top: 0px !important;
    }
    .bgCarouselImg {
        /*height: auto;*/
        height: 120px;
        padding: 40px 0px;
        background-position: top;
    }
    .carousel-indicators{
        margin-bottom: 0px;
    }
     select.elcinaSearchSelect, .elcinaSearchBar input[type=text], .elcinaSearchBar .btn {
        font-size: 11px;
    }
    .elcinaBtn {
        min-width: auto;
    }
    .userSayImg button, .latestCompaniesImg button {
        position: static;
        margin: 0 12px;
    }
    .carouselFeaturedCompanies .owl-nav {
        text-align: center;
    }
    .fullVideoBannerImage .videoSection .video-play-button {
        width: 20px;
        height: 22px;
    
    }
    .video-play-button {
        width: 32px;
        height: 44px;
        padding: 18px 20px 18px 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .video-play-button:before {
        width: 70px;
        height: 70px;
    }
    .video-play-button span {
        border-left: 15px solid #2699fb;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }
    .video-play-button:after {
        width: 60px;
        height: 60px;
    }
     .elcinaCounterIcons img {
        width: 85%;
    }
    .container {
        max-width: 100%;
    }
        .navLink li a {
        font-size: 12px;
    }
    .navbar {
        flex-wrap: wrap;
    }
    .registration2024 {
        width: 175px !important;
    }
    .elcinaPortal {
        width: 136px;
    }
    .elicinaToggle button.navbar-toggler {
        height: 32px;
        width: 32px;
        border: none;
        right: 10px;
    }
    ul.navbar-nav.navLink {
        padding: 13px;
    }
    .textCenterLine img {
        width: 150px;
        height: 100%;
    }
}

@media screen and (max-width: 575px) {
.navbar-nav .dropdown-menu {
    position: absolute !important;
    top: 36px;
    left: -32px;
    box-shadow: 3px 0px 8px gray;
}
.userSingleImg .UserSingleOne img {
    padding: 60px;

}
.latestCompaniesImg .userSingleImg .UserSingleOne {
    height: 150px;
}
 .registration2024 {
    width: 100%!important;
}
.register-nav {
    row-gap: 13px;
    justify-content: center;
	flex-direction: column;
}
.pricingOuter table tr td {
    font-size: 14px;
}
.pricingOuter table tr th {
    font-size: 14px;
}
#source_registration label {
    font-size: 16px !important;
}
#user_enquiery label {
    font-size: 16px !important;
}
#user_enquiery input[placeholder],select {
    font-size: 13px;
}
#user_enquiery select {
    font-size: 13px;
}
.top_cate {
    box-shadow: none; 
   
}
#type_data {
    padding: 7px 5px;
    font-size: 12px;
    background-image: unset;
    text-align: center;
}
.NavBarMenu .navbar-collapse a.nav-link {
    font-weight: 600;
}
.NavBarMenu .navbar-collapse a.nav-link {
    margin-left: 3px;
    font-size: 13px;
}
.stickyHeader .NavBarMenu .navbar-collapse .logIN a.nav-link {
    display: none;
}
.Openenquiry table.table td a {
    padding: 5px 15px;
}
.company_heading{
    font-size:;
}
.titleLine, .titleLine p, .titleLine span {
    font-size: 16px;
}
}

@media screen and (max-width: 375px) {
.register-nav.navLink li a {
    font-size: 10px !important;
}

}


@media(max-width: 450px) {
    .ProductListSec .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .asideSection {
         width: 280px;
    }
    select.elcinaSearchSelect {
    width: 100px;
}
}

/* home page css */
@media(max-width: 1200px){
    .elcinaFooterTop {
    padding-bottom: 25px !important;
   }
}
@media(max-width: 991px){
    .ProductInfo img {
    height: 150px;
  }
}
@media(max-width:575px){
    .welcomeContant .welcomePara ul {
    padding-left: 18px;
    }
    .ProductInfo img {
      height: 200px;
    }
    .welcomeContant .welcomePara {
    padding-bottom: 20px !important;
   }
 .TopCategories {
    padding-top: 48px !important;
   }
    .TopCategories .ResourcesBoxes .col-md-4:nth-child(1), .TopCategories .ResourcesBoxes .col-md-4:nth-child(2) {
      width: 100%;
   }
}

/* company list page css */
@media(max-width: 767px){
    .featuredCompaniesDetailsInner {
    margin-bottom: 20px;
}
.featuredCompaniesBtn .btn {
    margin: 8px 0;
   }
}
@media (max-width: 450px){
    
    .featuredCompaniesDetailsInner {
    padding: 20px;
   }
     .featuredCompaniesDetailsInner {
      padding: 20px !important;
    }
}

/* for seller and for buyer page form desktop css */

.formInside .selection .select2-selection {
    min-height: 50px;
    border-radius: 0px;
    border: 1px solid #9ca0a4;
    box-shadow: none;
    appearance: auto;
}

.formInside .selection .select2-selection .select2-selection__rendered{
    line-height: 46px;
}

/* get support page css */
@media(max-width: 767px){
    .profSupport {
    margin-top: 35px !important;
}
}
@media(max-width: 575px){
    .profSupport {
    margin-top: 15px !important;
    margin: 0 5px;
}
.ContactBox {
    padding: 30px 15px !important;
}
}

/* knowledge center page css */

@media(max-width: 1200px){
    #elcinKnowledge {
      margin-bottom: 25px !important;
      padding-bottom: 25px !important;
   }
}
@media(max-width: 575px){
    #elcinKnowledge {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
   }
}

/* product detials page css */

.AllSimilarProductsSlider .productImage img {
    min-height: 70px;
    max-height: 70px;
    margin: 0 auto;
}

.elcinaCompanyIcons img {
    width: 100%;
    max-width: 170px !important;
}
@media(max-width: 1024px){
    .container {
        max-width: 93%;
    }
    .headerLogo img {
        max-width: 150px;
    }
    .registration2024 {
        width: 203px;
    }
    .elcinaPortal {
        width: 150px;
    }
}

@media(max-width: 991px){
    .elcinaCompanyIcons img {
    width: 100%;
    max-width: 150px !important;
}
}

/* company-detail PAGE */

   #elcinaProductSlider .elcinaCompanyIcons img {
    width: 100% !important;
    max-width: 300px;
    }
    
    @media(max-width: 1200px){
     .topImgHere>img {
       height: 150px !important;
     }
    }

    @media(max-width: 767px){
        #elcinaProductSlider .elcinaCompanyIcons img {
        width: 100% !important;
        max-width: 300px;
        margin-bottom: 20px;
    }
    }
    
    @media(max-width: 575px){
       .topImgHere>img {
         height: 190px !important;
       }
       #modal-md .modal-body, #modal-xl .modal-body, #modal-lg .modal-body {
    padding: 20px !important;
}
.modal .product_enquiry {
    font-size: 16px;
    margin-left: 10px !important;
}
    }


@media screen and (max-width:641px) {   
   
   .breadcrumb-title{
       font-size: 17px;
   }
   


    .text_elipsis{
        
        width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; 
    }
}

