   .line-v 
 { 
    width: 1px;
    background: #ffffff70;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.line-v span {
    background: #f28808;
    padding: 1px 8px;
    border-radius: 5px;
    font-size: 14px;
}
.landingCardsMain { 
         position: relative;
    z-index: 9;
}

table.table-main {
    width: 100%;
    border: solid 1px;
}
table.table-main tr th, td {
    border-right: solid 1px;
    padding: 13px;
}
table.table-main tr th, td {
    border-bottom:  solid 1px;
    padding: 13px;
}
.main-color{
    color: #F28705;
}

.testimonial-card { 
    min-height: 327px;
}

.trust{
   background: #3a3b3e;
    height: 100%;
    padding: 22px;
    border-radius: 15px;
    border: solid 1px #5b5c5e;
}

.powerdby {
    width: 140px;
    border: solid 2px #41425f;
    border-radius: 5px;
}
 

.landingCardsMainWrap {
    width: fit-content; 
}

.limtedForm {
    padding: 22px;
    margin-top: 10px !important;
}

.feature-box-2-mobile{
   display: none;
}
.feature-box-2-desktop{
   display: block
}

  .offerShow {
    background: #fe1313;
    width: fit-content;
    margin: auto;
    padding: 4px 18px;
    border-radius: 55px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 9px;
}

.priceOffer::before {
    content: '';
    position: absolute;
    top: 12px;
    width: 54px;
    height: 3px;
    background: red;
}

.priceOffer {
    font-size: 22px;
    margin-right: 16px;
}

@media only screen and (max-width: 767px) {
   .page-header2 h2 {
    font-size: 20px;
    line-height: 1.2;
}
a.btn.btn-primary.btn-raised.mt-4 {
    width: 100%;
    font-size: 10px;
    height: 37px;
}


  .landingCardsMain {
    gap: 13px !important;
    justify-content: center;
}
.landingCardsMainWrap {
    width: 100%; 
}
.feature-box-2-mobile{
   display: block;
}
.feature-box-2-desktop{
   display: none
}
.landingCardsMain {
     flex-wrap: wrap;
         position: relative;
    z-index: 9;
}
}
.risk {
    background: #0000005e;
    width: fit-content;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
    padding: 10px 26px;
    font-weight: 600;
    border-radius: 148px;
    border: solid red;
    color: red;
    
}

.risk span{
   animation: blink 1.5s steps(2, jump-none) infinite;
}
@keyframes blink {
  50% { opacity: 0; }
}

 
@media (prefers-reduced-motion: reduce) {
  .risk span { animation: none; }
}



 
.introTeam {
    background: #f7931d;
    width: fit-content;
    text-align: center;
    margin: auto;
    padding: 12px 19px;
    border-radius: 55px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 9px;
}

.feachureTeam {
    background: #26272b;
    padding: 30px 17px;
    border-radius: 11px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    text-align: center;
    height: 100%;
}

.bg-grayTema{
    background-color: #26272B;
    border-top: solid 1px #454549;
    border-bottom: solid 1px #454549;
}

.SchedulingTeam {
    background: #393a3f;
    padding: 50px 0;
    border-radius: 8px;
}

.blinks{
   animation: blink 1.5s steps(2, jump-none) infinite;
}
@keyframes blink {
  50% { opacity: 0; }
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .blinks { animation: none; }
}

.template-showcase {
	background: url('/site/graphics/header-bg-template.png') left -65px no-repeat;
}

.template-showcase {
	background: url('/site/graphics/header-bg-template.png') left top no-repeat;
}