*{
    margin: 0;
    padding: 0;
    font-size: 12px;
}
html {
    scroll-behavior: smooth;
}
body{
    font-family: 'BYekan' !important;
    font-weight: 600;

}
p{
    font-size: 14px;
}
a{
    text-decoration: none !important;
    font-weight: 600 !important;
}
h2{
    margin: 0;
}
h3{
    font-size: 18px;

}
.bio .btn{
    padding: 2%;
    width: auto;
    font-size: 25px;
}
.show-reponsive-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
    display: none;
}
.show-reponsive-menu ul li{
   display: block;
}
.responsive-menu{
    display: none;
}
.sk-spinner-pulse {
    width: 100px;
    height: 100px;
    background-color: #1abc9c;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0; } }

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0; } }

/*---------------------------------------
    header section
-----------------------------------------*/
header{
    color: #0773a0;
    background: #fff;
    width: 100%;
    padding: 0;
    position: fixed;
    font-weight: 900;
    z-index: 999;
}
#Intro{
    padding: 0 !important;
}
#Intro h1{
    font-size: 65px;
}
#Intro h2{
    font-size: 45px;
}

header img{
    width: 18%;
}
header div.title{
    width: 31%;
    padding-right: 6%;
    display: inline-block;
}
header div.info{
    width: 68%;
    padding-right: 1%;
    display: inline-block;

}
div.Info h2{
    color: #337ab7;
    margin: 3%;
}
#Visit,#Test,#Workshop,#baztavani{

    background: url("../images/office.jpg");
    background-repeat: no-repeat;
    padding: 7% 0;
}
#baztavani .half {
    margin : 5% 2.5% 0 2.5%;
}

#baztavani .half img{
    width: 90%;
    display: block;
    margin: 0 auto;
}
#Test h2,#Workshop h2,#baztavani h2{
    color: #fff;
    font-weight: 600;
}
#Test p,#Workshop p,#baztavani p{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 5%;
    margin-bottom: 1%;
}
#Test a,#Workshop a,#baztavani a{
    display: block;
    font-size: 20px;
    width: max-content;
    padding: 10px 20px;
}
#baztavani a{
    display: inline-block;
}
#Visit h2{
    color: #fff;
    font-weight: 600;
}
#Coworkers h2{
    color: #000;
    font-weight: 600;
}

.condition{
    position: absolute;
    color: #eee;
    overflow: scroll;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.81);
    /* margin: 0 auto; */
    /* display: block; */
    padding: 2% 5%;
    z-index: 1000;
    left: 0;
    top: 0;
    display: none;
}
.condition input{
    width: fit-content;
    display: inline-block;
    vertical-align: middle;
    margin: 1% 0 1% 1%;
}
.condition a{
    margin: 1% 1% 1% 1%;
}

.condition h3{
    font-size: 20px;
    margin: 1% 0;
    color: #ff8583;
}

.condition strong{
    font-size: 14px;
    color: #ff8583;
}
.condition a , .Info a{
    font-size: 14px;
}
.Physician .Info{
    padding: 2% 5%;
}
#Visit .half ,#Coworkers .half{
    background: rgba(255,255,255,0.8);
    padding: 1% 2%;
}
#Visit .half .btn{
    font-size: 15px;
}
header h1{
    font-size: 19px;
    margin: 0;
    font-weight: 900;
}
header p{
    margin: 0;
    color:#444;
}
header h2{
    font-size: 16px;
    margin: 0;
    font-weight: 900;
    text-align: center;
}
header i{
    font-size: 60px;
    vertical-align: middle;
}
header .description{
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 20px;
}
header ul li , nav ul li{
    display: inline-block;
}
nav{
    font-family: 'BYekan' !important;
    width: 100%;
    border-top: 1px solid #d6dddf;
    border-bottom: 1px solid #d6dddf;
    padding: 0 3%;
    background: #f3f5f6;
}
nav ul{
    margin: 0 !important;
    font-size: 0;
}
nav ul li:first-child {
    border-right: 1px solid #d6dddf;

}
.faq{
    background: #f3f5f6;
    padding: 10px 15px;
    margin: 1%;
}
.faq h3{
    color: #077aa6;
    font-size: 17px;
    font-weight: 600;
}
nav a {
    font-size: 13px;
    color: inherit;
    padding: 10px 15px;
    display: block;
    /* margin: 0 10px; */
    border-left: 1px solid #d6dddf;
}
nav a:hover {
    color: #fff;
}
nav li:hover{
    background-color: #0773a0;
    color: #fff;
}

section#Intro .description{
    position: absolute;
    top: 40%;
    right: 15%;
    color: #fff;
}
section#Intro a{
    font-size: 20px;
    padding: 1% 2%;
}
section#Intro h1 ,section#Intro h2 {
    font-weight: 900;
}
section#Intro img{
    width: 100%;
}
section#bio{
    margin: 0% 0 0% 0;
    background-color: #fff;
    font-size: 0;
    padding-bottom: 0;
}
#bio ul{
    margin: 6%;
}
div.bio h1{
    color: #0cb8b6;
    font-weight: 900;
}
div.bio h2{
    color: #0c6361;
    font-weight: 900;
    margin: 1% 0 5% 0;
}
div.bio p{
   font-size: 22px;
    padding: 10px 0;
    line-height: 1.2em;
}
div.bio li{
    list-style: none;
    display: inline-block;
}

div.bio span{
    color: #0cb8b6;
    font-weight: 900;
}
 div#socials a img{
     width: 10%;
     display: inline-block;
     margin: 1% 0 0 3%;
 }

section#bio img{
    width: 30%;
    /*border: 3px solid #fff;*/
    margin-right: 5%;
    /*position: absolute;*/
    display: inline-block;
    /*padding: 9px;*/
}
section#bio div.Info{
    width: 40%;
    margin-right: 10%;
    display: inline-block;
    vertical-align: middle;
}

section{
    padding: 5% 0;
    background-color: #fff;
}
#blog{
    background: #fff;
    padding: 5%;
}
.active{
    background-color: #17a2b8;
    color: #fff;
}
.activeInfo{
    background-color: #A5D238;
    color: #fff;
}
footer{
    font-family: IranianSans;
    margin: 0;
    text-align: center;
    background-color: #1d1f27;
    color: #fff;
    width: 100%;
    padding: 1%;
}
label{
    font-size: 24px;
}
footer a{
    font-size: 14px;
    color: #f1f1f1;
}
.form-control{
    padding: 5px 20px !important;
    font-size: 18px !important;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-center{
    display: block !important;
    font-size: 15px !important;
}
.btn {
    margin: 5% auto;
    width: fit-content;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#booking h2 , #booking a{
    font-size: 35px;
    font-weight: 900;
    margin-top: 50px;
}
.Physician{
    width: 22%;
    border: 1px solid #eee;
    display: inline-block;
    margin: 2% 2% 2% 0;
    vertical-align: top;
    background-color: rgba(255,255,255,0.7);
}
.Physician.Info{
    padding: 1%;
}
.Physician img{
    width: 100%;
}
iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100vw;
}
#Services{
    background-color: #fff;
    margin: 0;
    padding: 5% 2%;
}

.Service{
    width: 23%;
    margin: 1% 1.5% 1% 0;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
}
.Service img{
  width: 100%;
}
.half{
    width: 44%;
    vertical-align: top;
    display: inline-block;
    margin: 5% 2.5%;
}
.one-forth{
    width: 43%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    padding: 2%;
}

article.no-top a ,article.no-top h1 {
    padding: 0;
    font-size: 24px !important;
    text-align: center;
}

article.no-top h2 {
    font-size: 20px !important;
    text-align: center;
    font-weight: 600;
}

@media (max-width: 980px) {

    /*#Intro { height: 65vh; }*/

}

@media (max-width: 450px) {

    section#Intro a{
        font-size: 17px;
    }
    section#Intro .description{
        top: 15%;
        right: 15%;
    }

    section#Intro .description h1{
       font-size: 18px;
    }

    section#Intro .description h2{
        font-size: 14px;
    }

    #bio .Info , #bio img {
        width: 98% !important;
        display: inline-block !important;
        margin: 0 auto !important;
    }

    #bio h1 {
        font-size: 26px;
        font-weight: 900;
        text-align: center;
    }

    #bio h2 {
        font-size: 20px;
        font-weight: 900;
        text-align: center;
    }

    #Visit .half, #Coworkers .half ,#Contact .half , #baztavani .half{
        width: 90%;
        margin: 2% auto;
        display: block;
    }
    .Service{
        display: block;
        width: 96%;
        margin: 2% auto;
    }
    #Test a, #Workshop a{
        font-size: 18px;
        width: max-content;
    }

    #Contact .Info h1{
        font-size: 23px;
        font-weight: 900;
    }
    .Physician{
        width: 96%;
        margin: 2% auto;
        display: block;
    }
    .responsive-menu{
        display: block;
    }

    .general-menu{
        display: none;
    }

}
