body {
  font-family: "Poppins", sans-serif !important;
}

/* Default styles starts*/
h1 {
  font-size: 2rem !important;
}


h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a4d56;
}

h3 {
  font-size: 1.50rem !important;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

p {
  color: #373737 !important;
  font-size: 15px !important;
}


a {
  text-decoration: none !important;
}

a:hover {
  color: #1a4d56;
}

li {
  list-style: none;
}

.section-heading {
  font-weight: 800;
  text-transform: uppercase;
}

.paragraph-text {
  color: #979797;
  font-weight: 300;
}

.green-btn.btn,
.green-btn.btn-primary {
  background-color: #03a67b;
  border-radius: 25px;
  padding: 15px 50px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  color: #fff;
  border: 1px solid #039972;
}

.green-btn.btn:hover,
.green-btn.btn-priary:hover,
.green-btn.btn:focus,
.green-btn.btn-priary:focus
 {
  background-color: #fff;
  border: 1px solid #039972;
  color: #039972;
  box-shadow: none;
}



.view-more-btn {
  background-color: #fff !important;
  border-radius: 10px 0 !important;
  padding: 12px 35px !important;
  border: none !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px !important;
  color: #03a67b !important;
}

.view-more-btn:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

/* Owl slider styles */
.owl-prev.disabled .fa-chevron-left,
.owl-next.disabled .fa-chevron-right {
  opacity: 0.2;
}

.owl-prev .fa-chevron-left,
.owl-next .fa-chevron-right {
  color: #03a67b;
  font-size: 50px;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

#product-features-slider .owl-prev .fa-chevron-left,
#product-features-slider .owl-next .fa-chevron-right {
  color: #fff;
}

.owl-next,
.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-next {
  right: 2%;
}

.owl-prev {
  left: 2%;
}

.features-slider .owl-next{
  right: -2%;
}

#specifications .owl-next {
  right: -4%;
}

#specifications .owl-prev {
  left: -4%;
}

.products-features-slider .owl-prev{
  left: 0%;
}

.products-features-slider .owl-next {
  right: -6%;
}

@media (min-width: 768px) {
  .products-features-slider .owl-prev{
    left: -3%;
  }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #fff !important;
}

.owl-theme .owl-dots button:focus,
.owl-theme .owl-dots button:focus {
  outline: 0;
}

/* Default styles ends*/

/* Default Colors starts*/
.dark-green-bg {
  background-color: #03a67b;
}

.heading-green-text {
  color: #03a67b;
}

.grey-text {
  color: #979797;
}

.light-grey-text {
  color: #d7d7d7;
}

.white-text {
  color: #fff;
}

/* Default Colors ends*/

/* *
Navbar change */
@media (max-width: 768px) {

  .navigation-clean .navbar-toggler,
  .navigation-clean .navbar-toggler:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: all 0.4s ease-in-out;
    display: block;
    transform-origin: 0;
    opacity: 1;
  }

  .nav-close .bar1 {
    transform: rotate(40deg);
    transform-origin: 15% 20%;
  }

  .nav-close .bar2 {
    opacity: 0;
  }

  .nav-close .bar3 {
    transform: rotate(-40deg);
    transform-origin: 10% 80%;
  }

  header > .navbar-collapse {
    position: fixed;
    top: 55px;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    height: 100%;
    width: 0%;
    background-color: #03a67b;
  }
  

  .navbar-collapse {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    height: 100%;
    width: 0%;
    background-color: #03a67b;
  }
  @media (max-width: 768px) {
    header .container-fluid{
      padding: 0;
    }
  }


  .navbar-collapse.collapsing {
    right: -100%;
    transition: height 0s ease;
  }

  .navbar-collapse.collapsing-close {
    right: 100%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {
    right: 0;
    transition: right 300ms ease-in-out;
  }

  .navbar-toggler.collapsed~.navbar-collapse {
    transition: right 500ms ease-in-out;
  }
}


/* Header styles */
.header .navbar-nav .nav-item .nav-link.active,
.header .navbar-nav .nav-item .nav-link,
.header .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.header .navbar-nav .nav-item .nav-link:hover {
  color: #1a4d56;
}

.header .primary-nav.navbar-nav .nav-item.dropdown .dropdown-toggle{
  background-color: #1a4d56;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
}

.header .navbar-nav .nav-item.dropdown .nav-link:hover {
  color: #fff;
}

.header .primary-nav .nav-item {
  margin: 0 5px;
}
.secondary-nav.navbar-nav .dropdown-toggle::after {
  content: none !important;
}
@media (min-width: 768px) {
  .secondary-nav.navbar-nav .nav-item .dropdown-toggle {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    box-shadow: none !important;
  }
  .secondary-nav.navbar-nav >.nav-item {
    border-bottom: 2px solid #f8f9fa;
    padding: 0 5px;
  }
  
  .secondary-nav.navbar-nav > li:hover {
    border-bottom: 2px solid #039972;
    border-radius: 0;
  }
.secondary-nav > li {
  border-right: 1px solid #dee2e6;
}
.secondary-nav > li:last-child {
  border-right:none;
}
.secondary-nav .dropdown-menu .active .dropdown-item{
  background-color: #e9ecef;
}
}

.nav-wrapper .primary-nav .nav-item {
  padding: 5px;
}

.nav-wrapper li:last-child {
  border-right: none !important;
}

/* Home banner */
/* .home-banner-slider .owl-dots {
  position: absolute;
  left: 5%;
  top: 85%;
} */
.home-banner-slider .owl-prev .fa-chevron-left,
.home-banner-slider .owl-next .fa-chevron-right {
  color: #fff;
}

/* brand story */
.story-heading {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.post-content p,
.story-content {
  font-weight: 300;
  color: #bdbdbd;
}

/* Our Inspiration */
.our-inspiration {
  background-image: url('../img/bg-image.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.feedback-img {
  width: 80px !important;
  height: 75px !important;
  border-radius: 50%;
  object-fit: cover;
}
.our-inspiration .card {
  background-color: #f2faf8;
}



.feedback h3 {
  color: #03a67b;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.3px;
}

/* Updates Section Styles */
.update-post img {
  width: 100%;
}

.post-content .post-date {
  font-size: 12px;
  color: #03a67b;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 3px;
}

/* Footer styles */
.footer {
  background-color: #1a4d56;
  color: #fff;
  font-size: 12px;
}

.footer-links li {
  padding: 5px 10px;
  border-right: 1.5px solid #fff;
}

.footer-links li:last-child {
  border: none;
}

.footer-links li a,
.footer-links li a:hover {
  color: #fff;
}

.social-links li {
  padding: 5px;
}

.social-links li a {
  font-size: 18px;
  color: #fff;
}

/* Products section styles */
.products {
  background-image: url('../img/products-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product-details .nav-pills .nav-link {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  padding: 5px 25px;
}

.product-details .nav-pills .nav-link.active {
  background-color: #fff;
  color: #039972;
}

.product-details .nav-pills .nav-item {
  margin-right: 20px;
}

.product-details .product-name {
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}

/* Dealer Locator */
.dealer-locator-section .form-select {
  background-color: transparent;
  font-size: 16px;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  background-image: url('../img/download.svg');
}

.custom-select option {
  background: #03a67b;
  color: #fff;
}

.form-select:focus {
  border-color: #fff !important;
}

option:hover {
  background-color: #03a67b !important;
}

.dealer-locator-section .submit-btn {
  height: 40px !important;
  background-color: #fff;
  color: #03a67b;
  padding: 5px 50px;
  border-radius: 5px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.dealer-locator-section .submit-btn:hover {
  color: #03a67b;
}

/* Product page styles */
.product-content h1 {
  color: #67d49d;
  font-weight: 700;
}

.download-brochure-btn,
.download-brochure-btn:hover {
  background-color: #67d49d;
  color: #fff;
  padding: 15px 30px;
  border-radius: 8px 0;
}

.product-content .share-with-socials li a {
  color: #1a4d56;
}

.product-content .share-with-socials li {
  margin: 0 5px;
}

.product-content .share-with-socials span {
  text-transform: uppercase;
  color: #1a4d56;
  font-size: 12px;
  letter-spacing: 2px;
}

/* Features and Specifications */
.features_sepcifications {
  background-color: #1a4d56;
  margin: 10px 0;
}

.section-headings {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}

.section-headings a {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 15px;
}

.section-headings a:hover {
  color: #7c9195;
}

.features-section {
  color: #1a4d56;
}

.features-section p {
  font-size: 12px !important;
}


.specifications-section {
  background-color: #f7f7f7;
}

.specifications-section .nav-pills .nav-item .sp-tab {
  color: #1a4d56;
  background: none;
  padding: 0;
  width: 100%;
  display: block;
}

.specifications-section .nav-pills .nav-item .sp-tab.active {
  color: #1a4d56 !important;
  font-weight: 800;
  background-color: #f7f7f7;
}

.specifications-section .product-specifications {
  background-color: #1a4d56;
  color: #fff;
  padding: 35px;
}

.specifications-section .product-specifications ul li {
  font-weight: 300;
  font-size: 12px;
}

.dealer-locator-btn,
.dealer-locator-btn:hover {
  background-color: #fff;
  color: #1a4d56;
  padding: 15px 30px;
  border-radius: 5px 0;
}


#product-features-slider img {
  width: auto;
}

.product-details .nav {
  overflow-x: scroll;
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-bottom: 3px;
}

.product-details .nav-link {
  display: inline-flex;
}

.product-details .nav-pills .nav-item {
  margin-right: 20px;
  display: inline;
}

.product-details .nav::-webkit-scrollbar {
  width: 10px;
}

.product-details .nav::-webkit-scrollbar:horizontal {
  height: 3px;
}

.product-details .nav::-webkit-scrollbar-track {
  background-color: transparentize(#ccc, 0.7);
}

.product-details .nav::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #fff;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 40px;
    left: 0;
    border-radius: 0;
  }
  .navbar-expand-lg .navbar-nav li:last-child .dropdown-menu{
    right: 0;
    left: unset;
  }
  
  .dropdown-menu-country{
    top: 38px;
    left: -40px !important;
  }

  .dropdown-menu a:active,
  .dropdown-menu a:focus {
    background-color: #f8f9fa;
  }
}

@media (min-width: 768px) {
.secondary-nav li a{
  text-align: center;
  font-size: 13px;
  color: #343a40 !important;
  border-bottom: 2px solid transparent;
}
}

@media (max-width: 768px) {
  .secondary-nav .dropdown-menu li a{
  color: #fff;
  text-align: start;
  font-size: 12px;
  }
  .secondary-nav .dropdown-menu{
    background-color: transparent;
  }
  .secondary-nav a:hover , .secondary-nav a:focus{
    color: #fff;
    background-color: transparent !important;
  }
  }

.features_sepcifications .nav-link{
  color: #7c9195 !important;
}
.features_sepcifications .nav-link.active {
  color: #fff !important;
}

#navcol-2{
  display: block;
}

@media (min-width: 768px) {
  #navcol-2{
    display: none !important;
  }
}

.secondary-nav li.active{
  border-bottom: 2px solid #039972 !important;
  border-radius: 0;
}

/*sticky icons*/
.stickyicons {
  width: 45px;
  height: auto;
  background: #03a67b;
  color: #fff;
  float: left;
  position: fixed;
  right: 0;
  top: 46%;
  z-index: 999!important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease .6s;
  -moz-transition: all ease .6s;
  transition: all ease .6s
}

.stickyicons ul {
  width: 45px;
  height: auto;
  float: right;
  position: relative;
  list-style-type: none
}

.stickyicons a , .stickyicons a:hover{
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  float: left;
  position: relative;
  width: 100%;
  letter-spacing: 2px;
  z-index: 1
}


.stickyicons li a:before {
  width: 45px;
  height: 45px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #03a67b;
  z-index: 1;
  border-top: 1px solid #03a67b;
  box-sizing: border-box
}

.stickyicons ul:after {
  width: 47px;
  height: 47px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-image: url('../img/contact-icons.png?v=1.2');
  background-repeat: no-repeat;
  z-index: 2;
  background-color: #03a67b
}

.stickyicons li a span {
  width: 260px;
  height: 47px;
  line-height: 45px;
  font-size: 10px;
  background: #03a67b;
  position: absolute;
  right: -300px;
  top: 0;
  font-weight: 800;
  -webkit-transition: all ease .6s;
  -moz-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s
}

.stickyicons .fixed-download-btn:hover span {
  right: 0
}

.stickyicons li a.event-icon:after {
  background-position-x: -42px;
}

.dealer-locator-section optgroup{
  background-color: #039972;
}
#menu-primary .dropdown-menu{
  top: 40px;
  left: unset;
  right: 0;
}
@media (max-width: 768px) {
/* Footer for Bangladesh Changes */
	.footer-links{
		padding-left:0px;
	}
	.footer-links li{
		padding: 5px 0;
	}
/* end */
	#menu-primary .dropdown-menu{
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
  #menu-primary .dropdown-menu a{
    color: #fff;
  }
}
@media (min-width: 768px) {
#menu-primary .dropdown-item:active{
  color: #212529;
}
}

/* Dealer Locator */
.dealer-data{
  display: none;
  margin-top: 40px;
}

/* Book A Test Drive */
.form-submit-btn{
  background-color: #67d49d;
  color: #fff;
  font-size: 18px;
  padding: 8px 35px;
  border-radius: 8px 0;
  border: none;
}

.book-test-drive label{
  display: inline-block;
  font-size: 0.9rem;
}

.book-test-drive .wpcf7-not-valid-tip {
  font-size: 0.75em;
  margin-top: 5px;
}

.book-test-drive .wpcf7-form-control-wrap{
  margin-top: 5px;
  display: block;
}