html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: arkhip;
    src: url('../fonts/arkhip.regular.ttf');
}
@font-face {
    font-family: arkhip;
    src: url('../fonts/arkhip.regular.ttf');
}
@font-face {
    font-family: dmsans;
    src: url('../fonts/DMSans_Font.ttf');
}

/*body {
    color: #000;
    background-color: #dff3fc;
    font-family: arkhip;
}*/
body {
    color: #000;
    background-color: #e6ebfa;
    font-family: dmsans !important;
}
.skna_cmn_btn {
    background: #e65039 !important;
    border: none !important;
    border-radius: 25px !important;
}
.skna_cmn_btn:hover {
    background-color: #e65039ab !important;
}
.custom-head-logo {
    height: 32px;
}
.ckin_sec01{
	padding-top:60px;
}
.skna_nav_hdr {
    z-index: 10;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 60px;
    width: 100%;
    background-color: #ffffff !important;
}
.skna_logo_txt {
    font-size: 32px;
    margin-bottom: 0;
    padding-top: 15px;
}

.skna_ckin_sec_hr {
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
    /*background: url('../img/line.png');*/
    background-color: transparent;
    background-size: 60%;
    background-position: center;
    padding: 7px;
    background-repeat: repeat-x;
    height: 7px;
    opacity: 1; 
    outline: none;    
    border-bottom: 1px solid #002e99;    
    background-position-x: -17px;
    height: 1px;
}
}   
.skna_cmn_btn {
  /*  background-color: #002e99;
    border: 1px solid #002e99;*/
    color: #fff;
    text-transform: lowercase;
    width: 165px;
    height: 38px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 18px;
    transition-duration: .2s;
}
.skna_cmn_btn:hover {
    /*background-color: #63aae2 !important;*/
    color: #fff !important;
    /*border: 1px solid #63aae2 !important;*/
}
.cmn_btn_alt {
    background-color: #ddd;
    color: #FFF;
    border: 1px solid #ccc;
}
.skna_cntnt_wrap {
    padding: 0 25px;
}
.skna_bkngid_inpt {
    width: 100%;
    height: 40px;
    color: #000 !important;
    padding-left: 35px;
    padding-top: 5px;
    border: 1px solid #002e99;
    border-radius: 5px;
    position: relative;
}
.skna_bkngid_p {
    position: relative;
}
.skna_bkngid_p::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-image: url('../img/user.png');
    background-size: contain;
    z-index: 2;
    filter: brightness(0) saturate(100%) invert(19%) sepia(55%) saturate(3627%) hue-rotate(215deg) brightness(78%) contrast(115%);
}
.ckin_cmn_p {
    color: #002e99;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
}
.ckin_cmn_ul {
    color: #002e99;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
    padding-left: 25px;
}
.bksmry_img {
    width: 100%;
    max-width: 550px;
    min-height: 200px;
    max-height: 250px;
    background: #fff;
}
.ckin_sml_p {
    color: #002e99;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}
.sknackin_btn_p {
    display: flex;
    justify-content: space-evenly;
}
.drnks_pkg_wrap {
    display: flex;
    flex-wrap: wrap;
}
.drnks_pkg_bx {
    width: 19%;
    margin: .5%;
    background-color: #fff;
}
.drnks_pkgbx_img_p {
    margin-bottom: 4px;
}
.drnks_pkgbx_img {
    width: 100%;
}
.drnks_pkgbx_name {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px !important;
    color: #002e99;
    margin-bottom: 4px;
}
.drnks_pkgbx_qty_dv {
    display: flex;
    margin-bottom: 6px;
    border: 1px solid rgba(0,0,0,0.07);
}
.drnks_pkgbx_qty_btn {
    width: 20%;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    height: 29px;
}
.drnks_pkgbx_qty_btn:hover {
    background-color: #d8e9f3;
}
.drnks_pkgbx_qty_inpt {
    width: 60%;
    text-align: center;
    border: 0;
    height: 29px;
    padding-top: 4px;
}
.drnks_pkgbx_price_p {
    text-align: center;
    color: #002e99;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 4px;
}
.drnks_pkgbx_info_p {
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    padding: 0 3px;
    color: #002e99;
    margin-bottom: 10px;
}
















