/* Tooltips */
.options-type2-wrap {
    position: relative;
}
html {
  scroll-behavior: smooth;
}
.question-tooltip-icon{
    position: absolute;
    right: 10px;
    top: 12px;
    width: 22px;
    height: 22px;
    background-image: url("./images/question-circle-solid.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 10;
}

.zip-tooltip{
    top: 16px;    
}

.zip-footer-tooltip{
    top: 12px;
}

.contact-tooltip{
    top: 10px;   
}

/* /Tooltips */



.showpopover{
    display: none;
}
.zip-tooltip:hover .showpopover {
    display: block;
    background-color: #322d2d;
    color: white;
    width: 220px;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    top: -48px;
    left: -132px;
    font-size: 11px;
}

.showpopover2{
    display: none;
}
.zip-footer-tooltip:hover .showpopover2 {
    display: block;
    background-color: #322d2d;
    color: white;
    width: 220px;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    top: -48px;
    left: -132px;
    font-size: 11px;
}

.showpopover3{
    display: none;
}
.question-tooltip-icon:hover .showpopover3 {
    display: block;
    background-color: #322d2d;
    color: white;
    width: 220px;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    top: -48px;
    left: -132px;
    font-size: 11px;
}

.showpopover4{
    display: none;
}
.question-tooltip-icon:hover .showpopover4 {
    display: block;
    background-color: #322d2d;
    color: white;
    width: 220px;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    top: -48px;
    left: -132px;
    font-size: 11px;
}

.showpopover5{
    display: none;
}
.question-tooltip-icon:hover .showpopover5 {
    display: block;
    background-color: #322d2d;
    color: white;
    width: 220px;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    top: -48px;
    left: -132px;
    font-size: 11px;
}

.showpopover6{
    display: none;
}
.question-tooltip-icon:hover .showpopover6 {
    display: block;
    background-color: #322d2d;
    color: white;
    width: 220px;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    top: -48px;
    left: -132px;
    font-size: 11px;
}

.showpopover7{
    display: none;
}
.question-tooltip-icon:hover .showpopover7 {
    display: block;
    background-color: #322d2d;
    color: white;
    width: 220px;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    top: -48px;
    left: -132px;
    font-size: 11px;
}



.steps-banner__wrap {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #009688;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
    max-height: 100px;
}

.steps-banner__container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 13px 0;
}

.steps-banner__msg {
    color: #fff;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 400;
}

.steps-banner__close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background-color: transparent;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 30px;
}

.top-banner-enter-active, .top-banner-leave-active {
    -webkit-transition:
        max-height .6s ease-in-out,
        opacity 0.4s ease-in-out;
    transition:
        max-height .6s ease-in-out,
        opacity 0.4s ease-in-out;
}

.top-banner-enter, .top-banner-leave-to {
    opacity: 0;
    max-height: 0;
}

@media (max-width: 767px) {

    .steps-banner__msg {
        font-size: 15px;
    }
}


.v2-progress-fluid-wrap-outer {
    position: sticky;
    max-height: 150px;
    top: 0;
    z-index: 100;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.v2-progress-fluid-wrap-inner {
    padding-bottom: 30px;
}
.v2-progress-fluid-wrap {
    background-color: #fff;
    padding: 20px 15px;
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
}
.v2-progress-wrap {
    max-width: 595px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.v2-countdown_heading {
    font-weight: 400;
    font-size: 24px;
}
.v2-countdown_number {
    font-weight: 700;
    color: #56a3b5;
}
.countdown_loader {
    -webkit-animation: spin-two .9s linear infinite;
    animation: spin-two .9s linear infinite;
    position: relative;
    top: 2px;
    margin: 0 2px;
    color: #676767;
}
.countdown_ico {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='spinner' class='svg-inline--fa fa-spinner fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2360514d' d='M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z'%3E%3C/path%3E%3C/svg%3E");
    display: inline-block;
    width: 1em;
    height: 1em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  @-webkit-keyframes spin-two {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
  }
  
  @keyframes spin-two {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
  }

.heightFade-enter-active,
.heightFade-leave-active {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.heightFade-enter,
.heightFade-leave-to {
    opacity:0;
    max-height:0
}
.errors-cta:hover{
    color: #fff !important;
}
.errorp{
background-color: white;
    padding: 15px 15px 0;
    color: red;
    font-weight: 500;
    display: none;
}

.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

 #success_tic .page-body{
  max-width:300px;
  background-color:#FFFFFF;
  margin:10% auto;
}
 #success_tic .page-body .head{
  text-align:center;
}
/* #success_tic .tic{
  font-size:186px;
} */
#success_tic .close{
      opacity: 1;
    position: absolute;
    right: 0px;
    font-size: 30px;
    padding: 3px 15px;
  margin-bottom: 10px;
}
#success_tic .checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #1ab394;
  position: absolute;
}
#success_tic .checkmark-circle .checkmark {
  border-radius: 5px;
}
#success_tic .checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#success_tic .checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid #fff;
  border-top: 15px solid #fff;
  border-radius: 2.5px !important;
  content: '';
  left: 35px;
  top: 80px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
.modalClose{
  cursor: pointer;
}
.modalClose img{
  cursor: pointer;
}
.homepage-footer-text a{
  cursor: pointer;
}
.contact-footer-p3 a{
  cursor: pointer;
}
