/**
 * Custom Style
 */

.full-background {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-size: cover;
  background-position: center;
  z-index: 0 !important;
}

body>main {
  position: relative;
  z-index: 1;
  padding-bottom: 2rem;
}

body>main>* {
  position: relative;
  z-index: 1;
}

body>main>.bg-white {
  background: transparent !important;
}

body>footer {
  /* margin-top: 0 !important; */
  position: relative;
  z-index: 1;
}

/**
* States
*/

.state-id {
  background-position-y: -2200px;
}

.state-fl {
  background-position: right;
}

@media (max-width: 2000px) {
  .state-id {
    background-position-y: -1700px;
  }
}

@media (max-width: 1900px) {
  .state-id {
    background-position-y: -1500px;
  }
}

@media (max-width: 1800px) {
  .state-id {
    background-position-y: -1400px;
  }
}

@media (max-width: 1700px) {
  .state-id {
    background-position-y: -1300px;
  }
}

@media (max-width: 1600px) {
  .state-id {
    background-position-y: -1200px;
  }
}

@media (max-width: 1500px) {
  .state-id {
    background-position-y: -1100px;
  }
}

@media (max-width: 1400px) {
  .state-id {
    background-position-y: -1000px;
  }
}

@media (max-width: 1300px) {
  .state-id {
    background-position-y: -900px;
  }
}

@media (max-width: 1200px) {
  .state-id {
    background-position-y: -800px;
  }
}

@media (max-width: 1100px) {
  .state-id {
    background-position-y: -700px;
  }
}

@media (max-width: 1000px) {
  .state-id {
    background-position-y: -600px;
  }
}

@media (max-width: 900px) {
  .state-id {
    background-position-y: -500px;
  }
}

@media (max-width: 800px) {
  .state-id {
    background-position-y: -400px;
  }
}

@media (max-width: 700px) {
  .state-id {
    background-position-y: -300px;
  }
}

@media (max-width: 500px) {
  .state-id {
    background-position-y: center;
  }
}

/**
* Animations
*/
@-webkit-keyframes buttonWiggle {
  0% {
    transform: rotate(0deg);
  }

  5% {
    transform: rotate(0deg);
  }

  7% {
    transform: rotate(-2deg);
  }

  8.5% {
    transform: rotate(2deg);
  }

  10% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes buttonWiggle {
  0% {
    transform: rotate(0deg);
  }

  5% {
    transform: rotate(0deg);
  }

  7% {
    transform: rotate(-2deg);
  }

  8.5% {
    transform: rotate(2deg);
  }

  10% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes buttonWiggle2 {
  0% {
    transform: rotate(0deg);
  }

  5% {
    transform: rotate(0deg);
  }

  7% {
    transform: rotate(-5deg);
  }

  8.5% {
    transform: rotate(5deg);
  }

  10% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes buttonWiggle2 {
  0% {
    transform: rotate(0deg);
  }

  5% {
    transform: rotate(0deg);
  }

  7% {
    transform: rotate(-5deg);
  }

  8.5% {
    transform: rotate(5deg);
  }

  10% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes buttonPulse {
  to {
    box-shadow: 0 0 0 8px rgba(47, 158, 233, 0);
  }
}

@keyframes buttonPulse {
  to {
    box-shadow: 0 0 0 8px rgba(47, 158, 233, 0);
  }
}

/* Apply animation to options */
.agent-chat #msg4 .chat-button,
.agent-chat #msg11 .chat-button {
  -webkit-animation: buttonWiggle 3s infinite, buttonPulse 3s infinite cubic-bezier(0.16, 0.01, 0, 1.51);
  animation: buttonWiggle 3s infinite, buttonPulse 3s infinite cubic-bezier(0.16, 0.01, 0, 1.51);
  box-shadow: 0 0 0 0 rgba(47, 158, 233, 0.7);
}


/**
* Bottom Security Icons
*/
.bottom-security-icons {
visibility: hidden;
bottom: 0;
left: 0;
right: 0;
text-align: center;
z-index: 9999;
background: white;
padding: 10px 0;
white-space: nowrap;
}

.bottom-security-icons-fixed {
position: fixed;
}

.bottom-security-icons-absolute {
position: absolute !important;
}

.bottom-security-icons>* {
display: inline-block;
vertical-align: middle;
margin: 0 5px;
text-align: left;
}

.bottom-security-icons>div:first-child {
margin-left: 270px;
}

.bottom-security-icons .truste-certified {
max-width: 135px;
}

.bottom-security-icons .norton {
max-width: 120px;
}

.bottom-security-icons .bbb {
max-width: 110px;
}

@media (max-width: 820px) {
.bottom-security-icons {
padding-left: 10px;
padding-right: 10px;
}
}

@media (max-width: 768px) {
.bottom-security-icons>div:first-child {
margin-left: 0;
}

.bottom-security-icons>div:last-child>div:last-child {
display: inline-block;
white-space: break-spaces;
font-size: 11px !important;
}
}

@media (max-width: 500px) {
.bottom-security-icons .truste-certified {
max-width: 115px;
}

.bottom-security-icons .norton {
max-width: 100px;
}

.bottom-security-icons .bbb {
max-width: 90px;
}
}

@media (max-width: 450px) {
.bottom-security-icons {
padding-left: 5px;
padding-right: 5px;
text-align: center;
}

.bottom-security-icons>div:last-child {
margin-right: 0 !important;
}

.bottom-security-icons>div:last-child>div:last-child {
font-size: 10px !important;
}

.bottom-security-icons>div:last-child>div:last-child>span {
display: block;
}

.bottom-security-icons>div:last-child>div:last-child>span.space {
display: none;
}
}

@media (max-width: 400px) {
.bottom-security-icons .truste-certified {
max-width: 95px;
}

.bottom-security-icons .norton {
max-width: 80px;
}

.bottom-security-icons .bbb {
max-width: 70px;
}
}

@media (max-width: 300px) {
.bottom-security-icons .truste-certified {
max-width: 85px;
}

.bottom-security-icons .norton {
max-width: 70px;
}

.bottom-security-icons .bbb {
max-width: 60px;
}
}

.flipdown > .rotor-group:nth-child(1),
.flipdown > .rotor-group:nth-child(2){
display:none;
}

.flipdown .rotor-group-heading{
display:none;
}

/********** Theme: light **********/
/* Font styles */
.flipdown.flipdown__theme-light {
font-family: sans-serif;
font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-light .rotor-group-heading:before {
color: #ffffff;
}
/* Delimeters */
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
background-color: #cfd4d9;
}
/* Rotor tops */
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
color: #222222;
background-color: #f6f8f9;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
color: #333333;
background-color: #ffffff;
}
/* Hinge */
.flipdown.flipdown__theme-light .rotor:after {
border-top: solid 1px #e2e5e9;
}

/* Small flipdown */
.flipdown-sm {
width: auto;
height: auto;
display: inline-block;
}

.flipdown-sm .rotor {
font-size: 2.2rem;
margin-right: 3px;
}

.flipdown-sm .rotor,
.flipdown-sm .rotor-leaf,
.flipdown-sm .rotor-leaf-front,
.flipdown-sm .rotor-leaf-rear,
.flipdown-sm .rotor-top,
.flipdown-sm .rotor-bottom,
.flipdown-sm .rotor:after {
width: 30px;
}

.flipdown-sm .rotor-group {
padding-right: 20px;
}

.flipdown-sm .rotor-group:last-child {
padding-right: 0px;
}

.flipdown-sm .rotor-group-heading:before {
font-size: 0.8rem;
height: 20px;
line-height: 20px;
}

.flipdown-sm .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown-sm .rotor-group:nth-child(n+2):nth-child(-n+3):after {
left: 69px;
}

.flipdown-sm .rotor-group:nth-child(n+2):nth-child(-n+3):before {
bottom: 13px;
height: 8px;
width: 8px;
}

.flipdown-sm .rotor-group:nth-child(n+2):nth-child(-n+3):after {
bottom: 29px;
height: 8px;
width: 8px;
}

.flipdown-sm .rotor-leaf-front,
.flipdown-sm .rotor-top {
line-height: 50px;
}

.flipdown-sm .rotor-leaf,
.flipdown-sm .rotor {
height: 50px;
}

.flipdown-sm .rotor-leaf-front,
.flipdown-sm .rotor-leaf-rear,
.flipdown-sm .rotor-top,
.flipdown-sm .rotor-bottom,
.flipdown-sm .rotor:after {
height: 25px;
}
.agent-chat .hidden {
  display: none !important;
}

.warning-prll {
  text-align: center;
  display: inline-block;
  color: white;
  width: 190px;
  height: auto;
  padding: 5px 30px;
  background: #b62b1c;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  text-transform: uppercase;
  font-weight: bold;
  box-sizing: border-box;
}

.text-prll {
  text-align: center;
  display: inline-block;
  color: white;
  width: 370px;
  height: auto;
  padding: 5px 30px;
  background: #101e95;
  -webkit-clip-path: polygon(5.1% 0, 100% 0, 94.9% 100%, 0% 100%);
  clip-path: polygon(5.1% 0, 100% 0, 94.9% 100%, 0% 100%);
  text-transform: uppercase;
  font-weight: bold;
  margin-left: -24px;
  box-sizing: border-box;
}

@media (max-width: 620px) {
  .warning-prll {
    width: 160px;
  }

  .text-prll {
    width: 310px;
  }
}

@media (max-width: 485px) {
  .warning-prll {
    width: 140px;
    padding: 5px 20px;
  }

  .text-prll {
    width: 280px;
    padding: 5px 20px;
  }
}

@media (max-width: 450px) {
  .warning-prll {
    font-size: 13px;
    width: 100px;
    padding: 5px 10px;
    line-height: 20px;
  }

  .text-prll {
    font-size: 13px;
    width: 230px;
    padding: 5px 10px;
    margin-left: -18px;
    line-height: 20px;
  }
}


.hidden2 {
  display: none;
}

@media (max-width: 991.98px) {

  .md\:hidden,
  .md\:hidden2 {
    display: none;
  }

  .md\:block {
    display: block;
  }
}

.typing-animation {
  display: inline-flex;
  align-items: center;
}

.typing-dot {
  width: 8px;
  height: 8px;
  background-color: #a7a7a7;
  border-radius: 50%;
  margin-right: 4px;
  animation: typing 1s infinite;
}

@keyframes typing {
  0% {
    opacity: 0.3;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  100% {
    opacity: 0.3;
    transform: scale(1);
  }
}


.bg-gray {
  background-color: rgb(240, 240, 240);
}

@media (max-width: 768px) {
  #website-logo1 {
    height: 50px;
  }
}

.red {
  color: #cd3934;
  font-weight: 700;
}


.animated_btn {
  transition: all 0.1s ease;
  animation: zoomRotate 1s infinite;
}

@keyframes zoomRotate {

  0%,
  100% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.1);
  }

  40% {
    transform: rotate(10deg) scale(1.1);
    transform-origin: center top;
  }

  60% {
    transform: rotate(-10deg) scale(1.1);
    transform-origin: center bottom;
  }

  80% {
    transform: rotate(0) scale(1.1);
  }
}



a.button-animated {
  background: rgb(59, 130, 246);
  border: none;
  border-radius: 9999px;
  padding: 14px 26px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  display: flex;

}

.min-h-screen {
    min-height: 100vh;
}