select::-ms-expand {

	display: none;

}


.terms_content_area p {
	font-size: 13px;
	margin: 10px 0 10px;
	color: #848484;
	line-height: 18px;
	text-align: left;
}

.package-images__item img {
	height: 145px;
	width: auto;
}

.terms_content_area p a {
	color: #084576;
	text-decoration: underline;
}

.checkout_info-form input[type=text],
.checkout_info-form input[type=search],
.checkout_info-form input[type=number],
.checkout_info-form input[type=password],
.checkout_info-form input[type=tel],
.checkout_info-form input[type=email],
.checkout_info-form select,
.checkout_info-form textarea {
	background: #fff;
	border: 1px solid #989898;
	box-sizing: border-box;
	border-radius: 8px;
	height: 2.4rem;
	padding: 0.5rem;
	margin: 0 0 1rem !important;
}

.up_pop {
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 99;
}

.up_pop_content {
	width: 54%;
	background: #0e2f58;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	padding: 30px;
	min-height: 400px;
	justify-content: space-between;
	border: 20px #fff solid;
}

.up_pop_inner {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background: #00000096;
	font-family: arial;
	text-align: center;
	flex-direction: column;
}

.up_pop_inner h2 {
	font-size: 33px;
	color: #fff;
}

.pop_col_IMG {
	width: 40%;
}

.pop_col_TEXT {
	width: 60%;
}


.pop_col_TEXT p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

a.upgrade_btn {
	background: #000;
	color: #fff;
	padding: 14px 10px;
	font-weight: 600;
	display:
		inline-block;
	text-decoration: none;
	margin-top: 4px;
}

p.pop_price {
	margin-bottom: 71px;
	margin-top: 0;
}

.no-ty {
	margin-top: 14px;
}

.no-ty.button__no.u-button__no.model_close.addon_checkout_btn2 {
	color: #fff;
	text-decoration: underline;
}

.no-ty.button__no.u-button__no.model_close.addon_checkout_btn2:hover {
	color: #F58D13;
}

@media only screen and (max-width:767px) {
	.up_pop_content {
		width: 81%;
		background: #000000;
		background: -moz-linear-gradient(top, #000000 0%, #000000 21%, #000000 52%, #000000 59%, #299a0b 100%);
		background: -webkit-linear-gradient(top, #000000 0%, #000000 21%, #000000 52%, #000000 59%, #299a0b 100%);
		background: linear-gradient(to bottom, #000000 0%, #000000 21%, #000000 52%, #000000 59%, #299a0b 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#299a0b', GradientType=0);
		background-size: 100% 100%;
		display: flex;
		align-items: center;
		padding: 16px;
		min-height: 400px;
		justify-content: space-between;
		border: 10px #fff solid;
		flex-direction: column;
	}

	.pop_col_IMG {
		width: 80%;
	}

	.pop_col_TEXT {
		width: 90%;
	}

	.up_pop_inner h2 {
		font-size: 27px;
	}

	.pop_col_TEXT p {
		color: #fff;
		font-size: 18px;
		line-height: 26px;
	}

	p.pop_price {
		margin-bottom: 30px;
		margin-top: 0;
	}
}

.price-top {
	text-decoration: none;
	position: relative;
	text-decoration-line: none;
}

.price-top:after {
	position: absolute;
	content: '';
	height: 3px;
	background: #000;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 2px;
	display: block;
}


#app_common_modal,

#error_handler_overlay {

	overflow: hidden;

}


#app_common_modal .app_modal_body {

	margin: 30px auto;

}


@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {

	#app_common_modal .app_modal_body {

		min-height: 180px;

		margin: 30px auto;

	}

	#app_common_modal .app_modal_body iframe {

		min-height: 180px;

	}

}


@media screen and (min-width:320px) and (max-width:1200px) and (orientation:landscape) {

	#app_common_modal .app_modal_body {

		min-height: 180px;

		margin: 30px auto;

	}

	#app_common_modal .app_modal_body iframe {

		min-height: 180px;

		height: 180px;

		overflow-y: scroll;

	}

	#app_common_modal .app_modal_body,

	#error_handler_overlay .error_handler_body {

		height: auto;

	}

	.error_handler_body ul li {

		font-size: 12px;

	}

	#error_handler_overlay .error_handler_body ul {

		height: 180px;

		overflow: scroll;

	}

}


#app_common_modal_close,

#error_handler_overlay_close {

	display: flex;

	justify-content: center;

	align-items: center;

}

#error_handler_overlay .error_handler_body {

	margin: 30px auto;

}

html {

	-webkit-text-size-adjust: 100%;

}

a[href^="tel"] {

	color: inherit;

	text-decoration: none;

}

#loading-indicator:after,

#loading-indicator:before {

	display: none;

}

.white_box {

	background: #fff;

	border-radius: 5px;

	color: #000;

	font-family: arial;

	font-size: 16px;

	height: 110px;

	padding: 10px;

	max-width: 300px;

	width: 95%;

	z-index: 1;

	text-align: center;

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

	-webkit-transform: translate(-50%, -50%);

	-moz-transform: translate(-50%, -50%);

}

.white_box i,

.white_box span {

	display: block;

}

.white_box img {

	max-width: 64px;

	width: 100%;

	display: inline-block;

}

@media(max-width:480px) {

	.white_box span {

		font-size: 14px;

	}

}


::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */

	color: #000 !Important;

	opacity: 1;
	/* Firefox */

}


:-ms-input-placeholder {
	/* Internet Explorer 10-11 */

	color: #000 !Important;

}


::-ms-input-placeholder {
	/* Microsoft Edge */

	color: #000 !Important;

}

.cvv-image.clear {

	height: auto;

	margin-bottom: 10px;

}

#cardMonth {

	padding-right: 20px;

}


input#swift {

	width: 14px;

	height: 14px;

	-webkit-appearance: checkbox;

	margin: 0 !important;

	margin-right: 5px !important;

}

.package__save {

	right: 0 !important;

}

.send-btn {

	line-height: 1;

}

label.sub_label {

	margin-bottom: 0 !important;

	font-size: 12px !important;

}


.d-flex {

	display: flex;

	align-items: center;

	justify-content: center;

}


@media(max-width:767px) {
  .order__left, .order__right {
    width: 90%;
    margin: auto;
    float: none;
    }
    .order__left {
	padding-left: 0;
    }
}
.order__right{    margin-bottom: 30px;}
@media(max-width:500px) {
.header__info {
  float: left;
  width: 100%;
}
.delivery-block {
  float: none;
  max-width: 226px;
  margin: auto;
}
.header .container {
  text-align: center;
}
.header__logo {
  float: none;}
  .package-images__item img {
    height: auto;}
    .steps__item {
      font-size: 12px;}
      .order__left, .order__right {
        width: 95%;}
        .timer-block {
          margin-top: 0;
          text-indent: 0;
          font-size: 13px;
          margin-bottom: 10px;
      }
      .package-info {
        float: left;
        width: 36%;
    }
    .package-images, .product3 .package-images {
      width: 46.5%;
  }
  .package-item__status {
    width: 14%;
}
.package__save {
  width: 50px;
  height: 50px;}
  .package__save_item {
    font-size: 9px;
}
.package__save_title {
  font-size: 10px;
  line-height: 12px;
  margin-top: 15px;
}
.package-info__btn {
  font-size: 14px;
  width: 110px;
}
.checkout .wrapper {
  overflow: hidden;
}
.delivery-block {
  font-size: 11px;
  width: 47%;
}

}


/* nav link styles   */

.toggle-nav {
    margin: 10px auto 26px auto !important;
    /* width: 410px; */
    display: block;
    border-radius: 50px;
    /* height: 56px; */
    background: #000;
    padding: 7px;
    overflow: hidden;
}

.toggle-nav li.nav-item {
    list-style: none;
    display: inline-block;
    width: 49%;
    text-align: center;
}
.toggle-nav.nav-pills .nav-link {
    display: block;
    width: 100%;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 22px;
    height: 45px;
    font-weight: normal;
    border: none;
    cursor: pointer;
    background: transparent;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
}


  .toggle-nav.nav-pills .nav-link {
        color: #fff;
    }

  .toggle-nav {
        background: #000;
        color: #fff;
    }

    .toggle-nav.nav-pills .nav-link.active {
        color: #000;
        background-color: #fff;
    }

    @media (max-width: 374px){
        .toggle-nav.nav-pills .nav-link {
            font-size: 13px;
        }
    }

    @media (min-width: 1200px) {
        .package-info {
            width: 26%;
        }
    }