* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {

    background-color: #f2f2f2;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info-container {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px;
    padding: 20px;
    flex: 1;
    max-width: 300px;
    box-shadow: 0px 2px 8px 3px lightgray
}

.info-container a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
}

.info-container a:hover {
    color: #db4444;
}

.form-container {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px;
    padding: 40px;
    flex: 2;
    max-width: 600px;
    box-shadow: 0px 2px 8px 3px lightgray
}

h2 {
    text-align: center;
    padding: 2%;
}

.icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.icon img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-top: -17px;
}

::placeholder {
    opacity: 0.5 !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

button {
    background-color: #db4444;
    color: #fff;
    border: 1px solid #db4444;
    border-radius: 5px !important;
    padding: 10px 20px;
    cursor: pointer;
    float: right;
    transition: 0.2s;
}

button:hover {
    background-color: white;
    color: #db4444;
    border: 1px solid #db4444;
}



@media screen and (max-width: 768px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        font-size: 16px;
    }
}

@media screen and (max-width:576px) {
    .banner {
        height: 60vh !important;
    }
}

@media screen and (max-width:425px){
    .con {
        margin-top: -60px !important;
    }
    
}

/*---------------*/

.address {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 47px 50px 47px;
    padding: 10px;
    flex: 1;
    max-width: 250px;
    max-height: 650px;
    box-shadow: 0px 2px 8px 3px lightgray;
    transition: 0.4s;
    cursor: pointer;
}

.address p {
    padding: 5px 20px;
}

.address:hover {
    transform: scale(1.03);

}

.address img {
    margin-left: 35%;
    margin-bottom: 5%;
    width: 71px;
    height: auto;
}

.address h5 {
    text-align: center;
}

.address p {
    text-align: center;
}

/*-----------*/
.banners {
    display: flex;
    flex-wrap: wrap;
    height: 500px;
}

.cnttxt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 100px;
    justify-content: center;
}

.banners h1 {
    align-self: center;
    font-size: 100px;
    color: rgba(0, 0, 0, 0.733);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.banners h2 {
    align-self: center;
    color: rgba(0, 0, 0, 0.733);
}

.banners p {
    align-self: center;
    color: rgba(0, 0, 0, 0.733);
}

.banners img {
    width: auto;
    height: 550px;
}

.break h2 {
    padding-top: 35px !important;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 20px !important;
    color: #000000;
}

.break {
    opacity: 0.4;
}

@media screen and (max-width:992px) {
.banners img {
    height: 340px;
    margin-top: 10px;

}

.cnttxt{
    margin: 58px;
    margin-top: -42px;
}
.cnttxt h1{
    font-size: 38px;
}
}

@media screen and (max-width:992px) {
    .break h2 {
        padding-top: 20px !important;
        font-size: 17px !important;
    }
}

@media screen and (max-width:576px) {
    .break h2 {
        padding-top: 15px !important;
        font-size: 13px !important;
    }
}