input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: 0 !important;
}

/* CONTACT DETAILS */
.contact-details {
    padding: 5rem 12rem;
    margin: 0;
    background-size: 100%;
}

.contact-details .col-md-6 .white {
    overflow: hidden;
    -webkit-animation-name: height-animation;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    animation-name: height-animation;
    animation-duration: 2s;
}

@-webkit-keyframes height-animation {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

@keyframes height-animation {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

.contact-details input,
.contact-details email,
.contact-details text,
.contact-details textarea,
.contact-details select {
    background-color: rgb(230, 230, 230, 0.6);
    padding-left: 2rem;
    border-radius: 10px;
    font-size: 12px !important;
}


.contact-details .default-button {
    padding: 1rem 4rem !important;
}

.contact-details .num {
    background-color: rgb(230, 230, 230, 0.6);
    padding-left: 5rem;
    border-radius: 10px;
    font-size: 12px !important;
}

.contact-content label {
    font-family: RedHatDisplay !important;
    font-size: 12px !important;
}

.numrow {
    position: absolute;
    height: 39px;
    width: 4.5rem;
    padding: 0.6rem;
    margin-top: 30px;
    font-size: 12px !important;
    border-radius: 10px 0 0 10px;
    background-color: #e8e8e8;
    z-index: 1;
}

p {
    margin-top: 0;
    margin-bottom: .5rem;
}

.name,
.email,
.subject,
.num {
    padding: 3px;
    height: 40px;
    width: 90%;
    margin-bottom: 6px;
    border: 0;
    border-radius: 10px;
}

.subject {
    padding-left: 25px;
    height: 40px !important;
    width: 90%;
    padding-top: 5px;
    font-size: 10px;
    background-color: #f5f5f5;
}

.message {
    padding: 1rem;
    height: 100px;
    width: 90%;
    margin-top: 6px;
    margin-bottom: 6px;
    border: 0;
    border-radius: 10px;
}

.contact-details .button {
    padding-left: 1rem !important;
}

/* RESPONSIVENESS */
/* @media only screen and (max-width: 962px) and (min-width: 360px) {
    .contact-details {
        padding-left: 3rem !important;
    }

    .numrow {
        position: absolute;
        height: 39px;
        width: 4.5rem !important;
        padding: 0.6rem;
        margin-top: 30px;
        font-size: 12px !important;
        border-radius: 10px 0 0 10px;
        background-color: #e8e8e8;
        z-index: 1;
    }
} */

@media only screen and (max-width: 1440px) and (min-width: 963px) {
    .px-3 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .contact-details input,
    .contact-details email,
    .contact-details text,
    .contact-details textarea,
    .contact-details select {
        background-color: rgb(230, 230, 230, 0.6);
        padding-left: 2rem;
        border-radius: 10px;
        font-size: 10px !important;
    }

    .contact-content label {
        font-family: RedHatDisplay !important;
        font-size: 10px !important;
    }

    .name,
    .email,
    .subject,
    .num {
        height: 35px;
        width: 90%;
    }

    .contact-details .num {
        background-color: rgb(230, 230, 230, 0.6);
        padding-left: 5rem;
        border-radius: 10px;
        font-size: 10px !important;
    }

    .numrow {
        position: absolute;
        height: 34px;
        width: 4rem;
        padding: .6rem;
        margin-top: 30px;
        font-size: 10px !important;
        border-radius: 10px 0 0 10px;
        background-color: #e8e8e8;
        z-index: 1;
    }

    .subject {
        height: 35px !important;
    }

    p {
        margin-top: 0;
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 1900px) {

    .contact-details input,
    .contact-details email,
    .contact-details text,
    .contact-details textarea,
    .contact-details select {
        background-color: rgb(230, 230, 230, 0.6);
        padding-left: 3rem;
        border-radius: 10px;
        font-size: 16px !important;
    }

    .contact-content label {
        font-family: RedHatDisplay !important;
        font-size: 16px !important;
    }

    .name,
    .email,
    .subject,
    .num {
        height: 50px;
        width: 90%;
    }

    .contact-details .num {
        background-color: rgb(230, 230, 230, 0.6);
        padding-left: 6rem;
        border-radius: 10px;
        font-size: 16px !important;
    }

    .numrow {
        position: absolute;
        height: 49px;
        width: 5rem;
        padding: .8rem;
        margin-top: 32px;
        font-size: 16px !important;
        border-radius: 10px 0 0 10px;
        background-color: #e8e8e8;
        z-index: 1;
    }

    .subject {
        height: 50px !important;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .message {
        height: 150px;
    }
}

@media only screen and (min-width: 2200px) {

    .contact-details input,
    .contact-details email,
    .contact-details text,
    .contact-details textarea,
    .contact-details select {
        background-color: rgb(230, 230, 230, 0.6);
        padding-left: 3rem;
        border-radius: 10px;
        font-size: 18px !important;
    }

    .contact-content label {
        font-family: RedHatDisplay !important;
        font-size: 18px !important;
    }

    .name,
    .email,
    .subject,
    .num {
        height: 60px;
        width: 90%;
    }

    .contact-details .num {
        background-color: rgb(230, 230, 230, 0.6);
        padding-left: 8rem;
        border-radius: 10px;
        font-size: 18px !important;
    }

    .numrow {
        position: absolute;
        height: 59px;
        width: 7rem;
        padding: .8rem;
        margin-top: 35px;
        font-size: 18px !important;
        border-radius: 10px 0 0 10px;
        background-color: #e8e8e8;
        z-index: 1;
    }

    p,
    p b {
        font-size: 18px !important;
    }

    .subject {
        height: 60px !important;
    }

    p {
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .message {
        height: 150px;
    }
}


@media only screen and (min-width: 3500px) {

    .h4,
    h4 {
        font-size: 7rem;
    }

    .contact-details input,
    .contact-details textarea,
    .contact-details button {
        font-size: 46px;
        padding: 1rem !important;
        margin: 2.5rem 0 3rem 0 !important
    }

    .contact-details p i {
        font-size: 54px !important;
    }

    .contact-details p {
        font-size: 46px !important;
    }

    button.p-2 {
        padding: 2rem !important
    }

    .white.px-3.p-5.rounded-sm.h-100.shadow {
        padding: 10rem !important
    }

    .mb-4 {
        margin-bottom: 5rem !important
    }
}

@media only screen and (min-width: 4000px) {
    .contact-details {
        padding: 20rem;
    }

    .h4,
    h4 {
        font-size: 7rem;
    }

    .contact-details input,
    .contact-details textarea,
    .contact-details button {
        font-size: 46px;
        padding: 1rem !important;
        margin: 2.5rem 0 3rem 0 !important
    }

    .contact-details p i {
        font-size: 58px !important;
    }

    .contact-details p {
        font-size: 46px !important;
    }

    button.p-2 {
        padding: 2rem !important
    }

    .white.px-3.p-5.rounded-sm.h-100.shadow {
        padding: 10rem !important
    }

    .mb-4 {
        margin-top: 5rem !important;
        margin-bottom: 10rem !important
    }
}

@media only screen and (min-width: 5000px) {
    .contact-details {
        padding: 20rem;
    }

    .h4,
    h4 {
        font-size: 9rem;
    }

    .contact-details input,
    .contact-details textarea,
    .contact-details button {
        font-size: 62px;
        padding: 1rem !important;
        margin: 5.5rem 0 3rem 0 !important
    }

    .contact-details p i {
        font-size: 84px !important;
    }

    .contact-details p {
        font-size: 62px !important;
    }

    button.p-2 {
        padding: 2rem !important
    }

    .white.px-3.p-5.rounded-sm.h-100.shadow {
        padding: 10rem !important
    }

    .mb-4 {
        margin-top: 5rem !important;
        margin-bottom: 10rem !important
    }
}

@media only screen and (max-width: 1280px) {
    .contact-details {
        padding: 5rem;
    }
}

@media only screen and (max-width: 1000px) {
    .contact-details {
        padding: 5rem;
    }

    .contact-details .col-md-6 {
        padding: 0 !important;
    }

    .contact-details .col-md-6.pl-0 {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 500px) {
    .contact-details {
        padding: 3rem 1rem;
    }

    .contact-details {
        padding-left: 3rem !important;
    }

    .numrow {
        position: absolute;
        height: 39px;
        width: 4rem;
        padding: 0.6rem;
        margin-top: 30.8px !important;
        font-size: 12px !important;
        border-radius: 10px 0 0 10px;
        background-color: #e8e8e8;
        z-index: 1;
    }
}

@media only screen and (width: 1024px) and (height: 1366px) {
    .contact-details {
        padding: 5rem;
    }

    .contact-details .col-md-6 {
        padding: 0 !important;
    }

    .contact-details .col-md-6.pl-0 {
        margin-bottom: 2rem;
    }

    .h4,
    h4 {
        font-size: 3.5rem;
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        font-size: 22px;
    }

    .p-2 {
        padding: 1.5rem !important;
    }

    .f-s11 {
        font-size: 24px !important;
    }

    .f-s18 {
        font-size: 32px !important;
    }

    .col-1 {
        -ms-flex: 0 0 8.333333% !important;
        flex: 0 0 8.333333% !important;
        max-width: 8.333333% !important;
    }

    .col-11 {
        -ms-flex: 0 0 91.666667% !important;
        flex: 0 0 91.666667% !important;
        max-width: 91.666667% !important;
    }
}