.select2-selection ::placeholder {
  color: #383838;
}
.img-map{
    padding: 0 10px;
}
.map-select{
    position: absolute;
    top: 50px;
    left: 50px;
   
}
.map-select b{
    background: #23ac39;
    padding: 10px 27px;
    color: #fff;
    font-size: 18px;
}
.contact-img {
    padding-top: 5px;
    text-align: center;
    min-height: 220px;
    position: relative;
}
.contact-img img{
    margin: 5px auto;
}
.contact-img ul{
    margin: 0;
    padding: 0;
}
.main-item ul li{
    background: #1faa39;
}
.main-item {
    margin: 0px 10px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.main-item .item{
    padding: 2px;
    border: 2px solid;
    font-size: 20px;
}
.btn-back{
    text-align: center;
    display: none;
}
.btn-back button{
    width: 35px;
    background: #1faa39;
    color: #fff;
    border: none;
    height: 35px;
    border-radius: 20px;
}
.contact-img ul li {
    list-style-type: none;
}
.button-search button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f68944;
    border-radius: 5px;
    width: 100%;
    padding: 8px 0px 9px 0px;
}
.button-search button:hover {
    background: #24ac39;
}

.contact-content {
    text-align: center;
    padding: 10px;
}

.btn-form button{
    width: 35%;
    background: #f68944;
    border-radius: 5px;
    padding: 8px 0px 9px 0px;
    color: #fff;
    font-weight: bold;
    float: right;
}

.btn-form button:hover {
    background: #24ac39;
    color: #fff;
}

.input-form {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.contact-footer {
    margin: 0;
    width: 100%;
    display: inline-flex;
    padding: 6px 20px;
}
.text-input{
    width: 65%;
}
.button-search{
    width: 35%;
    padding-left: 5px;
}
.button-search span {
    color: #fff;
    font-weight: bold;
}

.div-contact{
    border:2px solid #24ac39;
    min-height: 350px;
    margin-bottom: 15px;
}
.contact-header{
    width: 90%;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
    color: #24ac39;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #24ac39;
}
.contact-img{
    padding-top: 5px;
    display: block;
    align-items: center;
    justify-content: center;
}

.contact-header img{
    width: 24px;
    height: 25px;
    margin: 0px;
}
.contact-header span{
    font-weight: bold;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.form-group {
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px){
    .select_option {
        padding: 0;
    }
}

@media screen and (max-width:567px) {
    .select2-selection ::placeholder {
        color: #39b54a;
        text-align: center;
    }
    .contact-footer{
        display: block;
    }
    .text-input{
        width: 100%;
        padding: 0 5px;
    }
    .button-search{
        width: 100%;
        margin-bottom: 15px;
    }
    .button-search button {
        border-radius: 25px;
        padding: 11px 0px;
    }
    .btn-form button{
        width: 100%;
        background: #f68944;
        border-radius: 25px;
        height: 50px;
        color: #fff;
        font-weight: bold;
        float: right;
    }
    .main-item .item{
        font-size: 16px;
    }
}