
.my-contact-section {
    padding: 180px 0 110px;
    position: relative;
    z-index: 0;
    background: #131313;
}
.contact-hdd h2 {
    font-size:56px;
    line-height: 1.1;
    font-weight: 600;
}
.contact-des p {
    font-size: 18px;
    color: #D8D8D8;
}


.single-form {
    padding: 60px 50px;
    background-color: #222121;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius:10px;
}
.form-hdd h3 {
    font-size: 32px;
}

.common input, .common textarea {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid rgba(248,248,248,.2);
    color: #fff;
    outline: none;
    font-size: 16px;
    background-color: transparent;
}
.common input::placeholder, .common textarea::placeholder {
    color: #fff;
}
.common input:focus, .common textarea:focus {
    border-bottom: 1px solid #FFE600;
    box-shadow: none;
}
#select {
    width: 100%;
    padding: 12px 0;
    color: #fff;
    border: none;
    border-bottom: 1px solid rgba(248,248,248,.2);
}
#select option {
    color: #000;
}
#select:focus {
    border-bottom: 1px solid #FFE600;
    box-shadow: none;
}
.submit input, .submit button {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 40px;
    background-color: #19d66e;
    border: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
    word-spacing: 2px;
    border-radius: 40px;
}
.submit input:hover, .submit button:hover {
    background-color: #59C378;
}
.my-contact-info {
    padding: 37px 24px;
    border-radius: 10px;
    margin-bottom: 40px;
    background-color: #222121;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.ci-hdd h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 24px;
}
.ci-ico i {
    font-size: 32px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: #FFE600;
    display: inline-block;
    background-color: #2E2E2E;
    margin-right: 8px;
}
.ci-ico span {
    font-size: 18px;
}


/* Responsive */

@media all and (max-width: 1199px){
    .contact-hdd h2 {
        font-size: 48px;
    }
}
@media all and (max-width: 575px){
    .my-contact-section {
        padding: 180px 0 50px;
    }
    .contact-hdd h2 {
        font-size: 40px;
    }
}
@media all and (max-width: 480px){
    .my-contact-section {
        padding: 150px 0 50px;
    }
    .contact-des p {
        font-size: 16px;
    }
    .form-hdd h3 {
        font-size: 30px;
    }
    .single-form {
        padding: 50px 16px;
    }
    .ci-hdd h3 {
        font-size: 24px;
    }
    .ci-ico span {
        font-size: 16px;
    }
    .ci-ico i {
        font-size: 28px;
        height: 64px;
        width: 64px;
        line-height: 64px;
    }
}
