@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;700&display=swap");
/*







==============================================================================================================================================================================







------------------------------------------------------------------------------------------------------------------------------------------------------------------------------







														-- NATIONAL BREAKDOWN // MAIN STYLESHEET --







														-- Author: Go Media Ltd (www.gomedia.co) --







------------------------------------------------------------------------------------------------------------------------------------------------------------------------------







==============================================================================================================================================================================







*/

/* 







====================================================







Misc -----------------------------------------------







====================================================







*/

body {
  background-color: #d0d5d4;
  /*background-image: url("../img/xmas_bg_2021_v3.jpg");*/
  background-attachment: fixed !important;

  color: #505050;

  padding: 0;

  margin: 0;

  font-family: Verdana, Geneva, sans-serif;

  font-size: 12px;

  font-weight: 100;

  -webkit-font-smoothing: antialiased;

  letter-spacing: 0px;

  line-height: 2em;
}

#queen_banner {
  background-color: #000000 !important;
  padding: 20px !important;
}

#queen_banner h1 {
  color: #ffffff !important;
  text-align: center !important;
}

::selection {
  background: #5a9a98;

  color: #fff;
}

::-moz-selection {
  background: #5a9a98;

  color: #fff;
}

.teal {
  color: #5a9a98;
}

.red {
  color: #99002b;
}

a {
  color: #5a9a98;

  text-decoration: none;

  -o-transition: 0.3s;

  -ms-transition: 0.3s;

  -moz-transition: 0.3s;

  -webkit-transition: 0.3s;

  transition: 0.3s;
}

a:hover {
  color: #2d6967;

  text-decoration: none;
}

p {
  margin: 0 0 20px 0;
  font-weight: 400;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.left {
  float: left;
}

.right {
  float: right;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

h1 {
  font-family: "Geneva", sans-serif;

  padding: 0;

  margin: 0 0 20px 0;

  color: #505050;

  font-size: 2.1em;

  text-transform: capitalize;

  font-weight: Bold;

  line-height: 1.2em;
}

h2 {
  font-family: "Geneva", sans-serif;

  padding: 0;

  margin: 0 0 20px 0;

  color: #505050;

  font-size: 2.3em;

  text-transform: uppercase;

  line-height: 1em;
}

h3 {
  font-family: "Geneva", sans-serif;

  padding: 0;

  margin: 0 0 20px 0;

  color: #505050;

  font-size: 1.8em;

  font-weight: bold;

  line-height: 1em;
}

h4 {
  font-family: "Geneva", sans-serif;

  padding: 0;

  margin: 0 0 20px 0;

  color: #505050;

  font-size: 1.6em;

  text-transform: uppercase;

  line-height: 1em;
}

h5 {
  font-family: "Geneva", sans-serif;

  padding: 0;

  margin: 0 0 20px 0;

  color: #505050;

  font-size: 1.2em;

  font-weight: bold;

  text-transform: uppercase;

  line-height: 1em;
}

.button {
  border: 0;

  border-bottom: 0.4em solid;

  color: #f6f6f6;

  font-size: 1.2em;

  text-transform: uppercase;

  padding: 0.8em 1.6em;

  cursor: pointer;

  -o-transition: 0.3s;

  -ms-transition: 0.3s;

  -moz-transition: 0.3s;

  -webkit-transition: 0.3s;

  transition: 0.3s;
}

.button:hover {
  background: #498684;

  color: #fff;
}

.button.teal {
  background: #5a9a98;

  border-color: #2d6967;
}

.button.teal:hover {
  background: #498684;

  color: #fff;
}

.button.red {
  background: #99002b;

  border-color: #4d0016;
}

.button.red:hover {
  background: #830025;

  color: #fff;
}

ul li {
  margin-left: 20px;
  list-style: disc;
  font-weight: 400;
}

.clear {
  clear: both;
}

.inner {
  width: 1000px;

  margin: auto;
}

#container {
  width: 1000px;
  margin: 30px auto 0 auto;
}

#col2-layout .main-col {
  width: 630px;

  background: #fff;

  padding: 20px;

  float: right;
}

#col2-layout .left-col {
  width: 260px;

  background: #fff;

  padding: 20px;

  float: left;
}

#col2-layout-right .right-col {
  width: 320px;

  float: right;
}

#col2-layout-right .main-col {
  width: 630px;

  background: #fff;

  padding: 20px;

  float: left;
}

#col1-layout .main-col {
  width: 960px;

  margin: auto;

  background: #fff;

  padding: 20px;

  float: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: 0;
}

.success,
.error,
.notification {
  padding: 10px;

  font-weight: bold;

  margin-bottom: 20px;
}

.success {
  background: #95d995;

  color: #326632;
}

.error {
  background: #d75e5e;

  color: #fff;
}

.notification {
  background: #e2e2e2;

  color: #4f4f4f;
}

#overlay {
  height: 100%;

  width: 100%;

  background: #fff;

  background: rgba(255, 255, 255, 0.8);

  position: fixed;

  z-index: 99999;

  display: none;

  margin-top: -30px;
}

#overlay img {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: -16px 0 0 -16px;

  display: none;
}

#overlay #save-password-box {
  position: absolute;

  top: 0;

  left: 50%;

  width: 500px;

  padding: 20px;

  margin: 0 0 0 -250px;

  background: #fff;

  border: 1px solid #eaeaea;

  display: none;
}

/* 







====================================================







// Misc -----------------------------------------------







====================================================







*/

/* 







====================================================







Header ---------------------------------------------







====================================================







*/

#header {
  background: #fff;

  padding: 20px 20px 0 20px;

  margin-top: 30px;
}

#header a img {
  float: left;

  height: 77px;

  width: 89px;
}

#header.xmas a img {

  height: 85px;

  width: 89px;
}

#header #nav {
  margin: 59px 0 0 143px;

  text-transform: uppercase;

  font-size: 1.1em;

  color: #505050;
}

#nav ul {
  display: none;
}

#nav li {
  float: left;

  position: relative;

  list-style: none;

  margin-left: 0;
}

#nav li a {
  display: block;

  float: left;

  color: #505050;

  padding: 5px 10px;
}

#nav li a:hover {
  background: #5a9a98;

  color: #fff;
}

#nav li.selected a {
  background: #5a9a98;

  color: #fff;
}

#nav .level2 {
  width: 150px;

  position: absolute;

  top: 34px;

  display: none;

  background-color: #5a9a98;

  z-index: 10;

  text-transform: none;

  padding: 10px 10px;

  text-align: left;
}

#nav .level2 li a {
  display: block;

  line-height: 2.3em;

  font-size: 0.8em;

  text-transform: uppercase;

  font-weight: bold;

  color: #fff;

  margin: 0;

  height: auto;

  padding: 0;

  width: 150px;
}

#nav .level2 li a:hover {
  text-decoration: underline;
}

#nav .level2 h4 {
  font-size: 1em;

  color: #242f2f;

  margin-bottom: 10px;

  margin-top: 10px;
}

#nav .level2 .left {
  float: left;
}

#nav .level2 .right {
  float: right;
}

#nav .level2 .left,
#nav .level2 .right {
  width: 170px;
}

#nav .level2 ul {
  width: 150px;

  position: absolute;

  top: -10px;

  margin-left: 150px;

  display: none;

  background-color: #5a9a98;

  z-index: 10;

  text-transform: none;

  padding: 10px 10px;

  text-align: left;
}

#nav .level2.services {
  width: 150px;
}

#nav .level2.services li a {
  width: 150px;
}

#header #top-links {
  text-align: right;
}

#header #top-links a {
  text-transform: uppercase;

  font-size: 0.9em;

  font-weight: bold;

  color: #f6f6f6;

  background: #5a9a98;

  padding: 10px 19px;

  margin-left: 20px;
}

#header #top-links a:hover {
  background: #498684;

  color: #fff;
}

#header #number {
  text-transform: normal;

  margin-top: 0;

  color: #505050;

  text-align: right;
}

#header #number .teal {
  font-size: 0.9em;
}

#header #number img {
  float: left;

  margin-top: 5px;

  margin-right: 5px;
}

#header #number .red {
  font-size: 1.2em;

  font-weight: bold;

  margin-left: 5px;

  letter-spacing: 0px;
}

#header > div.right {
  margin-top: 0;
}

@media only screen and (min-width: 480px) {
  #header > div.right {
    margin-top: -75px;
  }
  #header.xmas > div.right {
    margin-top: -63px;
  }
}

#mobile-nav {
  position: fixed;

  overflow: auto;

  width: 70%;

  background: #646464;

  right: 0;

  top: 0;

  z-index: 9999999;

  height: 100%;

  text-transform: uppercase;

  font-size: 0.7em;

  display: none;
}

#mobile-nav ul {
  width: 100%;

  display: none;
}

#mobile-nav ul li {
  float: none;

  position: static;

  margin: 0;

  padding: 0;
}

#mobile-nav ul li a {
  display: block;

  float: none;

  padding: 10px 10px;

  color: #f6f6f6;

  border-bottom: 1px solid #505050;
}

#mobile-nav ul li a:hover {
  background: #505050;
}

#mobile-nav ul,
#mobile-nav ul li ul {
  margin: 0;

  padding: 0;
}

#mobile-nav ul li ul li a {
  padding: 10px 5px !important;
}

#header #menu-button {
  width: 100%;

  padding: 5px 0;

  text-transform: uppercase;

  font-weight: bold;

  margin-top: 10px;

  background: #5a9a98;

  color: #fff;

  cursor: pointer;

  display: none;
}

#breadcrumbs {
  padding: 0 0 0 20px;

  margin-bottom: 10px;

  background: #646464;

  font-size: 0.75em;

  min-height: 30px;

  line-height: 30px;

  color: #fff;

  text-transform: uppercase;
}

#breadcrumbs a {
  color: #b9dddb;
font-weight: 400;
}

#breadcrumbs a:hover {
  color: #dcebea;
}

#breadcrumbs #search-bar {
  float: right;

  height: 30px;
}

#breadcrumbs #search-bar input[type="text"] {
  float: left;

  width: 130px;

  border: 0;

  height: 30px;

  line-height: 30px;

  background: #494949;

  color: #fff;

  padding: 0 30px 0 10px;

  font-size: 1.1em;
}

#breadcrumbs #search-bar input[type="submit"] {
  float: right;

  background: url(../img/icon-search.png) no-repeat center;

  height: 30px;

  width: 30px;

  border: 0;

  padding: 0;

  margin: 0;

  cursor: pointer;

  margin-left: -30px;
}

#breadcrumbs #search-bar input[type="text"]:focus {
  background: #3b3b3b;
}

#breadcrumbs #search-bar input[type="text"]:focus #search {
  background: #3b3b3b;
}

/* 







====================================================







// Header ---------------------------------------------







====================================================







*/

/* 







====================================================







Homepage -------------------------------------------







====================================================







*/

#pricing-table {
  margin-top: 50px;

  height: 375px;
}

#pricing-table .price-column {
  width: 199px;

  text-align: center;

  float: left;

  background: #fff;

  position: relative;

  z-index: 1;

  -webkit-box-shadow: 5px 5px 22px -4px rgba(0, 0, 0, 0.75);

  -moz-box-shadow: 5px 5px 22px -4px rgba(0, 0, 0, 0.75);

  box-shadow: 5px 5px 22px -4px rgba(0, 0, 0, 0.75);
}

#pricing-table .price-column.bronze {
  margin-left: 10px;
}

#pricing-table .price-column .price-header {
  padding: 20px;

  color: #fff;

  font-size: 1.3em;

  letter-spacing: 0px;

  /*text-transform:;*/

  line-height: 1em;
}

#pricing-table .price-column .price-header.bronze {
  background: url(../img/flag-gb.png) no-repeat top right #91c1bf;
}

#pricing-table .price-column .price-header.silver {
  background: url(../img/flag-gb.png) no-repeat top right #71acaa;
}

#pricing-table .price-column .price-header.gold {
  background: url(../img/flag-gb.png) no-repeat top right #5a9a98;
}

#pricing-table .price-column .price-header.platinum {
  background: url(../img/flag-eu.png) no-repeat top right #71acaa;
}

#pricing-table .price-column .price-header.single-trip {
  background: url(../img/flag-eu.png) no-repeat top right #91c1bf;
}

#pricing-table .price-column .price-header .price {
  display: block;

  color: #fff;

  font-size: 1.1em;

  margin-top: 10px;

  font-weight: bold;
}

#pricing-table .price-column ul.price-content {
  padding: 20px;

  font-size: 1.1em;

  font-weight: bold;
}

#pricing-table .price-column ul.price-content li {
  display: block;

  line-height: 2em;

  margin-left: 0;
}

#pricing-table .price-column ul.price-content li.disabled {
  color: #bfbfbf;

  text-decoration: line-through;

  font-weight: Bold;
}

#pricing-table .table-button {
  height: 40px;

  text-transform: uppercase;

  line-height: 40px;

  background: #99002b;

  color: #fff;

  display: block;

  font-size: 0.9em;

  font-weight: bold;
}

#pricing-table .price-column.gold {
  width: 232px;

  margin: -22px -18px 0 -15px;

  position: relative;

  z-index: 2;
}

#pricing-table .price-column.gold .price-header {
  padding: 30px;

  font-size: 1.8em;
}

#pricing-table .price-column.gold ul.price-content {
  padding: 20px;

  font-size: 1.2em;

  font-weight: bold;
}

.disclaimer {
  text-align: right;

  font-style: italic;

  color: #727272;
}

#home-carousel .item {
  display: block;

  float: left;

  margin: 0 10px 10px 0;

  height: 242px;

  position: relative;

  opacity: 1;
}

#home-carousel .item:hover {
  opacity: 0.5;
}

#home-carousel .item h1 {
  position: absolute;

  z-index: 1;

  background: white;

  background: rgba(255, 255, 255, 0.8);

  bottom: 0;

  text-align: center;

  line-height: 1.7em;

  padding: 10px;

  font-weight: normal;

  font-size: 1.5em;

  text-transform: uppercase;

  color: #333;
}

#home-carousel .item.large {
  width: 495px;
}

#home-carousel .item.large h1 {
  width: 475px;
}

#home-carousel .item.small {
  width: 242px;
}

#home-carousel .item.small h1 {
  width: 222px;
}

.services-grid {
  display: none;
}

/* 







====================================================







// Homepage -------------------------------------------







====================================================







*/

/* 







====================================================







Misc Pages -----------------------------------------







====================================================







*/

#map {
  width: 300px;

  margin: -20px 0 20px -20px;

  height: 250px;

  margin-bottom: 20px;
}

#contact-form table tr td {
  padding: 10px 0;
}

#contact-form label {
  font-weight: bold;

  text-transform: uppercase;
}

#contact-form input[type="text"] {
  background: #f7f7f7;

  border: 1px solid #dddddd;

  padding: 10px 7px;

  width: 270px;
}

#contact-form textarea {
  background: #f7f7f7;

  border: 1px solid #dddddd;

  padding: 10px 7px;

  min-width: 585px;

  max-width: 585px;

  min-height: 100px;

  line-height: 2em;
}

#contact-form select {
  background: #f7f7f7 url(../img/dropdown-arrow.png) no-repeat right 10px center;

  border: 1px solid #dddddd;

  padding: 10px 7px;

  margin-top: 2px;

  height: 35px;

  width: 286px;

  -webkit-appearance: none;

  border-radius: 0;
}

#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
#contact-form select:focus {
  border-color: #b1b1b1;
}

#contact-form .button {
  padding: 15px 40px;
}

.search-item {
  border: 1px solid #f1f1f1;

  padding: 20px;

  margin-bottom: 20px;

  background: #f8f8f8;
}

.search-item h2 {
  font-size: 1.3em;

  line-height: 2em;

  font-weight: bold;

  margin-bottom: 10px;
}

.search-item .button {
  font-size: 1em;

  padding: 0.8em 1.2em;

  border-bottom-width: 0.3em;
}

/* 







====================================================







// Misc Pages -----------------------------------------







====================================================







*/

/* 







====================================================







Quote System ---------------------------------------







====================================================







*/

.quote-steps {
  margin: -20px 0 20px -20px;

  height: 70px;

  width: 670px;

  background: #eaeaea;

  text-transform: uppercase;

  text-align: center;

  font-size: 0.8em;

  line-height: 1.5em;
}

.quote-steps .item {
  display: block;

  width: 16.655%;

  height: 60px;

  padding: 5px 0;

  float: left;

  cursor: default;
}

.quote-steps .item strong {
  font-size: 1.4em;
}

.quote-steps a.item {
  background: #d3e3e2;

  color: #609e9c;

  cursor: pointer;
}

.quote-steps a.item:hover {
  color: #333;
}

.quote-steps .item.current {
  background: #609e9c;

  color: #fff;
}

#quote-system h1 {
  font-size: 1.8em;

  color: #4b5151;

  letter-spacing: 1px;
}

#quote-system h1 strong {
  font-weight: bold;

  font-size: 1.2em;
}

#quote-system h4 {
  font-size: 1.2em;

  color: #4b5151;

  letter-spacing: 1px;

  font-weight: bold;

  margin: 20px 0 10px 0 !important;

  line-height: normal;

  border-bottom: 1px solid #ccc;

  padding-bottom: 5px;
}

#quote-system h4 .vehicleRemove {
  float: right;

  font-size: 0.9em;

  margin-top: 5px;

  cursor: pointer;

  text-transform: uppercase;

  font-weight: bold;

  color: #99002b;
}

#quote-system h4 .editVehicle {
  float: right;

  font-size: 0.9em;

  margin-top: 5px;

  cursor: pointer;

  letter-spacing: normal;

  text-transform: none;

  font-weight: bold;

  margin-right: 20px;
}

#quote-system .row {
  width: 50%;

  float: left;

  margin-bottom: 20px;
}

#quote-system .row label {
  font-weight: normal;

  text-transform: uppercase;

  display: block;

  cursor: pointer;
}

#quote-system .row small {
  font-size: 0.8em;

  text-transform: uppercase;
}

#quote-system .row input[type="text"] {
  background: #f7f7f7;

  border: 1px solid #dddddd;

  padding: 10px 7px;

  width: 270px;
}

#quote-system .row select {
  background: #f7f7f7 url(../img/dropdown-arrow.png) no-repeat right 10px center;

  border: 1px solid #dddddd;

  padding: 10px 7px;

  margin-top: 2px;

  height: 35px;

  width: 92%;

  -webkit-appearance: none;

  border-radius: 0;
}

#quote-system #continue.button {
  clear: both;

  display: block;

  float: right;
}

#quote-system #login-button {
  cursor: pointer;
}

#quote-system .login-box {
  background: #f6f6f6;

  padding: 20px;

  margin-bottom: 30px;

  display: block;
}

#quote-system .login-box input[type="text"] {
  background: #fff;
}

#quote-system .login-box .button {
  padding: 0.8em 1.6em;

  float: right;

  font-size: 1em;
}

#quote-system .package-form-item label {
  font-weight: normal;

  text-transform: uppercase;

  display: block;

  cursor: pointer;
}

#quote-system .package-form-item {
  float: left;

  text-align: center;

  margin: 0 1% 0 0;

  width: 18%;

  margin-bottom: 20px;
}

#quote-system .subType-form-item label {
  font-weight: normal;

  text-transform: uppercase;

  display: block;

  cursor: pointer;
}

#quote-system .subType-form-item {
  float: left;

  text-align: center;

  width: 50%;

  margin-bottom: 20px;
}

#how-many-cars {
  display: none;
}

#end-date-box {
  display: none;
}

#subTypeAmount {
  background: #f7f7f7;

  border: 1px solid #dddddd;

  font-size: 3em;

  margin-bottom: 20px;

  padding: 0 10px;

  width: 70px;

  font-weight: bold;
}

.tooltipsy {
  padding: 10px;

  max-width: 200px;

  background-color: #fff;

  font-size: 0.9em;

  letter-spacing: normal;

  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);

  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}

#quote-system .vehicle-info-item {
  width: 33%;

  float: left;

  margin-bottom: 20px;
}

#quote-system .vehicle-info-item label {
  font-weight: normal;

  text-transform: uppercase;

  display: block;

  cursor: pointer;
}

#quote-system .vehicle-info-item input[type="text"] {
  background: #f7f7f7;

  border: 1px solid #dddddd;

  padding: 10px 7px;

  width: 85%;
}

#quote-system .vehicle-info-item select {
  background: #f7f7f7 url(../img/dropdown-arrow.png) no-repeat right 10px center;

  border: 1px solid #dddddd;

  padding: 10px 7px;

  margin-top: 2px;

  height: 35px;

  width: 92%;

  -webkit-appearance: none;

  border-radius: 0;
}

#quote-system .vehicle-info-item .button {
  display: block !important;

  width: 100% !important;

  margin-top: 26px;
}

.regInput {
  text-transform: uppercase;
}

.vehicle-container {
  margin-bottom: 20px;
}

.editVehicle {
  cursor: pointer;
}

#quote-system h2 small {
  font-size: 0.5em;

  margin-left: 20px;

  color: #333;
}

#quote-system #postcode {
  text-transform: uppercase;
}

.quote-sidebar {
  background: #fff;

  padding: 20px;
}

.quote-sidebar .step {
  margin-bottom: 20px;
}

.quote-sidebar .step h5 {
  color: #494949;

  text-transform: uppercase;

  border-bottom: 1px solid #c6c6c6;

  padding-bottom: 4px;

  margin-bottom: 10px;

  font-size: 1.1em;

  font-weight: bold;
}

.quote-sidebar .step h5 a {
  font-size: 0.65em;

  letter-spacing: normal;

  float: right;

  font-weight: bold;
}

.quote-sidebar .step ul li {
  display: block;

  line-height: 1.7em;

  font-size: 1em;

  color: #818181;

  margin-left: 0;
}

.quote-sidebar .step ul.right-vehicle {
  width: 50%;

  float: left;
}

.quote-sidebar .step ul.right-vehicle li {
  width: 100%;

  float: none;
}

#saveForLaterButton {
  border: 0;

  font-size: 1em;

  text-transform: uppercase;

  padding: 1em 0;

  text-align: center;

  cursor: pointer;

  -o-transition: 0.3s;

  -ms-transition: 0.3s;

  -moz-transition: 0.3s;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  display: block;

  width: 100%;

  background: #99002b;

  color: #fff;

  font-weight: bold;
}

#saveForLaterButton:hover {
  background: #dbdbdb;
}

#address-long,
#postcode-options {
  display: none;
}

#quote-system a.button.teal {
  font-size: 0.9em;

  padding: 0.5em;

  clear: both;

  border-bottom: none;

  float: none;

  clear: none;

  display: block;

  width: 100px;

  text-align: center;
}

#quote-system select {
  background: #f7f7f7;

  border: 1px solid #dddddd;

  padding: 10px 7px;

  margin-top: 2px;

  height: 200px;

  width: 100%;

  -webkit-appearance: none;

  border-radius: 0;
}

#quote-system select option {
  line-height: 2em !important;
}

/* 







====================================================







// Quote System ---------------------------------------







====================================================







*/

/* 







====================================================







Footer ---------------------------------------------







====================================================







*/

#footer-top {
  margin-top: 20px;

  background: #d7d7d7;

  padding: 10px;

  font-size: 1em;

  clear: both;
}

#footer-top a {
  color: #4b5151;

  margin-right: 10px;
}

#footer-top a:hover {
  text-decoration: underline;
}

#footer-top img {
  margin: 3px 0 0 10px;

  float: right;

  opacity: 0.8;
}

#footer-top img:hover {
  opacity: 1;
}

#footer-btm {
  background: #464646;

  color: #7e7e7e;

  padding: 20px;

  font-size: 0.9em;

  line-height: 2.5em;
}

#footer-btm a {
  color: #a6a6a6;
  font-weight: 400;
  margin-right: 10px;
}

#footer-btm a:hover {
  text-decoration: underline;
}

#footer-btm img {
  float: left;

  margin-right: 20px;
}

#footer-btm .left {
  width: 600px;
  font-weight: 400;
}

#footer-btm #footer-secure-seal {
  position: relative !important;
  text-align: right;
}

#footer-btm #footer-secure-seal a {
  margin-right: 0px;
}

#footer-btm #footer-secure-seal img {
  float: right;
  margin-right: 0px;
}

@media screen and (max-width: 540px) {
  #footer-btm {
    margin-bottom: 98px;
  }
}

#footer-btm #footer-secure-seal #tl_popupSECOV {
  position: absolute !important;
  z-index: 100 !important;
  width: 250px !important;
  height: 160px !important;
  bottom: 70px !important;
  right: 0px !important;
  left: unset !important;
  top: unset !important;
}

/* 







====================================================







// Footer ---------------------------------------------







====================================================







*/

/* 







====================================================







Left Col -------------------------------------------







====================================================







*/

.left-nav .nav-item {
  height: auto;

  color: #4b5151;

  line-height: 22px;

  text-transform: uppercase;

  padding: 9px 20px 9px 40px;

  display: block;

  cursor: pointer;

  text-decoration: none;

  border-bottom: 1px solid #e8e8e8;

  background: url(../img/left-nav-arrow-down.png) 20px center no-repeat;
}

.left-nav .nav-item:hover {
  color: #ffffff;

  background: #51918e url(../img/left-nav-arrow-down-hover.png) 20px center
    no-repeat;
}

.left-nav .nav-item.second {
  padding: 9px 20px 9px 60px;

  background: url(../img/left-nav-arrow-right.png) 40px center no-repeat;
}

.left-nav .nav-item.second:hover {
  color: #ffffff;

  background: #51918e url(../img/left-nav-arrow-down-hover.png) 40px center
    no-repeat;
}

.left-nav .nav-item.second.current-item {
  color: #ffffff;

  background: #51918e url(../img/left-nav-arrow-down-hover.png) 40px center
    no-repeat;
}

.left-nav .nav-item.current-item {
  color: #ffffff;

  background: #51918e url(../img/left-nav-arrow-down-hover.png) 20px center
    no-repeat;
}

/* 







====================================================







// Left Col -------------------------------------------







====================================================







*/

/* iPad. ----------- */

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  body {
    background: #fff;

    margin: 0;
  }

  .inner {
    width: 100%;

    background: #fff;
  }

  #container {
    width: 96%;

    padding: 0 2%;

    background: #fff;
  }

  #header {
    width: 100%;

    padding: 20px 0 0 0;

    margin: 0;
  }

  #breadcrumbs {
    width: 98%;

    padding: 0 0 0 2%;
  }

  #col2-layout .left-col {
    float: none;

    width: 100%;

    padding: 0;

    margin-bottom: 20px;
  }

  #col2-layout .main-col {
    float: none;

    width: 100%;

    padding: 0;
  }

  #col1-layout .main-col {
    float: none;

    width: 100%;

    padding: 0;
  }

  .left-nav {
    display: none;
  }

  #pricing-table .price-column {
    width: 46%;

    margin: 0 2% 10px 2%;

    text-align: center;

    float: left;

    background: #fafafa;

    position: static;

    z-index: 1;
  }

  #pricing-table .price-column.no-margin-left {
    margin-left: 2% !important;
  }

  #pricing-table .price-column.no-margin-right {
    margin-right: 2% !important;
  }

  #pricing-table .price-column.gold {
    width: 46%;

    border: none;

    margin: 0 2%;

    position: relative;

    z-index: 2;
  }

  #pricing-table .price-column.gold .price-header {
    padding: 20px;

    border: 1px solid #727272;
  }

  #pricing-table .price-column.gold ul.price-content {
    border: 1px solid #727272;

    border-top: 0;

    padding: 20px;

    font-size: 1.1em;
  }

  #content-header-image {
    display: block;
    width: 100%;
  }

  .carousel {
    display: none;
  }

  .services-grid {
    display: block;

    clear: both;
  }

  .services-grid .item {
    margin: 1%;

    width: 30.5%;

    float: left;

    height: 242px;

    display: block;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;
  }

  .services-grid .item h1 {
    position: static;

    z-index: 1;

    background: white;

    background: rgba(255, 255, 255, 0.8);

    bottom: -20px;

    text-align: center;

    line-height: 1.7em;

    padding: 20px;

    font-weight: normal;

    font-size: 1.5em;

    text-transform: uppercase;

    color: #333;
  }

  #map {
    width: 100%;

    margin: 0 0 20px;

    height: 250px;

    margin-bottom: 20px;
  }

  #contact-form input[type="text"] {
    width: 90%;
  }

  #contact-form textarea {
    min-width: 94%;

    max-width: 94%;
  }

  #contact-form select {
    width: 94%;
  }

  #contact-form .button {
    padding: 15px 40px;
  }

  .search-item {
    border: 1px solid #f1f1f1;

    padding: 20px;

    margin-bottom: 20px;

    background: #f8f8f8;
  }

  .search-item h2 {
    font-size: 1.3em;

    font-weight: bold;

    margin-bottom: 10px;
  }

  .search-item .button {
    font-size: 1em;

    padding: 0.8em 1.2em;

    border-bottom-width: 0.3em;
  }

  #footer-btm {
    text-align: center;
  }

  #footer-btm img {
    float: none;

    margin-right: 0px;

    display: block;

    margin: auto;
  }

  #footer-btm .left {
    width: auto;

    float: none;
  }

  #footer-btm .right {
    width: auto;

    float: none;
  }

  #main-col:first-child img {
    max-width: 100%;

    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 940px) {
  #header {
    text-align: center;

    margin: 0;
  }

  #header #logo {
    float: none;
  }

  #main-col:first-child img {
    max-width: 100%;

    display: block;
  }

  #header #nav {
    float: none;

    margin: 10px auto 0 auto;

    width: auto;
  }

  #nav .level2.services {
    margin-left: 61px;
  }

  #nav li {
    float: none;
  }

  #header .right {
    float: none;

    margin-top: 10px;
  }

  #header #top-links {
    float: right;
  }

  #header #number img {
    margin-top: 2px;
  }

  #header #number {
    margin: 0;

    float: right;

    text-align: right;
  }
}

/* Smartphones */

@media only screen and (min-width: 10px) and (max-width: 480px) {
  body {
    background: #fff;

    margin: 0;
  }

  .inner {
    width: 100%;

    background: #fff;
  }

  #container {
    width: 96%;

    padding: 0 2%;

    background: #fff;
  }

  #header {
    width: 100%;

    padding: 20px 0 0 0;

    text-align: center;

    margin: 0;
  }

  #header .number-text {
    display: none;

    margin-top: 10px;
  }

  #header #nav {
    display: none;
  }

  #header #logo {
    float: none;
  }

  #main-col:first-child img {
    max-width: 100%;

    display: block;
  }

  #header .right {
    float: none;

    margin-top: 10px;

    text-align: center;
  }

  #header .right img {
    float: none;
  }

  #header #top-links {
    float: none;

    text-align: center;
  }

  #header #top-links a {
    margin: 0 5px;
  }

  #header #number {
    margin: 0;

    float: none;

    text-align: center;
  }

  #header #menu-button {
    display: block;
  }

  #breadcrumbs {
    width: 98%;

    padding: 0 0 0 2%;
  }

  #breadcrumbs #search-bar {
    float: none;
  }

  #breadcrumbs #search-bar input[type="text"] {
    width: 98%;

    padding: 0 2%;

    margin-left: -2%;
  }

  #col2-layout .left-col {
    float: none;

    width: 100%;

    padding: 0;

    margin-bottom: 20px;
  }

  #col2-layout .main-col {
    float: none;

    width: 100%;

    padding: 0;
  }

  #col1-layout .main-col {
    float: none;

    width: 100%;

    padding: 0;
  }

  .left-nav {
    display: none;
  }

  #pricing-table {
    margin-top: 50px;

    height: auto !important;
  }

  #pricing-table .price-column {
    width: 100%;

    margin: 0 0 10px 0;

    text-align: center;

    float: none;

    background: #fafafa;

    position: static;

    z-index: 1;
  }

  #pricing-table .price-column.gold {
    width: 100%;

    border: none;

    margin: 0 0 10px 0;

    position: relative;

    z-index: 2;
  }

  #pricing-table .price-column.gold .price-header {
    padding: 20px;

    border: 1px solid #727272;
  }

  #pricing-table .price-column.gold ul.price-content {
    border: 1px solid #727272;

    border-top: 0;

    padding: 20px;

    font-size: 1.1em;
  }

  .carousel {
    display: none;
  }

  .services-grid {
    display: block;

    clear: both;
  }

  .services-grid .item {
    margin: 10px auto;

    max-width: 300px;

    height: 242px;

    display: block;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;
  }

  .services-grid .item h1 {
    position: static;

    z-index: 1;

    background: white;

    background: rgba(255, 255, 255, 0.8);

    bottom: -20px;

    text-align: center;

    line-height: 1.7em;

    padding: 20px;

    font-weight: normal;

    font-size: 1.5em;

    text-transform: uppercase;

    color: #333;
  }

  #map {
    width: 100%;

    margin: 0 0 20px;

    height: 250px;

    margin-bottom: 20px;
  }

  #contact-form input[type="text"] {
    width: 85%;
  }

  #contact-form textarea {
    min-width: 89%;

    max-width: 94%;
  }

  #contact-form select {
    width: 94%;
  }

  #contact-form .button {
    padding: 15px 40px;
  }

  .search-item {
    border: 1px solid #f1f1f1;

    padding: 20px;

    margin-bottom: 20px;

    background: #f8f8f8;
  }

  .search-item h2 {
    font-size: 1.3em;

    font-weight: bold;

    margin-bottom: 10px;
  }

  .search-item .button {
    font-size: 1em;

    padding: 0.8em 1.2em;

    border-bottom-width: 0.3em;
  }

  #footer-top .left,
  #footer-top .right {
    float: none;

    margin: auto;

    text-align: center;
  }

  #footer-btm {
    text-align: center;
  }

  #footer-btm img {
    float: none;

    margin-right: 0px;

    display: block;

    margin: auto;
  }

  #footer-btm .left {
    width: auto;

    float: none;
  }

  #footer-btm .right {
    width: auto;

    float: none;
  }

  body {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    color: #333333 !important;
  }

  h1 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

/** HOME PAGE HERO **/
#home-hero {
  background: url("../img/get-a-quote/bg_map_green_1000_208.jpg") center center;
  column-gap: 20px;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px;
}
#home-hero-left {
  height: 378px;
  width: 100%;
  background: url("../img/homepage_hero_b_450.jpg") top center no-repeat;
  background-size: contain;
  position: relative;
}
#home-hero-left div {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 440px;
  text-align: right;
}
#home-hero-right {
  height: 378px;
  width: 100%;
  background: url("../img/homepage_hero_d_450.jpg") bottom center no-repeat;
  background-size: contain;
  position: relative;
}
#home-hero-right div {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 440px;
}
#home-hero h2,
#home-hero a {
  font-family: "Montserrat", sans-serif;
}
#home-hero h2 {
  color: #ffffff;
  text-transform: none;
  font-weight: 500;
  font-size: 1.8rem;
}
#home-hero a {
  background: rgba(255, 176, 64, 1);
  padding: 10px 30px;
  color: #333333;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
}
#home-hero a:hover {
  background: rgba(255, 176, 64, 0.8);
}

@media screen and (max-width: 1024px) {
  #home-hero-left {
    height: 0;
    padding-top: calc(66.6% + 78px);
    width: 100%;
    background: url("../img/homepage_hero_b_450.jpg") top center no-repeat;
    background-size: contain;
    position: relative;
  }
  #home-hero-left div {
    right: calc(30px - (45px - 10%));
  }
  #home-hero-right {
    height: 0;
    padding-bottom: calc(66.6% + 78px);
    width: 100%;
    background: url("../img/homepage_hero_d_450.jpg") bottom center no-repeat;
    background-size: contain;
    position: relative;
  }
  #home-hero-right div {
    left: calc(30px - (45px - 10%));
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  #home-hero h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #home-hero a {
    padding: 5px 15px;
    font-size: 0.9rem;
  }
  #home-hero-left div {
    width: 190px;
  }
  #home-hero-right div {
    width: 200px;
  }
}

@media screen and (max-width: 640px) {
  #home-hero {
    column-gap: 0;
    row-gap: 30px;
    grid-template-columns: 1fr;
  }
  #home-hero h2 {
    display: inline-block;
    width: 250px;
    margin-bottom: 0px;
  }
  #home-hero a {
    vertical-align: text-bottom;
  }
  #home-hero-left {
    padding-top: calc(66.6% + 25px);
  }
  #home-hero-left div {
    bottom: 0;
    right: 10px;
    width: 410px;
  }
  #home-hero-right {
    background-position-y: top;
    padding-bottom: 0;
    padding-top: calc(66.6% + 25px);
  }
  #home-hero-right div {
    top: unset;
    left: unset;
    bottom: 0;
    right: 10px;
    width: 410px;
  }
}
@media screen and (max-width: 540px) {
  #home-hero h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    width: 200px;
  }
  #home-hero a {
    padding: 5px 15px;
    font-size: 0.9rem;
  }
  #home-hero-left div {
    width: 320px;
  }
  #home-hero-right div {
    width: 320px;
  }
}
@media screen and (max-width: 440px) {
  #home-hero h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    width: auto;
  }
  #home-hero a {
    padding: 5px 15px;
    font-size: 0.9rem;
  }
  #home-hero-left {
    padding-top: calc(66.6% + 75px);
    text-align: right;
  }
  #home-hero-left div {
    width: auto;
  }
  #home-hero-right {
    padding-top: calc(66.6% + 75px);
    text-align: right;
  }
  #home-hero-right div {
    width: auto;
  }
}

.home-get-assistance {
  background: url("../img/get-a-quote/bg_map_blue_1000_208.jpg") center center;
  padding: 10px;
  margin: 0px 0px 7px 0px;
  text-align: center;
}

.home-get-assistance p {
  color: #fff;
}

.home-get-assistance--1st {
  font-size: 1.5rem;
}

.home-get-assistance--2nd {
  font-size: 1.2rem;
}

.home-get-assistance a {
  background: rgba(255, 176, 64, 1);
  padding: 10px 30px;
  color: #333333;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 30px;
}

.home-get-assistance a:hover {
  background: rgba(255, 176, 64, 0.8);
}

@media screen and (max-width: 540px) {
  .home-get-assistance {
    background: url("../img/get-a-quote/bg_map_blue_1000_208.jpg") center center;
    position: fixed;
    bottom: 0;
    z-index: 999;
    margin-bottom: auto;
    left: 0;
    width: calc(100% - 20px);
    padding: 10px;
  }

  .home-get-assistance--1st {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .home-get-assistance--2nd {
    display: none;
  }
}

/** HOME PAGE RETRIEVE QUOTE **/
#home-retrieve-quote {
  background: url("../img/get-a-quote/bg_map_blue_1000_208.jpg") center center;
  padding: 20px;
  margin-top: 7px;
  text-align: center;
}
#home-retrieve-quote label,
#home-retrieve-quote button,
#home-retrieve-quote input {
  font-family: "Montserrat", sans-serif;
}
#home-retrieve-quote label {
  color: #ffffff;
  text-transform: none;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 10px;
  display: block;
}
#home-retrieve-quote input {
  padding: 10px;
  color: #333333;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
  display: inline-block;
}
#home-retrieve-quote button {
  background: rgba(255, 176, 64, 1);
  padding: 10px;
  color: #333333;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0 5px 5px 0;
  display: inline-block;
}
#home-retrieve-quote button:hover {
  background: rgba(255, 176, 64, 0.8);
  cursor: pointer;
}
#home-retrieve-quote p {
  color: #ffffff;
  text-transform: none;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 20px 0 0;
  display: block;
}
#home-retrieve-quote p a {
  color: #ffffff;
}
#home-retrieve-quote p a:hover {
  text-decoration: underline;
}

.osano-cm-list-item {
  list-style: none !important;
}
