.contact-head .row {
    align-items: center;
}

.contact-head-right h1 {
    font-weight: 600;
    font-size: 32px;
    color: #6691D0;
    line-height: 1.3em;
    margin-bottom: 50px;
}

.are-you {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.are-you a {
    color: #FFFFFF !important;
    border-color: #6691d0;
    border-radius: 10px;
    letter-spacing: -.38px;
    font-size: 16px;
    font-weight: 300;
    background-color: #6691d0;
    padding: 10px 42px;
    transition: 0.2s;
	cursor:pointer;
}

.contact-head {
    margin-top: 4em;
}

.contact-det {
    margin-top: 7em;
}

.contact-dec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    gap: 90px;
}

.contact-img svg {
    font-size: 80px;
    color: #6691d0;
    margin-bottom: 40px;
}

.contact-img h6 {
    font-weight: 600;
    font-size: 21px;
    color: #6691D0;
    margin-bottom: 20px;
}

.contact-img p,
.contact-img a {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 1.7em;
    margin: 0;
}

.contact-img a {
    color: #6691d0;
}


.df.jcc.aic.gap-3.mt-4 {
    margin: 50px auto !important;
    max-width: 530px;
}

.df.jcc.aic.gap-3.mt-4 input {
    height: 50px;
    border: none !important;
    border-color: transparent !important;
    border-radius: 50px;
    background: #ddd;
    text-align: center;
    padding: 0 15px;
    color: var(--Grey-700, gray);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -.36px;
    width: 93%;
}

.df.jcc.aic.gap-3.mt-4 input::placeholder {
    font-size: 18px;
}

.df.jcc.aic.gap-3.mt-4 button {
    font-size: 18px;
    background: #168bd1;
    margin: 0;
    border-radius: 40px;
    line-height: 50px !important;
    padding: 0 15px !important;
    font-weight: 500;
    text-align: center;
    letter-spacing: -.36px;
    cursor: pointer;
}

.df.jcc.aic.gap-3.mt-4 button:hover {
    border: 1px solid #168bd1;
    background: transparent;
}

.are-you a:hover {
    background: #d0a566;
    transition: 0.2s;
}

/*.are-you a:hover:after {
    content: "\3e";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-left: 7px;
    transition: 0.2s;
}*/

@media screen and (max-width:767px) {
    .contact-head-left img {
        width: 230px;
        margin: 0 auto;
        display: block;
    }

    .contact-head-right h1 {
        text-align: center;
        margin-top: 2em;
    }

    .are-you {
        gap: 15px;
        justify-content: center;
    }

    .contact-det {
        margin-top: 4em;
    }

    .contact-dec {
        gap: 33px;
    }

    .df.jcc.aic.gap-3.mt-4 input {
        width: 100%;
    }

    .df.jcc.aic.gap-3.mt-4 {
        flex-wrap: wrap;
    }

    .df.jcc.aic.gap-3.mt-4 button {
        font-size: 14px;
        line-height: 40px !important;
        padding: 0 24px !important;
    }

}

@media screen and (min-width:768px) and (max-width:1023px) {
    .contact-head-left img {
        width: 100%;
    }

    .contact-dec {
        gap: 75px;
    }


}