:focus {
  -moz-outline-style: none;
}

html {}

body {
  margin: 0px;
  padding: 0px;
  background: #545454;
  min-width: 320px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

body,
p,
div,
td,
span,
section,
header,
footer,
main,
aside,
nav,
li,
small,
input,
b,
label {
  font-family: calibri, tahoma, arial, verdana;
  font-size: 18px;
  color: #333333;

  position: relative;
  outline: none;
  text-align: justify;
}

a,
a:hover,
a:active,
a:visited {}

p {
  line-height: 24px;
  text-align: justify;
  padding: 5px 0px 15px 0px;
  margin: 0px;
}

p.small {
  font-size: 14px;
  color: #868484;
  line-height: 22px;
}

header,
footer,
main,
section,
nav,
aside,
summary {
  position: relative;
  display: block;
  width: 100%;
}

h1,
h1 span {
  font-family: calibri, tahoma, arial, verdana;
  font-weight: bold;
  font-size: 30px;
  color: #333333;

  margin: 0px 0px 10px 0px;
  padding: 0px;
}

h1 a,
h1 a:hover {
  font-family: calibri, tahoma, arial, verdana;
  font-size: 30px;
}

h2 {
  font-family: calibri, tahoma, arial, verdana;
  font-weight: normal;
  font-size: 24px;
  color: #333333;

  margin: 0px;
  padding: 0px;

  text-align: left;
}

h2 a,
h2 a:hover {
  font-family: calibri, tahoma, arial, verdana;
  font-size: 21px;
}

h3 {
  font-family: calibri, tahoma, arial, verdana;
  font-weight: 400;
  font-size: 30px;
  color: #333333;

  margin: 0px 0px 5px 0px;
}

h4 {
  font-family: calibri, tahoma, arial, verdana;
  font-weight: bold;
  font-size: 30px;
  color: #333333;

  text-align: left;
  margin: 0px 0px 5px 0px;
}

h4.small {
  font-size: 21px;
}

h5 {
  font-family: calibri, tahoma, arial, verdana;
  font-weight: normal;
  font-size: 24px;
  color: #333333;

  text-align: left;
  margin: 0px 0px 5px 0px;
}


a,
a:hover,
a:active,
a:visited {
  text-decoration: underline;

  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -o-transition: all linear .2s;
  transition: all linear .2s;
}

a:hover,
a:active {
  color: #333333;
  text-decoration: none;
}


div.br {
  clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 0px;
}

div.br5 {
  clear: both;
  line-height: 5px;
  height: 10px;
  font-size: 1px;
}

div.br10 {
  clear: both;
  line-height: 10px;
  height: 10px;
  font-size: 1px;
}

div.hr {
  border-top: solid 1px #dddddd;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  margin: 10px 0px 10px 0px;
}

hr {
  border-top: solid 1px #dddddd;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  margin: 20px 0px 20px 0px;
}

img {
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -o-transition: all linear .2s;
  transition: all linear .2s;
}

a img {
  border: none;
}

.noMargin {
  margin: 0px !important;
}

.noPadding {
  padding: 0px !important;
}

.fRight {
  float: right;
}

.fLeft {
  float: left;
}

.hidden {
  display: none;
}

.success {
  color: #029900;
}

.error {
  color: #ff0000;
}


form {
  margin: 0px;
}

label {
  display: block;
  margin: 0px;
  padding: 10px 0px 2px 0px;
}

label span.mandatory {
  font-size: 18px;
  color: #dd0000;
}

form div#Error,
form label span.mandatory {
  color: #dd0000 !important;
}

input.textbox,
select,
textarea {
  font-family: calibri, tahoma, arial, verdana;
  font-size: 18px;
  color: #333333;

  padding: 0px 8px 0px 8px;
  border: solid 1px #9f9f9f;
  background: #ffffff;
  height: 40px;
  line-height: 40px;

  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

select {
  padding: 3px;
}

input.textbox:focus,
select:focus,
textarea:focus {
  outline: none;
  background: #ffffec;
}

input.button {
  font-family: calibri, tahoma, arial, verdana;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;

  text-transform: uppercase;
  text-align: center;

  padding: 0px 20px 0px 20px;
  border: none;
  background: #006599;
  height: 42px;
  line-height: 42px;
  cursor: pointer;

  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;

  -webkit-appearance: none;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -ms-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

input.button:hover,
input.button:active {
  background-color: #034f7a;
}

.mandatory {
  font-size: 13px;
  font-weight: bold;
  color: #830100;
}



header {
  background: #ffffff;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: solid 1px #bbbbbb;
}

header div.logo {
  width: auto;
  max-width: 971px;
  margin: 0px auto 0px auto;
  padding: 15px 0px 15px 0px;
}

header div.logo a {
  display: inline;
}

header div.logo a img {
  display: inline-block;
  margin: 7px 0px 7px 0px;
}

header div.logo div.contact {
  float: right;
  line-height: 32px;
}

header div.logo div.contact h1 {
  display: block;
font-size: 20px;
font-weight: normal;
}

header div.logo div.contact a,
header div.logo div.contact a:hover {
  font-family: calibri, tahoma, arial, verdana;
  font-size: 30px;
  font-weight: bold;

  text-decoration: none;

  display: block;
  background: url('../assets/phone.png') left center no-repeat;
  background-size: contain;
  padding-left: 34px;
}

header div.logo div.contact a:hover {
  text-decoration: underline;
}


main {
  clear: both;
  background: #ffffff;
}


main section.headline {
  background: #545454;
  width: auto;
  padding: 20px;
}

main section.headline h1 {
  color: #ffffff;
  max-width: 971px;
  margin: 0px auto 0px auto;
  text-align: left;
}


main section.banner {
  width: auto;
  padding: 80px 0px 80px 0px;

  background-color: #ffffff;
  background-image: url('../assets/hero_desktop.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

main section.banner .area {
  width: auto;
  max-width: 971px;
  margin: 0px auto 0px auto;
}

main section.banner h1 {
  margin: 0px;
  padding: 0px;

  font-family: calibri, tahoma, arial, verdana;
  font-size: 42px;
  color: #ffffff;

  text-align: left;
}

main section.banner h1 span {
  font-family: calibri, tahoma, arial, verdana;
  font-size: 42px;
  color: #ffffff;

  text-align: left;

  background: #006599;
  padding: 4px 10px 4px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;

  line-height: auto;

}

main section.banner h2 {
  margin: 10px 0px 0px 0px;
  padding: 0px;

  font-family: calibri, tahoma, arial, verdana;
  font-size: 30px;
  color: #ffffff;

  text-align: left;
}

main section.banner h2 span {
  font-family: calibri, tahoma, arial, verdana;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;

  text-align: left;


  background: #006599;
  padding: 2px 8px 2px 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;

  line-height: auto;
}

main section.banner h3 {
  margin: 10px 0px 0px 0px;
  background: #ffffff;
  border: solid 3px #006599;
  padding: 6px 12px 6px 12px;
  display: inline-block;

  font-family: calibri, tahoma, arial, verdana;
  font-size: 24px;
  color: #006599;

  text-align: center;
}

main section.banner h3 a,
main section.banner h3 a:hover {
  font-family: calibri, tahoma, arial, verdana;
  font-size: 24px;
  font-weight: bold;
  color: #006599;

  text-decoration: none;
}

main section.banner h3 a:hover {
  text-decoration: underline;
}


main section.logos {
  clear: both;
}


main section.features {
  background: #545454;
  width: auto;
  padding: 50px 0px 50px 0px;
}

main section.features h1 {
  color: #ffffff;
}

main section.features ul {
  width: auto;
  max-width: 971px;
  margin: 30px auto 0px auto;
  padding: 0px;
  text-align: center;
}

main section.features ul li {
  display: inline-block;
  padding: 0px;
  margin: 0px 4.3% 0px 4.3%;
  max-width: 16%;
  list-style: none;

  font-family: calibri, tahoma, arial, verdana;
  font-size: 21px;
  color: #ffffff;
  text-align: center;
}

main section.features ul li img {
  border: solid 3px #ffffff;
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}


main section.white div.padding,
main section.gray div.padding,
main section.blue div.padding {
  padding: 40px 20px 80px 20px;
  margin: 0px auto 0px auto;
  width: auto;
  max-width: 971px;
}

main section.white div.center,
main section.gray div.center,
main section.blue div.center {
  text-align: center;
}

main section.gray {
  background: #ededed;
}

main section.blue {
  background: #006599;
}

main section.blue,
main section.blue p,
main section.blue div,
main section.blue h1,
main section.blue h2,
main section.blue h2,
main section.blue h4,
main section.blue b,
main section.blue strong {
  color: #ffffff;
}

main section.white img,
main section.gray img,
main section.blue img {
  max-width: 100%;
}


main section.freeCall div.padding {
  padding: 60px 20px 60px 20px;
}

main section.freeCall .button {
  padding: 5px 30px 5px 30px;
  margin: 10px auto 10px auto;
  font-size: 30px;
  height: auto;
  line-height: auto;
  font-weight: normal;
}

main section.freeCall a {
  /*display: inline-block;
  font-size: 18px;
  background: url('../assets/phone.png') left center no-repeat;
  background-size: contain;
  padding-left: 24px;*/
}



footer {
  clear: both;
}

footer section {
  width: auto;
  max-width: 971px;
  margin: 0px auto 0px auto;
  padding: 30px 15px 50px 15px;
  text-align: center;
}

footer section,
footer section span {
  font-family: calibri, tahoma, arial, verdana;
  color: #ffffff;
  font-size: 18px;
}

footer section span {
  padding: 0px 5px 0px 5px;
}

footer section a,
footer section a:hover,
footer section a:active,
footer section a:visited {
  font-family: calibri, tahoma, arial, verdana;
  color: #ffffff;
  font-size: 18px;

  text-decoration: none;
}

footer section a:hover,
footer section a:active {
  text-decoration: underline;
}




@media all and (max-width : 1023px) {
  header div.logo {
    padding-left: 20px;
    padding-right: 25px;
  }

  main section.banner {
    padding: 70px 0px 70px 30px;
  }
}


@media all and (max-width : 860px) {
  header div.logo {
    padding: 15px 20px 15px 15px;
  }

  header div.logo a img {
    margin: 6px 0px 6px 0px;
  }

  header div.logo div.contact {
    line-height: 30px;
  }

  header div.logo div.contact h1,
  header div.logo div.contact a,
  header div.logo div.contact a:hover {
    font-size: 27px;
    padding-left: 30px;
  }

  main section.banner {
    padding: 60px 0px 60px 30px;
  }

  main section.banner h1,
  main section.banner h1 span {
    font-size: 36px;
  }

  main section.banner h2,
  main section.banner h2 span {
    font-size: 27px;
  }


  main section.logos img {
    max-width: 90%;
  }



  main section.features {
    padding: 50px 20px 50px 20px;
  }

  main section.features ul li {
    margin: 0px 2.3% 0px 2.3%;
    max-width: 20%;

    font-size: 18px;
  }
}


@media all and (max-width : 640px) {
  header div.logo {
    padding: 15px;
  }

  header div.logo a img {
    margin: 0px;
  }

  header div.logo div.contact {
    line-height: 24px;
  }

  header div.logo div.contact h1,
  header div.logo div.contact a,
  header div.logo div.contact a:hover {
    font-size: 22px;
    padding-left: 25px;
  }


  main section.banner .area {
    text-align: center;
  }

  main section.banner {
    padding: 30px;
    background-image: url('../assets/hero.png');
    background-position: 50% 50%;
  }


  main section.banner h1,
  main section.banner h1 span {
    font-size: 36px;
    text-align: center;
  }

  main section.banner h2,
  main section.banner h2 span {
    font-size: 27px;
    text-align: center;
  }

  main section.banner h3 {
    margin: 220px auto 0px auto;
    padding: 5px 10px 5px 10px;

    font-size: 24px;
    color: #006599;

    text-align: center;
  }

  main section.banner h3 a,
  main section.banner h3 a:hover {
    font-size: 24px;
    color: #006599;
  }


  main section.logos img {
    max-width: calc(100% - 50px);
  }


  main section.features {
    padding: 50px 0px 50px 0px;
  }

  main section.features ul li {
    display: block;
    margin: 40px 25% 0px 25%;
    width: auto;
    max-width: 50%;
    text-align: center;
    font-size: 21px;
  }

  main section.features ul li img {
    margin: 0px 0px 15px 0px;
  }


  main section.white div.padding h1,
  main section.gray div.padding h1 {
    text-align: center;
  }
}


@media all and (max-width : 500px) {

  h1,
  h2,
  h3,
  h1 a,
  h1 a:hover {
    font-size: 22px;
  }

  h4 {
    font-size: 22px;
  }

  h4.small {
    font-size: 18px;
  }

  h5 {
    font-size: 21px;
  }

  body,
  p,
  div,
  td,
  span,
  a,
  a:hover,
  a:active,
  a:visited,
  section,
  header,
  footer,
  main,
  aside,
  nav,
  li,
  small,
  input,
  b,
  label {
    font-size: 16px;
  }

  p.small {
    font-size: 12px;
  }


  header div.logo a img {
    margin: 1px 0px 1px 0px;
    width: 50%;
  }

  header div.logo div.contact {
    line-height: 22px;
  }

  header div.logo div.contact h1,
  header div.logo div.contact a,
  header div.logo div.contact a:hover {
    font-size: 20px;
    padding-left: 22px;
  }


  main section.headline h1 {
    font-size: 22px;
  }




  main section.banner {
    padding: 30px 20px 30px 20px;
  }

  main section.banner h1,
  main section.banner h1 span {
    font-size: 30px;
  }

  main section.banner h2,
  main section.banner h2 span {
    font-size: 24px;
  }

  main section.banner h3 {
    font-size: 24px;
  }

  main section.banner h3 a,
  main section.banner h3 a:hover {
    clear: both;
    display: block;
    text-align: center;
    font-size: 24px;
  }


  main section.features ul li {
    font-size: 21px;
  }

  main section.freeCall .button {
    font-weight: bold;
  }



  main section.white div.padding,
  main section.gray div.padding {
    padding: 40px 20px 60px 20px;
  }

  footer section span {
    display: block;
    clear: both;
    height: 8px;
    line-height: 8px;
    color: #545454;
  }
}


@media all and (max-width : 420px) {
  header div.logo a img {
    margin: 0px;
  }

  header div.logo div.contact {
    line-height: 18px;
    /*margin-top: 10px;*/
  }

  header div.logo div.contact h1,
  header div.logo div.contact a,
  header div.logo div.contact a:hover {
    font-size: 16px;
    padding-left: 19px;
  }

  main section.features ul li {
    font-size: 18px;
  }


  main section.banner h1,
  main section.banner h1 span {
    font-size: 30px;
  }

  main section.banner h2,
  main section.banner h2 span {
    font-size: 21px;
  }
}


@media all and (max-width : 380px) {
  header div.logo a img {
    width: 40%;
    margin: 5px 2px 2px 0px;
  }

  header div.logo div.contact h1,
  header div.logo div.contact a,
  header div.logo div.contact a:hover {
    font-size: 14px;
    padding-left: 18px;
  }

  header div.logo div.contact a,
  header div.logo div.contact a:hover {
    font-size: 16px;
  }


  main section.banner h1,
  main section.banner h1 span {
    font-size: 27px;
  }

  main section.banner h2,
  main section.banner h2 span {
    font-size: 19px;
  }
}


@media all and (max-width : 320px) {

  h1,
  h3,
  h1 a,
  h1 a:hover {
    font-size: 21px;
  }

  h4 {
    font-size: 21px;
  }

  h4.small {
    font-size: 16px;
  }

  h5 {
    font-size: 18px;
  }

  body,
  p,
  div,
  td,
  span,
  a,
  a:hover,
  a:active,
  a:visited,
  section,
  header,
  footer,
  main,
  aside,
  nav,
  li,
  small,
  input,
  b,
  label {
    font-size: 15px;
  }

  main section.headline h1 {
    font-size: 21px;
  }

  main section.features ul li {
    font-size: 18px;
  }
}


/* banner change css 24-10-2019 css start */

.button-one {
  margin-right: 18px;
  margin-bottom: 15px;
  background-color: #d30001;
  border-color: #d30001;
  border-radius: 4px;
}

.button-one:hover {
  background-color: #ff9000;
  border-color: #ff9000;
  color: #fff;
}

.driver {
  padding-left: 8px;
  padding-right: 8px;
}

.driver p {
  font-size: 16px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #174268;
}


.driver p>span {
  font-weight: 700;
  color: #3892CF;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}




.driver .california {
  font-weight: 400;
  color: #444444;
  line-height: 120%;
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
}

.demo {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
}

.afford {
  font-weight: 900 !important;
  color: #3892CF !important;
  font-size: 21px !important;
  font-family: 'Open Sans', sans-serif !important;
}



.button-one {
  /* line-height: 51px; */
  border-width: 2px;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1.2px;
  position: relative;
  color: #29293f;
  padding: 12px 30px 19px 79px;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #fff;
}

.dest-get-quote span,
.mobile-quote-btn span {
  color: #fff;
  font-size: 22px;
}


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

.dest-get-quote span:after,
.mobile-quote-btn span:after {
  transition: opacity 0.2s, top 0.2s, right 0.2s;
  opacity: 1;
  border-color: #fff;
  right: 16px;
  top: 60%;
  content: ' ';
  position: absolute;
  width: 7px;
  height: 7px;
  margin-top: -6px;
  background: transparent;
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 190px;

}



.home-two-banner {
  margin-bottom: 250px;
  position: relative;
}

#theme-main-video-slider#theme-main-banner,
#theme-main-video-slider#theme-main-banner,
#theme-main-video-slider#theme-main-banner .button-two {
  color: #fff;
}

#theme-main-video-slider#theme-main-banner .button-two {
  border-color: #fff;
}

#theme-main-banner .button-one:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 10px;
  height: 50px;
  width: 53px;
  background: url("../assets/phone-white.png") no-repeat 0 0;
  background-size: 100%;
  -webkit-animation: header_phone_icon 3s ease-in infinite;
  -moz-animation: header_phone_icon 3s ease-in infinite;
  -o-animation: header_phone_icon 3s ease-in infinite;
  -ms-animation: header_phone_icon 3s ease-in infinite;
  animation: header_phone_icon 3s ease-in infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@keyframes header_phone_icon {
  0% {
    transform: rotate(0deg);
  }

  2% {
    transform: rotate(12deg);
  }

  4% {
    transform: rotate(-8deg);
  }

  6% {
    transform: rotate(8deg);
  }

  8% {
    transform: rotate(-8deg);
  }

  10% {
    transform: rotate(8deg);
  }

  12% {
    transform: rotate(-12deg);
  }

  14% {
    transform: rotate(0deg);
  }

  26% {
    transform: rotate(0deg);
  }

  28% {
    transform: rotate(12deg);
  }

  30% {
    transform: rotate(-8deg);
  }

  32% {
    transform: rotate(8deg);
  }

  34% {
    transform: rotate(-8deg);
  }

  36% {
    transform: rotate(8deg);
  }

  38% {
    transform: rotate(-12deg);
  }

  40% {
    transform: rotate(0deg);
  }
}

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

  2% {
    -webkit-transform: rotate(12deg);
  }

  4% {
    -webkit-transform: rotate(-8deg);
  }

  6% {
    -webkit-transform: rotate(8deg);
  }

  8% {
    -webkit-transform: rotate(-8deg);
  }

  10% {
    -webkit-transform: rotate(8deg);
  }

  12% {
    -webkit-transform: rotate(-12deg);
  }

  14% {
    -webkit-transform: rotate(0deg);
  }

  26% {
    -webkit-transform: rotate(0deg);
  }

  28% {
    -webkit-transform: rotate(12deg);
  }

  30% {
    -webkit-transform: rotate(-8deg);
  }

  32% {
    -webkit-transform: rotate(8deg);
  }

  34% {
    -webkit-transform: rotate(-8deg);
  }

  36% {
    -webkit-transform: rotate(8deg);
  }

  38% {
    -webkit-transform: rotate(-12deg);
  }

  40% {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes header_phone_icon {
  0% {
    -moz-transform: rotate(0deg);
  }

  2% {
    -moz-transform: rotate(12deg);
  }

  4% {
    -moz-transform: rotate(-8deg);
  }

  6% {
    -moz-transform: rotate(8deg);
  }

  8% {
    -moz-transform: rotate(-8deg);
  }

  10% {
    -moz-transform: rotate(8deg);
  }

  12% {
    -moz-transform: rotate(-12deg);
  }

  14% {
    -moz-transform: rotate(0deg);
  }

  26% {
    -moz-transform: rotate(0deg);
  }

  28% {
    -moz-transform: rotate(12deg);
  }

  30% {
    -moz-transform: rotate(-8deg);
  }

  32% {
    -moz-transform: rotate(8deg);
  }

  34% {
    -moz-transform: rotate(-8deg);
  }

  36% {
    -moz-transform: rotate(8deg);
  }

  38% {
    -moz-transform: rotate(-12deg);
  }

  40% {
    -moz-transform: rotate(0deg);
  }
}

@-o-keyframes header_phone_icon {
  0% {
    -o-transform: rotate(0deg);
  }

  2% {
    -o-transform: rotate(12deg);
  }

  4% {
    -o-transform: rotate(-8deg);
  }

  6% {
    -o-transform: rotate(8deg);
  }

  8% {
    -o-transform: rotate(-8deg);
  }

  10% {
    -o-transform: rotate(8deg);
  }

  12% {
    -o-transform: rotate(-12deg);
  }

  14% {
    -o-transform: rotate(0deg);
  }

  26% {
    -o-transform: rotate(0deg);
  }

  28% {
    -o-transform: rotate(12deg);
  }

  30% {
    -o-transform: rotate(-8deg);
  }

  32% {
    -o-transform: rotate(8deg);
  }

  34% {
    -o-transform: rotate(-8deg);
  }

  36% {
    -o-transform: rotate(8deg);
  }

  38% {
    -o-transform: rotate(-12deg);
  }

  40% {
    -o-transform: rotate(0deg);
  }
}

@-ms-keyframes header_phone_icon {
  0% {
    -ms-transform: rotate(0deg);
  }

  2% {
    -ms-transform: rotate(12deg);
  }

  4% {
    -ms-transform: rotate(-8deg);
  }

  6% {
    -ms-transform: rotate(8deg);
  }

  8% {
    -ms-transform: rotate(-8deg);
  }

  10% {
    -ms-transform: rotate(8deg);
  }

  12% {
    -ms-transform: rotate(-12deg);
  }

  14% {
    -ms-transform: rotate(0deg);
  }

  26% {
    -ms-transform: rotate(0deg);
  }

  28% {
    -ms-transform: rotate(12deg);
  }

  30% {
    -ms-transform: rotate(-8deg);
  }

  32% {
    -ms-transform: rotate(8deg);
  }

  34% {
    -ms-transform: rotate(-8deg);
  }

  36% {
    -ms-transform: rotate(8deg);
  }

  38% {
    -ms-transform: rotate(-12deg);
  }

  40% {
    -ms-transform: rotate(0deg);
  }
}

@media(max-width: 500px) {
  .banner {
    padding: 5px 20px 0px 20px !important;
    background-image: none !important;
  }

  .banner h2 span {
    background: none !important;
  }

  header div.logo div.contact h1 {
    margin-top: 0px;
  }

  .dest-view-banner {
    display: none;
  }

  .mobile-view-banner {
    display: block;
  }

  .mobile-quote-btn {
    margin-top: 15px;
  }
}

.save-average {
  display: inline-block;
  background: #006599;
  color: #fff;
  padding: 4px 10px 4px 10px;
  margin-bottom: 15px;
}


.save-average span {
  color: #fff;
}


.dest-get-quote,
  .mobile-quote-btn {
    display: inline-block;
    text-align: center;
    font-weight: 400;
    border-top: none;
    border-left: none;
    border-right: none;
    overflow: hidden;
    border-radius: 4px;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding: 16px 61px;
    width: auto;
    position: relative;
    background: #2f9ee9;
    border-bottom: 3px solid #257eba;
    margin-bottom: 16px;
    text-transform: none;
    transition: background-color 0.5s ease-out;
    letter-spacing: .02em;
    cursor: pointer;
    margin-top: 30px;
  }

@media (max-width: 500px) {
  .dest-get-quote,
  .mobile-quote-btn {
    display: block;
    text-align: center;
    font-weight: 400;
    border-top: none;
    border-left: none;
    border-right: none;
    overflow: hidden;
    border-radius: 4px;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding: 16px;
    width: 100%;
    position: relative;
    background: #2f9ee9;
    border-bottom: 3px solid #257eba;
    margin-bottom: 16px;
    text-transform: none;
    transition: background-color 0.5s ease-out;
    letter-spacing: .02em;
    cursor: pointer;
    margin-top: 10px;
  }
  .button-one {
    display: block;
    text-align: center;
    border-top: none;
    border-left: none;
    border-right: none;
    overflow: hidden;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding: 17px 0px;
    width: 90%;
    position: relative;
    text-transform: none;
    letter-spacing: .02em;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;
    padding-left: 33px;
  }
  .dest-get-quote span:after, .mobile-quote-btn span:after {
    transition: opacity 0.2s, top 0.2s, right 0.2s;
    opacity: 1;
    border-color: #fff; 
    top: 60%;
    content: ' ';
    position: absolute;
    width: 7px;
    height: 7px;
    margin-top: -6px;
    background: transparent;
    border: 3px solid #FFF;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 220px;
}
}

  @media (max-width: 640px){
header.center div.logo a {
  display: block;
  text-align: center;
  margin: 0px auto 15px auto;
}
header div.logo a img {
  width: 100%;
  margin: 5px 2px 2px 0px;
  max-width: 225px;
}
header.center div.logo div.contact {
  float: none;
  clear: both;
  text-align: center;
  line-height: 28px !important;
}
header.center div.logo div.contact a, header.center div.logo div.contact a:hover {
  display: block;
  margin: 0px auto 0px auto;
  width: 215px !important;
  font-size: 24px !important;
  line-height: 28px !important;
}
header.center div.logo div.contact h1 {
  font-size: 23px !important;
}
header div.logo div.contact h1, header div.logo div.contact a, header div.logo div.contact a:hover {
  padding-left: 0px !important;
}
}
/* banner change css 24-10-2019 css End */