/* Start Main Header */

.main-header {
    background-image: url('../Img/contact-us.png');
    background-size: cover;
    background-repeat: round;
    height: 600px;
    width: 100%;
}

@media only screen and  (min-width: 320px) and (max-width: 480px){
    .main-header{
        height: 160px;
    }
}

@media only screen and  (min-width: 481px) and (max-width: 576px){
    .main-header{
        height: 200px;
    }
}

@media only screen and  (min-width: 577px) and (max-width: 767px){
    .main-header{
        height: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .main-header{
        height: 300px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px){
    .main-header{
        height: 350px;
    }
}
/* End Main Header */

/* Start Location */
.location {
    max-width: 800px;
    max-height: 800px;
    -webkit-box-shadow: 1px 1px 10px #cccccc;
    box-shadow: 1px 1px 10px #cccccc;
    margin: 0 auto;
}

.img-thumbnail {
    height: 800px;
}
/* End Location */

/* Start Form */
.contact-form{
    background-image: url('../Img/form-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 850px;
    width: 100%;
    position: relative;
    padding-top: 20px;
}

.contact-form h1{
    color: #fff;
    text-align: center;
    font-size: 4.5rem;
}
.contact-form form{
    position: absolute;
    right: 12%;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 10px #000000;
            box-shadow: 1px 1px 10px #000000;
    background-color: #fff;
    width: 80%;
    padding: 10px 16px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
    border: none;
    margin-bottom: 3px;
    width: 99%;
    margin-right: 3px;

}

.contact-form .form-control:focus,
.contact-form .custom-select:focus{
    border-color: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
fieldset{
    border:2px solid #000;
	border-radius:8px;
}

legend{
    color: #cb1410;
    text-align: right;
    width: auto;
    margin-bottom: 0;
    margin-right: 30px;
    padding-right: 5px;
    padding-left: 5px;
}
 
 
.btn-send{
    background-color: #cb1410;
    color: #fff;
    padding: 7px 75px 7px 0;
    font-size: 25px;
    border-radius: 8px;
    text-align: center;
}

.btn-send i{
    color: #fff;
    background-color: #ff5151;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 15px 0 13px 0;
    margin-right: 50px;
}

.btn-send [class^="flaticon-"]:before{
    margin-right: 20px;
    font-size: 25px;
}

@media only screen and (min-width: 320px) and (max-width: 480px){
    .contact-form h1{
        font-size: 2.5rem;
    }
    legend{
        font-size: 15px;
    }
    .btn-send{
        padding:7px 30px 7px 0!important;
        font-size: 15px;
    }
    .btn-send [class^="flaticon-"]:before{
        font-size: 15px !important;
    }

    .btn-send i{
         padding: 11px 0 11px 0;
    }

    .contact-form form{
        position: absolute;
        right: 10% !important;
    }
}
@media only screen and  (min-width: 481px) and (max-width: 767px){
    .contact-form h1{
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    legend{
        font-size: 18px;
    }
}


/* End Form */

/* Start Info */

.info p,
.info a{
    color: #cb1410;
    font-size: 23px;
}

@media only screen and (max-width: 400px){
    .info p,
    .info a{
        font-size: 18px;
    }

}

@media only screen and (min-width: 481px) and (max-width: 576px){
     .info p,
    .info a{
        font-size: 18px;
    }
}
/* End Info */