
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');


.blink {
    animation: blinker 1s linear infinite;
}
  
.caveat-font {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
@keyframes blinker {
    from { opacity: 1.0; }
    50% { opacity: 0.5; }
    to { opacity: 1.0; }
}

.text-green {
    color: #14A44D !important;
  }

  .x_wd_blue_highlight_01 {
    background-image: url("/assets/images/blue_highlight_01.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
}

.x_wd_yellow_highlight_bold_05 {
    background-image: url("/assets/images/yellow_highlight_bold_05.svg");
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
}
.big-img img{
    width: 50px !important;
}

#contactForm input:focus, textarea:focus{
    background-color: khaki !important;
}
/*# sourceMappingURL=custom.min.css.map */

#planDetailsModal .bg-theme {
    background-color: #054862;
}
#planDetailsModal .bg-theme h5 {
    color: #fff;
}
.sticky-sidebar .arrow-navtabs .nav-link:before {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}