main {
    background-color: rgb(250,250,250);
}
h1 {
    font-size: 24px;
}
#map {
    padding: 0px !important;
}
#google-map {
    width: 100%;
    height: 400px;
}
#contact-info-frame {
    position: relative;
    width: 100%;
    border-radius: 20px;
    background-color: rgb(255,255,255);
    padding: 20px;
}
#contact-form p {
    padding: 15px 0px;
    font-size: 15px;
    line-height: 30px;
    color: rgb(140,140,140);
}
.form-control {
    padding: 15px 10px;
}
.form-control input {
    width: 100%;
    padding: 20px 20px 20px 45px;
    font-size: 14px;
    border-radius: 50px;
    border: 2px solid rgb(235,235,235);
    outline-color: rgb(29,42,77);
}
.form-control #name, .form-control #surname {
    background: url(https://irmakhuzurevi.com/image/form-person.png) no-repeat 15px 15px;
}
.form-control #phone {
    background: url(https://irmakhuzurevi.com/image/form-phone.png) no-repeat 15px 15px;
}
.form-control #email {
    background: url(https://irmakhuzurevi.com/image/form-email.png) no-repeat 15px 15px;
}
.form-control #message {
    background: url(https://irmakhuzurevi.com/image/form-message.png) no-repeat 15px 15px;
}
.form-control textarea {
    width: 100%;
    padding: 20px 20px 20px 45px;
    height: 100px;
    font-size: 14px;
    border-radius: 30px;
    border: 2px solid rgb(235,235,235);
    outline-color: rgb(29,42,77);
    resize: none;
}
.form-control input[type=submit] {
    font-size: 15px;
    font-weight: 700;
    color: rgb(255,255,255);
    background-color: rgb(29,42,77);
    cursor: pointer;
}
#contact-channel-frame {
    padding: 25px 0px;
}
#contact-channel-bg {
    border-radius: 30px;
    background-color: rgb(35,205,200);
}
#contact-channel-content {
    padding: 25px 15px;
}
#contact-channel-content h2 {
    color: rgb(255,255,255);
    font-size: 20px;
}
#contact-channel-content p {
    padding: 30px 0px 10px;
    color: rgb(255,255,255);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 25px;
}
#contact-channel-list {
    margin-top: 20px;
}
.contact-channel {
    padding: 10px 0px 5px;
}
.contact-channel a, .contact-channel address {
    color: rgb(255,255,255);
    font-size: 15px;
    font-style: normal;
}
.contact-channel a, .contact-channel address, .contact-channel picture {
    display: contents;
    float: left;
    clear: right;
}
#checkbox-frame, #checkbox-label-frame {
    float: left;
}
#checkbox-frame {
    width: 6%;
}
#checkbox-label-frame {
    width: 94%;
}
#confirm {
    margin-top: 4px;
    width: initial;
    float: left;
    display: inline-block;
}
.disabled {
    background-color: rgb(200,200,200) !important;
    cursor: initial !important;
    pointer-events: none;
}
.checkbox-label {
    float: left;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    line-height: 20px;
}
.checkbox-label a {
    font-weight: bold;
    text-decoration: underline;
}
@media only screen and (min-width:768px) {
    section#contact {
        padding-bottom: 0px;
    }
    #google-map {
        height: 450px;
    }
    #contact-info-frame {
        top: -100px;
        padding: 30px;
    }
    #contact-channel-frame {
        padding: 0px;
    }
    #contact-channel-bg {
       padding: 42px 35px 42px 0px;
    }
    #contact-channel-content {
        padding: 0px 0px 0px 35px;
        border-left: 3px solid rgb(29,42,77);
    }
    #contact-channel-list {
        margin-top: 60px;
    }
}
@media only screen and (min-width:1280px) {
    #google-map {
        height: 500px;
    }
    #contact-info-frame {
        top: -150px;
        padding: 50px;
    }
    #contact-channel-frame {
       padding: 0px 0px 30px 20px;
    }
    #checkbox-frame {
        width: 3%;
    }
}