/*
Theme Name: آزمایشگاه سینا
Text Domain: https://dkrozhan.ir
Version: 1.0
Tested up to: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: تقدیم به تیم خوب آزمایشگاه سینا
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: فرشاد نمازی زاده
*/
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    border: 0px;
}
body {
    background: #f9fafb;
}
@font-face {
    font-family: "iransans";
    src: url("fonts/IRANSansWeb.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "parvaz";
    src: url("fonts/W_parvaz.TTF");
    font-display: swap;
}
body {
    direction: rtl;
    font-size: 15px;
    line-height: 30px;
    font-family: "iransans";
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4,
h5,
h6 {
    font-size: 18px;
}
li {
    list-style: none;
}
a {
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.container {
    max-width: 1320px;
    margin: auto;
}
.flex {
    display: flex;
}
.column-flex {
    display: flex;
    flex-direction: column;
}
.wrap {
    display: flex;
    flex-wrap: wrap;
}
/******* شروع استایلهای هدر ********/
.header {
    position: relative;
    width: 100%;
    height: 90px;
    background: #fff;
    box-shadow: 1px 2px 6px #ddd;
}
.header .header-part {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .logo img {
    max-width: 115px;
    margin-top: 8px;
}
/* منو */
/* mobile menu */
.topnav {
    width: 60%;
    float: right;
    margin-right: 20px;
}
.topnav .menu {
}
.topnav > ul {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}
.topnav > ul > li {
}
.topnav > ul > li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.topnav > ul > li:hover > a {
    color: #00adef;
}
.topnav > ul > li.current_page_item > a {
    color: #00adef; /*رنگ صفحه فعال*/
}
.topnav .icon {
    display: none;
    color: #000;
    font-size: 24px;
    font-weight: 900;
    margin-top: 20px;
    margin-right: 20px;
}
.dropdown {
    overflow: hidden;
}
.dropdown .dropbtn {
    font-size: 15px;
    font-weight: 700;
    text-align: start;
    border: none;
    outline: none;
    color: #000;
    padding: 10px 0px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.dropdown-content a {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    float: none;
    color: #000;
    padding: 10px 30px 10px 0px;
    text-decoration: none;
    display: block;
    text-align: right;
}
/*.topnav a:not(.icon):hover,*/
/*.dropdown:hover .dropbtn {*/
/*	color: #00ADEF;*/
/*}*/
.dropdown-content a:hover {
    background-color: rgb(240, 240, 240);
    color: #606b18;
}
.dropdown:hover .dropdown-content {
    display: block;
}
/*زیرمنو*/
.menu-item {
    position: relative;
}
.menu-item .sub-menu {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 15px;
    line-height: 40px;
}
.menu-item:hover .sub-menu {
    display: block;
}
.sub-menu li > a {
    color: #6b6969;
}
.sub-menu .menu-item:hover a {
    color: #00adef;
}
/* دکمه های هدر */
.box-btn-fixed {
    display: none;
}
.box-btn {
    width: 450px;
    display: flex;
    gap: 6px;
}
.btn-light {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #f0fff4;
    border: 1px solid #c0d731;
    border-radius: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 12px;
}
.icon-user {
    width: 20px;
}
.btn-blue {
    background: #00adef;
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 12px;
    margin-right: 2px;
}
/* The Modal  */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-one {
    background-image: url(assets/img/Rectangle20.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
.modal-content {
    background-color: #fefefe;
    margin: 18% auto;
    padding: 40px;
    border: 1px solid #888;
    max-width: 33%;
    max-height: 50%;
}
.close {
    color: #aaa;
    float: right;
    font-size: 50px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.main-input-modal {
    justify-content: space-between;
    align-items: center;
}
.input-group-modal {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.input-modal {
    width: 80%;
    height: 80px;
    background-color: #00000021;
    border: 5px solid #fff;
    border-radius: 50px;
    font-size: 15px;
    outline: none;
    padding-right: 38px;
}
.input-modal::placeholder {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    font-family: "iransans";
    text-align: start;
}
.btn-send-modal {
    width: 80%;
    height: 80px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    font-family: "iransans";
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
}
.btn-green-header {
    background: #c0d731;
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 12px;
    margin-right: 2px;
}
.btn-green {
    background: #c0d731;
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 12px;
    margin-right: 2px;
}
.modal-two {
    background-image: url(assets/img/Rectangle225.svg);
    /* mix-blend-mode: darken; */
    /* background-blend-mode: normal; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
.close-two {
    color: #aaa;
    float: right;
    font-size: 50px;
    font-weight: bold;
}
.close-two:hover,
.close-two:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* سکشن بنر اصلی سایت */
.header-content {
    float: right;
    width: 100%;
    height: 71vh;
    background-image: url("assets/img/banner-header 2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header-content .main-banner {
    justify-content: center;
    align-items: center;
}
.header-content .main-content {
    display: flex;
    flex-direction: row;
}
.main-text-banner {
    width: 50%;
    padding-top: 70px;
}
.img-user-banner {
    width: 677px;
    margin-top: 20px;
}
.title-header {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
}
.title-header-two {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 10px;
}
.text-header-right {
    font-family: "parvaz";
    font-size: 30px;
    color: #000000;
}
.text-header {
    color: #454545;
    font-size: 16px;
    text-align: justify;
    padding-left: 30px;
}
.btn-box {
    position: relative;
    width: 100%;
    height: 200px;
    justify-content: space-between;
    margin-top: 70px;
}
.btn-group-banner {
    width: 89%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
}
.btn-purple {
    background: #625dbd;
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 18px;
    align-self: flex-end;
}
.arrow-line-left {
    width: 75px;
    position: absolute;
    top: 134px;
    right: 140px;
}
.arrow-line-right {
    width: 75px;
    position: absolute;
    top: 130px;
    left: 200px;
}
/*باکس کارت های سبز */
.main-green-card {
    float: right;
    width: 100%;
    margin-bottom: 5rem;
}
.img-green {
    width: 100%;
    margin-top: -8px;
}
.green-card {
    width: 24%;
    height: 110px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #606b18;
    border-radius: 20px;
}
.pre-footer {
    float: right;
    width: 100%;
}
.pre-footer .main-green-card {
    float: right;
    width: 100%;
    margin-top: 5rem;
}
.main-card {
    gap: 20px;
    margin-top: -90px;
}
.img-icon {
    width: 50px;
}
.title-text-green {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.text-green {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
/* بخش گواهی PSA */
.main-certificate {
    flex-direction: row;
    margin-bottom: 100px;
}
.img-animation {
    width: 714px;
    justify-content: center;
    align-items: center;
}
.main-left {
    width: 50%;
    justify-content: space-around;
}
.box-certificate {
    margin-bottom: 15px;
}
.title-text-certificate {
    padding-top: 100px;
    padding-bottom: 60px;
}
.img-certificate {
    width: 100px;
    border: 1px solid #c0d731;
    border-radius: 20px;
}
.info-certificate h3 > a {
    color: #333;
    font-size: 17px;
}
.download-certificate {
    width: 100%;
    background: #f0fff4;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #c0d731;
    border-radius: 20px;
    padding: 18px 20px 22px 0px;
}
.download-certificate .info-certificate{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.download-link {
    justify-content: center;
    align-items: center;
    background: #CDDC39;
    padding: 12px 6px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.download-icon {
    width: 33px;
}
.btn-certificate {
    width: 100%;
    background: #606b18;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    padding: 8px 140px 8px 16px;
}
.img-arrow-icon {
    width: 50px;
}
/* استایل بخش قراردادها */
.main-contracts {
    height: auto;
    background: #e0f7fa;
    padding: 50px 0px;
}
.title-text-contracts {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.box-contracts-img {
    width: 100%;
    padding-top: 50px;
    justify-content: start;
    align-items: center;
    gap: 20px;
}
.img-contracts {
    width: 120px;
}
.img-contracts-small {
    width: 130px;
}
.btn-contracts {
    background: #606b18;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    padding: 10px 12px;
}
.img-arrow-icon-contracts {
    width: 30px;
}
/* استایل بخش نظرات مشتریان واسلایدر */
.main-feedback {
    width: 100%;
    background-image: url("assets/img/studio-banner 2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin-bottom: 70px;
    padding: 0px 50px;
}
.title-text-feedback {
    text-align: center;
    padding-top: 60px;
}
.feedback-slider {
    direction: ltr;
    margin-top: 60px;
    justify-content: space-between;
}
.main-feedback .box-feedback {
    height: 250px;
    background: #f0fff4;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #c0d731;
    border-radius: 20px;
    direction: rtl;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.p-text-feedback {
    color: #454545;
    font-size: 16px;
}
.main-feedback .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    right: 0;
    margin-right: -50px;
    font-size: 50px;
    color: #fff;
}
.main-feedback .owl-carousel .owl-nav button.owl-next:hover {
    background: transparent;
}
.main-feedback .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    left: 0;
    margin-left: -50px;
    font-size: 50px;
    color: #fff;
}
.main-feedback .owl-carousel .owl-nav button.owl-prev:hover {
    background: transparent;
}
.owl-theme .owl-dots .owl-dot span {
    display: none;
}
/* استایل آکاردئون سوالات متداول */
.question-box {
    width: 50%;
    direction: rtl;
}
.title-accordion {
    padding-bottom: 40px;
}
.accordion {
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: "iransans";
    cursor: pointer;
    padding: 18px;
    width: 100%;
    height: 50px;
    text-align: right;
    border: 1px solid #c0d731;
    border-radius: 10px;
    outline: none;
    transition: 0.4s;
    margin-bottom: 15px;
}
.panel {
    padding: 5px 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    text-align: justify;
    margin: -15px 0 12px 0;
    color: #535353;
    font-size: 14px;
}
/* استایل بخش شبکه های اجتمایی */
.social-box {
    width: 50%;
    padding-top: 70px;
    padding-right: 20px;
}
.social-box-text {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-top: 6px;
    padding-bottom: 28px;
}
.list-item-social {
    width: 50%;
    justify-content: start;
    align-items: center;
    font-size: 16px;
    color: #000;
    padding-bottom: 35px;
}
.img-icons-social {
    width: 25px;
    margin-left: 8px;
}
.list-item-social a {
    color: #464646;
}
/* استایل بخش اسلایدر بلاگ */
/*.main-blog {*/
/*	margin: 100px 0px;*/
/*	padding: 0px 50px;*/
/*}*/
/*.title-text-blog {*/
/*	text-align: start;*/
/*	font-size: 24px;*/
/*	font-weight: 700;*/
/*}*/
/*.main-blog .article-slider{*/
/*	direction: ltr;*/
/*	width: 100%;*/
/*	float: right;*/
/*	margin-top: 2rem;*/
/*}*/
/*.article-slider .box-article {*/
/*	width: 98%;*/
/*	background: #ffffff;*/
/*	justify-content: space-around;*/
/*	align-items: center;*/
/*	gap: 10px;*/
/*	border: 1px solid #ddd;*/
/*	border-radius: 20px;*/
/*	direction: rtl;*/
/*	text-align: center;*/
/*	padding: 10px;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*}*/
/*.main-blog .container .owl-carousel .owl-nav button.owl-next {*/
/*	position: absolute;*/
/*	top: 30%;*/
/*	right: 10px;*/
/*	margin-right: -50px;*/
/*	font-size: 50px;*/
/*	color: #000;*/
/*}*/
/*.main-blog .container .owl-carousel .owl-nav button.owl-next:hover {*/
/*	background: transparent;*/
/*}*/
/*.main-blog .container .owl-carousel .owl-nav button.owl-prev {*/
/*	position: absolute;*/
/*	top: 30%;*/
/*	left: 10px;*/
/*	margin-left: -50px;*/
/*	font-size: 50px;*/
/*	color: #000;*/
/*}*/
/*.main-blog .container .owl-carousel .owl-nav button.owl-prev:hover {*/
/*	background: transparent;*/
/*}*/
/*.box-article .img-blog {*/
/*	width: 100%;*/
/*}*/
/*.box-article h2 {*/
/*	font-size: 18px;*/
/*}*/
/*.box-article p {*/
/*	font-size: 14px;*/
/*	color: #454545;*/
/*}*/
/*.box-article > h2 > a{*/
/*	color: #000000;*/
/*}*/
/*.box-article .img-arrow-icon-blog {*/
/*	width: 39.38px!important;*/
/*	height: 24.38px;*/
/*	right: 1359.62px;*/
/*	top: 3496px;*/
/*}*/
/*.blog-btn-link {*/
/*	width: 100%;*/
/*	color: #00adef;*/
/*	display: flex;*/
/*	justify-content: end;*/
/*	align-items: center;*/
/*	padding-left: 6px;*/
/*}*/
/*.img-arrow-icon-blog {*/
/*	width: 30px !important;*/
/*	height: 30px;*/
/*}*/
/*.p-text-btn-blog {*/
/*	width: 100px;*/
/*	font-size: 16px;*/
/*	font-weight: 500;*/
/*}*/
/* استایل فوتر */
.footer-top {
    width: 100%;
    height: 270px;
    background-image: url("assets/img/bg-footer4.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: 3rem;
    float: right;
}
.main-input {
    justify-content: space-between;
    align-items: center;
}
.title-text-input {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.input-group {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 40px 0px;
}
.input {
    width: 241px;
    height: 60px;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 50px;
    font-size: 18px;
    outline: none;
    padding-right: 14px;
}
.input::placeholder {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "iransans";
    text-align: start;
}
.btn-send {
    width: 241px;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    border-radius: 50px;
    font-family: "iransans";
    font-size: 18px;
    cursor: pointer;
}
.footer-bottom {
    width: 100%;
    height: 400px;
    padding-bottom: 2px;
    background: #000;
}
.box-list-footer-bottom {
    width: 60%;
    justify-content: space-between;
    align-items: start;
}
.footer-logo-group {
    width: 40%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.logo-footer {
    width: 150px;
    margin-bottom: 20px;
}
.footer-logo-group img {
    width: 35%;
    margin-bottom: 15px;
}
.footer-logo-group p {
    color: #fff;
    text-align: justify;
    padding-left: 40px;
}
.social-icons-box-footer {
    color: #fff;
}
.social-icons-box-footer h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 16px;
}
.social-icons-box-footer .textwidget {
    line-height: 40px;
}
.social-icons-box-footer a {
    color: #fff;
    justify-content: start;
    align-items: center;
    font-size: 16px;
    padding-bottom: 12px;
    line-height: 50px;
}
.social-icons-box-footer p {
    color: #ffffff;
}
.social-icons-box-footer .textwidget li {
    margin-bottom: 10px;
}
.img-icons-social-footer {
    color: #fff;
    width: 16px;
    margin-left: 8px;
}
.social-icons-box-footer {
    width: 33%;
    padding-top: 20px;
}
/********استایل بخش پزشکان*******/
.doctors-cart {
    margin-top: 6rem;
}
.doctors {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    gap: 1rem;
}
.doctors h2 {
    font-size: 22px;
}
.box-doctor {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    width: 50%;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.img-doctor {
    width: 25%;
}
.img-doctor img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #c0d731;
}
.doctor-info {
    display: flex;
    gap: 2rem;
}
.basic-doctor-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    width: 73%;
    gap: 26%;
}
.basic-doctor-info h2 a {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}
.basic-doctor-info span {
    font-size: 16px;
    color: #777777;
    margin: 0;
}
.turns-box {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
}
.turns-box p {
    font-size: 14px;
    color: #555555;
}
.turns-box .turns {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #00adef;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}
.turns-box .turns:hover {
    background-color: #008bbf;
}
.box-address-doctor {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px 10px;
    width: 100%;
}
.box-address-doctor img {
    width: 20px; /* اندازه آیکون */
}
.box-address-doctor p {
    font-size: 14px;
    color: #555555;
    margin: 0;
}
.breadcrumbs .rank-math-breadcrumb{
    margin-top: 10px;
    padding: 10px;
    background: #edf3fb;
    border-radius: 8px;
}
.breadcrumbs .rank-math-breadcrumb p{
    font-size: 13px;
}
.breadcrumbs .rank-math-breadcrumb a{
    color: #00adef;
}
/***************************شروع رسپانسیوسازی قالب***************************/
@media screen and (max-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .title-header {
        font-size: 24px;
    }
    .header-content {
        padding: 0px 50px;
    }
    .title-header-two {
        font-size: 16px;
    }
    .text-header {
        font-size: 14px;
        padding-left: 0px;
    }
    .btn-box {
        height: 150px;
        margin-top: 30px;
    }
    .btn-group-banner {
        width: 100%;
        gap: 10px;
    }
    .btn-purple {
        font-size: 14px;
        font-weight: 500;
        padding: 8px 10px;
        align-self: flex-end;
    }
    .btn-green-header {
        font-size: 14px;
        font-weight: 500;
        padding: 8px 10px;
    }
    .btn-blue {
        font-size: 14px;
        font-weight: 500;
        padding: 8px 10px;
    }
    .arrow-line-left {
        display: none;
    }
    .arrow-line-right {
        display: none;
    }
    .main-card {
        padding: 0px 30px;
    }
    /*  بخش آزمایشهای GCT */
    .img-animation {
        width: 614px;
    }
    .btn-certificate {
        font-size: 20px;
        padding: 12px 80px 12px 16px;
    }
    .img-arrow-icon {
        width: 30px;
    }
    /* استایل بخش نظرات مشتریان واسلایدر */
    .main-feedback {
        background-image: none;
        background-color: #c0d731;
        padding: 0px 50px;
    }
    .title-text-feedback {
        padding-top: 40px;
        font-size: 20px;
    }
    .owl-theme {
        margin-top: 30px;
    }
    /* کارت های سبز */
    /* *****بخش پزشکان**** */
    .basic-doctor-info {
        flex-direction: row;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 992px) {
    .container {
        max-width: 960px;
    }
    /* ریسپانسیو هدر و منو اصلی  */
    .topnav {
        width: 90%;
        padding-left: 20px;
    }
    .home-link-header {
        margin-top: 0px;
    }
    /* ریسپانسیو بخش بنر */
    .header-content {
        /*height: 430px;*/
    }
    .main-text-banner {
        padding-top: 20px;
    }
    .img-user-banner {
        margin-top: 10px;
        width: 400px;
    }
    .text-header-right {
        font-size: 20px;
    }
    .btn-box {
        height: 130px;
        margin-top: 10px;
    }
    .btn-group-banner {
        width: 100%;
        gap: 4px;
    }
    .btn-purple {
        font-size: 12px;
        font-weight: 500;
        padding: 8px 10px;
    }
    .btn-green {
        font-size: 12px;
        font-weight: 500;
        padding: 8px 10px;
    }
    .btn-blue {
        font-size: 12px;
        font-weight: 500;
        padding: 8px 10px;
    }
    /* ریسپانسیو بخش دکمه های هدر و دکمه های چسبیده به کنار صفحه */
    .box-btn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 12px;
        gap: 16px;
        position: fixed;
        bottom: 0px;
        right: 0px;
        z-index: 999;
        margin-left: 0px;
        box-shadow: 0px 0px 7px #939393;
        background: #f7f7f7;
    }
    .btn-light {
        color: #000;
        font-size: 15px;
        font-weight: 500;
        padding: 8px 12px;
    }
    .icon-user {
        width: 20px;
    }
    .btn-blue {
        font-size: 16px;
        font-weight: 500;
        padding: 8px 12px;
    }
    .btn-green-header {
        font-size: 16px;
        font-weight: 500;
        padding: 8px 12px;
    }
    /* ریسپانسیو بخش کارت های سبز */
    /* کارت های سبز */
    .main-green-card {
        margin-top: 0px;
    }
    .green-card {
        height: 120px;
        padding: 0px 10px;
    }
    .main-card {
        gap: 20px;
        margin-top: -60px;
        padding: 0px 30px;
    }
    .img-icon {
        width: 40px;
    }
    .title-text-green {
        font-size: 14px;
    }
    .text-green {
        font-size: 13px;
        font-weight: 500;
    }
    .img-green {
        margin-top: -20px;
    }
    /*  بخش آزمایشهای GCT */
    .img-animation {
        width: 514px;
    }
    .download-certificate {
        padding: 12px 150px 12px 0px;
    }
    .download-link {
        padding: 10px 12px;
    }
    .img-certificate {
        width: 80px;
        top: -22px;
        right: 40px;
    }
    .text-certificate {
        font-size: 16px;
    }
    .btn-certificate {
        font-size: 16px;
        padding: 12px 16px;
    }
    /* استایل بخش قراردادها */
    .title-text-contracts {
        font-size: 20px;
        font-weight: 700;
    }
    .box-contracts-img {
        justify-content: center;
    }
    .img-contracts {
        width: 120px;
    }
    .img-contracts-small {
        width: 100px;
    }
    /* بخش سوالات متداول و شبکه های اجتمایی  */
    .title-accordion {
        padding-bottom: 20px;
        font-size: 20px;
    }
    .accordion {
        font-size: 13px;
        padding: 18px;
        margin-bottom: 20px;
    }
    .panel {
        padding-bottom: 10px;
        font-size: 13px;
    }
    .arrow-accordion {
        width: 24px;
    }
    .social-box-text {
        font-size: 16px;
        padding-top: 6px;
        padding-bottom: 20px;
    }
    .list-item-social {
        font-size: 14px;
        padding-bottom: 25px;
    }
    .img-social-location {
        font-size: 14px;
    }
    .img-icons-social {
        width: 20px;
        margin-left: 4px;
    }
    .social-box-title {
        font-size: 20px;
        padding-bottom: 8px;
    }
    /* استایل فوتر */
    .footer-bottom {
        height: auto;
        padding-bottom: 100px;
    }
    .text-logo {
        font-size: 14px;
    }
    .list-footer-title {
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 16px;
    }
    .list-item-social-footer {
        width: 100%;
        justify-content: start;
        align-items: center;
        font-size: 14px;
        padding-bottom: 12px;
    }
    .img-icons-social-footer {
        width: 20px;
        margin-left: 8px;
    }
    /* *****بخش پزشکان**** */
    .turns-box {
        flex-direction: column;
        align-items: start;
    }
}
@media screen and (max-width: 768px) {
    .container {
        max-width: 720px;
    }
    /* ریسپانسیو هدر و منو اصلی  */
    .topnav a {
        padding: 0px 0px;
        font-size: 14px;
        font-weight: 500;
    }
    .dropdown .dropbtn {
        font-size: 14px;
        font-weight: 500;
    }
    /* فرم modal */
    .input-group-modal {
        gap: 40px;
    }
    .input-modal {
        height: 80px;
        font-size: 24px;
    }
    .input-modal::placeholder {
        font-size: 24px;
    }
    .btn-send-modal {
        width: 80%;
        height: 80px;
        font-size: 24px;
        font-weight: 700;
    }
    /* بخش بنر اصلی سایت */
    .main-text-banner {
        padding-top: 30px;
    }
    .img-user-banner {
        margin-top: 80px;
        width: 350px;
    }
    .title-header {
        font-size: 18px;
    }
    .header-content {
        padding: 0px 30px;
    }
    .title-header-two {
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 0px;
    }
    .text-header {
        font-size: 12px;
        padding-left: 0px;
    }
    /* ریسپانسیو بخش کارت های سبز */
    .main-green-card {
        margin-top: 0px;
    }
    .main-card {
        flex-wrap: wrap;
    }
    .green-card {
        width: 48%;
    }
    .main-card {
        margin-top: -60px;
    }
    .img-green {
        margin-top: 0px;
    }
    /*  بخش آزمایشهای GCT */
    .img-animation {
        width: 414px;
        margin-top: 70px;
    }
    .box-certificate {
        margin-bottom: 25px;
    }
    .download-certificate {
        padding: 10px 10px 10px 0px;
    }
    .download-link {
        padding: 16px 12px;
    }
    .img-certificate {
        width: 80px;
        top: -14px;
        right: 40px;
    }
    .text-certificate {
        font-size: 14px;
    }
    .download-icon {
        width: 16px;
    }
    .btn-certificate {
        font-size: 13px;
        padding: 10px 16px;
    }
    .img-arrow-icon {
        width: 20px;
    }
    /* استایل بخش قراردادها */
    .btn-contracts {
        font-size: 16px;
    }
    .img-arrow-icon-contracts {
        width: 24px;
    }
    /* بخش سوالات متداول و شبکه های اجتمایی  */
    .social-box {
        padding-top: 0px;
        padding-right: 30px;
    }
    .list-item-social {
        width: 100%;
    }
    .question-box {
        width: 100%;
    }
    /* ریسپانسیو بخش بلاگ */
    .title-text-blog {
        text-align: center;
        font-size: 16px;
        font-weight: 700;
    }
    /* ریسپانسیو بخش فرم فوتر */
    .title-text-input {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
    }
    .input-group {
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 16px;
        padding: 40px 0px;
    }
    .input {
        width: 180px;
        height: 50px;
        font-size: 14px;
    }
    .input::placeholder {
        font-size: 14px;
    }
    .btn-send {
        width: 180px;
        height: 50px;
        font-size: 14px;
        font-weight: 700;
    }
    .social-icons-box-footer {
        padding-top: 10px;
    }
    /* *****بخش پزشکان**** */
    .doctors-cart .container h2 {
        font-size: 20px;
    }
    .doctors-cart .container .doctors {
        flex-direction: column;
        padding: 30px;
    }
    .box-doctor {
        width: 100%;
        padding: 10px;
    }
    .turns-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        justify-content: space-between;
        width: 100%;
    }
    /* ********استایل فوتر****** */
    .footer-bottom {
        height: auto;
        padding-bottom: 60px;
        padding-top: 30px;
    }
}
@media screen and (max-width: 576px) {
    .container {
        max-width: 540px;
    }
    /* فرم modal */
    .input-group-modal {
        gap: 24px;
    }
    .input-modal {
        height: 70px;
        font-size: 18px;
    }
    .input-modal::placeholder {
        font-size: 18px;
    }
    .btn-send-modal {
        width: 80%;
        height: 70px;
        font-size: 18px;
    }
    /* بخش بنر اصلی سایت */
    .img-user-banner {
        width: 350px;
        margin-top: 10px;
    }
    .main-text-banner {
        width: 100%;
        text-align: center;
    }
    .header-content .main-content {
        flex-direction: column;
    }
    .title-header-two {
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 0px;
    }
    .text-header {
        font-size: 12px;
        padding-left: 0px;
    }
    /* ریسپانسیو بخش کارت های سبز */
    /* استایل مزیت های رقابتی	*/
    .main-green-card {
        margin-top: 20px;
        margin-bottom: 4rem;
    }
    .img-green {
        /*margin-top: 62px;*/
        height: 100px;
    }
    .main-card {
        margin-top: -40px;
    }
    .green-card {
        width: 46%;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 8px 5px;
        margin-bottom: 10px;
    }
    .img-icon {
        width: 50px;
        border-radius: 50px;
        background: #8bc34a;
        padding: 3px;
        margin-top: -50px;
    }
    .title-text-green {
        font-size: 13px;
        line-height: 22px;
    }
    .text-green {
        font-size: 12px;
        font-weight: 500;
    }
    /* بخش پزشکان */
    .doctors-cart .container h2 {
        text-align: center;
    }
    .turns-box .turns {
        padding: 6px 10px;
        font-size: 14px;
        font-weight: 500;
    }
    .turns-box p {
        font-size: 12px;
    }
    .doctors-cart {
        margin-top: 3rem;
    }
    /*  بخش آزمایشهای GCT */
    .main-certificate {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .main-right {
        display: flex;
        justify-content: center;
        align-items: center;
        order: 2;
    }
    .img-animation {
        width: 414px;
        margin-top: -30px;
    }
    .main-left {
        width: 100%;
        padding: 0px 20px;
    }
    .title-text-certificate {
        text-align: center;
        padding-top: 30px;
    }
    /* بخش سوالات متداول و شبکه های اجتمایی  */
    .main-container-question {
        flex-direction: column;
        padding: 0px 20px;
    }
    .question-box {
        width: 100%;
        padding: 0px 20px;
    }
    .social-box {
        width: 100%;
    }
    /* ریسپانسیو بخش فرم فوتر */
    .footer-top {
        height: 300px;
        padding: 50px 0px;
    }
    .input-group {
        flex-direction: column;
        padding: 20px 0px;
        gap: 10px;
    }
    .input {
        width: 250px;
    }
    .btn-send {
        width: 250px;
    }
    /* ریسپانسیو بخش فرم فوتر */
    .container-footer {
        flex-direction: column;
    }
    .footer-bottom {
        height: auto;
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .footer-logo-group {
        width: 100%;
    }
    .text-logo {
        padding-left: 0px;
    }
    .list-footer-title {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 16px;
    }
    .list-item-social-footer {
        font-size: 13px;
    }
    .img-icons-social-footer {
        width: 20px;
    }
    .box-list-footer-bottom {
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }
    .social-icons-box-footer {
        padding-top: 30px;
    }
}
/* ریسپانسیو هدر سایت */
@media screen and (max-width: 700px) {
    .topnav a,
    .dropdown .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
        color: #000;
    }
    .topnav {
        width: 220px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: start;
        background-color: #fff;
        margin-right: 0px;
    }
    .responsive .menu {
        width: 100%;
        height: 70vh;
        display: block;
        position: absolute;
        top: 90px;
        background: #fff;
        z-index: 999;
    }
    .menu-item .sub-menu {
        right: 220px;
        top: -100px;
        padding: 15px;
    }
    .home-link-header {
        margin-top: 70px;
    }
    .topnav a {
        width: 100%;
        padding: 10px 16px;
    }
    .dropdown .dropbtn {
        width: 100%;
        padding: 10px 16px;
    }
    .dropdown-content {
        width: 220px;
    }
    .dropdown-content a {
        padding: 10px 40px 10px 0px;
    }
    /* تست موبایل منو */
    .header-container {
        width: 100% !important;
    }
    .header-part {
        flex-direction: row-reverse;
    }
    .topnav a:not(.icon):hover,
    .dropdown:hover .dropbtn {
        background-color: rgb(240, 240, 240);
        color: #606b18;
    }
    .dropdown-content a:hover {
        background-color: rgb(240, 240, 240);
        color: #606b18;
    }
    /* logo */
    .logo img {
        position: absolute;
        max-width: 115px;
        margin-top: 8px;
        top: 0px;
        left: 5%;
    }
}
@media screen and (max-width: 700px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive a.icon {
        position: absolute;
        top: 0;
        right: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: right;
    }
    .topnav.responsive .dropdown {
        float: none;
    }
    .topnav.responsive .dropdown-content {
        position: relative;
    }
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: right;
    }
}
@media screen and (max-width: 430px) {
    /* ************دکمه های بنر اصلی********** */
    .btn-box {
        display: none;
    }
    /* ریسپانسیو بخش دکمه های هدر و دکمه های چسبیده به پایین صفحه */
    .box-btn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 12px;
        gap: 10px;
        bottom: 0px;
        right: 0px;
        z-index: 999;
    }
    .btn-light {
        gap: 0px;
        font-size: 14px;
        font-weight: 400;
        padding: 16px 18px;
        border-radius: 50%;
    }
    .icon-user {
        width: 22px;
    }
    .btn-blue {
        font-size: 16px;
        font-weight: 400;
        padding: 12px 18px;
    }
    .btn-green-header {
        font-size: 16px;
        font-weight: 400;
        padding: 12px 18px;
    }
    .btn-light span {
        display: none;
    }
    .main-card {
        margin-top: -50px;
    }
    .green-card {
        height: 110px;
        padding: 0px 0px;
    }
    .main-green-card {
        /*margin-top: 90px;*/
    }
    /* *********بخش پزشکان******** */
    .doctors-cart .container .top-info h2 {
        font-size: 16px;
        text-align: center;
    }
    /* *********فوتر********* */
    .footer-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 320px) {
    h4,
    h5,
    h6 {
        font-size: 14px;
    }
    /*قسمت بالای صفحه*/
    .header-content .main-banner {
        width: 100%;
    }
    .header-content .main-content {
        flex-direction: column;
    }
    .text-header {
        font-size: 11px;
        line-height: 28px;
    }
    .btn-group-banner {
        display: flex;
        flex-direction: column;
        margin-bottom: 3rem;
    }
    .btn-purple {
        margin-top: -15%;
    }
    .btn-green {
        margin-right: 25%;
    }
    .title-header-two {
        font-size: 10px;
        font-weight: 600;
    }
    /* ********بخش کارت های سبز********* */
    .main-green-card {
        margin-top: 60px;
    }
    /* استایل مزیت های رقابتی	*/
    .green-card {
        width: 46%;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 8px 5px;
    }
    .img-icon {
        width: 35px;
        border-radius: 50px;
        background: #8bc34a;
        padding: 3px;
        margin-top: -25px;
    }
    .title-text-green {
        font-size: 13px;
        line-height: 22px;
    }
    .text-green {
        font-size: 12px;
        font-weight: 500;
    }
    /* دیدگاه مشتریان	*/
    .p-text-feedback {
        font-size: 12px;
    }
    .feedback-slider {
        margin-top: 0;
    }
    .title-text-feedback {
        font-size: 16px;
    }
    .social-box {
        margin-top: 1rem;
    }
    .social-box-text {
        font-size: 14px;
    }
    /*بلاگ*/
    .main-blog {
        margin: 20px 0px;
    }
    .main-blog .article-slider {
        margin-top: 0;
    }
    .owl-theme {
        margin-top: 10px;
    }
    .box-article h2 {
        font-size: 14px;
    }
    /* بخش پزشکان */
    .turns-box {
        flex-direction: column;
        align-items: start;
    }
    /* ریسپانسیو بخش دکمه های هدر و دکمه های چسبیده به پایین صفحه */
    .box-btn {
        flex-wrap: wrap;
        padding: 10px 12px;
        gap: 10px;
    }
    .btn-light {
        gap: 0px;
        font-weight: 400;
        padding: 14px 16px;
    }
    .icon-user {
        width: 22px;
    }
    .btn-blue {
        font-size: 13px;
        font-weight: 400;
        padding: 10px 8px;
    }
    .btn-green-header {
        font-size: 13px;
        font-weight: 400;
        padding: 10px 8px;
    }
    .img-green {
        margin-top: 140px;
    }
}
/**************هوک زیر برای حالت موبایل بررسی شود*******************/
/*
wp_is_mobile();
*/
