@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@font-face {
  font-family: 'Georgia';
  src: url('../fonts/georgia/Georgia.eot?#iefix') format('embedded-opentype'),  url('../fonts/georgia/Georgia.woff') format('woff'), url('../fonts/georgia/Georgia.ttf')  format('truetype'), url('../fonts/georgia/Georgia.svg#Georgia') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lulo';
  src: url('../fonts/lulo/LuloCleanW01-OneBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/lulo/LuloCleanW01-OneBold.woff') format('woff'), url('../fonts/lulo/LuloCleanW01-OneBold.ttf')  format('truetype'), url('../fonts/lulo/LuloCleanW01-OneBold.svg#LuloCleanW01-OneBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/********************************
        General Style
********************************/
body {
    font-family: 'Open Sans', sans-serif;
}
.youtube-video-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videosms-content a {
    position: relative;
    display: block;
}
.logos-imgs {
    max-width: 30%;
}
.billing-images.flex {
    justify-content: space-around;
}
p {
    font-size: 16px;
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    color:inherit;
    font-weight: inherit;
}
h1 {
    font-size: 55px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 21px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
a {
    text-decoration:none;
}
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}
button:focus,
select:focus,
input:focus,
textarea:focus {
    outline: none;
}
ul{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
img {
    max-width: 100%;
    display: block;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.sb {
    justify-content: space-between;
}
.subdropdown {
    position: absolute;
    top: 40px;
    background-color: #fff;
    width: 100%;
    left: 0;
    box-shadow: 1px 3px 8px 7px rgb(0 0 0 / 9%);
    display: none;
}

.sub-manus {
    position: relative;
}

.subdropdown li a {
    color: rgba(0,0,0,1);
    font-size: 15px;
    padding: 5px 19px;
    font-weight: 600;
    /* transition: 0.4s ease; */
    /* text-transform: uppercase; */
    width: 100%;
    display: block;
    border-bottom: 1px solid #cecece;
}

.subdropdown li:last-child a {
    border-bottom: none;
}
header > nav > ul > li > a:focus {
    color: rgba(255,255,255,0.7);
}
.subdropdown:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4c9acc;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -10px;
}
/*****************************
         Home Page
******************************/
header {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 9;
}
header > nav > ul {
    display: flex;
    justify-content: center;
}
header > nav > ul > li > a {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    padding: 0 50px;
    font-weight: 600;
    transition: 0.4s ease;
    text-transform: uppercase;
}
header > nav > ul > li.active a {
    color: #ce8f1d;
}
header > nav > ul > li > a:hover {
    color: #ce8f1d;
}
header nav ul li.active a:hover {
    color: #50390F;
}
.mobile-toggler {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
}
.mobile-toggler span {
    height: 2px;
    width: 40px;
    background-color: #fff;
    margin-bottom: 13px;
    display: block;
}
/***********************************
            Home Banner
************************************/
.banner-section {
    height: 90vh;
    position: relative;
}
.banner-section video {
    object-fit: cover;
    object-position: center;
}
.banner-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
}
.banner-content {
    text-align: center;
}
.banner-content > img {
    margin: 0 auto;
}
.banner-content h2 {
    color: #fff;
    font-weight: bold;
}
.banner-content h3 {
    color: #A6A6A6;
}
/*****************************
      Store Section (Home)
******************************/
.store-images {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.store-images img {
    /* margin-right: 30px; */
    margin: 5px;
    padding: 10px;
    border: 3px solid #a6a2a2;
}
.join-now {
    text-align: center;
}
.join-now a {
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.4s ease;
    background-image: linear-gradient(to bottom, #0475ad, #348fbc);
}
.join-now a:hover,
.join_link:hover {
    background-image: linear-gradient(to bottom, #0e0e0e, #3a3a3a);
}
.video-message {
    padding: 15px 0;
    background-color: #a6a6a6;
}
.videosms-content img {
    margin: 0 auto;
    max-width: 100%;
}
.map-image {
    margin: 40px 0;
}
.map-image img {
    margin: 0 auto;
}
/******************************
        Network (Home)
*******************************/
.network-head {
    text-align: center;
}
.network-head h2 {
    color: #606060;
    font-size: 26px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Lulo';
}
.network-head h3 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Lulo';
}
.network-head h3 span {
    font-size: 18px;
}
.network-row {
    /*margin-top: 40px;*/
    padding: 20px 0;
    background-color: #bdbdbd;
}
.network-row .flex {
    align-items: center;
    justify-content: space-between;
}
.network-icon {
    width: 40%;
    text-align: center;
}
.network-mid {
    width: 20%;
    top: 200px;
    position: relative;
}
.network-icon h5 {
    color: #1F1E1E;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Lulo';
}
.network-icon img {
    margin: 0 auto 20px;
}
.network-row2 {
    background-color: transparent;
}
.join-now2 {
    margin-top: 50px;
}
/*****************
    Stores
******************/
.stores-section {
    margin: 70px 0;
    padding: 50px 0;
    background-color: #bdbdbd;
}
.store-content {
    justify-content: center;
}
.store-content img {
    margin-right: 50px;
    border: 4px solid #fff;
    padding: 15px;
}
/*****************************
            Footer
******************************/

.footer-col  h4 {
    color: #606060;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-decoration: none;
}
footer {
    background-color: #131A22;
    padding: 30px 0;
}
footer .works-content h2 {
    color: #fff!important;
}
.footer-col a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.footer-col.drive {
    text-align: center;
}
.footer-bottom {
    padding-top: 10px;
    color: #fff;
}
.footer-bottom a {
    color: #fff!important;
}
.footer-col.drive h5 {
    color: #606060;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 5px;
}
.footer-col.drive img {
    margin: 0 auto;
}
.footer-col.drive a {
    font-size: 13px;
    color: #606060;
}
.footer-col.comp {
    width: 10%;
}
.footer-col.serv {
    width: 10%;
}
.footer-bottom {
    margin-top: 80px;
}
.footer-bottom a {
    color: #333;
    text-decoration: underline;
}
/***********************
      About Us Page
************************/
.about-section {
    margin: 20px 0 50px;
}
.about-content h2 {
    text-align: center;
}
.about-content h2 {
    color: #292929;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Lulo';
}
.about-content p {
    color: #000;
    font-size: 23px;
    text-align: center;
}
.google-map {
    margin-bottom: 40px;
}
.googlemap-content {
    text-align: center;
}
/************************
      Contact Form
*************************/
.contact-content {
    max-width: 500px;
    margin: 0 auto;
}
.contact-content h2 {
    margin-bottom: 40px;
    font-family: 'Georgia';
}
.contact-form .field {
    margin-bottom: 30px;
}
.contact-content .field input[type="text"],
.contact-content .field input[type="email"],
.contact-content .field textarea {
    width: 100%;
    padding: 15px;
    color: #000;
    border: 2px solid #000;
}
.contact-content .field input::placeholder,
.contact-content .field textarea::placeholder {
    color: #000;
    font-family: 'Georgia';
    font-style: italic;
}
.contact-form .field.btn {
    text-align: right;
    padding: 0;
    width: 100%;
}
.contact-form .field.btn input {
    border: none;
    background-color: #373b4d;
    padding: 14px 70px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Georgia';
}
/****************************
        Partnership
****************************/
.partnership-content {
    text-align: center;
    margin: 10px 0;
}
.partnership-content img {
    margin: 0 auto;
}
.partnership-content h2 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Lulo';
}
.partnership-content h2 span {
    font-size: 22px;
}
.partnership-content p {
    font-size: 14px;
    color: #000;
    line-height: 1.4;
}
.partnership-content h5 {
    font-weight: bold;
    font-size: 15px;
}
/*****************
    Profits Section (Partnership)
******************/
.profits-section {
    background-color: #bdbdbd;
    padding: 30px 0;
}
.profits-content img {
    margin: 0 auto;
}
.profits-content {
    text-align: center;
}
.profits-content h2 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Lulo';
    margin-top: 20px;
}
.profits-content h2 span {
    font-size: 20px;
}
.profits-content p {
    font-size: 14px;
    margin-bottom: 20px;
}
.profits-content h6 {
    font-size: 14px;
}
.profits-content h3{
    font-size: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Lulo';
}
.store-content a:last-child img {
    margin-right: 0;
}
.profits-content a {
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.4s ease;
    background-image: linear-gradient(to bottom, #0475ad, #348fbc);
}
/**********************
    Partner Dashboard (Partnership)
***********************/
.partner-dashboard {
    margin: 20px 0;
}
.partner-content {
    text-align: center;
}
.partner-content h2 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: 'Lulo';
}
.partner-content h2 span {
    font-size: 20px;
}
.dashboard-feature {
    text-align: right;
}
.dashboard-feature {
    width: 30%;
}
.dashboard-feature h5,
.dashboard-feature h6 {
    color: #000;
    text-transform: uppercase;
    font-family: 'Lulo';
    font-size: 13px;
}
.dashboard-feature h5 {
    margin-top: 30px;
    margin-right: -30px;
}
.dashboard-feature h6 {
    margin-top: 110px;
    margin-right: -30px;
}
.dashboard-feature.right {
    text-align: left;
}
.dashboard-feature.right h5 {
    margin-left: -30px;
}
.dashboard-feature.right h6 {
    margin-top: 110px;
    margin-left: -30px;
}
/**********************
    Drive More Than Road (Partnership)
***********************/
.drive-section {
    background-color: #bdbdbd;
    padding: 30px 0;
}
.drive-content {
    align-items: center;
}
.drive-image {
    width: 20%;
}
.drive-text {
    width: calc(100% - 430px);
    margin-right: auto;
    text-align: center;
}
.drive-text h2 {
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Lulo';
}
.drive-text h2 span {
    font-size: 20px;
}
.drive-text p {
    font-size: 14px;
}
/**********************
    Retention (Partnership)
***********************/
.retention-content {
    text-align: center;
    margin: 20px 0;
}
.retention-content img {
    margin: 0 auto;
}
.retention-content h2 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Lulo';
}
.retention-content h2 span {
    font-size: 20px;
}
.retention-content p {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}
.retention-content a {
    display: inline-block;
    margin-top: 50px;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    border-radius: 5px;
    transition: 0.4s ease;
    background-image: linear-gradient(to bottom, #0475ad, #348fbc);
}
/**********************
    Functionalities (Partnership)
***********************/
.dashboard-func {
    padding: 30px 0;
    background-color: #bdbdbd;
}
.func-row {
    align-items: center;
    margin-bottom: 90px;
    justify-content: center;
}
.func-row.zero {
    margin: 0;
}
.func-image {
    width: 20%;
}
.func-text {
    width: calc(100% - 444px);
    text-align: center;
    margin-right: auto;
}
.func-text h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Lulo';
}
.func-text p {
    color: #000;
    font-size: 14px;
    line-height: 1.4;
}
.func-content {
    text-align: center;
}
.func-content a {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    border-radius: 5px;
    transition: 0.4s ease;
    background-image: linear-gradient(to bottom, #0475ad, #348fbc);
}
.network-mid.partnership {
    top: -200px;
}
.car-icon h5 {
    min-height: 90px;
}
.network-row.partnership {
    margin: 0;
}
.network-head.partnership {
    margin-top: 40px;
}
.network-row.network-row2.partnership .flex {
    justify-content: space-between;
}
/*******************************
           Membership
********************************/
.billing-options {
    margin: 20px 0 70px;
    padding-top: 40px;
}
.billing-option {
    width: 24.5%;
}
.billing-content .flex {
    justify-content: space-between;
}
.billing-content h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #403F3F;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    font-family: Lato;
}
.membership-title {
    margin-top: 0px !important;
    color: #FFFFFF !important;
    letter-spacing: 0px !important;
    border-bottom: 1px solid rgb(255 255 255 / 0.30);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.billing-option {
    padding: 20px;
}
.membership-price {
    font-size: 36px !important;
    color: #fff !important;
    margin-bottom: 10px !important;
}
.autopay-text {
    color: #FFFFFF;
    font-size: 14px;
    display: block;
}
.membership-price span {
    font-size: 14px;
    vertical-align: super;
    color: #fff;
    margin-right: 6px;
}
.membership-para {
    min-height: 50px;
    font-size: 12px;
    color: rgb(255 255 255 / 0.80);
}
.roadside-event {
    color: #FFFFFF;
    border-bottom: 1px solid rgb(255 255 255 / 0.23);
    display: inline-flex;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.service-title {
    color: rgb(255 255 255 / 0.80);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.serives-list li {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 15px;
}
.serives-list {
    margin-bottom: 30px;
}
.billing-option a {
    font-size: 14px;
    margin-top: 20px;
    transition: 0.4s ease;
    display: block;
    padding: 12px;
    color: #fff;
    border-radius: 18px;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}
.call-now-btn {
    background-color: #3C8DBC;
    display: block;
    max-width: 160px;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 7px;
    margin: 20px auto 0px;
    border: 1px solid transparent;
}
.call-now-btn:hover {
    color: #3c8dbc;
    background-color: #fff;
    border: 1px solid #3c8dbc;
}

.billing-option.option1 {
    background-color: #959595;
}
.billing-option.option2 {
    background-color: #00b4eb;
}
.billing-option.option3 {
    background-color: #64bf15;
}
.billing-option.option4 {
    background-color: #c5aeae;
}
.billing-option.option5 {
    background-color: #537ccd;
}
.billing-images {
    align-items: center;
    height: 80px;
}
.billing-option h3 {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}
.billing-option h3 span {
    font-size: 12px;
}
.billing-option h5 {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
    color: #212020;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}
.billing-option {
    text-align: center;
}

.billing-option.option2 a:hover {
    color: #00b4eb;
    background-color: #fff;
    border: 1px solid transparent;
}
.billing-option.option3 a:hover {
    color: #64BF22;
    background-color: #fff;
    border: 1px solid transparent;
}
.billing-option.option4 a:hover {
    color:#C5AEAE;
    background-color: #fff;
    border: 1px solid transparent;
}
.billing-option.option1 a:hover {
    color: #959595;
    background-color: #fff;
    border: 1px solid transparent;
}
.field-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.field-row .has-feedback {
    width: 48%;
}
/*************************
    Membership Essentials
**************************/
.membership-essentials {
    margin-bottom: 50px;
}
.membership-box {
    padding: 40px 0 60px;
    text-align: center;
    border-radius: 4px;
}
.membership-box.box1 {
    background-color: #00b4eb;
}
.membership-box.box2 {
    background-color: #64bf15;
}
.membership-box img {
    margin: 0 auto 15px;
}
.membership-box h4 {
    color: #606060;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'Lulo';
}
.membership-box p {
    color: #fff;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Lulo';
    font-size: 13px;
}
.works-content {
    text-align: center;
}
.works-content a {
    display: inline-block;
}
.works-content h2 {
    color: #2a2a2a;
    font-size: 26px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'Lulo';
}
/*******************
    DropShadow
********************/
.dropshadow
{
  position: relative;
}
.dropshadow:before, .dropshadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #333;
    -webkit-box-shadow: 0 15px 10px #333;
    -moz-box-shadow: 0 15px 10px #333;
    box-shadow: 0 15px 6px 3px #333;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.dropshadow:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.site-logout {
    /*position: absolute;*/
    top: 0;
    right: 10%;
}
.manubar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logout a {
    background-image: linear-gradient(to bottom, #0475ad, #348fbc);
    color: #fff;
    padding: 7px 25px;
    border-radius: 5px;
}
.user-profile {
    position: absolute;
    right: 10%;
    align-items: center;
    cursor: pointer;
    top: 0;
}
.profile-menu {
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    width: 160px;
    display: none;
}
.profile-menu ul li {
    display: block;
    border-bottom: 1px solid #d4cfcf;
}
.profile-menu ul li a {
    color: #333;
    padding: 5px 0;
    font-size: 15px;
    display:inline-block;
}
.profile-menu ul li:last-of-type {
    border: none;
}
.user-name p {
    color: #fff;
    font-size: 16px;
}
.user-dp {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.user-dp img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
/**********************
*********************/
.careers-section {
    margin: 50px 0;
}
.careers-content {
    max-width: 600px;
    margin: 0 auto;
}
.careers-content h2 {
    color: #3078BE;
    font-family: 'Lulo';
    text-align: center;
    margin-bottom: 50px;
}
.field-wrap {
    margin-bottom: 30px;
}
.career-form input::placeholder {
    font-family: 'Georgia';
    color: #333;
}
.career-form input,
.career-form select {
    padding: 15px;
    color: #000;
    background-color: #d4d4d4;
    border: none;
    width: 100%;
    border-radius: 2px;
}
.career-form select {
    cursor: pointer;
}
.career-form input[type="submit"] {
    cursor: pointer;
}
.career-form input:focus,
.career-form select:focus {
    background-color: #ffeadd;
}
.career-form .field {
    width: 47%;
}
/********
Terms Page
*********/
.terms-section,
.privacy-section {
    margin: 20px 0;
}
.terms-content h2,
.privacy-content h2 {
    color: #292929;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Lulo';
}
.privacy-content p {
    font-size: 14px;
    line-height: 1.3;
}
.terms-content h5 {
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.terms-content p {
    color: #000;
    margin-bottom: 20px;
}
.terms-content ul {
    padding-left: 20px;
}
.terms-content ul li {
    line-height: 1.4;
}
.terms-content ul li {
    list-style: disc;
}
.coverage-comparison {
    background-color: #d9d9d9;
    padding: 20px 0;
}

.comparison-title {
    text-align: center;
}

.title-img img {
    margin: 0 auto;
    display: block;
    max-width: 100px;
}

.comparison-title h3 {
    color: #7d7d7d;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}
.covarage-head {display: flex;width: 80%;margin: 0 auto 20px auto;}
.covarage-column2 {
    width: 500px;
}
.covarage-inner-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.covarage-inner-column {
    width: 48%;
    background-color: #82c63d;
    padding: 10px 6px;
    text-align: center;
    height: 50px;
}
.covarage-body .covarage-head {
    margin-bottom: 0;
}
.covarage-inner-column h3 {
    color: #fff;
    font-size: 19px;
}
.covarage-inner-column h3 span {
    font-weight: 700;
    width: 48%;
}
.covarage-column1 {
    width: calc(100% - 500px);
}
.covarage-repeater {
    margin-top: 50px;
}
.covarage-inner-column.blue-column {
    background-color: #0099cb;
}
.covarage-inner-column img {
    max-width: 25px;
    margin: 0 auto;
}
.covarage-column1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.covarage-column1 p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.covarage-column2 h6 {
    color: #7d7d7d;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}
.road-network {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
.network_img img {
    margin: 0 auto;
    display: block;
}
.network-title h3 {
    color: #d9d9d9;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
}
.network-title h5 span {
    color: #fff;
}
.network-title h5 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
}
.network-title {
    margin-bottom: 15px;
}
.request_help {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
.request_rows {
    display: flex;
}
.request_column {
    width: 33%;
}
.request_column1 {
    width: calc(100% - 33%);
}
.request_repeater_row {
    text-align: center;
}
.request_content h5 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.request_content {
    margin: 20px 0;
}
.request_imag img {
    max-width: 50%;
    margin: 0 auto;
}
.request_mobile img {
    margin: 0 auto;
    max-width: 50%;
}
.requests-title {
    margin-bottom: 50px;
}
.requests-title h3 {
    color: #0099cc;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
}
.rating-imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.reviews-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.reviews-column {
    width: 32%;
    position: relative;
}
.reviews-header {
    text-align: center;
    min-height: 230px;
}
.rating-imgs img {
    margin: 0;
    max-width: 8%;
}
.reviews-header h3 {
    font-size: 16px;
    color: #A6A6A6;
    font-weight: 500;
    font-weight: 700;
}
.reviews-header p {
    color: #000;
    font-weight: 500;
    font-size: 13px;
}
.reviews-section .works-content h2{
    margin-bottom: 5px;
}
.quotation-images {
    position: absolute;
    left: 20px;
}
.reviews-section .works-content {
    margin-bottom: 70px
}
.works-section.reviews-section {
    padding: 50px 0 0 0;
}
.user-details {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.reviews-image {
    position: relative;
}
.reviews-footer {
    margin-top: 30px;
}
.user-details h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 700;
}
.user-details h6 {
    color: #fff;
    font-size: 19px;
}
.reviews-second-column .reviews-image svg path {
    fill: #A8A8A8;
}
.reviews-third-column .reviews-image svg path {
    fill: #82C63D;
}
.cus {
    text-align: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.contact_information h2 {
    color: #292929;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Lulo';
    text-align: center;
    padding-top: 25px;
}
.cus_contact h2 {
    font-size: 24px;
    font-weight: 700;
    color: #6b6a6a;
}
.cus_contact p {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.modal-background{
    background-color: #f7f7f7 !important;
    display: flex !important;
    align-items: flex-start !important;
}
.steps-side{
    background-color: #f7f7f7 !important;
}
.steps-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* position: absolute; */
    /* width: 80%; */
    width: 100%;
    /* top: 1rem; */
    top: inherit;
    left: 2rem;
    background-color: #f7f7f7;
    z-index: 1;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.steps-header-rs h5{
    margin-bottom: 0;
}
.steps-header-ls {
    display: flex;
    gap: 20px;
    align-items: self-end;
}
.page-title h5 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
}
.steps-header-rs {
    display: flex;
    gap: 10px;
    color: black;
    margin-bottom: 2px;
}
.steps-header-rs h5 {
    font-size: 18px;
}
.form-box{
    margin-top: 2rem !important;
}
.custom-form-fields input {
    border: transparent !important;
    border-radius: 10px !important;
    height: 50px !important;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1) !important;
    color: black;
}
.general-field {
    padding: 10px;
    font-weight: 400;
}
.field-width{
    width: 100% !important;
}
.custom-form-fields .iti{
    width: 100% !important;
}
.redund-email{
    color: rgba(0, 154, 233, 1) !important;
    font-size: 18px !important;
    text-align: center !important;
    font-weight: 500;
}
.form-box p, .term-condition{
    color: #000000 !important;
    text-decoration: none !important;
}
.refund-next{
    font-size: 14px !important;
    background-color: #009AE9 !important;
    display: block;
    width: 100%;
    border-radius: 25px;
    padding: 9px 20px;
    color: #fff !important;
}
.depend-text h2{
    font-size: 38px;
    font-weight: 800;
    padding: 1rem;
}
section#depend-people{
    padding: 5rem 1rem;
}
.carousel-area .withOptions img{
    margin: 0 auto;
}
.carousel-area .slick-next, .carousel-area .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: 0;
    background: rgb(236, 236, 236);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    min-width: 54px;
    min-height: 54px;
    padding: 15px;
    border-radius: 50%;
    background-color: rgb(236, 236, 236);
    color: rgb(38, 38, 38);
    border: none;
    transition: background-color 0.6s ease-out;
    z-index: 999;
}
.carousel-area .slick-next:before, .carousel-area .slick-prev:before {
    font-family: inherit !important;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 800;
}
.carousel-area .slick-next:focus, .carousel-area .slick-next:hover, .carousel-area .slick-prev:focus, .carousel-area .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: rgb(236, 236, 236);
}
.slider-text h3{
  font-weight: 800;
  font-size: 24px;
}
.slider-text p{
    font-weight: 600;
    font-size: 18px;
    color: #88888E;
  }
  .map-bottom-btns .btn-white {
    background-color: rgba(0, 154, 233, 1) !important;
    border: rgba(0, 154, 233, 1) !important;
    color: white !important;
    font-weight: 500 !important;
    padding: 13px 20px !important;
    font-weight: 700 !important;
}
.full-rescue-next {
    font-size: 16px !important;
}
.btn-white {
    background-color: #fff;
    border-radius: 35px;
    border: 2px solid #fff;
    font-size: 18px;
}
#protection{
    background-color: rgb(248, 248, 248);
    padding: 5rem;
}
.service-contract{
    background: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: rgba(16, 40, 73, 0.1) 0px 4px 50px 0px;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    /* max-width: 467px; */
    height: 100%;
    padding: 48px 48px 32px;
    text-align: center;
}
.protection-text h3 {
    font-size: 26px;
    font-weight: 600;
    padding: 1rem;
}
.protection-text img{
    /* max-width: 75%; */
    margin: 0 auto;
}
.service-contract-para p{
    font-weight: 600;
    font-size: 18px;
    color: #88888E;
}
.link-text a{
    color: #009AE9 !important;
    font-size: 18px;
    font-weight: 600;
}
#covered{
    padding: 5rem;
    background-image: url('../images/covered-background.png');
    background-position: center 180px;
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
    text-align: center;
    background-size: 652px;
}
.covered-text h2{
    font-size: 38px;
    font-weight: 800;
}
.covered-lines{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-bottom: 48px;
}
.covered-box{
    width: 168px;
    margin-right: 94px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}
.white-covered-box{
    background: rgb(255, 255, 255);
    box-shadow: rgba(16, 40, 73, 0.1) 0px 4px 50px 0px;
    height: 134px;
    width: 134px;
    border-radius: 50%;
    margin-bottom: 24px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.other-advantages{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.our-advantage{
    /* width: 477px; */
    padding: 64px 48px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(16, 40, 73, 0.1) 0px 4px 50px 0px;
}
.our-advantage h3, .other-guys h3{
    margin: 0px 0px 50px;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: rgb(38, 38, 38);
}
.text-with-image{
    color: rgb(136, 136, 142);
    line-height: 26px;
    word-break: break-word;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(236, 236, 236);
    /* gap: 20px; */
}
.text-with-image i{
    color: #009AE9 !important;
    font-size: 25px;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
.text-with-image h4{
    font-size: 18px;
}
.other-guys{
    /* width: 477px; */
    background: rgb(241, 241, 241);
    border-radius: 0px 20px 20px 0px;
    padding: 48px 48px 32px;
}
.other-guys li{
    list-style: disc !important;
    font-size: 18px;
    color: inherit;
}
.other-guys li::marker{
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    color: #009AE9 !important;
}
.text-with-image-list li{
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(236, 236, 236);
    color: rgb(136, 136, 142);
    line-height: 26px;
    word-break: break-word;
    position: relative;
    padding-left: 22px;
}
#about-us{
    padding: 5rem;
    text-align: center;
}
.slide-container{
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 40px 48px;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    width: 60%;
    margin: 0 auto;
}
.slider-inner{
    display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        max-height: 100%;
        padding: 32px;
        background-color: rgba(0, 102, 153, 0.08);
        color: rgb(38, 38, 38);
        font-size: 18px;
        font-weight: normal;
        line-height: 29px; 
}
.contact-details{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.email-details{
    margin: 0px;
    font: inherit;
    color: #009AE9 !important;
    width: 430px;
    text-decoration: none;
}
.details-inner{
    background: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: rgba(16, 40, 73, 0.1) 0px 4px 50px 0px;
    height: 140px;
    margin: 0px 12px;
    padding: 24px;
    font-weight: 600;
    color: rgb(38, 38, 38);
}
.details-inner i{
    padding-bottom: 16px;
    text-align: left;
}
#contact-details{
    padding: 5rem;
}
.email-content{
    color: #000;
    font-size: 18px;
}
.email-provided{
    color: #000;
    font-size: 18px;
    color: #009AE9 !important;
}
.phone-details{
    margin: 0px;
    font: inherit;
    color: #009AE9 !important;
    width: 230px;
    text-decoration: none;
}
#stuff{
    padding: 5rem; 
    text-align: center;
}
.stuff-text p{
    margin-bottom: 16px;
    padding-bottom: 16px;
    color: rgb(136, 136, 142);
    line-height: 26px;
    word-break: break-word;
    position: relative;
    padding-left: 22px;
    font-size: 18px;
}
.vehicle-single{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    padding-top: 56px;
    gap: 20px;
}
.vehicle-single-box{
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 64px 0px 0px 24px;
    box-sizing: border-box;
    width: 214px;
    overflow: hidden;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(16, 40, 73, 0.1) 0px 4px 50px 0px;
}
.single-icon-forward{
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: rgb(236, 236, 236);
    transition: background-color 0.6s ease-out;
}
.single-icon-forward i{
    color: #000;
}
.vehicle-title h3{
    margin: 0px;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    text-align: left;
    color: rgba(0, 154, 233, 1) !important;
    padding-right: 24px;
}
.help-divider{
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px 0;
    color: white; /* Gray text color */
    font-size: 14px;
    width: 35%;
    margin: 10px auto;
  }
  .help-divider::before,
  .help-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid white; /* Line color */
    margin: 0 10px; /* Space between line and text */
  }
  .help-divider span{
    font-size: 18px;
  }
  .wriiten-logo{
    margin: 0 auto 20px auto;
  }
  .main-logo-protection{
    width: 105px;
    margin: 0 auto;
  }
  .offer-box{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 30px;
    background: rgb(255, 255, 255);
    padding: 25px;
    border-radius: 10px;
    transition: 0.3s;
  }
  .btn-next-okay {
    background-color: #009AE9;
    display: block;
    width: 100%;
    border-radius: 25px;
    padding: 9px 20px;
    color: #fff !important;
    font-size: 18px;
}
.resuce-detail-modal-body{
    text-align: center;
}
.resuce-detail-modal-body h5{
    font-size: 22px;
    font-weight: 700;
    margin: 0.5rem;
}
.resuce-detail-modal-body p{
    color: rgba(123, 123, 123, 1);
}
.resuce-detail-modal-body p{
    margin-top: 15px;
    margin-bottom: 15px;
}
.resuce-detail-modal-body a{
  max-width: 250px;
  width: 250px;
  margin: 10px auto;
}
.coverage-deserve{
    margin: 0.5rem;
}
.coverage-price{
    font-weight: 600;
    margin-bottom: 15px;
    color: #073A57;
}
/**********************
    Media Queries
************************/
@media screen and (max-width: 1600px) {
    .join-now2 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .stores-section {
        margin: 20px 0;
    }
    .footer-bottom {
        margin-top: 0px;
    }
    .footer-col h4 {
        margin-bottom: 20px;
    }
    .about-content p {
        font-size: 20px;
    }
    .user-profile {
        right: 80px;
    }
}

@media screen and (max-width: 1280px) {
    header > nav > ul {
        justify-content: flex-start;
    }
    header > nav > ul > li > a {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .dashboard-image {
        width: 40%;
    }
}

@media screen and (max-width: 991px) {
    .vehicle-breaks-desktop{
        display: none;
    }
    .login-logo, .register-logo{
            font-size: 20px!important;
    }
    .site-logout {
        top: 22px;
        right: unset;
        left: 15px;
    }
    .billing-option {
        width: 100%;
    }
    .billing-option h3 {
        text-align: center;
    }
    .dashboard-feature h5, .dashboard-feature h6 {
        font-size: 10px;
    }
    .dashboard-feature h6 {
        margin-top: 70px;
        margin-right: -20px;
    }
    .dashboard-feature.right h6 {
        margin-left: -20px;
        margin-top: 70px;
    }
    .dashboard-feature.right h5 {
        margin-left: -20px;
    }
    .dashboard-feature h5 {
        margin-right: -20px;
    }
    header {
        top: 0;
        height: 70px;
        /*background: #333;*/
        z-index: 99;
    }
    .site-nav {
        position: absolute;
        display: unset;
        background-color: #333;
        width: 100%;
        top: 0px;
        padding: 80px 0 0;
        display: none;
        z-index:-1;
        right: 0;
    }
    .manubar-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
    }
        header > nav > ul > li > a {
            color: #fff;
            margin-bottom: 20px;
            display: inline-block;
        }
        header > nav > ul > li >:last-of-type a {
            margin: 0;
        }
        header nav ul li.active a {
            color: #ffbe49;
        }
        .mobile-toggler {
            display: block;
        }
        .user-profile {
            right: unset;
            left: 10px;
            top: 10px;
            background: #333;
        }
        .cus_contact h2 {
            font-size: 22px;
        }
        .cus_contact p {
            font-size: 16px;
        }
        .help-divider{
            width: 350px;
          }
          .resuce-detail-modal-body a{
            max-width: 100%;
          }
          .coverage-price {
            font-size: 24px;
        }
    }

    @media screen and (max-width: 767px) {
        .footer-col a{
            font-size: 13px!important;
        }
        .subdropdown:before {
            right: auto;
            left: 50px;
        }
        .reviews-header{
            min-height: auto;
        }
        .reviews-column{
            width: 100%;
            margin-bottom: 20px;
        }
        .covarage-head{
            width: 100%;
        }
        .covarage-column1 {
            width: calc(100% - 90px);
        }
        .covarage-column2 {
            width: 148px;
        }
        .covarage-column1 {
            justify-content: flex-start;
        }
        .covarage-inner-column h3{
            font-size: 10px;
        }
        .covarage-inner-column{
            height:60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .covarage-body .covarage-head:last-child {
            flex-wrap: wrap;
        }.covarage-body .covarage-head:last-child .covarage-column1 {
            width: 100%;
        }
        .request_column {
            width: 100%;
        }
        .request_column1 {
            width: 100%;
        }
        .request_rows {
            display: flex;
            flex-wrap: wrap;
        }
        .requests-title h3{
            font-size: 25px;
        }
        .request_imag img {
            max-width: 35%;
        }
        .request_mobile {
            margin: 20px 0;
        }
        .comparison-title h3{
            font-size: 25px;
        }
        .covarage-body .covarage-head:last-child .covarage-column2 {
            width: 100%;
        }
        .banner-content h3 {
            font-size: 17px;
            margin-top: 6px;
        }
        .career-form .field {
            width: 100%;
            margin-bottom: 20px;
        }
        .field-wrap {
            margin: 0;
        }
        .careers-content h2 {font-size: 20px;}

        .store-content a {
            margin-right: 30px;
        }
        .store-content a:last-of-type {
            margin-right: 0;
        }
        .network-mid {
    /*        width: 100%;
            top: 0;
            margin: 30px 0;
            position: unset;*/
        top: 145px;
    }
    .network-row .flex {
        align-items: flex-start;
    }
    .network-icon h5 {
        font-size: 10px;
    }
    .network-mid img {
        margin: 0 auto;
    }
    .network-icon img {
        margin: 0 auto 10px;
        height: 100px;
        width: 100px;
    }
    /*.network-row {*/
    /*    margin-top: 20px;*/
    /*}*/
    .network-row.network-row2 .network-icon {
        margin-bottom: 0;
    }
    .network-mid.partnership {
        top: -80px;
    }
    .join-now2,.join-now2 a {
        margin-top: 0;
    }
    .footer-col.comp,.footer-col.serv {
        width: 50%;
        margin-bottom: 30px;
    }
    .footer-col.drive {
        width: 100%;
    }
    .footer-bottom {
        text-align: center;
        flex-direction: column;
    }
    .network-head h3,.network-head h3 span,
    .footer-col a {
        font-size: 15px;
    }
    .network-head h2,.footer-col h4,
    .works-content h2, .billing-content h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .footer-bottom span {
        display: none;
    }
    .contact-content,
    .googlemap-content iframe {
        max-width: 100%;
    }
    .googlemap-content iframe {
        max-width: 100%;
        height: 300px;
    }
    .contact-form .field.btn {
        text-align: center;
        margin: 0;
    }
    .about-content p {
        font-size: 16px;
    }
    .about-content h2 {
        margin-bottom: 20px;
    }
    .stores-section {
        padding: 20px 0;
    }
    .store-content.flex {
        flex-wrap: nowrap;
    }
    .store-content.flex a { width: 49%; margin-right: 3px; }

    .store-content img {
        border: 2px solid #fff;
        padding: 5px;
    }
    .store-content img {
        margin-right: 0;
        width: 100%;
    }
    .banner-overlay {
        /* align-items: flex-start; */
        align-items: center;
        /* padding-top: 110px; */
    }
    .func-image.portal {
        margin-left: -24px;
    }
    /************
        Membership
    *************/
    .func-image,.func-text,.drive-image,.drive-text {
        width: 100%;
    }
    .func-image img,
    .drive-image img {
        margin: 0 auto 20px;
    }
    .partnership-content h2,.partner-content h2
    .profits-content h2,.drive-text h2,.retention-content h2 {
        font-size: 20px;
    }
    .partnership-content h2 span,
    .profits-content h2 span,

    .profits-content h3,.drive-text h2 span
    .retention-content h2 span {
        font-size: 16px;
    }
    .profits-content h2 span{
        font-size:14px;
    }
    .profits-content h2{
        font-size:16px;
    }
    .func-text h2 {
        font-size: 20px;
    }
    .func-row {
        margin-bottom: 50px;
    }
    .car-icon h5 {
        min-height: unset;
    }
    .dashboard-feature {
        width: 100%;
        text-align: center;
    }
    .dashboard-image {
        width: 100%;
        margin: 20px 0;
    }
    .dashboard-feature h6 {
        margin-top: 10px;
        margin-right: 0;
    }
    .dashboard-feature h5 {
        margin-right: 0;
    }
    .dashboard-feature.right h5 {
        margin-left: 0;
        margin-top: 0;
    }
    .dashboard-feature.right h6 {
        margin-left: 0;
        margin-top: 10px;
    }
    .dashboard-feature.right {
        text-align: center;
    }
    .drive-text h2 span,.retention-content h2 span {
        font-size: 16px;
    }
    .billing-option.option1 {
        margin-right: 0;
    }
    .register-box {
        width: 95% !important;
    }
    .register-card {
        order: 1;
        margin-bottom: 15px !important;
    }
    .register-box-body {
        order: 3;
        margin-bottom: 15px;
    }
    .billing-option h5 {
        margin-top: 10px;
    }
    .cus_contact {
        max-width: 100%;
        margin: auto;
        padding: 10px 0;
    }
    .cus {
        flex-wrap: wrap;
    }
    .contact_information h2 {
        margin-bottom: 10px;
    }
    .vehicle-single-box{
        width: 100%;
        padding-left: 0;
    }
    .vehicle-title h3{
      margin-left: 20px;
    }
}



@media only screen and (max-width: 767px) {
    .dispatch {
        padding: 9px 10px;
        font-size: 14px;
    }

    section.driver-lists {padding: 0px 0px;}

    #singleViewPage {
        max-height: calc(100vh - 110px);
        overflow: hidden;
    }
}
@media only screen and (max-width:1100px){
    .depend-text h2 {
        font-size: 28px;
    }
    #protection {
        padding: 5rem 1rem;
    }
    #stuff{
        padding: 1.5rem 1rem; 
    }
    .contact-col{
      margin-bottom: 2rem;
    }
    .protection-text h3 {
        font-size: 22px;
    }
    #covered{
        background-image: url('../images/get-covered-background-pattern-mobile.png');
        padding-bottom: 48px;
        background-position: center 215px;
        background-size: 64px;
        background-repeat: no-repeat;
    }
    .covered-lines{
        position: relative;
    }
    .first-covered-box{
        top: 0px;
        right: calc(50% + 20px);
        position: absolute;
    }
    .second-covered-box{
        top: 40px;
        left: calc(50% + 20px);
        position: absolute;
    }
    .third-covered-box{
        top: 227px;
        right: calc(50% + 20px);
        position: absolute;
    }
    .fourth-covered-box{
        top: 275px;
        left: calc(50% + 20px);
        position: absolute;
    }
    .covered-lines{
      flex-wrap: wrap;
      min-height: 500px;
      margin-top: 2rem;
    }
    .white-covered-box{
      margin-bottom: 8px;
      height: 88px;
      width: 88px;
    }
    .white-covered-box img{
        height: 50px;
        width: 50px;
    }
    .covered-box{
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .covered-text h2{
        font-size: 28px;
    }
    .vehicle-breaks-mbl{
        font-size: 20px !important;
    }
    .other-advantages{
        flex-wrap: wrap;
    }
    .slide-container{
        width: 100%;
    }
    .contact-details {
        gap: 20px;
    }
    .email-details, .phone-details {
        width: 100%;
    }
}
@media only screen and (min-width:992px){
    .vehicle-breaks-mbl{
        display: none;
    }
    .coverage-deserve{
      margin: 3rem;
    }
}