ï»¿/***********************/
.class1{
    left:0;
}
.contact-container {
    width: 85%;
    margin: 80px auto;
    background: url("/img/37265.png") no-repeat top;
    background-size: contain;
}

.contact-form-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.CheckSendcomments {
    font-weight: 700;
    font-size: 1.1em;
    color: #FF3333;
    margin-bottom: 20px;
    text-align: center;
    display: none;
}



.contact-time {
    width: 47%;
}

.contact-time-para p {
    color: rgb(106,124,160);
    text-align: justify;
    width: 90%;
    line-height: 25px;
}

.contact-time-list {
    margin: 35px 0;
}

    .contact-time-list li {
        list-style: none;
        padding: 20px 0;
        display: flex;
        align-items: center;
        color: rgb(106,124,160);
    }

        .contact-time-list li i {
            font-size: 3rem;
            margin-right: 14px;
        }

.contact-form {
    width: 47%;
    background-color: #fff;
    box-shadow: 0 0 18px rgba(106,124,160, 0.3);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 35px 45px;
}

    .contact-form strong {
        font-size: 1.7rem;
        color: #D40569;
    }

    .contact-form p {
        font-size: 1.6rem;
    }

    .contact-form form {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

        .contact-form form input, .contact-form form textarea {
            margin: 12px 0;
            padding: 8px 14px;
            font-size: 1.1rem;
            outline-color: #D40569;
            border-radius: 3px;
            border: 1px solid gray;
            resize: vertical;
        }

            .contact-form form input[type=submit] {
                background-color: #3A3AB2;
                color: #fff;
                border-color: transparent;
                outline: none;
                cursor: pointer;
                padding: 12px 0;
                cursor:pointer;
            }

.contact-office-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 25px;
    flex-wrap: wrap;
}

.contact-detail {
    width: 32.1%;
    box-shadow: 0 0 18px rgba(106,124,160, 0.3);
    background-color: #fafafa;
    text-align: center;
    border-radius: 6px;
    height:400px;
}

.contact-detail-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 15px auto;
    overflow: hidden;
}

    .contact-detail-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.contact-detail-title p {
    font-size: 1.3rem;
    margin-top: 25px;
}

.contact-detail-info {
    padding: 15px 10px;
    text-align: left;
}

    .contact-detail-info li {
        list-style: none;
        display: flex;
        align-items: center;
        margin: 12px 0;
    }

.contact-detail-info1 {
    display: flex;
   /* align-items: center;*/
    margin: 15px 0;
}

    .contact-detail-info1 strong {
        margin-right: 5px;
    }

    .contact-detail-info1 span {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(210, 210, 210, 0.97);
        margin-right: 10px;
        border-radius: 50%;
    }

    .contact-detail-info1 i {
        font-size: 1.1rem;
        color: #fff;
    }

    .contact-detail-info1 address {
        font-size: 0.9rem;
    }

/*************contact us container end***************/
/**********contact google map start***********/
.contact-google-map {
    width: 100%;
    margin-top: 80px;
}
/**********contact google map end***********/


/*//////////////////meysam additional css////////////////////////////*/
.contactBranches {
    width:80%;
    /*word-break:break-all;*/
    font-size:0.9rem;
}






@media screen and (max-width: 1180px) {
    .contact-detail {
        width: 31%;
        font-size:0.8em;
    }
}

@media screen and (max-width: 960px) {
    .contact-form-row {
        flex-direction: column;
    }

    .contact-time, .contact-form {
        width: 100%;
        margin: 15px 0;
    }
    .contact-detail {
        font-size:0.7em;
    }
}

@media screen and (max-width: 880px) {
    .contact-detail {
        width: 80%;
    }
    .contact-office-row{
        flex-direction:column;
        height:1260px;
        justify-content:space-between;
    }
    .contact-detail {
        font-size: 1em;
    }
    .contact-google-map{
        margin-top:-700px;
    }

}
@media screen and (max-width: 670px) {


.contact-form p {
    font-size: 1.2rem;
    margin: auto;
    text-align:center;
}


.contact-form strong {
    font-size: 1.3rem;
}
    .contact-detail {
        width: 85%;
    }

}


@media screen and (max-width: 585px) {
    .contact-detail {
        width: 100%;
    }
}


@media screen and (max-width: 670px) {


    .contact-form p {
        font-size: 1rem;
        
    }


    .contact-form strong {
        font-size: 1.1rem;
    }

    .contact-form form input::-webkit-input-placeholder, .contact-form form textarea::-webkit-input-placeholder {
        font-size: 12px;
    }
}

@media screen and (max-width: 450px) {
    .contact-detail {
        font-size:0.7em;
    }
    .contact-form p {
        font-size: 0.8rem;
    }


    .contact-form strong {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 385px) {
    

    .contact-form p {
        font-size: 0.6rem;
    }


    .contact-form strong {
        font-size: 0.7rem;
    }
}


@media screen and (max-width: 345px) {
    .contact-detail {
        width: 100%;
    }
}





