body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Gilroy';
}
a,
a:hover {
  color: unset;
  text-decoration: unset;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
.section_title {
  text-align: left;
  text-transform: uppercase;
  color: #d50f13;
  font-size: 18px;
  margin-bottom: 15px;
}
.page_title {
  text-align: left;
  text-transform: uppercase;
  color: #d50f13;
  margin-bottom: 15px;
  font-size: 18px;
}
.section_header h2 {
  text-align: left;
  text-transform: uppercase;
  color: #d50f13;
  font-size: 18px;
  margin-bottom: 15px;
}
h2 {
  text-align: left;
  text-transform: uppercase;
  color: #d50f13;
  font-size: 18px;
  margin-bottom: 15px;
}
.btn-primary {
  color: #fff;
  background-color: rgba(26, 29, 241, 0.6);
  border-color: rgba(26, 29, 241, 0.6);
  transition: all 0.5s;
  text-transform: uppercase;
}
.btn-primary:hover {
  box-shadow: 2px 2px 10px rgba(26, 29, 241, 0.8);
  background-color: rgba(12, 15, 204, 0.6);
  border-color: rgba(12, 15, 204, 0.6);
}
.btn-primary:focus {
  border-color: rgba(12, 15, 204, 0.6);
  background-color: rgba(12, 15, 204, 0.6);
  box-shadow: 0 0 0 0.25rem rgba(26, 29, 241, 0.3);
}
.header .menu_area {
  background-color: #d50f13;
}
.header .menu_area .icon_link {
  font-size: 55px;
  color: #fff;
}
.header .infoblock {
  background: linear-gradient(to top, #ffffff, rgba(0, 0, 0, 0.2));
}
@media (max-width: 649px) {
  .header .infoblock .hero_image {
    width: 100%;
  }
}
@media (min-width: 650px) {
  .header .infoblock .hero_image {
    min-width: 600px;
  }
}
.header .infoblock .logo {
  height: 250px;
  margin-left: 0px;
  background-size: contain;
  margin-right: 25px;
}
@media (max-width: 610px) {
  .header .infoblock .logo {
    width: 100%;
  }
}
@media (min-width: 611px) {
  .header .infoblock .logo {
    min-width: 600px;
  }
}
.header .infoblock .sections {
  flex-flow: wrap row;
}
@media (min-width: 900px) {
  .header .infoblock .sections .contacts_block {
    flex-direction: column;
  }
}
@media (min-width: 550px) and (max-width: 900px) {
  .header .infoblock .contact_item {
    flex: 1 0 0;
    flex-direction: column;
  }
}
.header .bvi-open {
  color: #ffffff;
  font-size: 35px;
  cursor: pointer;
}
.contact_item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.contact_item i,
.contact_item img {
  color: rgba(26, 29, 241, 0.6);
  margin-right: 1rem;
  font-size: 20px;
}
.contact_item .fa-envelope-o {
  font-size: 20px;
}
.services_row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: wrap row;
  flex-wrap: wrap;
  gap: 10px;
}
.services_row .service_item {
  margin-bottom: 25px;
  position: relative;
  flex-direction: column;
  width: 150px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  border: 1px solid #1a1df1;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
  cursor: pointer;
}
.services_row .service_item:hover {
  transform: scale(1.05);
}
.services_row .service_item h5 {
  padding: 10px;
  font-size: 12px;
  font-weight: normal;
}
.partners_slider .swiper-slide {
  height: 100%;
}
.partners_slider .swiper-slide .img_wrapper {
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 125px;
}
.partners_slider .swiper-slide img {
  width: 100%;
  max-width: 190px;
}
.partners_slider .swiper-pagination {
  position: relative;
}
.partners_slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.partners_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #869791;
}
.govitem {
  margin: 0;
  height: 100%;
  border: 1px solid #1a1df1;
  padding: 15px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}
.govitem span {
  font-size: 16px;
  text-transform: uppercase;
}
.govitem img {
  align-self: start;
}
.footer {
  margin-top: auto;
  background: linear-gradient(#ffffff, rgba(0, 0, 0, 0.2));
}
.footer .contact_developer {
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  text-transform: lowercase;
  cursor: pointer;
  transition: all;
  transition-duration: .6s;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
.breadcrumbs_section {
  background-color: #eceeef;
}
.breadcrumbs_section .breadcrumb {
  margin-bottom: 0;
}
.breadcrumbs_section .breadcrumb-item {
  color: #d50f13;
}
.header {
  position: relative;
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  max-width: 100%;
  height: auto;
}
.header .navbar {
  max-width: 100%;
  height: auto;
}
.header .opened-menu {
  position: relative;
  display: none;
  cursor: pointer;
  width: 2rem;
  height: 1rem;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header .opened-menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 0.25rem;
  background: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.header .opened-menu span:nth-child(1) {
  top: 0;
}
.header .opened-menu span:nth-child(2) {
  top: 0.5rem;
}
.header .opened-menu span:nth-child(3) {
  top: 0.5rem;
}
.header .opened-menu span:nth-child(4) {
  top: 1rem;
}
.header .closed-menu {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  outline: none;
  background: none;
}
.header .closed-menu i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 40px;
}
.header .closed-menu img.closed-icon {
  display: block;
  width: 1rem;
  height: auto;
}
.header .overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu {
  margin-bottom: 0;
  padding: 0;
}
.menu * {
  text-transform: uppercase !important;
}
.menu > .menu-item {
  position: relative;
  display: inline-block;
}
.menu > .menu-item:last-child a {
  border-right: 1px solid transparent;
}
.menu > .menu-item:hover > a {
  background-color: #ffffff;
}
.menu > .menu-item > a {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  padding: 10px 15px;
  border: none;
  outline: none;
  color: #ffffff;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-right: 1px solid white;
}
.menu > .menu-item > a:hover,
.menu > .menu-item > a.active {
  color: #d50f13;
  background-color: #ffffff;
}
.menu > .menu-item > a .expand {
  position: relative;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 0.35rem;
  border: none;
  outline: none;
  pointer-events: none;
}
.menu > .menu-item > a .expand:before {
  position: absolute;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  content: '';
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu > .menu-item > a .expand:after {
  position: absolute;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  content: '';
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu > .menu-item > a .expand::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.menu > .menu-item:hover > a {
  color: #d50f13;
}
.menu > .menu-item:hover > a .expand::before {
  background: #d50f13;
}
.menu > .menu-item:hover > a .expand::after {
  background: #d50f13;
}
.menu > .menu-item > .sub-menu {
  position: absolute;
  z-index: 2;
  left: 1;
  top: 100%;
  width: 28rem;
  height: auto;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  border-top: 3px solid #d50f13;
  background: #d50f13;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu > .menu-item > .sub-menu > .menu-item {
  display: block;
}
.menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  padding: 0.5rem 1.25rem;
  color: #ffffff;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu > .menu-item > .sub-menu > .menu-item > a:hover {
  background-color: #ffffff;
  color: #d50f13;
}
@media only screen and (min-width: 993px) {
  .header .menu > .menu-item-has-children:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header .menu > .menu-item-has-children:hover > a .expand::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media only screen and (max-width: 992px) {
  .header .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header .navbar {
    align-items: start;
    position: fixed;
    top: 0;
    left: -18rem;
    width: 18rem;
    height: 100%;
    padding: 1rem 0;
    z-index: 999;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    background: #d50f13;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .navbar::-webkit-scrollbar {
    width: 5px;
  }
  .header .navbar::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
  }
  .header .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }
  .header .menu {
    width: 100%;
    height: auto;
    margin-top: 3.5rem;
  }
  .header .menu > .menu-item {
    display: block;
    margin: 0;
  }
  .header .menu > .menu-item > a {
    padding: 0.75rem 1rem;
    color: #fff;
    border-bottom: 1px solid #f2f2f2;
  }
  .header .menu > .menu-item > a .expand::before {
    background: #121212;
  }
  .header .menu > .menu-item > a .expand::after {
    background: #121212;
  }
  .header .menu > .menu-item > a.active,
  .header .menu > .menu-item > a:hover {
    color: #d50f13;
  }
  .header .menu > .menu-item:first-child > a {
    border-top: 1px solid #f2f2f2;
  }
  .header .menu > .menu-item > .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .header .menu > .menu-item > .sub-menu > .menu-item > a {
    padding: 0.75rem 2rem;
    color: #fff;
    border-bottom: 1px solid #f2f2f2;
  }
  .header .menu > .menu-item > .sub-menu > .menu-item > a.active,
  .header .menu > .menu-item > .sub-menu > .menu-item > a:hover {
    color: #d50f13;
  }
  .header .menu > .menu-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .menu > .menu-item-has-children.active > a .expand:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .header .opened-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header .closed-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 1rem;
    right: 0.5rem;
  }
}
table.colored th {
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 191, 255, 0.3);
  padding: 5px 10px 5px 25px;
  text-align: center;
}
table.colored td {
  border: 1px solid rgba(0, 191, 255, 0.3);
  padding: 5px 10px 5px 25px;
  text-align: center;
}
table.colored tr:nth-child(odd) {
  background-color: rgba(0, 191, 255, 0.3);
}
table.colored-double td {
  border: 1px solid rgba(0, 191, 255, 0.3);
  padding: 5px 10px 5px 25px;
}
table.colored-double td:first-child {
  text-align: right;
  background: rgba(0, 191, 255, 0.3);
  width: 50%;
}
table.colored-mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  table.colored-double {
    border: 0;
  }
  table.colored-double td {
    text-align: left !important;
  }
  table.colored-double td:first-child {
    width: 100%;
  }
  table.colored-double caption {
    font-size: 1.3em;
  }
  table.colored-double thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.colored-double tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table.colored-double td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table.colored-double td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.colored-double td:last-child {
    border-bottom: 0;
  }
}
.service_modal > button {
  top: 0 !important;
}
.service_modal > button:hover {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: 0.5;
  animation-timing-function: linear;
  z-index: 100;
}
.service_modal > button svg {
  transform: scale(1.2);
}
.service_modal > button path {
  color: #9b9deb;
}
.service_modal > h2 {
  color: rgba(26, 29, 241, 0.6);
  text-decoration: underline;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.service_request_form .form-group {
  display: flex;
  flex-flow: wrap row;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 610px) {
  .service_request_form .form-group * {
    width: 100% !important;
  }
}
.service_request_form .form-group label {
  flex: 1 1 auto;
  width: 45%;
}
.service_request_form .form-group input {
  background: #e6e4f6;
  width: 45%;
  flex: 1 1 auto;
}
.service_request_form .form-group input:focus {
  border-color: #e6e4f6 !important;
  box-shadow: 0 0 0 0.25rem #c2bee4;
}
.service_request_form .accordion .accordion-body {
  padding: 20px 0;
}
.service_request_form .accordion label {
  position: relative;
  display: block;
  width: auto;
  min-height: 100px;
  padding: 15px 20px;
  border: 2px solid #c1c1f8;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-box-shadow: 6px 4px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 4px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 4px 20px -5px rgba(0, 0, 0, 0.75);
}
.service_request_form .accordion label::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.service_request_form .accordion input {
  display: none;
}
.service_request_form .accordion i {
  display: none;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.service_request_form .accordion input:checked + i {
  display: block;
}
.small_contact_form .alert-success {
  display: flex;
  align-items: center;
}
.small_contact_form .alert-success button {
  margin-right: 10px;
  width: 32px;
}
.small_contact_form .alert-success p {
  margin-bottom: 0;
}
.small_contact_form .form-group {
  display: flex;
  flex-flow: wrap row;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 610px) {
  .small_contact_form .form-group * {
    width: 100% !important;
  }
}
.small_contact_form .form-group label {
  flex: 1 1 auto;
  width: 35%;
}
.small_contact_form .form-group input,
.small_contact_form .form-group textarea {
  background: #e6e4f6;
  width: 55%;
  flex: 1 1 auto;
  border-radius: .25rem;
}
.small_contact_form .form-group input:focus,
.small_contact_form .form-group textarea:focus {
  border-color: #e6e4f6 !important;
  box-shadow: 0 0 0 0.25rem #c2bee4;
}
.small_contact_form .form-group .button_area {
  flex: 1 1 auto;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marked_list {
  list-style: none;
}
.marked_list li {
  position: relative;
}
.marked_list li::before {
  display: block;
  position: absolute;
  content: '';
  background: url(../themes/kmcot/assets/images/site/list-icon.png) center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  left: -35px;
}
.fr-file {
  font-weight: 600;
  padding-left: 2rem;
  position: relative;
  display: flex;
  align-items: center;
}
.fr-file::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f01a";
  left: 3px;
}
.cards_table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.cards_table tr {
  border: 1px solid rgba(0, 191, 255, 0.3);
}
.cards_table th {
  padding: .625em;
  text-align: center;
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.cards_table td {
  padding: .625em;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 801px) {
  .cards_table tbody tr:nth-child(odd) {
    background-color: rgba(0, 191, 255, 0.3);
  }
}
@media screen and (max-width: 800px) {
  .cards_table {
    border: 0;
  }
  .cards_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cards_table tr {
    box-shadow: 4px 4px 7px 0 #00000021;
    display: block;
    margin-bottom: .625em;
  }
  .cards_table td {
    padding: unset;
    position: relative;
    display: flex;
    font-size: 14px;
    text-align: center;
  }
  .cards_table td span {
    padding: .625em;
    width: 50%;
    display: block;
    border: 1px solid rgba(0, 191, 255, 0.3);
  }
  .cards_table td::before {
    content: attr(data-label);
    font-size: 14px;
    font-weight: bold;
    width: 50%;
    background-color: rgba(0, 191, 255, 0.3);
    border: 1px solid rgba(0, 191, 255, 0.3);
    padding: .625em;
  }
  .cards_table td:last-child {
    border-bottom: 0;
  }
}
.fancybox_image {
  cursor: pointer;
}
.fancybox_image img {
  width: 300px;
  max-height: 400px;
  padding: 5px;
  margin-right: 10px;
  border: 3px solid #d50f13;
}
.content-wrap p strong {
  color: #d50f13;
}
.callBackModal .modal-dialog {
  max-width: unset !important;
}
.callback_form_home .form-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.callback_form_home .form-group label {
  width: 50%;
}
.callback_form_home .form-group input,
.callback_form_home .form-group textarea {
  flex: 1 1 calc(23%);
  background: #e6e4f6;
  border-radius: .25rem;
}
.callback_form_home .form-group input:focus,
.callback_form_home .form-group textarea:focus {
  border-color: #e6e4f6 !important;
  box-shadow: 0 0 0 0.25rem #c2bee4;
}
.long-text {
  padding-right: 20px;
}
.service_request_form .accordion i {
  padding: 4px;
  font-size: 17px;
  top: 20px !important;
}
.square {
  display: block !important;
  border: 1px solid black!important;
}
