﻿/*fonts*/
/* Generated by script */
@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/VazirMatn/webfonts/Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*fonts\VazirMatn*/
/*پایان فونت وزیر متن*/ /*پایان فونت وزیر متن*/ /*پایان فونت وزیر متن*/ /*پایان فونت وزیر متن*/
@font-face {
    font-family: 'Yeka';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Yekan.eot);
    src: local('Yekan'), local('Yekan-Regular'), url(/fonts/Yekan.eot) format('embedded-opentype'), url(/fonts/Yekan.woff) format('woff');
}

@font-face {
    font-family: 'BMitr';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/BMitra.eot);
    src: local('BMitra'), local('BMitra-Regular'), url(/fonts/BMitra.eot) format('embedded-opentype'), url(/fonts/BMitra.woff) format('woff');
}

@font-face {
    font-family: 'LibertinusSerif';
    src: url("~/fonts/English/LibertinusSerif-Regular.otf") format("otf");
}


body {
    width: 100%;
    display: inline-block;
    margin: 0;
}

html {

}
.HeaderMainDiv {
    background-color: green;
    width: 100%;
    height: 60px;
    display: inline-block;
    color: white;
    margin: 0 auto;

}


.HeaderClass {

    display: block;
    direction: rtl;
    margin: 0 auto;
    width: auto;
  
}
    .HeaderClass ul {
        list-style-type: none;
        color: white;
      
    }

        .HeaderClass ul li {
            display: inline-block;
            border: 1px solid whitesmoke;
            background-color: whitesmoke;
            border-radius: 8px;
            padding: 5px;
        }

            .HeaderClass ul li:hover {
                background-color: #888888;
                border: 1px solid #888888;
                color: white;
            }
        .HeaderClass ul a:hover {
            color: white;
        }

            .HeaderClass ul li a {
                font-size: 16px;
                text-decoration: none;
                text-decoration-style: unset;
                color: blue;
                font-weight: bold;
                padding: 10px;
               
            }

.DataListArticles {
    margin: 0 auto;
    direction: rtl;
    max-width: 100%;
    /*max-height: 100vh;*/
    object-fit: contain;
    height: auto;
    width: 100vw;
    padding: 1px;
}

.TaskBuyHyperlinkCell {
    /*    background: green;*/
    border-color: #38AFEB;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
    font-family: 'BMitr';
    direction: rtl;
    padding: 1px;
    margin: 0;
  
}

.TaskBuyHyperlinkCell:hover {
    background: white;
}

@media only screen and (max-width : 1115px) {

    .TaskBuyHyperlinkCell {
      /*  visibility: hidden;
        display: none;*/
    }

}

.LoginmodalPopup {
    padding: 20px 0px 24px 10px;
    border: 1px solid #A9C1D9;
    border-radius: 10px;
/*    display: inline-block;*/
    horiz-align: center;
    vertical-align: center;
    background-color: whitesmoke;
  
    box-shadow: 7px 12px #888888;
    margin: 0 auto;
    max-width: 300px;
    min-height: 300px;
    width: 95%;
    margin-top: 20px;
}

.LoginLabelSubTitle {
    font-size: 22px;
    font-family: 'BMitr';
    direction: rtl;
    /* text-align: right;*/
    alignment: right;
    color: navy;
}


.LoginTxt {
    font-size: 17px;
    font-family: 'BMitr';
    /* direction: rtl;*/
    /* text-align: right;*/
    alignment: center;
    text-align: center;
    width: 57%;
    border-radius: 6px;
    border-color: #000000;
    margin: 0 auto;
    margin-bottom: 5px;
}

.LoginTxt:hover {
    font-size: 17.1px;
    border-radius: 5px;
}

.btnLogin {
    width: 60%;
    font-size: 22px;
    font-family: 'BMitr';
    padding: 4px;
    color: white;
    background-color: #006fe1;
    border-radius: 8px;
}

.btnLogin:hover {
    font-weight: bold;
}
.LoginPanelCssClass {
    margin: 0 auto;
    width: 100%;
    alignment: center;
    text-align: center;
}
.doctorImageiconCssClass {
    width: 30%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
}
.LiClassMasterPage {
    border: 1px solid whitesmoke;
    background-color: whitesmoke;
    border-radius: 5px;

    padding: 5px;
}
.menueItemDivClass {
    border: 1px solid whitesmoke;
    background-color: whitesmoke;
    border-radius: 8px;
    box-shadow: 5px 7px #888888;
    width: 400px;
  /*  float: right;
    display: flex;*/
    min-height: 400px;
    margin: 0 auto;
    margin-top: 50px;
}
.profileTitle {
    font-size: 22px;
    font-family: 'BMitr';
    direction: rtl;
    line-height: 40px;
}
.PatientLinkButtonCssClass {
    padding: 5px 5px 5px 5px;
    border: 1px solid #38afeb;
    background-color: #38afeb;
    color: white;
    border-radius: 5px;
    font-size: 24px;
    font-family: 'BMitr';
    margin: 0 auto;
    text-decoration: none;
    display: block;
    width: 50%;
    height: 30px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold
}
.SessionBtnCssClass {
    text-decoration: none;
    font-size: 22px;
    font-family: 'BMitr';
    direction: rtl;
    color: white;
    font-weight: bold;
    padding: 15px 3px 15px 3px;
}
    .SessionBtnCssClass:hover {
        color: blue;
    }
.patientInfoTitle {
    direction: rtl;
    float: right;
    font-weight: bold;
    font-size: 25px;
    font-family: 'BMitr';
    margin-right: 30px;
    text-align: center;
    align-content: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.SessionTableCellCssClass {
    background: #4682b4;
    border-color: #4682b4;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
    font-family: 'BMitr';
    direction: rtl;
    padding: 1px;
    margin: 0;
    width: 150px;
}
.SessionTableCellCssClass:hover {
    background: whitesmoke;

}
.SessionDetailsMainDiv {

}
.PatientInfo {
    direction: rtl;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    background-color: #e6e6fa;
    box-shadow: 5px 7px #888888;
    border-radius: 7px;
    padding: 2px 5px 25px 5px;
}
.lblPatientInfoTitle {
    font-size: 22px;
    font-family: 'BMitr';
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 40px;
    
}
.lblPatientInfoTxt {
    font-size: 20px;
    font-family: 'BMitr';

}
.lblPatientInfoTitleMain {
    font-size: 27px;
    font-family: 'BMitr';
    font-weight: bold;
}
.lblPatientInfoTxtTreatmentFinish {
    font-size: 22px;
    font-family: 'BMitr';
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    background-color: #38afeb;
    color: yellow;
 
  
}
.LoginBtnCssClass {
    display: inline-block;
    border: 1px solid whitesmoke;
    background-color: whitesmoke;
    border-radius: 8px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
  
}
    .LoginBtnCssClass:hover {
        background-color: #888888;
        border: 1px solid #888888;
        color: white;
    }



.TalkClass {
    text-decoration: none;
    margin-right: 20%;
    background-color: aliceblue;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    font-family: 'Yekan';
    font-weight: bold;
    font-size: 15px;
     color: blue;
}
    .TalkClass:hover {
        color: white;
        background-color: #888888
    }

@media only screen and (max-width : 700px) {
    .TalkClass {

        margin-right: 10px;

    }
}

.contactMainDivClass {
    padding-top: 50px;
    width: 95%;
    min-height: 500px;
    font-family: 'Yekan';
    max-width: 1000px;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 1px 3px 3px #ccc;
}

.HeaderRow2Class {
    width: 100%;
    background-color: white;
    height: auto;
    display: inline-block;
    direction: rtl;
    margin: 0 auto;
    text-align: center;
    align-content: center;
    horiz-align: center;
    alignment: center;
    vertical-align: middle;
    vertical-align: center;
    vert-align: middle;
}


    .HeaderRow2Class ul {
        list-style-type: none;
        /* color: white;*/
        vert-align: middle;
        height: 100%;
    }

        .HeaderRow2Class ul li {
            display: inline-block;
            border: 1px solid white;
            background-color: white;
            border-radius: 8px;
        /*    padding: 5px;*/
            vertical-align: center;
            vert-align: middle;
            height: 100%;
            flex-direction: column;
            vertical-align: middle
        }

            .HeaderRow2Class ul li:hover {
                font-size: 17px;
            }

/*.HeaderRow2Class ul a:hover {
        color: white;
    }*/

.HeaderRow2Class ul li a {
        font-size: 16px;
        text-decoration: none;
        text-decoration-style: unset;
    color: black;
        font-weight: bold;
        padding: 10px;
    }

.mainDiv {
    width: 100%;
    min-height: 3000px;
    max-width: 1500px;
    margin: 0 auto;
    overflow-scrolling: auto;
}
.clinicGuide {
    font-family: 'Yekan';
    direction: rtl;
    display: flex;
    flex-flow: row-reverse;
    padding: 0 10px 0 10px;
    height: 260px;
  
}

.clinicTextGuide {
    font-family: 'Yekan';
    direction: rtl;
    text-justify: inter-word;
    text-align: justify;
    font-size: 18px;
    display: flex;
    vert-align: middle;
    height: 100%;
}

@media only screen and (max-width : 730px) {
    .clinicGuideImg {
        display: none;
        width: 0;
    }
}

.mainElementDiv {
    margin: 0 auto;
    font-family: 'Yekan';
    display: flex;
    flex-flow: row-reverse;
    width: 100%;
    height: auto;
    align-content: center;
    align-items: center;
    horiz-align: center;
    horiz-align: center;
    child-align: middle;
    align-content: center;
    align-items: center;
    child-align: middle;
    alignment: center;
    margin-bottom: 30px;
}

.ElementSubDiv {
    width: 18vw;
    display: flex;
    flex-flow: column;
    border: 1px #38afeb solid;
    border-radius: 5px;
    align-content: center;
    align-items: center;
    horiz-align: center;
    margin: 30px 10px 10px 10px;
    box-shadow: 1px 3px 3px #ccc;
    text-justify: inter-word;
    text-align: center;
    font-weight: bold;
    background-color: aliceblue;
}
.ElementSubDivImg {
    width: 50px;
    height: 50px;
   /* background: url("/pictures/business cart.jpg") center;*/
}

.mainElementDiv2 {
    margin: 0 auto;
    display: flex;
    width: auto;
    direction: rtl;
}

@media only screen and (max-width : 800px) {

    .mainElementDiv2 {
        display: flex;
        flex-flow: column;
      
    }
    .ElementSubDiv {
        width: 60vw;
    }
}

.PartsSpliterAndTitle {
    padding: 5px 0 5px 5px;
    border-radius: 4px;
    color: white;
    background: green;
    font-weight: normal;
    margin: 0 auto;
    display: flex;
    direction: rtl;
    text-align: right;
    width: 99%;
 
}


@media only screen and (max-width : 1000px) {

    .PartsSpliterAndTitle {
        width: 92%;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        align-content: center;
        align-items: center;

    }


}

.DeviceMainDiv {
    margin-top: 20px;
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: steelblue;
}

.Two_type_Div {
    min-height: auto;
    overflow: hidden;
    width: 100%;
    background-color: white;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    font-family: Vazirmatn;
    display: flex;
    flex-direction: row-reverse;
    direction: rtl;
}

.type_Left_Div {
    float: left;
    font-family: Vazirmatn;
    width: 400px;
    height: 200px;
    margin: 10px;
    background-color: dimgrey;
    text-align: center;
    padding: 25px 5px 5px 5px;
    display: block;
    border-radius: 5px;
    line-height: 1.5;
    font-weight: bold;
    box-shadow: 5px 5px 1px #888888;
    color: white;
}

.type_right_Div {
    float: right;
    width: 400px;
    height: 200px;
    margin: 10px;
    background-color: dimgrey;
    text-align: center;
    padding: 25px 5px 5px 5px;
    display: block;
    border-radius: 5px;
    line-height: 1.5;
    font-weight: bold;
    box-shadow: 1px 1px 3px #888888;
    font-family: Vazirmatn;
    color: white;
}

.Two_type_title_Div {
    font-size: 22px;
    font-weight: bold;
}

.typebubtn {
    display: inline-block;
    width: 190px;
    height: 35px;
    background-color: khaki;
    color: black;
    border-radius: 5px;
    text-decoration: none;
    font-size: 17px;
    border: none;
    font-weight: bold;
    font-family: Vazirmatn;
}

.typebubtn:hover {
    font-size: 17.3px;
    width: 195px;
}

.PictureGalleryClass {
    width: 65%;
    height: auto;
}

@media only screen and (max-width : 700px) {
    .Two_type_Div {
    flex-direction: column-reverse;
    }

    .type_Left_Div {
        display: inline-block;
        width: max-content;
        max-width: 90%;
        min-width: 90%;
        margin-top: 20px;
    }

    .type_right_Div {
        display: inline-block;
        max-width: 90%;
        min-width: 90%;
        margin-top: 20px;
    }
    .VideosMainDiv {
       /* width: 100%;*/

    }
    .videoClass {
      /*  width: 100px;
        height: auto;*/
    }
    .PictureGalleryClass {
        width: 60%;
        height: auto;

    }
}

.MainDifferenceDivClass {
   

}
.MainDifferenceVideoDivClass {

}
.MainDifferencefeauturesDivClass {


    background-color: darkorange;
}
.MainDifferencefeauturesSubDivClass {
  
}

@media only screen and (max-width :900px) {
    .faurureMainDiv {
        width: 100%;
        margin: 0 auto;
    }
    .faurureVideo {
        display: none;
        width: 0;
    }
    .faurureGuides {
        width: 100%;
        margin: 0 auto;
    }

    
   
}

.FooterPatagraph {
    direction: rtl;
    font-weight: normal;
    font-family: Vazirmatn;
    text-align: justify;
    font-size: 18px;
    color: #000000;
}
