/*-----------------------------------------------------------------------------------
 
    CSS INDEX
    ===================
	0. Theme Default CSS (body, link color, section etc),
    1. Helper Class
    2. Top Area 
    3. About Area
    4. Service-area
    5. Portfolo-area
    6. Skill-area
    7. Discover Area
    8. Blog Area
    9. Offer Area
    10. Price-area  
    11. Client-area
    12. Footer-area
-----------------------------------------------------------------------------------*/

/* 0. Theme Default CSS (body, link color, section etc) 
========================================================*/

/* Google Fonts
=================*/

@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,600&display=swap");

/* 0. Theme Default CSS */
:root {
  --primary-color: rgba(74, 204, 108, 1);
  --grey-color: rgba(243, 243, 243, 1);
  --white-shade1: rgba(46, 46, 46, 0.2);
  --lihgt-green: rgba(231, 244, 234, 1);

  --main-black: #000;
  --main-white: rgba(255, 255, 255, 1);

  --main-text-shade1: rgba(46, 46, 46, 1);
}

* {
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Open Sans", sans-serif;
}

a:focus {
  outline: 0 solid;
  color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-family: "Dosis", sans-serif;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #464646;
  line-height: 1.8;
  background: #ffffff;
}

a:focus,
a:hover {
  text-decoration: none;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  outline: none;
}

button:focus,
input:focus,
input.form-control:focus,
textarea:focus,
textarea.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #dddddd;
}

.form-control {
  border: 1px solid #dddddd;
}

/*=============================
 1. Helper Class
==============================*/

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

.fix {
  overflow: hidden;
}

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

.padding-top {
  padding-top: 50px;
}

.margin-top-40 {
  margin-top: 40px;
}

.section-relative {
  position: relative;
}

.three-qoater-text {
  width: 80%;
  margin: auto;
}

.battn {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d1f8da+1,66d281+99 */
  background: #d1f8da;
  /* Old browsers */
  background: -moz-linear-gradient(left,
      #d1f8da 1%,
      #66d281 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      #d1f8da 1%,
      #66d281 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      #d1f8da 1%,
      #66d281 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1f8da', endColorstr='#66d281', GradientType=1);
  /* IE6-9 */
  font-family: "Dosis", sans-serif;
  color: #1b1b1b;
  display: inline-block;
  padding: 6px 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  border-radius: 2px;
  transition: 0.3s;
  letter-spacing: 1.2px;
  border-radius: 20px;
}

.battn:hover {
  color: #000;
}

/*===============================
2. Top Area 
================================*/

.top-area {
  height: 100%;
}

.header-text-area {
  height: 630px;
  max-height: 100%;
  width: 100%;
  color: #ffffff;
  display: none;
}

.page-template-home .header-text-area {
  display: block;
  height: 420px;
}

.section-bg {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pogoSlider-slide::after,
.section-bg:after {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.pogoSlider-slide::before {
  background: url("../images/header-bottom-shap.svg") no-repeat scroll center bottom / 100% auto;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.header-top {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: auto;
}

.header-top-bar {
  background-color: #67ce7d;
  padding: 10px 0;
}

.contact-number a {
  color: #464646;
  margin-right: 10px;
  line-height: 1;
}

.contact-number a span {
  color: #fff;
  margin-right: 5px;
}

.contact-number a:hover {
  color: #fff;
}

.social-menu {
  text-align: right;
}

.add-cart {
  text-align: right;
}

.add-cart a {
  position: relative;
  font-size: 18px;
}

.add-cart a .cartpoint {
  position: absolute;
  top: -5px;
  left: 0;
  background-color: red;
  color: #ffffff;
  border-radius: 50%;
  padding: 2px;
  font-size: 12px;
  width: 15px;
  height: 15px;
}

.add-cart a,
.social-menu a {
  color: #464646;
  width: 30px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
}

.add-cart a:hover,
.social-menu a:hover {
  color: #fff;
}

.social-menu a.clink {
  width: 145px;
}

.mainmenu-area {
  background-color: #fff;
  top: -100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: -4px 5px 12px #6bcd80;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
  border-left: 7px solid #6bcd80 !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li {}

.mainmenu-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.mainmenu ul.nav.navbar-nav {
  float: none;
  text-align: right;
  margin-top: 9px;
}

.mainmenu ul.nav.navbar-nav li {
  float: none;
  display: inline-block;
}

.mainmenu ul.nav.navbar-nav li a {
  text-transform: uppercase;
  color: #67ce7d;
  background: none;
  padding: 30px 15px;
  font-weight: 600;
  position: relative;
}

.mainmenu ul.nav.navbar-nav li.current_page_item a {
  color: #000;
}

.mainmenu ul.nav.navbar-nav li a:hover {
  color: #000;
}

.mainmenu ul.nav.navbar-nav li a:before,
.mainmenu ul.nav.navbar-nav li a:after {
  position: absolute;
  content: "";
  left: -100%;
  top: 26px;
  width: 50%;
  height: 1px;
  opacity: 0;
  background-color: #67ce7d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mainmenu ul.nav.navbar-nav li.current_page_item a:before,
.mainmenu ul.nav.navbar-nav li.current_page_item a:after {
  opacity: 1;
}

.mainmenu ul.nav.navbar-nav li a::before {
  left: auto;
  right: -100%;
  top: auto;
  bottom: 26px;
}

.mainmenu ul.nav.navbar-nav li.current_page_item a:after {
  left: 0;
}

.mainmenu ul.nav.navbar-nav li.current_page_item a::before {
  right: 0;
}

.logo {
  margin: 15px 0 8px 18px;
}

.mainmenu {}

.menu-right-button {
  position: absolute;
  right: 0;
  top: 25px;
}

.menu-right-button button {
  background: none;
  border: none;
  color: #ffffff;
  width: 30px;
  height: 30px;
}

.search-box {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 20px;
  background-color: #67ce7d;
  border-radius: 0 0 3px 3px;
  display: none;
}

.search-box #search {
  float: right;
  width: 30px;
  height: 30px;
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-left: none;
  border-radius: 0 3px 3px 0;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-box input {
  height: 30px;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 3px 0 0 3px;
  width: 250px;
}

.search-box #search:hover {
  background-color: #ffffff;
  color: #67ce7d;
}

.header-text-area h1 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 60px;
  position: relative;
  padding-bottom: 20px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.header-text-area h1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 200px;
  background-color: #ffffff;
  height: 5px;
  margin: auto;
  right: 0;
  border-radius: 3px;
}

.header-text-area h1 span {
  color: #67ce7d;
}

.header-text-area p {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.about-text-button,
.header-text-button {
  margin-top: 50px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/*=======================
3. About Area
=========================*/

.about-area .page-title h2 {
  margin-bottom: 0;
}

.page-title {
  margin-bottom: 30px;
  text-align: center;
}

.page-title h2 {
  font-size: 42px;
  color: #2e2e2e;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 0;
}

/*.page-title h2:before, .page-title h2:after {
	position: absolute;
	content: "";
	width: 50%;
	max-width: 100px;
	height: 2px;
	background-color: #67ce7d;
	left: 0;
	right: 20%;
	margin: auto;
	top: 0;
}
.page-title h2:before {
	top: auto;
	bottom: 0;
	right: -20%;
}*/
.green-bg .page-title h2,
.contact-area .page-title h2 {
  color: #ffffff;
}

.green-bg .page-title h2::after,
.green-bg .page-title h2::before,
.contact-area .page-title h2::after,
.contact-area .page-title h2::before {
  background-color: #ffffff;
}

/*.about-area:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	content: "";
	background: url(../images/about-img.png) no-repeat scroll right 20% bottom / auto 100%;
}*/
.contact-area1:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: url(../images/calling.png) no-repeat scroll right 20% bottom / auto 100%;
}

.about-area-new .page-title h2 {
  margin-bottom: 0;
}

/*.about-area-new:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	content: "";
	background: url(../images/about-img.png) no-repeat scroll 20% bottom / auto 100%;
}*/
.about-text h3 {
  color: #67ce7d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

/*==================
4. Service-area
===================*/

.gray-bg {
  background-color: #fbfbfb;
}

.green-bg {
  background-color: #67ce7d;
  color: #ffffff;
}

.service-photo {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.service-photo img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-service {
  margin-bottom: 30px;
}

.single-service:hover .service-photo img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-service h2,
.single-blog h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
  min-height: 52px;
  font-weight: 700;
}

.read-more {
  color: #67ce7d;
  text-transform: uppercase;
}

.read-more:focus,
.read-more:hover {
  color: #67ce7d;
  text-decoration: underline;
}

.single-service:hover h2 {
  color: #67ce7d;
}

.single-service:hover .service-photo {
  border-color: #67ce7d;
}

/*======================
5. Portfolo-area
=======================*/

.filter-menu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.filter-menu ul li {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  cursor: pointer;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  color: #67ce7d;
  transition: 0.3s;
}

.filter-menu ul li.active {
  background-color: #67ce7d;
  color: #ffffff;
}

.single-portfolio {
  width: 20%;
  float: left;
  overflow: hidden;
  position: relative;
}

.portfolio-zoom-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}

.single-portfolio img {
  width: 100%;
}

.portfolio-zoom-icon a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #67ce7d;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  line-height: 3;
  font-size: 16px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
  transform: scale(1.3);
}

.portfolio-zoom-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #67ce7d;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-portfolio:hover .portfolio-zoom-icon a {
  opacity: 1;
  transform: scale(1);
}

.single-portfolio:hover .portfolio-zoom-icon:before {
  opacity: 0.8;
}

.single-portfolio:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mix {
  display: none;
}

/*=====================
6. Skill-area
======================*/

.single-skill .skill {
  position: relative;
}

.single-skill .skill span {
  position: absolute;
  display: inline-block;
  font-size: 80px;
  line-height: 1;
  color: #67ce7d;
  text-align: center;
  width: 100%;
  height: 85px;
  margin: auto;
  top: 0;
  bottom: 0;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}

.single-skill .skill canvas {
  margin: auto;
  display: block;
}

.single-skill h3 {
  color: #67ce7d;
  text-transform: uppercase;
  margin-top: 30px;
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
}

/*========================
7. Discover Area
=========================*/

.discover-area {
  color: #ffffff;
  padding: 150px 0;
}

.discover-area .section-bg {
  background-image: url(../images/discover-bg.jpg);
}

.single-photography {
  padding-left: 120px;
  position: relative;
  margin: 25px 0;
}

.single-photography .photography-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 60px;
  border-radius: 50%;
  line-height: 2.1;
  color: #0e0e0e;
}

.single-photography h2 {
  color: #1b1b1b;
  font-weight: 700;
  font-size: 30px;
}

.active .single-photography .photography-icon {
  color: #67ce7d;
}

.active .single-photography h2 {
  color: #67ce7d;
}

.discover-area .battn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #67ce7d;
}

/*=====================
8. Blog Area
=====================*/

.price-header img,
.single-blog img {
  width: 100%;
}

.single-blog .blog-photo {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  z-index: 2;
}

.single-blog .blog-photo img,
.single-price .price-header img {
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-blog:hover .blog-photo img,
.single-price:hover .price-header img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-blog .blog-photo:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 240px;
  background-color: #fff;
  bottom: -100px;
  right: -10px;
  opacity: 0.8;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.single-blog:hover .blog-photo:before {
  background-color: #67ce7d;
}

.single-blog .blog-photo .blog-date {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 0 20px 20px 0;
}

.single-blog .blog-date h3 {
  color: #464646;
  font-weight: 700;
  margin: 0;
  font-size: 17px;
  transform: skewY(-24deg);
}

.single-blog:hover .blog-date h3 {
  color: #ffffff;
}

.single-blog .blog-date h3 span {
  display: block;
}

.single-blog h2 {
  color: #67ce7d;
}

.single-blog .tags a {
  color: #464646;
  margin-right: 15px;
}

.single-blog .tags a:hover {
  color: #67ce7d;
}

.single-blog .tags a i.fa {
  margin-right: 5px;
}

.single-blog .tags {
  margin-bottom: 20px;
}

/*==========================
9. Offer Area
===========================*/

.offer-area {
  padding-bottom: 160px;
}

.offer-area {
  padding-bottom: 160px;
}

.offer-text {
  margin-top: 40px;
}

.offer-text h2 {
  font-size: 50px;
  font-weight: 700;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.offer-text h4 {
  background-color: #ffffff;
  display: inline-block;
  color: #67ce7d;
  padding: 5px 20px;
  font-weight: 700;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.offer-text p {
  -webkit-animation-delay: 0.3;
  animation-delay: 0.3;
}

.offer-image {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.offer-area .carousel-indicators {
  bottom: -54px;
}

/*==================
 9. Price-area
==================*/

.price-header {
  position: relative;
  overflow: hidden;
}

.price-plan {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  color: #67ce7d;
}

.price-plan:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.single-price:hover .price-plan:before {
  opacity: 0.6;
  background-color: #67ce7d;
}

.single-price:hover .price-rate {
  border-color: #ffffff;
}

.single-price:hover .price-plan {
  color: #ffffff;
}

.price-title h3 {
  font-weight: 600;
  font-size: 45px;
  text-transform: uppercase;
}

.price-rate {
  border-left: 1px solid #67ce7d;
  margin-left: 15px;
  padding-left: 15px;
}

.price-rate h3 {
  font-weight: 700;
  font-size: 45px;
}

.price-rate h5 {
  font-size: 19px;
  font-weight: 700;
}

.price-body ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-body ul li:before {
  content: "\f00c";
  font-family: fontawesome;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price-body ul li:hover:before {
  color: #67ce7d;
}

.price-body ul li {
  margin: 15px 0;
}

.price-body {
  border: 1px solid #dddddd;
  padding: 15px 0;
}

.price-footer {
  background-color: #dddddd;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price-battn {
  background-color: #ffffff;
  padding: 4px 20px;
  border-radius: 100px;
  display: inline-block;
  color: #464646;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.price-battn:hover {
  color: #67ce7d;
}

.price-battn i.fa {
  margin-left: 5px;
}

.single-price:hover .price-footer {
  background-color: #67ce7d;
}

/*====================
10. Client-area
======================*/

.client-area .section-bg {
  background-image: url(../images/client-bg.jpg);
}

.client-area .section-bg:after {
  background-color: #67ce7d;
}

.client-area .carousel-indicators li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 50%;
  display: block;
  height: 100px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  text-indent: 0;
  transition: all 0.3s ease 0s;
  width: 100px;
}

.client-area .carousel-indicators {
  position: static;
}

.client-area img {
  border-radius: 50%;
}

.client-area .carousel-indicators li.active {
  border: 1px solid #ffffff;
}

.client-photo {
  width: 250px;
  height: 250px;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 20px;
}

.single-client {
  color: #ffffff;
}

.single-client h4 {
  margin-bottom: 8px;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
}

.single-client h5 {
  font-family: "Open Sans", sans-serif;
}

.client-text {
  width: 70%;
  margin: auto;
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.client-text p::before {
  content: "\f10d";
  font-family: fontawesome;
  font-size: 30px;
  margin-right: 10px;
}

.client-area .client-carousel-control:hover {
  opacity: 1;
}

.client-slide-control {
  position: absolute;
  display: inline-block;
  top: 100px;
  width: 350px;
  left: 0;
  right: 0;
  margin: auto;
}

.client-slide-control .client-carousel-control {
  color: #fff;
  font-size: 50px;
  float: left;
  opacity: 0.6;
}

.client-slide-control .client-carousel-control.right {
  float: right;
}

.client-slide-control .client-carousel-control:hover {
  opacity: 1;
}

/*====================
Contact Area
====================*/

.contact-area .section-bg {
  background-image: url("../images/client-bg.jpg");
}

.contact-area .section-bg::after {
  background-color: #67ce7d;
}

.contact-area .page-title {
  color: #ffffff;
}

.contact-area input.form-control {
  height: 45px;
}

.contact-area .battn {
  background-color: #ffffff;
  border: medium none;
  color: #000;
  min-width: 200px;
}

.contact-area .battn:hover {
  color: #ffffff;
  background-color: #67ce7d;
}

.contact-area input,
.contact-area textarea {
  margin-bottom: 15px;
  border: 1px solid #ffffff;
}

.contact-area input#form-name,
.contact-area input#form-email {
  float: left;
  width: 49%;
}

.contact-area input#form-name {
  margin-right: 2%;
}

/*====================
11. Footer-area
=====================*/

.footer-logo {
  margin-bottom: 20px;
}

.single-footer .contact-details {
  margin-top: 20px;
}

.single-footer .contact-details p {
  color: #67ce7d;
}

.single-footer .contact-details a {
  margin-left: 10px;
}

.single-footer a {
  color: #fff;
}

.single-footer h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
  color: #fff;
}

.single-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list li {
  padding-left: 60px;
  position: relative;
  min-height: 50px;
  margin-bottom: 15px;
}

.news-list li .news-list-photo {
  position: absolute;
  left: 0;
  top: 9px;
}

.news-list li .news-list-photo img {
  width: 50px;
}

.news-list li strong {
  display: block;
  font-size: 12px;
}

.footer-area .open-hour li {
  margin-bottom: 10px;
  /*border-bottom: 1px dashed;*/
  padding-bottom: 10px;
  color: #fff;
}

.footer-area .open-hour li span {
  /*float: right;*/
}

#maps {
  height: 250px;
  width: 100%;
}

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

.social-menu.circle a {
  border: 1px solid #67ce7d;
  border-radius: 50%;
  color: #67ce7d;
  height: 40px;
  line-height: 2.3;
  margin-right: 5px;
  width: 40px;
}

.social-menu.circle a:last-child {
  margin-right: 0;
}

.social-menu.circle a:hover {
  color: #ffffff;
  background-color: #67ce7d;
}

.subs-title {
  font-family: "Open Sans", sans-serif;
}

.subs-title h2 {
  color: #67ce7d;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 0;
}

.subs-form form {
  width: 100%;
  height: 60px;
  background-color: #ddd;
  border-radius: 100px;
  padding: 0 0 0 20px;
  position: relative;
}

.subs-form form input {
  background: none;
  border: none;
  padding: 16px;
  width: 71%;
  float: left;
  margin-top: 2px;
}

.tnp-widget input[type="email"] {
  background: none !important;
  border: none !important;
  padding: 16px !important;
  width: 71% !important;
  float: left !important;
  margin-top: 2px !important;
}

.subs-form form input[type="submit"] {
  height: 60px !important;
  cursor: pointer !important;
  background-color: #67ce7d !important;
  border: none !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 0 100px 100px 0 !important;
  width: 25% !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0 !important;
  float: right !important;
}

.subs-form form button:hover {
  background-color: #6f9d2f;
}

.subs-form form span {
  float: left;
  width: 4%;
  margin: 17px 0 0 0;
}

.footer-bottom {
  background-color: #363636;
  color: #fff;
  padding: 20px 0;
}

.copyright p {
  margin-bottom: 0;
}

.copyright {
  padding: 8px 0;
}

.copyright a {
  color: #67ce7d;
}

label.mt20.error {
  position: absolute;
  bottom: -30px;
  left: 0;
}

label.mt20.valid {
  margin-top: 17px;
}

#scrollUp {
  background-color: #67ce7d;
  border: 1px solid #67ce7d;
  border-radius: 2px;
  bottom: 30px;
  color: #fff;
  height: 40px;
  right: 30px;
  text-align: center;
  line-height: 2.3;
  width: 40px;
}

#scrollUp:hover {
  background: #fff;
  color: #67ce7d;
}

.inbanner {
  width: 100%;
  height: 520px;
  max-height: 100%;
  padding-bottom: 48%;
  position: relative;
  overflow: hidden;
  background: url(../images/contact-banner.jpg) top left no-repeat;
  background-size: cover;
}

.inbanner-text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%;
}

.inbanner-text .pogoSlider-slide-element {
  width: 60%;
  margin: auto auto 50px;
}

.greybg {
  background: #eee;
}

.service-area .page-title h2 {
  margin-bottom: 0;
}

.service-img {
  text-align: center;
  margin-top: 60px;
}

a.nlink {
  font-weight: bold;
  color: #67ce7d;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-60 {
  margin-top: 60px;
}

.section-padding1 {
  padding: 60px 0 0;
  margin-top: 130px;
}

.form-horizontal br {
  display: none;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  text-align: center;
  color: #fff;
}

div.wpcf7-mail-sent-ok {
  text-align: center;
  color: #fff;
}

.single-blog .about-text-button {
  margin-top: 10px;
}

.tnp-field label {
  display: none !important;
}

.general-area .page-title h2 {
  margin-bottom: 0;
}

.page-template-general .entry-title {
  display: none;
}

.general-area .tnp-field-email span i {
  display: none;
}

#comments,
.entry-utility,
#nav-below,
#nav-above {
  display: none;
}

.entry-meta {
  margin-bottom: 30px;
}

.entry-meta a {
  color: #67ce7d;
  font-weight: bold;
}

.author .status-publish {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: #eee solid 1px;
}

h2.entry-title a {
  color: #67ce7d;
}

.author .entry-summary a {
  color: #67ce7d;
  font-weight: bold;
}

.author .vcard a {
  color: #67ce7d;
  font-weight: bold;
}

.page-template-about-us .single-photography {
  margin: 65px 0;
}

.mainmenu ul.nav.navbar-nav li:last-child a {
  background: #67ce7d;
  padding: 30px 10px;
  line-height: 60px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  letter-spacing: 0.6px;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: 0.3s all cubic-bezier(0.5, 2, 0.5, 0.75);
  transition: 0.3s all cubic-bezier(0.5, 2, 0.5, 0.75);
  color: #fff;
}

.mainmenu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child>a.mega-menu-link {
  background: #67ce7d;
  color: #fff !important;
  -webkit-transition: 0.3s all cubic-bezier(0.5, 2, 0.5, 0.75);
  transition: 0.3s all cubic-bezier(0.5, 2, 0.5, 0.75);
}

.mainmenu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child>a.mega-menu-link:hover {
  background: #464646;
}

.mainmenu ul.nav.navbar-nav li:last-child a:hover {
  background: #333;
}

.subs-title,
.subs-form {
  display: none;
}

.margin-top-80 {
  margin-top: 80px;
}

.page-template-about-us .about-area-new {
  padding: 160px 0 0;
}

.about-text {
  padding-top: 75px;
}

.contact-area1 {
  padding-top: 200px;
}

.page-template-get-a-quote .contact-area {
  padding-top: 200px;
}

.padding-service {
  padding-top: 200px;
  padding-bottom: 50px;
}

.padding-200 {
  padding-top: 200px;
}

.video-content {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: flex;
  -ms-display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 160px;
}

.video-content h1 {
  text-align: center;
  font-size: 57px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 60px;
}

.video-content p {
  color: #fff;
  font-size: 15px;
}

.video-content h1 span {
  color: #67ce7d;
}

.content-wrap {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.section-mission {
  padding-top: 50px;
}

.section-process {
  padding-top: 0;
  background: #212024;
  padding: 40px 0;
}

.section-mission .page-title,
.client-logos .page-title,
.process-video .page-title,
.section-caa .page-title {
  margin-bottom: 0;
}

.client-logos {
  padding: 0;
  background: url(../images/bg3.jpg) no-repeat top center;
  background-size: cover;
}

.section-testimonials {
  text-align: center;
  padding-top: 50px;
  background: url(../images/bg5.jpg) no-repeat top 30px left,
    url(../images/bg4.png) no-repeat bottom right;
}

.section-testimonials p {
  font-size: 25px;
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 15px;
}

.section-testimonials img {
  width: 200px;
}

.section-testimonials h4 {
  color: #69d484;
  font-weight: 700;
  font-size: 30px;
  padding: 5px 0 0;
}

.section-caa {
  text-align: center;
  background: url(../images/bg6.jpg) no-repeat top center;
  background-size: cover;
  padding: 30px 0;
}

.section-caa p {
  margin-bottom: 20px;
}

.section-caa img {
  margin-top: 20px;
}

.mainmenu #mega-menu-wrap-primary {
  clear: none;
  float: right;
}

.mainmenu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
  height: auto;
  line-height: inherit;
}

.page-content.pt-top,
.pt-top {
  padding-top: 160px;
}

.services-column {}

.services-column li {
  list-style: none;
  margin-bottom: 30px;
}

.services-column h3 {
  font-size: 40px;
  text-shadow: 2px 2px 5px #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  font-weight: 700;
  position: absolute;
  top: 85px;
  width: 100%;
  line-height: 40px;
  padding-top: 30px;
  color: #000;
  text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white,
    0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white,
    0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white,
    0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white,
    0 0 4px white;
}

.services-block {
  position: relative;
  margin-bottom: 30px;
}

.page-content {
  text-align: center;
  padding-top: 0;
}

.grid {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.grid li {
  list-style: none;
  margin-top: 30px;
}

.grid h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
  padding-top: 15px;
  min-height: 50px;
  font-weight: 700;
}

.divider {
  width: 650px;
  height: 10px;
  border-radius: 30px;
  max-width: 100%;
  margin: 40px auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d1f8da+1,66d281+99 */
  background: #d1f8da;
  /* Old browsers */
  background: -moz-linear-gradient(left,
      #d1f8da 1%,
      #66d281 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      #d1f8da 1%,
      #66d281 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      #d1f8da 1%,
      #66d281 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1f8da', endColorstr='#66d281', GradientType=1);
  /* IE6-9 */
}

.list {
  margin-top: 10px;
}

.list li {
  margin-bottom: 20px;
  list-style: inside;
}

.page-content h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-content h3 {
  margin-top: 20px;
}

.page-content video {
  width: 100%;
}

.footer-area .page-title h2 {
  position: relative;
  display: block;
}

.footer-area .page-title h2 span {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
}

.footer-area .page-title h2:after {
  width: 100%;
  height: 1px;
  content: "";
  background: #55d076;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: -1;
}

.section-caa .owl-carousel .owl-item img {
  width: auto !important;
  border: none !important;
}

.width-100 {
  width: 100%;
}

.marg-top-130 {
  margin-top: 130px;
}

.service-area {
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.section-mission {
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 80px;
}

.section-mission p {
  margin-bottom: 25px;
}

.clients-header {
  position: relative;
  margin: 0;
}

.floating-arrow {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin: 0;
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 282px;
  height: 282px;
}

.car {
  width: 300px;
  position: absolute;
  left: 0;
  bottom: -30px;
  left: 50px;
}

.process-heading {
  padding-top: 60px;
}

.footer-area {
  background: #1b1b1b;
}

.get-in-image {
  padding: 0;
}

.form-block {
  background: url(../images/contact-bg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 4px;
}

.form-block h3 {}

.form-block h3 {
  font-size: 42px;
  color: #2e2e2e;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  padding: 20px 0 6px;
  margin-bottom: 0;
  text-align: center;
}

.form-block h3 span {
  font-size: 18px;
  display: block;
  text-transform: none;
}

.form-area {
  padding: 40px 0;
}

.form-block input[type="text"],
.form-block input[type="email"] {
  height: 65px;
  border: 3px solid #76aa85;
  width: 100%;
  padding-left: 15px;
  margin-top: 20px;
}

.form-block textarea {
  height: 100px;
  border: 3px solid #76aa85;
  width: 100%;
  padding-left: 15px;
  margin-top: 20px;
}

.form-block input[type="submit"] {
  background: #2e2e2e;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border: none;
  display: block;
  margin: 0 auto;
  padding: 20px 50px;
  text-transform: uppercase;
  margin-top: 20px;
}

.image-content {
  padding-bottom: 50px;
}

.image-content h3 {
  font-size: 42px;
  color: #2d224d;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  padding: 20px 0 6px;
  margin-bottom: 0;
  text-align: center;
}

.image-content ul {}

.image-content ul li {
  list-style: none;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.content-block {
  font-size: 30px;
  color: #2d224d;
  line-height: 40px;
  margin-right: 50px;
  width: 70%;
}

.image-content ul li img {
  margin-right: 50px;
  float: left;
}

/*.image-content ul li:nth-child(even) {
	flex-direction: row-reverse;
}*/
/*.image-content ul li:nth-child(even) img {
	margin-left: 0;
	margin-right: 50px;
}*/
/*.image-content ul li:nth-child(even) .content-block {
	margin-right: 0;
	margin-left: 50px;
	text-align: right;
}*/
.content-block small {
  display: block;
  margin: 20px 0 0;
  font-size: 24px;
  line-height: 28px;
}

.section-process a {
  cursor: pointer;
}

.section-clients {
  padding-top: 40px;
}

.client-logos .tcls-wrap .owl-item .item {
  align-items: center;
  display: flex;
  -ms-display: flex;
  height: 160px;
  justify-content: center;
  padding: 0 15px;
}

.client-logos .tcls-wrap .owl-item img {
  border: none;
  width: 70%;
}

.modal-dialog {
  max-width: 1200px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 15px 15px 5px;
  background: #212024;
}

.modal-header {
  padding: 0;
  border: none;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.page-banner {
  background-image: url(../images/page-banner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 603px;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  justify-content: center;
  align-items: center;
}

.blank {
  height: 120px;
}

.blank1 {
  height: 180px;
}

.marg-top-120 {
  margin-top: 120px;
}

#photographyCarousel {
  margin-top: 50px;
}

.page-template-it-disposal .page-content h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
}

.page-template-it-disposal .grid h4 {
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 8px;
  min-height: auto;
}

.page-template-it-disposal .grid {
  margin-bottom: 40px;
}

.page-template-it-disposal .grid li {
  margin-top: 20px;
}

.page-template-it-disposal .image-content ul li {
  margin: 30px 0;
}

.page-template-it-disposal .image-content ul li img {
  width: 50px;
}

.page-template-it-disposal .content-block {
  font-size: 15px;
  line-height: 20px;
  margin-right: 0px;
  width: 100%;
}

.page-template-it-disposal .content-block small {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 8px;
}

.page-template-it-disposal .form-area {
  padding: 0;
}

.section-mission1 {
  background-image: url(../images/bg2.jpg);
  background-repeat: repeat;
  background-position: top center;
  padding-bottom: 40px;
}

.page-template-it-waste-services .services-column h3 {
  font-size: 30px;
}

.service-area1 {
  background-image: url(../images/bg7.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: 100%;
  min-height: 850px;
  padding: 50px 0;
}

.page-template-get-a-quote .form-area {
  display: none;
}

.tcls-wrap {
  margin: 0px !important;
}

.tcls-wrap .owl-controls {
  margin-top: -40px !important;
}

.page-template-service-single ul {
  text-align: left;
}

.top-area video {
  padding-top: 150px;
}

.page-template-contact-us .form-area {
  display: none;
}

.overlay-text {
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
}

.page-id-454 .service-area1 {
  min-height: 1250px;
}

.page-id-801 .service-area1 {
  min-height: 950px;
}

.page-id-558 .service-area1 {
  min-height: 430px;
}

.page-id-555 .service-area1 {
  min-height: 400px;
}

.page-id-552 .service-area1 {
  min-height: 400px;
}

.page-id-464 .service-area1 {
  min-height: 700px;
}

.page-id-468 .service-area1 {
  min-height: 500px;
}

.page-template-service-single .imagepadd img {
  opacity: 0.3;
}

.page-id-464 .imagepadd {
  padding-top: 100px;
}

.page-id-446 .imagepadd {
  padding-top: 150px;
}

.page-id-454 .imagepadd {
  padding-top: 250px;
}

.page-id-468 .imagepadd {
  padding-top: 100px;
}

.page-id-558 .imagepadd {
  padding-top: 100px;
}

.page-id-801 .imagepadd {
  padding-top: 250px;
}

.page-id-510 .service-area1 {
  min-height: 1450px;
}

.page-id-510 .imagepadd {
  padding-top: 380px;
}

.page-id-555 .imagepadd img {
  opacity: 1;
}

.page-id-555 .divider {
  display: none;
}

.page-id-468 .divider {
  display: none;
}

.page-id-552 .divider {
  display: none;
}

.page-id-558 .divider {
  display: none;
}

.page-id-801 .divider {
  display: none;
}

.page-id-510 .divider {
  display: none;
}

.divider1 {
  width: 650px;
  height: 10px;
  border-radius: 30px;
  max-width: 100%;
  margin: 40px auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d1f8da+1,66d281+99 */
  background: #d1f8da;
  /* Old browsers */
  background: -moz-linear-gradient(left,
      #d1f8da 1%,
      #66d281 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      #d1f8da 1%,
      #66d281 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      #d1f8da 1%,
      #66d281 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1f8da', endColorstr='#66d281', GradientType=1);
  /* IE6-9 */
}

/* ==================================================
   CUSTOMER PANEL FLOW CSS ADDED ---- BY HIMANI 
================================================== */

/* Background &amp; Color Style CSS BOF
=================================================== */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  margin-top: 0;
}

.h1 {
  font-size: 57px;
  line-height: 72px;
}

.h2 {
  font-size: 42px !important;
  line-height: 50px !important;
}

.h3 {
  font-size: 30px !important;
  line-height: 36px !important;
}

.h4 {
  font-size: 20px !important;
}

/* Font Color Style CSS BOF */
.white_text {
  color: var(--main-white) !important;
}

.black_text {
  color: var(--main-black) !important;
}

.primary_text {
  color: var(--main-text-shade1) !important;
}

.theme_text {
  color: var(--primary-color) !important;
  /*Add css for theme color --- By Himani 20/2/24*/
}

/* font family variation classes */
.dosis-font {
  font-family: "Dosis", sans-serif;
}

.open-sans-font {
  font-family: "Open Sans", sans-serif;
}

/* Background Color Style CSS BOF */

.primary-bg-overlay {
  background: var(--grey-color);
}

.secondary-bg-overlay {
  background: var(--lihgt-green);
}

/* Object fit common classes */
.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

/* Opacity common classes */
.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

/* cursor variation csss */
.cursor-pointer {
  cursor: pointer;
}

/* list styling */
.list-style-disc {
  list-style: disc;
}

/* Font Weight Variation CSS BOF */
.font_rg {
  font-weight: normal !important;
}

.font_bl {
  font-weight: bold !important;
}

.font_blk {
  font-weight: 900 !important;
}

.font_smb {
  font-weight: 600 !important;
}

.font_md {
  font-weight: 500 !important;
}

/* set line clamp for content */
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp1 {
  -webkit-line-clamp: 1;
}

.line-clamp2 {
  -webkit-line-clamp: 2;
}

.line-clamp3 {
  -webkit-line-clamp: 3;
}

.line-clamp4 {
  -webkit-line-clamp: 4;
}

.normal-line-height {
  line-height: normal !important;
}

/* Z-INDEX variation */
.z-9 {
  z-index: 9;
}

.z-99 {
  z-index: 99;
}

/* 04 : Paragraph Style CSS BOF
=================================================== */

.p {
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  font-weight: normal;
}

.login-section .form-control {
  background-color: var(--main-white);
  border: 1px solid var(--main-white);
  border-radius: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 16px;
  color: var(--main-text-shade1);
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  padding: 20px 22px;
  line-height: normal;
  height: auto;
}

.login-section .form-label {
  font-size: 20px;
  font-weight: 400;
  color: var(--main-text-shade1);
  margin-bottom: 8px !important;
}

.login-section .form-group {
  padding-bottom: 34px;
  margin: 0;
}

.login-section .form-group:last-child {
  padding-bottom: 0;
}

/*** Placeholder CSS BOF ***/
.login-section .form-control::placeholder {
  color: var(--main-text-shade1);
  font-weight: 400;
  font-size: 18px;
  opacity: 0.5;
  font-family: "Open Sans", sans-serif;
}

.login-section .form-control::-moz-placeholder {
  color: var(--main-text-shade1);
  font-weight: 400;
  font-size: 18px;
  opacity: 0.5;
  font-family: "Open Sans", sans-serif;
}

.login-section .form-control:-ms-input-placeholder {
  color: var(--main-text-shade1);
  font-weight: 400;
  font-size: 18px;
  opacity: 0.5;
  font-family: "Open Sans", sans-serif;
}

.login-section .form-control::-webkit-input-placeholder {
  color: var(--main-text-shade1);
  font-weight: 400;
  font-size: 18px;
  opacity: 0.5;
  font-family: "Open Sans", sans-serif;
}

.login-section .form-control::-o-input-placeholder {
  color: var(--main-text-shade1);
  font-weight: 400;
  font-size: 18px;
  opacity: 0.5;
  font-family: "Open Sans", sans-serif;
}

/* Focus State CSS BOF */

.login-section .form-control:focus,
.login-section .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: var(--main-white);
  color: var(--main-text-shade1);
}

/*** Buttton Varilation CSS BOF ***/
.btn {
  background-color: var(--primary-color);
  padding: 11px 70px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Dosis", sans-serif;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  text-transform: unset;
  box-shadow: none;
  min-width: 160px;
  color: var(--main-white);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn:hover,
.btn:focus {
  background-color: var(--main-text-shade1);
  color: var(--main-white);
  box-shadow: none;
  outline: none;
  border-color: var(--main-text-shade1);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-wrapper {
  margin: 0px auto;
  overflow-x: hidden;
}

.no-scroll {
  overflow: hidden;
}

.common-padding {
  padding: 100px 0;
}

/* **************************************************************
                        SPINNER CSS
************************************************************** */
.moderspinner {
  width: 40px;
  height: 40px;
  border: dotted 5px var(--primary-color);
  border-radius: 100%;
  animation: spin 1s linear infinite;
}

.moderloader {
  width: 30px;
  height: 30px;
  border: dotted 10px white;
  border-radius: 100%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg) scale(0.8);
    border-top-color: transparent;
    border-right-color: transparent;
  }

  50% {
    transform: rotate(180deg) scale(1.2);
    border-color: var(--primary-color);
    border-top-color: transparent;
    border-right-color: transparent;
  }

  100% {
    transform: rotate(360deg) scale(0.8);
    border-color: var(--primary-color);
    border-top-color: transparent;
    border-right-color: transparent;
  }
}

.page-loader {
  z-index: 9999999;
  position: fixed;
  background: var(--main-white);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-loader .moderspinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* ===============================================
                HEADER SECTION SOC
=============================================== */
/* this code for sticky header */
/* .header-main {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: var(--main-white);
  transition: all 500ms ease-in-out;
  z-index: 99;
}
.header-main-active {
  position: fixed;
} */
.header-main {
  background-color: var(--main-white);
}

.header-main .inner-header {
  padding: 20px 0;
  min-height: 120px;
}

.header-main .header-wrapper {
  border-bottom: 2px solid var(--white-shade1);
}

/* ===============================================
                HERO SECTION SOC
=============================================== */

.hero-section {
  background-image: url("./../images/banner-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 520px;
}

.hero-section .inner-hero {
  padding: 120px 0;
  max-width: 982px;
  margin: auto;
}

.hero-right-vector {
  right: 20px;
}

.margin-top {
  margin-top: 120px;
}

/*===============================================
              CAREER SECTION SOC
===============================================*/
.career-steps-section .career-btns {
  padding: 11px 20px;
  min-width: 320px;
}

.career-steps-box img {
  max-height: 80px;
  max-width: 80px;
  object-fit: contain;
}

.inner-career-steps .title-main {
  padding-bottom: 80px;
}

.career-steps-content-box {
  width: calc(100% / 4);
  padding: 0 20px;
}

.career-steps-content {
  display: flex;
  flex-wrap: wrap;
}

.career-steps-box .career-btns {
  margin-top: 1.5rem;
}

/*===============================================
       ARRANGE COLLECTION SECTION SOC
===============================================*/
.category-hero-section .title-main .h1 {
  padding-bottom: 30px;
}

.category-title-main {
  max-width: 90%;
  margin: auto;
}

.arrange-collection-section .title-main .h2,
.reports-certificate-section .title-main .h2 {
  padding-bottom: 15px;
}

.arrange-collection-section .arrange-collection-steps .h3,
.reports-certificate-section .arrange-collection-steps .h3 {
  padding-bottom: 20px;
}

.arrange-collection-section .arrange-collection-steps-wrapper {
  margin: 0px -40px;
  /*04/3/24*/
  flex-wrap: wrap;
  justify-content: center;
  padding: 110px 0 80px;
  /*04/3/24*/
}

.arrange-collection-section .arrange-collection-submit-btn {
  min-width: 280px;
  /*04/3/24*/
  margin: auto;
}

.arrange-collection-section .arrange-collection-steps {
  width: calc((100% / 2) - 20px);
  /*04/3/24*/
  padding: 0 20px;
  /*04/3/24*/
}

.arrange-collection-section .arrange-collection-steps .arrange-collection-steps-box {
  background-color: var(--main-text-shade1);
  border-radius: 4px;
  padding: 20px 50px;
}

.arrange-collection-section .arrange-collection-steps .arrange-collection-steps-box .arrange-steps-content {
  font-size: 24px;
  line-height: 30px;
}

.upload-btn-wrapper .custom-file-uploader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

/*===============================================
       ARRANGE COLLECTION SECTION SOC
===============================================*/
.inner-all-collection .title-main {
  padding-bottom: 60px;
}

/* ADD CSS FOR CUSTOMER DETAILS FORM ----  BY HIMANI 04/03/24 */
.inner-arrange-collection .welcome-text {
  font-size: 24px;
}

.customer-details-form-wrapper .title-main {
  padding: 60px 0;
}

.customer-details-form .form-control,
.customer-details-form .form-select,
.customer-details-form input[type="date"].form-control {
  background-color: var(--grey-color);
  border: 1px solid var(--grey-color);
  border-radius: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 16px;
  opacity: 0.6;
  color: var(--main-text-shade1);
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  padding: 20px 22px;
  line-height: normal !important;
  height: auto;
}

.customer-details-form .form-select {
  appearance: none;
  background-image: url("./../images/customer-details-select-arrow.png");
  background-position: right 15px center;
  background-size: 22px 22px;
  background-repeat: no-repeat;
}

.customer-details-form .form-label {
  font-size: 20px;
  font-weight: 400;
  color: var(--main-text-shade1);
  margin-bottom: 8px !important;
}

.customer-details-form .form-group {
  padding-bottom: 24px;
  margin: 0;
}

.customer-details-form .form-control::placeholder {
  color: var(--main-text-shade1);
  font-weight: 400;
  font-size: 18px;
  opacity: 0.6;
  font-family: "Open Sans", sans-serif;
}

.customer-details-form .form-control::-moz-placeholder {
  color: var(--main-text-shade1);
  font-weight: 400;
  font-size: 18px;
  opacity: 0.6;
  font-family: "Open Sans", sans-serif;
}

.customer-details-form .form-control:-ms-input-placeholder {
  color: var(--main-text-shade1);
  font-weight: 400;
  font-size: 18px;
  opacity: 0.6;
  font-family: "Open Sans", sans-serif;
}

.customer-details-form .form-control::-webkit-input-placeholder {
  color: var(--main-text-shade1);
  font-weight: 400;
  font-size: 18px;
  opacity: 0.6;
  font-family: "Open Sans", sans-serif;
}

.customer-details-form .form-control::-o-input-placeholder {
  color: var(--main-text-shade1);
  font-weight: 400;
  font-size: 18px;
  opacity: 0.6;
  font-family: "Open Sans", sans-serif;
}

.customer-details-form {
  background-color: var(--main-white);
  border-radius: 4px;
  padding: 50px 40px;
}

/* Focus State CSS BOF */

.customer-details-form .form-control:focus,
.customer-details-form .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: var(--grey-color);
  color: var(--main-text-shade1);
  outline: none;
}

.customer-details-form .row {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}

.op-0 {
  opacity: 0;
}

/* ASSETS INVENTO SECTION */
.inner-assets-invento .title-main {
  padding: 110px 0 60px;
}

.assets-invento-wrapper .table {
  background-color: var(--main-white);
  margin-bottom: 0;
}

.assets-invento-wrapper .form-select {
  appearance: none;
  background-image: url("./../images/customer-details-select-arrow.png");
  background-position: right center;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  padding: 0 25px 0 0;
}

.assets-invento-wrapper .form-select option {
  padding: 5px;
}

.table>thead:first-child>tr:first-child>th {
  border-bottom: 0;
  background: var(--main-text-shade1);
  color: var(--main-white);
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}

.table>tfoot>tr>td:first-child {
  border-bottom: 0;
  background: var(--main-text-shade1);
  color: var(--main-white);
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
  font-size: 14px;
}

.table {
  border: 1px solid #ddd;
}

.table>thead {
  background-color: #000;
  color: white;
}

.table-responsive {
  max-height: 1000px;
  overflow: auto;
}

.table>thead>tr>th {
  border-bottom: 0;
  background: var(--main-text-shade1);
  color: var(--main-white);
  font-size: 14px;
  font-weight: 500 !important;
  vertical-align: middle;
  pointer-events: none !important;
}

.table>thead>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 15px 15px 15px 25px;
    vertical-align: middle;
    height: 70px;
    text-align: left !important;
}

.dt-paging.paging_full_numbers,
.dt-info,
.dt-search,
.table>tbody>tr>td {
  font-size: 14px !important;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

/*===============================================
       REPORTS & CERTIFICATION SECTION SOC
===============================================*/
.reports-certificate-list-view {
  padding-top: 60px;
}

.report-certicates-title {
  padding-right: 30px;
}

.report-certicates-btns>button {
  margin-right: 16px;
}

.report-certicates-btns>button:last-child {
  margin-right: 0;
}

.report-certicates-list {
  padding: 10px 0;
}

.reports-certificate-list-wrapper {
  padding-top: 60px;
}

/* CUSTOM SEARCH BPX CSS */
.reports-certificate-search::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: var(--main-text-shade1);
  opacity: 0.6;
  font-family: "Open Sans", sans-serif;
}

.reports-certificate-search {
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid var(--white-shade1);
  padding: 10px 30px 20px 50px;
  font-size: 18px;
  line-height: normal;
}

.reports-certificate-search-icon {
  left: 10px;
  top: 5px;
}

/* CUSTOM MULTIPLE CHECKED SELECTBOX */
.select-filter-for-reports .dropdown {
  margin: 0;
}

.select-filter-for-reports .dropdown a {
  color: var(--white-shade1);
}

.select-filter-for-reports .dropdown dd,
.select-filter-for-reports .dropdown dt {
  margin: 0px;
  padding: 0px;
}

.select-filter-for-reports .dropdown ul {
  margin: -1px 0 0 0;
}

.select-filter-for-reports .dropdown dd {
  position: relative;
}

.select-filter-for-reports .dropdown a,
.select-filter-for-reports .dropdown a:visited {
  color: var(--white-shade1);
  text-decoration: none;
  outline: none;
  font-size: 12px;
}

.select-filter-for-reports .dropdown dt a {
  background-color: transparent;
  cursor: pointer;
  padding: 10px 10px 20px;
  overflow: hidden;
  border: 0;
  width: 100%;
  border-bottom: 1px solid var(--white-shade1);
}

.select-filter-for-reports .multiSel {
  flex-wrap: nowrap;
  padding-right: 20px;
  text-wrap: nowrap;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-filter-for-reports .dropdown .multiSel span {
  font-size: 16px;
}

.select-filter-for-reports .dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  opacity: 0.6;
  line-height: normal;
  color: var(--main-text-shade1);
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-wrap: nowrap;
}

.select-filter-for-reports .dropdown dd ul li {
  padding: 5px 10px;
  border-bottom: 1px solid var(--white-shade1);
  font-family: "Open Sans", sans-serif;
}

.select-filter-for-reports .dropdown dd ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.select-filter-for-reports .dropdown dd ul li label {
  position: relative;
  cursor: pointer;
}

.select-filter-for-reports .dropdown dd ul li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--main-text-shade1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}

.select-filter-for-reports .dropdown dd ul li input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid var(--main-text-shade1);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.select-filter-for-reports .dropdown dd ul li label {
  color: var(--main-text-shade1);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.select-filter-for-reports .dropdown dd ul li input {
  margin: 0 15px 0 0;
}

.select-filter-for-reports .dropdown dd ul {
  background-color: var(--main-white);
  border: 0;
  color: var(--main-text-shade1);
  display: none;
  left: 0px;
  padding: 0;
  position: absolute;
  top: 2px;
  width: 100%;
  list-style: none;
  height: 180px;
  overflow: auto;
  z-index: 99;
}

.select-filter-for-reports .dropdown span.value {
  display: none;
}

.select-filter-for-reports .dropdown dd ul li a {
  padding: 5px;
  display: block;
}

.select-filter-for-reports .dropdown dd ul li a:hover {
  background-color: var(--main-white);
}

.reports-filter-apply-btn {
  padding: 10px;
}

/*===============================================
       MANAGEMENT REPORTS SECTION SOC
===============================================*/
.coming-soon-content .coming-soon-content-text {
  font-size: 128px;
  line-height: 128px;
}

.coming-soon-content {
  padding: 140px 0 80px;
}

/*===============================================
       GLOBAL STOCKS SECTION SOC
===============================================*/
.global-stocks-section .global-view-store-wrapper {
  padding-top: 80px;
}

.global-stocks-section .global-view-store-wrapper .view-store-score-btn {
  min-width: 450px;
}

/*  */
.login-section {
  height: calc(100vh - 122px);
}

.login-section .login-wrapper {
  padding: 120px 0;
}

.login-section .inner-login .title-main {
  padding-bottom: 80px;
}

.login-section .login-wrapper .btn {
  margin-top: 48px;
}

.login-section .login-bottom-links {
  padding-top: 20px;
}

.login-section .login-bottom-links a:hover {
  text-decoration: underline;
}

.common-form {
  max-width: 675px;
  margin: auto;
}

/* ADD COMMON PDF AND XCEL BUTTONS -- BY HIMANI 28-02-24 */
.btn_with_white_bg {
  background-color: var(--main-white);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  border-radius: 100%;
}

.btn_with_gray_bg {
  background-color: var(--grey-color);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  border-radius: 100%;
}

/* ADD COMMON OUTLINE BUTTONS --- BH HIMANI 05/03/24 */
.btn_outline {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.16);
  padding: 5px 20px;
  color: var(--primary-color);
  border-radius: 4px;
  opacity: 0.5;
}

/* ADD COMMON OUTLINE BUTTONS -- BY HIMANI 18/03/24 */

.btn_black {
  background-color: var(--main-black);
  border: 1px solid var(--main-black);
  padding: 5px 20px;
  color: var(--main-white);
}

/* ADD BOOTSTRAP - 3.3.7 */
.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.left-0 {
  left: 0;
}

.end-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.flex-column {
  flex-direction: column;
}

.outline-0 {
  outline: 0;
}

.border-0 {
  border: 0;
}

.bg-transparent {
  background-color: transparent;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-bold {
  font-weight: 700;
}

.p-0 {
  padding: 0 !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

/* ======================================================
                COMMON CONTAINER SOC
====================================================== */
.custom-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .custom-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .custom-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1320px;
  }
}

@media (min-width: 1500px) {
  .custom-container {
    max-width: 1420px;
  }
}

@media (min-width: 1600px) {
  .custom-container {
    max-width: 1520px;
  }
}

/* -------------------------------------------------------------- */

.d-none {
  display: none;
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
}

@media (min-width: 578px) {
  .d-sm-block {
    display: block;
  }
}

/* COMMON CHARTS SECTION STYLING */
.chart-box {
  background-color: var(--main-white);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  margin-bottom: 30px;
}

.chart-box .chart-title {
  border-bottom: 1px solid var(--white-shade1);
  /* min-height: 155px; */
  padding: 40px;
}

.canvas-wrapper {
  padding: 40px;
}

.inner-management-reports .category-title-main {
  padding-bottom: 60px;
}

@media (max-width: 1399px) {

  /* ADD CSS FOR EXPORT BUTTON IN GRAPH CARD -- BY HIMANI 18/03/24 */
  .chart-box .chart-title .btn {
    min-width: fit-content;
  }

  .chart-box .chart-title .h3 br {
    display: none;
  }
}

@media (max-width: 1199px) {
  .chart-box {
    border-radius: 5px;
    margin-bottom: 30px;
  }

  .chart-box .chart-title {
    min-height: auto;
    padding: 30px;
  }

  .canvas-wrapper {
    padding: 30px;
  }

  .inner-management-reports .category-title-main {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .chart-box .chart-title {
    padding: 20px;
    gap: 10px;
  }

  .canvas-wrapper {
    padding: 20px 15px 20px 0;
  }

  .inner-management-reports .category-title-main {
    padding-bottom: 40px;
  }

  /* ADD CSS FOR EXPORT BUTTON IN GRAPH CARD -- BY HIMANI 18/03/24 */
  .chart-box .chart-title .btn {
    min-width: fit-content;
    font-size: 14px;
    padding: 5px 15px;
  }
}

/* CUSTOM DATE RANGE STYLE SOC */
.date-range {
  display: flex;
  align-items: center;
  background: var(--main-white);
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  border: none;
  padding: 10px;
}

.date-range>span {
  line-height: normal;
  padding: 0 10px;
}

.daterangepicker.ltr .ranges {
  float: unset !important;
}

.daterangepicker td.in-range {
  background-color: rgb(74 204 108 / 10%) !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--primary-color) !important;
}

.daterangepicker.ltr .ranges .btn {
  padding: 10px;
  font-size: 16px;
  min-width: 120px;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}

.daterangepicker.ltr .ranges .btn.cancelBtn {
  background: var(--main-text-shade1);
  border-color: var(--main-text-shade1);
}

.glyphicon.glyphicon-calendar {
  background-image: url("./../images/date-range-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.daterangepicker .input-mini {
  font-weight: 600;
}

.glyphicon.glyphicon-chevron-left {
  background-image: url("./../images/select-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.glyphicon.glyphicon-chevron-right {
  background-image: url("./../images/select-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}

.daterangepicker .input-mini.active {
  border: 1px solid var(--primary-color);
}

.daterangepicker .calendar td {
  font-size: 13px;
  font-weight: 400;
}

.daterangepicker {
  padding: 10px;
}

.date-range-wrapper {
  top: 5px;
}

@media (max-width: 1400px) {
  .date-range>span {
    padding: 0 5px;
  }

  .date-range {
    padding: 5px 10px;
  }
}

@media (max-width: 991.98px) {
  .date-range-wrapper {
    position: unset;
    margin-top: 40px;
    display: flex;
  }
}

@media (max-width: 575px) {
  .daterangepicker.show-calendar .calendar.left {
    margin: 4px 4px 20px 4px;
  }

  .daterangepicker.ltr .ranges .btn {
    margin-top: 10px;
  }

  .date-range {
    font-size: 14px;
  }
}

/* CUSTOM DATE RANGE STYLE EOC */

/* COLLECTION DETAILS MODAL --- BY HIMANI 05/03/24 */
.collection-details-modal .close {
  top: -30px;
  right: 0;
}

.modal-dialog.collection-details-modal {
  max-width: 1520px;
  margin: 50px auto;
  width: 100%;
}

.collection-details-modal .modal-body {
  background-color: var(--main-white);
  padding: 50px 40px;
}

.collection-details-modal .collection-details-header,
.collection-assets {
  border-bottom: 1px solid rgba(46, 46, 46, 0.2);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.collection-details-content .customer-short-content p {
  padding-bottom: 10px;
}

.collection-details-content p {
  padding-bottom: 5px;
  line-height: normal;
}

.collection-details-content .collection-contact {
  padding-bottom: 20px;
}

.collection-details {
  padding-bottom: 20px;
}

.it-assets-content-details:last-child .collection-assets {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1499.98px) {
  .modal-dialog.collection-details-modal {
    max-width: 1200px;
  }
}

@media (max-width: 1399.98px) {
  .modal-dialog.collection-details-modal {
    max-width: 90%;
  }
}

@media (max-width: 991.98px) {
  .collection-details-content .collection-contact {
    padding-bottom: 0;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .modal-dialog.collection-details-modal {
    max-width: 95%;
  }

  .collection-details-modal .modal-body {
    padding: 30px 20px;
  }

  .booking-status {
    padding-top: 5px;
  }

  .collection-details-content .customer-short-content p {
    padding-bottom: 7px;
  }
}