#fullpage{
    height:1fr;
    width:99%;
    /* border: 1px solid red; */
    padding: 10px;
    background-color: rgb(240, 241, 243);
}
#fagdiv{
    width:99%;
    height:500px;
    /* border:1px solid blue; */
    /* padding:10px; */
}
#fag_button{
    width:99%;
    height:100%;
    /* border:1px solid blue; */
    margin-top: 10px ;
}
#contain{
    width:80%;
    height:85%;
    /* border:1px solid blue; */
    margin:auto;
    margin-top: 20px;
    display: flex;
}
#contain>div{
    width:90%;
    height:94%;
    /* border:1px solid blue; */
    margin:5px 5px 5px 5px;
    box-sizing: border-box;
}  
#left_top{
    width:50%;
    height:20%;
    /* border:1px solid blue; */
    font-size: 20px;
    font-family: Montserrat,sans-serif
    
}
#line{
    width:20%;
    height:2px;
    /* border:1px solid blue; */
    background: #e78471;
    margin-top: -15px;

}
#left_bottom{
    width:99%;
    height:80%;
    /* border:1px solid blue; */
    
}
#bottom_btn{
    width:95%;
    height:30%;
    /* border:1px solid blue; */
    display: flex;
    justify-content: space-around;
    gap:20px;
    margin-top: 50px;
}
.bottom_btns{
    width:150px;
    height:40px;
    background: #e78471;
    border-radius: 3px;
    display: flex;
    color:aliceblue;
}

#image{
    width:109%;
    height:128%;

}
  
p{
    font-family: Monaco,sans-serif;
    font-size: 17px;
    letter-spacing: .48px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #414042;
}
b{
    padding-left: 8px;
    padding-top: 7px;
    color: #414042;
}
#fag_button{
    background-color: #f7f1e1;
    /* display: grid; */
}
#searchhead{
    width:99%;
    height:18%;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
}

#searchhead_rightInner{
    margin-top: 10px;
    width:250px;
    height:50px;
    /* border: 1px solid red; */
}
#search{
    width:250px;
    height:30px;
    margin-top: 10px;
}
#nav_tab{
    height:100%;
    display: grid;
    gap:auto;
    grid-template-columns:repeat(5,20%) ;
    /* border: 1px solid black; */
}
#nav_tab > div{
    /* border: 1px solid red; */
    text-align: center;
    /* background-color: white; */
    font-family: Monaco,sans-serif;
    font-size: 17px;
    letter-spacing: .48px;
    line-height: 17px;
    padding-top: 20px;
}
.dropdown >button{
    font-family: Monaco,sans-serif;
    background-color: rgb(252, 248, 248);
    width:55%;
    height:40px;
    box-sizing: border-box;
    
    
}
.dropdown>button:hover{
    background-color: #f7f1e1;
    color:black;
}


#dropbox{
    width:90%;
    height:50%;
    margin: auto;
    /* border: 1px solid red; */
    display: none;
    padding:2px;

}
#dropdown_left{
    
    display:grid;
    grid-template-columns:repeat(2,50%);
    height:100%;
    /* border: 1px solid red; */
    gap:10px;
    margin-left: 30px;

    
}
.innerdropdown{
    height:100%;
    width:90%;
    /* border:1px solid red;    */
}
select{
    height:100%;
    /* width:100%; */
    /* border:0px; */
    /* outline:0px; */
    background-color: #f7f1e1;
    /* background-color: transparent; */
    font-size: 16px;
    color: #414042;
    font-family: Source Sans Pro,sans-serif;
    line-height: 25px;
    padding: 15px 0 5px;
    border: none;
    text-align: left;
    width: 80%;
}
   
