@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
a,
span {
  display: inline-block;
}
.search-wrap svg path {
  fill: #fff !important;
}
.search-wrap svg {
  width: 18px !important;
  height: 18px !important;
  fill: #fff !important;
}
.bg-small-img,
.bg-small-star,
.heading-type-1,
.owl-nav button,
.page-title-sec,
.post-ad-btn,
.st-1,
.st-1-items,
.st-14-items,
.st-15,
.st-2-items form,
.st-3-itm-cnt-title,
.st-3-itm-img a,
.st-5,
.st-7-sidebar-profile-img,
.top-bar,
h2 {
  position: relative;
}
.st-3-itm-cnt-description p,
.st-7-itm-profil-cnt-description p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ad-report,
.show-more-btn {
  cursor: pointer;
}
.modal-header .btn-close,
.navbar-brand img {
  filter: brightness(0) invert(1);
}
body {
  font-family: Roboto, sans-serif !important;
  background: #fff;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
img {
  max-width: 100%;
  height: auto;
}
.sec-pad {
  padding: 35px 0;
}
.page-title-sec-in,
.post-ad-btn span {
  position: relative;
  z-index: 1;
}
.post-ad-btn span:first-child {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
}
.post-ad-btn {
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  padding: 5px 25px 5px 5px;
  font-size: 16px;
  font-weight: 600;
  z-index: 11;
}
.post-ad-btn:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  transition: 0.2s;
}
.post-ad-btn:hover::after {
  width: calc(100% - 10px);
}
.section-heading,
.st-10-slide-cnt-services,
.st-15-form .form-group,
.st-8-items ul li,
ul.st-7-sidebar-btn li {
  margin-bottom: 20px;
}
.heading-type-1 {
  font-size: 50px;
  font-weight: 800;
  color: #9f0c4a;
}
.heading-type-1.text-center:after {
  left: calc(50% - 40px);
}
.heading-type-1:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #9f0c4a;
}
.btn-1,
.header .navbar .navbar-collapse .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
}
.btn-1 svg {
  width: 20px;
  margin-left: 10px;
}
.btn {
  border-radius: 10px;
  border: 1px solid;
  padding: 6px 10px;
}
@media (min-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}
.header .navbar .navbar-collapse {
  justify-content: end;
}
.header .navbar .navbar-collapse .navbar-nav,
.st-2-items form {
  align-items: center;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin-left: 25px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  animation: 0.5s linear alternate navbarFixed;
  z-index: 111;
  background: linear-gradient(
    145deg,
    rgb(159 12 74) 0,
    rgb(116 34 104) 60%,
    rgb(70 59 137) 100%
  );
}
@keyframes navbarFixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.owl-nav,
.top-bar-close button {
  top: 50%;
  transform: translateY(-50%);
}
.st-1 {
  padding: 150px 0;
  background-image: url(../img/st-1-itm-img.png);
  background-repeat: no-repeat;
  background-position: bottom 0 right 15%;
  background-size: contain;
}
.st-1::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  left: 50px;
  bottom: 120px;
}
.st-1-itm-cnt span {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
.st-1-itm-cnt span img {
  margin-left: 15px;
}
.st-1-itm-cnt h1 {
  font-size: 50px;
  font-weight: 900;
  margin: 0;
  color: #fff;
}
.st-1-itm-cnt p {
  font-weight: 400;
}
.st-2-items form {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  padding: 20px;
  margin-top: -135px;
  margin-bottom: 100px;
}
.st-2-items .form-group select {
  appearance: none !important;
}
.st-2-items .form-group .form-control {
  border: 1px solid;
}
.st-2-items form .form-group {
  width: 100%;
  margin-right: 10px;
}
.st-2-items form .form-group:last-child,
.st-5-items ul li:last-child,
ul.social-media-links li:last-child,
ul.st-10-slide-cnt-btns li:last-child,
ul.st-7-itm-profil-contact-btns li:last-child {
  margin-right: 0;
}
.st-2-items form .form-group input[type="submit"] {
  width: 100%;
  border-radius: 4px;
}
.bg-small-star::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  right: 50px;
  top: 200px;
  background-image: url(../img/bg-small-star.png);
}
.st-11-itm,
.st-14-itm,
.st-3-tio-description p,
ul.st-7-sidebar-btn li a {
  text-align: center;
}
.st-3-itm-cnt-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #a00d4b;
  text-align: center;
  max-width: 90%;
  margin: -20.5px auto 0;
  padding: 10px 12px;
  border-radius: 10px;
  z-index: 1;
}
.st-3-itm-cnt-description p {
  color: #000;
  font-size: 14px;
  margin: 15px 0 !important;
  font-weight: 400;
  line-height: 1.7;
  display: -webkit-box;
}
.st-3-itm-img a {
  padding-bottom: 70%;
  width: 100%;
  display: block;
}
.st-3-itm-img a img {
  position: absolute;
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  left: 0;
  top: 0;
  object-position: center;
  width: 100%;
}
.footer-itm ul li a,
.modal-header h5,
.page-header-searchbar .breadcrumb-item a,
.st-15-form.form-wrp .form-group a#refresh-captcha,
.st-15-form.form-wrp div#captcha-container,
.st-3-itm-cnt-title a,
.top-bar-slide b,
.top-bar-slide strong {
  color: #fff;
}
.st-3-itm-cnt {
  padding: 0;
  width: 100%;
}
.st-7-sidebar-frequent-searches ul,
.st-8-items ul,
.useful-links ul,
ul.st-3-itm-cnt-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.st-3-itm-cnt-links li {
  border-bottom: 1px solid;
  padding: 8px 12px;
}
ul.st-3-itm-cnt-links li:first-child {
  border-top: 1px solid;
}
.st-6-top-cnt,
ul.st-3-itm-cnt-links li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.st-3-itm-cnt-description {
  text-align: center;
  padding: 0 10px;
}
.st-3-itm-cnt-links li:last-child,
.st-7-sidebar-frequent-searches ul li:last-child {
  border-bottom: 0;
}
.st-3-itm-img img,
.st-7-itm-top-ad-img img {
  border-radius: 10px 10px 0 0;
}
.st-3-itm {
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.st-4.bg-small-star::after {
  right: 60px;
  top: unset;
  bottom: 50px;
  background-image: url(../img/bg-small-star-2.png);
}
.st-4-slide-itm-icon {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.st-4-slide-itm {
  text-align: center;
  padding: 10px 0 20px;
  border-radius: 20px;
}
.st-4-slide-itm-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  height: auto !important;
}
.st-4-items {
  margin-top: 10px;
}
.st-4-slider {
  padding: 0 40px;
}
.owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.owl-nav button {
  width: 30px;
  height: 30px;
  color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.owl-nav button.owl-prev {
  background-image: url(../img/slider-left-arrow.png) !important;
  left: -50px;
}
.owl-nav button.owl-next {
  background-image: url(../img/slider-right-arrow.png) !important;
  right: -50px;
}
.st-5-items ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.st-5-items ul a {
  padding: 13px 25px;
  border-radius: 50px;
  white-space: nowrap;
}
.st-5-items ul a img,
ul.social-media-links li {
  margin-right: 10px;
}
.st-5-items ul li {
  margin: 0 10px;
  padding: 10px 0;
}
.st-5-items {
  margin: 0 -70px;
}
.st-5 {
  overflow: hidden;
}
.st-6-top-cnt-btn {
  min-width: 205px;
}
.st-6-top-cnt .section-heading {
  max-width: 900px;
}
.st-6-itm-img {
  margin: 10px 0;
  display: block;
}
.st-6-itm-img img {
  border-radius: 12px;
  display: block;
}
.st-6.bg-small-img::before {
  left: unset;
  top: unset;
  bottom: 40px;
  right: 40px;
}
ul.social-media-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
ul.social-media-links li a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid;
}
.footer-logo-side-short-description p {
  font-weight: 400;
  color: #fff;
}
.footer-logo-side-short-description {
  margin: 25px 0;
}
.useful-links-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.footer-link li a {
  color: #ffff;
}
.st-13-itm ul li,
.useful-links ul li {
  padding: 5px 0;
}
.footer-items .row [class*="col-"] {
  padding: 0 30px;
  border-right: 1px solid;
}
.footer-items .row [class*="col-"]:first-child {
  padding-left: 15px;
}
.footer-items .row [class*="col-"]:last-child {
  padding-right: 15px;
  border-right: 0;
}
.footer-itm-bottom-description p {
  text-align: center;
  color: #fff;
}
.footer-itm-bottom-description {
  margin: 30px 0;
  padding-top: 30px;
  border-top: 1px solid;
}
.copyright-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid;
}
.copyright-in p {
  margin: 0;
  color: #fff;
}
.footer-logo.mt-2 img {
  filter: invert(1);
}
.btn-secondary img {
  margin-right: 15px;
  padding: 3px;
  border-radius: 100%;
}
.page-title-sec {
  background: #f5f5f5;
}
.page-title-sec-items h1 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 15px;
}
.page-title-sec-alert-msg p {
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.page-title-sec-alert-msg {
  padding: 8px 20px;
  border-radius: 4px;
  margin-bottom: 50px;
}
.page-title-sec-alert-msg p b {
  font-weight: 700;
}
.st-12-itm ul,
.top-bar-slide p {
  margin: 0;
}
.st-15-form span a:hover,
.top-bar-slide p a {
  text-decoration: underline;
}
.st-12-in.report-wrap h2::after,
.st-17-items + .text-center span.show-more-btn,
.st-9-itm-show-more,
.top-bar.removed,
.year-location li:last-child:after {
  display: none;
}
.top-bar-close button {
  padding: 0;
  margin: 0;
  border: 0;
  background: 0 0;
  line-height: 1;
  position: absolute;
  right: 10px;
}
.faq_sec .accordion-body,
.top-bar {
  padding: 10px 0;
}
.page-header-searchbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.page-header-searchbar .btn {
  background: red;
  border: 0;
}
.page-header-searchbar .btn:hover {
  background: #ffdede;
  color: #000;
}
.page-header-searchbar .form-control {
  border-radius: 10px 0 0 10px;
}
.st-7-itm-top-ad-cnt h2 {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
  text-align: center;
}
.st-7-itm-top-ad {
  border-radius: 10px;
  margin-bottom: 0;
}
.st-7-itm-top-ad-cnt p {
  margin-bottom: 0;
  text-align: center;
}
.st-7-itm-profil-cnt-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}
.st-7-itm-profil-cnt-sub-title {
  font-size: 18px;
  font-weight: 500;
  display: none;
}
.st-7-itm-profil-in {
  border-radius: 10px;
  margin: 0 0 20px;
}
.st-7-itm-profil-cnt {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
ul.st-7-itm-profil-contact-btns,
ul.year-location {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
ul.year-location li {
  font-size: 14px;
  font-weight: 700;
}
ul.st-7-itm-profil-contact-btns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 4px 20px;
  color: #fff;
  font-weight: 400;
}
ul.st-7-itm-profil-contact-btns li {
  margin-right: 8px;
}
.st-7-itm-profil-img img {
  transition: 0.25s;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.st-7-itm-profil-img {
  height: 100%;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.st-7-itm-profil-img a:hover img {
  transform: scale(1.1);
}
ul.st-7-sidebar-btn {
  padding: 0;
  margin: 0;
  list-style: none;
}
.st-7-sidebar-frequent-searches-title {
  font-size: 18px;
  font-weight: 600;
}
.st-7-sidebar-frequent-searches ul li {
  border-bottom: 1px solid;
}
.st-7-sidebar-frequent-searches ul li a {
  font-size: 18px;
  font-weight: 300;
  padding: 10px 0;
  display: block;
  color: #000;
}
.st-7-sidebar-frequent-searches {
  border-radius: 10px;
  padding: 20px;
}
.st-10-slide-img img,
.st-7-sidebar-profile-img img {
  border-radius: 10px;
}
.st-7-sidebar-profile {
  margin-top: 20px;
}
.st-8-items ul li a {
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  padding: 22px 45px 22px 35px;
  border-radius: 10px;
  color: #000;
}
.st-12-itm-title img,
.st-8-items ul li a img {
  margin-right: 20px;
}
.st-8-items ul li a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  background-image: url(../img/right-angle.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 35px;
}
.contact-info p,
.contact-info ul,
.faq_sec .accordion-body p,
.st-15-form.form-wrp .form-group:last-child,
.st-8-items ul li:last-child,
.st-9-items .st-9-itm:last-child {
  margin-bottom: 0;
}
.st-9-itm-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
.st-9-itm {
  margin-bottom: 40px;
}
.show-more-btn {
  transition: 0.5s;
  font-size: 20px;
  color: #9f0c4a;
}
ul.st-10-slide-cnt-btns {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
}
.btn-danger,
.btn-success {
  font-size: 20px;
  font-weight: 800;
  padding: 12px 45px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
ul.st-10-slide-cnt-btns li a img {
  margin-right: 12px;
  max-width: 25px;
}
.btn-danger svg {
  width: 25px;
  margin-right: 12px;
}
ul.st-10-slide-cnt-btns li {
  margin-right: 15px;
  width: 100%;
}
.st-10-slide-cnt-sub-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.st-10-slide-cnt ul.year-location {
  margin-bottom: 15px;
}
.st-10-slide-cnt-description {
  margin-bottom: 25px;
}
.st-10-slider .owl-nav {
  position: absolute;
  transform: initial;
  max-width: 100px;
  top: 0;
  right: 0;
  z-index: 1;
}
.st-10-slider .owl-nav button {
  position: initial;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.st-10-slider .owl-nav button.owl-prev {
  background-image: url(../img/st-10-slider-left.png) !important;
}
.st-10-slider .owl-nav button.owl-next {
  background-image: url(../img/st-10-slider-right.png) !important;
}
.st-10-slide-cnt-services h5 {
  color: #9f0c4a;
}
.st-11,
.st-12 {
  padding: 50px 0;
}
.st-11-title {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
}
.st-11-ad-id {
  font-size: 34px;
  font-weight: 700;
}
.st-12-itm {
  border-radius: 10px;
  padding: 30px 50px;
}
.st-12-itm-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.st-12-itm ul li {
  font-size: 20px;
  font-weight: 300;
  padding: 3px 0;
}
.st-13-itm-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.st-14-itm p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}
.st-14-items {
  padding: 20px 30px;
  border-radius: 10px;
  background-size: 170px;
  background-position: top -11px left 10px;
}
.security-tips-img {
  position: absolute;
  top: -20px;
  width: 150px;
}
.st-15::before {
  content: "";
  position: absolute;
  width: 79px;
  height: 83px;
  background-image: url(../img/st-1-bg-design.png);
  background-repeat: no-repeat;
  left: 0;
  top: 35px;
}
.st-15-itm {
  max-width: 600px;
  margin: auto;
  border: 1px solid;
  padding: 40px;
}
.st-15-itm-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.st-15-form .form-group .form-control {
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: none;
}
.st-15-form .form-group input.btn.btn-secondary {
  padding: 10px 15px;
}
ul.pagination {
  gap: 5px;
  justify-content: center;
  margin-botttom: 0;
}
ul.pagination li.page-item .page-link {
  border: 0;
  color: #000;
  padding: 0;
  box-shadow: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffdede !important;
  font-size: 14px;
}
.st-3-itm-cnt-title:hover {
  background: #4a3986;
}
.st-3-itm-cnt-title a:hover {
  color: #fff;
}
ul.pagination li.page-item.active .page-link {
  background: #9f0c4a !important;
  color: #fff;
}
@media (max-width: 1199px) {
  ul.st-10-slide-cnt-btns li a {
    font-size: 18px;
    padding: 12px 25px;
  }
}
@media (max-width: 991px) {
  .st-1-itm-img,
  .st-10-slide-img,
  .st-6-top-cnt,
  .st-7-itm-profiles {
    margin-bottom: 20px;
  }
  .header {
    position: relative;
  }
  .header .navbar-toggler {
    border: 0;
    padding: 0;
    box-shadow: none;
    z-index: 111;
    transition: 0.3s;
  }
  .header .navbar {
    position: initial !important;
  }
  .navbar-collapse {
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    left: 0;
    transition: 0.25s;
    background: linear-gradient(
      145deg,
      rgb(159 12 74) 0,
      rgb(116 34 104) 60%,
      rgb(70 59 137) 100%
    );
    z-index: 1;
  }
  .header .navbar-toggler .navbar-toggler-icon {
    color: #fff;
    filter: invert(1) brightness(1);
  }
  .header .navbar-collapse.show {
    width: 100%;
    height: 100vh;
    z-index: 11;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    padding: 60px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0;
    padding: 5px 0;
    transform: translate(-30px, 0);
    transition: 0.2s;
    opacity: 0;
  }
  .header .navbar .navbar-collapse.show .navbar-nav .nav-item {
    opacity: 1;
    transform: translateX(0);
    padding: 0;
  }
  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:first-child {
    transition-delay: 0.2s;
  }
  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(2) {
    transition-delay: 0.3s;
  }
  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(3) {
    transition-delay: 0.4s;
  }
  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(4) {
    transition-delay: 0.5s;
  }
  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(5) {
    transition-delay: 0.6s;
  }
  .header .navbar-toggler:not(.collapsed)[aria-expanded="true"] {
    transform: rotate(180deg);
  }
  .navbar-toggler:not(.collapsed)[aria-expanded="true"] span {
    background-image: url(../img/menu-close-icon.png) !important;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-link,
  .st-3-itm-cnt-title {
    font-size: 20px;
  }
  .st-1 {
    background-image: none;
  }
  .st-1-itm-cnt h1 {
    font-size: 44px;
  }
  .st-2-items form .form-group {
    width: calc(50% - 5px);
    margin: 10px 10px 10px 0;
  }
  .st-2-items form .form-group:nth-child(2n) {
    margin-right: 0;
  }
  .st-2-items form,
  .st-6-top-cnt {
    flex-wrap: wrap;
  }
  .heading-type-1 {
    font-size: 40px;
  }
  .st-4-slide-itm-title,
  .st-7-itm-top-ad-cnt h2 {
    font-size: 24px;
  }
  .st-6-top-cnt .section-heading {
    margin: 0;
  }
  .st-6-itm-img img {
    width: 100%;
  }
  .footer-items .row [class*="col-"]:first-child {
    border: 0;
  }
  .footer-itm {
    margin: 20px 0;
  }
  .st-7-sidebar-profile-img {
    max-width: 450px;
    margin: auto;
  }
  .page-title-sec-items h1 {
    font-size: 50px;
  }
  .st-10-slider .owl-nav {
    position: relative;
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .copyright-in,
  .st-3-itm,
  .st-7-itm-profil-img a {
    display: block;
  }
  .copyright-in,
  .st-1-itm-img,
  .st-3-itm-img {
    text-align: center;
  }
  .telegram-wrp {
    flex-wrap: wrap;
  }
  ul.st-7-itm-profil-contact-btns {
    margin-top: 5px;
  }
  .st-7-itm-top-ad-img img,
  .telegram-wrp .btn {
    width: 100%;
  }
  .contact-info ul li:last-child,
  .page-title-sec-items h1,
  .st-7-itm-profil-cnt-title {
    margin-bottom: 0;
  }
  .contact-info,
  .contact-info ul li {
    margin-bottom: 20px;
  }
  .contact-info {
    padding: 15px;
  }
  .contact-info ul li a span {
    margin-bottom: 5px;
  }
  .st-15-form.form-wrp {
    padding: 10px 15px !important;
  }
  .copyright-in p,
  .st-15-form.form-wrp .form-group {
    margin-bottom: 15px;
  }
  .st-7-itm-profil-in {
    margin: 7px 0;
  }
  section.st-17.sec-pad {
    padding-bottom: 0 !important;
  }
  section.st-7.sec-pad.pt-0.mt-4 {
    padding-top: 0 !important;
  }
  ul.st-7-itm-profil-contact-btns li {
    width: 50%;
  }
  .st-1-itm-img img {
    width: 160px;
  }
  .st-1 {
    padding: 170px 0 10px;
  }
  .st-3-itm-img {
    min-width: auto;
    margin-bottom: 0;
  }
  .btn-1,
  .post-ad-btn,
  .st-7-itm-profil-cnt-sub-title,
  a,
  p,
  ul.st-10-slide-cnt-btns li a {
    font-size: 14px;
  }
  .sec-pad {
    padding: 60px 0;
  }
  .st-1-itm-cnt span,
  .st-3-itm-cnt-title,
  .st-7-itm-profil-cnt-title,
  .st-7-itm-top-ad-cnt h2 {
    font-size: 18px;
  }
  .st-1-itm-cnt span img {
    width: 45px;
    margin-left: 10px;
  }
  .st-1-itm-cnt h1 {
    font-size: 36px;
    margin: 10px 0 15px;
  }
  .st-2-items form .form-group {
    width: 100%;
    margin: 10px 0;
  }
  .heading-type-1 {
    font-size: 28px;
  }
  ul.st-3-itm-cnt-links li a {
    font-size: 14px;
    padding: 10px 12px;
  }
  .st-4-slide-itm-title,
  .st-9-itm-title,
  .useful-links-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .st-4-slide-itm-icon {
    width: 60px;
    height: 60px;
    padding: 18px;
    margin: 0 auto 20px;
  }
  .footer-items .row [class*="col-"] {
    padding: 0 15px;
    border: 0;
  }
  .useful-links ul li {
    padding: 3px 0;
  }
  .footer-logo-side-short-description {
    margin: 15px 0;
  }
  .footer-itm-bottom-description {
    margin: 20px 0;
    padding-top: 20px;
  }
  .page-title-sec-items h1 {
    font-size: 30px;
  }
  .st-5-items ul a {
    padding: 6px 10px;
  }
  .st-5-items ul a img {
    margin-right: 5px;
    width: 18px;
  }
  .st-5-items ul li {
    margin: 0 8px;
  }
  .st-7-itm-top-ad .row {
    flex-direction: column-reverse;
  }
  .st-7-itm-top-ad-img {
    margin-bottom: 8px;
  }
  .st-7-sidebar-frequent-searches ul li a {
    font-size: 16px;
    padding: 6px 0;
  }
  .st-7-sidebar-profile-img a {
    padding: 25px 10px;
    font-size: 36px;
  }
  .st-8-items ul li a {
    font-size: 16px;
    padding: 15px 35px 15px 15px;
  }
  .st-8-items ul li a img {
    margin-right: 5px;
  }
  .st-8-items ul li a::before {
    right: 20px;
  }
  .st-9-itm {
    margin-bottom: 25px;
  }
  .show-more-btn,
  .st-14-itm p {
    font-size: 16px;
  }
  ul.st-10-slide-cnt-btns {
    position: sticky !important;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 5px;
  }
  .st-13-itm-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .st-13-itm ul li {
    padding: 3px 0;
    line-height: 1.2;
    font-size: 14px;
  }
  .bg-small-star::after {
    right: 0;
    top: 40px;
  }
  .st-15::before {
    width: 55px;
    height: 60px;
    background-size: 55px;
    top: 0;
  }
}
.st-9-items h2:after,
h2:after {
  bottom: -5px;
  background: #9f0c4a;
}
@media (max-width: 575px) {
  .header .navbar-brand {
    max-width: 180px;
  }
  .top-bar {
    padding-right: 20px;
  }
  .st-5-items {
    margin: 0;
  }
  ul.st-10-slide-cnt-btns li {
    margin-right: 8px;
  }
  ul.st-10-slide-cnt-btns li a img {
    margin-right: 5px;
    max-width: 20px;
  }
  .btn-danger svg {
    width: 20px;
    margin-right: 5px;
  }
  ul.st-10-slide-cnt-btns li a {
    padding: 8px 10px;
  }
  .st-10-slide-cnt-sub-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .st-11-title,
  .st-12-itm-title,
  .st-15-itm-title {
    font-size: 24px;
  }
  .st-11-ad-id {
    font-size: 28px;
  }
  .st-12-itm-title img {
    margin-right: 10px;
    width: 25px;
  }
  .st-12-itm ul li {
    font-size: 16px;
  }
  .st-12-itm {
    padding: 20px;
  }
  .st-15-itm {
    padding: 25px;
  }
}
.page-title-sec.sec-pad,
section.page-title-sec.sec-pad {
  padding: 15px;
}
.st-2-items form .form-group input[type="submit"]:hover {
  background: #362360;
  color: #fff;
  border-color: #362360 !important;
}
.st-7-sidebar-frequent-searches {
  margin-top: 0 !important;
  box-shadow: none !important;
}
.st-7-itm-profil-in {
  padding: 5px;
  background-color: #fff !important;
  border: 1px solid #9f0c4a !important;
  box-shadow: none !important;
}
.st-7-itm-profil-contact-btns li a {
  border-radius: 50%;
}
.year-location li {
  padding: 0 10px;
  background: 0 0;
  position: relative;
}
.year-location li:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1.5px;
  background: #828282;
  right: 0;
  top: 2px;
}
ul.year-location li {
  padding: 0 8px;
  background: 0 0 !important;
}
ul.year-location li:first-child {
  padding-left: 0;
}
.st-7-itm-profil-cnt-title a {
  font-weight: 700;
  font-size: 18px;
}
.st-7-itm-profil-cnt-description {
  margin: 8px 0;
}
.st-7-itm-profil-cnt-description p {
  color: #484848;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.3px;
  word-spacing: 0;
  word-break: break-word;
  font-weight: 400;
  display: -webkit-box;
}
ul.st-7-itm-profil-contact-btns {
  justify-content: end;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.st-7-itm-profil-img a {
  height: 100%;
}
.faq_sec
  .accordion-flush
  > .accordion-item:last-child
  h2.accordion-header
  button,
.faq_sec .accordion-flush > .accordion-item > .accordion-collapse {
  border-bottom: 0 !important;
}
.faq_sec .accordion-button:not(.collapsed) {
  background: #fce8f6;
  border-bottom: 0;
  color: #9f0c4a;
}
.btn.btn_tel.btn_bg,
.btn.btn_tel:hover {
  color: #27a7e7;
  background: #fff;
}
.faq_sec .accordion-flush > .accordion-item .accordion-button {
  box-shadow: none !important;
  background: #f1f1f1;
  outline: 0 !important;
}
.btn.btn_tel,
.btn.btn_tel.btn_bg:hover {
  background: #27a7e7;
  color: #fff;
}
.faq_sec .accordion-flush > .accordion-item {
  border-bottom: 0 !important;
  margin-bottom: 10px;
}
.faq_sec .accordion-header {
  border-radius: 5px;
  overflow: hidden;
}
.st-7-itm-top-ad-cnt p {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}
.st-7-itm-top-ad-img {
  padding: 0;
  margin-left: -1px;
}
.st-7-itm-top-ad-cnt {
  padding-bottom: 10px;
}
section.st-17.sec-pad {
  padding: 35px 0 0;
}
.faq_sec h3,
.st-9-items h2,
.st-9-items h3,
.st-9-items h4 {
  color: #9f0c4a;
  text-align: left !important;
  margin-top: 20px;
  position: relative;
}
.inner-body .page-title-sec-items h1:after,
.st-17-items h1:after,
.st-9-items h2:after,
h2:after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
}
.st-9-items h2:after {
  width: 90px;
}
h2:after {
  width: 80px;
}
.st-9-items p {
  text-align: left !important;
  font-weight: 400;
}
.faq_sec h3:after,
.st-9-items h3:after,
.st-9-items h4:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 90px;
  background: #9f0c4a;
  bottom: -5px;
  left: 0;
  display: none;
}
.cnt-service-list ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.cnt-service-list ul li span {
  background: #fcd0ea;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
}
.st-4-slide-itm-description p {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 0;
  font-weight: 400;
}
.btn-1 {
  padding: 10px 20px;
  margin-top: 15px;
  border: 1px solid #ddd;
  border-radius: 50px;
}
.navbar-brand img {
  max-width: 60%;
}
.st-3-itm-cnt-description p {
  margin-bottom: 5px;
}
.st-7-itm-profil-in.not-features {
  padding: 10px;
}
.st-7-itm-profil-in.not-features [class*="col-"] {
  width: 100%;
}
.ads-banner {
  border-radius: 10px;
  margin: 0 auto 20px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%) !important;
}
.st-17-items h1 {
  font-size: 50px;
  font-weight: 800;
  position: relative;
  color: #9f0c4a;
  margin-bottom: 12px;
}
.st-17-items h1:after {
  width: 80px;
  bottom: -3px;
  background: #9f0c4a;
}
section.page-title-sec.py-4.inner-body {
  background: 0 0;
  padding-bottom: 0 !important;
}
.inner-body .page-title-sec-items h1 {
  color: #9f0c4a !important;
  text-align: left;
  position: relative;
}
section.page-title-sec.py-4.inner-body + section.st-17.sec-pad {
  padding-top: 0;
}
.inner-body .page-title-sec-items h1:after {
  width: 80px;
  background: #9f0c4a;
  bottom: -10px;
}
.telegram-wrp {
  display: flex;
  gap: 8px;
}
.ic-telegram svg {
  width: 25px;
  height: 25px;
}
.btn.btn_tel {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  border-radius: 7px;
}
.btn.btn_tel svg,
.btn.btn_tel svg path,
.btn.btn_tel.btn_bg:hover svg path {
  fill: #fff;
}
.btn.btn_tel.btn_bg svg path,
.btn.btn_tel:hover svg path {
  fill: #27a7e7;
}
.btn.btn_tel:hover {
  border-color: #27a7e7;
}
.contact-info {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 10px;
}
.st-15-form.form-wrp {
  background: linear-gradient(
    145deg,
    rgb(159 12 74) 0,
    rgb(116 34 104) 60%,
    rgb(70 59 137) 100%
  );
  padding: 25px;
  border-radius: 10px;
  margin-left: 0;
}
.st-15-form.form-wrp .form-group label {
  color: #fff;
  font-weight: 700;
}
.st-15-form.form-wrp .form-group .btn.btn-secondary {
  background: #fff;
  color: #000;
}
#adReportModal label {
  font-weight: 600;
  color: #a00d4b;
}
.modal-header {
  background: #a00d4b;
}
.page-item:first-child span.page-link,
.page-item:last-child .page-link {
  font-size: 26px;
}

.faq_sec.border_bottom {
    padding-bottom: 30px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .st-9-items h2,
  .st-9-items h3,
  .st-9-items h4 {
    font-size: 20px;
  }
  .st-2-items form {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .faq_sec .accordion-body {
    padding: 10px 15px;
  }
  .st-7-itm-top-ad-cnt p {
    font-weight: 700;
    font-size: 16px;
  }
  ul.st-7-itm-profil-contact-btns {
    margin-top: 5px;
    justify-content: center;
    margin-left: auto !important;
  }
  .st-7-itm-profil-cnt-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px !important;
  }
  .st-7-itm-profil-in .row {
    margin: 0;
  }
  .st-7-itm-profil-in .row [class*="col-"] {
    padding: 0;
  }
  .st-7-itm-profil-img img {
    min-height: 150px;
  }
  .st-7-itm-profil-cnt {
    padding: 10px !important;
  }
  .st-7-itm-profil-img a {
    height: 100% !important;
    width: 100%;
    display: flex;
  }
  h3.st-7-itm-profil-cnt-title {
    margin-bottom: 5px !important;
    font-size: 12px !important;
  }
  .st-7-itm-profil-cnt-description p {
    font-size: 12px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .year-location li,
  .year-location li a {
    font-size: 10px !important;
  }
  .breadcrumb-item a,
  .breadcrumb-item + .breadcrumb-item a {
    font-size: 12px !important;
  }
  .year-location li:first-child {
    padding-left: 0 !important;
  }
  .year-location li:after {
    right: 0 !important;
    top: 1px !important;
    height: 12px !important;
  }
  ul.st-7-itm-profil-contact-btns li a {
    padding: 6px 10px !important;
    font-size: 12px;
  }
  body .st-7-sidebar-frequent-searches {
    display: block !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: 0 0 !important;
  }
  body .st-7-sidebar .st-7-sidebar-frequent-searches {
    padding: 10px !important;
    border-radius: 10px !important;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 5px !important;
    font-size: 12px !important;
  }
  .breadcrumb-item a {
    display: flex !important;
    align-items: center !important;
  }
  .breadcrumb-item {
    line-height: 1 !important;
  }
  ol.breadcrumb.mb-0 {
    margin-bottom: 12px !important;
  }
  .breadcrumb-item.active {
    font-weight: 700;
    color: #9f0c4a !important;
  }
  .breadcrumb-item.active a {
    color: #a00d4b;
  }
  .sec-pad {
    padding: 30px 0 !important;
  }
  .page-title-sec.sec-pad {
    padding: 15px 5px !important;
  }
  h1 {
    font-size: 28px !important;
  }
  .st-17-items h1:after {
    margin-bottom: -3px;
  }
  .heading-type-1 {
    font-size: 20px !important;
  }
  .h3,
  h3 {
    font-size: 18px !important;
  }
  .st-7-itm-profil-in.not-features .st-7-itm-profil-cnt {
    padding: 0 !important;
  }
  section.st-9.sec-pad.pt-0 {
    padding-top: 0 !important;
  }
  .faq_sec .accordion-flush > .accordion-item .accordion-button {
    padding: 10px;
  }
}
