/*general*/
body {
	font-family: 'Assistant', sans-serif;
    font-size: 18px;
    color: #3b4350;
    width: 100%;
    padding-bottom: 35px;
}
.center {
	text-align: center;
}
input, textarea, select {
	width: 100%;
	height: 50px;
	border: solid 1px gainsboro;
	outline: none;
	padding: 0px 10px;
	transition: all 350ms ease-in-out;
}
input:focus, textarea:focus, select:focus {
	border-color: #3b4350;
}
textarea {
	padding-top: 8px;
}
button {
	height: 50px;
    border: none;
    background: green;
    transition: all 350ms ease-in-out;
    font-weight: bold;
    width: 100%;
}
.tag {
	width: initial;
	background: #f3f3f3;
	height: 40px;
	padding: 6px 10px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 8px;
}
.tag img {
	width: 26px;
	margin-left: 5px;
	border-left: solid 1px darkgray;
	padding-left: 7px;
	cursor: pointer;
}
.tag p {
	margin: 0;
	display: inline-block;
	color: gray;
	font-weight: 600;
}
.space-btn {
	margin-top: 30px;
    margin-bottom: 10px;
}
button:hover {
	background: #845eb3
}
button i, button {
	color: white;
}
h2 {
	text-align: center;
	font-family: 'Assistant', sans-serif;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 34px;
}
label {
	display: block;
	font-size: 16px;
	color: gray;
	margin-top: 30px;
	font-weight: 600;
}
.absolut-center {
	position: absolute;
	width: 100%;
	margin: auto;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	height: inherit;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}
.dark-btn{
	background: #3c4351;
}
.dark-btn:hover{
	background: #232730;
}
/*header*/
.high-nav {
	background-color: green;
	border-color: transparent;
	border-radius: 0;
	height: 65px;
	padding: 6px 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: gray;
}
.navbar-nav > li > .dropdown-menu {

	padding: 0;
}
.dropdown-menu > li > a {

	padding: 10px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: white;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: white;
	background-color: transparent;
	font-weight: 600;
}
.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 600;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
	border-top-color: white;
	border-bottom-color: white;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle{
	width: 40px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	    background-color: #845eb3;
    border-radius: 60px;
    height: 40px;
    width: 40px !important;
    padding: 8px;
    outline: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: white;
	border-bottom-color: white;
}
.navbar-default {
	background-color: green;
	border-color: transparent;
	border-radius: 0;
}
.header-left {
	float: left;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: white;
	background-color: darkgreen;
	margin-left: 5px;
	height: 40px;
	padding: 9px 22px;
	margin-top: 5px;
	font-weight: 600;
}
.small-logo {
	width: 116px;
	margin-right: 26px;
	margin-top: 4px;
	margin-left: 45px;
}
/*footer*/
.footer {
	width: 100%;
	background: #3b4350;
	margin: 0;
	bottom: 0;
	text-align: center;
	padding: 5px;
	height: 37px;
	color: white;
	position: fixed;
}
.footer p{
	    font-size: 14px;
    color: white;
}
.footer p a{
	color: white;
	font-weight: 800;
}
.box {
	    width: 100%;
    background: white;
    padding: 15px 5px;
    border: solid 1px #efefef;
    margin-bottom: 15px;
}
.semi-bold {
	font-weight: 600;
}
.semi-bold span {
	font-weight: 400;
}
.item-id {
	font-size: 14px;
	color: darkgrey;
	font-weight: 600;
}
.left{
	text-align: left;
}

/*home*/
.home-search button {
	float: left;
	width: 50px;
	height: 50px;
}
.home-search input {
	width: calc(100% - 50px);
	height: 50px;he
	}
	.search-section{
	height: 50vh;
	position: relative;
}
.video-section {
background: #f3f3f3;
    padding: 30px;
    min-height: 38vh;
    /* padding: 0; */
    margin: 0;
}
.center-height {
	height: calc(100vh - 100px);
	top: 52px;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.big_logo {
	margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 39%;
}
/*new-ld*/
.circle-img {
	width: 115px;
	height: 115px;
	background: #f3f3f3;
	border-radius: 70px;
	text-align: center;
	padding: 24px;
	margin: 0 auto;
	margin-top: 8%;
	position: relative;
}
.circle-img img {
	width: 55px;
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
/*confirm*/
.icon-circle {
	width: 35px;
    height: 35px;
    border-radius: 60px;
    background: #3c4351;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
}
.icon-circle img{
	width: 22px;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.phone {
	color: #a085c7;
	font-weight: 600;
	font-size: 27px;
	margin: 0;
	display: table-cell;
    vertical-align: middle;
}
.inline{
	display: inline-block;
}
/*package*/
.lid-num{
	width: 100%;
    background: green;
    height: 50px;
    text-align: center;
    padding: 4px;
    font-size: 29px;
    font-weight: 800;
    color: white;
}
.pack-info{
	width: 100%;
    background: #f3f3f3;
    height: 164px;
    text-align: center;
    padding: 20px;
    border: solid 1px gainsboro;
    position: relative;
    padding-top: 30px;
    margin-bottom: 50px;
}
.price{
	font-size: 70px;
    font-weight: 900;
    line-height: 53px;
}
.price span{
	font-size: 20px;
	font-weight: 600;
}
.pack-info button{
	position: absolute;
    bottom: -20px;
    margin: auto;
    right: 0;
    left: 0;
    width: 120px;
    height: 41px;
}
.pack-info .item-id{
	font-size: 20px;
    margin-top: -10px;
}
/*lid*/
.lid{
	margin-bottom: 15px;
	position: relative;
}
.phone-circle{
       width: 65px;
    height: 65px;
    cursor: pointer;
    transition: all 350ms ease-in-out;
}
.phone-circle:hover{
   background: #f3f3f3;
    padding: 8px 0px;
}
.phone-circle:hover.phone-circle img{
	display: none;
}
.phone-circle .note{
	display: none;
	font-size: 12px;
    line-height: 12px;
    text-align: center;
}
.phone-circle:hover.phone-circle .note{
	display: block;
}
.phone-circle img{
	width: 36px;
}
.check-lid{
	width: 35px;
    height: 35px;
    border-radius: 60px;
    background: white;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    border: solid 3px gainsboro;
    cursor: pointer;
}
.check{
	background: green;
    border: none;
    text-align: center;
    padding: 5px;
}
.check i{
	color: white;
}

/*mobile*/
@media screen and (max-width: 767px) {
	/*header*/
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #e6e6e6; */
    border-color: transparent;
    text-align: center;
    background: rgba(59, 67, 80, 0.91);
	}
	.header-left {
		float: inherit;
		width: 50%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
		text-align: center;
		color: white;
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	.search-section {
		height: 300px !important;
	}
	.big_logo {
margin-top: 30px;
    /* margin: 0 auto; */
    /*max-width: 380px;*/
	}
	.lid {
    text-align: center;
}
.phone-circle {
  	 width: 50px;
    height: 50px;
    margin-bottom: 13px;
}
.phone-circle img {
    width: 29px;
}
.mobile-bottom{
	position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 1024px) {
	.space-video {
		margin-bottom: 15px;
		padding: 0;
	}
	
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
.big_logo {
   
    margin-top: 20%;
}

