
.header_left>div {
    margin-right: 30px;
    float: left;
}
.btn_package p a {
    color: white;
}
.btn_package p {
    margin-bottom: 0;
}
.btn_package {
    float: left;
    border-radius: 50px;
    box-shadow: 0px 0px 20px #2196f373;
    font-family: 'iransanmedium';
    background: #1575c9;  /* fallback for old browsers */
    padding: 0 30px;

}
.mani_slider.layout1 .slide.out .slide_content p {
    text-align: justify;
    width: auto !important;
}
.right .drphoto p {
    margin-bottom: 0;
}
.timework .module_content {
    background: #34aa00;
    border-radius: 20px;
    color: #fff;
    font-family: iransanbold;
    font-size: 18px;
    box-shadow: 1px 0 20px #42cf04c7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timework p, .drphoto p {
    margin-bottom: 0;
    line-height: 40px;
}
.services .module_content {
    border-radius: 20px;
    color: #fff;
    font-family: iransanbold;
    font-size: 40px;
    box-shadow: 1px 0 20px #045fcfc7;
    background-image: -moz-linear-gradient( 90deg, rgb(9,187,254) 0%, rgb(90,66,236) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(9,187,254) 0%, rgb(90,66,236) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(9,187,254) 0%, rgb(90,66,236) 100%);
    display: flex;
  align-items: center;
  justify-content: center;

}
.services p {
    margin-bottom: 0;
}
.services a {
    color: #fff;
}
/* برای حالت های مختلف موبایل */
@media (max-width: 992px) {
    .mobile_logo img {
        width: 100px !important;
        float: right;
    }
    .desktop_logo {
        display: none;
    }
    .mobile_logo {
        float: left;
    }
    .desktop-menu {
        display: none;
    }
    .social-header {
        display: none;
    }
    .btn_package {
        padding: 8px 10px 10px 10px;
        font-size: 14px;
        margin-right: 16px !important;
    }
    body {
        margin-top: 14px;
    }
    .header {
        margin-bottom: 20px;
    }
    .down .module_content, .right .module_content {
        min-height: 185px;
        margin-bottom: 20px;
    }
    

}
@media (min-width: 993px) {
    body {
        margin-top: 20px;
    }
    .mobile_logo {
        display: none;
    }
    .btn_package {
        padding: 8px 35px 10px 35px;
        font-size: 14px;
        margin-right: 24px !important
        }
        .borders-menu {
            border-top: 1px solid #cccccc52;
            border-bottom: 1px solid #cccccc52;
            padding: 10px 0;
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .mobile-menu {
            display: none;
        }
        .down .module_content {
            min-height: 220px;
        }
        .right .module_content {
            min-height: 220px;
            margin-bottom: 20px;
        }

}

