:root {
  --fontweight: bold;
}
/*@font-face {
  font-family: ShopifySans;
  src: url("fonts/ShopifySans--regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: ShopifySansMedium;
  src: url("fonts/ShopifySans--medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: ShopifySans;
  src: url("fonts/ShopifySans--bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal
}*/

@font-face {
  font-family: 'ShopifySans';
  src: url('fonts/ShopifySans-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/*@font-face {
  font-family: 'ShopifySans';
  src: url('fonts/ShopifySans-Bold Italic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}*/

@font-face {
  font-family: 'ShopifySans';
  src: url('fonts/Shopify Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'ShopifySans';
  src: url('fonts/Shopify Sans-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'SFProText';
  font-style:normal;
  font-weight:100;
  src:local('SFProText'), url("fonts/SF/sf-pro-text_ultralight.ttf") format("truetype");
}

html {
/* Load system fonts */
font-family: ShopifySans,-apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
/* Make type rendering look crisper */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-size-adjust: 100%;
/* Enable kerning and optional ligatures */
text-rendering: optimizeLegibility;
}

/*body{
  color: #212b36;
}*/


/** * Form elements render using OS defaults, * so font-family inheritance must be specifically declared */

button,
input,
optgroup,
select,
textarea {
font-family: inherit;
}

* {
margin: 0;
padding: 0;
}

label {
font-size: 18px !important;
line-height: 24px;
font-weight: 500;
}

h1 {
font-size: 28px;
line-height: 32px;
font-weight: 700;
}

h2 {
font-size: 24px;
line-height: 24px;
font-weight: 500;
}

h4,
h6,
button,
.btn {
font-size: 18px;
line-height: 16px;
font-weight: 500;
}

p,
li,
input {
font-size: 14px;
line-height: 20px;
font-weight: 400;
color: #697986;
}

a {
font-size: 14px;
line-height: 20px;
font-weight: 400;
color: #5a68cb;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 30px white inset;
  box-shadow: 0 0 0 30px white inset;
  color: #333333;
  font-weight: normal;
}

textarea, select, input, button { outline: none; }

:focus {
  outline-color: transparent;
  outline-style: none;
  box-shadow: none;
}

.navbar {
width: 100%;
max-width: 100%;
margin: 0;
padding-left: 98px;
padding-right: 98px;
border-bottom: 1px solid #dfe3e8;
margin-right: 0px !important;
/* padding-top: 50px; */
padding-bottom: 0;
min-height: 80px;
background-color: #FFFFFF !important;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
}


.intro-message {
  background: #5a68cb no-repeat;
  padding: 15px 15px 10px 15px;
  background-position: bottom center;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1031;
  display: none;
}
.intro-message + nav {
/*top:40px;*/
}

.intro-message strong {
  font-weight: 700;
}
.intro-message h3 {
  /* margin: 0px 0px 15px; */
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}
.intro-message h3 a {
  font-weight: 700;
  color: #FFFFFF;
  font-size:inherit;
}
.intro-message a:hover {
  color: #FFFFFF;
  text-decoration: underline
}

.brand_bannner_bg_img {
  background: url(../../img/brand_banner.png) center center no-repeat;
  background-size: 100%;
  height: 44px
}

a:focus,
a:hover {
  color: #ef9600
}

.navbar-brand {
padding-top: 0;
padding-bottom: 0;
}

.navbar img {
padding: 13px 20px 12px 0;
width: 143px;
height: auto;
margin: 0 auto;
}

.logo_seprator {
margin-right: 20px;
}

.navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}

.tag_line {
font-size: 19px;
line-height: 19px;
float: right;
margin-top: 22px;
color: #5e6ebf;
}

.tag_line:hover{
  color: #0302B4;
}

.logo_seprator {
margin-right: 18px;
width: 2px;
float: left;
height: 22px;
background-color: #919eab;
}

.navbar ul li {
display: inline;
line-height: 45px;
padding-bottom: 8px;
padding-right: 53px;
margin-top: 5px;

}

.navbar ul li:last-child {
padding-right: 8px;
}

.navbar ul li span {
font-size: 16px;
color: #202b37;
padding-bottom: 8px;
font-weight: 500;
margin-bottom: 3px;
}
.top-cart-link,.country_dropdown {
  position: relative;
}
.top-cart{
width: 284px;
/*min-height: 295px; changes*/
border-radius: 2px;
box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.08), 0 0 0 1px rgba(6, 44, 82, 0.1);
background-color: #ffffff;
position: absolute;
top: 55px;
right: -10px;
z-index: 9; /* changes */ 
}
.top-cart::before {
/*content: "";
width: 0;
float: right;
margin-top: -9px;
margin-right: 42px;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff;*/
}
.topcart-item-list {
  padding:0 20px; 
  border-bottom: solid 1px #dfe3e8;
  border-top: solid 1px #dfe3e8;
  max-height: 300px; /* changes */
  overflow-y: auto; /* changes */
}

.no-of-items {
width: 100%;
line-height: 20px;
padding:18px 20px 18px; /* changes */
}

.topcart-item {
width: 100%;
padding:10px 0; 
float: left;
border-top: solid 1px #dfe3e8
}
.topcart-item:first-child {
border-top: 0;
}

.topcart-service {
color: #000000;
line-height: 20px;
}

.top-cart-thumb{
width: 64px;
height: 64px;
float: left;
border-radius: 8px;
border: solid 1px rgba(0, 0, 0, 0.1);
display: flex;
}
.top-cart-thumb img {
max-width: 100%;
align-self: center;
/*changes */
width: 100%;
padding: 3px;
/*changes end*/
}
.topcart-btn {
   padding: 10px 16px;
}
.topcart-btn .btn {
  min-width: 124px;
  position: relative;
}


.top-cart-desc {
float: right;
width:calc(100% - 83px);
padding-top: 5px;
}
.top-cart-desc,.top-cart-desc div a   {
font-weight: 500;
color: #212b36;
line-height: 1.43;
}
.navbar ul li .top-cart-desc div span {
line-height: 1.43;
color: #637381;
font-size: 14px;
}


.index_heading {
margin-top: 86px;
text-align: center;
}

.index_heading h3 {
font-size: 34px;
}

.index_heading p {
margin-top: 20px;
font-size: 16px;
color: #697986;
}

.date_selector {
width: 1140px;
margin: auto;
margin-top: 50px !important;
text-align: center;
background: #F4F5FA;
}

.date_selector p {
padding-top: 20px;
padding-bottom: 20px;
color: #637381;
}

.date_selector .col-md-12 {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.dates {
margin-top: 38px;
}

.rental-start,
.rental-end {}

.rental-start {
float: right;
text-align: center;
padding-right: 28px;
}

.rental-start label,
.rental-end label {
line-height: 21px;
margin-bottom: 7px;
font-weight: bold;
position: relative;
}

.rental-start label img, .rental-end label img{
  width:16px;
  height: 16px;
  margin-left: 5px;
  margin-top: -4px;
}
.rush_fee_info_icon{
width:16px;
padding-bottom: 2px;
cursor: pointer;
}
.usd_payment_icon{
  width:21px;
  padding-bottom: 2px;
  cursor: pointer;
  margin-top: -2px;
}
.country-list{
  padding: 10px 0px;
}
.country_dropdown{
  width: 125px;
  padding: 0px !important;
}
.top-country{
  right: -15px !important;
}
.country-list img{
  padding: 0px 1px !important;
  margin-right: 5px !important;
}
.country-list  .topcart-item:hover {
  background: #f0f8ff;
}
.country-list label{
  cursor: pointer;
  color: #000;
  font-weight: 400;
}
.country-list .topcart-item {
  border-top: none !important;
}
.country_flag{
  display: inline-block; 
  width:40px;
  padding: 5px
}
.country_flag img{
  height: 100% !important; 
  width: 100% !important; 
  object-fit: contain;
  padding: 0px !important;
  padding-bottom: 2px!important;
}
.rush_fee_tootip p{
color: #ff0000;
}
.rental-start .popover, .rental-end .popover, body .popover{
  width: 230px;
  max-width: 230px !important;
  text-align: center;
  background-color: #FFFFFF !important;
}

.rental-start .popover .popover-body, .rental-end .popover .popover-body{
  padding-bottom: 0px;
}


.home_dates_selector_panel .bs-popover-auto[x-placement^=top]>.arrow::after, .home_dates_selector_panel .bs-popover-top>.arrow::after, body .bs-popover-top>.arrow::after {
  border-top-color: #FFFFFF;
}

.rental-end {
float: left;
margin-left: 27px;
}

.start-date,
.end-date {
width: 228px;
text-align: left;
float: right;
padding-left: 18px;
color: #000;
background: #ffffff !important;
height: 52px !important;
font-size: 17px !important;
border-radius: 5px;
padding-top: 0;
padding-bottom: 0;
}

.index3 {
margin-top: 12px;
height: 110px;
text-align: center;
color: #677684;
}

.all_in_bundle {
padding-bottom: 80px;
border-bottom: 2px solid #C4CDD5;
}

.all_in_bundle .col-lg-6 {
max-width: 420px;
margin: 0 auto;
}

.all_in_bundle img {
width: 513px;
height: 397px;
}

.all_in_bundle h4 {
margin-bottom: 8px;
}

.all_in_bundle ul {
margin-bottom: 20px;
margin-top: 20px;
margin-left: 20px;
}

.all_in_bundle form {
margin-top: 20px;
}

.all_in_bundle select {
width: 156px;
height: 52px;
}

.all_in_bundle .btn {
margin-top: 20px;
border-color: #5C6AC4;
color: #5C6AC4;
width: 156px;
height: 52px;
margin-left: -14px;
}

.bundle_color {
margin-left: 20px;
}

.bundle_type2 {
margin-top: 80px;
padding-left: 90px;
padding-right: 90px;
}

.bundle_type2 .col-lg-5 {
max-width: 420px;
margin: 0 auto;
}

.bundle_type2 ul {
margin-left: 20px;
}

.bundle_type2 img {
width: 420px;
height: 270px;
}

.bundle_type2 .col-sm-6 {
width: 420px;
}

.bundle_type2 select {
width: 156px;
height: 52px;
}

.bundle_type2 .btn {
border-color: #5C6AC4;
color: #5C6AC4;
width: 156px;
height: 52px;
margin-left: 20px;
}

.add_ons {
margin-top: 84px;
line-height: 16px;
text-align: center;
}

.add_ons_items {
margin-top: 50px;
padding-bottom: 40px;
padding-left: 90px;
padding-right: 90px;
}

.add_ons_items2 {
margin-top: 50px;
padding-bottom: 40px;
}

.add_ons_items .col-sm-3 {
width: 250px;
margin: 0 auto;
}

.add_ons_items img,
.add_ons_items2 img {
width: 250px;
height: 240px;
}

.add_ons_items h4 {
margin-bottom: 8px;
}

.add_ons_items p strong {
margin-top: 20px;
margin-bottom: 20px;
}

.add_ons_items .btn {
margin-top: 4px;
border-color: #5C6AC4;
color: #5C6AC4;
width: 156px;
height: 52px;
}

.add_ons_items select {
width: 156px;
height: 52px;
}

.add_ons_items2 h4 {
margin-bottom: 8px;
}

.add_ons_items2 p strong {
margin-top: 20px;
margin-bottom: 20px;
}

.add_ons_items2 .btn {
margin-top: 4px;
border-color: #5C6AC4;
color: #5C6AC4;
width: 156px;
height: 52px;
}

.add_ons_items2 select {
width: 156px;
height: 52px;
}

.add_ons_items2 .input2 select {
width: 228px;
height: 52px;
}

.services {
margin-top: 23px;
text-align: center;
}

.services p {
margin-top: 16px;
}

.service_card {
margin-top: 50px;
}

.service_card p {
min-height: 75px;
font-size: 16px;
line-height: 24px;
margin-top: 22px;
margin-bottom: 19px;
}

.service_card .card-body {
padding: 35px 40px 33px 30px;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.card-foot .btn {
border-color: #5C6AC4;
color: #5C6AC4;
width: 156px;
height: 52px;
font-weight:bold;
}

.service_card .card-foot .link, .payment-method .card-foot .link{
margin-top: 15px;
margin-top: 16px;
display: inline-block;
margin-left: 26px;
font-size: 16px;
text-decoration: underline;
}

.service_error {
  color: red;
  clear: both;
  padding-top: 10px;
  display: block;
  display: none;
  font-size: 14px;
}

.charging_port_alert {
color: red;
clear: both;
padding-top: 10px;
font-size: 14px;
}

.cart_view p {
line-height: 17px;
margin-bottom: 2px;
font-size: 12px;
}

.form-group {
margin-bottom: 0.5rem !important;
}

.home-page-top {
text-align: center;
margin-top: 86px;
margin-bottom: 52px;
}

.home-page-top {
display: block;
}

.home-page-top h1 {
margin-bottom: 30px;
font-size: 36px;
font-weight: bold;
font-family: ShopifySans
}

.home-page-top p {
font-size: 24px;
margin-bottom: 0px;
line-height: 30px;
}

.home-page-top p span {
display: block;
}

.home_dates_selector_panel {
  background-color: #f4f6f8;
  padding-top: 38px;
  padding-bottom: 31px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  border-radius: 8px;
  /* height: 160px; */
}

.home_dates_selector_panel .actual_arrival_date_text {
margin-top: 10px;
}

.row {
ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.dates-container {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-justify-content: center;
}

.w50 {
width: 50%;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 1px;
}
.f-name,.l-name{ 
width:calc(50% - 6px); 
}
.npd{ 
  padding-left:0;
  padding-right:0; 
}
.w75 { 
width: calc(67% - 6px); 
}
.w25 { 
width: calc(33% - 6px); 
}

.days_count {
width: 100%;
}

.days_count p>span {
color: #637381;
}

.home_dates_selector_panel .days_count p {
margin-top: 19px;
font-size: 17px;
margin-bottom: 0px;
}

.dates_notification_text {
min-height: 40px;
max-width: 100%;
width: 545px;
margin: 0 auto;
}

.dates_notification_text p {
margin-top: 13px;
color: #677684;
font-size: 12px;
text-align: center;
}

.home-page {
width: 100%;
max-width: 1140px;
margin: 0 auto;
}

.main_product_details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
}

.main_product_details .product_thumb {
max-width: 513px;
padding-top: 35px;
}

.main_product_details .product_thumb img {
max-width: 100%;
}

.main_product_details .product_descption {
max-width: 425px;
}

.product_descption h3 {
font-size: 24px;
font-weight: bold;
margin-bottom: 3px;
}

.main_product_details .top_description {
margin-top: 9px;
margin-bottom: 0px;
line-height: 24px;
font-size: 16px;
color: #6f7e8b;
}

.main_product_details ul {
padding-left: 18px;
margin: 20px 0px 20px;
}

.main_product_details ul>li {
color: #637381;
padding-left: 7px;
font-size: 16px;
line-height: 24px;
}

.product_descption p.black {
font-size: 17px;
line-height: 23px;
}

.main_product_details form {
margin-top: 24px;
}

.action_buttons select,
.action_buttons input,
.btn-default {
width: 156px;
height: 50px;
border: 1px solid #cccccc;
font-size: 16px;
border-radius: 5px;
}

.btn-default {
min-width: 156px;
width: auto;
}

.btn-default {
line-height: 34px;
}

.action_buttons select {
color: #212b36;
border-color: #d9d9d9;
}

.action_buttons select.bundle_type {
width: 228px;
margin-top: 8px;
padding-top: 5px!important;
}

.action_buttons input,
.btn-default {
border-color: #5c6ac4;
color: #5c6ac4;
border-width: 2px;
}
.btn-clr {
background-color: #5a68cb;
color: #fff;
}
.action_buttons input:hover,
.btn-default:hover {
background-color: #5c6ac4;
color: #fff;
}

.main_product_details .action_buttons input {
margin-top: 0px;
font-weight: bold;
}

.black {
color: #000;
}

.black a {
font-weight: 400;
font-size: 16px;
}

.black a:hover{
  text-decoration: none;
  color: #0012B8;
}

.action_buttons .form-group {
margin-right: 8px;
}

.home_page_break_after_main_product {
margin: 80px auto;
width: 100%;
max-width: 1400px;
}

.bundles_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 auto;
width: 1058px;
max-width: 100%;
padding-top: 27px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
}

.bundles_list_item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 420px;
padding:30px 0px;
}
.bundles_list_item .action_buttons .form-group {
  float: left;
}

.bundles_list_item img:not(h4 img) {
margin-bottom: 55px;
max-height: 280px;
}

.restricted_popover{
font-size: 20px;
}

.bundles_list_item h4 {
font-size: 24px;
font-weight: 700;
margin-bottom: 8px;
line-height: 26px;
}

.bundles_list_item p {
font-size: 16px;
line-height: 24px;
padding-right: 18px;
}
.bundles_list_item p:nth-of-type(1) {
  /* min-height: 62px !important; */
}
.mh-60 {
  min-height: 60px !important;
}
.bundles_list_item, .add_on_item {
  padding: 35px 40px 33px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.center_last_item .bundles_list_item:last-child {
  margin: auto;
}
.select_bundle .bundle_type{
  width: 200px !important;
  margin-top: 0px !important;
}
.select_bundle::before {
  right: -35px !important;
}

.bundles_list ul, .add_on_item ul {
text-align: left;
padding-left: 17px;
}

.bundles_list ul li, .add_on_item ul li {
padding-left: 6px;
font-size: 16px;
line-height: 23px;
}

.bundles_list_item form {
margin-top: 21px;
}

.add_ons h2 {
font-size: 35px;
font-weight: var(--fontweight);
margin-bottom: 1px;
line-height: 1.3;
}
.add_on_item:nth-child(2) {
  margin-left: 5%;
}
.add_ons p {
font-size: 24px;
margin-bottom: 0px;
margin-top: 24px;
}

.add_ons_list {
padding-top: 50px;
text-align: center;
width: 1058px;
margin: 0 auto;
max-width: 100%;
justify-content: center !important;
}

.add_on_item .add_on_thumb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 12px;
}

.add_on_item .add_on_thumb img {
max-height: 200px;
}

.add_ons_list .action_buttons .form-group input {
margin-top: 15px;
}

.add_ons_list h4 {
margin-bottom: 14px;
font-size: 25px;
line-height: 30px;
font-weight: bold;
}

.add_ons_list div p.product_description,
.add_ons_list div p.usage_instruction {
margin-bottom: 20px;
font-size: 16px;
line-height: 24px;
max-width: 280px;
min-height: 72px;
}

/*.add_ons_list div p.usage_instruction {
margin-bottom: 23px;
}*/

.services.add-ons {
margin-top: 77px;
}

.service_card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 50px;
width: 1062px;
margin: 0 auto;
max-width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
}

.service_card .service_card_item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 514px;
margin-bottom: 20px;
}

.service_card .service_card_item h6 {
font-size: 24px;
font-weight: bold;
color: #212b36;
}

.cart_view {
margin-top: 81px !important;
text-align: center;
padding: 70px 0px 56px 0px;
background-color: #F4F6F8;
width: 100%;
margin: auto;
max-width: 1600px;
}

.cart_view p{
  max-width: 361px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cart_view .btn {
  margin-bottom: 22px;
  width: 170px;
  height: 52px;
  line-height: 36px;
  background-color: #5C6AC4;
  border-color: #5C6AC4;
  color: #ffffff;
  font-weight: 600;
  position: relative;
}
.cart_view .btn-default:hover, .topcart-btn .btn-default:hover, .cart-btns .btn-default:hover, .address-row .btn:hover:enabled{
  background-color: #202E78 !important;
  box-shadow: 0 5px 25px 0 rgba(0,0,0,0.25) !important;
  border-color: #202E78 !important;
}

.address-row .btn:disabled {
/*min-width: 274px;*/
/*height: 51px;*/
/*font-size: 14px;*/
/*font-weight: 400;*/
opacity: 0.65;
}

.cart_view .btn-default:focus, .topcart-btn .btn-default:focus, .cart-btns .check_out:focus, .address-row .btn:focus{
  background-color: #202E78 !important;
  box-shadow: 0 0 0.1875em 0.1875em rgba(92, 106, 196, 0.5);
}

.cart_view .btn-default:active, .topcart-btn .btn-default:active, .cart-btns .btn-default:active, .address-row .btn:active{
  background-color: #000639 !important;
}

.cart_view .btn-default:active, .topcart-btn .btn-default:active, .cart-btns .btn-default:active, .address-row .btn:active{
background-color: #000639 !important;
border-color: #000639 !important;
}
.store_link {
margin-top: 40px;
margin-bottom: 60px;
text-align: center;
}

.store_link p,
.store_link p a {
font-size: 20px;
letter-spacing: 0px;
}

.store_link p a:hover{
  color: #0012B8;
}

.customer_care {
text-align: center;
padding-bottom: 98px;
margin-top: 20px;
overflow: hidden;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-justify-content: space-around;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-flex;
/* Safari */
-webkit-align-items: center;
/* Safari 7.0+ */
}

.customer_care .customer_care_item {
min-width: 220px;
max-width: 245px;
-webkit-box-flex: 0;
-ms-flex: 0 0 245px;
-webkit-flex: 0 0 245px;
flex: 0 0 245px;
margin: 0 auto;
padding: 0;
}

.customer_care i {
font-size: 43px;
color: #414fa7;
}

.customer_care h6 {
font-size: 18px;
margin-top: 20px;
margin-bottom: 10px;
line-height: inherit;
font-weight: bold;
}

.customer_care p {
font-size: 16px;
line-height: 24px;
color: #637381;
}

footer {
background-color: #000639;
max-width: 1600px;
width: 100%;
margin: 0 auto;
}

.footer_top {
border-bottom: 1px solid #1b1e4c;
padding: 0px 98px 63px 98px;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-pack: distribute;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.footer_top_block {
min-width: 240px;
max-width: 100%;
}

.footer_top h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  margin-top: 42px;
  margin-bottom: 20px;
  line-height: 26px;
  letter-spacing: 0.7px;
}

.footer_top_links {
padding: 0;
margin: 0;
list-style: none;
}

.footer_top_links>li {
margin-bottom: 4px;
}

.footer_top_links>li>a {
  color: #8994a2;
  font-size: 14px;
  line-height: 24px;
  transition: color 300ms ease-in-out;
}

.footer_top_links>li>a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.footer_bottom {
background-color: #000639;
color: #ffffff;
padding: 0px 98px 10px 98px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-pack: distribute;
-ms-flex-pack: distribute;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-pack: distribute;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.footer_bottom h5 {
font-size: 16px;
margin-top: 48px;
margin-bottom: 46px;
}

.footer-links>a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
color: #fff;
}

.footer_bottom_links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-justify-content: flex-end;
margin: 0;
padding: 48px 0;
list-style: none;
}

.footer_bottom_links>li {
margin-left: 28px;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}

.footer_bottom_links>li>a {
color: #fff;
font-size: 16px;
font-weight: 500;
}

.footer_bottom_links>li>a:hover{
  text-decoration: none;
}

.select-wrap,
.input-wrap, 
.select-wrap2 {
padding: 0 0px;
width: 156px;
background-color: #fff;
position: relative;
}

.select-wrap label, 
.select-wrap2 label {
font-size: 12px !important;
color: #454f5b;
padding: 1px 14px;
position: absolute;
top: 4px;
bottom: 4px;
display: block;
}

select:not(.cart_quantity) {
background-color: #fff;
height: 50px;
font-size: 16px;
top: 6px;
padding-left: 12px !important;
padding-top: 22px !important;
padding-bottom: 0px !important;
-moz-appearance: none;
-webkit-appearance: none;
}

.select-wrap .form-control:focus, 
.input-wrap .form-control:focus {
  /*-webkit-box-shadow: 0px 0px 3px 2px rgba(128,189,255,1);
  -moz-box-shadow: 0px 0px 3px 2px rgba(128,189,255,1);
  box-shadow: 0px 0px 3px 2px rgba(128,189,255,1);*/
  outline-offset: -3px;
  outline: -webkit-focus-ring-color auto 5px;
}

.action_buttons select.bundle_type:focus{
  border: 3px solid #80bdff !important;
  box-shadow: 0 0 5px #80bdff;
}

.start-date,
.end-date {
cursor: pointer;
}

.rental-start,
.rental-end,
.select-wrap2 {
position: relative;
}

.rental-start::after,
.rental-end::after,
.select-wrap2::before,
.select-wrap::after {
    content: "";
    background: url("../images/down_chevron_2x.png") 50% 50% no-repeat;
    top: 44px;
    height: 20px;
    width: 32px;
    right: 37px;
    border-left: 1px solid #e0e0e0;
    position: absolute;
    pointer-events: none;
    background-size: 12px 7px;
}

.shipping-address .select-wrap select, .customer_info .select-wrap select{
  position: absolute;
  background-color: transparent;
  top: 0;
}

.shipping_customer_info_country .select-wrap select{
    position: relative !important;
    background-color: transparent;
    top: 0;
}

.customer_info .select-wrap{
height: 45px;
}

.shipping-address .select-wrap label, .customer_info .select-wrap label{
  z-index: 0;
}

.shipping-address .shipping-country .select-wrap label{
  z-index: 99;
}

.rental-end::after {
right: 10px;
}

.select-wrap::after {
right: 7px;
top: 17px;
}

.select-wrap2::before {
top: 15px;
right: -61px;
}

/*changes kk*/
.start-date:focus, .end-date:focus, .start-date:focus, .end-date:focus{
  border-color: #5c6ac4;
  outline: none;
  box-shadow: none;
  border-width: 2px;
}
.start-date.error, .end-date.error{
  border-color: #eb644d;
  border-width: 2px;
}
.tooltip > .tooltip-inner{
  padding: 10px 5px;
  background-color: #5c6ac4;
  font-size: 12px;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before{
  border-top-color: #5c6ac4; 
}
.datepicker{
  font-size: 14px;
}
.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover
{
  background-color: #4e5dbf;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active{
  background-color: #5c6ac4;
  border-color: #5c6ac4;
}
.datepicker table tr td.old, .datepicker table tr td.new{
  opacity: 0;
  height: 0px !important;
  font-size: 0px !important;
}
.loader{
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  z-index: 99999;
  display: none;
  top: 0px;
}
.sk-folding-cube {
margin: 20px auto;
width: 40px;
height: 40px;
left: calc(50% - 20px);
top: calc(50% - 40px);
position: absolute;
z-index: 999;
-webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1); 
}

.sk-folding-cube .sk-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #5c6ac4;
-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
        animation: sk-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
-webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
-webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
-webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
}
.shipping_page {
width: 80% !important;
}
.total-tbd {
width: 50% !important;
}

@-webkit-keyframes sk-foldCubeAngle {
0%, 10% {
  -webkit-transform: perspective(140px) rotateX(-180deg);
          transform: perspective(140px) rotateX(-180deg);
  opacity: 0; 
} 25%, 75% {
  -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
  opacity: 1; 
} 90%, 100% {
  -webkit-transform: perspective(140px) rotateY(180deg);
          transform: perspective(140px) rotateY(180deg);
  opacity: 0; 
} 
}


@keyframes sk-foldCubeAngle {
0%, 10% {
  -webkit-transform: perspective(140px) rotateX(-180deg);
          transform: perspective(140px) rotateX(-180deg);
  opacity: 0; 
} 25%, 75% {
  -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
  opacity: 1; 
} 90%, 100% {
  -webkit-transform: perspective(140px) rotateY(180deg);
          transform: perspective(140px) rotateY(180deg);
  opacity: 0; 
}
}

@keyframes rotate
{
  0%   {}
  100% {transform: rotate(360deg);}
}
@-webkit-keyframes rotate
{
  0%   {}
  100% {-webkit-transform: rotate(360deg);}
}

.contact_container .page-title-section {
   background-color: #F4F5FA;
   display: flex;
}
.cart-product-thumb{
  padding: 3px;
}

.alert-modal li{
color:#637381!important;
font-size: 15px;
}

.modal-promo {
overflow-x: hidden;
overflow-y: auto;
width: 100%;
left: 0px;
right: 0;
top: 0;
padding-right: 0 !important;
}

.modal-promo.modal-pdf-download h4 {
  line-height: 30px;
}
.modal-promo h4 {
  text-align: center;
  font-size: 22px;
  line-height: 50px;
  margin-bottom: 5px;
}
.modal-promo button.btn, .modal-promo button.btn:hover {
padding: 16px;
background: #5c6ac4;
border-color: #5c6ac4;
width: 100%;
color:#fff;
white-space: normal !important;
}

.modal-temp-close-modal h4 {
  text-align: center;
  margin-bottom: 26px;
}


.button_modal_100 {
  background-color: #5c6ac4;
  color: #fff;
  width: 100%;
  line-height: 25px;
  height: 42px;
  margin-top: 5px;
}

.form-group.has-error input{
  border-color: #eb644d !important;
  box-shadow: inset 0 0 0 30px white, 0 0 0 1px #eb644d !important;
}

.form-group.has-error small {
color: red;
font-size: 14px;
font-weight: 500;
}   

.form-control.input_error{
  border-color: red;
}

.add_address:hover{
  color: #FFFFFF;
}

.alert-message , .alert-message-server{
  position: fixed;
  width: 100%;
  z-index: 9999;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  display: none;
  background-color: #df3320;
  top: 0px;
}

.alert-message.success , .alert-message-server.success{
  background-color: #24b524 !important;
  color: #FFFFFF !important;
}

.alert-success{
  background-color: #24b524 !important;
  color: #FFFFFF !important;
}

.alert-message-server{
  display: block;
}

.alert-message .alert-error , .alert-message .alert-success , .alert-message-server .alert-error, .alert-message-server .alert-success{
  padding: 26.5px 40px;
  min-height: 73px;
}

.alert-message .flash-alert-box , .alert-message-server .flash-alert-box{
  position: relative;
}

.flash-alert-box a.link-one{
  color: #FFFFFF !important;
  text-decoration: underline;
}

.alert-message .close-icon , .alert-message-server .close-icon{
  position: absolute;
  right: 50px;
  cursor: pointer;
}

.minicart_count{
  display: none;
}

.modal-content{

}

.close_step_box{
  line-height: 52px;
}

.shipping-address form{
  margin-top: 20px;
}

.no-padding-left{
padding-left: 0px;
}

.no-padding-right{
padding-right: 0px;
}

.cart-item.service-row > div , .cart-item.service-row-tbd > div{
box-sizing: border-box;
}

.cart-item.service-row .insurance-bundle{
width: 45%;
padding-right: 15px;
}

.cart-item.service-row .price-peritem{
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.cart-item.service-row .insurance-total{
  width: 15%;
}

.cart-item.service-row .service_quantity{
  width: 15%;
  padding-left: 70px;
}

.cart-item.service-row-tbd .insurance-bundle{
width: 60%;
padding-right: 20px;
}

.cart-item.service-row-tbd .insurance-total{
  width: 40% !important;
}

.insurance-bundle a{
font-size: 16px !important;
text-decoration: none;
}

.main-container{
  max-width: 1600px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

.topcart-btn .btn-default{
  line-height: 36px;
}

.date_select_error{
  color: red;
  font-size: 12px;
  width: 100%;
  position: absolute;
  bottom: -18px;
}

body.with_sticky_header{
  padding-top: 110px;
}

span.reduction-code{
  float: left;
}

.cart-total span.reduction-code, .order-total span.reduction-code{
  margin-left: 10px;
}

span.reduction-code svg{
  float: left;
  display: inline-block;
  color: #717171;
  fill: currentColor;
  margin-right: 0.14286em;
  vertical-align: top;
  width: 18px;
  height: 18px;
  transition: color 0.2s ease-in-out;
  margin-top: 2px;
}

span.reduction-code__text{
  margin-left: 3px;
  color: #323232 !important;
}

span.shopify_store_link{
  margin-left: 25px;
}

.tags-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag {
  border-radius: 4px;
  background-color: rgba(113,113,113,0.11);
  color: #717171;
  font-size: 0.85714em;
  padding: 0.85714em;
  overflow: hidden;
  margin-top: 10px;
}

.tag__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.tag__text {
  color: #323232;
  font-size: 1.14286em;
  font-weight: 500;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tag .visually-hidden{
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
  width: 2px;
  height: 2px;
  margin: -2px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.tag__button .icon-svg {
  stroke: rgba(113,113,113,0.9);
}

.icon-svg--size-12 {
  width: 12px;
  height: 12px;
}

.icon-svg--block {
  display: block;
}

.icon-svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.tag__button {
  margin-left: 0.85714em;
  background: transparent;
  border: none;
  line-height: 10px;
}

svg:not(:root) {
  overflow: hidden;
}

.checkout-right-col::after{
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  background: #fafafa;
  z-index: -1;
  -webkit-box-shadow: 0 -1px 0 #e1e1e1 inset;
  box-shadow: 0 -1px 0 #e1e1e1 inset;
}

.home_service_icon.delivery{
  background: url(../images/icons/delivery_2x.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.home_service_icon.setup{
  background: url(../images/icons/tools_2x.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.home_service_icon.posapp{
  background: url(../images/icons/pos_tick_2x.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.home_service_icon.returns{
  background: url(../images/icons/returns_2x.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.home_service_icon{
  height: 39px;
  width: 36px; 
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.payment_card_icons{
  float: right;
  line-height: 1;
}

.payment-method-head .custom-control{
  display: flex;
  justify-content: flex-end;
  margin-right: 0px;
}

.payment_card_icons .card_icon.amex{
  background: url(../images/icons/Amex_2x.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.payment_card_icons .card_icon.visa{
  background: url(../images/icons/Visa_2x.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.payment_card_icons .card_icon.mastercard{
  background: url(../images/icons/MasterCard_2x.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.payment_card_icons .card_icon.diners{
  background: url(../images/icons/Diners_Club_2x.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.back-link i {
  margin-right: 6px;
}

.icon_back{
  background: url('../images/icons/Path 102_2x.png') no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 9px;
  display: inline-block;
  background-repeat: no-repeat;
}

.payment_card_icons .card_icon{
  width: 38px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.thank-you .tick-icon i{
  background: url(../images/icons/checkmark_2x.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
}

.different-billing-address{
  border: solid 1px #dbdbdb;
  padding: 0px;
  line-height: 1.43;
  margin-bottom: -1px;
}

.different-billing-address .custom-radio{
  padding-top: 13px;
  padding-bottom: 13px;
  margin-left: 13px;
}

.popover{
  background-color: #333333;
  color: #FFFFFF !important;
  font-size: 12px;
  max-width: 200px;
  text-align: center;
}

.popover-body {
  color: #FFFFFF !important;
}

.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
  border-top-color: #333333;
}

.address-row .need-help{
  font-size: 14px;
}

.address-row a:hover{
  text-decoration: none;
  color:#0012B8;
}

.form-control:focus{
  outline: none;
  box-shadow: 0 0 0 0.2rem transparent;
}

.top-cart .arrow{
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
  right: 40px;
  top: -9px;
}

.top-cart .arrow::before{
  top: 0;
  border-color: transparent;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(6, 44, 82, 0.1);
  position: absolute;
  display: block;
  content: "";
  border-style: solid;
  box-shadow: 0 8px 6px -6px rgba(33, 43, 54, 0.08), 0 8px 6px -6px rgba(6, 44, 82, 0.1);
  transition-timing-function: ease-in-out;
}

.top-cart .arrow::after{
  top: 1px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 0 .5rem .5rem .5rem;
  position: absolute;
  display: block;
  content: "";
  border-style: solid;
  transition-timing-function: ease-in-out;
}

.shipTo, #close_edit_address, .email_contact, #close_edit_contact {
  display: none;
}

.step-action a:hover{
  text-decoration: none;
}

.question-head span::before{
  color: #212529;
}

.btn__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.btn__spinner {
  -webkit-animation: rotate 0.5s linear infinite;
  animation: rotate 0.5s linear infinite;
  opacity: 1;
}

.icon-svg--spinner-button {
  width: 20px;
  height: 20px;
}

.modal-privacy-policy .bottom-block p{
  margin-bottom: 0px;
  color:  #212529;
}

.icon-svg--size-24 {
  width: 24px;
  height: 24px;
}

.icon-svg--size-24.btn__spinner{
  margin-top: -12px !important;
  margin-left: -12px !important;
}

.icon-svg--size-20 {
  width: 20px;
  height: 20px;
}

.mobile-service-text{
  display: none;
}

html,body {
  min-height: 100%;
  display: block;
  overflow-x: hidden;
}

.checkout-container, .checkout-container-inner {
  height: 100%;
}

.shipping_test_details{
  margin-bottom: 35px !important;
}

.shipping_test_details table{
  margin-top: 15px;
}

.cart-quantity select{
  width: 70px;
}
.ims_softcheck_error , .payment_error_block, .contact_error_block, .shipping_error_block{
  padding: 20px 42px 20px 42px;
  width: 100%;
  border:2px solid #DFE3E7;
  border-radius: 3px;
  background-color: #F4F6F8;
  margin-bottom: 20px;
  position: relative;
}

.ims_softcheck_error{
  color: #212B36;
  display: block;
}

.payment_error_block, .contact_error_block, .shipping_error_block{
  padding-left: 62px !important;
  border-color:#EB644D !important;
  background-color: rgba(251,234,229,0.5) !important;
  display: none;
}

.ims_softcheck_error svg, .payment_error_block svg, .contact_error_block svg, .shipping_error_block svg, .alert.validations svg{
  position: absolute;
  left: 20px;
  top: 22px;
}

.ims_softcheck_error button svg{
  color: #212B36;
  top: 18px;
  left: unset;
}

.payment_error_block svg, .contact_error_block svg, .shipping_error_block svg{
  color: #e32c2b !important;
}

.payment_error_block, .contact_error_block, .shipping_error_block{
  position: relative;
  display: table;
  display: none;
}

.payment_error_block .glyphicon, .contact_error_block .glyphicon, .shipping_error_block .glyphicon{
  display: table-cell;
}

.payment_error_block div:last-child, .contact_error_block div:last-child, .shipping_error_block div:last-child{
  display: table;
  margin-top: 0px;
}

.payment_error_block .title{
  /*font-size: 16px;
  font-weight: 500;*/
}

.payment_error_block svg{
  /*margin-right: 0.71429em;
  float: left;
  color: #e32c2b !important;*/
}

.ims_softcheck_error .softcheck_content{
  padding-left: 20px;
  display: block;
}

.ims_softcheck_error .softcheck_content .soft_title , .payment_error_block .title, .contact_error_block .title, .shipping_error_block .title{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}

.ims_softcheck_error .softcheck_content .soft_description, .payment_error_block .card_error_message, .contact_error_block .card_error_message, .shipping_error_block .card_error_message{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
}

.payment_error_block .card_error_message, .contact_error_block .card_error_message, .shipping_error_block .card_error_message{
  margin-bottom: 0px;
}

.ims_softcheck_error .softcheck_content .soft_email_box input, .ims_softcheck_error .softcheck_content .soft_email_box button{
  height: 36px;
  border: 1px solid #C4CDD5;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 8px;
  float: left;
}

.ims_softcheck_error .softcheck_content .soft_email_box button{
  min-width: 80px;
  text-align: center;
}

.ims_softcheck_error .softcheck_content .soft_email_box .form-group{
  display: inline-block;
  padding: 0px;
  margin: 0px !important;
  position: relative;
}

.ims_softcheck_error .softcheck_content .soft_email_box .form-group .help-block{
  position: absolute;
  left: 0px;
  top: 38px;
}

.ims_softcheck_error .softcheck_content .soft_email_box input[type="email"]{
  background-color: #FFFFFF;
  width: 278px;
  color: #212B36 !important;
  /*-webkit-text-fill-color:  #212B36 !important;*/
  font-weight: 400;
}

.ims_softcheck_error .softcheck_content .soft_email_box.submit_first input[type="email"]{
  color: #212B36 !important;
}

.ims_softcheck_error .softcheck_content .soft_email_box.submit_second input[type="email"]{
  color: #637381 !important;
  -webkit-text-fill-color:  #637381 !important;
}

.ims_softcheck_error .softcheck_content .soft_email_box button[type="submit"]{
  padding-left:12px;
  padding-right: 12px;
  background-color: #F9FAFB;
  margin-right: 0px;
}

.ims_softcheck_error .softcheck_content .soft_email_box.submit_first button[type="submit"], .ims_softcheck_error .softcheck_content .soft_email_box.submit_second button[type="submit"]{
  border-color: #DFE3E8 !important;
  color: #919EAB !important;
}

.cart_product_name{
  position: relative;
}

.cart_product_name svg{
  position: absolute;
  margin-left: 10px;
  top: -2px;
}

.ims_purple{
  background-color: #5c6ac4;
  color: #fff;
}

.ims_unavailable{
  background-color: #FFFFFF !important;
  color: #5c6ac4 !important;
  opacity: .5;
  pointer-events: none;
}

#user_info_submit,#update_ship_contact,#update_shipTo,#update_shipping_address{
  position: relative;
}

.validate-ups-model{
  font-family: SFProText,-apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
}

.modal_courier_select .radio{
padding-top:10px;
}
.validate-ups-model .modal-content{
  padding:20px;
}

.validate-ups-model .modal-content .modal-header{
  padding: 10px 0px;
  flex-direction:column;
}

.validate-ups-model .modal-content .modal-body{
  padding:30px 0px;
}

.validate-ups-model .modal-content .modal-footer{
  padding: 20px 0px 0px 0px;
}

.validate-ups-model .modal-content .modal-footer > div{
  margin-left: 0px;
  margin-right: 0px;
}

.validate-ups-model .modal-content .modal-header h4{
  margin-bottom: 16px;
  width: 100%;
}

.validate-ups-model .modal-content .modal-header p{
  margin-bottom: 10px;
}

.validate-ups-model .modal-content .user-entered-data .check-data,
.validate-ups-model .modal-content .correct-data .check-data,
.validate-ups-model .modal-content .user-entered-data-red .check-data{
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding: 20px;
  cursor: pointer;
}

.validate-ups-model .modal-content .user-entered-data-red .check-data{
  border-color: #eb644d !important;
  box-shadow: inset 0 0 0 30px white, 0 0 0 1px #eb644d !important;
}

.validate-ups-model .modal-content .user-entered-data .check-data.active,
.validate-ups-model .modal-content .correct-data .check-data.active{
  border: 1px solid #5c6ac4;
  border-radius: .25rem;
  padding: 20px;
  box-shadow: inset 0 0 0 30px white, 0 0 0 1px #5c6ac4 !important
}

.validate-ups-model .modal-content .user-entered-data-red .check-data span,
.validate-ups-model .modal-content .user-entered-data .check-data span, 
.validate-ups-model .modal-content .correct-data .check-data span{
  margin-bottom: 10px;
  font-weight: 600;
  float: left;
  width: 100%;
}

.validate-ups-model .modal-content .correct-data .check-data span{
  color: #212529;
}

.validate-ups-model .modal-content .user-entered-data-red .check-data span{
  color: #212529;
}

.validate-ups-model .modal-content .user-entered-data-red p,
.validate-ups-model .modal-content .user-entered-data p, 
.validate-ups-model .modal-content .correct-data p{
  margin-bottom: 0px;
}

.validate-ups-model .modal-content .ups_address_modal_button{
  min-width: 274px;
  height: 51px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background-color: #5c6ac4;
  position: relative;
}

.validate-ups-model .modal-content .ups_address_modal_button:hover{
  background-color: #202E78 !important;
  box-shadow: 0 5px 25px 0 rgba(0,0,0,0.25) !important;
  border-color: #202E78 !important;
}

.validate-ups-model .modal-content .ups_address_modal_button:focus{
  background-color: #202E78 !important;
  box-shadow: 0 0 0.1875em 0.1875em rgba(92, 106, 196, 0.5)
}

.validate-ups-model .modal-content .ups_address_modal_button:active{
  background-color: #000639 !important;
  border-color: #000639 !important
}

button.add_address{
  position: relative;
}

.validate-ups-model .modal-content .modal-footer a:hover{
  text-decoration: none;
}

.navbar img {
 padding: 13px 20px 12px 0;
 width: 250px;
 height: auto;
 margin: 0 auto;
}

.holiday_message_content a{
  color:#5c6ac4 !important;
} 

.holiday_message_content div{
  margin-bottom: 15px;
}

.pdf_message,.pdf_message2{
  /* text-align: center; */
  color: red;
  font-size: 14px;
  font-weight: 500;
}

.cart-box-text{
  flex: 0 0 60%;
}

.cart-services-addon .service_error{
  flex: 0 0 100%
}

.alert.validations
{
  padding-left: 62px !important;
  background-color: rgba(251,234,229,0.5) !important;
  padding: 20px 42px 20px 42px;
  width: 100%;
  border: 2px solid #EB644D !important;
  border-radius: 3px;
}

.alert.validations svg{
  color: #e32c2b !important;
}

.alert.validations .title{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
  color: #212529 !important;
}

.alert.validations .shipping_error_message{
  display: table;
  margin-top: 0px;
}

.payment_transaction_volume_service{
display: none;
}

.shipping_guidance_text{
  padding: 20px 20px 15px 20px;
  border:  1px solid red;
  background-color: #f8f8f8;
  border-radius: 5px;
  width: 90%;
  max-width: 730px;
  margin: 0px auto 50px; 
  text-align: center;
}

.shipping_guidance_text.cart{
  width: 100%;
  margin: 15px auto 30px;
  text-align: left;
  max-width: unset;
  clear: both;
}

.shipping_guidance_text .title{
  font-weight: 700;
  text-transform: uppercase;
}

.shipping_guidance_text .bottom-highlight{
  font-weight: 600;
}

@media (max-width: 767px) {
  .navbar .navbar-brand {
      max-width: 55%;
  }
  .navbar img {
     width:100%;
  }
  .add_ons_list {
    padding-top: 0px !important;
  }
}

@media (max-width: 480px) {
  .navbar .navbar-brand {
      max-width: 50% !important;
  }
  .navbar img {
    width:100%;
  }
} 
@media (max-width: 440px) {
  .navbar .navbar-brand {
      max-width: 45% !important;
  }
  
} 
@media (min-width: 1000px){
  .checkout-right-col::after {
      left: 0;
      background-position: left top;
      -webkit-box-shadow: 1px 0 0 #e1e1e1 inset;
      box-shadow: 1px 0 0 #e1e1e1 inset;
  }
}

@media (max-width: 999px){
  .cart-box-text{
      flex: 0 0 50%;
  }
}

@media (min-width: 768px){

.desktop-cart-item > div, .cart-header > div{
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.desktop-cart-item > div:first-child, .cart-header > div:first-child{
  padding-left: 0px;
}

.desktop-cart-item > div:last-child, .cart-header > div:last-child{
  padding-right: 0px;
}

.desktop-cart-item .cart-product, .cart-header .cart-head-product{
  width: 45%;
}

.desktop-cart-item .cart-price, .cart-header .cart-head-price{
  width: 25%;
}

.desktop-cart-item .cart-quantity, .cart-header .cart-head-quantity{
  width: 15%;
}

.desktop-cart-item .cart-subtotal, .cart-header .cart-head-subtotal{
  width: 15%;
}
}

@media (min-width: 576px){
  .modal-dialog:not(.early_day_modal .modal-dialog) {
      max-width: 600px;
  }

  .modal-content {
      margin: 0 auto;
  }
}

@media (max-width: 767px)
{
  .cart-box {
      width: 100% !important;
  }

  .mobile-item .cart-product-desc > div{
      /*overflow: hidden;*/
      float: left;
      width: 100%;
  }

  .mobile-item .cart-product-desc > div:first-child{
      margin-bottom: 10px;
  }

  .mobile-item .cart-product-desc > div > div:first-child{
      width: 70%;
  }
  .mobile-item .cart-product-desc > div > div:last-child{
      width: 30%;
  }
  .cart-product-desc{
      width: calc(100% - 80px) !important;
      padding-left: 0px !important;
      float: right;
  }
  .cart-product .cart-product-thumb{
      margin-left: 0px !important;
  }

  .mobile-item{
      margin-bottom: 20px;
  }

  .update-cart{
      transition: all 0.5s ease;
  }

  .top-cart-thumb img{
      padding: 0px !important;
  }
  .home_service_icon.delivery{
      background: url(../images/icons/delivery_1x.png) no-repeat;
      background-size: contain;
      background-position: center;
  }

  .home_service_icon.setup{
      background: url(../images/icons/tools_1x.png) no-repeat;
      background-size: contain;
      background-position: center;
  }

  .home_service_icon.posapp{
      background: url(../images/icons/pos_tick_1x.png) no-repeat;
      background-size: contain;
      background-position: center;
  }

  .home_service_icon.returns{
      background: url(../images/icons/returns_1x.png) no-repeat;
      background-size: contain;
      background-position: center;
  }

  .icon_back{
      background: url('../images/icons/Path 102_1x.png') no-repeat;
      background-size: contain;
      background-position: center;
  }


  .payment-method-head .custom-control{
      display: flex;
      justify-content: space-between;
      margin-right: 0px;
  }

  .payment_card_icons .card_icon.amex{
      background: url(../images/icons/Amex_1x.png) no-repeat;
      background-size: contain;
      background-position: center;
  }

  .payment_card_icons .card_icon.visa{
      background: url(../images/icons/Visa_1x.png) no-repeat;
      background-size: contain;
      background-position: center;
  }

  .payment_card_icons .card_icon.mastercard{
      background: url(../images/icons/MasterCard_1x.png) no-repeat;
      background-size: contain;
      background-position: center;
  }

  .payment_card_icons .card_icon.diners{
      background: url(../images/icons/Diners_Club_1x.png) no-repeat;
      background-size: contain;
      background-position: center;
  }

  .thank-you .tick-icon i{
      background: url(../images/icons/checkmark_1x.png) no-repeat;
      background-size: contain;
      background-position: center;
  }

  .rental-start::after, .rental-end::after, .select-wrap2::before, .select-wrap::after{
      background: url(../images/down_chevron_1x.png) 50% 50% no-repeat;
  }

  .cart-product-desc .details_row p{
      line-height: 1.5;
      margin-bottom: 0px;
  }

  .add_ons_list .add_on_item {
    max-width: 423px;
    margin: auto;
  }
  .add_on_item .add_on_thumb {
    display: inline-block;
  }
  .add_ons_list div p.product_description, 
  .add_ons_list div p.usage_instruction {
    max-width: 100%;
    min-height:0px !important;
  }
  .add_ons_list h4 {
    min-height: 0px !important
  }
}
@media (min-width: 395px) {
  .action_inputs {
    display: flex;
  }
}
.add_ons_list .add_on_item {
  padding-bottom: 50px;
}
.input-outer.hide {
display: none;
}
.input-wrap{
height: 50px;
}

.industries.input-wrap, .event-type.input-wrap{
height: unset !important;
}

.input-wrap .product_quantity{
padding-top: 25px;
outline: none;
}
.input-outer .product_input:hover, 
.input-wrap .product_input:focus{
background: #fff;
outline: none;
color: #212b36;
}
.add_ons_list .action_buttons .form-group .product_quantity,
.bundles_list_item .action_buttons .form-group .product_quantity {
 margin-top: 0px;
}

.input-wrap label{
font-size: 12px !important;
  color: #454f5b;
  padding: 1px 14px;
  position: absolute;
  top: 4px;
  display: block;
}
/*Home page Media queries*/

@media (max-width: 1330px) {
.cart_column {
  border-left: none;
}
}

@media (max-width: 1200px) {
.service_card {
  padding-left: 0;
  padding-right: 0;
}
.service_card .service_card_item {
  max-width: 451px;
}
.main_product_details .product_descption {
  max-width: 420px;
  float: left;
}
.main_product_details {
  padding: 0 77px;
}
}

@media (max-width: 1140px) {
.main_product_details .product_descption {
  max-width: 496px;
  padding-right: 0px;
  padding-left: 71px;
}
.main_product_details .product_thumb {
  max-width: 498px;
  padding-top: 35px;
  margin-left: 0px;
  margin-right: 0;
}
.home_page_break_after_main_product {
  width: 100%;
}
.service_card .service_card_item {
  max-width: 464px;
}
.service_card p {
  min-height: 101px;
}
.service_card .card-body {
  padding: 35px 48px 33px 30px;
}
.cart_view .btn {
  margin-bottom: 20px;
}
.container {
  max-width: 990px;
}
.container.cutromer_card_container {
  max-width: 1003px;
}
.customer_care {
  max-width: 100%;
}
.customer_care .customer_care_item {
  min-width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 220px;
  padding: 0;
}
}

@media(max-width: 1040px){
  .cart_page_body_class .cart-footer-section{
      width:100%;
      padding-left: 20px;
      padding-right: 20px;
  }
}

@media(min-width: 1025px) and (max-width: 1140px) {
.service_card,
.add_ons_list,
.bundles_list {
  width: 960px;
  max-width: 100%;
}  
}

@media (max-width: 1024px) {
.address_main {
  padding-left: 65px;
  padding-right: 65px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.home-page-top p span {
  display: inline;
}
.home-page-top p {
  padding: 0 10%;
}
.address_column {
  max-width: 100%;
  margin: 0 auto;
}
.cart_column {
  max-width: 100%;
  margin: 0 auto;
  border-left: none;
}
.address_row4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.main_product_details .product_thumb {
  margin-bottom: 20px;
}
.main_product_details {
  max-width: 428px;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto;
}
/* .add_ons_list .add_on_item {
  max-width: 250px;
  min-width: 250px;
  margin-bottom: 40px;
} */
.footer_top,
.footer_bottom,
.navbar {
  padding-left: 38px;
  padding-right: 38px;
}
.customer_care .customer_care_item {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.customer_care {
  margin-bottom: 0;
}
.service_card,
.add_ons_list,
.bundles_list {
  width: 100%;
  max-width: 100%;
}
}

@media(max-width:991px) {
  .order-summary-head {
      display: block !important;
      padding: 13px 20px;
  }
  .service_card,.bundles_list {
      display: block;
  }
  .card-foot .link {
      margin-left: 0;
  }
  .service_card .service_card_item {
      max-width: 90%;
      margin: 0 auto 30px;
  }
  .bundles_list_item {
      max-width: 423px;
      margin: 0 auto 40px;
  }
  .bundles_list_item img {
      margin-bottom: 20px;
  }
  .add_ons_list {
      padding-left: 82px;
      padding-right: 75px;
  }
  .footer_top_block {
      min-width: 230px;
      max-width: 100%;
  }

  .fello_default_card{
      padding: 30px 30px !important;
      /*cursor: pointer !important;*/
  }

  .fello_default_card .question-head{
      padding-bottom: 0px;
      cursor: pointer !important;
  }

  .fello_default_card .question-head h2{
      padding-bottom: 0px;
      padding-top: 0px;
      cursor: pointer !important;
  }

  .fello_default_card .collapse-icon{
      margin-top: 1px;
      cursor: pointer !important;
  }

  .fello_default_card span.faq-head-text{
      padding-top: 0px !important;
      cursor: pointer !important;
  }

  .fello_default_card .faq_question{
      margin-top: 30px;
  }

  .fello_default_card .faq_question p{
      margin-bottom: 0px;
  }
  .add_ons_list {
    padding-top: 86px;
    text-align: center;
    width: 1058px;
    margin: 0 auto;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
  }
}

@media (max-width: 809px) {
/*.navbar ul li {
  display: inline;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: unset !important;
  padding-bottom: 0px;
}*/
.home-page-top{
  margin-top:86px;
}
.footer_bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.footer_bottom h5 {
  text-align: center;
  margin-bottom: 30px;
}
.footer_bottom_links {
  text-align: center;
  display: block;
  margin-left: 0;
  padding: 0 20px;
}
.footer_bottom_links li {
  width: 100%;
  margin-left: 0;
  margin-bottom: 17px;
}
}

@media (max-width: 767px) {
  .shipping_guidance_text{
      margin: 0px auto 15px;
  }
  .cart_page{
    padding-top:20px;
  }
.navbar {
  padding-left: 22px;
  padding-right: 30px;
}
.navbar img {
  padding: 11px 23px 9px 0;
  /*width: 142px;*/
}
.tag_line {
  margin-top: 19px;
}
.navbar ul li {
  display: inline;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 53px;
}
.home-page-top {
  margin-top: 89px;
}
.home-page-top h1 {
  margin-bottom: 25px;
}
.home-page-top p span {
  display: inline-block;
}
.home-page-top p {
  font-size: 23px;
}
.rental-start::after {
  right: 10px;
}
.home_dates_selector_panel {
  padding-bottom: 35px;
}
.dates_notification_text {
  min-height: 46px;
}
.main_product_details .product_thumb {
  margin-bottom: 62px;
}
.main_product_details .product_descption {
  padding-left: 0;
}
.bundles_list_item img {
  margin-bottom: 55px;
}
.add_ons {
  margin-top: 66px;
}
.bundles_list ul {
  padding-left: 21px;
}
.bundles_list_item {
  max-width: 420px;
  margin: 0 auto 47px;
  text-align:center;
}
.home-page-top {
  max-width: 747px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container {
  max-width: 100%;
}
.home_page_break_after_main_product {
  margin: 61px auto 60px auto;
}
/* .add_ons_list .add_on_item {
  min-width: 250px;
  margin-top: 20px;
  margin-bottom: 40px;
} */
.add_ons p {
  margin-bottom: 56px;
}
.add_ons.services {
  margin-top: 24px;
}
.add_ons.services p {
  margin-bottom: 28px;
}
.service_card {
  padding-top: 0;
  width: 644px;
}
.service_card_item {
  max-width: 90%;
  margin: 0 auto;
}
.service_card .card {
  margin-top: 30px;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  margin-left: auto;
  margin-right: auto;
}
.service_card p {
  min-height: 76px;
}
.customer_care>div {
  text-align: center;
}
.cart_view {
  margin-top: 62px !important;
}
.store_link p span {
  display: block;
  margin-top: 18px;
}
.customer_care .customer_care_item {
  margin-bottom: 65px;
}
.customer_care {
  padding-bottom: 10px;
}
.footer_top,
.footer_bottom,
.navbar {
  padding-left: 23px;
  padding-right: 33px;
}
.footer_top {
  padding-left: 39px;
  padding-right: 0;
}
.footer_top_block {
  min-width: 240px;
}
.footer_bottom {
  padding: 0 48px 35px;
}
.customer_care h6 {
  line-height: inherit;
}
.service_card .card-body {
  text-align: left;
}
.row.customer_care {
  margin-left: 0;
  margin-right: 0;
}
.footer_bottom h5 {
  margin-top: 49px;
  margin-bottom: 29px;
}
.tag_line {
  display: none;
}

.add_ons {
  margin-top: 20px;
}
.service_card .service_card_item {
  margin-bottom: 20px;
  margin-top: 0;
}
.logo_seprator {
  display: none;
}
.navbar img {
  padding: 10px 54px 10px 4px;
  /*width: 190px;*/
  height: auto;
  margin: 0 auto;
}
.navbar ul li {
  margin-top: 25px;
  margin-bottom: 23px;
  padding-right: 53px;
  line-height: unset;
}
.home_dates_selector_panel .row {
  margin-left: 0;
  margin-right: 0;
}
.navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.dates_notification_text {
  min-height: 60px;
  padding: 0 25px;
}
.rental-start {
  padding-right: 0;
}
.home-page-top p {
  font-size: 24px;
}
}

@media (max-width: 680px) {
 .intro-message h3 {
      font-size: 12px
  }
  .home-page-top p{
      padding: 0px 0px;
  }
  .home-page-top p span{
      display: inline;
  }
  .add_ons_list>div {
    max-width: 350px;
    margin-right: auto !important;
    margin-left: auto;
  }
  .add_ons_list>div:nth-child(even) {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 576px) {
.footer_top_block {
  min-width: 153px;
}
.main_product_details .main_product_details>div,
.bundles_list>div,
.main_product_details {
  max-width: 350px;
}
.footer_top {
  margin-top: 32px;
}
.footer_top_block {
  padding-top: 41px;
  padding-bottom: 11px;
}
.footer_top {
  padding-bottom: 33px;
}
.footer_top h5 {
  margin-top: 0;
}
.add_ons_list {
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.navbar-nav {
  margin-left: 0 !important;
}
.navbar ul li {
  padding-right: 51px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  line-height: 34px;
}
.navbar ul li:last-child {
  padding-right: 26px;
}
.navbar img {
  /*width: 141px;*/
  padding: 7px 10px 10px 9px;
}
.main_product_details {
  padding-left: 0;
  padding-right: 0;
}
.home-page-top {
  padding-left: 32px;
  padding-right: 32px;
}
.home-page-top h1 {
  line-height: 42px;
  margin-bottom: 25px;
}
.home-page-top {
  margin-top: 82px;
}
.add_ons {
  margin-top: 62px;
}
.card-foot a {
  margin-left: 0;
}
.store_link p span {
  display: block;
  padding-top: 10px;
}
.product_descption .select-wrap,
.product_descption .input-wrap,
.product_descption .action_buttons input {
  width: calc(50% - 10px);
}
.product_descption .action_buttons select {
  width: 100%;
}
.service_card_item .card-body h6 {
  line-height: inherit;
}
.home_dates_selector_panel .days_count p {
  margin-top: 0;
}
.dates-container {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.w50 {
  width: 100%;
}
.date_select_error{
  bottom: 7px !important;
}
.rental-start,
.rental-end {
  float: none;
}
.start-date,
.end-date,
.home_dates_selector_panel .form-group {
  width: 228px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.home_dates_selector_panel .form-group::after,.clearfix::after {
 display: block;
  content: "";
  clear: both;
}
.home_dates_selector_panel {
  padding-top: 36px;
  min-height: 280px;
  height: auto;
}
.home_dates_selector_panel .actual_arrival_date_text {
  margin-top: 0;
}
.rental-start::after {
  right: 10px;
}
.dates_notification_text p {
  margin-top: 10px;
}
.main_product_details .product_thumb {
  margin-bottom: 26px;
}
.bundles_list_item img {
  margin-bottom: 23px;
}
.add_ons p {
  line-height: 28px;
  margin-top: 26px;
  margin-bottom: 53px;
}
/* .add_ons_list .add_on_item {
  margin-bottom: 67px;
} */
.add_ons.services {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 0;
  padding-top: 2px;
}
.add_ons.services p {
  line-height: 28px;
  margin-top: 28px;
  margin-bottom: 58px;
}
.service_card .service_card_item {
  max-width: 95%;
}
.service_card p {
  margin-top: 15px;
  margin-bottom: 25px;
  min-height: 119px;
}
.store_link p span {
  margin-top: 7px;
}
.customer_care .customer_care_item {
  margin-bottom: 34px;
}
.service_card .card-body {
  padding: 24px 30px 33px 30px;
}
}

@media (max-width: 575px) {
  .checkout-container.step2 .shipping-address .sh-address-row > div{
      padding-right: 15px;
      padding-left: 15px;
  }

  .validate-ups-model .correct-data{
      margin-top: 30px;
  }

  .validate-ups-model .modal-content .modal-footer{
      flex-direction: column;
  }

  .validate-ups-model .modal-content .modal-footer a{
      width: 100%;
      text-align: center;
      display: block;
      margin-bottom: 20px;
  }

  .validate-ups-model .modal-content .ups_address_modal_button{
      width: 100%;
  }
}

@media(max-width: 520px) {
  .cart-box{
      flex-wrap: wrap;
  }
  .desktop-service-text{
      display: none;
  }

  .mobile-service-text{
      display: block;
      margin-top: 10px !important;
  }
}

@media(max-width: 440px) {
  .navbar .navbar-brand{
      max-width: 55%;
  }

  .navbar img{
      width: 100%;
  }
  .navbar ul li {
    padding-right: 5px;
  }
  .navbar ul li span {
    font-size: 11px;
  }
  .country_flag {
    width: 30px !important;
  }
}

@media(max-width: 420px) {
  .cart-footer-section{
      position: relative !important;
  }
}

@media(max-width: 414px) {
.dates_notification_text {
  text-align: center!important;
}
.navbar-brand{
  margin-right: 0px;
}
}

@media(max-width: 410px) {
  .bdr-box.select-option{
      background: none;
  }
  .payment_card_icons .card_icon{
      width: 20px;
  }
  .payment-method-head .custom-control label{
      font-size: 12px !important;
  }
}

@media (max-width: 380px) {
.main_product_details .main_product_details>div,
.bundles_list>div,
.main_product_details {
  max-width: 290px;
}
.navbar ul li:last-child {
  padding-right: 8px;
}
.main_product_details .action_buttons .select-wrap, 
.main_product_details .action_buttons .input-wrap{
  clear:both;
  width: 156px;
}
}

@media (max-width: 362px) {
.bundles_list_item .action_buttons .form-group input {
  margin-top: 15px;
}
}


/* css for shipping address */

.checkout-container {
  width: 100%;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
}

.checkout-container-inner{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  max-width: 1455px;
  justify-content: flex-end;
} 

.checkout-left-col-outer{
  max-width: 831px;
}

.checkout-left-col {
max-width: 686px;
padding-left: 61px;
min-width: 686px;
padding-right: 64px;
padding-top: 47px;
background-color: #FFFFFF;
float: right;
height: 100%;
position: relative;   
}

.checkout-left-col .step-detail, .checkout-left-col .payment-method-head, .checkout-left-col .credit-card{
  font-size: 14px;
}

.checkout-left-col .cart-footer-section{
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding-left: inherit;
  padding-right: inherit;
}

.checkout-left-col h1 {
font-weight: 500;
font-size: 26px;
}

.checkout-right-col {
border-left: solid 1px #e0e0e0;
background-color: #fafafa;
max-width: 624px;
min-width: 624px;
padding-top: 47px;
padding-left: 45px;
position: relative;
}

.order-summary {
  max-width: 416px;
  font-size: 14px;
}

.order-summary h4 {
  margin-bottom: 16px;
}

.order-summary.collapse {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 415px;
/*margin-right: 165px;*/
}

.order-summary .order-rent-dates {
margin-bottom: 31px;
}

.flex-div {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 7px;
}

.flex-subtotal span:last-child {
font-weight: 500;
}

.order-detail h4 {
margin-bottom: 18px;
}

.order-detail {
margin-bottom: 15px;
}

.order-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
}

.checkout-right-col .order-detail .order-items{
 margin-bottom: 15px;
}

.checkout-right-col .order-detail .order-items:last-child{
  margin-bottom: 0px;
}

.order-product {
width: 70%;
}

.order-product .order-product-thumb {
width: 64px;
position: relative;
height: 64px;
float: left;
border: solid 1px #e4e4e4;
border-radius: 8px;
margin-right: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-justify-content: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-align-self: center;

}

.dark-gray,
.flex-div span:last-child {
color: #333333;
}

.light-gray-text {
color: #777777;
}

.md-gray-text,
.flex-div span:first-child {
color: #555;
}

.pointer {
cursor: pointer;
}

.order-product-desc {
padding-top: 11px;
padding-left: 82px;
width: 100%;
}

.order-product-desc p {
margin-bottom: 0px;
}

.order-product-desc .product-title{
  font-weight: 500;
}

.order-product-thumb img {
width: 100%;
align-self: center;
}

.order-product-thumb .items {
  font-size: 0.85714em;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: rgba(114,114,114,0.9);
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.58333em;
  position: absolute;
  right: -0.75em;
  top: -0.75em;
  z-index: 3;
}

.order-price {
font-weight: 500;
padding-top: 20px;
}
.promo-code{
  margin-left: 587px;
}
.discount-coupon.promo-code .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 1.375rem .75rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.discount-coupon {
  /* border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); */
  padding-top: 21px;
  padding-bottom: 1px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 1px;
  margin-right: 11px;
}

a.discount-close {
  /*margin-top: 12px;*/
  color: red;
  font-size: 20px;
}


.discount-coupon form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-item-align: center;
align-self: center;
}

.discount-input {
width: calc( 100% - 115px);
}

.applied-input{
  width: calc( 100% - 115px);
}

.apply_coupon .coupon_response_error{
  color: red;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

/* .apply_coupon .form-group{
  margin-bottom: 0px !important;
} */

.apply_coupon .spinner-border{
  width: 20px;
  height: 20px;
  /*border: 2px solid currentColor;*/
}

.apply_code {
  width: 89px;
  color: #fff;
  height: 45px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  background-color: #5c6ac4;
  border: 1px solid #5c6ac4;
  box-shadow: 0 0 0 1px #5c6ac4;
  position: relative;
}

.apply_code.disabled {
  background-color: #cccccc;
  border:0px;
  box-shadow: none;
}

.apply_code:not(.disabled):hover {
  color: #FFFFFF;
  border: 1px solid #202E78;
  box-shadow: 0 0 0 1px #202E78;
  background-color: #202E78;
}

.apply_code.disabled:hover{
  color: #FFFFFF;
}

/*.coupon_code:focus{
  box-shadow: none;
}*/

.coupon_code:focus{
  border-color: #5c6ac4;
  box-shadow: inset 0 0 0 30px white, 0 0 0 1px #5c6ac4 !important;
}

/*.apply_code:hover {
  color: #fff;
}*/

.grand-total {
border-top: solid 1px rgba(0, 0, 0, 0.1);
margin-top: 22px;
padding-top: 19px;
font-size: 16px;
font-weight: 500;
}

.grand-total .flex-div span:first-child {
line-height: 42px;
}

.grand-total .flex-div span:last-child {
font-size: 24px;
font-weight: 500;
}

.bread-crumb {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-justify-content: flex-start;
margin-bottom: 23px;
}

.bread-crumb li {
  background: url("../images/icons/Chevron_2x.png") no-repeat 0 5px;
  background-size: 6px;
  padding-left: 17px;
  margin-right: 13px;
  font-size: 12px;
}

.bread-crumb li:first-child {
background: none;
padding-left: 0;
}

.bread-crumb li>a {
font-size: 12px;
}

.bread-crumb li>a:hover{
  text-decoration: none;
}

.bread-crumb li.parent {
color: #333333;
}

.bread-crumb li.current>a,
.bread-crumb li.current {
color: #777777;
}

.contact-information h4,
.shipping-address h4,
.shopify-store-address h4 {
  margin-bottom: 20px;
  font-weight: normal;
}

.contact-information {
  padding-top: 15px;
  margin-bottom: 42px;
}

.shopify-store-address {
  margin-bottom: 42px;
}

.shipping-address .form-group {
margin-bottom: 0.57rem !important;
}

.checkout-container .form-control {
  height: 45px;
  font-size: 14px;
  color: #333333 !important;
}

.pad-right {
padding-right: 4px;
}

.pad-left {
padding-left: 4px;
}

.form-row .shipping-country,
.form-row .shipping-province {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(38% - 9px);
flex:  0 0 calc(38% - 9px);
-webkit-flex:  0 0 calc(38% - 9px);
}

.shipping-address .form-control:disabled {
background-color: #F4F6F8 !important;
}

.form-row .shipping-code {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(24% - 9px);
flex:  0 0 calc(24% - 9px);
-webkit-flex: 0 0 calc(24% - 9px);
}

.shipping-address .form-row {
margin: 0;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
display: -webkit-box;
display: -webkit-flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.shipping-address select {
color: #333333;
font-size: 14px;
}

.shipping-address .select-wrap label {
  padding: 0px 13px;
  top: 3px;
  font-size: 12px !important;
}

.shipping-address .select-wrap::after {
right: 4px;
top: 14px;
}

.shipping-address .select-wrap,
.shipping-address .select-wrap2 {
width: 100%;
}

.checkout-container .form-group {
position: relative;
}

.address-row {
padding-top: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-flex;
margin-bottom: 190px;
}

.add_address {
min-width: 274px;
height: 51px;
color: #fff;
font-size: 14px;
font-weight: 400;
background-color: #5c6ac4;
}

.order-summary-head {
display: none;
}

.step2 .bread-crumb {
margin-bottom: 30px;
}

.step-detail {
margin-bottom: 41px;
}

.step-detail .flex-row {
border: solid 1px #dbdbdb;
padding: 10px;
margin-bottom: -1px;
}

.step-detail .flex-div,
.bdr-box,
.credit-card {
border: solid 1px #dbdbdb;
padding: 13px;
line-height: 1.43;
margin-bottom: -1px;
}

.step-detail .contact-detail, .payment-method-head .bdr-box, .billing-address > .form-group, .same-shipping-address {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.step-detail .method-detail, .checkout-left-col .credit-card, .different-billing-address{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.step-title {
color: #777777;
}

.step-text {
-webkit-box-flex: 0;
-ms-flex: 0 0 72.9%;
flex: 0 0 72.9%;
color: #555555;
padding-right: 10px;
}

.step-detail .flex-row:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.step-detail .flex-row:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}

.payment-method {
margin-bottom: 42px;
}

.payment-method h4 {
margin-bottom: 23px;
}

.billing-address h4 {
margin-bottom: 20px;
}

.billing-address {
/*margin-bottom: 9px;*/
}

.select-option {
/*background: url("../images/cards.png")no-repeat 96% 13px;*/
}

.card-number {
width: 46.42%;
}

.card-cvv,
.card-validity {
width: 24.43%;
}

.card-info {
margin-bottom: 0;
}

.lock-icon,
.question-icon {
position: absolute;
right: 18px;
font-size: 14px;
top: 17px;
color: #949494;
}

.question-icon {
top: 14px;
}

.credit-card {
padding: 15px 14px 0;
}

.credit-card .form-group {
margin-bottom: 0.9rem !important;
}

.step2 .add_address,
.review-order .add_address,
.thank-you .add_address {
min-width: 202px;
}

.thank-you .add_address {
min-width: 178px;
}

.review-order .address-row {
margin-bottom: 168px;
}

.checkout-left-col label {
font-size: 14px !important;
font-weight: 400;
}

.shipping-address {
width: 100%;
}

.shipping-heading-landscape,
#new-shippingAddress,
.step-action .change,
.step2 .checkout-left-col .discount-coupon {
display: none;
}
#new-shippingAddress{
  border: 0px;
  padding: 13px;
  padding-bottom: 6px;
  border-top: solid 1px #dbdbdb;
}

.rd-box {
padding: 0 15px 8px;
border-radius: 4px;
border: solid 1px #dadada;
margin-bottom: 18px;
}

.review-order-detail.rd-box .flex-div {
border-bottom: solid 1px #e5e5e5;
margin-bottom: 0;
padding-top: 9px;
padding-bottom: 11px;
line-height: 1.43;
}

.review-order-detail.rd-box .flex-div:last-child {
border-bottom: 0;
}

.review-order {
padding-top: 30px;
}

.review-order h4 {
margin-bottom: 23px;
}

.review-order .card-holder-address {
font-size: 12px;
line-height: 1.83;
color: #777777;
}

.review-order-detail.rd-box .payment-detail {
padding-top: 16px;
padding-bottom: 6px;
}

.review-cart-bill.rd-box {
padding-top: 13px;
padding-bottom: 3px;
margin-bottom: 9px;
}

.review-cart-bill.rd-box .flex-div {
margin-bottom: 2px;
}

.review-cart-bill.rd-box .grand-total {
margin-top: 11px;
padding-top: 8px;
}

.review-cart-bill.rd-box .currency {
color: #999999;
font-size: 12px;
}

.orderno p {
font-size: 22px;
margin-top: 4px;
margin-bottom: 35px;
}

.tick-icon {
float: left;
margin-left: -75px;
margin-top: 5px;
}

.thank-you {
padding-top: 12px;
}

.order-confirmed {
padding-top: 20px;
}

.order-confirmed p {
line-height: 1.29;
}

.customer-information {
padding-top: 20px;
padding-bottom: 3px;
margin-bottom: 9px;
}

.customer-information h4 {
margin-bottom: 14px;
font-weight: 400;
}

.customer-information h5 {
font-size: 14px;
margin-bottom: 6px;
font-weight: 500;
color: #333333;
}

.customer-information .ship-address,
.customer-information .bill-address {
line-height: 1.49;
margin-bottom: 25px;
font-size: 14px;
}

@media (max-width:1500px) {
.tick-icon {
  /*margin-left: 0;*/
  margin-top: 0;
  /*margin-right: 12px;*/
}
}

@media (max-width:1300px) {
  .checkout-left-col-outer{
      max-width: 55%;
      min-width: 55%;
  }
  .checkout-right-col {
      max-width: 45%;
      min-width: 45%;
  }
  .checkout-left-col{
      min-width: 100%; 
  }

  .thank_you_page .checkout-left-col{
      padding-left: 100px;
  }
}

@media (max-width: 1150px){
  .order-summary.collapse{
      min-width: 100%;
      max-width: 100%;
  }
  .checkout-right-col{
      padding-right: 45px;
  }
}

@media (max-width:991px) {
.shipping-heading-landscape {
  display: block;
}
.shipping-heading {
  display: none;
}
.checkout-container-inner {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
  .checkout-left-col,
  .checkout-right-col {
      max-width: 100%;
      width: 100%;
      min-width: 100%;
      padding-left: 20px;
      padding-right: 20px;
  }
  .checkout-left-col-outer {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-order: 2;
      max-width: 100%;
      min-width: 100%;
  }
  .checkout-right-col {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -webkit-order: 1;
      padding-top: 0;
      padding: 0;
      border-top: solid 1px rgba(0, 0, 0, 0.1);
      border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  .order-summary {
      max-width: 100%;
      border-top: solid 1px rgba(0, 0, 0, 0.1);
      padding-top: 26px;
      padding-left: 20px;
      padding-right: 20px;
  }
  .shipping-heading-landscape {
      font-size: 27px;
      padding: 0 20px;
      font-weight: 500;
      margin-bottom: 0;
      padding-top: 20px;
      padding-bottom: 18px;
  }
  .thank_you_page .checkout-left-col{
      padding-right: 100px;
  }
  .order-summary-head a .total-price {
    font-size: 17px;
    color: #333;
    font-weight: 500;
  }
}

.flex-div .step-action a span:last-child,
.flex-div .step-action a span:first-child {
color: #5a68cb;
font-weight: 400;
}
.input-group>.form-control, .input-group>.form-control-plaintext {
width:100%;
}
@media (max-width:767px) {
.checkout-left-col .cart-footer-section {
  /*padding-left: 0px;
  padding-right: 0px;*/
}
.address-row .back-link,
.address-row .need-help {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-order:2;
  margin: 0 auto;
}
.address-row .add_address {
  width: 100%;
  min-width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-order:1;
  height: 63px;
  margin-bottom: 22px;
}
.order-summary {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 26px;
  padding-left: 20px;
  padding-right: 20px;
}
.order-summary-head {
  display: block;
  padding: 13px 20px;
}
.order-summary-head a {
  display: block;
  vertical-align: middle;
  line-height: 20px;
}
.order-summary-head a svg {
  float: left;
  margin-right: 5px;
}
.show-order-summary {
  float: left;
  margin-right: 5px;
  line-height: 20px;
}
.order-summary-head a .total-price {
  font-size: 17px;
  color: #333;
  font-weight: 500;
}
.checkout-right-col {
  padding-top: 0;
  padding: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.bread-crumb {
  display: none;
}
.checkout-left-col {
  padding-top: 26px;
  padding-bottom: 35px;
}
.address-row {
  margin-bottom: 23px;
}
.thank-you {
  padding-top: 0;
}
.tick-icon {
  margin-left: 0;
  margin-top: 0;
  margin-right: 12px;
}
.orderno p {
  margin-top: 0px;
  margin-bottom: 26px;
}
.order-confirmed p {
  margin-bottom: 11px;
}
.customer-country {
  line-height: 17px;
  margin-bottom: 7px;
}
.customer-contact {
  line-height: 12px;
}
.customer-information .ship-address,
.customer-information .bill-address {
  margin-bottom: 33px;
}
.ship-method {
  margin-bottom: 42px;
}
.customer-information {
  padding-bottom: 5px;
}
.thank-you .address-row {
  padding-top: 10px;
  margin-bottom: 25px;
}
.step2 .checkout-left-col {
  padding-top: 15px;
}
.step-detail .flex-div {
  border: solid 1px #dbdbdb;
  padding: 9px 15px;
}

  .step-detail .flex-div .step-title{
      order: 0;
  }


.step-action .edit {
  display: none;
}

.step-action #close_edit_address, .step-action #close_edit_contact{
  float: left;
}

.step-action #close_edit_address .edit, .step-action #close_edit_contact .edit{
  display: inline-block;
  text-align: left;
}
.step-action .change {
  display: inline-block;
}
.flex-div .step-title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.flex-div .step-action {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-order: 2;
  
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.flex-div .step-text {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-order: 3;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 60px;
}
.card-number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
-webkit-flex:0 0 100%;  
}
.card-validity,
.card-cvv {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  -webkit-flex:0 0 49%;
}
.step2 .step-detail {
  margin-bottom: 37px;
}

.step2 .checkout-left-col .discount-coupon {
  display: block;
  border: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 22px;
}
.step2 .checkout-left-col .discount-coupon h4 {
  margin-bottom: 15px;
}
.payment-method h4 {
  margin-bottom: 17px;
}
.credit-card .form-group {
  margin-bottom: 0.6rem !important;
}
.credit-card {
  padding-bottom: 4px;
}
.step2 .checkout-left-col .address-row {
  margin-bottom: 19px;
}
.review-order {
  padding-top: 0;
}
.review-order h4 {
  margin-bottom: 16px;
}
.review-order-detail.rd-box .flex-div {
  padding-bottom: 10px;
}
.review-order-detail.rd-box .payment-detail {
  padding-top: 11px;
}
.payment-detail .step-title {
  margin-bottom: 4px;
}
.payment-detail .pm-detial {
  margin-bottom: 6px;
}
.review-order .card-holder-address {
  line-height: 1.53;
}
.review-order-detail.rd-box {
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.review-cart-bill.rd-box .grand-total {
  margin-top: 25px;
}
.review-order .address-row {
  margin-bottom: 25px;
}
.form-row .shipping-country,
.form-row .shipping-province {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 6px);
  flex: 0 0 calc(50% - 6px);
  -webkit-flex: 0 0 calc(50% - 6px);
}
.form-row .shipping-code {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
}
.contact-information {
  padding-top: 2px;
}
.contact-information h4 {
  margin-bottom: 16px;
}
.contact-information {
  margin-bottom: 41px;
}
.shipping-address h4 {
  margin-bottom: 16px;
}
#new-shippingAddress .row:last-child .form-group {
  margin-bottom: 0;
}
  .bread-crumb li {
      background: url("../images/icons/Chevron_1x.png") no-repeat 0 5px;
      background-size: 6px;
  }
}

@media (max-width:749px) {
  .checkout-left-col{
      padding-left: 20px !important;
      padding-right: 20px !important;
  }

  .thank-you .tick-icon{
      margin-left: 0px;
      margin-right: 12px;
  }
}

@media (max-width:576px) {
.w75 { 
width: 100%; 
}
.w25 { 
width: 100%; 
}
.sh-address-row.form-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
}
.shipping-suggestion {
color: #777777;
font-size: 12px;
}
/* css for cart */

.cart-page-list {
max-width: 992px;
margin-left: auto;
margin-right: auto;
}

.cart-rental-dates .rent-dates {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
padding-bottom: 20px;
}

.cart-rental-dates h2 {
font-size: 36px;
margin-top: 33px;
margin-bottom: 22px;
line-height: 40px;
}

.cart_page h3 {
font-size: 18px;
margin-bottom: 14px;
line-height: 24px;
}

.from-date,
.to-date {
position: relative;
padding-right: 0;
margin-left: 0;
}

.rent-dates .to {
min-width: 62px;
text-align: center;
line-height: 47px;
}

.rent-dates .from {
display: none;
}

.rent-dates .total-days {
padding-top: 12px;
padding-left: 31px;
color: #637381;
}

.from-date::after,
.to-date::after {
top: 16px;
right: 9px;
}

.your-order {
max-width: 100%;
width: 100%;
padding-bottom: 40px;
}

.insurance-cart .your-order {
padding-bottom: 60px;
}

.your-order h3 {
margin-bottom: 9px;
}

.cart-header {
color: #637381;
padding-bottom: 5px;
border-bottom: solid 1px #dfe3e8;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
  display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}

.border-top {
border-top: solid 1px #dfe3e8;
}

.cart-item {
padding-top: 20px;
padding-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.cart-product,
.cart-head-product {
/*changes*/ 
/*-webkit-box-flex: 0;
-ms-flex: 0 0 402px;
flex: 0 0 402px;
-webkit-flex: 0 0 402px;*/

}

.cart-product-thumb {
width: 90px;
margin-left: 4px;
height: 90px;
float: left;
border: solid 1px #e4e4e4;
border-radius: 8px;
margin-right: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-justify-content: center;
-ms-flex-item-align: center;
align-self: center;
}

.cart-product-thumb img {
width: 100%;
align-self: center;
}

.cart-product-desc {
padding-top: 13px;
padding-left: 110px;
width: 100%;
}

.dark-text {
color: #000639;
}

.cart-product-desc p {
line-height: 16px;
font-size: 16px;
margin-bottom: 7px;
}
/* .cart-product-desc ul{ */
/* margin-left:17px;
}
.cart-product-desc ul li{

font-size:16px;
} */

.cart-product-desc a {
  font-size: 16px;
}

.cart-product-desc a:hover{
  text-decoration: none;
}

.cart-price,
.cart-subtotal {
font-size: 16px;
padding-top: 20px;
}

.cart-quantity {
padding-top: 14px;
}

.qty-control {
width: 69px;
}
.cart-price  span {
width: 40%;
}

.charging-option-container h3{
font-size: 16px;
}

.cart-services-addon,
.charging-options {
/*padding-left: 4px;
padding-right: 4px;*/
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.cart-box {
padding: 18px 25px;
display: -webkit-box; 
display: -ms-flexbox;
display: flex;
 display: -webkit-flex;
border-radius: 4px;
border: solid 2px #dfe3e8;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
width: calc(50% - 6px);
}

.cart-services-addon .cart-box,
.charging-options .cart-box {
  margin-bottom: 20px;
}

.charging-option:hover{
  background: #f8f8f8;
  border: 2px solid #caced4;
}
.charging-option[selected]{
background: #f8f8f8;
border: 2px solid #5C6AC4;
}
.cart-box-full {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}

.cart-box-text {
padding-right: 20px;
}

.support-price {
margin-top: 5px;
}

.cart-total {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-justify-content: flex-end;
padding-top: 12px;
font-weight: 500;
margin-left: 9px;
}

.sub-total {
-webkit-box-flex: 0;
-ms-flex: 0 0 418px;
flex: 0 0 418px;
font-size: 16px;
line-height: 24px;
margin-right: 9px;
}

.sub-total div {
color: #000639;
display: -webkit-box;
display: -ms-flexbox;
 display: -webkit-flex;     
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
 padding: 25px 10px 14px 5px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
}

.sub-total div {
border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.sub-total div:nth-last-child(2) {
/*border-bottom: 0px;*/
}

.cart-tax-calculation {
text-align: right;
font-size: 16px;
margin-top: 23px;
margin-bottom: 14px;
}

.check_out {
background-color: #5c6ac4;
color: #fff;
}

.cart-checkout {
display: -webkit-box;
 display: -webkit-flex;     
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 47px;
margin-right: 9px;
}

.return-link {
line-height: 52px;
}

.return-link:hover{
  text-decoration: none;
}

.return-link .fa {
margin-right: 8px;
}

.cart-btns .btn {
margin-left: 4px;
}

.cart-footer {
line-height: 50px;
}

.cart-footer-section,
.cart-total-checkout {
max-width: 1012px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

.btn-default.pdf {
min-width: 204px;
}

.cart-footer {
list-style: none;
padding: 0;
border-top: solid 1px rgba(0, 0, 0, 0.1);
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-justify-content: flex-start;
-ms-flex-item-align: center;
align-self: center;
}

.cart-footer li {
line-height: 50px;
}

.cart-footer li a {
margin-right: 28px;
font-size: 12px;
color: #5a68cb;
}

.cart-footer li a:hover{
  text-decoration: none;
}

.checkout-left-col .cart-footer li a {
margin-right: 20px;
font-size: 12px;
}

.cart-mobile-view {
display: none;
}

.light-text {
color: #637381;
}

@media(max-width: 1024px) {
.cart-page-list,
/*.cart-footer-section,*/
.cart-total-checkout {
  max-width: 91%;
}
.add_ons_list {
  padding-top: 86px;
  text-align: center;
  width: 1058px;
  margin: 0 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
}



}

@media(min-width: 768px) and (max-width: 991px) {
  .cart-rental-dates .rent-dates {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.start-date, .end-date {
max-width: 228px;
  width: auto;
}

}

@media(max-width: 767px) {
  .cart-services-addon,
  .charging-options {
      display: -webkit-box;
  }
  .cart-rental-dates .rent-dates {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }

  .total-days,
  .cart-header {
      display: none;
  }
.rent-dates .from {
  display: -webkit-box;
   display: -webkit-flex;     
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
.cart-services-addon,
.charging-options,
.cart-rental-dates .rent-dates {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rent-dates .to {
  text-align: left;
}
.rent-dates .start-date,
.rent-dates .end-date {
  float: none;
  width: 100%;
}
.rent-dates .rental-start::after,
.rent-dates .rental-end::after {
  margin-left: 0;
  right: 19px;
}
.rent-dates .start-date,
.rent-dates .end-date {
  margin-bottom: 0px!important;
}
.cart-box {
  margin-bottom: 12px;
}
.cart-services-addon .cart-box:last-child {
  margin-bottom: 20px;
}
.cart-total {
  padding-top: 0;
}
.cart-tax-calculation {
  margin-bottom: 22px;
  margin-top: 13px;
  width :98%
}
.sub-total div {
  padding: 18px 10px 16px 5px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 19px;
  margin-right: 19px;
}
.cart-tax-calculation {
  text-align: center;
}
.cart-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart-btns .btn {
  width: 100%;
  margin-bottom: 12px;
}
.cart-btns .check_out {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1; 
  order: 1;
}
.btn-default.pdf {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2; 
  order: 2;
}
.cart-checkout {
  text-align: center;
  margin-bottom: 13px;
  margin-right: 2px;
  margin-left: -5px;
}
.return-link {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-order: 2;
  margin: 0 auto;
  line-height: 32px;
}
.cart-page-list,
.cart-footer-section,
.cart-total-checkout {
  max-width: 100%;
}
.cart-page-list,
.art-checkout,
.sub-total div,
.cart-checkout,
.cart-footer-section {
  padding-left: 19px;
  padding-right: 19px;
}
.sub-total {
  -webkit-box-flex: 0;
  -webkit-flex:0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.cart-services-addon,
.charging-options {
  padding-left: 0;
  padding-right: 0;
}
.cart-footer {
  text-align: center;
}
.cart-product,
.cart-head-product {
  -webkit-box-flex: 0;
  -webkit-flex:0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.cart-rental-dates h2 {
  margin-bottom: 18px;
}
.cart_page h3 {
  margin-bottom: 10px;
}
.rent-dates .to {
  line-height: 21px;
  margin-bottom: 6px;
}
.cart-item {
  padding-top: 25px;
}
.cart-rental-dates .rent-dates {
  padding-bottom: 11px;
}
.cart-box {
  padding: 12px 19px;
}

  .service-row .service_quantity{
      display: none;
  }
.support-price {
  margin-top: 2px;
}
.cart-footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cart-footer li {
  line-height: 39px;
}
.cart-footer li a {
  margin-right: 0;
}
.remove-link,
.desktop-cart-item {
  display: none;
}
.cart-mobile-view {
  display: block;
  padding-top:20px;
  /* padding-bottom:20px;  */
}

.cart-mobile-view .cart-product {
/* width: 73%; changes */ 
width:80px;
float: left;
}

.cart-subtotal {
   width: 27%;
   float: right;
   text-align: right;
}

.mobile-item .cart-price,.mobile-item .cart-quantity {
 max-width: 100%;
 width: 100%;
 padding-left: 80px; 
}


.cart-product  .cart-product-thumb {
  width: 59px;
  margin-left: 4px;
  height: 59px;
  margin-right: 21px;
}
.cart-product-desc {
  padding-top: 0px;
  padding-left: 80px;
  width: 100%;
}


.mobile-item .cart-subtotal,
.mobile-item .cart-price,
.mobile-item .cart-quantity {
  padding-top: 0;
}
.mobile-item .cart-subtotal {
 
}
.mobile-item .cart-price,
.mobile-item .cart-quantity {

}
.mobile-item .cart-price {
  margin-top: -4px;
  margin-bottom: 6px;
      line-height: 1;
}
.edit-cart,
.update-cart {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-top: 12px;
}
.update-cart {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}
.btn-edit {
  min-width: 69px;
}
.btn-update {
  min-width: 88px;
}
.update-qty label {
  font-size: 16px!important;
  margin-bottom: 0;
  line-height: 36px;
  padding-left: 18px;
  padding-right: 18px;
}
.your-order {
  padding-bottom: 0px;
}
.your-order.update-cart-item {
  padding-bottom: 7px;
}
.cart-box-text {
  padding-right: 38px;
}
.update-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.insurance-bundle {
  /*changes*/
  /*-webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  -webkit-flex:0 0 33%;*/
}
}

@media(max-width:480px) {
.cart-product,
.cart-head-product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 73%;
  -webkit-flex: 0 0 73%;
  flex: 0 0 73%;
}
}

@media(max-width:360px) {
.cart-box .btn-default {
  min-width: 120px;
}
.cart-box-text {
  padding-right: 10px;
}
.btn-update {
  min-width: auto;
}
.update-qty label {
  padding-left: 0;
  padding-right: 10px;
}
.qty-control {
  width: 50px;
}
}

@media(max-width:350px) {
.cart-footer {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
}


/* css for shipping email */

.ship_email {
padding-left: 305px;
padding-right: 305px;
}

.ship_email1 {
margin-top: 80px;
}

.ship_email1 h1 {
font-size: 26px;
}

.ship_email1 p span {
font-size: 12px;
color: #969494;
margin-left: 100px;
}

.ship_email2 {
margin-top: 50px;
}

.ship_email2 p {
font-size: 12px;
color: #969494;
}

.ship_email3 {
margin-top: 30px;
color: #969494;
font-size: 12px;
}

.ship_email3 span {
color: #5865d1;
}

.ship_email3 .btn {
background: #5C6AC4;
border: 1px solid #5C6AC4;
height: 52px;
margin-top: 16px;
margin-bottom: 40px;
}

.ship_email4 {
margin-top: 40px;
}

.in_ship_email4 {
margin-top: 30px !important;
margin-bottom: 20px !important;
width: 739px;
margin: auto;
}

.in_ship_email5,
.in_ship_email6,
.in_ship_email7,
.in_ship_email8 {
margin-top: 20px !important;
margin-bottom: 20px !important;
width: 739px;
margin: auto;
}

.in_ship_email4 img,
.in_ship_email5 img,
.in_ship_email6 img {
border: 1px solid #cccccc;
border-radius: 10px;
}

.in_ship_email4 .col-xs-10,
.in_ship_email5 .col-xs-10,
.in_ship_email6 .col-xs-10,
.in_ship_email7 .col-xs-10,
.in_ship_email8 .col-xs-10 {
margin-left: 16px;
}

.in_ship_email4 .col-xs-10 ul,
.in_ship_email5 .col-xs-10 ul {
margin-left: 20px;
}

.ship_email5 {
margin-top: 40px;
}

.ship_email5 strong {
margin-top: 30px;
}

.ship_email5 p {
font-size: 14px;
color: #969494;
}

.ship_email6 {
font-size: 14px;
}


/* css for shipping email width 768px */
@media (max-width: 768px) {
  .flagmobile{
    display: none;
  }
  .country_dropdown{
    width: 40px;
  }
  .promo-code{
    margin-left:271px;
  }
  .discount-coupon.promo-code .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 1.375rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right:20px;
    margin-bottom: 8px;
  }
  
  .discount-coupon {
    /* border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); */
    padding-top: 21px;
    padding-bottom: 1px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 1px;
    margin-right:22px;
  }
  
  a.discount-close {
    /*margin-top: 12px;*/
    color: red;
    font-size: 20px;
  }
  
  
  .discount-coupon form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-item-align: center;
  align-self: center;
  }
  
  .discount-input {
  width: calc( 100% - 115px);
  }
  
}

@media (width: 820px) {
  .promo-code{
    margin-left:319px !important;
  }
  .discount-coupon.promo-code .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 1.375rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right:20px;
    margin-bottom: 8px;
  }
  
  .discount-coupon {
    /* border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); */
    padding-top: 21px;
    padding-bottom: 1px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 1px;
    margin-right:3px;
  }
  
  a.discount-close {
    /*margin-top: 12px;*/
    color: red;
    font-size: 20px;
  }
  
  
  .discount-coupon form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-item-align: center;
  align-self: center;
  }
  
  .discount-input {
  width: calc( 100% - 115px);
  }
}
@media (max-width: 767px) {
.ship_email {
  margin-left: 10px;
  margin-right: 10px;
}
.ship_email1 {
  margin-top: 80px;
}
.ship_email1 h1 {
  font-size: 26px;
}
.ship_email1 p span {
  font-size: 12px;
  color: #969494;
  margin-left: 0px;
}
.ship_email2 {
  margin-top: 0px;
}
.ship_email2 p {
  font-size: 12px;
  color: #969494;
}
.ship_email3 {
  margin-top: 30px;
  color: #969494;
  font-size: 12px;
}
.ship_email3 span {
  color: #0b0bbf;
}
.ship_email3 .btn {
  background: #5C6AC4;
  border: 1px solid #5C6AC4;
  height: 52px;
  margin-bottom: 30px;
}
.ship_email4 {
  margin-top: 30px;
}
.in_ship_email4 {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}
.in_ship_email5,
.in_ship_email6,
.in_ship_email7,
.in_ship_email8 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.in_ship_email4 img,
.in_ship_email5 img,
.in_ship_email6 img {
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.in_ship_email4 .col-xs-10,
.in_ship_email5 .col-xs-10,
.in_ship_email6 .col-xs-10,
.in_ship_email7 .col-xs-10,
.in_ship_email8 .col-xs-10 {
  margin-left: 10px;
}
.in_ship_email4 .col-xs-10 ul,
.in_ship_email5 .col-xs-10 ul {
  margin-left: 20px;
}
.ship_email5 {
  margin-top: 30px;
}
.ship_email5 strong {
  margin-top: 30px;
}
.ship_email5 p {
  font-size: 14px;
  color: #969494;
}
.ship_email6 {
  font-size: 14px;
}

.promo-code{
  margin-left:17px;
}
.discount-coupon.promo-code .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 1.375rem .75rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-right:20px;
  margin-bottom: 20px;
}

.discount-coupon {
  /* border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); */
  padding-top: 21px;
  padding-bottom: 1px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 2px;
  margin-right:20px;
}

a.discount-close {
  /*margin-top: 12px;*/
  color: red;
  font-size: 20px;
}


.discount-coupon form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-item-align: center;
align-self: center;
}

.discount-input {
width: calc( 100% - 115px);
}
.apply_coupon .coupon_response_error {
  margin-top: -3px;
  margin-bottom: 17px;
}
.form-group {
  margin-bottom: 1.5rem !important;
}

}


/* css for confirmation email */

.email_container {
padding-left: 105px;
padding-right: 105px;
}

.email_container p {
font-size: 12px;
color: #969494;
}

.confirmation_email1 h4 {
margin-top: 83px;
}

.confirmation_email1 p {
margin-top: 77px;
}

.confirmation_email2 {
margin-top: 30px;
margin-bottom: 40px;
}

.confirmation_email2 h4 {
margin-bottom: 15px;
}

.confirmation_email3 {
margin-top: 40px;
margin-bottom: 40px;
}

.confirmation_email3 p {
margin-top: 16px;
}

.confirmation_email4 {
margin-top: 40px;
}

.confirmation_email4 table {
margin-top: 16px;
font-weight: 600;
font-size: 14px;
}

.confirmation_email4 tr {
margin-top: 8px;
}

.confirmation_email4 table strong {
margin-left: 500px;
}

.confirmation_email5,
.confirmation_email6 {
margin-top: 20px;
margin-bottom: 19px;
font-size: 14px;
}

.confirmation_email5 img {
border: 1px solid #cccccc;
border-radius: 10px;
}

.confirmation_email5 table {
margin-left: -75px;
}

.confirmation_email5 strong {
margin-left: 578px;
}

.confirmation_email6 strong {
margin-left: 612px;
}

.confirmation_email7 {
margin-top: 30px;
margin-bottom: 40px;
font-weight: 600;
}

.confirmation_email7 table {
margin-left: 500px;
}

.confirmation_email7 tr {
height: 40px;
}

.confirmation_email7 strong {
margin-left: 260px;
}

.confirmation_email8 {
margin-top: 40px;
}

.confirmation_email8 p {
margin-top: 16px;
font-weight: 600;
color: #000;
}

.confirmation_email9,
.confirmation_email10 {
margin-top: 30px;
}

.confirmation_email11 {
margin-top: 40px;
}

.confirmation_email11 strong {
margin-bottom: 16px;
}

.confirmation_email12 p {
margin-top: 25px;
color: #000 !important;
}

@media (max-width: 1024px) and (min-width: 770px) {
.confirmation_email4 table strong {
  margin-left: 320px;
}
.confirmation_email5 table {
  margin-left: -50px;
}
.confirmation_email5 strong {
  margin-left: 400px;
}
.confirmation_email6 strong {
  margin-left: 430px;
}
.confirmation_email7 table {
  margin-left: 320px;
}
.promo-code{
  margin-left: 500px;
}
.discount-coupon.promo-code .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 1.375rem .75rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 5px;
}

.discount-coupon {
  /* border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); */
  padding-top: 21px;
  padding-bottom: 1px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 1px;
  margin-right:3px;
}

a.discount-close {
  /*margin-top: 12px;*/
  color: red;
  font-size: 20px;
}


.discount-coupon form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-item-align: center;
align-self: center;
}

.discount-input {
width: calc( 100% - 115px);
}


}

@media (max-width: 767px) and (min-width: 426px) {
.confirmation_email4 table strong {
  margin-left: 100px;
}
.confirmation_email5 table {
  margin-left: 0px;
}
.confirmation_email5 strong {
  margin-left: 170px;
}
.confirmation_email6 strong {
  margin-left: 216px;
}
.confirmation_email7 table {
  margin-left: 100px;
}
}

@media (max-width: 425px) and (min-width: 376px) {
.confirmation_email1 p {
  margin-top: 10px;
}
.confirmation_email4 table strong {
  margin-left: 144px;
}
.confirmation_email5 table {
  margin-left: 0px;
}
.confirmation_email5 strong {
  margin-left: 300px;
}
.confirmation_email6 strong {
  margin-left: 249px;
}
.confirmation_email7 table {
  margin-left: 134px;
}
}

@media (max-width: 375px) {
.email_container {
  margin-left: 0px;
  margin-right: 0px;
}
.confirmation_email1 p {
  margin-top: 10px;
}
.confirmation_email4 table strong {
  margin-left: 50px;
}
.confirmation_email5 table {
  margin-left: 0px;
}
.confirmation_email5 strong {
  margin-left: 27px;
}
.confirmation_email6 strong {
  margin-left: 0px;
}
.confirmation_email7 table {
  margin-left: -90px;
}
.confirmation_email7 table strong {
  margin-left: 183px;
}
}


/* css for contact support */

.contact-support-content {
padding-top: 60px;
max-width: 1170px;
min-height: 1070px;
}
.contact-support-content .row {
  display: -webkit-flex;
}


.contact_us {
margin-bottom: 69px;
}

.contact-col1 .contact_us {
padding-right: 55px;
padding-left: 15px;
}

.contact-col2 .contact_us {
padding-left: 15px;
}

.contact_us h2 {
font-size: 24px;
line-height: 30px;
font-weight: 600;
margin-bottom: 16px;
}

.contact_us p {
font-size: 20px;
line-height: 30px;
color: #637381;
}

.contact_us p a {
font-size: 20px;
line-height: 26px;
}

.contact_row2 .flex-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media(min-width: 992px) {
.contact-support-content .col-lg-6 {
-webkit-box-flex: 0;    
-ms-flex: 0 0 50%;    
flex: 0 0 50%;
-webkit-flex:0 0 50%;    
}

}
@media (max-width:1300px) {
.contact-support-content {
  max-width: 960px;
}
}

@media(max-width:991px) {
.text-block {
  display: block;
}
}

@media (max-width: 767px) {
.contact-col1 .contact_us,
.contact-col2 .contact_us {
  padding-left: 28px;
  padding-right: 19px;
}
.contact-col1 .contact_us p {
  padding-right: 81px;
}
.contact-col1 .contact_us h2 span {
  display: block;
}
.contact-col2 .contact_us h2 {
  margin-bottom: 25px;
}
.contact-support-content {
  min-height: 600px;
}
.contact-col1 .contact_us h2 {}
}

@media(max-width:710px) {
.text-block {
  display: inline-block;
}
}

@media(max-width:530px) {
.text-block,
/* .tel {
  display: inline-block;
} */
.contact-col1 .contact_us h2 span {
  display: inline;
}
.contact-col1 .contact_us p {
  padding-right: 0;
}
}

@media(max-width: 414px) {
.contact-support-content {
  padding-top: 57px;
}
.contact-col1 .contact_us,
.contact-col2 .contact_us {
  padding-right: 15px;
  padding-left: 15px;
}
.contact-col1 .contact_us p {
  padding-right: 0;
}
.contact_us {
  margin-bottom: 40px;
}
.contact-col2 .contact_us h2 {
  margin-bottom: 18px;
}
.contact-support-content {
  min-height: auto;
}
.page-title-section .page-title-section-inner {
  padding-left: 23px;
  padding-right: 23px;
}
.contact_us h2 {
  font-weight: 400;
}
/* .tel {
  display: inline-block;
} */
}


/* css for faq */


/* Style the tab */

.faq-active,
.cart-active {
padding-bottom: 2px;
}

.faq-link,
.cart-link {
display: inline-block;
padding-bottom: 2px;
border-bottom: solid 2px transparent;
}

.faq-active .faq-link {
border-color: #0C0F14;
}

.faq-link.active{
  border-color: #000000;
}

.faq-active:hover .faq-link,
.cart-link:hover,
.faq-link:hover {
  border-color: #000000;
}

.faq .page-title-section,
.contact .page-title-section,
.contact_container .page-title-section {
  background-color: #F4F6F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}

.page-title-section .page-title-section-inner{
padding-left: 98px;
padding-right: 98px;
}

.page-title-section .page-title-section-inner h1 {
font-size: 36px;
font-weight: 600;
padding-top: 61px;
padding-bottom: 64px;
margin-bottom: 0;
}

.faq_main {
margin: 0 auto;
padding: 0px 0 31px;
}

.faq_main_row {
width: 100%;
margin: 0 auto;
padding: 0px 98px;
}

.faq_main_row #faqside{
top: 80px;
}

.tab_col {
width: 17%;
}

.faq .tab_col {
width: 23%;
max-width: 322px;
}

.faq .card_section_faq {
margin-left: 0;
max-width: 1080px;
width: 77%;
padding-top: 34px;
}

.fello_default_card {
padding: 30px 30px 0;
margin-bottom: 29px;
border-radius: 3px;
-webkit-box-shadow: 0 6px 45px 0 #dfe3e8;
box-shadow: 0 6px 45px 0 #dfe3e8;
background-color: #ffffff;
}

.fello_default_card h2 {
padding-bottom: 11px;
padding-top: 2px;
margin: 0;
}

.question-head {
padding-bottom: 26px;
}
span.faq-head-text {
  float: left;
  width: calc(100% - 25px);
  padding-top: 3px !important;
}
.faq_col1 {
padding-right: 23px;
}

.faq_col2 {
padding-left: 31px;
}

.fello_default_card .faq_question h3 {
font-weight: 600;
font-size: 18px;
line-height: 22px;
}

.fello_default_card .faq_question p {
line-height: 24px;
font-size: 16px;
margin-bottom: 30px;
}

.fello_default_card .faq_question p a {
font-size: 16px;
}

#setting_up .faq_col1 .faq_question p {
/*margin-bottom: 8px;*/
}

.fello_default_card .faq_question ul {
padding-left: 30px;
margin-bottom: 30px;
}

.fello_default_card .faq_question ul li {
font-size: 16px;
line-height: 24px;
padding-left: 10px;
}

.fello_default_card .faq_question ul li a{
  font-size: 16px;
}

.nab-tabs ul {
list-style: none;
margin-top: 34px;
border-left: solid 1px #dfe3e8;
}

.nab-tabs ul>li a {
color: #454f59;
padding-left: 28px;
font-size: 16px;
/*font-weight: 600;*/
border-left: solid 3px transparent;
line-height: 23px;
/*transition:all 0.3s;
  */
}

.faq_main_row .nab-tabs ul>li a:hover{
  color: #000000;
}

.nav-link.active {
border-left: solid 3px #000;
color: #000;
font-weight: 600;
}

.nav-link.active::after {
content: "";
}

/* styling for Rental Policy starts here */
.rental_agreement {
  line-height: 25px;
  margin-top: 40px;
}
.rental_agreement div p{
color: #697986;
line-height: 24px;
 /* font-weight: 600; */
  /* font-size: 18px; */

}
.rental_agreement .title{
color: #697986;
font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.rental_agreement p {
  margin-top: 15px;
  margin-bottom: 10px;
  /* font-size: 16px; */
  color: #697986;
  font-family: ShopifySans,-apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
}

.earlier_day_agreement .earlier_day_text{
display: table-cell;  
text-transform: uppercase;
color: #F00;
}
.earlier_day_agreement{
padding-top: 30px !important;
}
/* Change background color of buttons on hover */

.tab button:hover {
background-color: #ddd;
}

@media (max-width: 1200px) {
.faq .tab_col {
  min-width: 322px;
}
.faq .card_section_faq {
  width: calc(100% - 322px);
}
.faq_main_row {
  padding-right: 90px;
}
.faq_col2 {
  padding-left: 15px;
}
}

@media (max-width: 1024px) {
.page-title-section .page-title-section-inner,
.faq .faq_main_row {
  padding-left: 38px;
  padding-right: 38px;
}
}

@media(min-width: 992px) {
  .card_section_faq .collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      height: auto!important;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .order-summary.collapse {
      display: block;
  }
  .collapse-icon {
      display: none!important;
  }
  .dont-collapse-sm{
      visibility: visible !important;
      display: flex !important;
      height: auto!important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      flex-direction: row !important;
      flex-wrap: wrap !important;
  }
}

@media (max-width: 991px) {
.collapse-icon {
  display: block!important;
  float: right;
  margin-top: 6px;
  margin-right: 5px;
}
.collapse-icon .fa {
  font-size: 22px;
}
.faq .tab_col {
  width: 0;
  display: none!important;
}
.faq .card_section_faq {
  width: 100%;
}
.fello_default_card .faq_col2 .faq_question:last-child p {
  margin-bottom: 32px;
}
.faq_row_main {
  background-color: #f3f3f3;
}
}

@media(max-width:550px) {
.page-title-section .page-title-section-inner h1 {
  padding-top: 57px;
  padding-bottom: 62px;
  line-height: 42px;
}
}

@media(max-width:414px) {
.faq .page-title-section .page-title-section-inner,
.faq .faq_main_row {
  padding-left: 21px;
  padding-right: 21px;
}
.page-title-section .page-title-section-inner h1 {
  padding-top: 57px;
  padding-bottom: 62px;
  line-height: 42px;
}
.faq .card_section_faq {
  padding-top: 22px;
}
.fello_default_card .faq_question p {
  margin-bottom: 30px;
}
.faded-text {
  color: #d8d8d8;
}
.page-title-section .page-title-section-inner,
.faq .faq_main_row {
  padding-left: 23px;
  padding-right: 23px;
}
}

@media(max-width:376px) {
.faq  .fello_default_card h2 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
/* .tel {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #697986;
} */

  .bundles_list .action_buttons{
    display: flex;
  }
}
.service_card_title {
font-weight: 500;
}
.solid_buttons {
font-weight: 500;
}

.solid_buttons.disabled{
  pointer-events: none;
}

.add_service_to_cart:disabled:hover,
.choose-charging:disabled:hover
{
  pointer-events: none;
}

.card-foot .btn:disabled:hover, 
.add_service_to_cart:disabled:hover,
.choose-charging:disabled:hover{
  border-color: #5C6AC4;
  color: #5C6AC4;
  background-color: #fff;
  width: 156px;

  /*font-weight:bold;*/
}
.text_underline {
text-decoration: underline !important;
}
.terms_list1 {
margin-left: 30px;
}
.terms_list2 {
margin-left: 40px;
}
#privacyPolicy {
z-index: 1080 !important;
}
#termsConditions {
overflow-y: auto;
}
#termsConditions::-webkit-scrollbar { 
width: 0 !important 
}
.check_rental_agreement {
padding-top: 40px;
font-size: 14px;
line-height: 18px;
}
/*.check_rental_agreement input[type="checkbox"] {
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 0 0 #197bbd inset;
  box-shadow: 0 0 0 0 #197bbd inset;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  vertical-align: -4px;
  border: 2px solid #5c6ac4 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border-radius: 4px;
  margin-left:20px;
  margin-right:10px;
}*/
.check_rental_agreement label{
  line-height: unset;
}
.check_rental_agreement label,.check_rental_agreement label a {
/*font-size: 16px !important;*/
/*font-weight:400 !important;*/
}
.check_rental_agreement .form-group.has-error small {
  clear: both;
  display: block;
  margin-left: 5px;
  margin-top: 5px;
  position: absolute;
}

@keyframes check {0% {height: 0;width: 0;}
  25% {height: 0;width: 10px;}
  50% {height: 20px;width: 10px;}
}
.check_rental_agreement  .checkbox label:first-child{background-color:#fff;display:inline-block;height:18px;margin:0 .25em;width:18px;border-radius:4px;border:1px solid #5a68cb;float:left; margin-right: 10px; cursor: pointer;}
.check_rental_agreement  .checkbox label:first-child span{display:block;height:18px;position:absolute;width:18px;padding:0; top: 0px; left: .25em;}
.check_rental_agreement  .checkbox label:first-child span:after{
  /*-moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  content: '';
  display: block;
  height: 15px;
  left: 2px;
  position: absolute;
  top: 12px;
  width: 8px;*/
}
.check_rental_agreement  .checkbox label:first-child span:hover:after{border-color:#999}
.check_rental_agreement  .checkbox label:first-child input{opacity: 0; width: 100%; height: 100%;}
.check_rental_agreement  .checkbox label:first-child input:checked + span:after{
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  display: block;
  height: 11px;
  left: 3px;
  position: absolute;
  top: 10px;
  width: 6px;
}

.check_rental_agreement  .checkbox label:first-child input:checked + .primary:after{border-color:#5a68cb}

.fee_coverage th {
font-size: 14px;
}

#rentAgreement ol, #rentAgreement li {
margin-left: 30px !important;
}
#rentAgreement h6 {
margin-top: 30px;
}
#rentAgreement table {
font-size: 14px !important;
}
.complete-purchase .btn:disabled {
min-width:202px;
}

/* error page styling */
.error_page {
text-align: center;
}
.error_page .container .row .col-md-12 h1 {
font-size: 40px;
vertical-align: middle;
display: inline-block;
color: #202E78;
margin-top: 140px;
}
.error_page .container .row .col-md-12 p {
font-size: 16px;
color: #212b369c;
margin-top: 25px;
margin-bottom: 25px;
line-height: 30px;
}
.error_page .container .row .col-md-12 a{
margin-bottom: 180px;
}
.customer_info .industries, .customer_info .event-type, .customer_info .expected-transaction-volume, .customer_info .expected-gross-merchandise{
width:50% !important;
} 
.customer_info .select-wrap, .customer_info .input-wrap{
width:100%;
}
.customer_info input:focus, 
.customer_info select:focus{
outline: none !important;
}
.customer_info .select-wrap label {
  padding: 0px 13px;
  top: 3px;
  font-size: 12px !important;
}
.bluetooth_pairing{
margin-left: auto;
margin-right: auto;
}
.customer_info .has-error input, .customer_info .has-error select{
border:2px solid #eb644d;
box-shadow: inset 0 0 0 30px transparent, 0 0 0 1px #eb644d !important;
}
.modal-content .onsite_support_error{
  flex: 0 0 100%
}
.website_url{
position:relative;
}
.website_url input{
position:relative;
z-index:9;
background:transparent;
}
.website_url p{
position:absolute;
left:15px;
top:12px;
z-index:1;
}
.website_url.has-success p{
display: none;
}
.service_card p{
min-height: 47px;
}
@media (max-width:  600px){
.customer_info .industries, .customer_info .event-type, .customer_info .expected-transaction-volume, .customer_info .expected-gross-merchandise{
  width:  100% !important;
}

.customer_info .select-wrap, .customer_info .input-wrap{
  padding-left: 0px !important;
}

.customer_info .service_card_item{
  max-width: 100%;
}
}

.charging-option-container {
margin-top: 80px;
}

.hide {
display: none;
}
.block_email_error{
color: red!important;
font-size: 12px!important;
}

.step_disable {
position: absolute;
width: 100%;
height: 100%;
/*background: #f4f4f44a;*/
background: #f4f4f44a !important;
top: 0px;
z-index: 1;
}
.form-control:disabled {
  background: #f4f4f44a !important;
}
.select-outer{
position: relative;
vertical-align: baseline;
box-sizing: border-box;
width:154px;
}
.card-foot .select-outer{
float: left;
}
.tooltip_color_red p{
color: red !important;
}
.non_profit_tax_container{
padding-bottom: 10px;
position: relative;
overflow: hidden; 
}
.tax_id_input{
width: calc( 100% - 115px);
}
.apply_non_profit_tax_id{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-item-align: center;
align-self: center;
}
.non-profit-button{
cursor: pointer;
}
.update_non_profit_tax_id {
width: 89px;
color: #fff;
height: 45px;
border-radius: 4px;
font-size: 14px;
font-weight: 600;
background-color: #5c6ac4;
border: 1px solid #5c6ac4;
box-shadow: 0 0 0 1px #5c6ac4;
position: relative;
}
.update_non_profit_tax_id.disabled {
background-color: #cccccc;
border: 0px;
box-shadow: none;
}
.update_non_profit_tax_id:not(.disabled):hover {
color: #FFFFFF;
border: 1px solid #202E78;
box-shadow: 0 0 0 1px #202e78;
background-color: #202E78;
}
.non_profit_tax_box{
padding-top: 5px;
display:none;
}
.button-remove{
display: inline-block;
position: relative;
width: 19px;
height: 19px;
max-width: none;
min-width: 0;
min-height: 0;
padding: 0;
margin: 0;
vertical-align: middle;
background-color: white !important;
border-radius: 50%;
overflow: hidden;
color: transparent !important;
font-size: 0;
border: 1px solid #202E78;
line-height: 0;
}

.button-remove:before, .button-remove:after {
  content: "";
  position: absolute;
  left: -webkit-calc(50% - 4.5px);
  left: calc(50% - 4.5px);
  top: -webkit-calc(50% - 1px/2);
  top: calc(50% - 1px/2);
  display: block;
  width: 9px;
  height: 1px;
}
.button-remove:before, .button-remove::after {
  background-color: #202E78;
}
.button-remove:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-remove:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/** signature design **/
.sign-error { 
display: none; 
font-family: "MyriadPro-Light";
font-size: 16px;
color: #fc4616;
}

@font-face {
font-family: 'Conv_scriptina.regular';
src: url('/fonts/scriptina.regular.eot');
src: local('â˜º'), url('/fonts/scriptina.regular.woff') format('woff'), url('fonts/scriptina.regular.ttf') format('truetype'), url('/fonts/scriptina.regular.svg') format('svg');
font-weight: normal;
font-style: normal;
}
#signature {
padding:15px 40px;
color:#565555;
background:#fcdc97;
height:125px !important;
overflow: hidden;
position: relative;
font-family: 'Conv_scriptina.regular' !important;
font-size:40px;
background:#fff;
font-weight: normal;  
}
#signaturee:before { 
content:"Signature";
position: absolute;
bottom:10px;
left:10px;
display: inline-block;
color:#565555;
font-size: 16px;
font-family: "MyriadPro-Regular"; 
}
.no-edit { position: relative; }
.no-edit:after { content: "";display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;width:100%;height:100%; }
.most-popular-bubble img {
  width: 35%;
  position: absolute;
  top: 5px;
  left: 40px;
}
.quote-follow-up{
  vertical-align: text-bottom;
  font-weight: normal;
  font-size: 14px !important;
  margin-bottom: 0px;
  display: inline;
}
.quote_phone_number{
  width: 80% !important;
}
.quote_phone_number_ext{
  width: 20% !important;
}
.wd-100{
  width: 100% !important;
}
.productDescription{
  margin-top: 0.2rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #697986;
}
.productDescription p{
  margin-bottom: 0.2rem !important;
  min-height: fit-content !important;
}
.productDescription ul,
.productDescription ol{
  padding-left: 16px !important;
}
.covered {
  font-size: 14px;
  color: #697986;
}
ul.covered-items  {
  font-size: 14px !important;
  color: #697986;
  margin-bottom: 0
}
ul.covered-items li {
  font-size: 14px !important;
  color: #697986;
  margin-bottom: 0
}
ul.covered-devices {
  font-size: 13px;
  color: #697986
}
.pageSpinner {
  border: 8px solid #f3f3f3; /* Light grey */
  /*border-top: 8px solid #F05537; !* Blue *!*/
  border-top: 8px solid #5e6ebf;
  border-radius: 50%; /* Make it round */
  width: 50px; /* Size of the loader */
  height: 50px; /* Size of the loader */
  animation: spin 1s linear infinite; /* Rotation animation */
}

/* Keyframes for the spinning animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media screen and (max-width:480px) {
  .quote_phone_number{
      width: 70% !important;
  }
  .quote_phone_number_ext{
      width: 30% !important;
  }
  .quote-follow-up{
    vertical-align: top;
  }
  .modal-body .d-flex{
    display: inline !important;
  }
}

/* coupon */
/* .cart .apply_coupon {
  float: right;
  width: 41%;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding: 25px 0 0 0;
} */

@media (max-width: 600px) {
  .tags-list {
      margin-top: -14px;
      margin-bottom: 15px;
  }
}

@media (width: 768px){

  .promo-code{
    margin-left:271px;
  }
  .discount-coupon.promo-code .form-control {
  margin-right:20px;
  margin-bottom: 8px;
  }

  .discount-coupon {
  /* border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); */
  padding-top: 21px;
  padding-bottom: 1px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 1px;
  margin-right:4px;
  }

  a.discount-close {
  /*margin-top: 12px;*/
  color: red;
  font-size: 20px;
  }
  .cart-checkout{
    margin-right: 5px;
  }
  }
  @media (width: 912px){
  .discount-coupon {
    padding-top: 21px;
    padding-bottom: 1px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 1px;
    margin-right: 3px;
    margin-left: 404px;
  }
  .cart-checkout{
    margin-right: 4px;
  }
}

button.most_popular_button {
  width: 32%;
  position: absolute;
  top: -5px;
  left: 37px;
  padding: 9px 8px 8px 8px;
  background-color: #5b6ac4;
  color: #fff;
  border: 1px #5b6ac4;
  border-radius: 6px;
  font-size: 17.7px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1px;
  cursor: auto;
  max-height: 280px;
  font-family: system-ui;
}

button.most_popular_button:focus {
    outline: none;
}

.cart_download_quote_button {
  position: relative;
}

@media (max-width: 425px) {
  button.most_popular_button {
    padding: 7px  2px 8px 2px;
    font-size: 13.7px;
  } 

}

@media (max-width: 430px) {
  button.most_popular_button {
      width: 32%;
  } 
}