.g-text-box {
    border-radius: 60px !important;
    height: 55px;
    padding-left: 1em;
    font-size: 15px !important;
}

.get-in-touch {
    /*    background-color: #2EA9FA;*/
    background-color: white;
    font-family: spartan-regular;
}

.get-in-touch::placeholder {
    color: #DBDBDB;
    padding-left: 3em;
}


.get-in-touch h3 {
    color: #2C78EB !important;
}

.get-in-touch-heading {
    color: #2C78EB;
}

.get-in-touch-center {
    padding-top: 2%;
    padding-bottom: 10px;
}

.hl-bg-shape-04 {
    background-image: url('../img/hl-bg-shape-04.svg');
    background-repeat: no-repeat; 
    background-position: right;
    /*background-size: 60%;*/
}

.hl-bg-shape-05 {
    position: absolute;
    width: 15%;
}

@media (max-width:768px){
    .hl-bg-shape-05 {
        position: absolute;
        width: 30%;
    }
}

.get-in-touch-input input{
    border-color: #2C78EB;
}