@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:        Medinova
Version:        1.0
Last change:    02.16.2020
Primary use:    HTML Template
Author:         ThemeMascot
URL:            https://themeforest.net/user/ThemeMascot
-------------------------------------------------------------------*/
/* @import url(preloader.css); */
/* @import url(font-awesome5.css); */
/* @import url(pe-icon-7-stroke.css); */
/* @import url(elegant-icons.css); */
/* @import url(icomoon.css);
@import url(flaticon-set-current-theme.css);
@import url(flaticon-set-contact.css); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");

/*
This file contains the common styles of this theme.
*/

*/
/*
 * reset.scss
 * -----------------------------------------------
*/
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 150%;
}

body {
	height: 100%;
}

html {
	font-size: 100%;
	/*62.5%;*/
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #333;
	/* Firefox */
	color: #fff;
	text-shadow: none;
}

::-webkit-selection {
	background: #333;
	/* Safari */
	color: #fff;
	text-shadow: none;
}

:active,
:focus {
	outline: none !important;
}

body {
	line-height: 1.8;
	color: #6d7988;
	font-size: 1rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	background-color: #fff;
	background-attachment: fixed;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

a {
	color: #0073aa;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
	a {
		transition: none;
	}
}

a:hover,
a:focus {
	color: #003f5e;
	text-decoration: none;
}

a img {
	border: none;
}

img {
	max-width: 100%;
}

iframe {
	border: none !important;
}

/* -------- Headings ---------- */
h1,
.h1 {
	font-size: 3rem;
}

h2,
.h2 {
	font-size: 2.8rem;
}

h3,
.h3 {
	font-size: 1.8rem;
}

h4,
.h4 {
	font-size: 1.5rem;
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 800;
	line-height: 1.3;
	color: #122a48;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #122a48;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
	color: inherit;
	font-weight: inherit;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	font-family: "Montserrat", sans-serif;
	margin-bottom: 1rem;
	margin-top: 0.75rem;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 0.5rem;
	margin-top: 0.75rem;
}

/* -------- Body Text ---------- */
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
	margin-bottom: 10px;
}

table p {
	margin-bottom: 0;
}

p {
	margin-bottom: 30px;
}

p a:hover,
p a:focus {
	text-decoration: underline;
}

ol,
ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

ol ol li,
ol ul li,
ul ol li,
ul ul li {
	padding-left: 20px;
}
/*bootstrap outline设置*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
　　outline: thin dotted;
　　outline: 5px auto -webkit-focus-ring-color;
　　outline-offset: -2px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
　　outline: thin dotted;
　　outline: 5px auto -webkit-focus-ring-color;
　　outline-offset: -2px;
}
a:focus {
　　outline: thin dotted;
　　outline: 5px auto -webkit-focus-ring-color;
　　outline-offset: -2px;
}
/*bootstrap-select outline设置*/
.bootstrap-select .dropdown-toggle:focus {
　　outline: thin dotted #333333 !important;
　　outline: 5px auto -webkit-focus-ring-color !important;
　　outline-offset: -2px;
}

/*
 * common.scss
 * -----------------------------------------------
*/
/* -------- Basic Structure ---------- */
html {
	font-size: 100%;
	max-width: 100%;
}

@media (max-width: 991.98px) {
	html {
		font-size: 98%;
	}
}

@media (max-width: 767.98px) {
	html {
		font-size: 96%;
	}
}

@media (max-width: 575.98px) {
	html {
		font-size: 94%;
	}
}

html,
html a {
	-webkit-font-smoothing: antialiased;
}

body {
	max-width: 100%;
	overflow-x: hidden;
	position: relative;
}

img {
	height: auto;
	max-width: 100%;
}

iframe,
embed,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

iframe {
	display: block;
	margin: 0;
	max-width: 100%;
}



/* -------- Scroll To Top ---------- */
.scrollToTop {
	background-size: 200% auto;
	box-shadow: 0 7px 30px rgba(0, 0, 0, 0.4);
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 15px;
	display: none;
	border-radius: 50%;
	height: 50px;
	padding: 2px;
	position: fixed;
	right: 15px;
	text-align: center;
	text-decoration: none;
	width: 50px;
	z-index: 99999;
	opacity: 0.4;
}

.scrollToTop i {
	color: #fff;
	font-size: 42px;
}

.scrollToTop:hover {
	text-decoration: none;
	opacity: 1;
}

/*
 * header.scss
 * -----------------------------------------------
*/
/*
 * header-menuzord.scss
 * -----------------------------------------------
*/
/* 1 - MENU CONTAINER
======================================*/
.menuzord,
.menuzord * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.menuzord {
	width: 100%;
	padding: 0 30px;
	float: left;
	position: relative;
}

/* 2 - BRAND
======================================*/
.menuzord-brand {
	margin: 10px 30px 10px 0;
	float: left;
	color: #666;
	text-decoration: none;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
}


header.header .menuzord-brand {
	transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
	header.header .menuzord-brand {
		transition: none;
	}
}

@media (max-width: 1199.98px) {
	header.header .menuzord-brand {
		margin-right: 20px;
	}
}

@media (max-width: 767.98px) {
	header.header .menuzord-brand {
		margin-right: 0;
	}
}

header.header .menuzord-brand img {
	max-height: 40px;
	width: auto;
	transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
	header.header .menuzord-brand img {
		transition: none;
	}
}

@media (max-width: 575.98px) {
	header.header .menuzord-brand img {
		max-width: 200px !important;
	}
}

header.header .menuzord-brand img.logo-2x {
	display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
	header.header .menuzord-brand .logo-default.logo-1x {
		display: none;
	}

	header.header .menuzord-brand .logo-default.logo-2x {
		display: inline-block;
	}
}