@font-face {
  font-family: "SF-Pro-Display-Black";
  src: url("../fonts/SF-Pro-Display-Black.ttf");
}

@font-face {
  font-family: "SF-Pro-Display-Heavy";
  src: url("../fonts/SF-Pro-Display-Heavy.ttf");
}

@font-face {
  font-family: "SF-Pro-Display-Bold";
  src: url("../fonts/SF-Pro-Display-Bold.ttf");
}

@font-face {
  font-family: "SF-Pro-Display-SemiBold";
  src: url("../fonts/SF-Pro-Display-SemiBold.ttf");
}

@font-face {
  font-family: "SF-Pro-Display-Medium";
  src: url("../fonts/SF-Pro-Display-Medium.ttf");
}

@font-face {
  font-family: "SF-Pro-Display-Regular";
  src: url("../fonts/SF-Pro-Display-Regular.ttf");
}

@font-face {
  font-family: "SF-Pro-Display-Light";
  src: url("../fonts/SF-Pro-Display-Light.ttf");
}

/*.banner-brands .banner-brands-items img[alt="Trustpilot"] {*/
/*    display: none;*/
/*}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF-Pro-Display-SemiBold";
  text-transform: capitalize;
}

p,
ul {
  font-family: "SF-Pro-Display-Regular";
  margin: 0;
  padding: 0;
  list-style: none;
}

span,
input,
textarea,
a,
button {
  font-family: "SF-Pro-Display-Medium";
  margin: 0;
  padding: 0;
}

a:hover {
  color: inherit;
}

body {
  overflow-x: hidden;
  background: #fefefe;
  font-family: "SF-Pro-Display-Medium";
}


main {
  overflow: hidden;
}

a,
button,
input,
textarea:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

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

/* Firefox */
.form-group input[type="number"] {
  -moz-appearance: textfield;
}

@keyframes bounce2 {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

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

  60% {
    transform: translateY(-5px);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

/*Intel Input Css Start Here*/
.iti .iti__country {
  font-size: 14px !important;
}

.iti__country-list {
  z-index: 999 !important;
}

/*Intel Input Css End Here*/

.captcha_validation {
  background: #fff !important;
  color: red !important;
  padding: 5px 5px !important;
  width: 210px !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

/*Website Custom Style Css For Single Items Start Here*/
/*Heading & Para Style Css*/
.heading-one {
  font-size: 58px;
  line-height: 64px;
}

.heading-two {
  font-size: 54px;
  line-height: 60px;
}

.heading-three {
  font-size: 46px;
  line-height: 52px;
}

.heading-four {
  font-size: 38px;
  line-height: 44px;
}

.heading-five {
  font-size: 24px;
  line-height: 30px;
}

.heading-six {
  font-size: 21px;
  line-height: 26px;
}

p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
}

li {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 5px;
}

/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}

.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons a.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn {
  font-size: 16px;
  width: 175px;
  height: 45px;
  border-radius: 50px;
  padding: 10px 10px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  transition: all .4s ease-in-out;
  position: relative;
}

/*Buttons Style Css*/

/*Website Custom Style Css For Single Items End Here*/

/*Header Css Start Here*/
header {
  background: #fff;
  width: 100%;
  box-shadow: 0 0 20px -5px #b2b2b2;
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

header nav.navbar {
  padding: 10px 0px;
  align-items: center;
  position: inherit;
}

header nav.navbar .navbar-brand {
  padding: 0px 0;
  margin: 0;
}

header nav.navbar .navbar-brand .logo {
  width: 140px;
  margin: 0;
  transition: all 0.5s ease-in-out;
  display: block;
}

header .navbar-toggler {
  background-color: #fff;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .navbar-expand-lg .navbar-collapse {
  justify-content: center;
  flex-direction: column;
  align-items: end;
  margin: 0 0 0 20px;
}

header .navbar-collapse .navbar-main-nav {
  display: flex;
  align-items: center;
  gap: 120px;
}

header .navbar-main-nav ul.navbar-nav {
  width: 100%;
  justify-content: center;
  /* margin: 0 10px 0 0; */
  gap: 16px;
}

header .navbar-main-nav ul.navbar-nav li.nav-item {
  margin: 0 10px 0;
}

header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  padding: 25px 0px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #095e78;
}

/* header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown {
  position: inherit;
}

header .navbar-nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

header .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0 5px;
  border: none;
  display: block;
}

header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown {
  position: relative;
}

header .navbar-nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  /* content: "\f078"; */
  /* font-family: "Font Awesome 6 Pro"; */
  /* font-size: 14px; */
  font-weight: 600;
  /* margin: 0 0 0 5px; */
  /* border: none; */
  /* display: block; */
  /* position: absolute; */
  /* right: 0; */
  /* top: 0; */
}

header .navbar-nav .nav-item ul.dropdown-menu {
  display: block;
  border: none;
  padding: 0px;
  background: white;
  backdrop-filter: blur(20.3px);
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
  border-radius: 0 0 15px 15px;
  border: none;
  opacity: 0;
  visibility: hidden;
  top: 80px;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.8s ease-in-out;
  float: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 300px;
}

header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 65px;
  transform: scaleY(1);
}

header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
  left: auto;
}

header .navbar-nav .nav-item ul.dropdown-menu li {
  padding: 0;
  margin: 0;
  width: 100%;
}

header .navbar-nav .nav-item ul.dropdown-menu li:last-child {
  border-right: none;
}

header .navbar-nav .nav-item ul.dropdown-menu li span {
  background: #095e78;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  padding: 7px 10px;
  border-bottom: 1px solid #fff;
  width: 100%;
  text-align: center;
  display: block;
}

header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double {
  display: flex;
  flex-wrap: wrap;
}

header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a {
  width: 50%;
  border-right: 1px solid #f3f3f3;
}

header .navbar-nav .nav-item ul.dropdown-menu li a {
  color: #000;
  font-size: 17px;
  line-height: 27px;
  padding: 8px 10px;
  margin: 0;
  border-radius: 0;
  text-align: left;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  transition: all .3s ease-in-out;
}

header .navbar-nav .nav-item ul.dropdown-menu li:nth-last-child(1) a {
  border-radius: 0 0 15px 15px;
}

header .navbar-nav .nav-item ul.dropdown-menu li a i {
  color: #095e78;
  font-size: 12px;
  font-weight: 700;
  margin: 0 5px 0 0;
}

header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:focus,
header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:hover {
  background: #095e78;
  color: #fff;
}

header nav.navbar .website-main-buttons {
  justify-content: center;
  margin: 0;
}

header nav.navbar .website-main-buttons button.popup-btn {
  background: linear-gradient(to right, #000 50%, #095e78 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #095e78;
}

header nav.navbar .website-main-buttons button.popup-btn:hover {
  background-position: left bottom;
}

/*Header Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css Start Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/


/* Main Banner Section CSS Start Here */

section.main-banner-sec {
  padding: 250px 0px 100px;
  background: url(../images/hero-banner-img.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 680px;
}

section.main-banner-sec:after {
  content: '';
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.83) 61%);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  border-radius: inherit;
}

section.main-banner-sec .main-banner-content-wrap {
  text-align: center;
}

section.main-banner-sec .main-banner-content-wrap .heading-five {
  color: #000;
}

.main-banner-sec .main-banner-content-wrap .heading-one {
  color: #095e78;
  margin: 0 0 10px;
}

.main-banner-sec .main-banner-content-wrap p {
  color: black;
}

.main-banner-sec .main-banner-content-wrap .website-main-buttons {
  justify-content: center;
}

.main-banner-sec .main-banner-content-wrap .website-main-buttons a.read-more-btn {
  background: linear-gradient(to right, #000 50%, #095e78 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #095e78;
}

.main-banner-sec .main-banner-content-wrap .website-main-buttons a.read-more-btn:hover {
  background-position: left bottom;
}

.main-banner-sec .main-banner-content-wrap .website-main-buttons button.popup-btn {
  background: linear-gradient(to right, #095e78 50%, #000 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #000;
}

.main-banner-sec .main-banner-content-wrap .website-main-buttons button.popup-btn:hover {
  background-position: left bottom;
}

/* Main Banner Section CSS End Here */

/* CTA Main Wrap Section CSS Start Here */

section.cta-wrap-sec-main {
  background: black;
  padding: 15px 0px;
}

.cta-wrap-sec-main .cta-wrap-content {
  text-align: center;
}

.cta-wrap-sec-main .cta-wrap-content .heading-four {
  margin: 0;
  color: white;
}

/* CTA Main Wrap Section CSS End Here */

/* Service Box Section CSS Start Here */

section.service-bx-main {
  padding: 50px 0px;
}

.service-bx-main .service-bx-head-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.service-bx-head-wrap .heading-three {
  color: #095e78;
  margin: 0 0 10px;
}

.service-bx-main .service-bx-content {
  padding: 15px 15px;
  background: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 7px;
  transition: .7s all ease-in;
}

.service-bx-main .service-bx-content a {
  width: 100%;
  display: block;
  height: 100%;
}

.service-bx-main .service-bx-content a img {
  border-radius: 7px;
  margin: 0px 0px 10px 0px;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: top;
}

.service-bx-main .service-bx-content a .heading-five {
  text-align: center;
  color: #095e78;
  margin: 0px 0px 10px 0px;
}

.service-bx-main .service-bx-content a p {
  color: black;
  text-align: center;
}

.service-bx-main .service-bx-content:hover {
  transform: scale(1.05);
}

/* Service Box Section CSS End Here */

/* CTA Wrap Second Section CSS Start Here */

section.cta-wrap-second-sec {
  padding: 35px 0px 35px;
  background: url(../images/cta-banner-wrap.webp) repeat scroll 50% 50%/auto;
  mix-blend-mode: normal;
  position: relative;
  z-index: 1;
}

section.cta-wrap-second-sec:before {
  content: '';
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: -1;
}

.cta-wrap-second-sec .cta-wrap-second-content {
  text-align: center;
}

.cta-wrap-second-sec .cta-wrap-second-content .heading-three {
  color: white;
}

.cta-wrap-second-sec .cta-wrap-second-content p {
  color: white;
}

.cta-wrap-second-sec .cta-wrap-second-content .website-main-buttons {
  justify-content: center;
}

.cta-wrap-second-sec .cta-wrap-second-content .website-main-buttons a.call-btn {
  background: linear-gradient(to right, #000 50%, #095e78 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #095e78;
}

.cta-wrap-second-sec .cta-wrap-second-content .website-main-buttons a.call-btn:hover {
  background-position: left bottom;
}

/* CTA Wrap Second Section CSS End Here */

/* Testimonial Section CSS Start Here */

.testimonials-section-main{
   padding: 50px 0px;
}

/* Testimonial Section CSS End Here */

/**************************************************************************
 --------------------- Home Page Folds Css End Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/


/* Footer Css Start Here */
/* footer.footer-main-sec {
  background-color: #000;
  position: relative;
  z-index: 10;
}

.footer-main-sec .footer-top {
  padding: 50px 0 20px 0;
}

.footer-top .footer-links-area {
  margin: 0 0 20px;
  border-right: 1px solid #f3f3f3;
  height: 100%;
}

.footer-top .footer-links-area.footer-links-area-last {
  border-right: none;
}

.footer-links-area .heading-six {
  color: #095e78;
  margin: 0 0 20px 0;
}

.footer-links-area .footer-services-nav-links {
  display: flex;
  justify-content: space-between;
}

.footer-services-nav-links ul.footer-nav-links {
  margin: 0 20px 0 0;
}

.footer-links-area ul.footer-nav-links li {
  margin: 0 0 10px 0;
}

.footer-links-area ul.footer-nav-links a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  transition: all 0.3s ease-in-out;
  display: block;
}

.footer-links-area ul.footer-nav-links a:hover {
  color: #095e78;
}

.footer-top .footer-brands-area {
  margin: 20px 0;
}

.footer-brands-area .footer-brands-logos {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.footer-brands-area .footer-brands-logos img {
  width: 125px;
  height: 75px;
  object-fit: contain;
  margin: 0 10px 0;
}

.footer-brands-area .footer-dmc-logos {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.footer-brands-area .footer-dmc-logos img {
  margin: 0 10px 0;
}

.footer-top .footer-disclaimer-area p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
}

.footer-top .footer-disclaimer-area p b {
  color: #095e78;
}

.footer-main-sec .footer-middle {
  background: #095e78;
  padding: 20px 0;
}

.footer-middle .footer-logo-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo-area .footer-logo {
  width: 190px;
}

.footer-logo-area .footer-info {}

.footer-logo-area .footer-info ul {
  text-align: center;
}

.footer-logo-area .footer-info ul li {
  margin: 5px 0;
}

.footer-logo-area .footer-info ul li:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-logo-area .footer-info ul li .footer-info-details {
  text-align: center;
  margin: 0 20px;
}

.footer-logo-area .footer-info ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  display: block;
  transition: all 0.3s ease-in-out;
}

.footer-logo-area .footer-info ul li a:hover {
  color: #000;
}

.footer-logo-area .footer-info ul li p {
  color: #fff;
  font-size: 20px;
}

.footer-logo-area ul.footer-social-links {
  display: flex;
  align-items: center;
}

ul.footer-social-links li {
  margin: 0 5px 0;
}

ul.footer-social-links li a {
  color: #fff;
  font-size: 22px;
  display: block;
  transition: all 0.3s ease-in-out;
}

ul.footer-social-links li a:hover {
  color: #000;
}

ul.footer-social-links li a img {
  filter: invert(1);
  width: 22px;
  transition: all 0.3s ease-in-out;
}

ul.footer-social-links li a:hover img {
  filter: unset;
}

.footer-main-sec .footer-bottom {
  padding: 10px 0;
}

.footer-bottom .footer-copyright {
  text-align: center;
}

.footer-copyright p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
} */

footer.footer-main {
  /* background: url("../images/footer/footer-bg.webp") center center / cover no-repeat; */
  padding: 50px 0 20px;
  background: black;
}

footer .footer-logo img {
    width: 200px;
}

footer.footer-main .footer-content-main h3 {
  font-size: 25px;
  color: white;
  line-height: 32px;
  margin-bottom: 30px;
}

footer.footer-main .footer-content-main ul li a {
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  color: rgb(162, 161, 161);
  transition: all 0.5s ease 0s;
}

footer.footer-main .footer-content-main p {
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  color: rgb(162, 161, 161);
  /* padding: 0px 0px 15px; */
}

footer.footer-main .footer-content-main a.contact-call-btn {
  display: block;
  padding: 10px 0px;
  font-size: 15px;
  line-height: 25px;
  color: rgb(162, 161, 161);
  opacity: 1;
  margin-bottom: 10px;
}

footer.footer-main .footer-content-main img.paytype-image {
  width: 100%;
  margin: 20px 0px 77px;
}

footer.footer-main .bg-030510 {
  padding: 0;
  border-top: 1px solid white;
  padding-top: 20px;
  margin-top: 40px;
}

footer.footer-main .footer-bottom {
  padding: 0px 0px;
}

footer.footer-main .footer-bottom p {
  font-size: 15px;
  line-height: 22px;
  color: white;
}

footer.footer-main .footer-bottom a {
  margin: 0px 8px;
}

footer.footer-main .footer-bottom a {
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
}

footer.footer-main .footer-content-main ul li {
  margin-bottom: 15px;
}

footer.footer-main .footer-content-main ul li a:hover {
  color: #095e78;
}

footer.footer-main .footer-bottom.social-link {
    display: flex;
    align-items: center;
    justify-content: end;
}

footer.footer-main .footer-bottom a i {
    font-size: 25px;
}

footer.footer-main .footer-bottom a img {
    width: 25px;
    height: 25px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(11%) hue-rotate(16deg) brightness(103%) contrast(100%);
}

/* Footer Css End Here */

@media only screen and (min-width: 1400px) and (max-width: 1899px) {

  /*Header Responsive Css Start Here*/
  header .navbar-nav .nav-item ul.dropdown-menu li:first-child {
    width: 175%;
  }

  /*Header Responsive Css End Here*/
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /*Website Custom Style Responsive Css For Single Items Start Here*/

  /*Heading & Para Style Responsive Css*/
  .heading-one {
    font-size: 54px;
    line-height: 60px;
  }

  .heading-two {
    font-size: 48px;
    line-height: 54px;
  }

  .heading-three {
    font-size: 40px;
    line-height: 46px;
  }

  .heading-four {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-six {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  li {
    font-size: 16px;
    line-height: 22px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons button.chat-btn,
  .website-main-buttons a.call-btn {
    font-size: 16px;
    width: 160px;
    padding: 10px 5px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header .navbar-expand-lg .navbar-collapse {
    margin: 0 0 0 10px;
  }

  header .navbar-main-nav ul.navbar-nav li.nav-item {
    margin: 0 5px 0;
  }

  header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    line-height: 22px;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li:first-child {
    width: 175%;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li span {
    font-size: 16px;
    line-height: 22px;
  }

  header nav.navbar .website-main-buttons button.popup-btn {
    width: 150px;
  }

  header nav.navbar .website-main-buttons a.call-btn {
    width: 150px;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/



  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /*Website Custom Style Responsive Css For Single Items Start Here*/

  /*Heading & Para Style Responsive Css*/
  .heading-one {
    font-size: 48px;
    line-height: 54px;
  }

  .heading-two {
    font-size: 42px;
    line-height: 48px;
  }

  .heading-three {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-four {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-six {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  li {
    font-size: 16px;
    line-height: 22px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons button.chat-btn,
  .website-main-buttons a.call-btn {
    padding: 10px 5px;
    margin: 0 5px 5px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header nav.navbar .navbar-brand .logo {
    width: 120px;
  }

  header .navbar-expand-lg .navbar-collapse {
    margin: 0 0 0 10px;
  }

  header .navbar-main-nav ul.navbar-nav {
    margin: 0;
  }

  header .navbar-main-nav ul.navbar-nav li.nav-item {
    margin: 0 5px 0;
  }

  header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    line-height: 22px;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li span {
    font-size: 16px;
    line-height: 22px;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double {
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a {
    width: 100%;
    border-right: none;
  }

  header nav.navbar .website-main-buttons button.popup-btn {
    width: 150px;
  }

  header nav.navbar .website-main-buttons a.call-btn {
    width: 150px;
  }

  header .navbar-collapse .navbar-main-nav {
    gap: 30px;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/


  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/


  /*Footer Responsive Css Start Here*/
  .footer-top .footer-links-area {
    height: inherit;
    padding: 0 20px 0;
  }

  .footer-top .footer-links-area.footer-links-area-last {
    border-right: 1px solid #f3f3f3;
  }

  .footer-logo-area .footer-info {
    margin: 0 10px;
  }

  .footer-logo-area .footer-info ul li .footer-info-details {
    margin: 0 10px;
  }

  /*Footer Responsive Css End Here*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*Website Custom Style Responsive Css For Single Items Start Here*/

  /*Heading & Para Style Responsive Css*/
  .heading-one {
    font-size: 48px;
    line-height: 54px;
  }

  .heading-two {
    font-size: 42px;
    line-height: 48px;
  }

  .heading-three {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-four {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-six {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  li {
    font-size: 16px;
    line-height: 22px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons button.chat-btn,
  .website-main-buttons a.call-btn {
    font-size: 14px;
    width: 160px;
    padding: 10px 5px;
    margin: 0 5px 5px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header .navbar-expand-lg .navbar-collapse {
    margin: 10px 10px 0;
    background: #000;
  }

  header .navbar-collapse .navbar-main-nav {
    flex-direction: column;
    justify-content: center;
  }

  header .navbar-main-nav ul.navbar-nav {
    margin: 0;
  }

  header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 0px;
    border-bottom: 1px solid #fff;
  }

  header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown {
    position: relative;
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
    top: 0;
    left: 0;
    display: none;
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    display: grid;
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
    display: grid;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li {
    border-right: none;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li span {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double {
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a {
    width: 50%;
  }

  header nav.navbar .website-main-buttons {
    margin: 10px 0;
    flex-wrap: wrap;
  }

  header nav.navbar .website-main-buttons a.call-btn {
    color: #fff;
    border: 2px solid #fff;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/


  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/



  /*Footer Responsive Css Start Here*/
  .footer-top .footer-links-area {
    height: inherit;
    padding: 0 20px 0;
  }

  .footer-top .footer-links-area.footer-links-area-last {
    border-right: 1px solid #f3f3f3;
  }

  .footer-logo-area .footer-info {
    margin: 0 10px;
  }

  .footer-logo-area .footer-info ul li:first-child {
    flex-direction: column;
    justify-content: center;
  }

  .footer-logo-area .footer-info ul li .footer-info-details {
    margin: 0 0 10px;
    text-align: center;
  }

  .footer-logo-area .footer-info ul li p {
    font-size: 18px;
  }

  /*Footer Responsive Css End Here*/
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /*Website Custom Style Responsive Css For Single Items Start Here*/

  /*Heading & Para Style Responsive Css*/
  .heading-one {
    font-size: 48px;
    line-height: 54px;
  }

  .heading-two {
    font-size: 42px;
    line-height: 48px;
  }

  .heading-three {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-four {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-six {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  li {
    font-size: 16px;
    line-height: 22px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons button.chat-btn,
  .website-main-buttons a.call-btn {
    font-size: 14px;
    width: 160px;
    padding: 10px 5px;
    margin: 0 5px 5px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header .navbar-expand-lg .navbar-collapse {
    margin: 10px 10px 0;
    background: #000;
  }

  header .navbar-collapse .navbar-main-nav {
    flex-direction: column;
    justify-content: center;
  }

  header .navbar-main-nav ul.navbar-nav {
    margin: 0;
  }

  header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 0px;
    border-bottom: 1px solid #fff;
  }

  header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown {
    position: relative;
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
    top: 0;
    left: 0;
    display: none;
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    display: grid;
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
    display: grid;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li {
    border-right: none;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li span {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double {
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a {
    width: 50%;
  }

  header nav.navbar .website-main-buttons {
    margin: 10px 0;
    flex-wrap: wrap;
  }

  header nav.navbar .website-main-buttons a.call-btn {
    color: #fff;
    border: 2px solid #fff;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/


  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/


  /*Footer Responsive Css Start Here*/
  .footer-top .footer-links-area {
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #3d3d3d;
    height: inherit;
    text-align: center;
  }

  .footer-links-area .footer-services-nav-links {
    flex-direction: column;
    justify-content: center;
  }

  .footer-services-nav-links ul.footer-nav-links {
    margin: 0;
  }

  .footer-brands-area .footer-brands-logos {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-brands-area .footer-brands-logos img {
    width: 100px;
    margin: 0 10px 10px;
  }

  .footer-brands-area .footer-dmc-logos {
    justify-content: center;
  }

  .footer-brands-area .footer-dmc-logos img {
    margin: 0 5px 0;
  }

  .footer-top .footer-disclaimer-area {
    text-align: center;
  }

  .footer-middle .footer-logo-area {
    flex-direction: column;
    justify-content: center;
  }

  .footer-logo-area .footer-logo {
    margin: 0 0 10px;
  }

  .footer-logo-area .footer-info {
    margin: 0 0 10px;
  }

  .footer-logo-area .footer-info ul li .footer-info-details {
    margin: 0 10px;
  }

  /*Footer Responsive Css End Here*/
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
  /*Website Custom Style Responsive Css For Single Items Start Here*/

  /*Heading & Para Style Responsive Css*/
  .heading-one {
    font-size: 34px;
    line-height: 45px;
  }

  .heading-two {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-three {
    font-size: 29px;
    line-height: 42px;
  }

  .heading-four {
    font-size: 21px;
    line-height: 36px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-six {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  li {
    font-size: 16px;
    line-height: 22px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons button.chat-btn,
  .website-main-buttons a.call-btn {
    font-size: 14px;
    width: 150px;
    padding: 10px 5px;
    margin: 0 5px 5px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header nav.navbar .navbar-brand .logo {
    width: 120px;
  }

  header .navbar-expand-lg .navbar-collapse {
    margin: 10px 10px 0;
    background: #000;
  }

  header .navbar-collapse .navbar-main-nav {
    flex-direction: column;
    justify-content: center;
  }

  header .navbar-main-nav ul.navbar-nav {
    margin: 0;
  }

  header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 0px;
    border-bottom: 1px solid #fff;
  }

  header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown {
    position: relative;
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
    top: 0;
    left: 0;
    display: none;
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    display: none;
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
    display: grid;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li {
    border-right: none;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li span {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double {
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
  }

  header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a {
    width: 100%;
    border-right: none;
  }

  header nav.navbar .website-main-buttons {
    margin: 10px 0;
    flex-wrap: wrap;
  }

  header nav.navbar .website-main-buttons a.call-btn {
    color: #fff;
    border: 2px solid #fff;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/


  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/


  /*Footer Responsive Css Start Here*/
  .footer-top .footer-links-area {
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #3d3d3d;
    height: inherit;
    text-align: center;
  }

  .footer-links-area .footer-services-nav-links {
    flex-direction: column;
    justify-content: center;
  }

  .footer-services-nav-links ul.footer-nav-links {
    margin: 0;
  }

  .footer-brands-area .footer-brands-logos {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-brands-area .footer-brands-logos img {
    width: 100px;
    margin: 0 10px 10px;
  }

  .footer-brands-area .footer-dmc-logos {
    justify-content: center;
  }

  .footer-brands-area .footer-dmc-logos img {
    margin: 0 5px 0;
  }

  .footer-top .footer-disclaimer-area {
    text-align: center;
  }

  .footer-middle .footer-logo-area {
    flex-direction: column;
    justify-content: center;
  }

  .footer-logo-area .footer-logo {
    margin: 0 0 10px;
  }

  .footer-logo-area .footer-info {
    margin: 0 0 10px;
  }

  .footer-logo-area .footer-info ul li:first-child {
    justify-content: center;
    flex-direction: column;
  }

  .footer-logo-area .footer-info ul li .footer-info-details {
    text-align: center;
    margin: 0 0 10px;
  }

  /*Footer Responsive Css End Here*/
}