.fullfooter ol.list-unstyled li:nth-child(3),
.fullfooter ul.list-inline li:nth-child(3) {
	border-right: none;
}


.contact-main {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 20px 0px 20px 0px;
}

.contact-left {
    padding: 2% 2% 2% 0;
    line-height: 30px;
    margin-bottom: 0px;
}

.contact-right {
    width: 50%;
}

.button-text{
    background-color: #ffffff !important;
    border: #c4d502;
    border-style: solid;
    border-width: medium;
    border-radius: 0px;
    padding: 5%;
    text-align: center;
    word-wrap: break-word;
    margin: 0em;
    cursor: pointer;
 }

 .button-text:hover {
    background-color: #c4d502 !important;
    padding: 5%;
    text-align: center;
    word-wrap: break-word;
    margin: 0em;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    cursor: pointer;
 }

 .contact-div {
    width: 50%;
    margin-left: 10%;
    margin: 0em;
}

.button-text-popup{
    background-color: #ffffff !important;
    border: #c4d502;
    border-style: solid;
    border-width: medium;
    border-radius: 0px;
    padding: 5%;
    text-align: center;
    word-wrap: break-word;
    margin: 3em;
    cursor: pointer;
 }
     .button-text-popup:hover {
    background-color: #c4d502 !important;
    padding: 5%;
    text-align: center;
    word-wrap: break-word;
    margin: 3em;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    cursor: pointer;
 }
