@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

body{font-family: var(--ff-body);line-height: 1.5;background-color: var(--color-FFFFFF);}

/* scrollbar */
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);-webkit-border-radius:10px;border-radius:10px;}
::-webkit-scrollbar-thumb{-webkit-border-radius:10px;border-radius:10px;background:rgba(255,255,255,0.3);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);}
::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,255,255,0.3);}

section{margin: 0 0 60px 0;}


.tac-sec{width:100%; float: left;}
.tac-in{margin-bottom: 5% !important;}
.tac-cont1{width: 100%; float: left;    margin-bottom: 50px;}
.tec-title{font-size: 30px; color:#000; margin-bottom:20px;}
.tec-sub-title{font-size:25px; color:#000; margin-bottom:20px;}
.tec-text{font-size: var(--n18);font-weight: var(--fw-regular);margin-bottom:20px;}
.tec-text a{color: #000; text-decoration: none;}
.tac-cont1 ul{ width: 100%; float: left; padding-left:4%; list-style: disc;margin-bottom:20px;}
.tac-cont1 ul li{font-size: var(--n18);font-weight: var(--fw-regular);}
.tac-cont1 ul li a{color: #000; text-decoration: none;}
.tac-cont1 ol{ width: 100%; float: left; padding-left:4%; list-style: decimal;margin-bottom:20px; }
.tac-cont1 ol li{font-size: var(--n18);font-weight: var(--fw-regular);}
.tac-cont1 ol li a{color: #000; text-decoration: none;}
.list-in a{color: #000; text-decoration: none;}
.np-booking__inner.sub-banner-w {width: 100% !important;max-width: 100% !important;}

.bottom-n {margin-bottom: 0;}
/* .p-left{padding-left: 30px;} */


@media screen and (max-width:550px) {
 .tec-title {font-size: 20px;}
.tec-sub-title { font-size: 18px;  color: #000;}
.tec-text { font-size: var(--n14);}
.tac-cont1 ul li { font-size: var(--n14);}
.tac-cont1 ol li { font-size: var(--n14);}
}