input#form2sub {
  display: none;
}
#topfbx{display: none;}
#form3sub{display: none;}

.topform {
    max-width: 100%;
}
span.wpcf7-spinner {
    display: none;
}
.wpcf7-form p {
    margin: 0px;
}
.topfb {
    width: 170px;
    float: right;
}
.topform {
    max-width: 100%;
    padding: 5px;
    border-radius: 20px;
    padding-left: 10px;
    border: 2px solid #000;
}
span.wpcf7-not-valid-tip {
    display: none;
}
#wpcf7-f20-o1 .wpcf7-response-output {
    position: absolute;
    right: 0;
    width: calc(100% - 15px);
    font-size: 12px;
    text-align: center;
    background: #fff;
}

#wpcf7-f203-o2 .wpcf7-response-output{
 font-size: 12px;
    text-align: center;
    background: #fff;
    margin: 5px;
}
#wpcf7-f264-o3 .wpcf7-response-output{
  font-size: 12px;
     text-align: center;
     background: #fff;
     margin: 5px;
     margin-bottom: 20px;
 }


#wpcf7-f20-o1 .wpcf7-not-valid {
    border: 2px solid #ff5c00;
}
#wpcf7-f203-o2 .wpcf7-not-valid {
  border: 2px solid #ff5c00;
}
span.callback {
  float: left;
  color: #ff5c00;
  position: absolute;
  font-size: 18px;
}
.mapcont {
  margin-top: 30px;
}
.cont_block {
  margin-top: 40px;
}
section.my-5.my-5x {
  margin-top: 3rem !important;
}
.car_block{
  margin-top: 2rem !important;

}
.my-5x a.btn.btn-primary {
  margin-top: 50px;
}

@media (max-width: 1200px) {
    .topform {
        width: 100%;
        margin-bottom: 10px;
    }
    .topfb {
        float: none;
        margin: auto;
        margin-top: 20px;
    }

}
@media (max-width: 768px) {
  span.callback {
    float: none;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }

}



/*--------------------------------*/
.card {
    box-shadow: 0 2px 2px rgba(43, 50, 75, 0.1);
    transition: box-shadow .25s ease;
  }
  
  .card-footer {
    border-top: 1px solid #e8e8ea;
    background-color: transparent;
  }
  
  .card .btn {
    z-index: 1;
  }
  
  .card-hover:hover {
    box-shadow: 0 4px 8px rgba(43, 50, 75, 0.1), 0 2px 16px rgba(43, 50, 75, 0.1), 0 4px 32px rgba(43, 50, 75, 0.04);
  }
  
  .card-no-shadow {
    box-shadow: none !important;
  }
  
  .card-fixed-width-sm, .col-fixed-width-sm {
    width: 450px;
  }
  
  @media (max-width: 575.98px) {
    .card-fixed-width-sm, .col-fixed-width-sm {
      width: 100%;
    }
  }
  
  .card-fixed-width-md, .col-fixed-width-md {
    width: 600px;
  }
  
  @media (max-width: 767.98px) {
    .card-fixed-width-md, .col-fixed-width-md {
      width: 100%;
    }
  }
  
  .card-fixed-width-lg, .col-fixed-width-lg {
    width: 800px;
  }
  
  @media (max-width: 991.98px) {
    .card-fixed-width-lg, .col-fixed-width-lg {
      width: 100%;
    }
  }
  
  .card-fixed-width-md, .col-fixed-width-md {
    width: 600px;
  }
  
  @media (max-width: 767.98px) {
    .card-fixed-width-md, .col-fixed-width-md {
      width: 100%;
    }
  }
  
  .card-columns {
    column-gap: 25px;
  }
  
  .card-columns .card {
    display: inline-block;
  }
  
  @media (min-width: 576px) and (max-width: 767.98px) {
    .card-columns {
      column-count: 1;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    .card-columns {
      column-count: 2;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .card-columns {
      column-count: 3;
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    .card-columns {
      column-count: 3;
    }
  }
  
  @media (min-width: 1400px) {
    .card-columns {
      column-count: 4;
    }
  }
  
  .card h2, .card .h2 {
    font-size: 1.6rem;
    margin-top: 0.2rem;
  }
  
  .card-grey {
    background-color: #f5f5f6;
    box-shadow: none;
  }
  
  .card-grey .btn-light {
    --bs-btn-border-color: var(--bs-gray-200);
  }
  
  .card-grey-on-grey {
    background-color: #ededef;
    box-shadow: none;
  }
  
  .card-outline {
    box-shadow: none;
    border: 3px solid #e8e8ea;
  }
  
  .card-no-shadow {
    box-shadow: none;
  }
  
  .shadow-xl {
    box-shadow: 0 20px 40px -2px rgba(28, 28, 28, 0.1);
  }

  
  .text-0, .text-blue {
    color: #1f87ff !important;
  }
  
  .text-1, .text-cyan {
    color: #3ba7ff !important;
  }
  
  .text-2, .text-teal {
    color: #1fc379 !important;
  }
  
  .text-3, .text-green {
    color: #8ec153 !important;
  }
  
  .text-4, .text-yellow {
    color: #feb800 !important;
  }
  
  .text-5, .text-orange {
    color: #fe5a50 !important;
  }
  
  .text-6, .text-red {
    color: #fa545f !important;
  }
  
  .text-7, .text-pink {
    color: #ee4083 !important;
  }
  
  .text-8, .text-purple {
    color: #9e5fd9 !important;
  }
  
  .text-9 {
    color: #fe5a50 !important;
  }
  
  .text-underline {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 3px;
  }
  
  .text-underline {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    font-weight: bold;
  }
  
  .category-underline {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 3px;
  }
  
  h1 .text-underline, .h1 .text-underline {
    text-underline-offset: 4px;
    text-decoration-thickness: 4px;
  }
  
  h2 .text-underline, .h2 .text-underline {
    text-underline-offset: 4px;
    text-decoration-thickness: 3px;
  }
  
  .text-underline-0 {
    text-decoration-color: #1f87ff;
  }
  
  .text-underline-1 {
    text-decoration-color: #3ba7ff;
  }
  
  .text-underline-2 {
    text-decoration-color: #1fc379;
  }
  
  .text-underline-3 {
    text-decoration-color: #8ec153;
  }
  
  .text-underline-4 {
    text-decoration-color: #feb800;
  }
  
  .text-underline-5 {
    text-decoration-color: #fe5a50;
  }
  
  .text-underline-6 {
    text-decoration-color: #fa545f;
  }
  
  .text-underline-7 {
    text-decoration-color: #ee4083;
  }
  
  .text-underline-8 {
    text-decoration-color: #9e5fd9;
  }
  
  .text-underline-9 {
    text-decoration-color: #fe5a50;
  }
  
/*--------------------------------*/
.topform.topform24 {
  margin: auto;
  width: 270px;
  display: block;
  border: 2px solid #808080;
}

