/*! VZRF Version 2.18.1 */
/* line 1, ../../scss/app/_helper.scss */
a {
  font-weight: bold;
}

/* line 4, ../../scss/app/_helper.scss */
.main, .m_footer {
  max-width: 58.75rem;
  margin: 0 auto;
}

/* line 8, ../../scss/app/_helper.scss */
.no-decoration {
  text-decoration: none;
}

/* line 1, ../../scss/app/_header.scss */
.w_header {
  /*For Mobiles*/
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  max-width: 100%;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 7;
  /*@media only screen and (min-width:48rem){
      position: static;
  }*/
}

@media only screen and (min-width: 60.625rem){
.m_button-services .large-p-80 {
    width: 89% !important;
}
}

@media only screen and (min-width: 48rem){
#dvLQSection .large-p-80  {
    width: 90% !important;

}
}

@media (max-width:375px) {
    .service-details h3 {
        line-height: normal !important;
    }
}
@media (max-width: 47.9375em) {
  /* line 1, ../../scss/app/_header.scss */
  .w_header {
    height: 4.5625rem;
    /*overflow: hidden;*/
    /*COMMENTED 'CZ TABS CONTENT IS NOT SHOWING BELOW 768PX*/
    webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
}

/* line 25, ../../scss/app/_header.scss */
.w_topnav {
  /* For Mobiles*/
  margin: 0 0 0 0;
  /* For tablet potrait*/
  /* For Tablet landscape and desktop*/
  display: block;
  width: auto;
  height: 3.25rem;
}
@media (min-width: 48em) and (max-width: 60.5625em) {
  /* line 25, ../../scss/app/_header.scss */
  .w_topnav {
    margin: 0 0 0 12.1875rem;
  }
}
@media (min-width: 60.625em) {
  /* line 25, ../../scss/app/_header.scss */
  .w_topnav {
    margin: 0 0 0 14.7rem;
  }
}

/* line 42, ../../scss/app/_header.scss */
.header_wrapper {
  /* For Mobile*/
  width: 100%;
  margin: 0 auto;
  height: 4.5625rem;
  background: #fff;
  border-bottom: 1px solid #f6f6f6;
  position: fixed;
  text-align: left;
  z-index: 600;
  box-sizing: content-box;
  letter-spacing: 0px;
  /*For Tablets and Desktops*/
}
@media (min-width: 48em) {
  /* line 42, ../../scss/app/_header.scss */
  .header_wrapper {
    max-width: 61.5rem;
    min-width: 37.5rem;
    width: 100%;
    margin: 0 auto;
    position: static;
    min-height: 8.9375rem;
    border-bottom: none;
    position: relative;
  }
}

/* line 67, ../../scss/app/_header.scss */
.header_wrapper ul li {
  background: 0;
  padding: 0;
}

/* line 73, ../../scss/app/_header.scss */
.vz_logo {
  /* For Mobiles*/
  display: none;
  /* For tablets and desktop*/
}
@media (min-width: 48em) {
  /* line 73, ../../scss/app/_header.scss */
  .vz_logo {
    display: block;
    position: relative;
    left: 1.25rem;
    margin-right: 2.5rem;
  }
  /* line 83, ../../scss/app/_header.scss */
  .vz_logo a {
    display: block;
    height: 8.125rem;
    left: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 9.75rem;
    float: left;
  }
  /* line 93, ../../scss/app/_header.scss */
  .vz_logo a img {
    border: 0;
  }
}

/* line 101, ../../scss/app/_header.scss */
.vz_mobilelogo {
  display: block;
  position: absolute;
  left: 1.25rem;
  /*margin-left: rem-calc(53.757);*/
  width: 8.125rem;
  height: 4.5625rem;
  margin-right: 0;
}
/* line 110, ../../scss/app/_header.scss */
.vz_mobilelogo a {
  display: block;
  height: 3.5rem;
  /*left: rem-calc(50);*/
  position: absolute;
  overflow: hidden;
  top: 0.3125rem;
  width: 6.25rem;
}
/* line 119, ../../scss/app/_header.scss */
.vz_mobilelogo a img {
  border: 0;
}
/* line 124, ../../scss/app/_header.scss */
.vz_mobilelogo div.vzicon {
  margin-right: 0;
  margin-top: 1.5625rem;
}
@media (min-width: 48em) {
  /* line 101, ../../scss/app/_header.scss */
  .vz_mobilelogo {
    display: none;
  }
}

/* line 135, ../../scss/app/_header.scss */
.header_wrapper {
  width: 100%;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  text-transform: none;
  /*padding-right: rem-calc(20);*/
}
@media (min-width: 48em) {
  /* line 135, ../../scss/app/_header.scss */
  .header_wrapper {
    min-width: 37.5rem;
    max-width: 100%;
    width: 100%;
  }
}
/*Media query for iPhoneX*/
@media only screen
 and (min-device-width: 375px)
 and (max-device-width: 812px)
 and (orientation : landscape)
 and (-webkit-min-device-pixel-ratio: 3){
html.entry {
   overflow: visible !important;
   height: 100%;
}
body{
 height: 71vh;
}
   }
   /*Media query for Pixel 2XL*/
	@media only screen
 and (min-device-width: 411px)
 and (max-device-width: 823px)
 and (orientation : landscape)
 and (-webkit-min-device-pixel-ratio: 3.5){
html.entry {
   overflow: visible !important;
   height: 100%;
}
body{
 height: 65vh;
}
   }
    /*Media query for iPadPro*/
   @media only screen
 and (min-device-width: 1024px)
 and (max-device-width: 1366px)
 and (-webkit-min-device-pixel-ratio: 2) {
   footer.clear{
   position: absolute;
    width: 100% !important;
   }}
   /*Media query for iPad*/
@media only screen
 and (min-device-width: 768px)
 and (max-device-width: 1024px)
 and (-webkit-min-device-pixel-ratio: 1) {
footer.clear{
   position: absolute;
    width: 100% !important;
   }
}
/* line 154, ../../scss/app/_header.scss */
.main, .m_footer {
  max-width: 100%;
  margin: 0 auto;
}

/* line 158, ../../scss/app/_header.scss */
.m_footer {
  padding-left: 0.9375rem;
  border-top: 1px solid #ccc;
}

/* line 162, ../../scss/app/_header.scss */
.topnav_userlinks {
  display: block;
  list-style-type: none;
  width: auto;
  float: right;
  margin: 1.125rem 0 0;
}

/* line 170, ../../scss/app/_header.scss */
.m_drop-list-options.m_drop-list-shadow {
  -webkit-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.4);
  width: 11rem;
  z-index: 2;
}
/* line 176, ../../scss/app/_header.scss */
.m_drop-list-options.m_drop-list-shadow > a.active::before {
  content: '';
}

/* line 7, ../../scss/app/_smb-homepage.scss */
.smb-promotions {
  background: #f6f6f6;
  min-height: 220px;
}
/* line 11, ../../scss/app/_smb-homepage.scss */
.smb-promotions.height-auto {
  height: auto;
  min-height: inherit;
}

/* line 17, ../../scss/app/_smb-homepage.scss */
.smb-container {
  max-width: 58.75rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
}
@media only screen and (max-width: 47.9375rem) {
  /* line 23, ../../scss/app/_smb-homepage.scss */
  .smb-container .tiny-text-medium {
    font-size: 1rem !important;
    line-height: 1.3125rem;
  }
  /* line 28, ../../scss/app/_smb-homepage.scss */
  .smb-container .tiny-text-small {
    font-size: 0.875rem !important;
    line-height: 1.3125rem;
  }
  /* line 33, ../../scss/app/_smb-homepage.scss */
  .smb-container .tiny-text-tiny {
    font-size: 0.75rem !important;
    line-height: 1.125rem;
  }
  /* line 38, ../../scss/app/_smb-homepage.scss */
  .smb-container .tiny-bg-white {
    background-color: #fff !important;
  }
  /* line 42, ../../scss/app/_smb-homepage.scss */
  .smb-container .tiny-inline-block {
    display: inline-block;
  }
  /* line 46, ../../scss/app/_smb-homepage.scss */
  .smb-container .tiny-mw-50 {
    max-width: 50px;
  }
}

/* line 57, ../../scss/app/_smb-homepage.scss */
.smb_carousel .c_innerbox {
  min-height: 270px;
  display: table;
  width: 100%;
  height: 270px;
}
/* line 63, ../../scss/app/_smb-homepage.scss */
.smb_carousel .c_innerbox > div {
  display: table-cell;
  vertical-align: middle;
}

/* line 70, ../../scss/app/_smb-homepage.scss */
.col-wrap {
  min-height: 255px;
}
@media only screen and (max-width: 47.9375rem) {
  /* line 70, ../../scss/app/_smb-homepage.scss */
  .col-wrap {
    min-height: 190px;
  }
}

/* line 79, ../../scss/app/_smb-homepage.scss */
.cust-line-height > li {
  line-height: 1.6125rem;
}

/* line 84, ../../scss/app/_smb-homepage.scss */
.steps-wrap {
  display: table;
  margin-bottom: 20px;
}
/* line 88, ../../scss/app/_smb-homepage.scss */
.steps-wrap > div {
  display: table-cell;
  vertical-align: middle;
}

/* line 94, ../../scss/app/_smb-homepage.scss */
.steps-circle {
  width: 3.375rem;
  height: 3.375rem;
  background-color: #ABE0F9;
  border-radius: 3.75rem;
  text-align: center;
  line-height: 3.75rem;
}

/* line 105, ../../scss/app/_smb-homepage.scss */
.w_list-control.smb-list > li {
  background-color: #f6f6f6;
  padding-left: 0;
  padding-right: 0;
}
/* line 110, ../../scss/app/_smb-homepage.scss */
.w_list-control.smb-list > li:first-child {
  border-top: none !important;
}
/* line 113, ../../scss/app/_smb-homepage.scss */
.w_list-control.smb-list > li.m_header:first-child {
  border-top: none !important;
}
/* line 119, ../../scss/app/_smb-homepage.scss */
.w_list-control.custom-accord > li:first-child {
  border: none !important;
}
/* line 123, ../../scss/app/_smb-homepage.scss */
.w_list-control.custom-accord > li.m_header:first-child {
  border-top: none !important;
}
/* line 127, ../../scss/app/_smb-homepage.scss */
.w_list-control.custom-accord .m_accordion-summary {
  padding-right: 0 !important;
}
/* line 129, ../../scss/app/_smb-homepage.scss */
.w_list-control.custom-accord .m_accordion-summary.open + .m_accordion-details {
  border: none;
  padding-top: 0;
}
/* line 135, ../../scss/app/_smb-homepage.scss */
.w_list-control.custom-accord .m_accordion-summary::before {
  top: 2.525rem;
  right: 0;
  visibility: hidden;
}
@media only screen and (max-width: 47.9375rem) {
  /* line 135, ../../scss/app/_smb-homepage.scss */
  .w_list-control.custom-accord .m_accordion-summary::before {
    visibility: visible;
  }
}
/* line 148, ../../scss/app/_smb-homepage.scss */
.w_list-control.custom-accord .m_accordion-details {
  /*@media only screen and (max-width: 47.9375rem) {             
      display: none;
     }    
   display: list-item !important;
   height:auto;*/
}
/* line 158, ../../scss/app/_smb-homepage.scss */
.w_list-control.c_bg-grey5 > li {
  background-color: #e4e5e3 !important;
}
/* line 162, ../../scss/app/_smb-homepage.scss */
.w_list-control.c_bg-grey5 .m_accordion-summary {
  padding-top: 10px;
  padding-bottom: 0;
}
/* line 166, ../../scss/app/_smb-homepage.scss */
.w_list-control.c_bg-grey5 .m_accordion-summary::before {
  top: 1.175rem;
  right: 0;
}
/* line 171, ../../scss/app/_smb-homepage.scss */
.w_list-control.c_bg-grey5 .m_accordion-summary > span {
  color: #959595 !important;
}
/* line 176, ../../scss/app/_smb-homepage.scss */
.w_list-control.c_bg-grey5 .m_accordion-summary.open > span {
  color: #333 !important;
}
/* line 182, ../../scss/app/_smb-homepage.scss */
.w_list-control.c_bg-grey5 .m_accordion-details {
  padding-top: 0.320rem !important;
  padding-right: 0 !important;
}
/* line 188, ../../scss/app/_smb-homepage.scss */
.w_list-control > li {
  padding-left: 0;
}

/* line 194, ../../scss/app/_smb-homepage.scss */
.swiper-container .swiper-button-prev::before {
  content: "\e625";
}
/* line 198, ../../scss/app/_smb-homepage.scss */
.swiper-container .swiper-button-next::before {
  content: "\e631";
}
/* line 202, ../../scss/app/_smb-homepage.scss */
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  background-image: none;
}
/* line 206, ../../scss/app/_smb-homepage.scss */
.swiper-container .swiper-pagination-bullet-active {
  background: #4b4b4b;
}
/* line 210, ../../scss/app/_smb-homepage.scss */
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  text-decoration: none;
  -webkit-transform: rotate(0deg);
  background-color: #959595;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 6.1875rem;
  line-height: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
}

/* line 224, ../../scss/app/_smb-homepage.scss */
.carousel-wrapper {
  position: relative;
}
/* line 227, ../../scss/app/_smb-homepage.scss */
.carousel-wrapper .swiper-button-prev {
  left: -10px;
}
/* line 231, ../../scss/app/_smb-homepage.scss */
.carousel-wrapper .swiper-button-next {
  right: -10px;
}
/* line 235, ../../scss/app/_smb-homepage.scss */
.carousel-wrapper .swiper-button-prev, .carousel-wrapper .swiper-button-next {
  text-decoration: none;
  -webkit-transform: rotate(0deg);
  background-color: #959595;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 6.1875rem;
  line-height: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  background-image: none;
  position: absolute;
  top: 50%;
  margin-top: -2.875rem;
}
/* line 252, ../../scss/app/_smb-homepage.scss */
.carousel-wrapper .swiper-pagination-bullet-active {
  background: #4b4b4b;
}
/* line 256, ../../scss/app/_smb-homepage.scss */
.carousel-wrapper .swiper-button-prev::before, .carousel-wrapper .swiper-button-next::before {
  content: "\e625";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
  font-size: 1.125rem;
}
/* line 274, ../../scss/app/_smb-homepage.scss */
.carousel-wrapper .swiper-button-prev:hover, .carousel-wrapper .swiper-button-next:hover {
  background-color: #4b4b4b;
  cursor: pointer;
}
/* line 279, ../../scss/app/_smb-homepage.scss */
.carousel-wrapper .swiper-button-prev::before {
  position: relative;
  left: -0.0625rem;
  content: "\e625";
}
/* line 285, ../../scss/app/_smb-homepage.scss */
.carousel-wrapper .swiper-button-next::before {
  position: relative;
  left: 0.125rem;
  content: "\e631";
}

/* line 292, ../../scss/app/_smb-homepage.scss */
.service-price_dollar {
  width: 1.8rem;
  height: 1.8rem;
  background-color: #abe0f9;
  border-radius: 1.5rem;
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  text-align: center;
  float: left;
}

/* line 306, ../../scss/app/_smb-homepage.scss */
.service-price_value {
  font-size: 3.75rem;
  font-weight: bold;
  color: #cd040b;
  display: inline-block;
  line-height: 3.9375rem;
  float: left;
}

@media only screen and (max-width: 47.9375rem) {
  /* line 316, ../../scss/app/_smb-homepage.scss */
  .service-price_value {
    font-size: 3rem;
  }
}
/* line 321, ../../scss/app/_smb-homepage.scss */
.service-price_month {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  float: left;
  position: relative;
  top: 0.1875rem;
}

/* line 330, ../../scss/app/_smb-homepage.scss */
.smb-rewards-trigger {
  position: absolute;
  bottom: -2.375rem;
  left: 50%;
  margin-left: -1.5rem;
  cursor: pointer;
}
/* line 337, ../../scss/app/_smb-homepage.scss */
.smb-rewards-trigger.vzicon::before {
  color: #cd040b !important;
}
/* line 341, ../../scss/app/_smb-homepage.scss */
.smb-rewards-trigger.icon-plus-alt::after, .smb-rewards-trigger.icon-clear::after {
  position: absolute;
  text-align: center;
  font-weight: bold;
  color: #0066cc;
  width: 7.5rem;
  height: 4.0625rem;
  display: block;
  text-align: center;
  top: -1.875rem;
  left: 50%;
  margin-left: -3.75rem;
  font-size: 1rem;
}
/* line 356, ../../scss/app/_smb-homepage.scss */
.smb-rewards-trigger.icon-plus-alt::after {
  content: 'View rewards';
}
/* line 360, ../../scss/app/_smb-homepage.scss */
.smb-rewards-trigger.icon-clear::after {
  content: 'Hide rewards';
}

/* line 365, ../../scss/app/_smb-homepage.scss */
.c_tooltip {
  display: none;
  position: absolute;
  z-index: 350;
  top: 30px;
  left: auto;
  right: 0;
  margin-left: 1.25rem;
  padding: 1.25rem;
  text-align: left;
  background-color: #fff;
  border: 0.0625rem solid #cccccc;
  cursor: default;
  color: #333;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.25);
}
/* line 381, ../../scss/app/_smb-homepage.scss */
.c_tooltip::before {
  content: '';
  width: 0.75rem;
  height: 1.5625rem;
  position: absolute;
  left: -0.6875rem;
  top: 0.375rem;
  overflow: hidden;
  border-right: 0.0625rem solid #fff;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%271.0%27%20encoding%3D%27utf-8%27%3F%3E%0A%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%09%20viewBox%3D%270%200%2039%2039%27%20style%3D%27enable-background%3Anew%200%200%2039%2039%3B%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cstyle%20type%3D%27text%2Fcss%27%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%09.st1%7Bfill%3A%23CCCCCC%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%276.7%27%20y%3D%276.7%27%20transform%3D%27matrix(-0.7071%200.7071%20-0.7071%20-0.7071%2047.0772%2019.5)%27%20class%3D%27st0%27%20width%3D%2725.6%27%20height%3D%2725.6%27%2F%3E%0A%09%3Cpath%20class%3D%27st1%27%20d%3D%27M19.5%2C2.8l16.7%2C16.7L19.5%2C36.2L2.8%2C19.5L19.5%2C2.8%20M19.5%2C0L0%2C19.5L19.5%2C39L39%2C19.5L19.5%2C0L19.5%2C0z%27%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 1.5625rem 1.5625rem;
  background-repeat: no-repeat;
}
/* line 395, ../../scss/app/_smb-homepage.scss */
.c_tooltip.c_top::before {
  left: auto;
  right: 10.3125rem;
  border-right: none;
  border-left: 0.0625rem solid #fff;
  background-position: -0.875rem 0;
  transform: rotate(-90deg);
  top: -18px;
}
/* line 405, ../../scss/app/_smb-homepage.scss */
.c_tooltip.active {
  display: block;
}

@media only screen and (max-width: 60.5625rem) {
  /* line 412, ../../scss/app/_smb-homepage.scss */
  .w_tooltip.tiny-tooltip {
    width: 100% !important;
    max-width: inherit !important;
    top: 1.875rem;
    left: 0;
    margin-left: 0;
  }
  /* line 419, ../../scss/app/_smb-homepage.scss */
  .w_tooltip.tiny-tooltip::before {
    transform: rotate(90deg);
    top: -1.10rem;
    left: 2rem;
  }
}
@media only screen and (min-width: 48rem) {
  /* line 427, ../../scss/app/_smb-homepage.scss */
  .w_tooltip.medium-tooltip {
    width: 22rem !important;
    max-width: 20rem !important;
    top: 1.875rem;
    left: -6rem;
    margin-left: 0;
  }
  /* line 434, ../../scss/app/_smb-homepage.scss */
  .w_tooltip.medium-tooltip::before {
    transform: rotate(-90deg);
    top: -1.10rem;
    left: 8rem;
  }
}
/*external design team added*/
.overlayclose{
    position:absolute;
    right: 10px;
    top: 5px;
    cursor:pointer;
    z-index:101;
}

.border-radius10
{
    border-radius: 10px;
}

.border-radius10
{
    border-radius: 10px;
}
.button.cta-text::before, .button.link-text::before, a.button.cta-text::before, a.button.link-text::before {
    color: #000 !important;
    right: 0.375rem;
}
.button.cta-text, .button.link-text, a.button.cta-text, a.button.link-text {
    font-size: 1.25rem !important;
}
.button.cta-text:hover:not(.no-animate)::before, .button.link-text:hover:not(.no-animate)::before, a.button.cta-text:hover:not(.no-animate)::before, a.button.link-text:hover:not(.no-animate)::before {
    color: #000 !important;
    right: -0.25rem;
}
