/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .nav-item {
        margin: 5px;
    }
    .image-bottom {
        height: 120px !important;
    }

    .image-left-index6 {
        width: 150px !important;

    }

    .textright-index6 {
        width: 100% !important;
        position: absolute;
        right: 0 !important;
        top: 12%;

        padding: 1rem;

    }
    .textcontent6{
        position: absolute;
        right: 20%;
        padding: 1rem;

    }
    .textstyle{
        font-size:10px !important;
    }
    .bgInput{
        background-image:url("../img/09.png") ;
        width: 50% !important;
    }
    .lable{
        font-size: 18px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .nav-item {
        margin: 5px;
    }
    .image-bottom {
        height: 120px !important;
    }

    .image-left-index6 {
        width: 150px !important;

    }

    .textright-index6 {
        width: 100% !important;
        position: absolute;
        right: 0 !important;
        top: 12%;

        padding: 1rem;

    }
    .textcontent6{
        position: absolute;
        right: 20%;
        padding: 1rem;

    }
    .textstyle{
        font-size:10px !important;
    }
    .bgInput{
        background-image:url("../img/09.png") ;
        width: 50% !important;
    }
    .lable{
        font-size: 18px;
    }
}
/*صفحه اول*/
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .nav-item {
        margin: 5px;
    }
    .image-bottom {
        height: 120px !important;
    }

    .image-left-index6 {
        width: 150px !important;

    }

    .textright-index6 {
        width: 100% !important;
        position: absolute;
        right: 0 !important;
        top: 12%;

        padding: 1rem;

    }
    .textcontent6{
        position: absolute;
        right: 20%;
        padding: 1rem;

    }
    .textstyle{
        font-size:10px !important;
    }
    .bgInput{
        background-image:url("../img/09.png") ;
        width: 50% !important;
    }
    .lable{
        font-size: 18px;
    }

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .nav-item {
        margin: 5px;
    }

}