#footerCD{
    padding-bottom: 70px;
}
#ftLogo{
    padding: 15px 0;
    background-color: #289b74;
    display: flex;
    justify-content: center;
}
#ftInf{
    padding-top: 30px;
}
#ftLst{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
#ftLst a{
    font: 18px 'HelvetIns';
    color: #289b74;
}

#pcd-gstop{
    width: 100%;
    max-width: 480px;
    height: 60px;
    border-bottom: 1px solid #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #3d9b79;
    z-index: 9;
    margin: auto;
}
#pcdGstop-wrp{
    display: flex;
    align-items: center;
    height: 60px;
}
#pcd-gstop span{
    flex: 1;
    padding-right: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
#pcdGstop-frm{
    width: 65%;
    max-width: 300px;
    display: flex;
    justify-content: space-between;
}
#pcdGstop-frm input{
    width: calc(100% - 45px);
    height: 40px;
    background: #fff;
    border-radius: 5px;
    padding: 0 10px;
}
#pcdGstop-frm button{
    width: 40px;
    height: 40px;
    color: #393838;
    border-radius: 5px;
    font: 18px/1.2 'HelvetIns', sans-serif;
    border: 1px solid #fbf095;
    background: rgb(175,111,0);
    background: linear-gradient(0deg, rgba(175,111,0,1) 0%, rgba(251,240,149,1) 50%, rgba(175,111,0,1) 100%);
}


#pcd-book {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 120px;
    right: -100%;
    border-radius: 5px 0 0 5px;
    padding: 10px 15px;
    z-index: 99;
    transition: all 1s ease;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(68,68,68,.5);
    font-size: 14px;
    color: #4b4b4b
}
#pcd-book.in{
	right: 0px;
}
#pcdBook-name {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #333
}
#pcdBook-tel{
    text-transform: uppercase;
}