/*===================================verification_section=====================================*/

.verification_section .verification_content {
    background-color: #f9f9f9;
    padding: 10px 0;
}

.verification_content h4 {
    display: inline-block;
}

.product-img {
    border: 1px solid gray;
}

.single-product-img {
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
}

.single-product-img img {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.single-product-img span {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    padding-left: 4px;
    padding-right: 4px;
}

.company-sector img {
    width: 40px;
}

.companies_section a:hover {
    text-decoration: none !important;
}

.bottom-plus {
    -webkit-clip-path: polygon(
        79% 97%,
        101% 75%,
        101% 100%,
        50% 100%,
        0 100%,
        0 97%
    );
    clip-path: polygon(79% 97%, 101% 75%, 101% 100%, 50% 100%, 0 100%, 0 97%);
    height: 200px;
    margin-top: -200px;
    /* background-color: #fff; */
}

.bottom-plus.active {
    background-color: #21a2d8 !important;
}

.bottom-plus.active .fa-plus {
    color: #fff !important;
}

.bottom-plus span {
    position: absolute;
    right: 10px;
    margin-top: 172px;
    color: #21a2d8 !important;
}

.filter-text {
    padding: 13px 0px 0 0;
    font-size: 20px;
    margin-bottom: 10px;
}

/*css on hover*/

.single-product-4:hover .bottom-plus {
    background-color: #21a2d8 !important;
}

.single-product-4:hover .fa-plus {
    color: #fff !important;
}

/*==================================dropdown css=========================*/
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #212529;
}

/*.icon_select_mate {
  position: absolute;
  top: 10px;
  right: 2%;
  font-size: 16px;
  height: 22px;
  transition: all 275ms;
}

.select_mate {
  position: relative;
    min-width: 250px;
    width: 250px;
    font-family: Lato, Raleway, sans-serif !important;
    font-weight: 300;
    background-color: #fff;
    border-radius: 3px;
    transition: all 375ms ease-in-out;
    border: 1px solid #757575;
        margin-right: 20px;
}
.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}
*/
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;

    outline-offset: 0px;
    box-shadow: none;
    /*border: 1px solid #747374;*/
    border-radius: 3px !important;
}

/*.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}*/

/*.cont_select_int {
  position: absolute;
  left: 0px;
  top: 3px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 3px 3px;
  transition: all 375ms ease-in-out;
}
.cont_select_int li {
  position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    background-color: #f9f9f9;
    list-style-type: none;
    padding: 10px 2%;
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer;
}
.cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0px;
}
.cont_select_int li:hover {
  background-color: #EEEEEE;
}
.cont_select_int .active {
  background-color: #EEEEEE;
}*/

/* etiqueta <p> con la opcion selecionada  */
/*.selecionado_opcion {
  padding: 10px 2% 10px 4%;
    width: 96%;
    display: block;
    margin: 0px;
    cursor: pointer;
}*/

/*country dropdown css*/
.btn-group.bootstrap-select.select-custom {
    width: 250px;
    border: 1px solid #747474;
    border-radius: 3px;
}

.bs-searchbox .form-control {
    border-left: 1px solid #ced4da !important;
    border-top: 1px solid #ced4da !important;
    border-right: 1px solid #ced4da !important;
}

.bs-searchbox .form-control:focus {
    box-shadow: none !important;
    border-color: #ced4da;
}

.width-200 {
    width: 200px !important;
    min-width: 200px !important;
}

.bootstrap-select.select-custom .dropdown-toggle::after {
    display: inline-block;
    margin-left: auto;
    vertical-align: 0.255em;
    content: '';
    border-top: 0 solid transparent;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: 0 solid transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    padding: 4px;
}

/*.bootstrap-select.select-custom .dropdown-toggle::before {
    display: inline-block;
    margin-left: auto;
    vertical-align: .255em;
    content: "";
    border-top: 2px solid ;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 2px solid ;
    transform: rotate(45deg);
     -webkit-transform: rotate(45deg); 
    padding: 4px;
}*/

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    color: #212529;
}

.bootstrap-select.btn-group .dropdown-menu .selected.active {
    background-color: #ddd;
}

.bootstrap-select .dropdown-menu li a {
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    list-style-type: none;
    padding: 10px 2%;
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
}

.bootstrap-select.btn-group .dropdown-menu {
    border-radius: 0 0 0.25rem 0.25rem;
    padding: 0px !important;
}

/*===========================Company Profile =========================*/

.company_brief_details {
    margin-top: 20px;
}

/*.company_brief_details::before{*/
/*content: '';
    width: 0;
    height: 0px;
    border-top: solid 0px rgba(200, 30, 50, 0);
    border-left: solid 30px #21a2d800;
    border-right: solid 30px #99aa3a00;
    border-bottom: solid 30px #6e7170;
    position: absolute;
    position: absolute;
    margin-top: -28px;
    left: 20%;*/
/*}*/

.company-profile .inner {
    padding: 30px 30px 30px;
    background: white;
    position: relative;
    border-radius: 10px;
    z-index: +1;
}

.company_brief_details.display_hidden {
    visibility: hidden;
}

.company_brief_details {
    /*-webkit-transition-property: background;
       -moz-transition-property: background;
         -o-transition-property: background;
            transition-property: background;*/
    transition: visibility 0s, opacity 5s linear;
    /*-webkit-transition-duration: 2s;
       -moz-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;*/
}

.company_brief_details .container.container_for_page {
    padding: 0 !important;
}

@media screen and (min-width: 1200px) {
    .btn-group.bootstrap-select.select-custom {
        width: 100%;
    }
}

/*===============================================company box responsivenesss css*/

/*=========================================MIN WIDTH 1200*/
@media screen and (min-width: 1200px) {
    .company-box:nth-child(4n) .company-profile {
        margin-left: calc(-64% - 88px);
    }

    .company-box:nth-child(4n-1) .company-profile {
        margin-left: calc(-42% - 65px);
    }

    .company-box:nth-child(4n-2) .company-profile {
        margin-left: calc(-22% - 21px);
    }

    .company-box:nth-child(4n-3) .arrow_box:after,
    .company-box:nth-child(4n-3) .arrow_box:before {
        /*margin-left: 0;*/
    }

    .company-box:nth-child(4n) .arrow_box:after,
    .company-box:nth-child(4n) .arrow_box:before {
        left: 89%;
    }

    .company-box:nth-child(4n-1) .arrow_box:after,
    .company-box:nth-child(4n-1) .arrow_box:before {
        left: 62%;
    }

    .company-box:nth-child(4n-2) .arrow_box:after,
    .company-box:nth-child(4n-2) .arrow_box:before {
        left: 36%;
    }

    .company-box:nth-child(4n-3) .arrow_box:after,
    .company-box:nth-child(4n-3) .arrow_box:before {
        left: 12%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .company-box:nth-child(4n) .company-profile {
        margin-left: calc(-64% - 88px);
    }

    .company-box:nth-child(4n-1) .company-profile {
        margin-left: calc(-42% - 65px);
    }

    .company-box:nth-child(4n-2) .company-profile {
        margin-left: calc(-22% - 21px);
    }

    .company-box:nth-child(4n-3) .arrow_box:after,
    .company-box:nth-child(4n-3) .arrow_box:before {
        /*margin-left: 0;*/
    }

    .company-box:nth-child(4n) .arrow_box:after,
    .company-box:nth-child(4n) .arrow_box:before {
        left: 89%;
    }

    .company-box:nth-child(4n-1) .arrow_box:after,
    .company-box:nth-child(4n-1) .arrow_box:before {
        left: 62%;
    }

    .company-box:nth-child(4n-2) .arrow_box:after,
    .company-box:nth-child(4n-2) .arrow_box:before {
        left: 36%;
    }

    .company-box:nth-child(4n-3) .arrow_box:after,
    .company-box:nth-child(4n-3) .arrow_box:before {
        left: 12%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .company-box:nth-child(3n) .company-profile {
        margin-left: calc(-51% - 86px);
    }

    .company-box:nth-child(3n-1) .company-profile {
        margin-left: calc(-22% - 65px);
    }

    .company-box:nth-child(3n-2) .company-profile {
        margin-left: 0;
    }

    .company-box:nth-child(3n) .arrow_box:after,
    .company-box:nth-child(3n) .arrow_box:before {
        left: 89%;
    }

    .company-box:nth-child(3n-1) .arrow_box:after,
    .company-box:nth-child(3n-1) .arrow_box:before {
        left: 46%;
    }

    .company-box:nth-child(3n-2) .arrow_box:after,
    .company-box:nth-child(3n-2) .arrow_box:before {
        left: 12%;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .company-box:nth-child(2n) .company-profile {
        margin-left: calc(-36% - 90px);
    }

    .company-box:nth-child(2n-1) .company-profile {
        margin-left: 0;
    }

    .company-box:nth-child(2n) .arrow_box:after,
    .company-box:nth-child(2n) .arrow_box:before {
        left: 70% !important;
    }

    .companies_section .container_for_page {
        max-width: 740px !important;
        min-width: 576px !important;
        width: calc(700px - 81px) !important;
    }

    .company-profile {
        width: 93% !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .arrow_box:after,
    .arrow_box:before {
        left: 17% !important;
    }

    .companies_section .container_for_page {
        max-width: 500px !important;
        min-width: 300px !important;
        width: unset !important;
    }

    .company-profile {
        width: unset !important;
    }

    .container_for_page {
        width: unset !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    /*.company-box .company-profile {
      margin-left: 0;
  }*/
    .banner_image h2 {
        font-size: 34px;
        line-height: 60px;
        text-align: center;
        padding: 133px 0 100px 0;
        color: #fff;
        font-weight: 900;
    }

    .filter .display-inline-flex {
        display: block !important;
    }

    .select_mate {
        width: auto !important;
        margin-bottom: 10px;
    }

    .select-custom {
        width: 96.4% !important;
        margin-bottom: 10px;
    }

    .companies_section .padding_20 {
        padding: 40px 20px !important;
    }

    .textimonials.display-inline-flex {
        display: block !important;
        text-align: center;
    }

    .img-testimonials,
    .text-testimonials {
        margin-bottom: 20px !important;
    }
}

.product-text {
    margin-left: 7px;
}

.product-name {
    width: 100% !important;
}

.product-name h4 {
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    min-height: 50px;
}

.product-name img {
    height: 35px;
    margin-left: 5px;
}

.margin-30-auto-0 {
    margin: 30px auto 0 !important;
}

.company-profile {
    width: 93%;
    border: 2px solid #6d706f;
    border-radius: 10px;
    margin-bottom: 30px;
}

.sector_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 15px;
}

.sdg-image {
    max-width: 70px;
    margin-bottom: 5px;
}

.border-bottom-1 {
    border-bottom: 1px solid #ddd;
}

.padding-30-20 {
    padding: 20px 5px 20px;
}

.padding-0-20-30 {
    padding: 15px 5px 20px;
}

.content-part-bluestar ul li {
    list-style: none;
    font-weight: 700;
    font-size: 18px;
    color: #4d4d4d;
    margin-left: 10px;
    list-style-image: url('frontend/images/impact_enterprises/meet_your_community/icon-BlueStar.png') !important;
}

.content-part-greenstar ul li {
    list-style: none;
    font-weight: 700;
    font-size: 18px;
    color: #4d4d4d;
    margin-left: 10px;
    list-style-image: url('frontend/images/impact_enterprises/meet_your_community/icon_GreenStar.png') !important;
}

.testimonials {
}

.img-testimonials {
    border-radius: 50%;
    border: 8px solid #d8d2d2;
    width: 120px;
    height: 120px;
    object-fit: cover;
    box-shadow: 0 0px 0px 8px #f4f4f4;
    -moz-box-shadow: 0 0px 0px 8px #f4f4f4;
    -webkit-box-shadow: 0 0px 0px 8px #f4f4f4;
    -o-box-shadow: 0 0px 0px 8px #f4f4f4;
    margin-right: 20px;
}

.text-testimonials {
    font-size: 19px;
    font-style: italic;
    margin-bottom: 0;
}

.testimonials-name {
    font-size: 16px;
}

.arrow_box {
    position: relative;
    background: #fff;
    border: 2px solid #6e7170;
    z-index: +1;
}

.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 33px;
    margin-left: -34px;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #6e7170;
    border-width: 36px;
    margin-left: -37px;
}

.row.content-part-bluestar,
.row.content-part-greenstar {
    margin-right: 0px;
}

.content-part-bluestar .col-md-8 {
    padding-right: 0px !important;
}

.ss-wrapper p.font-18 {
    margin-bottom: 0px !important;
}

.nav-pills .nav-link {
    color: #fff;
    background-color: #99aa3a !important;
    margin-right: 8px;
    font-weight: bold;
    opacity: 0.5;
}

.nav-pills .nav-link.active {
    opacity: 1;
}
