.blogWrp {
    background-color: #F5F5F5;
}

    .blogWrp h1 {
        font-size: 35px;
        letter-spacing: .5px;
    }

        .blogWrp h1 span {
            color: #036DB1;
        }

.contactDet {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

    .contactDet > div {
        width: 33%;
        border: 1px solid #eee;
        border-radius: 24px;
        background-color: #fff;
        padding: 30px;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .contactDet img {
        border: 1px solid #eee;
        background-color: #f5f5f5;
        height: 50px;
        width: 50px;
        padding: 10px;
        display: block;
    }

    .contactDet span {
        font-weight: 600;
        letter-spacing: .5px;
        font-size: 22px;
        display: block;
        margin-bottom: 5px;
    }

    .contactDet a {
        text-decoration: none;
        color: #036DB1;
    }

.contSub {
    display: flex;
    padding-bottom: 50px;
}

    .contSub > div {
        width: 50%;
    }

.enqCont {
    padding: 20px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    background-color: #fff;
}

.contSub > div:nth-child(2) iframe {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.enqModal .moFtr {
    border: none;
    padding-top: 0;
}

.cF {
    padding-top: 50px;
}

    .cF input[disabled] {
        color: #036DB1;
    }

    .cF input,
    .cF .form-grp textarea,
    .cF .form-select {
        display: block;
        width: 100%;
        height: 60px;
        background: transparent;
        border: 1px solid #E1E6EE;
        color: #191919;
        font-size: 18px;
        padding: 15px 20px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

        .cF input:focus,
        .cF .form-grp textarea:focus,
        .cF .form-select:focus {
            outline: none;
            border-color: #036DB1;
        }

input.btnSubmit {
    background: #036DB1;
    border: none;
    letter-spacing: .5px;
    display: block;
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.form-grp span {
    font-size: 12px;
    color: #fc0000;
}

.cF .form-select option {
    background-color: #036DB1;
}

.cF .form-grp label {
    position: absolute;
    cursor: text;
    z-index: 2;
    left: 10px;
    top: -11px;
    font-size: 14px;
    color: #191919;
    font-weight: 400;
    background: #fff;
    padding: 0 10px;
    transition: all .3s ease;
    white-space: nowrap;
}

.mB.cF .form-grp {
    margin-bottom: 20px;
}

.cF .form-grp {
    position: relative;
    margin-bottom: 30px;
}

.btn {
    user-select: none;
    -moz-user-select: none;
    background: #036DB1;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2rem;
    margin-bottom: 0;
    padding: 20px 34px;
    text-align: center;
    text-transform: uppercase;
}

    .btn:hover {
        color: #fff;
    }

@media all and (max-width:768px) {
    .contactDet {
        flex-wrap: wrap;
        gap: 15px;
        padding: 25px 0;
    }

        .contactDet > div {
            width: 100%;
        }

    .contSub {
        flex-direction: column;
    }

        .contSub > div {
            width: 100%;
        }

    .contactDet span {
        font-size: 18px;
    }
}
