.embassy{
    padding: 40px 0 50px;
    /*background: #f6f6f6;*/
}
.embassy-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.embassy-parent{
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
    border-radius: 8px;
    background: #fff;
    /*! padding: 15px; */
    transition: all ease .3s;
    text-align: right;
    display: flex;
    flex-direction: column;
}
.embassy-parent h3{
    color: #212529;
    font-size: 18px;
    margin-top: 5px;
    text-align: right;
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding:12px 15px

}
.embassy-parent h3 i{
    font-size: 14px;
}
.embassy-parent p{
    font-size: 12px;
    text-align: right;
    -webkit-line-clamp: 2;
    margin: 10px 0 ;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #6c7680;
    line-height: 22px;
}
.embassy-address{
    justify-content: right;
    line-height: 22px;
    color: #2B2F33;
    font-size: 12px;
    height: 44px;
    display: flex;
    align-items: baseline;
    padding: 5px 15px;
    margin-top: auto;
}
.embassy-address i{
    margin-left: 5px;
}
.embassy-phone{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:12px 8px;
    cursor: pointer;
    border: 1px solid #ccc;
    flex-direction: column;
    border-radius: 8px;
    margin: 12px 0;
    transition: all ease .3s;
}
.embassy-phone:hover{
    background: #f6f6f6;
}
.open-contact-information{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    transition: all ease .3s;
}
.open-contact-information a{
    padding: 10px 0 0;
    color: #6c7680;
    font-size: 14px;
    transition: all ease .3s;
}
.open-contact-information a:hover{
    text-decoration: none;
    color: green;
}
.embassy-data-phone{
    color: #2B2F33;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}.embassy-data-phone i{
     margin-right: 5px;
 }
.toggle-open{
    height: 60px;
}
.embassy-map{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 18px;
    border-radius: 8px;
    padding: 15px;
}
.embassy-link-share{
    width:100%;
    height:45px;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #2B2F33;
    transition: all ease .3s;
}
.embassy-link-share:hover{
    text-decoration: none;
    background: #f6f6f6;
    color: var(--mainColor);
}
.embassy-map>h3{
    color: #2B2F33;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.embassy-modal{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0009;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    z-index: 9999999999;
}
.parent-embassy-modal{
    width: 700px;
    height: 500px;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    overflow-y: auto;
}
.modal-map{
    width: 100%;
    height: 340px;
    padding: 0 20px;
}
.description-embassy{
    padding: 15px 20px;
    border-top: 1px solid #ccc;
    margin-top: 10px;
}
#g-map{
    width: 100%;
    height: 340px;
    border-radius: 8px;
    direction: ltr;
}
.parent-embassy-modal h3{
    color: #2B2F33;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-modal{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}
.parent-share:hover{
    background: #f6f6f6;
    color: #005cbf;
    text-decoration: none;
}
.parent-multiplication,.parent-share{
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 20px;
    color: #2B2F33;
    transition: all ease .3s;
    background: #fff;
    cursor: pointer;
}
.parent-multiplication:hover{
    background: red;
    color: #fff;
}
.display_modal{
    display: flex;
}
.embassy-parent h3 img{
    width: 30px;
    border-radius: 4px;
    height: 20px;
    object-fit: cover;
}
.phone-embassy{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    color: #6c7680;
    font-size: 14px;
    transition: all ease .3s;
}
.phone-embassy:hover{
    color: green;
    text-decoration: none;
}
.contact-information{
    padding: 5px 15px;
}
.embassy-madia a{
    font-size: 24px;
    background: transparent;
    /*! margin-left: 10px; */
    color: #6c7680;
    transition: all ease .3s;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.embassy-madia a:hover{
    text-decoration: none;
}
.embassy-madia{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.embassy_instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
    text-decoration: none;
}
.embassy_whatsapp:hover {
    background: #2ab200;
    color: #fff;
    text-decoration: none;
}
.embassy_telegram:hover {
    background: #039be5;
    color: #fff;
    text-decoration: none;
}
.embassy-link-share i{
    margin-left: 7px;
}
.icone-phone-embassy i{
    margin-right: 5px;
}
.icone-phone-embassy{
    display: flex;
    align-items: center;
}
.search-embassy{
    /*background: #f6f6f6;*/
    padding: 30px 0 0;
}
.parent-form-search-embassy label {
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
}
.parent-form-search-embassy label #search_embassy {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ccc;
    padding: .2rem 1rem .2rem 0;
    transition:all ease .3s;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
    outline: none;
    position: relative;
    font-size: 14px;
}
.parent-form-search-embassy label .btn_search_embassy{
    position: absolute;
    left: 10px;
    top: 7px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    color:var(--mainColor) ;
}
.parent-form-search-embassy label .btn_search_embassy:hover{
    text-decoration: none;
    background: #eee;
}
#search_embassy:focus {
    border: 1px solid var(--mainColor) !important;
}
.header-modal{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px ;
}
.header-modal h3{
    color: #212529;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.icone-xmark{
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #444;
    cursor: pointer;
    transition: all .3s;

}
.text-description-embassy{
    color:#212529!important;
    width: 100%;
    text-align: right;
    line-height: 28px;

}
@media (max-width: 991px) {
    .embassy-grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
}

@media (max-width: 567px) {
    .embassy-grid{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 15px;
    }
    .embassy{
        padding: 30px 0;
    }
}