/*==================================================
Hero Section
=================================================*/
.message-left img {
    border-radius: 45px;
}

.message-right input ,.message-right textarea{
    padding: 25px;
    border-radius: 15px!important;
}




/*==================================================
contact-options-section
 =================================================*/
.full-contact-options {
    margin-top: 110px;
}

.contact-options {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.contact-options span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #ffffff;
    color: var(--my-primary);
    transition: all .3s;
}

.contact-inner:hover span {
    background-color: var(--my-primary);
    color:white;
}

.contact-options p {
    color: var(--my-primary);
    margin: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
}

.contact-options h4 {
    color: white;
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    transition: all 0.3s ease-in-out;
}

.contact-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-inner:hover h4 {
    color: var(--my-primary);

}

.inner-right {
    padding-right: 10px;
}

/*=======================================================
google map
========================================================*/

.google-map {
    position: relative;
    width: 60%;
    height: 500px;
}
@media (max-width: 1024px) {
    .google-map {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .google-map {
        width: 80%;
        height: 300px;
    }
}

.google-map iframe {
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.44);
}