.accordion-content {
	display: none;
    background: #ffffff;
    padding: 0px 28px 26px 67px;
    margin-bottom: 2px;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-toggle::after {
    content: '\f107';
    display: inline-block;
    margin-right: 10px;
    transition: transform 0.2s;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 15px;
}
.accordion-toggle.active::after {
    transform: rotate(180deg);
}
ul.listing-ul {
    padding: 0px;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
li.listing-li {
    list-style: none;
	margin-bottom: 3px;
}
li.listing-li a {
    width: 100% !important;
    display: inline-flex;
    background: #ffffff;
    padding: 25px;
    font-size: 16px;
    line-height: 1.5;
    color: #071711;
    font-weight: 900;
    text-decoration: none !important;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
	padding-right: 50px;
}
.accordion-toggle span.accordion-title {
    display: flex;
    align-items: center;
    padding-right: 20px;
}
ul li i.fa.fa-industry{
	background: #F79F38;
    width: 28px;
	min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 100%;
    border: 1px solid #000;
	font-size: 14px;
}
ul li i.fa.fa-graduation-cap {
    background: #f5ec14;
    width: 28px;
	min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 100%;
    border: 1px solid #000;
	font-size: 14px;
}
p.address i {
    margin-right: 10px;
}

.icon-div i {
    margin-top: 5px;
    margin-right: 10px;
}
.icon-div{
    display:flex;
}


.main-title-div {
    display: flex;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 20px;
	align-items: center;
	justify-content: space-between;
    gap: 10px;
}
.main-title-div .main-title-div-left {
    width: 100%;
    display: flex;
}
.main-title-div-left .icon-div i {
	margin-top: 0px;
}
.main-title-div-right {
    max-width: 240px;
	width: 100%
}
.main-title-div .main-title-div-left .industry-title p {
    margin: 0px;
	line-height: 1.2;
	color: #071711;
	font-size: 14px;
	font-weight: 400;
}
.industry {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 20px;
}

.industry-partner{ 
	display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 20px;
}
.industry .fa-industry:before {
    content: "\f275";
    background: #F79F38;
    border-radius: 50px;
    border: 1px solid #000;
	width: 28px;
	min-width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 14px;
}
.industry-partner .fa-industry:before {
    content: "\f275";
    color: white;
    background: #BE169B;
    border-radius: 50px;
    border: 1px solid #000;
	width: 28px;
	min-width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 14px;
}
.industry .fa-graduation-cap:before {
    content: "\f19d";
    background: #F7ED38;
    border-radius: 100px;
    border: 1px solid #000;
    width: 28px;
	min-width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 14px;
}
.industry-partner .fa-graduation-cap:before {
    content: "\f19d";
    color: white;
    background: #2318BE;
    border-radius: 100px;
    border: 1px solid #000;
    width: 28px;
	min-width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 14px;
}
.listing-div h2 {
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: 900;
    line-height: 1.1;
}

input#autocomplete-search {
    padding: 8px 10px 10px 40px;
    background: transparent;
    border: 1px solid #071711;
	outline: none;
	font-size: 14px;
    line-height: 1.5;
	font-weight: 400;
	min-height: 44px;
	width: 100%;
    max-width: 275px;
}
input#autocomplete-search::placeholder {
    color: #071711 !important;
}
input#autocomplete-search::-ms-input-placeholder {
    color: #071711 !important;
}
input#autocomplete-search::-webkit-input-placeholder {
    color: #071711 !important;
}

/* Style the search input box */
.search-input {
    position: relative;
}
.search-input input[type="text"] {
    padding-right: 30px; /* Adjust the right padding to make space for the icon */
}

/* Style the search icon */
.search-input i.fa-search {
    position: absolute;
    top: 50%;
    left: 15px; /* Adjust the right position as needed */
    transform: translateY(-50%);
    font-size: 18px; /* Adjust the font size of the icon */
    color: #071711; /* Adjust the color of the icon */
    cursor: pointer;
}
span.additional-label {
    background: #E3E3E3;
    text-align: center;
    width: auto;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
	color: #071711;
}
a.accordion-toggle {
    position: relative;
}

.pagination-map a {
    background: white;
    text-decoration: none !important;
    margin: 5px;
    padding: 6px 12px;
}
.pagination-map span.current {
    margin: 5px;
    padding: 6px 14px;
    background: #110000;
    color: white;
}
.pagination-map {
	justify-content: center;
}
i.fa.fa-industry.partner {
    background: #b6149d;
	color: #fff;
}
i.fa.fa-industry.not-partner {
    background: #F79F38;
}
i.fa.fa-graduation-cap.partner {
    background: #2318BE;
	color: #fff;
}
i.fa.fa-graduation-cap.not-partner {
    background: #f5ec14;
}




#custom-map .gm-style-iw.gm-style-iw-c {
    width: 100% !important;
    max-width: 310px !important;
    padding: 25px !important;
    border: 2px solid #000 !important;
    border-radius: 0px !important;
	max-height: 500px !important;
}
#custom-map .gm-style-iw-d {
    overflow: hidden !important;
    max-height: unset !important;
}
#custom-map .gm-style-iw.gm-style-iw-c button {
    top: 0 !important;
    right: 0 !important;
    opacity: 1;
}
#custom-map .gm-style-iw.gm-style-iw-c button span {
    width: 20px !important;
    height: 20px !important;
    margin: 5px !important;
}
#custom-map .gm-style .gm-style-iw-tc {
    height: 20px;
    width: 30px;
	top: -1px !important;
}
#custom-map .gm-style .gm-style-iw-tc::after {
    height: 20px;
    width: 30px;
	-webkit-clip-path: polygon(5% 0,50% 100%,100% -5%);
    clip-path: polygon(5% 0,50% 100%,100% -5%);
}
#custom-map .gm-style .gm-style-iw-tc:before {
    content: "";
    width: 34px;
    height: 24px;
    background: #000;
    -webkit-clip-path: polygon(4% 0,50% 100%,100% -4%);
    clip-path: polygon(4% 0,50% 100%,100% -4%);
    position: absolute;
    top: 0px !important;
    left: -2px;
}
.map_info_main h5 {
    margin-bottom: 25px;
}
.map_info_main .icon-div:not(:last-child) {
    margin-bottom: 15px;
}
.map_info_main p {
    margin: 0;
}
.map_info_main .icon-div {
    font-size: 16px;
    font-weight: 400;
	display: flex;
    align-items: flex-start;
	gap: 10px;
}
.map_info_main .icon-div i {
    margin: 3px 0px 0px;
}


/*Map Search Bar Css*/
.map-search-form {
    background: #071711;
    padding: 15px;
	color: #fff;
}
.map-search-form-container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
.map-search-form form {
    display: flex;
    align-items: center;
    gap: 20px;
}
.map-search-form form .search-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.map-search-form .search-input input[type="text"] {
    padding: 8px 10px 10px 40px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    outline: none;
    font-size: 14px;
    line-height: 1.5;
	font-weight: 400;
	min-height: 44px;
	width: 100%;
    max-width: 275px;
}
.map-search-form .search-input i {
    color: #fff;
}
.map-search-form form .search-item label.search-item-label {
    margin: 0;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    color: #F7ED38;
}
.map-search-form .search-input select {
    padding: 8px 10px 10px 10px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    outline: none;
    font-size: 14px;
    line-height: 1.5;
	font-weight: 400;
	min-height: 44px;
	width: 100%;
    max-width: 275px;
}
.map-search-form .search-input select option {
	font-size: 14px;
    line-height: 1.5;
	font-weight: 400;
	color: #071711;
	padding: 10px;
}
.map-search-form form .search-item label.checkbox-label {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}
.map-search-form .search-input input[type="checkbox"] {
    width: 18px;
    height: 18px;
	outline: 2px solid #FFF;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}
.map-search-form .search-input input[type="checkbox"]:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.map-search-form form .search-item .search-input.checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
	min-width: 180px;
}
.map-search-form input#search-location::placeholder {
    color: #FFF !important;
}
.map-search-form input#search-location::-ms-input-placeholder {
    color: #FFF !important;
}
.map-search-form input#search-location::-webkit-input-placeholder {
    color: #FFF !important;
}



@media screen and (max-width: 1260px){
.industry {
    margin-left: 15px;
}
.industry-partner {
    margin-left: 15px;
}
}

@media screen and (max-width: 767px){
.map-search-form form {
    display: flex;
    align-items: self-start;
    gap: 15px;
    flex-direction: column;
}
.map-search-form form .search-item label.search-item-label {
    min-width: 90px;
}
.map-search-form .search-input select,
.map-search-form .search-input,
.map-search-form .search-input input[type="text"] {
    max-width: 480px;
	width: 100%;
}
.map-search-form form .search-item {
    width: 100%;
}
div#custom-map {
    height: 400px !important;
}
.main-title-div {
    flex-direction: column;
	align-items: self-start;
}
.main-title-div .main-title-div-left {
    flex-wrap: wrap;
	gap: 10px;
}
.main-title-div .main-title-div-left .listing-div {
    width: 100%;
}
.main-title-div .main-title-div-left .industry-partner,
.main-title-div .main-title-div-left .industry {
    margin: 0;
}
li.listing-li a {
    align-items: self-start;
    flex-direction: column;
	gap: 10px;
}
}