
                .subArrow{
                    color: !important;
                    padding-right: 5px;
                    vertical-align: middle;
                    font-size: 12px;
                    margin-top: 2px;
                }
                .lngBtn{
                    width: 24px;
                    height: 24px;
                    line-height: 21px;
                    color: #585757;
                    background-color: #ccc9c9;
                    font-size: 13px;
                    border-radius: 4px;
                    box-shadow: 2px 1px 2px #aaaaaa;
                    cursor:pointer;
                    border: 1px solid #ccc9c9;
                }
                .lngBtn.langActive{background-color: #f0f0fb;border-color:#cacaca;}
                .lngBtn>img{
                    width:100%;
                    height:100%;
                    object-fit:cover;
                }
                .lngBtn:hover{
                    background-color: #f0f0fb;
                    border-color: #d1d1d4;
                    color: gray;
                }
                .su_sub_menu{
                    right: 100%;
                    display:none;
                    position:absolute;
                    padding:0;
                    background: #ffffff;
                    z-index: 1000;
                    top: 0;
                     -webkit-transition: opacity,.3s ease-in-out;
                    -moz-transition: opacity,.3s ease-in-out;
                    -o-transition: opacity,.3s ease-in-out;
                    transition: opacity,.3s ease-in-out;
                    min-width: 120%;
                    cursor: pointer;
                    }
                .s_sub_sub_title {font-size:13px !important;font-weight:normal !important;white-space: nowrap;}
                .sub-nav li:hover .su_sub_menu,.sub-nav li ul li:hover .su_sub_menu{
                    display:block;
                }
                .su_sub_menu li:hover .s_sub_sub_title, .su_sub_menuEn li:hover .s_sub_sub_title{
                     color: !important;
                }
                .sub-nav li:hover .s_sub_title, .sub-navEn li:hover .s_sub_title{
                    color: !important;
                }
                .s_sub_title{display:inline-block;}
                .sub-nav li:hover .sub_arrow{
                    content: "";
                    background-image: url(https://kar-gostar-borna.com/files/main/main/img/icons/arrow-hi.png);
                    background-size:contain;
                    background-repeat:no-repeat;
                }
                .sub_arrow{width:5%;height:10px;}
                .sub_arrow.rotate{transform:rotate(180deg);}

                .m_title{width:92%;}
            
        .medical_main_content.fixed{
            position: fixed !important;
            top: 0 !important;
            height: 61px;
            z-index: 400 !important;
            top: 0;
            left: 0;
            right: 0;
            background-color:#FFFFFF;
            border-bottom: 1px #B5B5BB solid;
            box-shadow: 0 2px 4px rgba(51,51,51,0.20);
            box-shadow: 0 1px 5px rgba(0,0,0,0.1);
       }
       #header_menu_container>.co_main_content{
           height: 61px;
           background-color:#FFFFFF;
       }
        .st-box-w0{width:10%;}
        .st-box-w1{width:60%;}
        .st-box-w2{width:28%;}
       #s_breadCrump{
            width: 1200px;
            margin: auto;
            height: 60px;
            line-height:60px;
        }
        #s_breadCrump span,#s_breadCrump a{display:inline-block;padding: 0px 10px;}
        #div_profile_picture{vertical-align:middle;}
        .lineHeight{line-height:2;}
            #header{
                width:100%;
                position:relative;
                z-index:999;
            }
            #header_top_bg{
                width:100%;
                height:40px;
                background-color:#F1F1F1;
            }
            #tellNum{font-size:20px;}
            #tellRow{width:100%;}
            #header_top_container{
                width:1200px;
                margin:auto;
                padding:5px 0;
            }
            #header_center_container{
                width:1200px;
                height: 110px;
                line-height:110px;
                margin:auto;
                position:relative;
                z-index:102;
                background:#FFFFFF;
            }
            #leftSideBox{
                width:600px;
            }
            .subDiv{
                width:49%;display:inline-block;vertical-align:top;
            }
            #tellBox{
                text-align:left;
            }
            #header_menu_container{
                width:100%;
                border: .5px solid #eeeeee;
                position: relative;
                z-index: 10;
                background: #ffffff;
            }
            #fixed_header_menu_container{
                width:100%;
                border: .5px solid #eeeeee;
                position:fixed;
                top:-100px;
                z-index: 1000;
                background: #fff;
                opacity:0;

            }
            .sub-nav{
                width: max-content;
                right: 0px;
                visibility: hidden;
                opacity: 0;
                background: #ffffff;
                position: absolute;
                z-index: 1000;
                top: 100%;
                 -webkit-transition: opacity,.3s ease-in-out;
                 -moz-transition: opacity,.3s ease-in-out;
                 -o-transition: opacity,.3s ease-in-out;
                 transition: opacity,.3s ease-in-out;
                cursor:pointer;
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32);
                min-width:120%;
            }
            .s_sub_title {
                font-size:14px !important;
                font-weight:normal !important;
                white-space:nowrap;
                cursor:pointer;
            }
            .sub-nav li {
                position: relative;
                display: block;
                padding: 5px 10px 0;
                box-sizing: border-box;
                line-height: 40px;
                z-index:100000;
                text-align:right;
            }

            .menu_items:hover .sub-nav{
                visibility: visible;
                opacity:1;
            }
            .sub-nav li:hover{background:;}
            #navigation{
                width:1200px;
                margin:auto;
                -webkit-flex-grow: 10;
                -moz-flex-grow: 10;
                -ms-flex-positive: 10;
                display: flex;
                -ms-flex-grow: 10;
                flex-grow: 10;
                -webkit-justify-content: flex-start;
                -moz-justify-content: flex-start;
                -ms-justify-content: flex-start;
                justify-content: flex-start;
                -ms-flex-pack: justify;
            }
            #fixed_navigation{
                width:1200px;
                margin:auto;
            }
            .active_g{
                border-top:2px solid  !important;
            }
            .activeTxt{color:;}
            #logoBox{width:600px;text-align:right;}
            #st_address{width:345px;
                text-align: right;}
            #st_gap{width:265px;}
            #st_tell{width:210px;
                text-align: left;}
            .header_center_box{
                display:table-cell;
            }
            .st-address{
                display:table-cell;
                vertical-align:middle;
            }
            #tellIcon{
                width:22px;
                background-image:url(https://kar-gostar-borna.com/files/1/tell.png);
                background-size:contain;
                background-repeat:no-repeat;
            }
            #addressIcon{
                width:10%;

            }
            .menu_items{
                display: flex;
                -webkit-flex-grow: 0;
                -moz-flex-grow: 0;
                -ms-flex-positive: 0;
                -ms-flex-grow: 0;
                flex-grow: 0;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                -ms-flex-pack: center;
                -ms-justify-content: center;
                justify-content: center;

                height: 60px;
               /* display: table-cell;*/
                line-height: 20px;
                text-align: center;
                border: .5px solid #eeeeee;
                position: relative;
                padding:18px 20px 8px 20px;
            }
            .menu_items a,.menu_items span{
                font-size: 14px;
                font-weight: bold;
            }
            #img-logo{
               height:0px;
               object-fit: cover;
               max-height: 110px;
            }
            .st-box{
                display:inline-block;
                line-height:30px;
                vertical-align: top;
            }
            #lngBox{
               width:10%;
               display:inline-block;
               line-height:30px;
               vertical-align: top;
               text-align: center;
            }
            #st-txtRight{
                text-align:right;
            }
            .st-txtRight{
                text-align:right;
            }
            #st-txtLeft{
                text-align:left;
            }
            .st-icons{
                width:26px;
                height:26px;
            }
            .st-txtLeft{
                display:inline-block;
            }
            #en-fa{
                width:26px;
                height:26px;
            }
            .rightItems{
                display:inline-block;
                margin-right:20px;
           }
           .leftItems{
                display:inline-block;
                margin-right:10px;
           }
           #mailIcon{
                width:19px;
                height:22px;
                background-image:url(https://kar-gostar-borna.com/files/1/email.png);
                background-size:contain;
                background-repeat:no-repeat;
           }
           .st-mail{
                display: inline-block;
                vertical-align: middle;
                font-size:14px;
                color:#898989;
           }
           .address_box{
                padding:10px;
           }
           #address_txt{width:88%;font-size:14px;}
           #contactUsLink{
                font-size: 14px;
                color: #898989;
                text-decoration: underline;
           }

        
     #t-footer_bg{
        width:100%;
        background-color:;
     }
     #footer-wrap{
        width:1200px;
        margin:auto;
     }
     #t-footer_container{
        width:100%;
        padding: 50px 0;
     }
     .t-footer_section{
        display:inline-block;
        vertical-align: top;
        width:330px;
        margin:0 30px;
        color:#FFFFFF;
     }
     #t-footer_construct p{
        width:100%;
        margin-bottom: 20px;
     }
     #footer_logo{
        width:100%;
        height:65px;
        object-fit:contain;
     }
     #construct_txt{
        margin-bottom:10px;
        text-align:justify;
        font-size: 14px;
        line-height: 26px;
        color:#aaaaaa;
     }
     .t-section_title{
        font-size:20px;
        font-weight:500;
     }
     .t-sub_section{
        margin-top: 10px;
     }
     .t-sub_section li{
        padding-top:10px;
     }
     .sub_subtitle{
        font-size:14px;
        color:#aaaaaa;
     }
     .service_txt span{
        color:#FFFFFF;
        font-size: 15px;
     }
   .news_content a{
        color:#aaaaaa;
        font-size:14px;
   }
   .news_content a:hover{
        color:#ffc000;
   }
   .news_content span{
        color:#85868c;
        font-size: 13px;
   }
   #bottom-bar_bg{
        width:100%;
        background:#252525 none repeat center top;
   }
   #bottom_bar_wrap{
        width:1200px;
        line-height:50px;
        margin:auto;
        font-size: 12px;
   }
   .bottom_txt{
        width:49%;
        display:inline-block;
        padding:10px 0;
        color: #aaaaaa;
   }
   .bottom_txt a{color: #aaaaaa;}
   .bottom_txt a:hover{text-decoration:underline}
   #bottom_right_txt{
        text-align:left;
        padding-right: 30px;
   }
   #bottom_left_txt{text-align:right;}


            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: rtl;text-align: right;}