.footer {
    padding: 30px 0;
    position: relative;
    background-position: center;
	color: #333;
}

.footer__col-1>a {
    display: flex;
    margin-bottom: 15px;
}

.logo-footer-pc {
    height: 70px;
    width: unset;
    object-fit: contain;
}

.footer__col-1 p {
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 14px;
    color: black;
}

.footer__col-end--wrapper-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__col-end--wrapper-title__title {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #5da2a2;
}

.footer-item-has-icon {
    padding-left: 25px;
}

.footer-item-has-icon svg {
    position: absolute;
    left: 0;
    top: 4px;
}

.footer__col-1 p {
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 16px;
    color: #333;
}

.footer__col-end--menu li,
.footer__col-1 li {
    margin-bottom: 10px;
}

.footer-item-has-icon svg path {
    fill: black;
}

.footer__col-1 form {
    position: initial;
    height: 42px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding-left: 10px;
}

.footer__col-1 form button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 41px;
    background: #5da2a2;
    border: 0;
    border-radius: 0px;
    padding: 0;
    bottom: 0px;
    color: white;
    font-size: 14px;
    padding: 0px 20px;
    border-radius: 0px 5px 5px 0px;

}

.footer__col-1--address, .footer__col-end--menu {
   
}
.footer__col-1--address, .footer__col-end--menu h3 {
    font-size: 22px;
	margin-bottom:15px;
}

.social li a{
    height: 35px;
    width: 35px;
    border-radius: 100%;
    background-color: #5da2a2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}
.social li a svg{
    height: 20px;
    fill: white;
    width: 17px;
}

@media (max-width: 786px) {
    .footer__col-end--menu{
        margin-top: 15px;
    }
}
@media (max-width: 420px) {
    .footer__col-end--menu h3 {
		font-size: 23px;
	}
}
