.eduvibe-animated-shape {
    position: relative;
    z-index: 9;
}
.contact-address-card-2 {
    background: #fff;
    box-shadow: 0 8px 35px rgba(0,0,0,.06);
    border-radius: 5px;
    padding: 70px 40px;
    text-align: center;
    transition: .4s;
    height: 350px;
}
.contact-address-card-2 .inner .icon, .team-activation-03 .edu-instructor-3 .edu-instructor {
    margin-bottom: 45px;
}
.contact-address-card-2 .inner .content .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}
.contact-address-card-2 .inner .content p {
    margin-bottom: 0;
    line-height: 26px;
    width: 105%;
}
.contact-address-card-2:hover {
    transform: translateY(-15px);
}
.contacts-item:not(:last-of-type) {
    margin-bottom: 30px;
}
.contacts-item__img {
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 1px solid #003d90;
    border-radius: 50%;
    text-align: center;
}
.contacts-item__img .icon {
    color: #003d90;
    font-size: 18px;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.contacts-item__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% - 65px);
}
.contacts-item__link {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.face-location {
    margin-top: 33px;
    margin-bottom: 20px;
}
.location p {
    color: #000;
    margin-top: 25px;
    font-size: 16px;
}
.call.main-menu-three__number a {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    -webkit-transition: .5s;
    transition: .5s;
}
.cart-table .product-box, .main-menu-three__call, .main-menu-three__volunteers, .main-menu-two__right-top-address-list, .main-menu-two__search-cat-btn-box, .news-sidebar__bottom, .news-sidebar__meta {
    display: flex;
    margin-top: 15px;
    align-items: center;
}
.box-text {
    background-color: #283734;
    padding: 15px;
}
.contact-address-card-2 {
    background: #fff;
    box-shadow: 0 8px 35px rgba(0,0,0,.06);
    border-radius: 5px;
    padding: 30px 40px;
    text-align: center;
    transition: .4s;
    height: 350px;
}
.main-menu-three__icon, .main-menu-three__volunteers-icon {
    /* height: 45px;
    width: 45px;
    border-radius: 50%; */
    align-items: center;
    margin-left: 24px;
    margin-right: 22px;
}
.contact-address-card-2 {
    background: #fff;
    box-shadow: 0 8px 35px rgba(0,0,0,.06);
    border-radius: 5px;
    padding: 30px 40px;
    text-align: justify;
    transition: .4s;
    height: 325px;
}
.box-text h6 {
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.main-menu-three__icon i {
    background-color: #fbd45a;
    border-radius: 50% !important;
    padding: 9px !important;
}
.main-menu-three__icon, .main-menu-three__volunteers-icon {
    height: 0px;
    width: 0px;
    border-radius: 50%;
    align-items: center;
}
@media screen and (max-width: 991px) and (min-width: 768px) 
{
    .contact-address-card-2 {
        background: #fff;
        box-shadow: 0 8px 35px rgba(0,0,0,.06);
        border-radius: 5px;
        padding: 30px 12px;
        text-align: justify;
        transition: .4s;
        height: 372px;
    }
   
    .location p {
        color: #000;
        margin-top: 25px;
        font-size: 15px;
    }
    .call.main-menu-three__number a {
        font-size: 15px;
        color: #000000;
        font-weight: 400;
        font-family: Montserrat, sans-serif;
        -webkit-transition: .5s;
        transition: .5s;
    }
   
}
@media screen and (max-width: 576px) 
{
    .contact-address-card-2 {
        background: #fff;
        box-shadow: 0 8px 35px rgba(0,0,0,.06);
        border-radius: 5px;
        padding: 30px 40px;
        text-align: justify;
        transition: .4s;
        height: 423px;
    }
.main-menu-three__icon i {
    background-color: #fbd45a;
    border-radius: 50%;
    padding: 7px;
}
.location p {
    color: #000;
    margin-top: 25px;
    font-size: 15px;
}
.call.main-menu-three__number a {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    -webkit-transition: .5s;
    transition: .5s;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu-three__call {
        padding-left: 0px;
    }
}