html {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
}
a {
  outline: none !important;
}
.vh-footer .row > div {
  margin-bottom: 30px;
}
.vh-footer {
  padding: 75px 0 0;
}
.ccpa-opt-out-icon svg {
    max-width: 40px;
}
.osano-cm-window__widget {
    display: none;
}
@media (max-width: 991px) {
  .vh-footer {
    padding: 45px 15px 15px;
  }
}
.vh-footer .f-info {
     display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid #ddd;
    padding-top: 60px;
}
.footer-logo {
    width: 200px;
    margin: auto;
    display: block;
    margin-bottom: 50px;
}
.vh-footer .f-info .f-brand {
  display: inline-block;
  margin-bottom: 30px;
}
.vh-footer .f-info .f-brand img {
  height: 48px;
  width: auto;
}
@media (max-width: 767px) {
  .vh-footer .f-info .f-brand img {
    height: 32px;
  }
}
.ccpa-opt-out-icon {
    display: inline-block;
    width: 37px;
}
.vh-footer .f-info .cf-link {
  color: #959595;
  text-decoration: none;
  font-size: 16px;
  font-family:medium;
}
@media (max-width: 767px) {
  .vh-footer .f-info .cf-link {
    font-size: 12px;
  }
}
.vh-footer .f-info .cf-link i {
  margin-right: 10px;
}
.vh-footer .f-info .cf-link:hover {
  color: var(--orange);
}
.vh-footer .f-info .verified-images {
  margin-top: 30px;
}
.vh-footer .f-info .verified-images img ~ img {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .vh-footer .f-info .verified-images {
    margin-top: 15px;
  }
  .vh-footer .f-info .verified-images.d-flex {
    flex-wrap: wrap;
  }
  .vh-footer .f-info .verified-images img ~ img {
    margin-left: 0px;
    margin-top: 15px;
  }
}
.vh-footer .quick-links h5 {
  color: var(--brandDullGreen);
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'bold';
}
@media (max-width: 767px) {
  .vh-footer .quick-links h5 {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .vh-footer .quick-links h5.mt-xs-20 {
    margin-top: 10px !important;
  }
}
.vh-footer .quick-links a {
  color: #959595;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-decoration: none !important;
  position: relative;
  transition: color 0.15s linear;
  font-family:'regular';
}
@media (max-width: 767px) {
  .vh-footer .quick-links a {
    font-size: 13px;
  }
}
.vh-footer .quick-links a:after {
  content: "";
  height: 1px;
  width: 0px;
  background-color: var(--brandLightGreen);
  transition: 0.15s linear;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.vh-footer .quick-links a ~ a {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .vh-footer .quick-links a ~ a {
    margin-top: 10px;
  }
}
.vh-footer .quick-links a:hover {
  color: var(--brandLightGreen);
}
.vh-footer .quick-links a:hover:after {
  width: 35px;
}
.vh-subscription {
  padding: 0 0 50px;
  background-color: #fff;
}
.vh-subscription h6 {
  font-size: 20px;
  color: var(--green);
  margin: 0px;
}
.vh-subscription p {
  font-size: 18px;
  color: #959595;
  margin: 0px 0px 10px;
}
.vh-subscription .form-control {
  background-color: #f5f5f5;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 10px;
  padding: 5px 20px;
  min-height: 50px;
  color: #1d1d1d;
}
.vh-subscription .form-control::placeholder {
  color: #979797;
}
.vh-subscription .btn-green {
  background-image: var(--brandGreen);
  color: #fff;
  padding: 10px 35px;
  border-radius: 50px;
  margin: 10px 0px 0px;
}
.vh-subscription .btn-green:hover {
  background-image: var(--brandLightGreen);
  color: #fff;
}
.vh-subscription select.form-control {
  letter-spacing: 1px;
  color: #000;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("../../images/caret.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
.vh-subscription select.form-control:hover {
    cursor: pointer;
}
.vh-subscription select.form-control option {
  color: #1d1d1d;
  letter-spacing: 1px;
}
.vh-subscription select.form-control option:first-child {
  color: #979797;
}
.vh-subscription select.form-control option:hover {
  color: #fff;
}
.vh-subscription ul {
  display: inline-block;
  width: 100%;
  padding: 0px;
  text-align: center;
  margin: 0px;
}
.vh-subscription ul li {
  display: inline-block;
  list-style-type: none;
}
.vh-subscription ul.socials {
  margin: 30px 0px !important;
}
.vh-subscription ul.socials li a {
  font-size: 12px;
  margin: 0 1px;
  text-align: center;
  display: block;
  color: #fff;
  width: 34px;
  height: 32px;
  border-radius: 4px;
  line-height: 32px;
}
.vh-subscription ul.socials li:last-child a {
  margin-right: 0;
}
.vh-subscription ul.socials li:first-child a {
  margin-left: 0;
}
.vh-subscription ul.socials.simples li a {
  color: #fff;
  font-size: 14px;
}
.vh-subscription ul.socials.simples.darkcolor li a {
  color: #495158;
}
.vh-subscription .social-facebook {
  background-color: #3a5898;
  border-color: #3a5898;
}
.vh-subscription .social-insta {
  background-color: #262626;
  border-color: #262626;
}
.vh-subscription .social-twitter {
  background-color: #28a0d2;
  border-color: #28a0d2;
}
.vh-subscription .social-youtube {
  background-color: #c4302b;
  border-color: #c4302b;
}
.vh-subscription .social-linkedin {
  background-color: #0071a8;
  border-color: #0071a8;
}
.vh-subscription .social-google {
  background-color: #be342b;
  border-color: #be342b;
}
.vh-subscription .social-whatsapp {
  background-color: #25d366;
  border-color: #25d366;
}
.vh-subscription ul.socials li a:focus,
.vh-subscription ul.socials li a:hover {
  color: #50c1b0;
  box-shadow: 0px 0 18px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .vh-subscription {
    text-align: center;
  }
}
.vh-branding {
    
}
.vh-branding .row {
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    align-items: center;
    justify-content: space-between;
}
.vh-branding img {
    width: 200px;
}
.vh-branding .socials {
    text-align: right;
    margin-left: 20px;
}
.vh-copyright {
  padding: 20px 0px;
}
.vh-copyright p {
  margin: 0px;
  font-size: 13px;
  color: #808080;
}
.vh-copyright .terms-policy-links a {
  color: #808080;
  text-decoration: none !important;
}
.vh-copyright .terms-policy-links a ~ a {
  margin-left: 15px;
}
.vh-copyright .terms-policy-links a:hover {
  color: var(--brandLightGreen);
}
@media (max-width: 767px) {
  .vh-copyright .d-flex {
    flex-direction: column;
  }
  .vh-copyright p {
    margin-bottom: 6px !important;
    font-size: 14px !important;
  }
  .vh-copyright .terms-policy-links a {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  #nav_menu-4 .quick-links {
    margin-top: 15px !important;
  }
}
.vh-subscription .btn-green {
  min-width: 0px;
  font-size: 16px !important;
  display: inline-block !important;
}
@media (max-width: 420px) {
  .vh-footer .f-info .f-brand img {
    height: 25px;
  }
  #nav_menu-4 .quick-links {
    margin-top: 0 !important;
  }
}
.rate-link {
  display: flex;
  align-items: center;
  font-size: 15px !important;
}

.f-rates {
  display: flex;
  margin-right: 5px !important;
}

.f-rates .fa-star {
  color: #ffc500;
  margin: 0 2px 0 0 !important;
  font-size: 14px;
}
@media (max-width: 520px) {
  .rate-link {
    font-size: 12px !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .rate-link .f-rates {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 991px) {
  .vh-subscription ul.socials {
    margin: 60px 0px !important;
  }
  .vh-subscription .form-control {
    max-width: 320px;
    display: block;
    margin: 0 auto;
  }
}
.field span {
  color: #959595;
  font-size: 16px;
  display: inline-block;
  margin: 10px 0;
}
.toggle-group {
    margin-top: 15px;
    align-items: center;
    display: flex;
    justify-content:center;
}
.site-footer .socials a {
    color: var(--brandGreen);
    font-size: 20px;
    background: none;
    height: auto;
}
.site-footer .socials a:hover {
    box-shadow: none;
    color: var(--brandLightGreen);
}
.state-footer-field {
    padding: 20px;
    border: 2px solid #eee;
    border-radius: 10px;
}
.f-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f-info a {
    width: 49%;
    font-size: 16px;
    padding: 10px 10px 10px 20px;
    border-radius: 5px;
    margin-bottom: 2%;
    background: #f5f5f5;
    transition: none;
}
.f-info a:hover {
    background: #eee;
}
.f-info i {
    width: 25px;
    text-align: center;
    margin-right: 5px;
}
.site-footer .drop-drown {
    justify-content: flex-end;
}
.site-footer .drop-drown button {
    margin-right: 30px;
}
.site-footer .toggle-group strong {
    font-family: 'regular';
}
#footer-newsletter-submit {
    min-width: 250px;
}
.vh-branding .col-lg-9 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}
.site-footer .drop-drown .dropdown-toggle {
    padding: 7px 28px 7px 20px;
    line-height: 1;
    border-radius: 50px;
    font-size: 14px;
    font-family: medium;
    margin: 0px 10px 0 0;
    background-color: #eee;
    color: #495158 !important;
    top: 7px;
    letter-spacing: 1px;
  }

  .site-footer .drop-drown .dropdown-toggle::after {
    right: 15px;
    left: auto;
  }
  .site-footer .drop-drown {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
  }

  .switch-toggle {
    margin: 0 0 0 5px !important;
  }
  @media (max-width: 991px) {
    .site-footer .drop-drown {
      justify-content: center;
      gap: 18px;
    }
    .site-footer .drop-drown .dropdown-toggle {
      padding: 7px 20px 7px 20px;
    }
  }
#custom_html-2 {
    display: none;
}
@media(max-widht:767px)
{
    .toggle-group {
        justify-content: center;
    }
}
.vh-support
{
    margin-top: -50px;
    padding: 100px 0 0 0;
    overflow: hidden;
}
.vh-support .icon
{
  margin-right: 15px;
}
.vh-support .state h3,
.vh-support h3
{
    color:var(--green);
}
.vh-support h3 a
{
    color:var(--orange);
}
.vh-support .state
{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position:relative;
}
.vh-support .support-link img
{
  width:auto;
  filter: hue-rotate(319deg) brightness(0.4);
}
.vh-support img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
@media(min-width:992px)
{
    .vh-support .state::before {
        content: "";
        position:absolute;
        top:0px;
        left:-10vw;
        height:100%;
        width:1px;
        background:#ddd;
    }
}
@media (max-width:991px) {
  .vh-support .d-flex
  {
    flex-direction: column;  
  } 
  .vh-support .icon img
  {
      max-height:100px;
      width:auto;
  }
  .vh-support .icon
  {
      margin-bottom:15px;
  }
  .vh-support .state h3
  {
    font-size: 16px;
  }
  .vh-support h3 a{
    display:block;  
    font-size: 15px;
  }
  .vh-support .text
  {
      text-align:center;
  }
  .vh-support .support-link img
  {
      max-height:20px;
  }
  .vh-support h3 + .support-link {
    margin: 10px 0 !important;
    gap: 7px;
  }
  .vh-support .state
  {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
  }
}

/* new support cta styles */
.support-cta {
    background: linear-gradient(45deg,var(--brandGreen),var(--brandDullGreen));
    padding: 40px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.left img {
    width: 100%;
    margin: -50px 0 -20px 0;
}
.middle h2 {
    color: #fff;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
    text-transform: uppercase;
}
.middle p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}
.middle i {
    margin-right: 5px;
}
.chat-btn {
    background: var(--brandLightGreen);
}
.chat-btn, .phone-btn {
    color: #fff;
    border: 2px solid var(--brandLightGreen);
    padding: 10px 10px 8px 10px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    width: 200px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.chat-btn:hover, .phone-btn:hover {
    color: #fff;
}
.chat-btn:hover {
    background: transparent;
}
.phone-btn:hover {
    background: var(--brandLightGreen);
}
.right{
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #2ed4c1;
    display: flex;
    flex-wrap: wrap;
    align-self: stretch;
    text-align: center;
    align-items: center;
}
.right p {
    color: #fff;
    font-size: 22px;
    margin-top: 0;
    align-self: center;
}
.right a {
    background-image: linear-gradient(to right, #30d890, #2ed4c1);
    padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    font-size: 20px;
    display: block;
    align-self: flex-start;
}
#footer-signup-form .field {
    display: flex;
    align-items: center;
}
#footer-signup-form input {
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 10px 0 0 10px;
    border: none;
}
#footer-signup-form button {
    background: var(--brandLightGreen);
    border-radius: 0 10px 10px 0;
    text-transform: uppercase;
    font-family: 'wide';
}
#footer-signup-form button:hover {
    background: var(--brandGreen);
}
#footer-signup-form input,
#footer-signup-form button {
    height: 50px;
}
@media(max-width: 980px) {
    .left {
        display: none;
    }
    .middle, .right {
        width: 100%;
    }
    .middle a {
        width: 45%;
    }
    .right {
        margin-top: 20px;
    }
    .vh-support img {
        display: none;
    }
}
@media(max-width: 545px) {
    .site-footer .drop-drown .dropdown-toggle {
        top: 0;
    }
    .site-footer .drop-drown {
        margin: 20px 0;
    }
    .site-footer .toggle-group {
        margin-top: 0;
    }
    .vh-subscription {
        padding: 0 0 15px;
    }
    .vh-branding img {
        margin: auto;
        display: block;
    }
    .vh-branding .socials {
        text-align: center;
        margin: 0;
    }
    .f-info a {
        width: 100%;
    }
    .state-footer-field {
        margin-bottom: 15px;
    }
    .vh-support {
        margin-top: 0px;
        padding: 0;
    }
    .support-cta {
        padding: 20px 5px;
    }
    #footer-signup-form .field {
        flex-wrap: wrap;
    }
    #footer-signup-form input, #footer-signup-form button {
        border-radius: 10px;
    }
    #footer-signup-form button {
        margin: 10px 0 0 0;
        width: 100%;
    }
    .middle a {
        width: 100%;
    }
    .phone-btn {
        margin-top: 10px;
    }
    .middle h2 {
        font-size: 22px;
    }
    .right p {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
}