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

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

/* Scroll Bar*/
/** {*/
/*	scrollbar-color: #075296 #dbdbdb;*/
/*	scrollbar-width: thin;*/
/*}*/

/* width */
::-webkit-scrollbar {
	  height: 4px;              /* height of horizontal scrollbar ← You're missing this */
  width: 8px; 
}

/* Track */
::-webkit-scrollbar-track {
	background: #dbdbdb;
		border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #075296;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #075296;
}

html {
	overflow-x: hidden;
}

.header {
	background-color: #003399;
	padding-top: 25px;
	padding-bottom: 25px;
}

.header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .logo {
	width: 199px;
}

.header-right {
	display: flex;
	justify-content: end;
}

.mainmenu {
	border-right: 1px solid #fff;
	padding-right: 15px;
}

.mainmenu ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mainmenu ul li {
	margin: 0 10px;
}

.mainmenu ul li a {
	color: #fff;
	background-color: #003399;
	text-decoration: none;
	padding: 4px 15px;
	border-radius: 20px;
}

.mainmenu ul li.current a,
.mainmenu ul li a:hover {
	background-color: #ff9a01;
	color: #000;

}

.others img {
	margin-left: 15px;
}

/*body */
.body-content {
	background: url(../images/bg.jpg) no-repeat 0 0;
	background-size: cover;
	min-height: 50vh;
	padding: 50px;
}

.mobile-screen {
	background: url(../images/mobile-screen.png) no-repeat 0 0;
	width: 401px;
	height: 800px;
	margin: 0 auto;
	position: relative;
}

.scrren-1 {
	text-align: center;
}

.scrren-1 .mobile-logo {
	margin: 0 auto;
}

.scrren-1 .mobile-logo img {
	margin-top: 80px;
	margin-bottom: 20px;
}

.scrren-1 .text-1 {
	font-size: 18px;
	color: #03308c;
	margin-bottom: 20px;
}

.scrren-1 .text-2 {
	font-size: 20px;
	color: #03308c;
	font-weight: 600;
	margin-bottom: 20px;
}

.scrren-1 .text-3 {
	width: 65%;
	margin: 0 auto;
}

.scrren-1 .text-3 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.scrren-1 .text-3 ul li {
	border-bottom: 1px solid #000;
	padding: 10px 0;
}

.scrren-1 .text-3 ul li:last-child {
	border-bottom: 0;
}

.scrren-1 .text-3 ul li a {
	color: #003299;
}

.scrren-1 .text-3 ul li a:hover {
	color: #ff9901;
}

.mobile-footer {
	position: absolute;
	left: 13px;
	bottom: 10px;
	width: calc(100% - 25px);
	background-color: #f1f0f0;
	border-radius: 0 0 37px 37px;
}

.mobile-footer ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.mobile-footer ul li {
	width: 50%;
	text-align: center;
	padding: 20px 10px;
	font-size: 18px;
}

.mobile-footer ul li a {
	color: #1c1c1c;
}

.mobile-footer ul li a:hover,
.mobile-footer ul li.active a {
	color: #ff9901;
}

.scrren-2 {
	position: relative;
}

.scrren-2 .scrren-2-top {
	background: url(../images/scrren-2-top.png) no-repeat 0 8px;
	width: 380px;
	height: 103px;
	margin: 0 auto;
	position: relative;
	padding-top: 8px;
}

.scrren-2-serach {
	position: absolute;
	left: 70px;
	top: 59px;
}

.scrren-2-serach input {
	width: 280px;
	border: 0;
	outline: none;
}

.scrren-2-nav {
	background-color: #ee7e10;
	width: calc(100% - 23px);
	margin-left: 12px;
}

.scrren-2-navscroll {
	overflow-y: hidden;
	overflow-x: auto;
	padding: 10px 0;
}

.scrren-2-nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
}

.scrren-2-nav ul li {
	font-weight: bold;
	margin: 0 10px;
}

.scrren-2-nav ul li a {
	color: #fff;
	padding: 5px 6px;
	border-radius: 50px;
}

.scrren-2-nav ul li.active a,
.scrren-2-nav ul li a:hover {
	background-color: #fff;
	color: #ee7e10;
}

.scrren-2-text {
	margin: 15px auto 0 auto;
	width: 90%;
	text-align: center;
}

.scrren-2-text p {
	color: #003399;
	border-radius: 50px;
	border: 1px solid #000;
	display: inline-block;
	font-size: 13px;
	padding: 10px 15px;
}

.scrren-2-cover {
	padding: 0 24px;
}

/* hide scrollbar but allow scrolling */
.scrren-2-cover {
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow-y: scroll;
}

.scrren-2-cover::-webkit-scrollbar {
	display: none;
}

.scrren-2-cover-sing {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.scrren-2-cover .scrren-2-cover-l {
	display: flex;
	align-items: center;
}

.scrren-2-cover .scrren-2-cover-con {
	margin-left: 15px;
}

.scrren-2-cover .scrren-2-cover-con h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.scrren-2-cover .scrren-2-cover-con p {
	margin-bottom: 5px;
}

.scrren-2-footer {
	position: absolute;
	left: 11px;
	bottom: 8px;
}

.scrren-footer-nav ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.scrren-footer-nav ul li {
	height: 76px;
	overflow: hidden;
}

.scrren-footer-nav ul li a img {
	position: relative;
	display: block;
	bottom: 76px;
}

.scrren-footer-nav ul li a.active img {
	bottom: 0;
}

/* scrren-3-top */
.scrren-3-top {
	padding: 7px 0 0 11px;
	position: relative;
}

.scrren-3-top-back .back-arrow {
	width: 16px;
	height: 23px;
	position: absolute;
	left: 36px;
	top: 56px;
}

.scrren-3-top-back .heart-sight {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 37px;
	top: 56px;
}

.scrren-3-cover {
	background-color: #103180;
	padding: 15px 24px;
	width: calc(100% - 22px);
	margin-left: 12px;
	color: #fff;
	font-size: 14px;
}

.scrren-3-cover-sing {
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}

.scrren-3-cover-sing .scrren-3-cover-img {
	width: 100px;
}

.scrren-3-cover-sing .scrren-3-cover-img img {
	max-width: 100%;
}

.scrren-3-cover .scrren-3-cover-con {
	margin-left: 15px;
	width: calc(100% - 100px);
}

.scrren-3-cover .scrren-3-cover-con ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.scrren-3-cover .scrren-3-cover-con ul li:not(:last-child) {
	margin-right: 10px;
}

.scrren-3-cover .scrren-3-cover-con ul li img {
	border-radius: 15px;
	max-width: 100%;
}


.scrren-3-cover .scrren-3-cover-con h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #fff;
}

.scrren-3-cover .scrren-3-cover-con p {
	margin-bottom: 2px;
}

.scrren-3-cover .paage img {
	max-width: 100%;
}

.scrren-3-cover .scrren-3-cover-btm {
	font-size: 12px;
}

.scrren-3-scroll {
	max-height: 614px;
	overflow-x: hidden;
	overflow-y: auto;
}

.scrren-3-scroll:-webkit-scrollbar {
	display: none;
}

.scrren-3-scroll {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.scrren-3-scroll .scrren-3-imae {
	padding: 0 24px;
}

.scrren-3-scroll .scrren-3-imae-scroll {
	overflow-y: hidden;
	overflow-x: auto;
	padding: 15px 0;
}

.scrren-3-scroll .scrren-3-imae ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	width: 500px;
}

.scrren-3-scroll .scrren-3-imae ul li {
    width: auto;
    height: 43px;
    padding: 0 5px;
}

.scrren-3-scroll .scrren-3-imae ul li img {
    /* width: 100%; */
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.scrren-3-scroll .scrren-3-hours {
	background: #e8e8e8;
	display: flex;
	margin-left: 13px;
	width: calc(100% - 24px);
	overflow: hidden;
	border-radius: 0 0 20px 20px;
	height: 100%;
}

.scrren-3-hours .scrren-3-hours-l {
	width: 60%;
	font-size: 12px;
	padding-bottom: 20px;
}

.scrren-3-hours .scrren-3-hours-l h4 {
	color: #fff;
	background-color: #103180;
	padding: 5px 20px;
	font-size: 14px;
}

.scrren-3-hours .scrren-3-hours-l p {
	padding: 0 0 0 20px;
	margin-bottom: 5px;
}

.scrren-3-hours .scrren-3-hours-r {
	width: 40%;
	background-color: #ffe7ca;
}

.scrren-3-hours .scrren-3-hours-r h4 {
	color: #fff;
	background-color: #ee7e10;
	padding: 5px 20px;
	font-size: 14px;
}

.scrren-3-hours .scrren-3-hours-r ul {
	padding: 0 0 0 20px;
	margin: 0;
	font-size: 12px;
	list-style-type: none;
}

.scrren-3-hours .scrren-3-hours-r ul li {
	position: relative;
	padding-left: 15px;
}

.scrren-3-hours .scrren-3-hours-r ul li:before {
	background-color: #ee7e10;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 8px;
	content: '';
}

.scrren-3-tasting {
	padding: 15px 24px;
}

.scrren-3-tasting h4 {
	color: #e47419;
}

.scrren-3-tasting .scrren-3-tasting-si {
    background: #103180;
    padding: 7px;
    display: flex;
    align-items: center;
    columns: #fff;
    margin-bottom: 15px;
    border-radius: 20px;
}

.scrren-3-tasting .scrren-3-tasting-si h5 {
	margin-bottom: 8px;
	color: #fff;
}

.scrren-3-tasting .scrren-3-tasting-si p {
	color: #fff;
	margin: 0;
}
.thumble-img {
    width: 20px;
    height: auto;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}	
.scrren-3-tasting .scrren-3-tasting-si img {
	width: 100%;
  height: 100%;
   max-width:100%;
}

.scrren-lista {
	border: 1px solid #b3b3b3;
	border-radius: 15px;
	margin-top: 18px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.scrren-lista ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.scrren-lista ul li a {
	background: url(../images/arrow-as.jpg) no-repeat right center;
	display: block;
}

.scrren-4-Tabarea {
	margin-left: 13px;
	width: calc(100% - 24px);
	height: 100%;
}

#vertical_tab_nav {
	display: flex;
	overflow: hidden;
	width: 100%;
	height: calc(100% - 113px);
	border-radius: 0 0 50px 50px;
}

#vertical_tab_nav>ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	background-color: #fff;
	width: 30%;
}

#vertical_tab_nav>ul li {
	text-align: left;
}

#vertical_tab_nav>ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	background: #f1f0f0;
	padding: 10px;
}

#vertical_tab_nav>ul li a.selected {
	color: #ff9a01;
	background: #fff;
}

#vertical_tab_nav>div {
	display: block;
	padding: 20px;
	background-color: #e7e7e7;
	width: 70%;
}

#vertical_tab_nav>div article {
	display: none;
	margin: 0px;
	color: #000;
	font-size: 18px;
}

#vertical_tab_nav>div article ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#vertical_tab_nav>div article ul li {
	margin-bottom: 15px;
	font-size: 14px;
}

.styled-checkbox {
	position: absolute;
	opacity: 0;
}

.styled-checkbox+label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.styled-checkbox+label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: white;
}

.styled-checkbox:hover+label:before {
	background: #ff9902;
}

.styled-checkbox:focus+label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
	background: #ff9902;
}

.styled-checkbox:disabled+label {
	color: #ff9902;
	cursor: auto;
}

.styled-checkbox:disabled+label:before {
	box-shadow: none;
	background: #ddd;
}

.styled-checkbox:checked+label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 9px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	transform: rotate(45deg);
}

.scrren-tabarea {
	background: #121212 url(../images/search-blackiocn.jpg) no-repeat left 8px top 8px;
	border-radius: 50px;
}

.scrren-serach {
	padding: 10px 5px 10px 42px;
}

.scrren-serach input {
	border: 0;
	outline: none;
	background-color: #121212;
	color: #fff;
	width: calc(100% - 20px);
	font-size: 16px;
}

.map-view {
	padding: 25px;
}

.map-view img {
	max-width: 100%;
	height: auto;
}

.scrren-5 .scrren-5-top {
	width: 380px;
	height: 103px;
	margin: 0 auto;
	position: relative;
	padding-top: 8px;
}


.scrren-update .scrren-update-top {
	width: 380px;
	height: 103px;
	margin: 0 auto;
	position: relative;
	padding-top: 8px;
}

.scrren-update-cover {
	width: calc(100% - 20px);
	margin-left: 15px;
	margin-top: 20px;
	position: relative;
	height: calc(100% - 150px);
}

.scrren-update-cover input {
	margin: 5px 10px;
	border: 1px solid #075296;
	border-radius: 50px;
	padding: 10px 15px;
	width: calc(100% - 34px);
}

.scrren-update-cover button {
	padding: 10px;
	width: calc(100% - 34px);
	background-color: #075296;
	color: #fff;
	border-radius: 50px;
	border: 0;
	position: absolute;
	bottom: 0;
	left: 15px;
}

/* Footer */
.boxpic_panel.bg-playstore {
	width: calc(100% - 20px);
	padding: 66px 0;
	background: url("../images/inner_header.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.boxpic_panel.bg-playstore h3 {
	color: #fff;
	margin: 0 0 11px 0;
}

.boxpic_panel.bg-playstore p {
	margin: 26px 0 0 0;
}

.main_footer {
	width: 100%;
}

.footer_top {
	width: 100%;
	padding: 62px 0;
	background: #eaf1fe;
}

.footer_top_inner {
	width: 100%;
	padding: 0 90px;
}

.footer_logo {
	width: 100%;
}

.footer_logo img {
	max-width: 100%;
	display: block;
}

.business_login {
	background: #fd9927;
	padding: 10px 16px;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	margin: 40px 0 0 0;
	display: inline-block;
	text-decoration: none;
	border: none;
}

.business_login:hover {
	color: #23527c;
	text-decoration: underline;
}

.footer_box {
	width: 100%;
}

.footer_box h3 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.footer_box ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

.footer_box ul li {
	display: block;
	list-style: none;
	padding: 0 0 12px;
}

.footer_box ul li a {
	display: block;
	text-decoration: none;
	color: #022222;
	font-size: 16px;
	font-weight: 400;
}

.footer_bottom {
	width: 100%;
	padding: 20px 0;
	background: #242424;
}

.footer_bottom p {
	color: #929292;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
}

.footer_social {
	width: 100%;
	text-align: right;
}

.footer_social a {
	display: inline-block;
	padding: 0 0 0 10px;
}

.footer_social .fa {
	color: #fff;
	font-size: 22px;
}


.form-group.form-group-sign {
	position: relative;
}

.password-icon {
	position: relative;
}

.pwdshow {
	background: transparent url(../images/eye-hide-icon.png) no-repeat center / contain;
	width: 14px;
	height: 100%;
	border: 0 none;
	padding: 0;
	position: absolute;
	right: 14px;
	top: 0;
}

.pwdshow.eye-normal {
	background-image: url(../images/eye-icon.png);
}


button.close {
	border: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #ee7e10;
	color: #fff;
	font-size: 20px;
}
button.close span {
	position: relative;
	top: -3px;
}