#content {
    /* border: 1px solid #ccc; */
    /* height: 1840px; */
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    cursor: default;
    font-family: bt;
}
/* #region content items */
#content>.items {
    width: 17%;
    aspect-ratio: 1.55/1;
    position: fixed;
    top: 35%;
    left: -13.6%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    z-index: 1000;
}
#content>.items>a {
    text-decoration: none;
}
#content>.items>a>.item {
    transition: 0.4s;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    border-radius: 25px;
}
#content>.items>a>.item:hover {
    transition: 0.4s;
    margin-left: 80%;
}
#content>.items>a>.item>.itemPic {
    height: 100%;
    width: 20%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#11ac9f;
    border-top-right-radius: 0.6vw;
    border-bottom-right-radius: 0.6vw;
}
#content>.items>a>.item>.itemPic>img {
    width: 45%;
}
#content>.items>a>.item>.itemText {
    background-color: rgba(221, 245, 245, 0.7);
    height: 100%;
    width: 80%;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
}
#content>.items>a>.item>.itemText>span {
    font-family: bt;
    color: #11ac9f;
    text-align: right;
    font-size: 0.9vw;
}
#content>.items>a>.item3>.itemText>span {
    font-family: vb;
}
/* #endregion content items */
/* #region content doctorInformationAndPic */
#doctorInformationAndPic {
    /* background-color: #354a7b; */
    width: 100%;
    max-width: 1920px;
    aspect-ratio: 3.1/1;
    /* background: url(../img/background/InformationBackgroundPic.png) no-repeat 70% 0%; */
    background-size: 170% 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#doctorPic {
    /* background-color: #5c6a8a; */
    position: absolute;
    width: 100%;
    height: auto;
    /* margin-right: 5%; */
    /* margin-bottom: 7%; */
}
#doctorInformation {
    width: 100%;
    position: absolute;
    height: auto;
    margin-bottom: 23.5%;
    right: 14%;
    flex-flow: row wrap;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#doctorInformation>a {
    color: #fff;
    font-size: clamp(1px, 5vw, 70px);
    font-family: vb;
    text-decoration: none;
}
#doctorName {
    color: #3c4458;
    margin-bottom: 20px;
}
#doctorPic>img {
    width: 100%;
    height: auto;
}
/* #endregion content doctorInformationAndPic */
/* #region content homeSlider */
#homeSlider {
    width: 100%;
    height: auto;
    position: relative;
    /* top: 0px; */
    padding-top: 200px;
    padding-bottom: 200px;
    display: flex;
    justify-content: center;
}
#homeSliderBox {
    background-color: #b7f0e2;
    width: 100%;
    height: 160%;
    aspect-ratio: 8/1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#homeSliderDiv {
    width: 80%;
    height: 160%;
    max-height: 700px;
    max-width: 1400px;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#homeSlider_leftMoveButton {
    transition: 0.3s;
    width: 4%;
    max-width: 90px;
    aspect-ratio: 1/1;
    background: url(../img/icon/nextLeft.png) no-repeat 100%;
    background-size: 100% 100%;
    position: relative;
    right: 0.5%;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}
#homeSlider_leftMoveButton>img {
    height: 100%;
}
#homeSlider_leftMoveButton:hover {
    filter: brightness(140%);
    backdrop-filter: brightness(140%);
}
#homeSlider_rightMoveButton {
    transition: 0.3s;
    width: 4%;
    max-width: 90px;
    aspect-ratio: 1/1;
    background: url(../img/icon/nextRight.png) no-repeat 100%;
    background-size: 100% 100%;
    position: relative;
    left: 0.5%;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}
#homeSlider_rightMoveButton>img {
    height: 100%;
}
#homeSlider_rightMoveButton:hover {
    filter: brightness(140%);
    backdrop-filter: brightness(140%);
}
#homeSliderBox:hover>#homeSlider_leftMoveButton {
    transition: 0.3s;
    visibility: visible;
    opacity: 1;
}
#homeSliderBox:hover>#homeSlider_rightMoveButton {
    transition: 0.3s;
    visibility: visible;
    opacity: 1;
}
#homeSliderDiv>.homeSliderItem {
    transition: 0.5s;
    height: 80%;
    flex-grow: 1;
    border-radius: clamp(1px, 1vw, 15px);
    box-shadow: 0px 45px 40px 0px lightslategray;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#homeSliderDiv>.homeSliderItemInMinSize:hover {
    filter: brightness(150%);
}
#homeSliderDiv>.homeSliderItem>img {
    position: absolute;
    width: auto;
    height: 100%;
}
#homeSliderDiv>.homeSliderItem>a {
    display: none;
    opacity: 0;
}
#homeSliderDiv>.homeSliderItem>span {
    display: none;
    opacity: 0;
}
#homeSliderDiv>.homeSliderItemMove>a {
    /* background-color: rgba(255, 255, 255, 0.2); */
    display: initial;
    position: absolute;
    text-align: center;
    padding-right: 35px;
    padding-left: 20px;
    padding-bottom: 11px;
    width: auto;
    min-width: 300px;
    top: 7%;
    right: -70%;
    text-decoration: none;
    color:#fff;
    font-family: bt;
    font-size: clamp(1px, 2.3vw, 35px);
    border-radius: clamp(1px, 1.1vw, 17px);
    backdrop-filter: blur(30px) brightness(110%);
}
#homeSliderDiv>.tagsMove>a {
    transition: 1s;
    right: -15px;
    opacity: 1;
}
#homeSliderDiv>.homeSliderItemMove>span {
    background-color: rgba(255, 255, 255, 0.2);
    display: none;
    height: auto;
    width: 400px;
    text-align: center;
    position: absolute;
    left: -450px;
    bottom: 3%;
    text-decoration: none;
    color: white;
    font-family: bt;
    font-size: clamp(1px, 1.1vw, 17px);
    padding-right: 3%;
    padding-left: 3%;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: justify;
    direction: rtl;
    border-radius: clamp(1px, 2vw, 30px);
    border-bottom-left-radius: clamp(1px, 1.3vw, 20px);
    backdrop-filter: blur(10px);
}
#homeSliderDiv>.tagsMove>span {
    transition: 1s;
    left: 2%;
    opacity: 1;
}
#homeSliderDiv>.homeSliderItemMove>span:hover {
    transition: 0.2s;
}
#homeSliderDiv>.homeSliderItemMove {
    transition: 0.7s;
    flex-grow: 8;
    height: 100%;
    border-radius: clamp(1px, 2vw, 30px);
}
/* #endregion content homeSlider */
/* #region content doctorIntroduction */
#doctorIntroductionDiv {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#doctorIntroductionBox {
    background-color: #b7f0e2;
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#doctorIntroduction {
    width: 80%;
    max-width: 1182px;
    aspect-ratio: 2.42/1;
    position: relative;
    display: flex;
    border-radius: clamp(1px, 1vw, 15px);
    overflow: hidden;
    display: flex;
    justify-content: center;
}
#doctorIntroductionTextDiv {
    width: 43%;
    height: 100%;
    position: absolute;
    right: 5%;
    direction: rtl;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#doctorIntroductionTextDiv>span {
    color: #ddf5f5;
    font-family: bt;
    font-size: clamp(1px, 2.5vw, 30px);
    /* background-color: #11ac9f; */
    border-radius: 1vw;
    padding-bottom: 0.7vw;
    padding-top: 0.3vw;
    backdrop-filter: blur(50px);
    text-align: center;
    /* margin-top: 0%; */
    margin-left: 7%;
}
#doctorIntroductionTextDiv>p {
    color: #f0fbfb;
    font-family: bt;
    font-size: clamp(1px, 1.1vw, 22px);
    backdrop-filter: blur(50px);
    padding: clamp(1px, 1.8vw, 25px);
    padding-top: clamp(1px, 1vw, 15px);
    padding-bottom: clamp(1px, 1.2vw, 20px);
    margin-left: 7%;
    margin-top: 3%;
    border-radius: clamp(1px, 2vw, 30px);
    text-align: justify;
    direction: rtl;
}
#doctorIntroductionPicDiv {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
}
#doctorIntroductionPicDiv>img {
    height: 100%;
}
#doctorMiniIntroductionDiv {
    width: 100%;
    max-width: 1696px;
    aspect-ratio: 2.5/1;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#doctorMiniIntroductionBox {
    height: auto;
    width: 80%;
    max-width: 1182px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#doctorMiniIntroduction {
    height: auto;
    margin-top: 100px;
    width: 100%;
    position: relative;
    padding-top: 0.5vw;
    gap: 0.5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
#doctorMiniIntroduction>.miniIntroduction {
    background-color: #ccf1e8;
    direction: rtl;
    border-radius: clamp(1px, 1vw, 15px);
    position: relative;
    gap: 10px;
    padding-bottom: 2.3%;
    padding-top: 1%;
    padding-left: 2%;
    display: flex;
    flex-direction: column;
}
#doctorMiniIntroduction>.miniIntroduction>span {
    text-align: justify;
    color: #4f5b78;
    font-family: bt;
    font-size: clamp(1px, 1.1vw, 18px);
    padding-right: 10%;
    padding-left: 5%;
}
#doctorMiniIntroduction>.miniIntroduction>.miniIntroductionTitle {
    color: #4f5b78;
    font-size: clamp(1px, 1.7vw, 27px);
    font-family: bt;
    padding-top: 1%;
    padding-right: 5%;
}
#miniIntroduction1 {
    height: auto;
    width: 45%;
    position: relative;
    left: 18%;
}
#miniIntroduction2 {
    height: auto;
    width: 55%;
    position: relative;
    right: 15%;
}
#miniIntroduction3 {
    height: auto;
    width: 62%;
    position: relative;
    left: 10%;
}
#miniIntroduction4 {
    height: auto;
    width: 55%;
    position: relative;
    right: 15%;
}
#miniIntroduction5 {
    height: auto;
    width: 45%;
    position: relative;
    left: 18%;
}
#doctorMiniIntroduction>.introductionIcon {
    width: 15%;
    aspect-ratio: 1/1;
    background-color: #b7f0e2;
    border-radius: 20px;
    position: absolute;
    z-index: 5;
    box-shadow: 1px 1px 0px 0px #ccc;
}
#introductionIcon1 {
    background: url(../img/doctorsPic/doctorsMainPic\ -\ Copy.png) no-repeat 100%;
    background-size: 100%;
    left: 21%;
    top: 1.5%;
}
#introductionIcon2 {
    background: url(../img/doctorsPic/dr.jafari.png) no-repeat 100%;
    background-size: 100%;
    right: 17%;
    top: 21.5%;
}
#introductionIcon3 {
    background: url(../img/doctorsPic/doctorsPic3.jpg) no-repeat 100%;
    background-size: 100%;
    left: 10%;
    top: 42.5%;
}
#introductionIcon4 {
    background: url(../img/doctorsPic/doctorsPic4.jpg) no-repeat 100%;
    background-size: 100%;
    right: 17%;
    top: 63%;
}
#introductionIcon5 {
    background: url(../img/doctorsPic/doctorsPic5.jpg) no-repeat 100%;
    background-size: 100%;
    left: 21%;
    top: 83%;
}
/* #endregion content doctorIntroduction */
/* #region content dayAndTime */
#dayAndTimeDiv {
    width: 100%;
    max-height: 800px;
    aspect-ratio: 3.1/1;
    padding-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#dayAndTimeBox {
    height: 100%;
    width: 85%;
    max-width: 1920px;
    margin-right: 5.5%;
    margin-left: 5.5%;
    justify-content: center;
    flex-flow: row wrap;
}
#dayAndTimeBox>.headerPart {
    height: 20%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#dayAndTimeBox>.headerPart>#dayAndTimeMainTitle {
    height: 100%;
    width: auto;
    color: #354a7b;
    text-align: center;
    font-family: bt;
    font-size: clamp(1px, 2.6vw, 40px);
}
#dayAndTimeBox>.dayAndTimePart {
    height: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    direction: rtl;
}
#dayAndTimeBox>.dayAndTimePart>.dayAndTime {
    transition: 0.3s;
    border: clamp(1px, 0.15vw, 2px) solid #d9d9d9;
    background-color: #e7f7f7;
    overflow: hidden;
    height: 100%;
    width: 16%;
    border-radius: 200px;
    justify-content: center;
    flex-flow: row wrap;
    box-shadow: 0px 30px 20px -2px #ccc;
}
#dayAndTimeBox>.dayAndTimePart>.dayAndTime>.weekDayName {
    width: 100%;
    height: 35%;
    background-color: #b7f0e2;
    /* border-bottom: clamp(1px, 0.2vw, 3px) solid #ccc; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#dayAndTimeBox>.dayAndTimePart>.dayAndTime>.weekDayName>span {
    font-family: bt;
    color:darkgoldenrod;
    font-size: clamp(1px, 1.3vw, 22px);
}
#dayAndTimeBox>.dayAndTimePart>.dayAndTime>.hourTitleName {
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#dayAndTimeBox>.dayAndTimePart>.dayAndTime>.hourTitleName>span {
    font-family: bt;
    color: #354a7b;
    position: relative;
    top: 35%;
    font-size: clamp(1px, 1.3vw, 22px);
}
#dayAndTimeBox>.dayAndTimePart>.dayAndTime>.hourNum {
    width: 100%;
    height: 35%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#dayAndTimeBox>.dayAndTimePart>.dayAndTime>.hourNum>span {
    font-family: bt;
    color: #354a7b;
    font-size: clamp(1px, 1.3vw, 22px);
}
#addressBox {
    height: 30%;
    width: 100%;
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
}
#addressIconPic {
    height: 100%;
    width: 2.7%;
    position: relative;
    right: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#addressIconPic>img {
    width: 100%;
    position: relative;
    bottom: 2%;
}
#addressText {
    height: 100%;
    width: auto;
    position: relative;
    right: 1%;
    display: flex;
    align-items: center;
}
#addressText>span {
    font-family: bt;
    font-size: clamp(1px, 1.44vw, 22px);
    color: #354a7b;
    position: relative;
    right: 1%;
}
#telBox {
    height: 10%;
    width: 100%;
    margin-top: 220px;
    border-radius: 50px;
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
}
#telephonePic {
    height: 100%;
    width: 3.5%;
    position: relative;
    bottom: 60%;
    right: 0.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#telephonePic>img {
    width: 100%;
}
#telephoneText {
    height: auto;
    width: auto;
    position: relative;
    left: 0.5%;
    bottom: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#telephoneText>span {
    font-family: bt;
    font-size: clamp(1px, 1.7vw, 40px);
    color: #354a7b;
}
/* #endregion content dayAndTime */
/* #region content contactUs */
#contactUsDiv{
    width: 70%;
    height: 100px;
    padding-top: 200px;
    padding-bottom: 120px;
    background-color: #ccf1e8;
    border-radius: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contactUsBox{
    width: 1536px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contactUs{
    width: 85%;
    height: 100%;
    position: relative;
    left: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contactUsEmail1{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contactUsEmail1>img{
    height: 2vw;
    width: 2vw;
    position: relative;
    right: 12.5vw;
    bottom: 0.1vw;
}
#contactUsEmail1>a{
    text-decoration: none;
    color: #354a7b;
    font-family: vb;
    font-size: clamp(1px, 1.5vw, 40px);
    position: absolute;
}
#contactUsEmail2{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contactUsEmail2>img{
    height: 2vw;
    width: 2vw;
    position: relative;
    right: 12.5vw;
    bottom: 0.1vw;
}
#contactUsEmail2>a{
    text-decoration: none;
    color: #354a7b;
    font-family: vb;
    font-size: clamp(1px, 1.5vw, 40px);
    position: absolute;
}
/* #endregion content contactUs */
/* #region content homeQuestions */
#homeQuestionsDiv {
    height: auto;
    width: 100%;
    max-width: 1457px;
    margin-left: 7%;
    margin-right: 7%;
    padding-top: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#homeQuestionsBox {
    height: auto;
    width: 100%;
    border-radius: 15px;
    gap: clamp(1px, 0.7vw, 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
#questionsHeaderTitle {
    width: 100%;
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
}
#questionsHeaderTitle>span {
    font-family: bt;
    font-size: clamp(1px, 2.6vw, 45px);
    /* color: #354a7b; */
    color:#a59144;
    position: relative;
}
#homeQuestionsBox>.questionsDiv {
    transition: 0.5s;
    background-color:#e1f0f8;
    height: clamp(1px, 4.3vw, 77px);
    width: 70%;
    border: 0.1vw solid #ccc;
    overflow: hidden;
    direction: rtl;
    border-radius: clamp(1px, 2vw, 30px);
    user-select: none;
    cursor: pointer;
    border-bottom: 3px solid #ccc;
}
#homeQuestionsBox>.questionsDiv:hover>.questions {
    transition: 0.2s;
    backdrop-filter: brightness(105%);
}
#homeQuestionsBox>.questionsWithAnswersDiv {
    height: clamp(1px, 9.5vw, 170px);
}
#homeQuestionsBox>.questionsDiv>.questions {
    transition: 0.2s;
    height: auto;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color:darkcyan;
    display: flex;
    align-items: center;
}
#homeQuestionsBox>.questionsDiv>.questions>span {
    font-size: clamp(1px, 1.6vw, 28px);
    margin-right: 20px;
    margin-top: 0.7vw;
    margin-bottom: 0.9vw;
}
#homeQuestionsBox>.questionsDiv>.answers {
    height: 55%;
    background-color: #b7f0e2;
    display: flex;
    align-items: center;
}
#homeQuestionsBox>.questionsDiv>.answers>span {
    color: #3c4458;
    font-size: clamp(1px, 1.1vw, 19px);
    margin-right: 20px;
    margin-top: 0.9vw;
    margin-bottom: 0.9vw;
    font-family: vb;
    opacity: 0;
}
#homeQuestionsBox>.questionsWithAnswersDiv>.questions {
    color:#a59144;
}
#homeQuestionsBox>.questionsWithAnswersDiv>.answers>span {
    opacity: 1;
}
/* #endregion content homeQuestions */
@media screen and (max-width:1200px) {
    #homeSliderDiv {
        gap: 10px;
    }
    #homeSliderDiv>.homeSliderItemMove {
        flex-grow: 10;
        height: 110%;
    }
    #homeSliderDiv>.homeSliderItemMove>a {
        padding: 0;
        padding: 3%;
        padding-bottom: 2%;
        padding-top: 1.07%;
    }
    #homeSliderDiv>.tagsMove>a {
        right: auto;
    }
    #homeSliderDiv>.homeSliderItemMove>span {
        width: 87%;
        left: auto;
        bottom: -200px;
        font-size: 1.5vw;
        border-radius: 17px;
    }
    #homeSliderDiv>.tagsMove>span {
        bottom: 3%;
    }
}
@media screen and (max-width:750px) {
    #content>.items {
        display: none;
    }
    /* #region content doctorInformationAndPic */
    #doctorInformationAndPic {
        padding-top: 120px;
    }
    /* #endregion content doctorInformationAndPic */
    /* #region content 750px homeSlider */
    #homeSlider {
        top: 0px;
        padding-top: 220px;
        padding-bottom: 200px;
    }
    #homeSliderBox {
        aspect-ratio: 2/1;
    }
    #homeSliderDiv {
        width: 85%;
        flex-direction: column;
    }
    #homeSlider_leftMoveButton {
        display: none;
    }
    #homeSlider_rightMoveButton {
        display: none;
    }
    #homeSliderDiv>.homeSliderItem {
        height: 10%;
        width: 80%;
        border-radius: 4.5vw;
        box-shadow: 0px 45px 40px 0px lightslategray;
    }
    #homeSliderDiv>.homeSliderItem>img {
        width: 150%;
        height: auto;
    }
    #homeSliderDiv>.homeSliderItemMove>a {
        font-size: 5vw;
        border-radius: 4vw;
        font-family: vb;
    }
    #homeSliderDiv>.homeSliderItemMove>span {
        font-size: 2.5vw;
        text-align: justify;
        border-radius: 4vw;
        font-family: vb;
    }
    #homeSliderDiv>.homeSliderItemMove {
        width: 100%;
        height: 60%;
    }
    /* #endregion content 750px homeSlider */
    /* #region content 750px doctorIntroduction */
    #doctorIntroductionDiv {
        padding-top: 150px;
        padding-bottom: 0px;
    }
    #doctorIntroductionBox {
        background-color: #dfe6e6;
    }
    #doctorIntroduction {
        aspect-ratio: 1/1.7;
        border-radius: clamp(1px, 7vw, 45px);
        background-color: #5c6a8a;
        width: 90%;
        box-shadow: inset 0px -10px 10px -10px lightslategray, 0px 45px 40px 0px lightslategray;
    }
    #doctorIntroductionTextDiv {
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        align-items: center;
    }
    #doctorIntroductionTextDiv>span {
        /* margin-top: 0%;
        margin-left: 0%; */
        position: absolute;
        top: 9%;
        font-size: clamp(1px, 5.5vw, 100px);
        font-family: vb;
    }
    #doctorIntroductionTextDiv>p {
        width: 90%;
        font-size: 3.7vw;
        backdrop-filter: blur(0px) brightness(100%);
        /* margin-left: 0%; */
        /* margin-top: 0%; */
        position: absolute;
        top: 20%;
        font-family: vb;
    }
    #doctorIntroductionPicDiv>img {
        height: 50%;
        position: absolute;
        left: -22%;
    }
    #doctorMiniIntroduction {
        margin-top: 0px;
    }
    #doctorMiniIntroductionDiv {
        padding-bottom: 0px;
    }
    #doctorMiniIntroductionBox {
        width: 90%;
    }
    #doctorMiniIntroduction>.miniIntroduction {
        border-radius: 7vw;
        gap: 5vw;
        padding-top: 3%;
        padding-bottom: 9%;
        padding-right: 1%;
        padding-left: 1%;
        align-items: center;
        box-shadow: inset 0px -10px 10px -10px lightslategray, 0px 30px 40px -10px lightslategray;
    }
    #doctorMiniIntroduction>.miniIntroduction>span {
        font-size: 4vw;
        width: 90%;
        padding: initial;
        font-family: vb;
    }
    #doctorMiniIntroduction>.miniIntroduction>.miniIntroductionTitle {
        font-size: 7vw;
        width: auto;
        padding-top: 5%;
        padding-right: initial;
        font-family: vb;
    }
    #miniIntroduction1 {
        width: 90%;
        right: initial;
        left: initial;
    }
    #miniIntroduction2 {
        width: 90%;
        right: initial;
        left: initial;
    }
    #miniIntroduction3 {
        width: 90%;
        right: initial;
        left: initial;
    }
    #miniIntroduction4 {
        width: 90%;
        right: initial;
        left: initial;
    }
    #miniIntroduction5 {
        width: 90%;
        right: initial;
        left: initial;
    }
    #doctorMiniIntroduction>.introductionIcon {
        width: 50%;
        aspect-ratio: 1/1;
        position: relative;
        padding-top: 0px;
        margin-top: 100px;
    }
    #introductionIcon1 {
        background-size: 100%;
        left: initial;
    }
    #introductionIcon2 {
        background-size: 100%;
        right: initial;
    }
    #introductionIcon3 {
        background-size: 100%;
        left: initial;
    }
    #introductionIcon4 {
        background-size: 100%;
        right: initial;
        left: initial;
    }
    #introductionIcon5 {
        background-size: 100%;
        right: initial;
        left: initial;
    }
    /* #endregion content 750px doctorIntroduction */
    /* #region content 750px dayAndTime */
    #dayAndTimeDiv {
        max-height: initial;
        aspect-ratio: 1/2;
        padding-top: 127px;
    }
    #dayAndTimeBox {
        display: flex;
    }
    #dayAndTimeBox>.headerPart {
        height: 11%;
    }
    #dayAndTimeBox>.headerPart>#dayAndTimeMainTitle {
        font-size: 7vw;
        height: auto;
        font-family: vb;
        padding-bottom: 7%;
    }
    #dayAndTimeBox>.dayAndTimePart {
        height: 60%;
        width: 80%;
        gap: 1%;
        flex-direction: column;
        align-items: center;
    }
    #dayAndTimeBox>.dayAndTimePart>.dayAndTime {
        width: 100%;
        border-radius: 3vw;
        position: relative;
        box-shadow: 0px 0px 20px -5px #ccc;
    }
    #dayAndTimeBox>.dayAndTimePart>.dayAndTime>.weekDayName {
        width: 50%;
        height: 100%;
        border-left: 1px solid #e4eaea;
    }
    #dayAndTimeBox>.dayAndTimePart>.dayAndTime>.weekDayName>span {
        font-size: 5vw;
        font-family: vb;
    }
    #dayAndTimeBox>.dayAndTimePart>.dayAndTime>.hourTitleName {
        width: 50%;
        height: 50%;
        position: absolute;
        left: 0;
        top: 5%;
    }
    #dayAndTimeBox>.dayAndTimePart>.dayAndTime>.hourTitleName>span {
        font-size: 4vw;
        top: initial;
        font-family: vb;
    }
    #dayAndTimeBox>.dayAndTimePart>.dayAndTime>.hourNum {
        width: 50%;
        height: 50%;
        position: absolute;
        left: 0;
        bottom: 5%;
    }
    #dayAndTimeBox>.dayAndTimePart>.dayAndTime>.hourNum>span {
        font-size: 4vw;
        font-family: vb;
    }
    #addressBox {
        height: 20%;
        position: relative;
        bottom: 2%;
    }
    #addressIconPic {
        width: 8%;
        position: absolute;
        right: 6%;
        bottom: 15%;
    }
    #addressIconPic>img {
        width: 80%;
    }
    #addressText {
        width: 80%;
    }
    #addressText>span {
        font-size: 4vw;
        text-align: center;
        font-family: vb;
    }
    #telBox {
        position: relative;
        bottom: 6.3%;
    }
    #telephonePic {
        width: 9%;
        bottom: initial;
        right: 2%;
    }
    #telephoneText {
        left: 0%;
        bottom: initial;
    }
    #telephoneText>span {
        font-size: 4vw;
        line-height: 6vw;
    }
    /* #endregion content 750px dayAndTime */
    /* #region content 750px contactUs */
    #contactUsDiv{
        height: 200px;
    }
    #contactUs{
        position: initial;
        left: initial;
        flex-direction: column;
    }
    #contactUsEmail1{
        width: 100%;
    }
    #contactUsEmail1>img{
        height: 4.5vw;
        width: 4.5vw;
        right: 25vw;
    }
    #contactUsEmail1>a{
        font-size: 3.5vw;
        right: 19vw;
    }
    #contactUsEmail2{
        width: 100%;
    }
    #contactUsEmail2>img{
        height: 4.5vw;
        width: 4.5vw;
        right: 25vw;
    }
    #contactUsEmail2>a{
        font-size: 3.5vw;
        right: 19vw;
    }
    /* #endregion content 750px contactUs */
    /* #region content 750px homeQuestions */
    #homeQuestionsDiv {
        width: 90%;
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 0px;
        padding-bottom: 150px;
    }
    #questionsHeaderTitle {
        padding-top: 130px;
        padding-bottom: 20px;
    }
    #questionsHeaderTitle>span {
        font-family: vb;
        font-size: 7vw;
    }
    #homeQuestionsBox>.questionsDiv {
        height: auto;
        border-radius: 3vw;
    }
    #homeQuestionsBox>.questionsDiv>.questions>span {
        font-size: 5vw;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 4%;
        padding-top: 4%;
        margin-right: 0%;
        margin-top: 0vw;
        margin-bottom: 0vw;
        font-family: vb;
    }
    #homeQuestionsBox>.questionsDiv>.answers {
        padding-left: 5%;
        display: none;
    }
    #homeQuestionsBox>.questionsDiv>.answers>span {
        font-size: 3vw;
    }
    #homeQuestionsBox>.questionsWithAnswersDiv>.answers {
        display: flex;
    }
    /* #endregion content 750px homeQuestions */
}