*{
    margin: 0;
    padding:0;
}
:root{
    --fontallhead:"Playfair Display", serif;
    --fontp: "Roboto", sans-serif;
    
}
h2,h3,h4,h5{
    font-family:var(--fontallhead);
}
p{
    font-family: var(--fontp);
    /* font-size: 14px;
    font-weight: 500;
    color: #777777; */
}

/* Main Header & content part. */
.desk-menu{
    display: none;
}
.desk-top{
    display: none;
}
.desk-header{
    width: 100%;
    z-index: 120;
}
.header_top{
    width: 100%;
    height: 70px;
    background-color: #9b5cf6;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    position: fixed;
    z-index: 5;   
    box-sizing: border-box; 
}
.hamburger{
    font-size: 25px;
    padding-right:10px; 
    color: white;
}
.header_logo{
    padding-left: 15px;    
}
.headtxt h2{
    width: 260px;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    
}
.headtxt p{
    width: 260px;

}
.imgtxt{
    width:100%;
    background: url(../images/Background/img1.jpg) no-repeat scroll center center;
    background-size: cover;
    display: flex;
    vertical-align: middle;
}

.container{
    width:100%;
    height: 400px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;  
    padding-top: 50px; 
}
.headtxt button{
    width: 180px;
    height: 45px;
    border: none;
    border-radius: 40px;
    margin-top: 60px;
    background: linear-gradient(to right,#0ba9ff 0%, #56d9ff 51%, #0ba9ff 100%);
}
.headtxt button a{
    text-decoration: none;
    color: white;
}
.headtxt p{
    font-size: 16px;
}

/* For Options part */

.options{
    width: 100%;
    /* height: 800px; */
    padding: 60px 0px;
}
.main-block{
    width: 100%;
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
}
.block{
    width: 300px;
    padding: 30px;
}
.block p{
    font-family: var(--fontp);
    font-size: 14px;
    font-weight: 500;
    color: #777777;
}
.head{
    margin-bottom: 20px;
}
.head h4{
    display: inline-block;
    padding: 11px 0 0 60px;    
    margin-bottom: 20px;
}
.head img{
    position: absolute;
}
.block p{
    line-height: 24px;
    margin-bottom: 15px;
}
.block a{
    text-decoration: none;
    color: black;
    font-weight:600;
}

/* For third part from welcome */
.third_main{
    width: 100%;
    align-items: center;
}
.row-align{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.third_sub{
    padding: 20px 10px;
    box-sizing: border-box;
}
.container2{
    width: 290px;
}

.container2 h2{
    margin-bottom: 30px;
    font-size: 38px;
}
.container2 p{
    font-family: var(--fontp);
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    margin-bottom: 10px;
    
}
.list-icon{
    margin-left: 10px;
}
.points .list-icon::before{
    font-family: fontawesome;
    content: "\f101";
    position: absolute;
    left: 0;
    padding-left:10px;
    font-size: 10px;
    color: #6817ff;
    }
.points{
    list-style: none;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 25px;
}
.container3{ 
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.points{
    font-family: var(--fontp);
    font-size: 14px;
    font-weight: 500;
    color: #777777;
}
.bkg{
    width: 290px;
    background-image:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../images/Background/doc_info.webp);
    background-size: cover;   
    padding: 20px 0px;
    /* margin-bottom: 20px; */
}
.bkg-border{
    width: 250px;
    border: 2px solid white;
    padding: 80px 20px 90px; 
    box-sizing: border-box;
    margin-left: 20px; 
    /* margin-top: 40px; */
    color: #eee;

}
.txt h3{
    margin-bottom:  40px;
}
    
.txt p{
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 25px;
}
.Department-1-main{
    width: 100%;
    padding:70px 0px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.dep1-container{
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}
.header-department-1{
    text-align: center;
    margin-bottom: 50px;
}
.header-department-1 h2{
    font-size: 36px;
    margin-bottom: 20px;
}
.header-department-1 p{
    font-family: var(--fontp);
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    max-width: 450px;
    margin: auto;
}
.main-img{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.img-dep-1{
    width: 300px;
    padding-bottom: 70px;
    text-align: center;
    line-height: 24px;
}
.img-dep-1 h4{
    margin-top: 30px;
    font-size: 18px;
}
.button-dep-1{
    text-align: center;
}
.button-dep-1 a{
    text-decoration: none;
    color: black;
}
.button-dep-1 button{
    width: 180px;
    height: 45px;
    border: none;
    border-radius: 40px;
    margin-top: 60px;
    background:linear-gradient(to right,#0ba9ff 0%, #56d9ff 51%, #0ba9ff 100%);
}
.info-num{
    width: 100%;
    background-image:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../images/Background/info-img.webp) ;
    background-size: cover;
}
.main-sec{
    padding: 80px 0px;
}
.container-info{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;   
    align-items: center;
}
.container-g-5{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.content-g-5{
    width: 270px;
    background-color: rgba(255, 255, 255,0.2);
    text-align: center;
    padding: 50px 20px;
    color: white;
    margin: 20px;
}
.content-g-5 h3{
    font-size: 70px;
    margin-bottom: 50px;
}
.content-g-5 p{
    margin-bottom: 16px;
}
.Department-2-container{
    width: 100%;
    background-color: #f9fbf1;
    padding: 80px 0px;  
}
.dep2-imgtxt{
    background-color: white;
    padding: 50px 40px;
    margin-top: -90px;
}
.dep2-main-content{
    margin-left: 15px;
    margin-right: 15px;

}
.dep2-header{
    text-align: center;
    margin-bottom: 60px;
}
.dep2-header h2{
    margin-bottom: 10px;
    font-size: 30px;
}
.dep2-header p{
    font-family: var(--fontp);
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    max-width: 450px;
    margin: auto;
}
.dep2-g-4{
    width: 100%;
    display: flex;
    justify-content: center;
   flex-wrap: wrap;  
   align-items: center;  
}
.img-txt-main{
    width: 330px;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
}
.img-txt-main img{
    margin-bottom: 40px;
}
.dep2-imgtxt p{
    font-family: var(--fontp);
    font-size: 14px;
    font-weight: 500;
    color: #777777;
}
.role{
    margin-bottom: 15px;
}
.blog-appointment-sec{
    width: 100%;
}
.blog-section{
    /* width: 90%; */
    padding:60px 0px;
    margin-left: 15px;
    margin-right: 15px;
    
}
.container-blog header{
    text-align: center;
    margin-bottom: 40px;
}
.container-blog header h2{
    margin-bottom: 10px;
    font-size: 36px;
}
.container-blog header p{
    max-width: 450px;
    margin: auto;
    font-family: var(--fontp);
    font-size: 14px;
    font-weight: 500;
    color: #777777;
}
.container-blog{
    width: 100%;
}
.blog-info{
    width: 100%;
}
.blog-imgtxt{
    text-align: center;
}
.blog-imgtxt p{
    font-family: var(--fontp);
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    line-height: 25px;
}
.blog-imgtxt h3{
    margin-bottom: 10px;
}
.blog-imgtxt img{
    margin-bottom: 40px;
}
.appointment-section{
    /* width: 100%; */
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
}
.content-appointment{
    margin-left: 15px;
    margin-right: 15px;
} 
.content-appointment header{
    text-align: center;
}
.content-appointment header h2{
    margin-bottom: 10px;
}
.content-appointment header p{
    margin-bottom: 70px;
    font-family: var(--fontp);
    font-size: 14px;
    font-weight: 500;
    color: #777777;
}
.content-appointment form {
    /* width: 100%; */
    box-sizing: border-box;
}
.content-appointment form input{
    /* width: 280px; */
    height: 40px;
    background-color: white;
    border: 1px solid #eee;
    line-height: 40px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding:0px 5px;
}
.form-sec form{
    width: 100%;
}
.content-appointment form select{
    /* width: 290px; */
    height: 40px;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 4px;
    color: gray;
    padding:0px 5px;
    margin-bottom: 10px;
}
.text-width{
    width: 98%;
}
.content-appointment form textarea{
    /* width: 280px; */
    height: 120px;
    background-color: white;
    border: 1px solid #eee;
    color: gray;
    padding:0px 5px;
    margin-bottom: 10px;
}
.button-appointment{
    text-align: center;
}
.button-appointment a{
    text-decoration: none;
    color: white;
}
.button-appointment button{
    width: 180px;
    height: 45px;
    border: none;
    border-radius: 40px;
    margin-top: 60px;
    background:linear-gradient(to right,#0ba9ff 0%, #56d9ff 51%, #0ba9ff 100%);
}
.last-info{
    width: 100%;
    padding: 80px 0px;
    background-image: url(../images/Background/last_img.webp);
}
.last-container{
    margin-left: 15px;
    margin-right: 15px;
}
.cont-1{
    color: white;
    margin-bottom: 40px;
}
.cont-1 h3{
    margin-bottom: 10px;
}
.cont-1 p{
    color: gray;
}
.email-button{
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid gray;
    border-radius: 20px;
    /* justify-content: center; */
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
}
.email-button form{
    display: inline-block;
    
}
.email-button form input{
    width: 120px;
    color: gray;
    padding: 0px 10px;
    background: none;
    border: none;
}
.button-last a{
    text-decoration: none;
    color: white;
}

.button-last button{
    width: 140px;
    height: 32px;
    border: none;
    border-radius: 40px;
    background:linear-gradient(to right,#0ba9ff 0%, #56d9ff 51%, #0ba9ff 100%);
}
.last-content .num-last{
    color:white;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}
.last-cont p{
    font-family: var(--fontp);
    font-size: 16px;
    font-weight: 500;
    color: #777777;
    line-height: 20px;
}
/* For 768px  */

 @media (min-width:768px){
    .desk-menu{
        position: relative;
    }
    .imgtxt{
        height: 700px;
    }
    .headtxt{
        position: relative;
        margin-top: 190px;
    }
    .headtxt h2{
       width: 660px;
       font-size: 48px;
       margin-top: 50px;
       line-height: 50px;
       text-transform: capitalize;
    }
    .headtxt p{
        width: 460px;
    }
    .block{
        width: 260px;
    }
    .head h4{
        font-size: 22px;
       
    }
    .third_main{
        background-color: #f9f9f9;
    }
    .txt p{
        line-height: 15px;  
    }
    .bkg{
        width: 310px;
        padding: 25px;
    }
    .container3{
        margin-top: 35px;
        margin-left: 60px;
    }
    .bkg-border{
        width: 310px;
        margin:auto 0px;
        padding: 110px 15px;
    }
    .container2{
        width: 270px;
    }
    .dep2-header h2{
        font-size: 36px;
    }
    .Department-2-container{
        background-color: #f1f4fb;
    }
    .container-blog{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .blog-info{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-top: 20px;
    }
    /* .blog-txt h3{
        text-align: left;
    } */
    .blog-imgtxt{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .blog-txt{
        width: 450px;
        text-align: left;
        margin-left: 20px;
    }
    .content-appointment header p{
        max-width: 450px;
        margin: auto;
    }
    .content-appointment header{
        margin-bottom: 40px;
    }
    .form-sec{
        width: 400px;
        padding: 40px;
        background-color:rgb(235, 240, 248);
    }
    .appointment-section{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    } 
    .last-content{
        display: flex;
        flex-wrap: wrap;
    }
    .cont-1{
        width: 330px;
        margin-left: 20px;
    }
    .button-last button{
        width: 180px;
    }

}
@media (min-width:992px){
    .desk-top{
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background:linear-gradient(to right, rgb(212, 0, 255),rgb(0, 166, 255)) ;
    }
    .desk-top .info-top{
        display: flex;
        width: 50%;
        justify-content: space-evenly;
    }
    .info-top{
        margin-left: 140px;
    }
    .main-block {
        width: 100%;
        justify-content: space-evenly;
    }
    .info-top a{
        text-decoration: none;
        color: white;
        font-style: bold;
    }
    .top-menu select{
        border: none;
        background: none;
        color: white;
        padding: 5px;
    }
    .top-menu select option{
        color: black; 
    }
    
    .button-top{
        width: 120px;
        height: 40px;
        background-color: #00d0ff;
        margin-right: 50px;
        padding: 20px 5px 0px 5px;
        text-align: center;
    }
    .button-top a{
        text-decoration: none;
        color: white;    
    }
    .header_top{
        display: none;
    }   
    .desk-menu{
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: sticky;
        background-color:white;
    }
    .desk-menu ul{
        display: flex;
        width: 60%;
        justify-content: space-evenly;
    }
    .desk-menu ul li{
        list-style-type: none;
    }
    .desk-menu ul li a{
        text-decoration: none;
        color: black;
        font-size: 12px;
    }
    .icon{
        padding: 10px;
    }
    .search-icon i{
        font-size: 15px;
        color: black;
    }
    .search-icon{
        padding: 10px;
    }
    .headtxt h2{
        width: 660px;
    }
    .headtxt p{
        width: 660px;
        font-size: 18px;
    }
    .container{
        justify-content: left;
        padding-left: 40px;
    }
     
    .backg-cont3{
        width: 560px;
        background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/Background/sched-back.webp);
    }
    .bkg{
        width: 300px;
        margin-left: 80px;
    }
    .container2{
        width: 400px;
    }
    .bkg-border {
        width: 300px;
        margin: auto 0px;
        padding: 110px 15px;
    }
    .button-dep-1{
        display: flex;
        justify-content: center;
    }
    /* .img-dep-1{
        margin: auto 90px;
        width: 160px;
    } */
    .img-dep-1{
        width: 150px;
        height: 110px;
        background-color: rgba(244, 243, 243, 0.76);
        margin: 0 5px;
        padding-top: 10px;
    }
    .img-dep-1:hover{
        box-shadow: 0 0 50px rgba(0,0,0,0.4);
    }
    .content-g-5{
        width: 170px;
        margin: 15px;
    }
    .img-txt-main{
        width: 220px;
    }
    .dep2-imgtxt{
        line-height: 27px;
    }
    .content{
        margin-top: 80px;
    }
    .header-department-1{
        margin-bottom: 80px;
    }
    .dep1-container{
        padding-bottom: 50px;
    }
    .Department-2-container{
        padding-top: 90px;
    }
    .blog-appointment-sec{
        padding: 80px 0px;
        display: flex;
        flex-direction: row; 
        width: 100%;
        justify-content: space-evenly
    }
    .blog-txt{
        width: 250px;
    }
    .blog-section{
        padding: 0;
        width: 50%;
    }
    .blog-info{
        width: 70%;
        flex-direction: column;
    }
    .blog-img img{
        width: 130px;
    }
    .blog-imgtxt{
        width: 400px;
    }
    .container-blog{
        justify-content: left;
    }
    .appointment-section{
        justify-content: left;
        margin: 0;
    }
    .content-appointment header{
        margin-bottom: 60px;
    }
    .last-cont{
        width: 280px;   
    }
    .last-content {
        width: 100%;
        justify-content: space-evenly;  
    }  
}


