.get-in-touch-section {
    margin: 150px 0px 0px 0px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.get-in-touch {
    background: linear-gradient(180deg, rgba(193, 228, 255, 0) 0%, #C1E4FF 100%);
    padding-left: 105.5px;
    padding-right: 105.5px;
    padding-bottom: 100px
}

.title {
    margin-bottom: 38px;
}

.description {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 38px;
}

.vector-icon {
    margin-right: 24px;
}

.location, .calendar, .phone, .mail, label {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.google-map {
    height: 100%;
    width: 100%;
}

/* .google-map iframe {
    left: 0;
    top: 0;
    position: absolute;
} */

.your-thoughts {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 20px;
}

.form {
    padding-left: 40px;
    padding-right: 40px;
}

.get-in-touch-section input {
    background-color: #F4F8FB;
    border-radius: 10px;
    width: 100%;
    height: 56px;
    border-width: 0;
}

.email-gp {
    margin-bottom: 24px;
}

.message {
    background-color: #F4F8FB;
    border-radius: 10px;
    width: 100%;
    border-width: 0;
    height: 210px;
}

input.message::placeholder {
    position: absolute;
    top: 20px;
    left: 10px; 
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .description {
        font-size: 16px;
        line-height: 28px;
    }

    .location, .calendar, .phone, .mail, label {
        font-family: Poppins;
        font-size: 14px;
        line-height: 20px;
    }

    .social-gp img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767.9px)  {
    .get-in-touch {
        padding-left: 5px;
        padding-right: 5px;
    }
    .title {
        font-size: 18px;
    }

    .location-img, .calendar-img, .phone-img, .mail-img {
        width: 8%;
        height: 8%;
    }

    .social-gp img {
        width: 10%;
        margin-bottom: 20px;
    }

    .description
    {
        font-size: 15px;
    }

    .location,
    .calendar,
    .mail{
        font-size: 12px;
    }

    .phone{
        font-size: 10px;
    }

}