/* header .top .search-input {

	background-color: white;

	display: flex;

	align-items: center;

	padding: 5px 10px;

	border-radius: 12px;

  }

  header .top .search-input input {

	border: none;

	background-color: transparent;

	outline: none;

  }

  header .top a {

	margin: 0px 10px;

  }

  header .top .sign {

	padding: 10px;

	font-style: normal;

	font-weight: 400;

	font-size: 13px;

	line-height: 12px;

	text-transform: uppercase;

	color: #ffffff;

	text-decoration: none;

	background-color: #3f4042;

  }

  header .main-nav li.nav-item {

	margin: 0px 5px;

  }

  header .main-nav .nav-link {

	font-style: normal;

	font-weight: 400;

	font-size: 19px;

	line-height: 33px;

	text-transform: uppercase;

	color: #074946;

  }

  header .user-login {

	list-style-type: none;

  }

  header .user-login .dropdown-toggle::after {

	display: none;

  }

  header .user-login li a {

	margin: 0;

  }

  header .user-login .username {

	font-style: normal;

	font-weight: 400;

	font-size: 13px;

	line-height: 12px;

	color: #ffffff;

  }

  header .dropdown-menu {

	box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.3);

	padding: 0;

  }

  header .dropdown-menu .dropdown-item {

	background: #d7e7e7;

	border-radius: 0px;

	font-style: normal;

	font-weight: 400;

	font-size: 18px;

	line-height: 17px;

	/* identical to box height

	color: #074946;

	padding: 12px 20px;

	transition: 0.5s;

	border-top: 1px solid white;

  }

  header .dropdown-menu .dropdown-item:hover {

	background: #448c88;

	box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.3);

	border-radius: 0px;

	color: white;

  }

  header .dropdown-menu li:first-child .dropdown-item {

	border-top: none;

  }

  header .dropdown-menu .logout {

	border-top: 2px solid rgba(24, 129, 129, 0.53);

  } */

@font-face {
    font-family: "NotoSans";
    src: url("../font/Noto_Sans/NotoSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NotoSans";
    src: url("../font/Noto_Sans/NotoSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NotoSans";
    src: url("../font/Noto_Sans/NotoSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NotoSans";
    src: url("../font/Noto_Sans/NotoSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.row {
    margin: 0 !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: NotoSans !important;
}

.banner-img img {}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

#header .search-area {
    background-color: #4D9F91;
    justify-content: end;
    padding: 12px 70px;
    /* display: flex; */
    display: none;
}

#header .container {
    max-width: 100%;
    padding: 0;
}

#header .top-menu {
    padding: 0;
    position: relative;
    z-index: 1999;
    background: #fff;
    top: 0;
}

#header .top-menu .navbar-toggler {
    box-shadow: none;
}

#header .search-area .search-input input {
    font-size: 16px;
    padding: 16px 17px;
    border-radius: 24px;
    border: none;
    width: 100%;
    outline: none;
}

#header .search-area .search-input {
    width: 530px;
    position: relative;
}

#header .search-area .search-btn i {
    font-size: 16px;
    color: #fff;
    padding: 10px;
    background-color: #4D9F91;
    border-radius: 50%;
}

#header .search-area .search-btn {
    position: absolute;
    right: 85px;
    top: 23px;
}

#header .navbar-brand {
    width: 56px;
    height: 56px;
    padding: 0;
}

#header .navbar-brand img {
    width: 100%;
    object-fit: cover;
}

#header .navbar {
    padding: 12px 68px;
    box-shadow: 0 2px 6px -2px #bbbbbb;
}

#header .navbar .container-fluid {
    padding: 0;
}

#header .navbar .navbar-collapse {
    justify-content: end;
}

#header .navbar .navbar-collapse .nav-item .nav-link {
    font-size: 18px;
    color: #5B5E63;
    font-weight: 400;
}

#header .navbar .navbar-collapse .nav-item:hover .nav-link {
    color: #4D9F91;
}

#header .navbar .navbar-collapse .nav-item.dropdown i {
    color: yellow;
    font-size: 16px;
    padding: 10px 9px;
    border-radius: 50%;
    background-color: red;
}

#header .navbar .navbar-collapse .navbar-nav {
    align-items: center;
}

#header .navbar .navbar-collapse .nav-item:first-child a {
    font-weight: 600;
    color: #4D9F91 !important;
}

#header .navbar .navbar-collapse .nav-item {
    margin-left: 40px;
}

#header .navbar .dropdown-toggle::after {
    content: none;
}

#header .navbar .navbar-collapse .nav-item.dropdown .dropdown-icon {
    font-size: 14px;
    background-color: transparent;
    padding: 0;
    color: #5B5E63;
    margin-left: 1px;
}

#header .nav-item.dropdown .dropdown-menu {
    border: 1px solid #4D9F91;
}

#header .nav-item.dropdown .dropdown-menu .dropdown-item:focus,
#header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #4D9F91;
    color: #fff;
    transition: all 0.3s linear;
}

#header .nav-item.dropdown .dropdown-menu.language-drop {
    left: -70px;
}

#header .navbar .navbar-collapse .nav-item.dropdown:last-child {
    display: none;
}

@media (max-width: 1440px) {
    #header .navbar .navbar-collapse .nav-item {
        margin-left: 18px;
    }
    #header .navbar .navbar-collapse .nav-item.dropdown .dropdown-icon {
        margin-left: 1px;
    }
    #header .navbar {
        padding: 12px 30px;
    }
}

@media (max-width: 480px) {
    #header .navbar-brand {
        width: 45px;
        height: 45px;
    }
    #header .navbar {
        padding: 5px 30px;
    }
}