@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display";
  text-transform: capitalize;
  font-weight: 600;
}

p,
ul {
  font-family: "Poppins";
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}

input,
textarea {
  font-family: "Poppins";
  margin: 0;
  padding: 0;
}

span,
a,
button {
  font-family: "Poppins";
  margin: 0;
  padding: 0;
}

a:hover {
  color: inherit;
}

body {
  overflow-x: hidden;
  background: #fefefe;
  font-family: "Poppins";
}

main {
  overflow: hidden;
}

/*page_404*/
.page_404 {
  text-align: center;
  padding: 9rem 0 3rem;
  position: relative;
}

.page_404 h1 {
  color: #15352d;
  font-size: 7rem;
}

.page_404 img {
  width: 40%;
}

.page_404 h3 {
  font-size: 4rem;
  margin: 2rem 0 0 0;
}

.page_404 p {
  font-size: 24px;
  color: #15352d;
  margin: 25px 0;
}

.page_404 a {
  background: linear-gradient(to right, #15352d 50%, #b16406 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #b16406;
  width: 11%;
  display: block;
  margin: 0 auto 0;
  padding: 8px 0;
  font-size: 22px;
  border-radius: 49px;
}

/*page_404*/
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 zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

/*Website Custom Style Css For Single Items Start Here*/

form .iti {
  width: 100%;
}

.iti__selected-flag {
  background: transparent !important;
}

/*Heading & Para Style Css*/
.heading-one {
  font-size: 50px;
  line-height: 57px;
}

.heading-two {
  font-size: 45px;
  line-height: 52px;
}

.heading-three {
  font-size: 40px;
  line-height: 47px;
}

.heading-four {
  font-size: 32px;
  line-height: 39px;
}

.heading-five {
  font-size: 24px;
  line-height: 30px;
}

.heading-six {
  font-size: 20px;
  line-height: 26px;
}

.heading-seven {
  font-size: 18px;
  line-height: 24px;
}

p {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 10px;
}

li {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 5px;
}

/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
}

.website-main-buttons .read-more-btn,
.website-main-buttons .popup-btn,
.website-main-buttons .chat-btn,
.website-main-buttons .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 0.4s ease-in-out;
  position: relative;
}

/*Buttons Style Css*/

/*Website Custom Style Css For Single Items End Here*/

/*Header Css Start Here*/
header {
  background: transparent;
  width: 100%;
  box-shadow: 0 0 20px -5px #b2b2b2;
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

header.main-header.sticky {
  background: #fff;
}

header nav.navbar {
  padding: 10px 30px;
  align-items: center;
  position: relative;
}

header nav.navbar .navbar-brand {
  padding: 0px 0;
  margin: 0;
}

header nav.navbar .navbar-brand .logo {
  width: 180px;
  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;
}

header .navbar-collapse .navbar-main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

header .navbar-main-nav .navbar-main-center {
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

header .navbar-main-center ul.navbar-main-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .navbar-main-center ul.navbar-main-info li {
  margin: 0 10px;
}

header .navbar-main-center ul.navbar-main-info li a {
  color: #15352d;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #b16406,
    #b16406 50%,
    #15352d 50%
  );
  background-size: 200% 100%;
  background-position: 100%;
}

header .navbar-main-center ul.navbar-main-info li a:hover {
  transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

header .navbar-main-center ul.navbar-main-info li a i {
  color: #b16406;
  margin: 0 3px 0 0;
}

header .navbar-main-center ul.navbar-nav {
  width: 100%;
  justify-content: center;
  margin: 0 10px 0;
}

header .navbar-main-center ul.navbar-nav li.nav-item {
  margin: 0 10px 0;
  padding: 15px 0;
}

header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
  color: #15352d;
  font-size: 18px;
  line-height: 24px;
  padding: 0px 0px;
  text-transform: capitalize;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #b16406,
    #b16406 50%,
    #15352d 50%
  );
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.3s ease-in-out;
}

header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link:hover {
  transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

header .navbar-main-center ul.navbar-nav li.nav-item.dropdown {
}

header ul.navbar-nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header ul.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 0 5px;
  border: none;
  transition: all 0.3s ease-in-out;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu {
  background: #fefefe;
  top: 50px;
  left: 0;
  width: 400px;
  border: none;
  border-radius: 0px;
  box-shadow: 0 0px 30px -15px #15352d;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: flex;
  flex-wrap: wrap;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu.dropdown-single-menu {
  width: 200px;
  display: grid;
  flex-wrap: nowrap;
}

header ul.navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li {
  padding: 0;
  margin: 0;
  width: 200px;
  border-right: 1px solid #f3f3f3;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a {
  color: #15352d;
  border-bottom: 1px solid #f3f3f3;
  font-size: 14px;
  padding: 7px 7px;
  margin: 0;
  border-radius: 0;
  text-align: left;
  text-transform: capitalize;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #b16406,
    #b16406 50%,
    #15352d 50%
  );
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.3s ease-in-out;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a i {
  color: #b16406;
  font-size: 12px;
  font-weight: 700;
  margin: 0 2px 0 0;
}

header
  ul.navbar-nav
  .nav-item.dropdown
  ul.dropdown-menu
  li
  a.dropdown-item:focus,
header
  ul.navbar-nav
  .nav-item.dropdown
  ul.dropdown-menu
  li
  a.dropdown-item:hover {
  transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

header .website-main-buttons {
  justify-content: center;
  margin: 0;
}

header .website-main-buttons .popup-btn {
  background: linear-gradient(to right, #15352d 50%, #b16406 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #b16406;
  width: 210px;
}

header .website-main-buttons .popup-btn:hover {
  background-position: left bottom;
}

header .website-main-buttons button.chat-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
}

header .website-main-buttons button.chat-btn:hover {
  background-position: left bottom;
}

/*Header Css End Here*/

/*Why Choose Section Css Start Here*/
section.why-choose-wrap {
  background: #fff;
  padding: 50px 0;
}

.why-choose-wrap .why-choose-head {
  margin: 0 0 50px;
  text-align: center;
}

.why-choose-head .choose-head-content {
}

.choose-head-content .heading-three {
  color: #15352d;
  margin: 0 0 10px;
}

.choose-head-content p {
  color: #15352d;
}

.why-choose-wrap .why-choose-inner {
}

.why-choose-inner .why-choose-box {
  padding: 20px 20px;
  margin: 0 0 20px;
  box-shadow: 0 5px 20px -5px #b2b2b2;
  position: relative;
  z-index: 1;
  display: flex;
}

.why-choose-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background: #15352d;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.why-choose-box:hover::after {
  width: 100%;
  height: 100%;
}

.why-choose-box .choose-box-img {
  margin: 0 20px 0 0;
  width: 20%;
  text-align: center;
}

.choose-box-img img {
  width: 100px;
  height: 85px;
  object-fit: contain;
}

.why-choose-box .choose-box-content {
  width: 80%;
  padding: 0 10px 0 0;
  min-height: 175px;
  max-height: 175px;
  overflow-y: auto;
}

.choose-box-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.choose-box-content::-webkit-scrollbar {
  width: 3px;
  background: #b2b2b2;
  border-radius: 0px;
}

.choose-box-content::-webkit-scrollbar-thumb {
  background-color: #b16406;
  border-radius: 0px;
}

.choose-box-content .heading-five {
  color: #15352d;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
}

.why-choose-box:hover .choose-box-content .heading-five {
  color: #fff;
}

.choose-box-content p {
  color: #15352d;
  transition: all 0.3s ease-in-out;
}

.why-choose-box:hover .choose-box-content p {
  color: #fff;
}

/*Why Choose Section Css End Here*/

/* Calendary Section CSS Start Here */

section.calendly_Intergrate {
  background: #f6f6f6;
  padding: 120px 0;
  position: relative;
  z-index: 2;
}

/* section.calendly_Intergrate::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 100%;
    top: 1%;
    left: 0;
    background: url(../images/logo-dark.png);
    z-index: -1;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
  } */

section.calendly_Intergrate h3 {
  color: #b16406;
  margin: 0 0 20px;
  font-size: 3rem;
  font-weight: 600;
}

section.calendly_Intergrate p {
  color: #15352d;
  font-size: 17px;
  line-height: 1.7;
}

section.calendly_Intergrate span {
  display: block;
  color: #15352d;
  font-size: 33px;
  font-family: "Poppins", sans-serif;
  margin: 39px 0 0 0;
  font-weight: 400;
}

section.calendly_Intergrate ul {
  color: #fff;
  padding: 13px 0 0 0;
}

section.calendly_Intergrate ul li {
  list-style: circle;
  line-height: 26px;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

section.calendly_Intergrate ul li strong {
  color: #15352d;
}


section.calendly_Intergrate .website-main-buttons .popup-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
}

section.calendly_Intergrate .website-main-buttons .popup-btn:hover {
  background-position: left bottom;
}

section.calendly_Intergrate .website-main-buttons .chat-btn {
  background: linear-gradient(to right, #15352d 50%, #b16406 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #b16406;
}

section.calendly_Intergrate .website-main-buttons .chat-btn:hover {
  background-position: left bottom;
}

.calendly-inline-widget {
  height: 785px;
}

section.calendly_Intergrate img {
  width: 206px;
  margin: 0 0 20px 0;
}

/* Calendary Section CSS End Here */

/**************************************************************************
 --------------------- Home Page Folds Css End Here -----------------------
 --------------------------------------------------------------------------
**************************************************************************/



/* Footer Css Start Here */
footer.footer-main-sec {
  position: relative;
  z-index: 10;
}

.footer-main-sec .footer-top {
  padding: 50px 0 20px 0;
  border-bottom: 1px solid #15352d;
}

.footer-top .footer-logo-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}

.footer-logo-area .footer-logo {
  width: 250px;
}

.footer-top .footer-links-area {
  padding: 0 20px;
  margin: 0 0 20px;
  border-right: 1px solid #15352d;
  height: 100%;
}

.footer-top .footer-links-area.footer-links-area-last {
  border-right: none;
}

.footer-links-area .heading-five {
  color: #b16406;
  margin: 0 0 20px;
}

.footer-links-area .footer-services-nav-links {
}

.footer-services-nav-links ul.footer-nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer-links-area ul.footer-nav-links li {
  margin: 0 5px 10px;
}

.footer-links-area ul.footer-nav-links a {
  color: #15352d;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #b16406,
    #b16406 50%,
    #15352d 50%
  );
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.3s ease-in-out;
}

.footer-links-area ul.footer-nav-links a:hover {
  transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

.footer-top .footer-info-area {
  margin: 20px 0 0;
}

.footer-info-area ul.footer-info {
  display: flex;
  justify-content: space-between;
}

ul.footer-info li {
  background: #f4f4f4;
  display: flex;
  align-items: center;
  padding: 10px 10px;
  box-shadow: 0 3px 1px -6px #15352d;
  width: 100%;
  justify-content: center;
  margin: 0 10px 0;
  border-radius: 10px;
}

ul.footer-info li i {
  background: #15352d;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  margin: 0 5px 0 0;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

ul.footer-info li:hover i {
  background-position: left bottom;
}

ul.footer-info li a {
  color: #15352d;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #b16406,
    #b16406 50%,
    #15352d 50%
  );
  background-size: 200% 100%;
  background-position: 100%;
}

ul.footer-info li a:hover {
  transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

ul.footer-info li p {
  color: #15352d;
  font-size: 16px;
  margin: 0;
  width: 350px;
}

ul.footer-info li img {
  filter: invert(1);
}

.footer-main-sec .footer-bottom {
  padding: 10px 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.footer-bottom .footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-copyright p {
  color: #15352d;
  margin: 0;
}

.footer-copyright ul.footer-social-list {
  display: flex;
}

ul.footer-social-list li {
}

ul.footer-social-list li a {
  background: #15352d;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin: 0 5px 0 0;
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

ul.footer-social-list li a:hover {
  background-position: left bottom;
}

ul.footer-social-list li a i {
}

ul.footer-social-list li a img {
  filter: invert(1);
  padding: 5px;
  margin: -3px 0 0 0;
}

/* Footer 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: 46px;
    line-height: 52px;
  }

  .heading-two {
    font-size: 40px;
    line-height: 46px;
  }

  .heading-three {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-four {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-five {
    font-size: 22px;
    line-height: 28px;
  }

  .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;
  }

  .website-main-buttons .read-more-btn,
  .website-main-buttons .popup-btn,
  .website-main-buttons .chat-btn,
  .website-main-buttons .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 {
    padding: 10px 20px;
  }

  header .navbar-main-nav .navbar-main-center {
    margin: 0;
  }

  /*Header Responsive Css End Here*/


  /*Footer Responsive Css Start Here*/
  ul.footer-info li a {
    font-size: 14px;
  }

  ul.footer-info li p {
    font-size: 14px;
  }

  /*Footer 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: 42px;
    line-height: 48px;
  }

  .heading-two {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-three {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-four {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-six {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  li {
    font-size: 14px;
    line-height: 20px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
  }

  .website-main-buttons .read-more-btn,
  .website-main-buttons .popup-btn,
  .website-main-buttons .chat-btn,
  .website-main-buttons .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 {
    padding: 10px 10px;
  }

  header nav.navbar .navbar-brand .logo {
    width: 120px;
  }

  header .navbar-main-nav .navbar-main-center {
    margin: 0;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Banner Main Section Responsive Css Start Here*/

  /*Footer Responsive Css Start Here*/
  .footer-top .footer-links-area {
    height: inherit;
  }

  .footer-services-nav-links ul.footer-nav-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links-area ul.footer-nav-links a {
    font-size: 14px;
    line-height: 20px;
  }

  ul.footer-info li {
    margin: 0 5px 0;
  }

  ul.footer-info li a {
    font-size: 14px;
  }

  ul.footer-info li p {
    font-size: 14px;
  }

  ul.footer-social-list li a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 32px;
  }

  /*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: 38px;
    line-height: 44px;
  }

  .heading-two {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-three {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-four {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-six {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  li {
    font-size: 14px;
    line-height: 20px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .website-main-buttons .read-more-btn,
  .website-main-buttons .popup-btn,
  .website-main-buttons .chat-btn,
  .website-main-buttons .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 {
    padding: 10px 10px;
  }

  header nav.navbar .navbar-brand .logo {
    width: 120px;
  }

  /*Header Responsive Css End Here*/

  /*Why Choose Section Responsive Css Start Here*/
  section.why-choose-wrap {
    padding: 30px 0;
  }

  .why-choose-wrap .why-choose-head {
    margin: 0 0 30px;
  }

  .why-choose-inner .why-choose-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .why-choose-box .choose-box-img {
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }

  .why-choose-box .choose-box-content {
    width: 100%;
    padding: 0 10px 0;
    text-align: center;
    min-height: 240px;
    max-height: 240px;
  }

  /*Why Choose Section Responsive Css End Here*/

  /*Footer Responsive Css Start Here*/
  .footer-top .footer-links-area {
    height: inherit;
  }

  .footer-services-nav-links ul.footer-nav-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links-area ul.footer-nav-links a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-info-area ul.footer-info {
    flex-wrap: wrap;
    justify-content: center;
  }

  ul.footer-info li {
    margin: 0 5px 10px;
    justify-content: left;
    width: 48%;
  }

  ul.footer-info li a {
    font-size: 14px;
  }

  ul.footer-info li p {
    font-size: 14px;
  }

  ul.footer-social-list li a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 32px;
  }

  /*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: 38px;
    line-height: 44px;
  }

  .heading-two {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-three {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-four {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-six {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  li {
    font-size: 14px;
    line-height: 20px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .website-main-buttons .read-more-btn,
  .website-main-buttons .popup-btn,
  .website-main-buttons .chat-btn,
  .website-main-buttons .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 {
    padding: 10px 10px;
  }

  header nav.navbar .navbar-brand .logo {
    width: 120px;
  }

  header .website-main-buttons {
    margin: 20px 0;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/


  /*Why Choose Section Responsive Css Start Here*/
  section.why-choose-wrap {
    padding: 30px 0;
  }

  .why-choose-wrap .why-choose-head {
    margin: 0 0 30px;
  }

  .why-choose-inner .why-choose-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .why-choose-box .choose-box-img {
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }

  .why-choose-box .choose-box-content {
    width: 100%;
    padding: 0 10px 0;
    text-align: center;
    min-height: 240px;
    max-height: 240px;
  }

  /*Why Choose Section Responsive Css End Here*/

  /*Footer Responsive Css Start Here*/
  .footer-logo-area .footer-logo {
    width: 200px;
  }

  .footer-top .footer-links-area {
    border-right: none;
    border-bottom: 1px solid #3d3d3d;
    height: inherit;
    text-align: center;
  }

  .footer-services-nav-links ul.footer-nav-links {
    grid-template-columns: 1fr;
  }

  .footer-links-area ul.footer-nav-links a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-info-area ul.footer-info {
    flex-direction: column;
  }

  ul.footer-info li {
    margin: 0 0 10px;
    justify-content: left;
  }

  ul.footer-info li a {
    font-size: 14px;
  }

  ul.footer-info li p {
    font-size: 14px;
  }

  .footer-bottom .footer-copyright {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .footer-copyright ul.footer-social-list {
    justify-content: center;
    margin: 10px 0 0;
  }

  ul.footer-social-list li a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 32px;
  }

  /*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: 38px;
    line-height: 44px;
  }

  .heading-two {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-three {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-four {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-six {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  li {
    font-size: 14px;
    line-height: 20px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .website-main-buttons .read-more-btn,
  .website-main-buttons .popup-btn,
  .website-main-buttons .chat-btn,
  .website-main-buttons .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 {
    padding: 10px 10px;
  }

  header nav.navbar .navbar-brand .logo {
    width: 120px;
  }

  header .website-main-buttons {
    margin: 20px 0;
  }

  /*Header Responsive Css End Here*/

  /*Why Choose Section Responsive Css Start Here*/
  section.why-choose-wrap {
    padding: 30px 0;
  }

  .why-choose-wrap .why-choose-head {
    margin: 0 0 30px;
  }

  .why-choose-inner .why-choose-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .why-choose-box .choose-box-img {
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }

  .why-choose-box .choose-box-content {
    width: 100%;
    padding: 0 10px 0;
    text-align: center;
    min-height: inherit;
    max-height: inherit;
  }

  /*Why Choose Section Responsive Css End Here*/

  /*Footer Responsive Css Start Here*/
  .footer-logo-area .footer-logo {
    width: 200px;
  }

  .footer-top .footer-links-area {
    border-right: none;
    border-bottom: 1px solid #3d3d3d;
    height: inherit;
    text-align: center;
  }

  .footer-services-nav-links ul.footer-nav-links {
    grid-template-columns: 1fr;
  }

  .footer-links-area ul.footer-nav-links a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-info-area ul.footer-info {
    flex-direction: column;
  }

  ul.footer-info li {
    margin: 0 0 10px;
    justify-content: left;
  }

  ul.footer-info li a {
    font-size: 14px;
  }

  ul.footer-info li p {
    font-size: 14px;
  }

  .footer-bottom .footer-copyright {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .footer-copyright ul.footer-social-list {
    justify-content: center;
    margin: 10px 0 0;
  }

  ul.footer-social-list li a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 32px;
  }

  /*Footer Responsive Css End Here*/
}
