
  .form-control {
    display: block;
    width: 100%;
    line-height: 23px;
    height: 45px;
    font-size: 14px;
    padding: 10px 24px;
    background: white;
    border: 1px solid gray !important;
    border-radius: 50px !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  .get-quote{
    font-weight: 600 !important; 
    
  }
  .card-body ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1 !important; /* Firefox */
  }

  .suggestion {
    max-height: 300px;
    overflow-y: scroll;
    font-size: 12px;
  }

  .suggestion div {
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
  }

  .suggestion div::before {
    font-weight: bold;
    color: var(--primary);
    margin-right: 4px;
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
  }

  .search_sec .suggestion_container {
    top: 0px;
  }
  .address-li{ cursor:pointer; }
  .address-li:hover{ background: #eee;}
  .blink_me1 {
  animation: blinker1 1.5s linear infinite;
}

@keyframes blinker1 {
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 0.5;
  }
}

.blink {
        animation: blinker 1.5s infinite;
        font-weight: bold !important;
    }
      
    @keyframes blinker {
        from { color:black }
        25% { color:white; font-size:15px; font-weight:bold !important; }
        50% { color:white; font-size:15px; font-weight:bold !important; }
        75% { color:sliver; font-size:15px; font-weight:bold !important; }
        to { color:black }
    }

.attr_chooser a.active .h5 span {
    border-bottom: 1px solid var(--primary) !important;
    padding-bottom: 15px
}

.hero-title {
    font-weight: bold !important;
    color: white;
}

.card-title {
    font-weight: bold !important;
    font-size: 1rem !important;
}

.slider {
    display: none;
}

.slider.active {
    display: block;
}

.slider {
    display: none;
}

.TcCs {
    font-size: 9px !important;
}

.slider.active {
    display: block;
}

.sidingimg {
    object-fit: cover;
    height: 650px;
}

.accrodion-container {
    padding: 15px 15px;
    background-color: white;
    border: 1px solid lightgray;
}

.accrodion-title h3 {
    font-weight: bold;
    font-size: 1.2rem;
}

.accrodion-title span {
    font-weight: 300;
    color: blue;
}

.fig-right-border {
    position: absolute;
    right: -26px;
    bottom: 26px;
    width: 222px;
    height: 213px;
    border-bottom-right-radius: 15px;
    background-color: var(--secondary);
    z-index: 0;
}

.custom_li li {
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-weight: bold !important
}

.review-tab-1 h5 {
    color: white;
    padding: 10px 0px 0px 0px;
}

.review-tab-1 p {
    color: white;
    padding: 0px;
}

h1 {
    font-weight: bold !important;
    font-size: 2rem;
}
