:root {
  --red: #ba2123;
  --blue: #000062;
  --text-white: #fff;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2");
  font-display: swap;
}

@font-face {
  font-family: "Awesome5";
  src: url("../fonts/FontAwesome5Free-Solid.woff2");
  font-display: swap;
}

body {
  font-family: "Roboto";
  font-size: 100%;
  min-height: 100%;
  width: 100vw;
  overflow-x: hidden !important;
}
html,
body {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}
a {
  text-shadow: none;
  color: #000000;
  text-decoration: none;
}

a:focus,
a:visited,
a:active,
a:hover {
  outline: none;
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto";
  font-size: 3rem;
}

.flex {
  display: flex;
  align-items: center;
  padding: 0;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-links {
  color: var(--red);
}
.text-links:hover,
.text-links:visited {
  color: var(--red);
}
/* Top Main */
.topmain {
  background: var(--red);
}

.topmain p {
  font-size: 14px;
  color: var(--text-white);
  margin: 0;
}

.navmain {
  width: 100%;
  height: 100%;
}

/* Header */
.topnavmain .navmain {
  position: inherit;
}

.topnavmain .row {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.logo a img {
  height: 56px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .topnavmain .row {
    padding: 0px;
  }

  .logo a img {
    height: 93px;
    margin: 0 0 0 12px;
  }
}

/* Home */

.bannermain {
  width: 100%;
  height: 520px;
  background-image: url("../img/banner.webp");
  background-size: cover;
  background-position: center 55%;
  background-repeat: no-repeat;
}

.bannermain .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannermain .row {
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bannermain .col-sm-6 {
  padding-right: 40px;
  padding-left: 40px;
}

.bannerboxmain {
  flex-direction: column;
  text-align: center;
  padding: 30px 35px;
  background: rgba(0, 0, 0, 0.5);
  max-width: 355px;
}

.bannerboxmain .flex_center {
  flex-direction: column;
}

.bannerboxmain h1 {
  font-size: 40px;
  color: var(--text-white);
  font-weight: 900;
  margin: 0px 0px 25px;
}

.bannerboxmain p {
  color: var(--text-white);
  font-size: 15px;
  margin: 0px 0px 22px;
}

a.phnolink {
  display: flex;
  font-size: 14px;
  letter-spacing: 0.11em;
  color: var(--text-white);
  padding: 18px 25px;
  width: fit-content;
  background: var(--blue);
  transition: all 0.5s ease;
  letter-spacing: 2px;
}

a.phnolink:hover {
  background: #010172;
  transition: all 0.5s ease;
}

@media screen and (min-width: 768px) {
  .bannermain {
    background-image: url("../img/banner.webp");
    height: 700px;
  }

  .bannermain .row {
    height: 700px;
    position: relative;
    width: 100%;
  }

  .bannermain .col-sm-6 {
    position: absolute;
    right: 0;
    top: 140px;
    padding: 0;
  }

  .bannerboxmain {
    padding: 40px 30px;
    display: block;
    text-align: left;
    max-width: 705px;
  }

  .bannerboxmain h1 {
    font-size: 90px;
    margin: 0px 0px 20px;
  }

  .bannerboxmain p {
    font-size: 22px;
    margin: 0px 0px 40px;
  }

  a.phnolink {
    padding: 20px 42px;
    font-size: 24px;
  }
}

/* Why trust */

.trusttop {
  display: flex;
  justify-content: center;
  padding: 50px 0 90px;
}

.cite {
  max-width: 420px;
}

.cite p {
  font-size: 16px;
  line-height: 30px;
}

.yearsof {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: -45px;
  right: -50px;

  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: var(--red);
  color: var(--text-white);
}

.yearsof h3 {
  font-weight: 900;
  font-size: 36px;
  line-height: 30px;
  margin: 0;
}

.yearsof h4 {
  font-weight: 400;
  font-size: 8px;
  line-height: 15px;
  margin: 0;
}

.whytrust .whybottom {
  flex-direction: column;
}

.whyright {
  text-align: center;
  max-width: 420px;
}

.whyleft-img {
  position: relative;
  max-width: 265px;
}

.whyleft img {
  width: 100%;
}

.whyright h3 {
  font-weight: 700;
  font-size: 34px;
  padding: 0 0 20px 0;
}

.whyright p {
  font-size: 16px;
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  .trusttop {
    padding: 90px 0 160px;
  }

  .cite {
    max-width: 1150px;
  }

  .yearsof {
    width: 200px;
    height: 200px;
    top: -75px;
    right: -65px;
  }

  .yearsof h3 {
    font-size: 60px;
    margin-bottom: 15px;
  }

  .yearsof h4 {
    font-size: 16px;
    line-height: 30px;
  }

  .whytrust .whybottom {
    flex-direction: row;
  }

  .whyright {
    margin: 20px 0 0 0;
    max-width: 1150px;
    text-align: left;
  }

  .whyleft {
    margin: 0 80px 0 0;
  }

  .whyleft-img {
    max-width: 432px;
  }

  .whyright h3 {
    padding: 0 0 10px 0;
  }

  .whyright strong {
    font-size: 40px;
    letter-spacing: -1px;
    word-spacing: 3px;
  }
}

/* Top Rated */

.toprated {
  border-top: 2px solid #c2c2c2;
  margin: 45px 0 48px;
  text-align: center;
}

.toprated .container {
  max-width: 420px;
}

.toprated__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 55px;
  gap: 20px;
}

.toprated__list_desc {
  display: none;
}

.toprated__list img {
  max-width: 150px;
}

@media screen and (min-width: 768px) {
  .toprated {
    margin: 100px 0 38px;
  }

  .toprated .container {
    max-width: 1150px;
  }

  .toprated .toprated__list {
    gap: 60px;
  }
  .toprated__list img {
    max-width: 300px;
  }
  .toprated__list_desc {
    display: flex;
  }

  .toprated__list_mobile {
    display: none;
  }
}

/* offer */
.offer {
  padding: 52px 0 50px;
  background: var(--blue);
}

.offer .flex_center {
  flex-direction: column;
}

.offertitle {
  font-size: 35px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 0;
  margin-top: 0;
}

.offer__list {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  gap: 27px;
}

.offer__list .col-sm-3 {
  max-width: 325px;
}

.offer__item {
  padding: 50px 30px 30px;
  background: var(--text-white);
  height: 100%;
}

.offer__item h4 {
  font-size: 17px;
  font-weight: 700;
  padding: 15px 0 0;
}

.offer__item p {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

.offercod {
  font-size: 29px;
  font-weight: bold;
  color: var(--text-white);
}

.offercall a {
  display: flex;
  width: fit-content;
  font-size: 24px;
  color: var(--text-white);
  text-decoration: none;
  padding: 20px 42px;
  background: var(--red);
  transition: all 0.5s ease;
  letter-spacing: 2px;
  margin: 10px 0 0 0;
}

@media screen and (min-width: 768px) {
  .offer {
    padding: 60px 0 90px;
  }

  .offer .flex_center {
    flex-direction: row;
    justify-content: space-evenly;
  }

  .offertitle {
    font-size: 42px;
    margin-bottom: 50px;
  }

  .offer__list {
    gap: 0;
    flex-direction: row;
    align-items: stretch;
  }

  .offer__list .col-sm-3 {
    max-width: 25%;
  }

  .offercod {
    font-size: 36px;
    padding: 45px 0 0 0;
  }

  .offercall a {
    margin: 40px 0 0 0;
  }
}

/* Top Team */

.topteam {
  padding: 21px 0px 45px;
}

.topteam__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 420px;
}

.topteam h3 {
  font-size: 34px;
  font-weight: 700;
}

.topteam .topteam__first {
  padding: 0 0 25px 0;
}

.topteam .topteam__two {
  max-width: 750px;
  padding: 0 0 10px 0;
  margin-top: 100px;
}

.topteam p {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
}

.topteam span {
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 10px 0;
  display: block;
  margin: 0;
}

.topteam .topteam__end {
  padding: 0;
  margin: 0;
  text-align: center;
}

.custom-table {
  width: 70%;
  text-align: left;
  border-spacing: 0;
  margin: 0 0 20px 0;
}

.custom-table thead tr {
  background-color: #c8102e !important;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.custom-table th,
.custom-table td {
  padding: 12px;
  border-left: 1px solid #c8102e;
  /* Красные вертикальные линии */
  border-right: 1px solid #c8102e;
  font-size: 16px;
}

.custom-table thead th {
  border-top: 1px solid #c8102e;
  /* Верхняя граница */
  border-bottom: 1px solid #c8102e;
  /* Нижняя граница заголовка */
}
.custom-table thead tr th {
  vertical-align: top;
}
.custom-table tbody tr td {
  border-top: none !important;
  border-bottom: none !important;
}

.custom-table tbody tr:last-child td {
  border-bottom: 1px solid #c8102e !important;
  /* Нижняя граница всей таблицы */
}

/* Two */

.security-procedure-table {
  width: 100%;
  margin-bottom: 18px;
}

.security-procedure-table thead tr {
  background-color: #c8102e !important;
  /* Красный заголовок */
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.security-procedure-table tbody tr td {
  border-left: 1px solid #c8102e;
  font-size: 15px;
}

.security-procedure-table tbody tr td:last-child {
  border-right: 1px solid #c8102e;
}

.security-procedure-table thead tr th {
  padding-left: 20px;
  font-size: 16px;
}

.security-procedure-table thead th {
  border-top: 1px solid #c8102e;
  /* Верхняя граница */
  border-bottom: 1px solid #c8102e;
  /* Нижняя граница заголовка */
}

.security-procedure-table tbody tr td {
  border-top: none !important;
  border-bottom: none !important;
}

.security-procedure-table tbody tr:last-child td {
  border-bottom: 1px solid #c8102e !important;
  /* Нижняя граница всей таблицы */
}

@media screen and (min-width: 768px) {
  .topteam {
    padding: 100px 0;
  }

  .topteam__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1150px;
  }

  .topteam h3 {
    font-size: 42px;
  }

  .topteam .topteam__first {
    padding: 0 0 15px 0;
    max-width: 890px;
  }

  .topteam .topteam__two {
    margin-top: 50px;
  }

  .topteam p {
    font-size: 16px;
    padding: 0 0 20px 0;
  }

  .topteam__content .custom-table {
    margin-top: 0;
  }

  .custom-table {
    width: 70%;
    text-align: left;
    border-spacing: 0;
    margin: 0 0 30px 0;
  }

  .security-procedure-table {
    width: 70%;
    margin: 20px auto;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    margin-bottom: 18px;
  }
  .custom-table thead tr th {
    vertical-align: bottom;
  }

  .security-procedure-table tbody tr td {
    padding-left: 20px;
    font-size: 16px;
  }
}

/* YALE */
.yale {
  background-image: url("../img/Yale_bg_mobile.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.yale .flex_center {
  flex-direction: column;
}

.yale_img {
  width: 100%;
  max-width: 390px;
  height: 430px;
  margin-bottom: 29px;

  background-image: url(/img/yale_img.webp);
  background-size: cover;
  background-position: center 60%;
}

.yale_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 420px;
}

.yale_content h3 {
  font-weight: 700;
  font-size: 34px;
  color: var(--text-white);
  margin-bottom: 30px;
  margin-top: 0;
}

.yale_content p,
.yale_content h5,
.yale_content li {
  font-size: 15px;
  line-height: 30px;
  color: var(--text-white);
}

.yale_content h5 {
  margin-top: 30px;
  margin-bottom: 0;
}

.yale_content span {
  font-weight: 700;
}

.yale_content p,
.yale_content li {
  margin: 0;
}

.yale_content ul {
  padding: 0 0 30px 20px;
}

@media screen and (min-width: 768px) {
  .yale {
    background-image: url("../img/Yale_bg.webp");
  }

  .yale .flex_center {
    display: block;
  }

  .yale_img {
    width: 529px;
    max-width: 529px;
    height: 620px;
    margin-bottom: 0;
  }

  .yale_content {
    max-width: 1150px;
    padding: 0 0 0 95px;
  }

  .yale_content h3 {
    font-size: 42px;
  }

  .yale_content p,
  .yale_content h5,
  .yale_content li {
    font-size: 16px;
  }
}

/* Pricing */
.pricing {
  padding: 40px 0 70px 0px;
}

.pricing .row::before,
.row::after {
  content: none;
  display: none;
}

.pricing .container {
  max-width: 420px;
}

.pricing_top h3,
.pricing_bottom h3 {
  min-width: 370px;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.pricing_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
}

.pricing_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing_top p,
.pricing_list p,
.pricing_bottom p {
  line-height: 25px;
  font-size: 14px;
}

.pricing_bottom p {
  margin: 0;
}

.pricing_item {
  padding: 30px;
  background: #f6f6ff;
  max-width: 190px;
}

.pricing_item h4 {
  font-weight: bold;
  color: var(--blue);
}

@media screen and (min-width: 768px) {
  .pricing {
    padding-bottom: 95px;
  }

  .pricing .container {
    max-width: 1150px;
  }

  .pricing_top h3,
  .pricing_bottom h3 {
    font-size: 42px;
    max-width: 820px;
  }

  .pricing_list {
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
  }

  .pricing_top p,
  .pricing_list p,
  .pricing_bottom p {
    font-size: 16px;
    line-height: 30px;
  }
  .pricing_item {
    max-width: 215px;
  }
}

/* Services */
.services {
  background: var(--blue);
  padding: 50px 0px;
}

.services .row::before,
.row::after {
  content: none;
  display: none;
}

.services .container {
  max-width: 420px;
}

.services__top h3 {
  font-size: 35px;
  font-weight: bold;
  color: var(--text-white);
  margin-bottom: 32px;
}

.services__list {
  list-style: none;
  position: relative;
  padding: 0 0 27px 0;
}

.services__item {
  font-size: 12px;
  color: var(--text-white);
  padding: 0 0 18px 0;
}

.services__item::before {
  content: "»";
  text-align: center;
  display: inline-block;
  width: 20px;
  padding: 0 4px 0 0;
}

.services__item:last-child {
  padding: 0;
}

.row_services {
  display: none;
}

.services .row_services_mobile {
  align-items: flex-start;
  gap: 4px;
}

.services .col-xs-6 {
  padding: 0;
  width: auto;
}

.services__info {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 350px;
  padding: 30px;
  background: var(--red);
  border-radius: 5px;
}

.services__info h4 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 32px;
  color: var(--text-white);
}

.services__info a {
  font-size: 30px;
  color: var(--text-white);
}

@media screen and (min-width: 768px) {
  .services {
    padding: 100px 0px;
  }

  .services .container {
    max-width: 1150px;
  }

  .row_services {
    display: flex;
  }

  .services__top h3 {
    font-size: 42px;
    margin-bottom: 55px;
  }

  .services__list {
    padding: 0 0 45px 0;
  }

  .services__item {
    font-size: 16px;
  }

  .services .flex_center {
    align-items: flex-start;
    gap: 70px;
    justify-content: center;
  }

  .row_services .col-sm-3 {
    min-width: 300px;
  }

  .row_services_mobile {
    display: none;
  }

  .services__info {
    flex-direction: row;
    gap: 150px;
    width: auto;
  }

  .services__info h4 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .services__info a {
    letter-spacing: 2px;
  }
}

/* Repairs */
.repairs {
  padding: 50px 0;
}

.repairs .container {
  max-width: 420px;
}

.repairs__content h3 {
  font-weight: 700;
  font-size: 35px;
  margin: 0;
  padding: 0 0 26px 0;
}

.repairs__content p {
  font-size: 15px;
  line-height: 30px;
  padding: 0 0 30px 0;
}

.repairs__img {
  width: 100%;
}
.repairs__img img {
  width: 100%;
  margin-bottom: 20px;
}

.repairs__content ul {
  padding: 0 0 0 15px;
}

.repairs__content li {
  font-size: 16px;
  line-height: 30px;
}

.repairs__content li span,
.repairs__content h5 {
  font-weight: 700;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .repairs {
    padding: 100px 0;
  }
  .repairs .row {
    display: flex;
    height: 660px;
    justify-content: center;
  }
  .repairs .container {
    max-width: 1150px;
  }

  .repairs__content {
    padding: 0 0 0 95px;
  }

  .repairs__content h3 {
    font-size: 42px;
    padding: 0 0 15px 0;
  }

  .repairs__content p {
    font-size: 16px;
  }

  .repairs__img {
    padding: 0 0 0 25px;
    width: 435px;
    margin-bottom: 0;
  }

  .repairs__content ul {
    padding: 0 0 0 20px;
  }
}

/* Security */
.security {
  padding: 50px 0;
}

.security .container {
  max-width: 420px;
}

.security__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.security__content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 35px;
}

.security__content p {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .security {
    padding: 100px 0;
  }

  .security .container {
    max-width: 1150px;
  }

  .security__content h3 {
    font-size: 42px;
    max-width: 700px;
  }

  .security__content p {
    font-size: 16px;
  }
}

/* whatwe */
.whatwe {
  padding: 0 0 40px 0;
}

.whatwe .container {
  max-width: 420px;
}

.whatwe h3 {
  font-size: 35px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 23px;
}

.whatwe p {
  max-width: 1120px;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 10px;
  margin: 0;
}

.whatwe .flex_center {
  align-items: flex-start;
  flex-direction: column;
}

.whatwe__item h4 {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 23px;
  gap: 5px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.whatwe__item p {
  font-size: 16px;
  line-height: 30px;
  padding-left: 21px;
}

.whatwe__item span {
  font-size: 15px;
  position: absolute;
  top: 7px;
  left: -20px;
}

.icon-bg {
  color: var(--red);
}

@media screen and (min-width: 768px) {
  .whatwe {
    padding: 0 0 50px 0;
  }

  .whatwe .container {
    max-width: 1150px;
  }

  .whatwe h3 {
    font-size: 42px;
    margin-bottom: 30px;
  }

  .whatwe p {
    padding-bottom: 50px;
  }

  .whatwe .flex_center {
    flex-direction: row;
  }

  .whatwe__item h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .whatwe__item:last-child {
    padding: 0;
  }
}

/* News */
.news {
  padding: 50px 0;
  background: #f4f4f4;
}

.news .container {
  max-width: 420px;
}

.news .col-sm-12 {
  padding: 0;
}

.news h3 {
  font-size: 34px;
  font-weight: 700;
  padding: 0 0 25px 0;
  text-align: center;
  margin-top: 0;
}

.news__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  gap: 17px;
}

.news__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background: var(--text-white);
  padding: 40px 25px;
  height: 100%;
}

.news__item h4 {
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 20px;
}

.news__list .col-sm-4 {
  padding: 0;
}

.news__list .col-sm-4:first-child h4 {
  margin-bottom: 10px;
}

.news__item p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

.news__item a {
  font-size: 16px;
  font-weight: 700;
  color: var(--red);
}

@media screen and (min-width: 768px) {
  .news {
    padding: 100px 0 90px;
  }

  .news .container {
    max-width: 1150px;
  }

  .news .col-sm-12 {
    padding: 15px 0;
  }

  .news h3 {
    margin-top: 20px;
    font-size: 42px;
  }

  .news__list {
    flex-direction: row;
    gap: 38px;
  }

  .news__list .col-sm-4 {
    padding: 15px 0;
  }
}

/* Reviews */
.reviewsmain {
  background-color: #bb1f22;
  color: #fff;
  text-align: center;
  padding: 50px 0px 100px 0px;
}

.reviewsmain .reviewtitle {
  font-size: 16px;
  margin: 10px 0 0;
}

.reviewsmain .reviewcontent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel {
  display: flex;
  justify-content: center;
}

.carousel-inner {
  width: 860px;
}

.reviewsmain .title2 {
  color: var(--text-white);
  font-size: 35px;
  line-height: 25px;
  margin: 0 0 12px;
}

.reviewsmain .star {
  width: 100%;
  margin-bottom: 40px;
}

.star {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.star .fa-star {
  font-size: 20px;
}
.reviewsmain .reviewcontent img {
  width: 82px;
  border-radius: 50%;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  top: 37%;
}

.carousel-indicators {
  bottom: -50px;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}

.carousel-indicators li {
  width: 13px;
  height: 13px;
}

.carousel-indicators li.active {
  width: 13px;
  height: 13px;
  background-color: #000;
  border: 1px solid #000;
}

.reviewcontent p {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 30px;
  max-width: 320px;
}

.fa-solid.fa-chevron-left,
.fa-solid.fa-chevron-right {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .reviewsmain {
    padding: 100px 0px 150px 0px;
  }

  .reviewsmain .reviewtitle {
    font-size: 18px;
  }

  .reviewsmain .reviewcontent {
    margin: 0 auto;
  }

  .reviewsmain .title2 {
    font-size: 40px;
    margin: 0 0 20px;
  }

  .reviewsmain .star {
    margin-bottom: 50px;
  }
  .star .fa-star {
    font-size: 30px;
  }
  .carousel-control.right,
  .carousel-control.left {
    top: 25%;
  }

  .carousel-indicators {
    bottom: -60px;
  }

  .carousel-indicators li {
    width: 18px;
    height: 18px;
  }

  .carousel-indicators li.active {
    width: 18px;
    height: 18px;
  }

  .reviewcontent p {
    margin: 0 0 40px;
    font-size: 18px;
    max-width: 860px;
  }

  .fa-solid.fa-chevron-left,
  .fa-solid.fa-chevron-right {
    font-size: 50px;
  }
}
/* Footer*/

footer {
  background-color: #4f8ac3;
  padding: 100px 0px 20px 0px;
}

footer .container {
  max-width: 400px;
}

footer .flex_center {
  align-items: center;
  flex-direction: column;
}

footer i {
  color: var(--red);
}

footer .contact i {
  font-size: 15px;
}

.footlogo {
  margin-bottom: 50px;
}
.footlogo a img {
  max-width: 210px;
}

footer .ftitle {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin: 0px 0px 30px;
  line-height: 20px;
  text-transform: uppercase;
}

footer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

footer ul li a,
footer ul li {
  color: #fff;
  text-decoration: none;
}

footer ul li {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 0 25px;
  align-items: center;
  text-align: center;
}
footer address ul li:nth-child(2) {
  max-width: 270px;
}
footer li {
  font-size: 14px;
}

footer .footer_services i {
  display: none;
}
footer .footer_services ul li:last-child {
  margin-bottom: 50px;
}

footer .col-sm-3 {
  width: auto;
  padding: 0;
}

footer .col-sm-3:first-child {
  padding-left: 0px;
}

footer .col-sm-3:last-child {
  padding-right: 0px;
}

.footercopy {
  margin-top: 30px;
  color: white;
  font-size: 11px;
  max-width: 240px;
  text-align: center;
}

footer .col-sm-3:last-child::after,
.reliblock .col-sm-4:last-child::after {
  display: none;
}

@media screen and (min-width: 768px) {
  footer .flex_center {
    align-items: flex-start;
    flex-direction: row;
  }

  footer .container {
    max-width: 1130px;
  }

  footer .ftitle {
    text-align: left;
    font-size: 17px;
  }

  .footlogo {
    margin-bottom: 0px;
  }

  footer ul li {
    text-align: left;
    flex-direction: row;
    gap: 10px;
    margin: 0 0 20px;
    font-size: 12px;
  }
  footer address ul li:nth-child(2) {
    max-width: 409px;
  }

  footer .footer_services i {
    font-size: 15px;
    display: block;
  }

  footer .footer_services ul li:last-child {
    margin-bottom: 25px;
  }

  footer .col-sm-3 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .footercopy {
    margin-top: 64px;
    max-width: 100%;
    text-align: left;
  }
}

iframe {
  border: none;
  overflow-y: hidden;
}

/* ======= Media Queries ======= */
@media only screen and (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: auto;
    max-width: 1420px !important;
  }
}
