#contactus .card #icon {
    margin-right: 10px;
    margin-top: 5px;
}

#contactus .address-card {
    background: #2C6BB4;
    box-shadow: 0px 3px 20px #00000033;
    color: #fff;
    padding: 35px;
    margin: 0 auto
}button .spinner-border{
    width: 15px;
    height: 15px;
}


#contactus .submit {
    color: #fff;
    background: #2C6BB4;
    padding: 9px 50px;
    border: none;
    border-radius: 0px;
}

#contactus .background-div {
    padding: 30px;
    background: #fcf7f7
}

#contactus .customize-card {
    width: 380px;
    margin-top: 115px;
    margin-left: 50px
}

#contactus .background-div form {
    width: 90%;
    margin: 0 auto
}

.embed-map iframe {
    width: 100%;
    margin-top: 50px
}
 #contactsubmit .input-group-text {
    height: 45px;
    border: none;
}.form-control{
    padding: .7rem .75rem;
    border-radius: 0px;
}
@media(min-width:280px) and (max-width:768px) {
    #contactus .customize-card {
        width: 100% !important;
        margin-top: 0 !important;
        margin-left: 0 !important
    }

    #contactus .background-div {
        padding: 5px !important
    }

    #contactus .address-card {
        box-shadow: none !important
    }

    #contactus .address-card {
        padding: 15px !important;
        border-radius: 0
    }

    #contactus .submit {
        margin-bottom: 25px
    }

    #contactus .submit {
        padding: 6px 25px !important
    }
}

@media(min-width:1024px) and (max-width:1300px) {
    #contactus .customize-card {
        margin-left: 20px !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    #contactus .customize-card {
        width: 100% !important;
        margin-top: 0 !important;
        margin-left: 0 !important
    }

    #contactus .background-div {
        padding: 10px !important
    }

    #contactus .address-card {
        border-radius: 0;
        box-shadow: none !important
    }

    #contactus .submit {
        margin-bottom: 25px
    }
}

@media(min-width:992px) and (max-width:1198px) {
    #contactus .customize-card {
        margin-left: 30px
    }
}

@media(min-width:1300px) and (max-width:1400px) {
    #contactus .customize-card {
        margin-left: 0
    }
}