body {
  background: #f9f9f9;
  padding: 0;
  margin: 0;
}

.banner_img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  position: relative;
}

.main-slider-five__title {
  position: relative;
  font-size: 75px;
  color: #fff;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -0.06em;
  margin-bottom: 18px;
}

.banner_text {
  /* background-color: rgba(225, 225, 225, 0.5); */
  padding: 20px;
  padding-bottom: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  padding-left: 100px;
  padding-top: 130px;
  width: 60%;
}

.main-slider-five__text {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  letter-spacing: var(--insur-letter-spacing);
  line-height: 30px;
  padding-bottom: 30px;
}

.main-slider-five__btn {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 17px 50px 17px;
  border-radius: 30px;
  background-color: #0055b1;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.main-slider-five__btn:hover {
  background-color: rgb(0, 0, 0);
  color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  display: block;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.carousel-indicators {
  justify-content: left;
  margin-left: 8%;
}

.carousel-indicators [data-bs-target] {
  width: 40px;
  height: 4px;
  background-color: #0055b1;
}

.con_color {
  color: #0055b1;
}

/** about section **/
.about_section {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 80px 0;
}

.about_img {
  position: absolute;
  right: -225px;
  top: 0;
  height: 100%;
  margin-top: 5px;
  rotate: -1deg;
  z-index: 0;
}

img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.span_per {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  bottom: 0;
  margin: auto;
  margin-left: auto;
  margin-left: 87px;
  font-weight: bold;
  font-size: 25px;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.about_content_box {
  position: relative;
  margin-left: -145px !important;
  display: block;
}

.counter {
  font-weight: bold;
}


.about-ten__experience {
  position: absolute;
  left: -76px;
  bottom: -38px;
  height: 197px;
  width: 197px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 20px;
  animation: rotatedsmall 5s infinite linear;
  color: #fff;
}

@keyframes rotatedsmall {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-30deg);
  }

  100% {
    transform: rotate(-45px);
  }
}

@media (max-width: 1299px) {
  .about-ten__experience {
    left: 0;
  }
}

@media (max-width: 991px) {
  .about-ten__experience {
    left: 0;
    bottom: 0;
  }
}

.about-ten__experience__number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--insur-white);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.about-ten__experience__number .odometer.odometer-auto-theme,
.about-ten__experience__number .odometer.odometer-theme-default {
  font-family: var(--insur-font);
  line-height: 1;
}

.about-ten__experience__text {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: var(--insur-base);
  margin: 0;
}

/** services **/
.services {
  padding: 50px 0;
}

.services_box {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}

/* 
.services_box img {
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
} */

.services_box img {
  width: 80px;
}

.services_box a {}

.services_box h2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  position: absolute;
  z-index: 999;
  bottom: -50px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 20px 20px 20px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  height: 110px;
  transition: all 0.5s ease-in-out;
}

.services_box a:hover h2 {
  text-overflow: inherit;
  -webkit-line-clamp: inherit;
  white-space: inherit;
  height: 100%;
  bottom: -7px;
}

.bg_why {
  background-repeat: repeat;
  /* background-size: 100%; */
  background-color: rgb(2, 2, 80);
}

.why_choose_us {
  padding: 0 100px;
  color: #fff;
}

.right_col {
  height: 725px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.why-choose-four__right {
  position: relative;
  display: block;
  margin-left: 105px;
  width: 470px;
  margin-top: 70px;
}

.why-choose-four__points {
  position: relative;
  display: block;
}

.why-choose-four__points li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 45px;
  padding-top: 30px;
  padding-bottom: 31px;
}

.why-choose-four__points li+li {
  margin-top: 10px;
}

.why-choose-four__points-icon-box {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-four__points-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-four__points-icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--insur-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.why-choose-four__points li:hover .why-choose-four__points-icon span {
  transform: scale(0.9);
}

.why-choose-four__points-text {
  margin-left: 5px;
  width: 134px;
}

.why-choose-four__points-text p {
  font-size: 20px;
  color: var(--insur-black);
  font-weight: 700;
  line-height: 24px;
  letter-spacing: var(--insur-letter-spacing);
}

.why-choose-four__points-content-box {
  position: relative;
  display: block;
  max-width: 175px;
  width: 100%;
}

.why-choose-four__points-content-box:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 4px;
  left: -20px;
  width: 1px;
  background-color: #d7d7d7;
}

.why-choose-four__points-content {
  line-height: 24px;
  letter-spacing: var(--insur-letter-spacing);
}

.why-choose-four__points-icon span img {
  width: 50px;
  margin: -30px 0 0 0;
}

.owl-carousel .item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.testimonial {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  padding: 100px 0;
  background-attachment: fixed;
}

.testimonial_col {
  margin-top: 50px;
}


/*--------------------------------------------------------------
# Testimonial Five
--------------------------------------------------------------*/
.testimonial-five {
  position: relative;
  display: block;
  background-color: var(--insur-primary);
  padding: 120px 0 116px;
  z-index: 1;
}

.testimonial-five__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 622px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.3;
  z-index: -1;
}

.testimonial-five__carousel {
  position: relative;
  display: block;
}

.testimonial-five__single {
  position: relative;
  display: block;
}

.testimonial-five__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 29px 0px rgba(21, 21, 21, 0.08);
  padding: 30px 55px 40px;
  text-align: center;
  border-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-five__single:hover .testimonial-five__content {
  background-color: #000;
  color: #fff;
}

.testimonial-five__content:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 20px solid white;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-five__single:hover .testimonial-five__content:before {
  border-top: 20px solid #000;
}

.testimonial-five__rating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0055b1;
  max-width: 230px;
  width: 100%;
  margin: 0 auto 21px;
  border-radius: var(--insur-bdr-radius);
  padding: 12.5px 0;
  color: #fff;
  border-radius: 20px;
}

.testimonial-five__rating span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--insur-white);
}

.testimonial-five__rating span+span {
  margin-left: 4px;
}

.testimonial-five__text {
  line-height: 30px;
  letter-spacing: var(--insur-letter-spacing);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-five__single:hover .testimonial-five__text {
  color: #83888b;
}

.testimonial-five__client-info {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 40px;
}

.testimonial-five__client-img {
  position: relative;
  display: block;
  width: 75px;
  border-radius: 50%;
  margin: 0 auto 0;
  z-index: 1;
}

.testimonial-five__client-img:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 5px solid var(--insur-base);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.testimonial-five__single:hover .testimonial-five__client-img:before {
  opacity: 1;
  transform: scale(1);
}

div.testimonial-five__client-img img {
  border-radius: 50%;
}

.testimonial-five__client-content {
  position: relative;
  display: block;
  margin-top: 17px;
}

.testimonial-five__client-sub-title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 15px;
}

.testimonial-five__client-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 4px;
}

.testimonial-five__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-five__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-five__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}




.footer {
  padding: 50px 0 20px 0;
}

.footer-widget-three__latest-news {
  position: relative;
  display: block;
}

.footer-widget-three__latest-news-list {
  position: relative;
  display: block;
  padding-top: 3px;
}

.footer-widget-three__latest-news-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-three__latest-news-list li+li {
  margin-top: 0px;
}

.footer-widget-three__latest-news-img {
  position: relative;
  display: block;
  width: 70px;
}

div.footer-widget-three__latest-news-img img {
  max-width: unset;
  max-height: unset;
}

.footer-widget-three__latest-news-content {
  margin-left: 20px;
  position: relative;
  display: block;
  top: 2px;
}

.footer-widget-three__latest-news-date {
  font-size: 14px;
  color: var(--insur-base);
  letter-spacing: var(--insur-letter-spacing);
  line-height: 14px;
}

.footer-widget-three__latest-news-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: var(--insur-letter-spacing);
  line-height: 26px;
  margin-top: 11px;
}

.footer-widget-three__latest-news-title a {
  color: var(--insur-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__latest-news-title a:hover {
  color: var(--insur-base);
}

.footer-widget-three__contact {
  position: relative;
  display: block;
  background-color: #121415;
  border-radius: var(--insur-bdr-radius);
  padding: 37px 40px 32px;
}

.footer-widget-three-contact__title {
  font-size: 20px;
  color: var(--insur-white);
  font-weight: 700;
  line-height: 20px;
  letter-spacing: var(--insur-letter-spacing);
  margin-bottom: 30px;
}

.footer-widget-three__contact-list {
  position: relative;
  display: block;
}

.footer-widget-three__contact-list li {
  position: relative;
  display: flex;
}

.footer-widget-three__contact-list li+li {
  margin-top: 18px;
}

.footer-widget-three__contact-list li .icon {
  position: relative;
  display: block;
}

.footer-widget-three__contact-list li .icon span {
  font-size: 17px;
  color: var(--insur-base);
  position: relative;
  top: 3px;
}

.footer-widget-three__contact-list li .text {
  margin-left: 15px;
}

.footer-widget-three__contact-list li .text p {
  font-weight: 400;
  color: #fff;
  letter-spacing: var(--insur-letter-spacing);
}

.footer-widget-three__contact-list li .text p a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__contact-list li .text p a:hover {
  color: var(--insur-base);
}

.footer_logo img {
  width: 200px;
  border-radius: 20px;
}

.footer {
  color: #fff;
}

.footer p,
.footer li,
.footer a {
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
}

.site-footer-three__bottom {
  position: relative;
  display: block;
  text-align: center;
}

.site-footer-three__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px -1px 0px 0px rgb(86, 89, 92);
  padding: 5px 0 0 0;
}

.site-footer-three__bottom-text {
  color: #83888b;
  letter-spacing: var(--insur-letter-spacing);
}

.site-footer-three__bottom-text a {
  color: #83888b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-three__bottom-text a:hover {
  color: var(--insur-base);
}

.site-footer-three__social {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--insur-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-three__social a:hover {
  color: var(--insur-base);
}

.site-footer-three__social a+a {
  margin-left: 25px;
}

.navbar-brand {
  width: 200px;
}

.nav-link {
  font-size: 18px;
}

.nav-item {
  margin: 0 20px;
}

.cmn_bg {
  background: #0055b1;
  transition: all 0.2s ease-in-out;
}

.cmn_bg:hover {
  background: #003873;
}

.top_header_social a {
  padding: 10px 8px;
  display: inline-block;
}

.main-slider-five__btn2 {
  padding: 10px 20px;
}


#header {
  width: 100%;
  padding: 0px;
  background: transparent;

  top: 0;
  left: 0;
  transition: 0.3s;
}

/* Style after scroll */
#header.sticky {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 0px;
  position: fixed;
  z-index: 999;
  width: 100%;
}

#header.sticky .navbar-brand {
  width: 200px;
}

#topBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  border: none;
  outline: none;
  background: #0055b1;
  color: white;
  cursor: pointer;
  padding: 12px 16px;
  font-size: 18px;
  border-radius: 5px;
  z-index: 999;
  transition: 0.3s;
}

#topBtn:hover {
  background: #555;
}

.whats_app {
  position: fixed;
  right: 25px;
  bottom: 100px;
  z-index: 99;
}

.banner_main {
  padding: 280px 0;
  text-align: center;
  color: #fff;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}


.about-section {
  background: #f8f9fa;
  padding: 60px 0;
}

.section-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.card-custom {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.inner_bg {
  padding: 80px 0;
}

.inner_bg h2 {
  margin-bottom: 20px;
}

.mis-selling-section {
  background: #f8f9fa;
  padding: 70px 0;
}

.section-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.custom-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.highlight-box {
  background: #0d6efd;
  color: white;
  padding: 25px;
  border-radius: 10px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0053b5;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.text-primary {
  color: #0258b7 !important;
}

.how-work-section {
  background: #f8f9fa;
  padding: 80px 0;
}

/* Step Box */
.step-box {
  position: relative;
  padding: 40px 25px;
}

/* Big Background Number */
.step-number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 120px;
  font-weight: 700;
  color: #e9ecef;
  z-index: 0;
}

/* Step Content */
.step-content {
  position: relative;
  z-index: 1;
}

.section-title {
  font-weight: 700;
}

.section-subtitle {
  color: #6c757d;
}

.height_main {
  height: 300px;
  overflow: hidden;
}

.timeline {
  position: relative;
  padding: 50px 0;
}

/* Center Line */
.timeline::before {
  content: "";
  position: absolute;
  width: 2px;
  background: #0055b6;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Timeline Item */
.timeline-item {
  position: relative;
  margin-bottom: 50px;
}

/* Step Number Circle */
.timeline-number {
  width: 45px;
  height: 45px;
  background: #0055b6;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

/* Content Box */
.timeline-content {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Left Side */
.timeline-left {
  text-align: right;
}

.blog-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  background: #fff;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-img {
  position: relative;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #0154b6;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
}

.blog-date {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 13px;
}

.blog-content {
  padding: 25px;
}

.read-btn {
  text-decoration: none;
  font-weight: 600;
}

.form-box {
  background: #f3f4f6;
  padding: 30px;
  border-radius: 10px;
}

.form-control,
.form-select {
  height: 55px;
  border-radius: 12px;
  background: #f1f1f1;
  border: 1px solid #ddd;
}

textarea.form-control {
  height: 120px;
}

.submit-btn {
  background: #1b2f7a;
  color: #fff;
  height: 60px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 500;
}

.submit-btn:hover {
  background: #14225a;
}

.modal-header {
  background: #004188;
  color: #fff;
}

.modal-header .btn-close {
  background-color: rgb(255, 0, 0);
  opacity: 1;
  color: #fff;
}

.contact-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.contact-card {
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
  background: #fff;
}

.map-container iframe {
  border-radius: 15px;
  width: 100%;
  height: 400px;
}

.contact-icon {
  font-size: 20px;
  color: #0d6efd;
  margin-right: 10px;
}

.are_u_vic {
  background-repeat: no-repeat;
  background-position: center center;
  padding: 150px 0;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.blog_section .blog-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

@media(max-width:1399px) {
  .main-slider-five__btn {
    font-size: 15px;
  }
}

/* Mobile Responsive */
@media(max-width:1200px) {
  .nav-item {
    margin: 0 6px;
  }

  .main-slider-five__title {
    font-size: 50px;
  }

  .banner_text {
    padding-top: 40px;
  }

  .why-choose-four__right {
    margin-left: 20px;
  }

  .main-slider-five__btn {
    padding: 17px 22px 17px;
  }

  .why_choose_us h2 {
    font-size: 25px !important;
  }

  .main-slider-five__text {
    line-height: 25px;
    font-size: 16px;
  }

  .top_header {
    text-align: center;
    line-height: 0;
  }

  .top_header_social a {
    padding: 5px 8px;
  }

  .main-slider-five__btn {
    font-size: 15px;
  }

}

@media(max-width:992px) {

  .navbar-nav .nav-link.active,
  .navbar-nav .show>.nav-link,
  .nav-link {
    color: rgba(255, 255, 255, 0.9);
  }

  .why-choose-four__right {
    margin-left: 10px;
    width: 100%;
    margin-top: 16px;
  }

  .main-slider-five__btn {
    font-size: 13px;
  }

  .right_col {
    height: auto;
  }

  .why-choose-four__points-content-box {
    max-width: 100%;
  }

  .why-choose-four__points-text {
    width: 100%;
  }

  .why_choose_us {
    padding: 0 10px;
  }

  .why-choose-four__points {
    margin-right: 20px;
  }

  .main-slider-five__title {
    line-height: 50px;
  }
  .blog_section .blog-img img {
 height: 300px;
}
}

@media(max-width:768px) {
  .timeline::before {
    left: 20px;
  }

  .timeline-number {
    left: 20px;
    transform: none;
  }

  .timeline-left {
    text-align: left;
  }

  .top_header_social {
    text-align: center !important;
  }

  .banner_text {
    padding-left: 14px;
    padding-top: 20px;
    width: 95%;
    text-align: center;
  }

  .banner_text p {
    display: none;
  }

  .banner_text h2 {
    margin-bottom: 25px;
  }

  .banner_img {
    height: 205px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 10%;
  }

  .why_choose_us {
    padding: 15px 10px;
  }

  .timeline::before {
    background: transparent;
  }

  .timeline-number {
    margin-top: -28px;
  }

  .footer h3 {
    margin-top: 30px;
  }

  .site-footer-three__bottom-inner {
    display: block;
    text-align: center;
  }

  .site-footer-three__social {
    position: relative;
    display: block;
    align-items: center;
    display: inline-block;
  }

  .site-footer-three__social a {
    display: inline-block;
  }

  .carousel-indicators {
    display: none;
  }

  #header.sticky .navbar-brand {
    width: 115px;
  }

  .footer-widget-three__contact-list li+li {
    margin-top: 0;
  }

  .footer-widget-three__contact-list li .text {
    margin-left: 0;
  }

  .are_u_vic {
    padding: 80px 0;
  }

  .mis-selling-section {
    padding: 20px 0;
  }
}

@media(min-width:992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    border: none;

  }

  .nav-item.dropdown:hover .dropdown-menu li {
    padding: 0 15px;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #fff;
    background-color: #003873;
  }
}