html {
  scroll-behavior: smooth;
}

:root {
  --blue: #057ffc;
  --white: #ffffff;
  --red: #ba0606;
  --black: #000000;
  --lightfont: "Oswald-Regular";
  --boldfont: "BebasNeue-Regular";
  --semiboldfont: "BebasNeue-Regular";
  --louisfont: "Oswald-Regular";
  --louisfontregular: "Oswald-Regular";
}

@font-face {
  font-family: "TitilliumWeb-Light";
  src: url("../fonts/TitilliumWeb-Light.ttf");
  font-weight: regular;
  font-style: normal;
}

@font-face {
  font-family: "TitilliumWeb-Bold";
  src: url("../fonts/TitilliumWeb-Bold.ttf");
  font-weight: regular;
  font-style: normal;
}

@font-face {
  font-family: "BebasNeue-Regular";
  src: url("../fonts/BebasNeue-Regular.ttf");
  font-weight: regular;
  font-style: normal;
}

@font-face {
  font-family: "Louis George Cafe Bold";
  src: url("../fonts/Louis George Cafe Bold.ttf");
  font-weight: regular;
  font-style: normal;
}

@font-face {
  font-family: "Oswald-Regular";
  src: url("../fonts/Oswald-Regular.ttf");
  font-weight: regular;
  font-style: normal;
}

body {
  overflow-x: hidden;
  background: url(../images/bg-1.jpg);
  background-position: center;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea, label {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

button, input, textarea {
  outline: none !important;
}

::-webkit-scrollbar {
  width: 5px;
  background: #000;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: var(--red);
  border-radius: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.header-main-wrapper {
  padding: 20px 0px 0px 0px;
  position: absolute;
  width: 100%;
  z-index: 9;
  border-top: 5px solid var(--red);
}

.header-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-navbar ul {
  display: flex;
  gap: 30px;
}

.header-navbar ul li {
  position: relative;
}

.header-navbar ul li a {
  font-size: 16px;
  font-family: var(--louisfont);
  color: var(--black);
  position: relative;
}

.header-btn {
  margin: 0px 0px 0px 20px;
}

.header-btn a {
  width: 179px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: var(--red);
  color: var(--white);
  font-size: 16px;
  font-family: var(--louisfontregular);
}

.header-top-bar-flex {
  border-bottom: 2px solid #baccda;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
}

.header-top-bar-info ul {
  display: flex;
  gap: 40px;
}

.header-top-bar-info ul li img {
  margin: 0px 10px 0px 0px;
}

.header-top-bar-info ul li {
  display: inline-flex;
  align-items: flex-start;
}

.header-top-bar-info ul li a {
  font-size: 15px;
  font-family: var(--louisfont);
  color: var(--black);
}

.header-top-bar-info ul li a span {
  font-size: 12px;
  color: var(--white);
  display: block;
  margin: 0px 0px 2px 0px;
}

.header-top-bar-media ul {
  display: flex;
  gap: 3px;
}

.header-top-bar-media ul li span {
  padding: 0px 10px 0px 0px;
  font-size: 14px;
  font-family: var(--lightfont);
  color: var(--black);
}

.header-top-bar-media ul li a i {
  height: 26px;
  width: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: var(--black);
  color: var(--white);
  transition: 0.5s;
}

.header-top-bar-media ul li a:hover i {
  background-color: var(--red);
  color: var(--white);
}

.main-head {
  display: flex;
}

.header-top-bar-media {
  margin: 0px 0px 0px 35px;
}

.header-top-bar-login ul {
  display: flex;
  gap: 25px;
}

.header-top-bar-login ul li {
  position: relative;
}

.header-top-bar-login ul li::before {
  content: '';
  position: absolute;
  background-color: var(--black);
  width: 2px;
  height: 100%;
  right: -12.5px;
}

.header-top-bar-login ul li:last-child::before {
  display: none;
}

.header-top-bar-login ul li a span {
  color: var(--red);
  font-family: var(--boldfont);
}

.header-top-bar-login ul li a {
  font-size: 15px;
  font-family: var(--lightfont);
  color: var(--black);
}

/**
.owl-carousel .owl-item img {
    //width: 70%;
}
*/
*

/
.owl-home-slider .owl-item {
  display: flex;
  justify-content: flex-end;
}

.owl-home-slider .owl-nav {
  position: absolute;
  top: 0;
  left: 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.owl-home-slider .owl-nav button {
  background-color: #000 !important;
  border-radius: 50% !important;
  width: 80px;
  height: 80px;
  position: relative;
  display: flex;
}

.owl-home-slider .owl-nav button span {
  color: #FFF;
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  font-size: 5rem !important;
}

.owl-home-slider .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  margin-top: 40px;
}

.owl-home-slider .owl-nav button.owl-prev span {
  font-size: 3rem !important;
  margin-top: -10px;
}

.banner-wrap-slider {
  display: inline-block;
}

.index-banner-wrap-bg-1 {
  position: absolute;
  right: 0%;
  width: 50%;
}

.index-banner-wrapper {
  position: relative;
  padding: 160px 0px 0px 0px;
  height: 960px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.index-banner-wrap-bg {
  position: absolute;
  top: 0;
  z-index: -1;
}

.index-banner-wrap-text {
  margin: 0px 0px 30px 0px;
}

.index-banner-wrap-text h6 {
  font-size: 40px;
  font-family: var(--semiboldfont);
  color: var(--black);
}

.index-banner-wrap-text h5 {
  font-size: 80px;
  font-family: var(--semiboldfont);
  color: var(--black);
}

.index-banner-wrap-text span {
  color: var(--red);
}

.index-banner-wrap-text p {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
}

.index-banner-wrap-1 input,
.index-banner-wrap-1 select {
  width: 80%;
  height: 54px;
  background-color: var(--white);
  border: none;
  padding: 0px 24px 0px 100px;
  font-size: 16px;
  font-family: var(--louisfont);
  color: #b7b7b7;
  text-align: left;
}

.index-banner-wrap-1 input::placeholder {
  color: #b7b7b7;
}

.index-banner-wrap-feild {
  position: relative;
}

.index-banner-wrap-1 span {
  position: absolute;
  font-size: 16px;
  font-family: var(--louisfont);
  color: #141414;
  left: 3%;
  top: 25%;
}

.index-banner-wrap-1 span::before {
  content: '';
  position: absolute;
  background-color: var(--black);
  width: 2px;
  height: 100%;
  right: -35%;
}

.index-banner-wrap-1 {
  margin: 0px 0px 20px 0px;
  position: relative;
}

.index-banner-wrap-2 input {
  width: 80%;
  height: 54px;
  background-color: var(--red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: var(--louisfont);
  color: var(--white);
  border: none;
}

.index-banner-wrap-2 {
  margin: 0px 0px 30px 0px;
}

.index-wrap-box-flex {
  display: flex;
  gap: 2%;
}

.index-wrap-box-c {
  width: 25.5%;
  background: #e5e5e5;
  transition: 0.5s;
}

.index-wrap-box-c:hover {
  background-color: var(--red);
}

.index-wrap-box-img {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  flex-direction: column;
  gap: 10px;
  transition: 0.5s;
}

.index-wrap-box-img h6 {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #3c3c3c;
  transition: 0.5s;
  text-align: center;
}

.index-wrap-box-c:hover .index-wrap-box-img {
  filter: brightness(0) invert(1);
}

.index-first-wrap-text {
  text-align: center;
  margin: 0px 0px 120px 0px;
}

.index-first-wrap-text h5 {
  font-size: 40px;
  font-family: var(--louisfont);
  color: var(--black);
  margin: 0px 0px 5px 0px;
}

.index-first-wrap-text h6 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: var(--red);
  margin: 0px 0px 5px 0px;
}

.index-first-wrap-text p {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.index-first-wrap-1 h6 {
  font-size: 40px;
  font-family: var(--louisfont);
  color: var(--black);
  margin: 0px 0px 0px 0px;
}

.index-first-wrap-1 h6 span {
  color: var(--red);
}

.index-first-wrap-1 p {
  font-size: 16px;
  color: var(--black);
  font-family: var(--lightfont);
  margin: 0px 0px 5px 0px;
}

.index-first-wrap-1 a {
  background-color: var(--red);
  color: #dcdcdf;
  width: 180px;
  height: 50px;
  font-size: 16px;
  font-family: var(--louisfont);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.index-first-wrapper {
  position: relative;
  padding: 100px 0px 300px 0px;
}

.index-first-wrap-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

.index-first-wrap-bg-1 {
  position: absolute;
  bottom: 7%;
  left: 0;
  width: 530px;
}

.index-first-wrap-bg-2 {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 10%;
  width: 700px;
}

.index-second-wrap-one {
  background-color: var(--red);
  padding: 45px 100px;
}

.index-second-wrap-one h6 {
  font-size: 26px;
  font-family: var(--louisfont);
  color: var(--white);
}

.index-second-wrap-one h6 {
  font-size: 26px;
  font-family: var(--louisfont);
  color: var(--white);
  margin: 0px 0px 5px 0px;
}

.index-second-wrap-one h5 {
  font-size: 52px;
  font-family: var(--louisfont);
  color: var(--white);
  margin: 0px 0px 5px 0px;
}

.index-second-wrap-one a {
  background-color: var(--white);
  color: var(--red);
  width: 180px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: var(--louisfont);
}

.index-second-wrap-two {
  background-color: #d5d5d5;
  padding: 45px 80px;
}

.index-second-wrap-two h6 {
  font-size: 26px;
  font-family: var(--louisfont);
  color: var(--black);
  margin: 0px 0px 72px 0px;
}

.index-second-wrap-two h5 {
  font-size: 52px;
  font-family: var(--louisfont);
  color: var(--red);
  margin: 0px 0px 5px 0px;
}

.index-second-wrap-two a {
  background-color: var(--red);
  color: #dcdcdf;
  width: 180px;
  height: 50px;
  font-size: 16px;
  font-family: var(--louisfont);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.index-third-wrapper {
  padding: 100px 0px 50px 0px;
  position: relative;
}

.index-third-wrap-bg {
  position: absolute;
  z-index: -1;
  right: 0%;
}

.index-third-wrap-text {
  text-align: center;
  margin: 0px 0px 80px 0px;
}

.index-third-wrap-text h6 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: var(--red);
  margin: 0px 0px 5px 0px;
}

.index-third-wrap-text h5 {
  font-size: 40px;
  font-family: var(--louisfont);
  color: var(--black);
  margin: 0px 0px 5px 0px;
}

.index-third-wrap-text p {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
  width: 60%;
  margin: 0 auto;
}

.index-third-wrap-box-text {
  background-color: var(--black);
  padding: 30px;
  text-align: center;
}

.index-third-wrap-box-text h6 {
  font-size: 25px;
  font-family: var(--lightfont);
  color: var(--white);
  text-align: center;
  margin: 0px 0px 5px 0px;
}

.index-third-wrap-box-text h6 span {
  font-family: var(--boldfont);
  display: block;
}

.index-third-wrap-box-text p {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--white);
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.index-third-wrap-box-text a {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #3b3b3b;
  background-color: #d5d5d5;
  width: 180px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /*transform: translateY(52px);*/
  transition: 0.5s;
}

.index-third-wrap-box-c:hover .index-third-wrap-box-text a {
  background-color: var(--red);
  color: var(--white);
  /*transform: translateY(0px);*/
  bottom: 25px;
}

.index-fourth-wrapper {
  padding: 50px 0px 100px 0px;
}

.index-fourth-wrap-text {
  text-align: center;
  margin: 0px 0px 50px 0px;
}

.index-fourth-wrap-text h6 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: var(--red);
  margin: 0px 0px 5px 0px;
}

.index-fourth-wrap-text h5 {
  font-size: 40px;
  font-family: var(--louisfontregular);
  color: var(--black);
}

.index-fourth-wrap-text h5 span {
  font-family: var(--louisfont);
}

.index-fourth-wrap-text p {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
  width: 90%;
  margin: 0 auto;
}

.index-fourth-wrap-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-fourth-wrap-img {
  position: relative;
}

.index-eighth-wrap-img {
  text-align: center;
}

.index-fourth-wrap-img img {
  border-radius: 10px;
}

.index-fourth-wrap-btn {
  position: absolute;
  right: 0%;
  bottom: 0%;
}

.index-fifth-wrapper {
  padding: 100px 0px;
  background-color: var(--red);
  height: 700px;
}

.index-fifth-wrap-text {
  text-align: center;
  margin: 0px 0px 80px 0px;
}

.index-fifth-wrap-text h6 {
  font-size: 44px;
  font-family: var(--louisfont);
  color: var(--white);
  margin: 0px 0px 5px 0px;
}

.index-fifth-wrap-text p {
  font-size: 17px;
  font-family: var(--lightfont);
  color: var(--white);
  width: 40%;
  margin: 0 auto;
}

.index-fifth-wrap-inner-text {
  margin: 0px 0px 50px 0px;
}

.index-fifth-wrap-inner-text h6 {
  font-size: 45px;
  font-family: var(--louisfontregular);
  color: var(--white);
  margin: 0px 0px 5px 0px;
}

.index-fifth-wrap-inner-text h5 {
  font-size: 44px;
  font-family: var(--louisfont);
  color: var(--white);
  margin: 0px 0px 5px 0px;
}

.index-fifth-wrap-inner-text p {
  font-size: 17px;
  font-family: var(--lightfont);
  color: var(--white);
}

.index-fifth-wrap-inner1 h6 {
  font-size: 18px;
  font-family: var(--louisfontregular);
  color: var(--white);
  margin: 0px 0px 5px 0px;
}

.d-flex {
  gap: 10px;
}

.index-fifth-wrapper .owl-carousel .owl-item img {
  width: auto !important;
}

.owl-nav .owl-next {
  position: absolute;
  top: 35%;
  right: 0;
}

.owl-nav .owl-prev {
  position: absolute;
  top: 35%;
  left: 0;
}

.index-fifth-wrapper .owl-nav {
  position: absolute;
  left: -20%;
  bottom: 20%;
  display: flex;
  gap: 20px;
}

.owl-carousel .owl-nav button i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: var(--white) !important;
  transition: 0.5s;
}

.owl-carousel .owl-nav button i:hover {
  background-color: var(--red) !important;
}

.index-sixth-wrapper {
  padding: 150px 0px 100px 0px;
  position: relative;
}

.index-sixth-wrapper::before {
  content: '';
  position: absolute;
  background-color: #cccccc;
  width: 75%;
  height: 1px;
  bottom: 0px;
}

.index-sixth-wrapper .owl-nav {
  position: absolute;
  bottom: -65%;
  right: 25%;
  display: flex;
  gap: 20px;
}

.index-sixth-wrap-text h6 {
  font-size: 50px;
  font-family: var(--louisfontregular);
  color: var(--black);
}

.index-sixth-wrap-text h5 {
  font-size: 50px;
  font-family: var(--louisfont);
  color: var(--black);
  position: relative;
}

.index-sixth-wrap-text h5::before {
  content: '';
  position: absolute;
  background-color: var(--red);
  width: 20%;
  height: 5px;
  bottom: -15px;
}

.index-seventh-wrapper {
  padding: 180px 0px 120px 0px;
  position: relative;
}

.index-seventh-wrap-bg {
  position: absolute;
  right: 0%;
  top: 0%;
  z-index: -1;
}

.index-seventh-wrap-circle {
  width: 486px;
  height: 486px;
  background-color: var(--red);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.index-sixth-wrapper .owl-carousel .owl-item img {
  width: auto;
}

.sixth-wrap-box-flex {
  display: flex;
  gap: 20px;
}

.sixth-wrap-box-text h6 {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #3b3b3b;
  margin: 0px 0px 5px 0px;
}

.sixth-wrap-box-text h5 {
  font-size: 16px;
  font-family: var(--louisfont);
  color: var(--red);
}

.sixth-wrap-box-text h4 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: var(--black);
}

.sixth-wrap-box {
  background: #d5d5d5;
  padding: 30px 22px;
  box-shadow: 0px 3px 28px 0px rgb(0 0 0 / 18%);
  transition: 0.5s;
}

.sixth-wrap-box:hover {
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 18%);
}

.sixth-wrapper-slider {
  padding: 20px 20px;
}

.index-sixth-wrap-boxm {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 25px;
}

.index-sixth-wrap-boxc {
  width: 48%;
  background-color: #d5d5d5;
  height: 316px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.index-sixth-wrap-boxc:hover {
  background-color: var(--red);
}

.index-sixth-wrap-boxc img {
  transition: 0.5s;
}

.index-sixth-wrap-boxc:hover img {
  filter: brightness(0) invert(1);
}

.index-sixth-wrap-box1 {
  transform: translateY(70px);
  transition: 0.5s;
}

.index-sixth-wrap-box2 {
  transform: translateY(0px);
  transition: 0.5s;
}

.index-sixth-wrap-box3 {
  transform: translateY(70px);
  transition: 0.5s;
}

.index-sixth-wrap-box4 {
  transform: translateY(0px);
  transition: 0.5s;
}

.index-sixth-wrap-boxm:hover .index-sixth-wrap-box1 {
  transform: translateY(0px);
}

.index-sixth-wrap-boxm:hover .index-sixth-wrap-box3 {
  transform: translateY(0px);
}

.index-sixth-wrap-boxm:hover .index-sixth-wrap-box2 {
  transform: translateY(70px);
}

.index-sixth-wrap-boxm:hover .index-sixth-wrap-box4 {
  transform: translateY(70px);
}

.index-sixth-wrapside {
  text-align: right;
}

.index-sixth-wrapside h5 {
  font-size: 25px;
  font-family: var(--louisfontregular);
  color: var(--black);
  position: relative;
  display: inline-flex;
  margin: 0px 0px 10px 0px;
}

.index-sixth-wrapside h5::before {
  content: '';
  position: absolute;
  background-color: var(--black);
  width: 100%;
  height: 2px;
  bottom: -2px;
}

.index-sixth-wrapside h6 {
  font-size: 50px;
  color: var(--black);
  font-family: var(--louisfontregular);
  margin: 0px 0px 10px 0px;
}

.index-sixth-wrapside h6 span {
  color: var(--red);
  font-family: var(--louisfont);
}

.index-sixth-wrapside a {
  background-color: var(--red);
  color: #dcdcdf;
  width: 180px;
  height: 50px;
  font-size: 16px;
  font-family: var(--louisfont);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-main-wrapper {
  padding: 100px 0px 0px 0px;
}

.footer-logo {
  text-align: center;
  margin: 0px 0px 50px 0px;
}

.footer-text p {
  font-size: 16px;
  font-family: var(--louisfont);
  color: var(--black);
  width: 60%;
  margin: 0px auto 5px;
  text-align: center;
}

.footer-link {
  margin: 15px 0px 50px 0px;
}

.footer-link ul {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.footer-link ul li {
  font-size: 14px;
  font-family: var(--lightfont);
  color: var(--black);
}

.footer-link ul li span {
  padding: 0px 10px 0px 0px;
}

.footer-link ul li a i {
  height: 26px;
  width: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: var(--black);
  color: var(--white);
  transition: 0.5s;
}

.footer-link ul li a i:hover {
  background-color: var(--red);
}

.footer-link-1 {
  margin: 0px 0px 35px 0px;
}

.footer-link-1 ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.footer-link-1 ul li a {
  font-size: 16px;
  font-family: var(--louisfont);
  color: var(--black);
  position: relative;
  transition: 0.5s;
}

.footer-link-1 ul li a::before {
  content: '';
  position: absolute;
  background-color: var(--red);
  width: 100%;
  height: 2px;
  background-color: var(--red);
  bottom: -5px;
  transition: 0.5s;
  transform: scale(0);
  transform-origin: center;
}

.footer-link-1 ul li a:hover::before {
  transform: scale(1);
}

.footer-link-1 ul li a:hover {
  color: var(--red);
}

.copyright {
  background-color: var(--red);
  padding: 15px 0px;
}

.copyright-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright-text {
  font-size: 18px;
  font-family: var(--louisfont);
  color: var(--white);
}

.copyright-link ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.copyright-link ul li {
  position: relative;
}

.copyright-link ul li::before {
  content: '';
  position: absolute;
  background-color: var(--white);
  height: 100%;
  width: 2px;
  right: -15px;
}

.copyright-link ul li:last-child::before {
  display: none;
}

.copyright-link ul li a {
  font-size: 16px;
  font-family: var(--louisfont);
  color: var(--white);
}

.copyright-link ul li a::before {
  content: '';
  position: absolute;
  background-color: var(--white);
  width: 100%;
  height: 2px;
  bottom: -5px;
  transform: scale(0);
  transform-origin: center;
  transition: 0.5s;
}

.copyright-link ul li a:hover::before {
  transform: scale(1);
}

.dashboard-banner-wrapper {
  height: auto;
  padding: 159px 0px 0px 0px;
  display: flex;
  align-items: center;
  position: relative;
}

.dashboard-banner-box {
  padding: 30px 30px;
  background-color: #FFF;
  border-bottom: 2px solid #ba0606;
}

.dashboard-banner-flex {
  display: flex;
  align-items: center;
  gap: 30px;
}

.dashboard-banner-text h5 {
  font-size: 25px;
  font-family: var(--louisfont);
  color: #262a29;
}

.dashboard-banner-text h6 {
  font-size: 20px;
  font-family: var(--louisfont);
}

.dashboard-banner-text ul {
  display: flex;
  gap: 20px;
}

.dashboard-banner-text ul li a {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #ba0606;
}

.dashboard-banner-img-1 {
  position: absolute;
  top: 0%;
  right: 0;
  z-index: -1;
}

.dashboard-banner-img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.dashboard-banner-wrapper .nav-tabs .nav-link {
  background: #f4f4f4;
  color: #a1a1a1;
  padding: 0px 20px;
  min-width: 150px;
  height: 50px;
  font-family: var(--louisfont);
  font-size: 16px;
  border: none;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: 0.5s linear;
}

.dashboard-banner-wrapper .nav-tabs .nav-link:hover {
  background-color: #ba0606;
  color: #FFF;
}

.dashboard-banner-wrapper .nav-tabs .nav-link i {
  font-size: 12px;
}

.dashboard-banner-wrapper .nav-tabs .active {
  background-color: #ba0606;
  color: #FFF;
}

.dashboard-banner-wrapper .nav {
  justify-content: center;
  gap: 10px;
  border: none;
}

.tab-content-vertical {
  margin: 50px 0px 0px 0px;
}

.nav button.nav-link {
  background: #f4f4f4;
  color: #a1a1a1;
  height: 50px;
  font-family: var(--louisfont);
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  transition: 0.5s;
}

.tab-content-vertical .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #ba0606;
}

.tab-content-vertical-box {
  border: 2px solid #f2f2f2;
  padding: 30px 35px;
  background: #FFF;
}

.tab-content-text {
  margin: 0px 0px 20px 0px;
}

.tab-content-t {
  margin: 0px 0px 20px 0px;
}

.tab-content-t h6 {
  font-size: 20px;
  font-family: var(--louisfont);
  color: #ba0606;
  text-align: center;
}

.tab-content-text h6 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #000000;
  margin: 0px 0px 10px 0px;
}

.tab-content-text h5 {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #000000;
  margin: 0px 0px 5px 0px;
}

.tab-content-text p {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #8d8d8d;
}

.tab-content-text ul {
  padding: 5px 0px 0px 20px;
}

.tab-content-text ul li {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #8d8d8d;
}

.tab-content-flex {
  position: relative;
}

.tab-side {
  position: absolute;
  right: 0;
  top: 25%;
}

.tab-side h6 {
  font-size: 14px;
  font-family: var(--louisfont);
  color: #ba0606;
  text-align: center;
}

.saved-wrap-box {
  border: 1px solid #ba0606;
  background-color: #f4f4f4;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 80px 10px 80px;
  border-radius: 10px;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.ribbon {
  max-width: 45px;
  position: absolute;
  top: -4px;
  right: 98px;
}

.premiumTab {
  border-width: 4px !important;
}

.premiumTab .saved-wrap-box-text h6 {
  font-size: 30px !important;
}

.premiumTab .saved-wrap-box-input select,
.premiumTab .saved-wrap-box-input input,
.premiumTab .saved-wrap-box-input textarea {
  border: 2px solid #ba0606 !important;
  font-family: 'Louis George Cafe Bold' !important;
  border-radius: 10px;
}

.saved-wrap-box-text {
  text-align: center;
  margin: 0px 0px 30px 0px;
  position: relative;
}

.saved-wrap-box-text::before {
  content: '';
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
}

.saved-wrap-box-text h6 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #ba0606;
}

.saved-wrap-box-text1 h6 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #000000;
  margin: 0px 0px 10px 0px;
}

.saved-wrap-box-text1 p {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #8d8d8d;
  margin: 0px 0px 10px 0px;
}

.message-box-wrap {
  padding: 30px 20px 30px 20px;
  border: 1px solid #f1f1f1;
  background: #FFF;
}

.message-box-wrap_1 {
  padding: 30px 20px 30px 20px;
  border: 1px solid #f1f1f1;
  background: #FFF;
}

.message-box-text h6 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #ba0606;
  text-align: center;
}

.post-ad-wrap-box {
  background-color: #f7f9fa;
  padding: 20px 0px;
  border: 1px solid #eaebeb;
  width: fit-content;
}

.ad-wrap-box-text h6 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #ba0606;
  margin: 0px 0px 10px 0px;
}

.ad-wrap-box-text h5 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #000000;
}

.ad-wrap-box-text p {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #8d8d8d;
}

.ad-wrap-box-text {
  padding: 0px 25px 15px 25px;
}

.ad-wrap-box-feature-flex {
  display: flex;
  gap: 5px;
}

.ad-wrap-box-feature1 ul li {
  background-color: #f7f9fa;
  padding: 10px 15px;
  font-size: 16px;
  font-family: var(--louisfont);
  color: #000;
}

.ad-wrap-box-feature1 ul li:first-child {
  background-color: #ba0606;
  color: var(--white);
}

.ad-wrap-box-feature2 ul li {
  background-color: #f7f9fa;
  padding: 10px 15px;
  font-size: 16px;
  font-family: var(--louisfont);
  color: #000;
}

.ad-wrap-box-feature2 ul li:first-child {
  background-color: #ba0606;
  color: var(--white);
}

/* CONTACT-CSS-START-FROM-HERE */

.common-banner-wrapper {
  position: relative;
  padding: 260px 0px;
}

.common-banner-wrapper::before {
  bottom: 0;
  content: '';
  position: absolute;
  height: 1px;
  background-color: #000000;
  width: 80%;
  left: 150px;
  top: 90%;
}

.common-banner-wrap {
  position: absolute;
  top: 0;
  z-index: -2;
  left: 0;
}

.common-banner-wrap-text {
  text-align: center;
}

.common-banner-wrap-text ul {
  display: inline-flex;
  gap: 5px;
}

.common-banner-wrap-text ul li a {
  font-size: 20px;
  font-family: var(--lightfont);
  color: var(--black);
}

.common-banner-wrap-text h6 {
  font-size: 60px;
  font-family: var(--louisfont);
  color: var(--black);
}

.common-banner-wrap-text span {
  font-size: 60px;
  font-family: var(--louisfont);
  color: var(--red);
}

.common-banner-wrap-text p {
  font-size: 20px;
  font-family: var(--lightfont);
  color: var(--black);
}

.contact-second-wrapper {
  position: relative;
  padding: 0px 0px 100px 0px;
  background-color: #fff;
  z-index: 0;
  overflow: hidden;
}

.contact-bg {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0px;
}

.contact-second-wrapper-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px 0px 100px 0px;
}

.contact-second-wrapper-text p {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
  width: 50%;
}

.contact-box {
  background-color: #ff283a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  width: 70%;
}

.contact-box-text {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 0px 0px 0px;
}

.contact-box-text h4 {
  font-size: 26px;
  color: #ffffff;
  font-family: var(--louisfontregular);
}

.contact-box-text h6 {
  font-size: 50px;
  color: #ffffff;
  font-family: var(--louisfont);
}

.contact-box-text p {
  font-size: 16px;
  color: #ffffff;
  font-family: var(--lightfont);
  width: 80%;
  position: relative;
}

.contact-box-text p::before {
  content: '';
  position: absolute;
  width: 10%;
  background-color: #ffffff;
  height: 4px;
  bottom: 0;
  right: 45%;
  top: 130%;
}

.contact-box-inputs {
  padding: 60px 90px;
}

.contact-box-input {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 40px 0px;
}

.contact-box-input input {
  width: 80%;
  border: none;
  border-bottom: 1.62069px solid #fff;
  padding: 10px;
  font-family: var(--lightfont);
  font-size: 16px;
  color: #fff;
  background-color: transparent;
}

.contact-box-input input::placeholder {
  color: #fff;
}

.contact-box-text-area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px 40px 0px;
}

.contact-box-text-area textarea {
  width: 80%;
  border: none;
  border-bottom: 1.62069px solid #fff;
  font-family: var(--lightfont);
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  resize: none;
}

.contact-box-text-area textarea::placeholder {
  color: #fff;
}

.contact-box-input button {
  background-color: #000;
  color: #fff;
  width: 300px;
  height: 50px;
  transition: 0.5s;
  border: none;
}

.contact-box-input button:hover {
  background-color: #fff;
  color: #000;
}

.contact-third-wrapper {
  padding: 110px 0px 70px 0px;
  position: relative;
}

.contact-third-wrapper::before {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #000000;
  width: 80%;
  top: 10%;
  bottom: 0;
  right: 10%;
}

.contact-third-wrapper-text {
  text-align: center;
}

.contact-third-wrapper-text h6 {
  font-size: 30px;
  font-family: var(--louisfont);
  color: #000000;
}

.contact-third-wrapper-text p {
  font-size: 16px;
  font-family: var(--lightfont);
  color: #000000;
}

/* CONTACT-CSS-END-HERE */
/* SIGNIN-CSS-START-FROM-HERE */
.signin-first-wrapper {
  padding: 50px 0px;
}

.signin-main-box {
  border: 1px solid #ba0606;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 0 auto;
  padding: 40px 80px;
  border-radius: 10px;
}

.signin-main-boxtext {
  text-align: center;
}

.signin-main-boxtext h6 {
  font-size: 45px;
  font-family: var(--semiboldfont);
  color: #000000;
  margin: 0px 0px 20px 0px;
}

.signin-main-boxtext h2 {
  font-size: 45px;
  font-family: var(--boldfont);
  color: #000000;
  margin: 0px 0px 20px 0px;
}

.signin-main-boxtext p {
  font-size: 16px;
  font-family: var(--louisfontregular);
}

.signin-main-boxinputs {
  padding: 100px 0px 70px 0px;
}

.signin-main-boxinput {
  margin: 0px 0px 30px 0px;
}

.signin-main-boxinput input {
  background-color: transparent;
  width: 100%;
  height: 65px;
  color: #000;
  outline: none;
  border: 1.62069px solid #828181;
  padding: 10px 20px 10px 20px;
  font-family: var(--louisfontregular);
  font-size: 16px;
}

.signin-main-boxinput {
  position: relative;
}

.signin-main-boxinput span {
  position: absolute;
  font-size: 14px;
  font-family: var(--louisfontregular);
  color: #ba0606;
  background-color: #f4f4f4;
  padding: 5px;
  left: 4%;
  top: -25%;
}

.signin-main-boxbtn {
  margin: 0px 0px 10px 0px;
}

.signin-main-boxbtn input {
  width: 100%;
  background-color: #ba0606;
  color: #ffffff;
  border: none;
  height: 60px;
  font-family: var(--louisfont);
}

.signin-main-box-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}

.signin-main-box-text p {
  font-size: 18px;
  font-family: var(--louisfontregular);
  color: #8e8e8e;
}

.signin-main-box-text-1 a {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #ba0606;
}

.signin-main-box-text-2 a {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #8e8e8e;
}

/* SIGNIN-CSS-END-HERE */
/* SIGNUP-CSS-START-FROM-HERE */
.signup-first-wrapper {
  padding: 50px 0px;
}

.signup-main-box {
  border: 1px solid #ba0606;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 80px 0px 80px;
  border-radius: 10px;
}

.signup-main-boxtext {
  text-align: center;
}

.signup-main-boxtext h6 {
  font-size: 20px;
  font-family: var(--louisfont);
  color: #000000;
  margin: 0px 0px 20px 0px;
}

.signup-main-boxtext p {
  font-size: 16px;
  font-family: var(--louisfontregular);
}

.signup-main-boxinputs {
  padding: 70px 0px 70px 0px;
}

.signup-main-boxinput {
  margin: 0px 0px 30px 0px;
  position: relative;

}

.signup-main-boxinput input {
  background-color: transparent;
  width: 100%;
  height: 65px;
  color: #000;
  outline: none;
  border: 1.62069px solid #828181;
  padding: 10px 20px 10px 20px;
  font-family: var(--louisfontregular);
  font-size: 16px;
}

.signup-main-boxinput span {
  position: absolute;
  font-size: 14px;
  font-family: var(--louisfontregular);
  color: #ba0606;
  background-color: #f4f4f4;
  padding: 5px;
  left: 4%;
  top: -25%;
}

.signup-main-boxtextarea {
  position: relative;
}

.signup-main-boxtextarea textarea {
  background-color: transparent;
  width: 100%;
  height: 180px;
  color: #000;
  outline: none;
  border: 1.62069px solid #828181;
  padding: 10px 20px 10px 20px;
  font-family: var(--louisfontregular);
  font-size: 16px;
  resize: none;
}

.signup-main-boxtextarea span {
  position: absolute;
  font-size: 14px;
  font-family: var(--louisfontregular);
  color: #ba0606;
  background-color: #f4f4f4;
  padding: 5px;
  left: 4%;
  top: -10%;
}

.signup-main-boxbtn {
  margin: 30px 0px 20px 0px;
  display: flex;
  justify-content: end;
}

.signup-main-boxbtn input {
  width: 10%;
  background-color: #ba0606;
  color: #ffffff;
  border: none;
  height: 40px;
  font-family: var(--louisfont);
  transition: 0.5s all;
}

.signup-main-boxbtn input:hover {
  color: #ba0606;
  border: 1px solid #ba0606;
  background-color: transparent;
}

.signup-main-box-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}

/* SIGNUP-CSS-END-HERE */

/* / ABOUT-SECOND-WRAPPER-CSS-START-FROM-HERE  / */
.about-second-wrapper {
  padding: 220px 0px 290px 0px;
}

.about-second-wrap-text {
  width: 86%;
}

.about-second-wrap-text h6 {
  font-size: 40px;
  font-family: var(--louisfont);
  color: var(--black);
  margin: 0px 0px 40px 0px;
}

.about-second-wrap-text span {
  color: var(--red);
}

.about-second-wrap-text p {
  font-size: 16px;
  color: var(--black);
  font-family: var(--lightfont);
  margin: 0px 0px 5px 0px;
}

.first-about-bg-img {
  position: absolute;
  z-index: -1;
  top: 210px;
  right: 0;
}

.first-about-bg-img-2 {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 570px;
  width: 40%;
}

.first-about-bg-img-1 {
  position: absolute;
  left: 0;
  top: 680px;
  width: 35%;
}

/* / ABOUT-SECOND-WRAPPER-CSS-END-HERE  / */

/* / ABOUT-THIRD-WRAPPER-CSS-START-FROM-HERE  / */
.about-third-wrapper {
  padding: 240px 0px 120px 0px;
  position: relative;
}

.about-third-wrapper p {
  font-size: 16px;
  color: var(--black);
  font-family: var(--lightfont);
}

.about-third-text {
  margin: 20px 0px;
}

.about-thrid-wrap-text {
  width: 86%;
}

.about-thrid-wrap-text h6 {
  font-size: 40px;
  font-family: var(--louisfont);
  color: var(--black);
  margin: 0px 0px 40px 0px;
}

.about-thrid-wrap-img {
  position: absolute;
  top: 0%;
}

.about-third-wrap-img-1 {
  position: absolute;
  z-index: -1;
  right: -8%;
  top: -37%;
  width: 50%;
}

/* / ABOUT-THIRD-WRAPPER-CSS-END-HERE  / */

/* / BLOG_SECOND-WRAPPER-CSS-STARTS / */


.blog-second-wrap-box-text {
  background-color: var(--white);
  padding: 30px;
  text-align: center;
}

.blog-second-wrap-box-text a {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #9b9999;
  background-color: #d5d5d5;
  width: 180px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(52px);
  transition: 0.5s;
}

.index-third-wrap-box-c:hover .blog-second-wrap-box-text a {
  background-color: var(--red);
  color: var(--white);
  transform: translateY(0px);
}

.blog-second-wrap-box-text h6 {
  font-family: var(--louisfont);
  font-size: 16px;
  color: #666666;
}

.blog-second-wrap-box-text h5 {
  font-family: var(--boldfont);
  font-size: 16px;
  color: var(--red);
  margin: 10px 0px;
}

.blog-second-wrap-box-text p {
  font-family: var(--louisfont);
  font-size: 12px;
  color: #a6a6a6;
}

.blog-second-wrap-box {
  position: relative;
}

.blog-popup-text {
  position: absolute;
  top: 0;
  background-color: var(--red);
  width: 18%;
  height: 15%;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  left: 20px;
}

.blog-popup-text h6 {
  font-family: var(--boldfont);
  font-size: 30px;
  color: #ffff;
}

/* / SERVICES_SECOND-WRAPPER-CSS-STARTS / */

.services-second-wrapper {
  padding: 100px 0px;
}

.services-second-wrap-text h5 {
  font-family: var(--semiboldfont);
  color: var(--black);
  font-size: 30px;
}

.services-second-flex-wrap {
  display: flex;
  justify-content: space-between;
}

.services-second-wrap-text-1 ul {
  display: inline-flex;
  gap: 5px;
  margin: 5px 0px 0px 0px;
}

.services-second-wrap-text-1 li {
  font-family: var(--louisfont);
  font-size: 16px;
  color: #8e8e8e;
}

.services-second-wrap-text-2 a {
  font-family: var(--louisfont);
  font-size: 16px;
  color: #8e8e8e;
}

.services-third-select-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.services-third-select-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.services-third-select-wrap, .services-third-select-wrap select {
  font-family: var(--louisfont);
  font-size: 18px;
  color: #8e8e8e;
  outline: none;
}

.services-third-select-wrap select {
  padding: 0px 0px 0px 15px;
  height: 50px;
  width: 600px;
}

.services-third-grid-wrap a {
  font-family: var(--louisfont);
  font-size: 18px;
  color: #8e8e8e;
  outline: none;
}

.services-third-flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f0f0f0;
  padding: 20px 20px 20px 20px;
  margin-bottom: 30px;
}

.services-third-grid-wrap a {
  padding: 0px 5px;
}

/* / SERVICES_SECOND-WRAPPER-CSS-END / */
.services-third-side-wrap .accordion-item {
  background-color: #ededed;
  color: var(--black);
  border: none;
  padding: 0px;
  font-size: 16px;
  font-family: var(--louisfont);
  transition: 0.5s;
  border-radius: 0px;
}

.services-third-side-wrap .accordion-item:first-child {
  background-color: #ba0606;
  color: #FFF;
}

.services-third-side-wrap .accordion-item h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.services-third-side-wrap .accordion-body select {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #000000;
  transition: 0.5s;
  background: rgb(255, 255, 255);
  width: 230px;
  height: 40px;
  padding: 0px 10px;
  border: 1px solid var(--black);
  outline: none;
}

.accordion-body_input_select {
  width: 50%;
}

.accordion-body_input_select select {
  width: 100% !important;
}

.services-third-side-wrap .accordion-body select option {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #000000;
  transition: 0.5s;
  border: 1px solid;
  border-bottom: 2px solid;
  background: transparent;
  width: 104px;
}

.services-third-side-wrap .accordion-item:hover {
  background-color: #ba0606;
  color: var(--white);
}

.services-third-side-wrap .accordion-item:hover .accordion-body ul li a {
  color: var(--white);
}

.services-detail-banner-wrapper .common-banner-wrap-text ul li {
  position: relative;
}

.services-detail-banner-wrapper .common-banner-wrap-text ul {
  gap: 30px;
}

.services-detail-banner-wrapper .common-banner-wrap-text ul li::before {
  content: '';
  position: absolute;
  background-color: #000;
  height: 100%;
  width: 1px;
  right: -15px;
  transform: rotate(15deg);
}

.services-second-wrapper {
  padding: 50px 0px;
}

.services-second-wrap-text h6 {
  font-size: 40px;
  font-family: var(--louisfont);
  color: #262a29;
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.services-second-wrap-btn1 {
  background-color: #ba0606;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-second-wrap-btn1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: var(--louisfont);
  color: #FFF;
  gap: 10px;
}

.services-second-wrap-btn1 span {
  display: flex;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-family: var(--louisfont);
}

.services-second-wrap-box {
  background: #f4f4f4;
  padding: 40px 20px 20px 20px;
  border: 1px solid #000;
  margin: 0px 0px 20px 0px;
}

.services-second-wrap-btn1 {
  margin: 0px 0px 15px 0px;
}

.services-second-wrap-btn2 a {
  border: 1px solid #ba0606;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: var(--louisfont);
  color: #585858;
  gap: 10px;
}

.services-second-wrap-box1 {
  background: #f4f4f4;
  padding: 40px 20px 20px 20px;
  border: 1px solid #000;
  margin: 0px 0px 20px 0px;
}

.second-wrap-box1-text h6 {
  text-align: center;
  font-size: 22px;
  font-family: var(--louisfont);
  color: #3c3b3b;
  position: relative;
  margin: 0px 0px 25px 0px;
}

.second-wrap-box1-text h6::before {
  content: '';
  position: absolute;
  background-color: #a0a0a0;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}

.second-wrap-box1-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.second-wrap-box1-text1 h6 {
  font-size: 22px;
  font-family: var(--louisfont);
  color: #3c3b3b;
}

.second-wrap-box1-text1 h5 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #787878;
}

.second-wrap-box1-text1 a {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #4d98ff;
}

.second-wrap-box1-media ul {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin: 0px 0px 10px 0px;
}

.second-wrap-box1-media ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.second-wrap-box1-media ul li span {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #ba0606;
  width: calc(100% - 60px);
}

.second-wrap-box1-media ul li a {
  background-color: #ba0606;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.second-wrap-box1-f {
  text-align: center;
  margin: 20px 0px 0px 0px;
}

.second-wrap-box1-f h6 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #383838;
}

.second-wrap-box1-f a {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #0052c2;
}

.services-second-wrap-box2 {
  background: #f4f4f4;
  padding: 40px 20px 20px 20px;
  border: 1px solid #000;
  margin: 0px 0px 20px 0px;
}

.second-wrap-box2-text h6 {
  text-align: center;
  font-size: 22px;
  font-family: var(--louisfont);
  color: #3c3b3b;
  position: relative;
  margin: 0px 0px 25px 0px;
}

.second-wrap-box2-text h6::before {
  content: '';
  position: absolute;
  background-color: #a0a0a0;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}

.second-wrap-box2-text ul {
  padding: 0px 25px;
}

.second-wrap-box2-text ul li {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #383838;
  line-height: 2;
}

.second-wrap-box2-text-f {
  text-align: right;
}

.second-wrap-box2-text-f a {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #ba0606;
}

.second-wrap-box3-btn1 {
  margin: 0px 0px 20px 0px;
}

.second-wrap-box3-btn1 a {
  width: 100%;
  height: 60px;
  border: 1px solid #ba0606;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: var(--louisfont);
  color: #585858;
  transition: 0.5s all;
}

.second-wrap-box3-btn1 a:hover {
  background-color: #ba0606;
  color: #FFF;
}

.second-wrap-box3-btn2 a {
  width: 100%;
  height: 60px;
  border: 1px solid #ba0606;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: var(--louisfont);
  color: #585858;
  transition: 0.5s all;
}

.second-wrap-box3-btn2 a:hover {
  background-color: #ba0606;
  color: #FFF;
}

.second-wrap-detail-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0px 0px 30px 0px;
}

.second-wrap-detail1 {
  width: calc(25% - 10px);
  background-color: #eaeaea;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 180px;
  text-align: center;
  padding: 15px;
}

.second-wrap-detail1-text h6 {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #3c3b3b;
  margin: 10px 0px 0px 0px;
}

.services-second-wrap-detail {
  padding: 20px 20px;
  background: #f4f4f4;
  border: 1px solid #ba0606;
}

.second-wrap-detail-flex1 {
  display: flex;
  gap: 2%;
}

.second-wrap-detail-bg1 {
  width: 48%;
  background-color: #eaeaea;
  padding: 20px;
}

.second-wrap-detail-bg2 {
  background-color: #eaeaea;
  width: 48%;
  padding: 20px;
}

.second-wrap-detail-bg1 ul li {
  font-size: 16px;
  font-family: var(--louisfont);
}

.second-wrap-detail-bg2 ul li {
  font-size: 16px;
  font-family: var(--louisfont);
}

.second-wrap-detail-flex2 {
  background-color: #eaeaea;
  width: 100%;
  padding: 20px;
  margin: 2% 0% 2% 0%;
}

.wrap-detail-flex2-text h6 {
  font-size: 50px;
  font-family: var(--louisfont);
  margin: 0px 0px 20px 0px;
}

.wrap-detail-flex2-text ul {
  display: flex;
  flex-wrap: wrap;
}

.wrap-detail-flex2-text ul li {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #262a29;
  width: 33.33%;
}

.wrap-detail-flex3-tet {
  margin: 0% 0% 2% 0%;
  background-color: #eaeaea;
  padding: 20px;
}

.wrap-detail-flex3-tet h6 {
  font-size: 50px;
  font-family: var(--louisfont);
  margin: 0px 0px 20px 0px;
}

.wrap-detail-flex3-tet p {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #262a29;
}

.qstData {
  font-size: 18px !important;
  padding-bottom: 5px;
  color: var(--red) !important;
}

.qstData span {
  font-size: 14px;
  margin-right: 6px;
}

.answerData {
  font-size: 14px !important;
  margin: 0px 0px 0px 10px;
}

.answerData span {
  font-size: 9px;
  margin-right: 9px;
}

.tab-tuck {
  margin: 0% 0% 2% 0%;
  display: flex;
  justify-content: center;
}

.tab-tuck-slider {
  position: relative;
}

.tab-tuck-slider .owl-nav .owl-prev {
  position: absolute;
  top: 25%;
  left: 5%;
}

.owl-prev span {
  font-size: 100px;
  color: var(--red);
  transition: 0.5s all;
}

.owl-prev span:hover {
  color: #000000;
}

.tab-tuck-slider .owl-nav .owl-next {
  position: absolute;
  top: 25%;
  right: 5%;
}

.owl-next span {
  font-size: 100px;
  color: var(--red);
  transition: 0.5s all;
}

.owl-next span:hover {
  color: #000000;
}

.saved-wrap-box-input {
  position: relative;
  margin: 0px 0px 30px 0px;
}

.saved-wrap-box-input select {
  background-color: transparent;
  width: 100%;
  height: 65px;
  color: #000;
  outline: none;
  border: 1.62069px solid #828181;
  padding: 10px 20px 10px 15px;
  font-family: var(--louisfontregular);
  font-size: 16px;
}

.saved-wrap-box-input input {
  background-color: transparent;
  width: 100%;
  height: 60px;
  color: #000;
  outline: none;
  border: 1.62069px solid #828181;
  padding: 15px 20px 10px 20px;
  font-family: var(--louisfontregular);
  font-size: 16px;
}

.saved-wrap-box-input textarea {
  background-color: transparent;
  width: 100%;
  height: 65px;
  color: #000;
  outline: none;
  border: 1.62069px solid #828181;
  padding: 20px 20px 10px 20px;
  font-family: var(--louisfontregular);
  font-size: 16px;
  resize: none;
}

.saved-wrap-box-input span {
  position: absolute;
  font-size: 14px;
  font-family: var(--louisfontregular);
  color: #ba0606;
  background-color: #f4f4f4;
  padding: 5px;
  left: 4%;
  top: -25%;
}

.saved-wrap-box-btn {
  margin: 10px 0px 20px 0px;
  display: flex;
  justify-content: end;
}

.saved-wrap-box-btn button {
  background-color: #ba0606;
  color: #ffffff;
  border: none;
  height: 40px;
  font-family: var(--louisfont);
  width: fit-content;
  transition: 0.5s all;
  padding: 0px 20px;
}

.saved-wrap-box-btn button:hover {
  background-color: transparent;
  color: #ba0606;
  border: 1px solid #ba0606;
}

.common-banner-wrap-text h4 {
  font-size: 55px;
  font-family: var(--semiboldfont);
  color: var(--black);
}

.table-custom thead {
  background-color: var(--white);
  text-align: center;
}

.table-custom thead th {
  font-family: var(--boldfont);
  font-size: 35px;
  color: var(--red);
  border: 2px solid var(--red);
}

.table-custom tbody th {
  font-family: var(--louisfont);
  font-size: 18px;
  padding: 10px;
  color: var(--black);
  border-left: 2px solid var(--red);
  border-right: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  width: 25%;
}

.table-custom tbody td {
  font-family: var(--louisfont);
  font-size: 18px;
  padding: 10px;
  text-align: center;
  color: var(--black);
  border-left: 2px solid var(--red);
  border-right: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  width: 25%;
}

.table-custom {
  width: 100%;
  margin: 0 auto;
}

.table-btn-flex {
  display: flex;
  margin: 20px 5% 0px 0px;
  justify-content: center;
  gap: 12%;
}

.table-btn-flex a {
  background-color: var(--red);
  color: #dcdcdf;
  width: 180px;
  height: 50px;
  font-size: 16px;
  font-family: var(--louisfont);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
}

.table-btn-flex a:hover {
  background-color: var(--white);
  color: var(--red);
  box-shadow: 3px 4px 8px 1px #0003;
}

.ad-box {
  padding: 10px 20px 10px 20px;
  margin: 0px 0px 20px 0px;
  border: 1px solid #ba0606;
  background-color: #f4f4f4;
  border-radius: 10px;
}

.ad-box-filed h6, .ad-box-filed h2 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #ba0606;
}

.ad-box-filed p, .ad-box-filed span {
  font-size: 16px;
  font-family: var(--louisfont);
  color: var(--black);
}

.add-box {
  padding: 10px 20px 10px 20px;
  margin: 0px 0px 20px 0px;
  border: 1px solid #ba0606;
  background-color: #f4f4f4;
  border-radius: 10px;
  position: relative;
}

.add-box-icon {
  position: absolute;
  right: 2%;
  top: 4%;
}

.add-box-icon i {
  color: #ba0606;
  font-size: 20px;
  cursor: pointer;
}

.add-box-filed h6,
.add-box-filed h2 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #ba0606;
  margin: 0px 0px 0px 0px;
}

.add-box-filed p,
.add-box-filed span {
  font-size: 16px;
  font-family: var(--louisfont);
  color: var(--black);
  margin: 0px 0px 70px 0px;
}

.add-box-filed-btn a {
  width: 60%;
  background-color: #ba0606;
  color: #ffffff;
  border: none;
  height: 40px;
  font-family: var(--louisfont);
  transition: 0.5s all;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 30px 0px;
}

.add-box-filed-btn a:hover {
  color: #ba0606;
  border: 1px solid #ba0606;
  background-color: transparent;
}

.add-box-filed-btn p {
  color: #ba0606;
  height: 40px;
  font-family: var(--louisfont);
}

.add-box-filed {
  margin: 0px 0px 0px 30px;
}

.ad-box-img {
  text-align: center;
}

.ad-box-img h6 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #ba0606;
  padding: 20px 0px 20px 0px;
}

.search {
  background-color: var(--red);
  color: var(--white);
  transform: translateY(0px);
  border: 1px solid;
  width: 132px;
  height: 40px;
  position: relative;
  left: 30%;
  top: 20px;
  justify-content: center;
  display: initial;
}

.table-custom p {
  font-size: 14px;
}


.tips-wrapper {
  padding: 200px 0px 0px 0px;
}

.tips-wrap-text-top h6 {
  font-family: var(--semiboldfont);
  font-size: 80px;
  color: var(--black);
  margin: 0px 0px 60px 0px;
}

.tips-wrap-text-top span {
  color: var(--red);
}

.tips-wrap-text-1 h5 {
  font-size: 30px;
  font-family: var(--semiboldfont);
  color: var(--black);
  margin: 40px 0px 40px 0px;
}

.tips-wrap-text-1 ul {
  margin: 0px 0px 0px 20px;
}

.tips-wrap-text-1 ul li {
  list-style: decimal;
  font-size: 16px;
  color: var(--black);
  font-family: var(--louisfont);
  margin: 10px 0px;
  padding: 0px 0px 0px 10px;
}

.index-third-popup h5 {
  font-family: var(--semiboldfont);
  color: var(--white);
  font-size: 20px;
  text-align: center;
}

.index-third-wrap-box-c {
  height: 530px;
  position: relative;
}

.index-third-wrap-box-img {
  position: relative;
}

.index-third-wrap-box-img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center;
}

.index-third-wrap-box-text {
  height: calc(100% - 270px);
  position: relative;
}

.index-third-wrap-box-text a {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #3b3b3b;
  background-color: #d5d5d5;
  width: 180px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* transform: translateY(52px); */
  transition: 0.5s;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.index-third-popup {
  position: absolute;
  top: 20%;
  left: 1%;
  background: #ba0606;
  border-radius: 2px;
  padding: 10px;
}

.index-third-popup_2 {
  top: 2%;
}

.question-wrapper {
  padding: 250px 0px 100px 0px;
}

.question-wrap-top-text {
  margin: 0px 0px 30px 0px;
}

.question-wrap-top-text h4 {
  font-size: 25px;
  font-family: var(--semiboldfont);
  color: var(--black);
}

.question-wrap-top-text span {
  color: var(--red);
}

.question-wrap-text h2 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: var(--black);
  margin: 0px 0px 20px 0px;
}

.question-wrap-text p {
  font-size: 17px;
  color: var(--black);
  font-family: var(--louisfont);
  margin: 0px 0px 10px 0px;
}

.question-wrap-text span {
  font-family: var(--semiboldfont);
  color: var(--red);
}

.question-wrap-radio-btn {
  padding: 0px 0px 0px 20px;
}

.qst1 {
  font-size: 15px !important;
}

.qDesc {
  font-size: 14.5px !important;
  font-family: 'TitilliumWeb-Light' !important;
  padding: 10px !important;
  line-height: 1.7;
  display: none;
}

.qDesc.show {
  display: block;
}

.subQuestion,
.subQuestion1 {
  display: none;
}

.subQuestion.show,
.subQuestion1.show {
  display: block;
}

.question-wrap-radio-btn input {
  margin: 0px 0px 0px 10px;
}

.question-wrap-text {
  margin: 20px 0px;
  background-color: #eeee;
  padding: 15px;
  border-radius: 10px;
}

.question-wrap-radio-btn label {
  font-size: 14px;
  color: #000000;
}

.question-wrap-top-text h6 {
  font-size: 60px;
  font-family: var(--semiboldfont);
  color: var(--black);
  text-align: center;
  margin: 0px 0px 50px 0px;
}

.question-warp-lst-text p {
  font-size: 16px;
  font-family: var(--louisfont);
  color: var(--black);
  margin: 0px 0px 10px 0px;
}

.question-warp-lst-text span {
  color: var(--red);
}

.question-warp-lst-text h3 {
  font-size: 16px;
  font-family: var(--semiboldfont);
  color: var(--black);
}

.index-eighth-wrap-img ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
}

.vid_box video {
  margin: 0px 0px 30px 0px;
}

.mySwiper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #ba0606;
}

.index-eighth-wrap-img ul li {
  max-width: 250px;
}

.question-warp-lst-text {
  text-align: center;
}

.question-warp-lst-text button {
  width: 150px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: var(--red);
  color: var(--white);
  font-size: 16px;
  font-family: var(--louisfontregular);
  border: none;
  transition: 0.5s all;
}

.question-warp-lst-text button:hover {
  border: 1px solid var(--red);
  color: var(--red);
  background-color: transparent;
}

.index-faq-wrapper {
  padding: 100px 0px;
}

.index-common-top-text {
  text-align: center;
  margin: 0px 0px 50px 0px;
}

.index-common-top-text h6 {
  font-size: 40px;
  font-family: var(--louisfont);
  color: var(--black);
}

.faq-accordian .accordion-item .accordion-button {
  background-color: var(--red);
  border: 1px solid #EEEEEE;
  color: var(--white);
  gap: 20px;
  box-shadow: none;
  min-height: 80px;
}

.faq-accordian .accordion-button::after {
  filter: invert(1) brightness(10);
}

.faq-accordian .accordion-body {
  padding: 10px 20px 10px 20px;
  background-color: #f5f6f7;
  color: var(--black);
  border: 1px solid #EEEEEE;
}

.faq-accordian .accordion-item {
  margin: 0px 0px 5px 0px;
}

.feature-second-wrap-acco-list ul {
  padding: 0px 0px 0px 20px;
}

.feature-second-wrap-acco-list ul li {
  font-size: 15px;
  font-family: var(--louisfontregular);
  color: var(--black);
  list-style: disc;
  margin: 10px 0px;
}

.index-our-wrapper {
  padding: 50px 0px;
}

.index-our-wrap-text {
  text-align: center;
}

.index-our-wrap-text p {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
  width: 75%;
  margin: 0px auto 10px auto;
}

.index-our-wrap-text span {
  color: var(--red);
}

.index-guid-wrap-text p {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
  margin: 0px 0px 10px 0px;
}

.index-guid-wrap-text h4 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: var(--red);
  margin: 20px 0px 20px 0px;
}

.index-guid-wrapper {
  padding: 50px 0px;
}

.index-guid-wrap-text ul {
  padding: 0px 0px 0px 40px;
}

.index-guid-wrap-text ul li {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
  list-style: decimal;
  margin: 10px 0px;
}

.index-safty-wrap-top-text {
  text-align: center;
  margin: 50px 0px;
}

.index-safty-wrap-top-text h6 {
  font-size: 40px;
  font-family: var(--louisfont);
  color: var(--black);
}

.index-safty-wrap-text h4 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: var(--black);
  margin: 20px 0px 20px 0px;
}

.index-safty-wrap-text span {
  color: var(--red);
}

.index-safty-wrap-text ul {
  padding: 0px 0px 0px 40px;
}

.index-safty-wrap-text ul li {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
  list-style: decimal;
  margin: 10px 0px;
}

/*TERM-CSS*/

.term-first-wrap-text h6 {
  font-size: 32px;
  font-family: var(--louisfont);
  color: var(--red);
  margin: 0px 0px 10px 0px;
  font-weight: 600;
  text-transform: capitalize;
}

.term-first-wrap-text p {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
  margin: 0px 0px 20px 0px;
}

.term-firat-wrap-nmbr ul li {
  list-style: decimal !important;
}

.term-first-wrap-text ul {
  padding: 0px 0px 10px 20px;
}

.term-first-wrap-text ul li {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
  list-style: disc;
  margin: 10px 0px;
  padding: 0px 0px 0px 10px;
}

/*TERM-CSS*/

/*PRIVACY-CSS*/
.privacy-first-wrap-text h6 {
  font-size: 32px;
  font-family: var(--louisfont);
  color: var(--red);
  margin: 20px 0px 10px 0px;
  font-weight: 600;
  text-transform: capitalize;
}

.privacy-first-wrap-text h2 {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
}

.privacy-first-wrap-text h3 {
  font-size: 22px;
  font-family: var(--louisfont);
  color: var(--red);
  margin: 20px 0px 10px 0px;
}

.privacy-first-wrap-text p {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
  margin: 0px 0px 20px 0px;
}

.privacy-first-wrap-text ol {
  padding: 0;
}

.privacy-first-wrap-text ol li {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
  list-style: decimal;
  margin: 10px 0px;
  padding: 0px 0px 0px 10px;
}

.privacy-first-wrap-text ul {
  padding: 0px 0px 10px 20px;
}

.privacy-first-wrap-text ul li {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
  list-style: disc;
  margin: 10px 0px;
  padding: 0px 0px 0px 10px;
}

/*PRIVACY-CSS*/
.table-custom > tbody {
  vertical-align: middle;
}

/*PLANS-CSS*/

.plan-first-main-box {
  width: 19%;
  min-height: 360px;
  box-shadow: 3px 4px 8px 1px #0003;
}

.plan-first-wrap-main-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.plan-first-main-text h5 {
  font-family: var(--semiboldfont);
  font-size: 18px;
  color: #000000;
}

.plan-first-main-text p {
  font-family: var(--louisfont);
  color: #00000093;
  font-size: 15px;
}

.plan-first-main-text {
  padding: 15px 10px 20px 20px;
  min-height: 120px;
}

.plan-first-top-text h6 {
  font-size: 40px;
  font-family: var(--louisfont);
  color: var(--black);
  margin: 0px 0px 30px 0px;
}

.plan-first-wrap-btn button {
  width: 179px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: var(--red);
  color: var(--white);
  font-size: 16px;
  font-family: var(--louisfontregular);
  border: none;
  transition: 0.5s all;
}

.plan-first-wrap-btn button:hover {
  background-color: var(--white);
  color: var(--red);
  box-shadow: 3px 4px 8px 1px #0003;
}

.plan-first-wrap-btn a {
  width: 179px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: var(--red);
  color: var(--white);
  font-size: 16px;
  font-family: var(--louisfontregular);
  border: none;
  transition: 0.5s all;
}

.plan-first-wrap-btn a:hover {
  background-color: var(--white);
  color: var(--red);
  box-shadow: 3px 4px 8px 1px #0003;
}

.plan-first-wrap-btn {
  text-align: center;
  margin: 50px 0px 0px 0px;
}

.plan-first-main-img {
  overflow: hidden;
}

.plan-first-main-img img {
  transition: .4s linear;
}

.plan-first-main-box:hover .plan-first-main-img img {
  transform: scale(1.1);
}

.plan-first-wrapper {
  padding: 50px 0px 100px 0px;
}

/*PLANS-CSS*/
.feature-second-wrap-acco-text h6 {
  font-size: 14px;
  font-family: var(--louisfont);
  color: var(--white);
}

.header-menu {
  display: none;
}

.second-wrap-detail-vid video {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.wrap-detail-flex3-tet h2 {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #262a29;
  padding: 0px 0px 0px 20px;
}

.wrap-detail-flex3-tet h4 {
  font-size: 16px;
  font-family: var(--louisfont);
  color: #262a29;
  padding: 10px 0px 0px 20px;
}

.index-testi-wrapper {
  padding: 50px 0px 100px 0px;
  position: relative;
}

.index-testi-wrap-top-img {
  text-align: center;
}

.index-testi-wrap-text {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.index-testi-wrap-text h6 {
  font-family: var(--louisfontregular);
  font-size: 50px;
  color: #141414;
  width: 37%;
  margin: 0 auto;
}

.index-testi-wrap-text span {
  font-family: var(--boldfont);
  font-size: 50px;
  color: var(--black);
}

.index-testi-wrap-text p {
  font-family: var(--titilliumWeb-light);
  font-size: 16px;
  color: #858585;
  width: 70%;
  margin: 10px auto 40px auto;
}

.tesimonial-wrapper {
  background-color: var(--red);
  padding: 50px 3% 70px 5%;
  margin: 0px 0px 0px 26%;
}

.index-testi-wrap-side-img {
  position: absolute;
  left: 0;
  bottom: 30px;
}

.index-testi-slider-text {
  text-align: end;
  color: var(--white);
}

.index-testi-slider-text h3 {
  font-family: var(--lightfont);
  font-size: 20px;
  margin: 0px 0px 10px 0px;
}

.index-testi-slider-text h6 {
  font-family: var(--lightfont);
  font-size: 50px;
}

.index-testi-slider-text span {
  font-family: var(--boldfont);
  font-size: 50px;
}

.index-testi-slider-text p {
  font-family: var(--lightfont);
  font-size: 16px;
  margin: 15px 0px;
}

.index-testi-slider-text h5 {
  font-family: var(--semiboldfont);
  font-size: 20px;
}

.index-testi-slider-text h4 {
  font-family: var(--lightfont);
  font-size: 20px;
}

.index-testi-slider {
  position: relative;
}

.index-testi-slider .owl-nav {
  position: absolute;
  left: 35%;
  bottom: -12%;
  display: flex;
  gap: 10px;
}

.index-testi-slider .owl-nav button {
  width: 55px;
  height: 55px;
  border-radius: 50px !important;
  transition: 0.5s !important;
  background-color: var(--black) !important;
}

.index-testi-slider .owl-nav button:hover {
  box-shadow: -5px -5px 30px 5px #ffffff, 5px 5px 30px 5px #ffff;
}

.index-testi-slider .owl-nav button i {
  background-color: var(--black) !important;
}

.index-testi-slider .owl-nav button i:hover {
  background-color: var(--black) !important;
}

.contact-first-wrap-text {
  margin: 0px 0px 30px 0px;
}

.contact-first-input {
  margin: 0px 0px 30px 0px;
  position: relative;
}

.contact-first-textarea {
  margin: 0px 0px 10px 0px;
  position: relative;
}

.contact-first-wrap-text h2 {
  font-size: 50px;
  font-family: var(--boldfont);
  color: var(--black);
}

.contact-second-text h6 {
  font-size: 40px;
  font-family: var(--boldfont);
  color: var(--black);
}

.contact-second-text h2 {
  font-size: 16px;
  font-family: var(--boldfont);
  color: var(--red);
}

.contact-second-text h2 span {
  font-family: var(--louisfontregular);
  color: var(--black);
}

.contact-first-wrap-text h6 {
  font-size: 35px;
  font-family: var(--louisfontregular);
  color: var(--red);
}

.contact-first-input span {
  position: absolute;
  font-size: 14px;
  font-family: var(--louisfontregular);
  color: #ba0606;
  background-color: #f4f4f4;
  padding: 5px;
  left: 4%;
  top: -25%;
}

.contact-first-textarea span {
  position: absolute;
  font-size: 14px;
  font-family: var(--louisfontregular);
  color: #ba0606;
  background-color: #f4f4f4;
  padding: 5px;
  left: 3%;
  top: -10%;
}

.contact-first-input input {
  background-color: transparent;
  width: 100%;
  height: 65px;
  color: #000;
  outline: none;
  border: 1.62069px solid #828181;
  padding: 10px 20px 10px 20px;
  font-family: var(--louisfontregular);
  font-size: 16px;
}

.contact-first-textarea textarea {
  background-color: transparent;
  width: 100%;
  height: 180px;
  color: #000;
  outline: none;
  border: 1.62069px solid #828181;
  padding: 10px 20px 10px 20px;
  font-family: var(--louisfontregular);
  font-size: 16px;
  resize: none;
}

.contact-first-input button {
  width: 20%;
  background-color: #ba0606;
  color: #ffffff;
  border: none;
  height: 50px;
  font-family: var(--louisfont);
  transition: 0.5s all;
}

.contact-first-input button:hover {
  color: #ba0606;
  border: 1px solid #ba0606;
  background-color: transparent;
}

.signin-main-boxinputs-1 {
  padding: 50px 0px 50px 0px;
}

.loan-first-wrap-input {
  position: relative;
}

.loan-first-wrap-input span {
  position: absolute;
  font-size: 14px;
  font-family: var(--louisfontregular);
  color: #ba0606;
  background-color: #f4f4f4;
  padding: 5px;
  left: 4%;
  top: -25%;
}

.loan-first-wrap-input input {
  background-color: transparent;
  width: 100%;
  height: 65px;
  color: #000;
  outline: none;
  border: 1.62069px solid #828181;
  padding: 10px 20px 10px 20px;
  font-family: var(--louisfontregular);
  font-size: 16px;
  margin: 0px 0px 30px 0px;
}

.signin-main-boxinputs-1 a {
  width: 20%;
  background-color: #ba0606;
  color: #ffffff;
  border: none;
  height: 50px;
  font-family: var(--louisfont);
  transition: 0.5s all;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signin-main-boxinputs-1 a:hover {
  color: #ba0606;
  border: 1px solid #ba0606;
  background-color: transparent;
}

.signin-main-boxinputs-1 button {
  width: 20%;
  background-color: #ba0606;
  color: #ffffff;
  border: none;
  height: 50px;
  font-family: var(--louisfont);
  transition: 0.5s all;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signin-main-boxinputs-1 button:hover {
  color: #ba0606;
  border: 1px solid #ba0606;
  background-color: transparent;
}

#paymentResults {
  padding: 50px 0px 0px 0px;
}

#paymentResults h1 {
  font-size: 30px;
  font-family: var(--semiboldfont);
  color: var(--black);
}

#paymentResults h3 {
  font-size: 20px;
  font-family: var(--louisfont);
  color: var(--red);
}

.blog-detail-first-wrapper {
  padding: 250px 0px 50px 0px;
}

.blog-detail-first-wrap-text h6 {
  font-size: 50px;
  font-family: var(--boldfont);
  color: var(--black);
  margin: 0px 0px 30px 0px;
}

.blog-detail-first-wrap-text h5 {
  font-size: 20px;
  font-family: var(--louisfontregular);
  color: grey;
  margin: 0px 0px 30px 0px;
}

.blog-detail-first-wrap-text p {
  font-size: 16px;
  color: var(--black);
  font-family: var(--lightfont);
  margin: 0px 0px 10px 0px;
}

.blog-detail-first-wrap-img {
  text-align: center;
  width: 50%;
  margin: 0 auto 20px auto;
}

.second-box-contactSeller {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0px 0px 10px 0px;
}

.second_wrapbox_send p {
  margin: 0px 0px 15px 0px;
}

.second-wrap-box1-media ul li a img {
  max-width: 30px;
}

.white_ico {
  filter: invert(1) brightness(10);
}

.second-box-contactSeller button {
  width: auto;
  background-color: #ba0606;
  color: #ffffff;
  border: none;
  height: 50px;
  font-family: var(--louisfont);
  transition: 0.5s all;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  font-size: 15px;
  border: 1px solid transparent;
}

.second-box-contactSeller button:hover {
  color: #ba0606;
  border: 1px solid #ba0606;
  background-color: transparent;
}

.seller-modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  max-width: 600px;
}

.seller-modal .modal-body {
  padding: 100px 50px 100px 50px;
}

.seller-modal-input {
  position: relative;
}

.seller-modal-input span {
  position: absolute;
  font-size: 14px;
  font-family: var(--louisfontregular);
  color: #ba0606;
  background-color: #f4f4f4;
  padding: 5px;
  left: 15px;
  top: -20px;
}

.seller-modal-input input {
  background-color: transparent;
  width: 100%;
  height: 65px;
  color: #000;
  outline: none;
  border: 1.62069px solid #828181;
  padding: 10px 20px 10px 20px;
  font-family: var(--louisfontregular);
  font-size: 16px;
  margin: 0px 0px 30px 0px;
}

.seller-modal-input select {
  background-color: transparent;
  width: 100%;
  height: 65px;
  color: #000;
  outline: none;
  border: 1.62069px solid #828181;
  padding: 10px 20px 10px 20px;
  font-family: var(--louisfontregular);
  font-size: 16px;
  margin: 0px 0px 30px 0px;
}

.seller-modal-input textarea {
  background-color: transparent;
  width: 100%;
  height: 150px;
  color: #000;
  outline: none;
  border: 1.62069px solid #828181;
  padding: 20px 20px;
  font-family: var(--louisfontregular);
  font-size: 16px;
  margin: 0px 0px 30px 0px;
  resize: none;
}

.seller-modal-input button {
  background-color: #ba0606;
  color: #ffffff;
  border: none;
  height: 40px;
  font-family: var(--louisfont);
  width: fit-content;
  transition: 0.5s all;
  padding: 0px 20px;
}

.seller-modal-input a {
  background-color: #ba0606;
  color: white !important;
  border: none;
  font-family: var(--louisfont);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 50px;
}

.seller-modal-button button {
  width: 160px;
  background-color: #ba0606;
  color: #ffffff;
  border: none;
  height: 50px;
  font-family: var(--louisfont);
  transition: 0.5s all;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seller-modal-button button:hover {
  color: #ba0606;
  border: 1px solid #ba0606;
  background-color: transparent;
}

.index-subc-wrapper {
  padding: 50px 0px;
  background-color: #ba0606;
}

.index-subc-sub-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  height: 140px;
  background-color: #ffff;
}

.index-subc-wrap-text h6 {
  font-family: var(--semiboldfont);
  font-size: 30px;
  color: var(--black);
}

.index-subc-wrap-text span {
  font-size: 30px;
  color: #ba0606;
}

.index-subc-wrap-input-1 {
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 25px;
  gap: 10px;
  width: 388px;
  height: 63px;
  background: #ba0606;
}

.index-subc-wrap-input-1 input {
  border: none;
  color: var(--white);
  background-color: #ba0606;
  font-size: 14px;
  width: 85%;
}

.index-subc-wrap-input-1 button {
  background-color: transparent;
  border: none;
}

.index-subc-wrap-input-1 input::placeholder {
  color: var(--white);
}

.index-subc-wrap-headphone {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 20px;
  width: 170px;
  height: 45px;
}

.index-subc-wrap-headphone p {
  font-family: var(--semiboldfont);
  font-size: 14px;
  color: #606060;
}

.message-box-text P {
  font-size: 16px;
  font-family: var(--louisfont);
  color: var(--black);
  margin: 0px 0px 10px 0px;
}

.message-box-text-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.message-box-text-btn a {
  width: auto;
  padding: 0px 20px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: var(--red);
  color: var(--white);
  font-size: 16px;
  font-family: var(--louisfontregular);
}

.message-box-wrap h6 {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #ba0606;
  text-align: center;
}

.message-box-text {
  padding: 20px;
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid #ba0606;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 270px;
  justify-content: center;
}

.message-box-text-message span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 30px;
  background-color: var(--red);
  border-radius: 0;
  margin: 0px 0px 20px 0px;
}

.search-modal-text {
  text-align: center;
}

.search-modal-text h6 {
  font-size: 40px;
  font-family: var(--boldfont);
  color: var(--black);
  margin: 0px 0px 30px 0px;
}

.search-modal-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.search-modal-btn a {
  width: 160px;
  background-color: #ba0606;
  color: #ffffff;
  border: none;
  height: 50px;
  font-family: var(--louisfont);
  transition: 0.5s all;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-modal-btn a:hover {
  color: #ba0606;
  border: 1px solid #ba0606;
  background-color: transparent;
}

.index-third-popup-4 {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #ba0606;
  border-radius: 2px;
  padding: 10px;
  width: 115px;
}

.index-third-popup-4 h5 {
  font-family: var(--semiboldfont);
  color: var(--white);
  font-size: 20px;
  text-align: center;
}

.services-second-wrap-contact-info p {
  font-size: 22px;
  font-family: var(--louisfont);
  color: #3c3b3b;
  display: flex;
  flex-direction: column;
}

.services-second-wrap-contact-info p span {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #787878;
}

.services-second-wrap-contact-info {
  margin: 0px 0px 20px 0px;
}

.price_popup {
  position: absolute;
  background-color: #ba0606;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  font-family: var(--louisfont);
  color: var(--white);
  font-size: 18px;
  top: 1%;
  right: 1%;
}


.dashboard_main_box_content_box {
  background-color: var(--white);
  padding: 30px;
}

.dashboard_table_head {
  padding: 20px 50px 20px 50px;
}

.dashboard_table_head ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard_table_ul li {
  width: 20%;
}

.dashboard_table_row {
  background-color: #f7f7f7;
  border: 1px solid #ededed;
  padding: 20px 20px 20px 40px;
  border-radius: 15px;
  margin: 0px 0px 20px 0px;
}

.dashboard_table_row ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard_table_head ul li {
  font-size: 18px;
  font-family: var(--louisfont);
  color: #ba0606;
  display: flex;
  align-items: center;
  gap: 5px;
}

.dashboard_table_head ul li span {
  display: flex;
  align-items: center;
}

.dashboard_table_head ul li span i {
  font-size: 12px;
}

.dashboard_table_row ul li {
  font-size: 16px;
  font-family: var(--louisfontregular);
  color: #777777;
  width: 20.333333%;
}

.dashboard_table_row ul li span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dashboard_table_row ul li span i {
  color: #FABF35;
}

.dashboard_table_row ul li span i:last-child {
  color: #E5E5E5;
}

.green-i {
  color: green;
}

.notification-main-wrap-box {
  overflow-y: scroll;
  height: 670px;
  padding: 10px 10px;
}

.d-main-notifi-select {
  width: 150px;
}

.d-main-notifi-select select {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  width: 100%;
  height: 45px;
  font-family: var(--times-new-roman);
  font-size: 14px;
  border-radius: 10px;
  background-color: #f9f9f9;
  color: #777777;
  border: 1px solid #E9E9E9;
}

.notification-main-wrap-box::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
  overflow: hidden;
}

.notification-main-wrap-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.notification-main-wrap-box::-webkit-scrollbar-thumb {
  background: var(--black);
  border-radius: 20px;
}

.notification-main-wrap-box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.notification-main-box-f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px;
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 1px 2px 7px 0px #00000038;
  margin: 0px 0px 20px 0px;
  transition: 0.4s ease;
}

.notification-main-box-usr-f {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navDropNoti-m-text p a:hover {
  text-decoration: underline;
}

.d-notification-main-ttext-f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 30px 0px;
}

.d-notification-main-text h6 {
  font-family: var(--times-new-roman);
  font-size: 30px;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 10px;
}

.notification-main-box-btn a {
  font-family: var(--louisfont);
  font-size: 18px;
  color: #666666;
  transition: 0.4s ease;
}

.notification-main-box-btn a:hover {
  text-decoration: underline;
  color: var(--black);
}

.notification-main-box-usr-text h6 {
  font-size: 15px;
  font-family: var(--louisfont);
  color: var(--red);
}

.notification-main-box-usr-text span {
  font-size: 14px;
  font-family: var(--louisfont);
  color: var(--black);
}

.notification-main-box-usr-img {
  width: 60px;
}

.notification-main-box-usr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notification-main-box-usr-text span i {
  color: var(--red);
  font-size: 14px;
}

.service_second_box {
  position: relative;
}

.service_second_box a {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 99;
  font-size: 16px;
  color: var(--red);
  background-color: var(--white);
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.seller-modal-input-text {
  margin: 0px 0px 40px 0px;
}

.seller-modal-input-text h6 {
  font-size: 30px;
  font-family: var(--semiboldfont);
  color: var(--black);
}

.seller-modal-input-text p {
  font-size: 16px;
  font-family: var(--louisfontregular);
  color: var(--black);
}

.seller-modal-input-text p span {
  color: var(--red);
}

.message-box-wrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.message-box-wrap-btn select {
  width: 300px;
  height: 60px;
}

.message-box-wrap-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border: none;
  background-color: var(--red);
  font-size: 16px;
  font-family: var(--louisfontregular);
  color: var(--white);
}


.field {
  position: relative;
  width: 100%;
  margin: 0px 0px 30px 0px;
}

.field .top_heading {
  position: absolute;
  font-size: 14px;
  font-family: var(--louisfontregular);
  color: #ba0606;
  background-color: #f4f4f4;
  padding: 5px;
  left: 20px;
  top: -20px;
}

.field input[type="file"] {
  display: block;
}

.imageThumb {
  padding: 1px;
  cursor: pointer;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.pip {
  display: inline-block;
  position: relative;
  width: calc(14.5333% - 20px);
  height: 150px;
}

.remove i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: var(--red);
  border: 1px solid transparent;
  color: white;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  transition: 0.2s all;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

.remove:hover {
  background: var(--white);
  color: var(--black);
}

.box-input {
  text-align: center;
  border: 1px solid var(--black);
  padding: 0px;
  cursor: pointer;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.box-input i {
  color: var(--red);
  font-size: 14px;
  border: 1px solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px auto;
  transition: 0.3s all;
}

.field label {
  display: inline-flex;
  gap: 10px;
  width: 100%;
  align-items: center;
}

.box-input p {
  font-size: 12px;
  font-family: var(--louisfont);
  color: var(--red);
}

.box-input:hover i {
  background-color: var(--black);
  color: var(--white);
}

.multi_upload_flex,
.multi_upload_flex2 {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.premium_feild .box-input {
  border: 2px solid #ba0606 !important;
  border-radius: 10px;
}

.premium_feild .pip {
  border: 2px solid #ba0606 !important;
  padding: 20px;
  border-radius: 10px;
}

.premium_feild .remove i {
  top: 5px;
  right: 5px;
}

.prime_first_wrapper {
  padding: 250px 0px 50px 0px;
}

.prime_first_wrap_text {
  margin: 0px 0px 50px 0px;
}

.prime_first_wrap_text h6 {
  font-size: 40px;
  font-family: var(--louisfont);
  color: var(--black);
}

.prime_first_wrap_text p {
  font-size: 16px;
  font-family: var(--lightfont);
  color: var(--black);
}

.avatar-upload {
  position: relative;
  margin: 0px 0px 30px 0px;
  width: 130px;
  height: 130px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: var(--red);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 1px solid var(--white);
}

.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:hover::after {
  color: var(--black);
}

.avatar-upload .avatar-edit input + label::after {
  content: "\f030";
  font-family: 'FontAwesome';
  color: var(--white);
  position: absolute;
  top: 43%;
  left: 50%;
  font-size: 15px;
  transition: 0.5s all;
  transform: translate(-50%, -50%);
}

.avatar-upload .avatar-preview {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 100%;
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.index-third-wrap-box-prime {
  border: 4px solid var(--red);
}

.index-third-wrap-box-prime .index-third-wrap-box-text h6 {
  font-size: 40px;
  font-family: var(--semiboldfont);
  border-bottom: 2px solid var(--red);
}

.index-third-wrap-box-prime .index-third-wrap-box-text a {
  font-size: 18px;
}

.index-third-wrap-box-prime:hover .index-third-wrap-box-text a {
  background-color: var(--red);
  color: var(--white);
  border: 2px solid transparent;
}

.index-third-wrap-box-prime .index-third-wrap-box-text p {
  color: var(--red);
  font-size: 18px;
}

.service_detail_ads h6 {
  font-size: 50px;
  font-family: var(--louisfont);
  color: var(--black);
  margin: 50px 0px 20px 0px;
}

.accordion-body_input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.accordion-body_input input {
  width: calc(50% - 10px);
  height: 40px;
  padding: 0px 10px;
  border: 1px solid var(--black);
  outline: none;
}

.about-btn a {
  width: 179px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: var(--red);
  color: white !important;
  font-size: 16px;
  font-family: var(--louisfontregular);
  border: 0px;
  cursor: pointer;
}

.modal-heading {
  font-size: 50px;
  font-family: var(--louisfont);
  color: var(--black);
  margin: 0px 0px 10px 0px;
  text-align: center;
}


/*ADDITIONAL CSS*/
.gen_accordians .accordion-button {
  background-color: #ededed;
}

.gen_accordians .accordion-button:hover {
  background-color: #ba0606;
  color: var(--white);
}

.gen_accordians .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #ba0606;
  color: var(--white);
}

.gen_accordians .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}

.gen_accordians .accordion-button::after {
  display: none;
}

.gen_accordians .accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: #ba0606;
  box-shadow: none;
}

.gen_accordians .accordion-body {
  background: #ba0606;
}

.gen_accordians .accordion-header {
  position: relative;
}

.gen_accordians .accordion-header i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #000;
}

.gen_accordians .accordion-item:first-of-type .accordion-header i {
  color: var(--white);
}

.gen_accordians .accordion-header:hover i {
  color: var(--white);
}

.gen_accordians .accordion-button:not(.collapsed) i {
  color: var(--white);
}

.services-third-side-wrap .accordion-item {
  color: var(--white);
}

.services-third-side-wrap .accordion-item:hover {
  color: var(--white);
}

.premium-form-hide {
  display: none;
}

.prime-form-hide {
  display: none;
}

.saved-wrap-box-btn a {
  background-color: #ba0606;
  color: #ffffff;
  border: none;
  height: 40px;
  font-family: var(--louisfont);
  width: fit-content;
  transition: 0.5s all;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.red-i {
  color: red;
}

.custom-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-heading h6 {
  font-size: 50px;
  font-family: var(--louisfont);
  color: var(--black);
  text-align: center;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
}

.modal_close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
}

.index-third-wrap-box-text h3 {
  font-size: 32px;
  font-family: var(--semiboldfont);
  color: var(--white);
  text-align: center;
  margin: 30px 0px 5px 0px;
}

.custom_modal .modal-title {
  font-size: 25px;
  font-family: var(--louisfont);
  color: #262a29;
}

.custom_modal .modal-body P {
  font-size: 16px;
  font-family: var(--louisfont);
  color: var(--black);
  margin: 0px 0px 10px 0px;
}

.custom_modal .btn-close {
  position: absolute;
  top: 30px;
  right: 20px;
}

.custom_modal .modal-header {
  justify-content: center;
}

.alert {
  background-color: #e7f3ff;
  color: #0056b3;
  padding: 10px;
  border-radius: 5px;
  border-left: 5px solid #0056b3;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.text-danger {
  color: red;
}

.alert-custom {
  display: flex;
  align-items: start;
  background-color: #f0f8ff;
  color: #004085;
  padding: 15px;
  border-radius: 8px;
  border-left: 5px solid #007bff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.alert-custom i {
  font-size: 22px;
  color: #007bff;
  margin-right: 10px;
}

.text-muted {
  color: #6c757d;
}

.text-danger {
  color: red;
  font-weight: bold;
}

.text-decoration-line-through {
  text-decoration: line-through;
}
