@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


body {
  margin: 0;
  padding: 0;
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6{font-family: 'Plus Jakarta Sans'; margin-bottom:0px;}

p{font-family:'Plus Jakarta Sans'; font-size:16px; font-weight:500; margin-bottom:0px;}
/*
html {
  scroll-behavior: smooth;
}
*/
img {
  max-width: 100%;
  border: none;
}
a {
  text-decoration: none;
  outline: none !important;
  color: #fff;
 
}
.btn {
  color: #fff;
  font-size: 16px;
  border:none;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 11px 20px;
  transition: 0.5s;
  position: relative;
  outline: none;
	background: #000;
}



.form-control{
  height: 50px;
  transition: 0.5s;
  outline: none;
  border-radius: 4px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #c0c0c0;
  outline: none;
}
.form-control::placeholder{
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 500;
}
.form-control:focus{
  box-shadow: none;
  border-color: #3c3c3c;
}

a:hover {
  text-decoration: none;
  color: #1363e8;
}


header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 15px 0px;
    z-index: 111;
}
.logo-log-reg{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo-main {
    width: 110px;
    height: auto;
    object-fit: contain;
}

.banner-start{
	position:relative;
	padding: 220px 0px 50px;
	min-height: 760px;
}
.banner-img {
    position: absolute;
    right: 0;
    width: 715px;
    height: 814px;
    top: 0;
    object-fit: contain;
    z-index: 11;
}
.btn-1 {
    position: relative;
    background: #fff0;
    border: 1px solid #fff;
    color: #fff;
    height: 48px;
	padding-left: 40px;
}
.btn-1:hover{
	background: #fff;
	color: #000;
}
.btn-1::after {
    content: '\f207';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 8px;
    left: 15px;
    margin: auto;
    font-size: 20px;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-1:hover::after{
	color: #000;
}
.banner-caption-bx{
	padding: 50px 30px;
	background: #fff;
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
	    z-index: 1;
    position: relative;
}
.ban-cap-book-bx{
	width: 40%;
}
.banner-caption-bx h1{
	font-size: 42px;
	font-weight: 500;
}
.banner-caption-bx h1 span{
	font-weight: 700;
	color: #749e41;
	display: block;
}
.banner-caption-bx h4{
	font-weight: 500;
}
.banner-form-bx label{
	font-weight: 600;
	text-transform: uppercase;
	
}
.banner-form-bx{
	padding-top: 25px;
}
.banner-form-bx .form-group{
	position: relative;
}
.banner-form-bx .form-group .form-control{
	padding-right: 30px;
}
.banner-form-bx .form-group::after{
    content:'\f1ab';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 10px;
    right: 15px;
    margin: auto;
    font-size: 20px;
    color:#3c3c3c;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-2{
	background: #749e41;
	color: #fff;
}
.btn-2:hover{
	background: #000;
	color: #fff;
}
.banner-shape{
	width: 560px;
	height: 670px;
	object-fit: contain;
	position: absolute;
	left: 0;
	top: 0;
}


/*scrap-dart-works*/
section{
	padding: 90px 0px;
}
.heading-hd{
	text-align: center;
	padding-bottom:40px;
}
.heading-hd h2{
	font-size: 40px;
	padding-bottom: 10px;
}
.heading-hd h2 span{
	font-weight: 700;
	color: #749e41;
}
.scrap-dart-works-bx{
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
	border-radius: 4px;
	background: #fff;
}
.dart-works-icon{
	width: 129px;
	height: 115px;
	object-fit: contain;
	margin: 0 auto;
}
.scrap-dart-works-bx h4{
	font-size: 24px;
	font-weight: 700;
	padding: 30px 0px 10px;
}
/*scrap-dart-works end*/

/*need-help-section*/
.need-help-section{
	min-height: 400px;
	background-position: center;
	background-size: cover;
	padding-top: 110px;
}
.need-help-section h2{
	font-size: 40px;
	width:75%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	line-height:60px;
}
.need-help-section h2 a{
	color: #749e41;
}
/*need-help-section end*/

/*about-scrap*/
.about-scrap h2{
	font-size: 40px;
}
.about-scrap h2 span{
	color: #749e41;
}
.abt-content-box p{
	padding-top: 15px;
}
.btn-3{
	background: #fff0;
	border: 1px solid #000;
	color: #000;
	margin-top: 30px;
}
.btn-3:hover{
	background: #000;
	color: #fff;
}
.abtimg-bx{
	position: relative;
}
.about-shape {
    position: absolute;
    height: 613px;
    width: 100%;
    object-fit: contain;
    top: -75px;
    left: 0;
}
.abt-main-img-content{
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.abt-main-img{
	width: 100%;
	margin: 0 auto;
	height: 480px;
	border: 15px solid #fff;
	    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
	border-bottom-left-radius:50%;
	border-bottom-right-radius:50%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	object-fit: cover;
}
.abt-img-caption-bx{
	display: inline-table;
	padding:20px 25px;
	border-bottom-left-radius:50%;
	border-bottom-right-radius:40%;
	border-top-left-radius: 0px;
	border-top-right-radius: 40%;
	background: #749e41;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	border: 7px solid #fff;
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
}
.abt-img-caption-bx h5{
	font-size: 18px;
}
.abt-img-caption-bx h5 span{
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 26px;
}

/*about-scrap end*/

/*app-available-section*/
.app-available-section{
	position: relative;
}
.app-available-img{
	height: 730px;
}
.app-available-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.app-available-content h2{
	font-size: 40px;
}
.app-available-content h2 span{
	color: #749e41;
	font-weight: 700;
}
.app-available-content p{
	padding: 10px 0px 30px;
}
.app-available-content li{
	display: inline-block;
	margin-right: 10px;
}
.available-app-back{
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
/*app-available-section end*/


/*customer-review-section*/
.customer-review-section{
	padding-top: 0;
}
.main-review-box{
	padding: 30px 20px;
	border: 1px solid #c0cad5;
	background: #fff;
	border-radius:6px;
}
.main-review-box p{
	font-style: italic;
	font-size: 15px;
}
.main-review-box img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 15px;
}
.main-review-box .media{
	align-items: center;
	margin-top: 20px;
}
.main-review-box .media i{
	color: #ffc107;
}
.main-review-box .media h5{
	font-size: 17px;
	font-weight: 600;
	padding-bottom: 5px;
}
.main-review-box .media ul{
	margin-bottom: 0;
}
.main-review-box .media ul li{
	display: inline-block;
}
/*customer-review-section*/
/*footer*/
.footer-start{
	background-position: center;
	background-size: cover;
	padding: 50px 0px;
	color: #fff;
}
.footer-logo{
	width: 138px;
	height: 109px;
	object-fit: contain;
}
.footer-social-copyright{
	text-align: right;
}
.footer-social-copyright i{
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #749e41;
	color: #fff;
	border-radius: 50%;
	transition: 0.5s;
}
.footer-social-copyright i:hover{
	background: #fff;
	color: #749e41;
}
.footer-social-copyright ul li{
	display: inline-block;
	margin-left: 3px;
}
.footer-social-copyright p a {
	color:#749e41; 
}
/*footer end*/

/*inner-page*/
.inner-page-header{
	position: relative;
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
}
.inner-page-header .btn-1 {
    border: 1px solid #749e41;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.inner-page-header .btn-1::after {
    color: #749e41;
}
.inner-page-header .btn-1:hover{
	background: #749e41;
	color: #fff;
}
.inner-page-header .btn-1:hover::after{
	color: #fff;
}
.inner-banner {
    background: #eef3e8;
    padding: 30px 0px;
}
.inner-banner h1 {
    font-size: 28px;
    font-weight: 600;
}
.inner-banner .breadcrumb a {
    color: #000;
    text-transform: capitalize;
}
.inner-banner .breadcrumb {
    display: block;
    background-color: transparent;
    padding: 5px 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}
.inner-banner .breadcrumb-item.active {
    color:#000;
    font-weight: 500;
}
.inner-banner .breadcrumb-item+.breadcrumb-item::before {
    color:#000;
}
.get-review-inner-main .form-control{
	border-radius: 0;
}
.get-review-inner-main .form-group {
	position: relative;
	margin-bottom: 25px;
}
.get-review-inner-main .form-group span{
	color: #ff0000;
}
.get-review-inner-main .form-group label {
    position: absolute;
    left: 10px;
    top: -14px;
    display: inline-table;
    background: #fff;
    padding: 2px 5px;
    margin-bottom: 0;
}
.get-review-inner-main textarea.form-control{
	height: 120px;
}
.capthca{
	display: block;
	margin-bottom: 25px;
}
.my-booking-inn-bx{
	padding: 10px;
	background: #fff;
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
	border-radius: 10px;
	margin: 15px 0px;
	position: relative;
}
.my-booking-inn-bx img{
	width: 150px;
	height: 150px;
	margin-right: 15px;
	border-radius: 6px;
	object-fit: cover;
}
.my-booking-inn-bx .media{
	align-items: center;
}
.my-booking-inn-bx .media h5{
	font-size: 22px;
	font-weight: 700;
}
.my-booking-inn-bx ul{
	margin-bottom:5px;
}
.my-booking-inn-bx ul li{
	display: inline-block;
	
}
.my-booking-inn-bx ul li .zmdi-star{
	color: #ffc107;
} 
.my-booking-inn-bx ul li .zmdi-star-outline{
	color: #c0c0c0;
} 
.book-pro-price{
	font-weight: 600;
	color: #749e41;
	padding-top: 10px;
}
.book-pro-txt{
	width: 80%;
}
.my-book-km{
	color: #4b6b25;
	display: inline-table;
	padding: 4px 10px;
	border:1px solid #4b6b25;
	position: absolute;
    top: 15px;
	right: 15px;
}
.inn-src-vendor-sec .src-vendor-book-btn{
	color: #4b6b25;
	padding: 4px 15px;
	background: #c7d8b3;
	display: inline-block;
	margin-top: 10px;
	transition: 0.5s;
}
.inn-src-vendor-sec .src-vendor-book-btn:hover{
	background: #000;
	color: #fff;
}
.src-vndr-price-txt{
	color: #4b6b25;
    display: inline-table;
    position: absolute;
    top: 55px;
    right: 15px;
}

.my-profile-edit{
	 box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
	border-radius: 6px;
	
}
.my-profile-edit1{
	padding: 50px 0px 30px;
	text-align: center;
	border-bottom:1px solid #cccccc; 
}
.edit-profile-img-bx{
	margin-bottom: 30px;
}
.edit-profile-img{
	height: 210px;
	width: 210px;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	margin-bottom: -25px;
}
.edit-pro-camera i{
	width: 50px;
	height: 50px;
	background: #c8dbb2;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	color: #000;
	font-size: 22px;
}
.my-profile-edit1 h3{
	font-size: 29px;
	font-weight: 700;
	color: #000
}
.my-profile-edit1 h4{

	font-size: 23px;
	padding-top: 10px;
}
.my-profile-edit1 h4 a{
		color: #2b7614;
}
.my-profile-edit2 {
    padding: 30px 0px;
    position: relative;
	text-align: center;
}
.my-profile-edit-option{
	padding: 30px;
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
	border-radius: 6px;
	width: 100%;
}
.pro-edit-option{
	background: #f9f9f9;
	padding: 15px;
	border-radius: 3px;
	margin-bottom: 10px;
	position: relative;
}
.pro-edit-option::after {
    display: inline-block;
    padding-bottom: 0;
    padding-left: 0;
    content: '\f2fb';
    position: absolute;
    font-family: 'Material-Design-Iconic-Font';
    top: 10px;
    right: 20px;
    transition: all .1s ease-out 0s;
    font-size: 36px;
}
.pro-edit-option h5{
	font-size: 18px;
	font-weight: 600;
}
.profile-icon-bx{
	height: 48px;
	width: 48px;
	border-radius: 50%;
	background: #dee7d4;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 13px;
}
.pro-edit-option p{
	font-size:15px;
	padding-top: 3px;
}
.pro-edit-option a{
	color: #000;
}
.review-list-star-bx{
	padding: 60px 0px 20px;
	border-bottom: 1px solid #cccccc;
}
.review-list-star-bx h3{
	font-size: 30px;
}
.rvw-star li{
	display: inline-block;
	color: #ffc107;
}
.rvw-star{
	margin: 5px 0px;
}
.right-rvw-bx{
	text-align: right;
}
.right-rvw-bx .btn{
	padding-left: 42px;
	margin-bottom: 15px;
}
.right-rvw-bx .btn::after {
    content:'\f158';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 9px;
    left: 15px;
    margin: auto;
    font-size: 20px;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.right-rvw-bx select{
	border: none;
	box-shadow: none;
}
.right-rvw-bx li{
	display: inline-block;
}
.review-list-inner-main{
	padding:40px 0px;
}
.review-list-main-bx{
	padding:30px;
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
	border-radius:4px;
	margin: 15px 0px;
}
.review-list-inner-main{
	height: 400px;
	overflow-x: scroll;
}
.review-client-img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 16px;
}
.review-list-main-bx h5{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.review-list-main-bx h6{
	font-size:13px;
	padding: 2px 0px;
}
.rvw-star2{
	margin-bottom:10px;
}
.rvw-star2 li{
	display: inline-block;

	font-size: 13px;
}
.rvw-star2 li i{
		color: #ffc107;
}
.review-list-main-bx p{
	font-size: 14px;
}
.rvw-likes-reply li{
	display: inline-block;
	margin-right: 15px;
}
.rvw-likes-reply{
	margin-top: 15px;
	margin-bottom: 0;
}
.rvw-likes-reply li a{
	color: #878787;
}
.register-main-box{
	    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
	padding: 30px;
	border-radius: 10px;
}
.register-main-frm{
	border-radius: 10px;
	background: #f7f9f4;
	padding: 25px;
}
.register-main-frm h3{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 24px;
}
.register-main-frm h3::after{
	position: absolute;
	content: ' ';
	left: 0;
	bottom: 0;
	background: #749e41;
	width: 50px;
	height: 2px;
}
.register-main-frm .btn-2{
	width: 100%;
	display: block;
	text-align: center;
}
.register-main-frm .form-control{
	background: #fff0;
}
.register-last-txt{
	text-align: center;
	padding-top: 20px;
}
.register-last-txt a{
	text-decoration: underline;
	color: #749e41;
	
}
.register-img{
	width: 100%;
	height: 450px;
	object-fit: contain;
}
.keep-logged-in-forgot{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.keep-logged-in-forgot a{
	color: #749e41;
}
.or-login-txt{
	text-align: center;
	position: relative;
	margin-top: 15px;
}
.or-login-txt::after {
    content: ' ';
    background: #d9dbd6;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 15px;
}
.or-login-txt p{
	display: inline-table;
	padding: 2px 5px;
	background: #f7f9f4;
	position: relative;
	z-index: 1;
}
.login-two-social{
	text-align: center;
}
.login-two-social a{
	margin: 20px 4px 0px;
}
.login-two-social .btn{
	text-transform: capitalize;
}
.login-two-social .btn img{
	width: 17px;
	height: 17px;
	object-fit: contain;
	position: relative;
	top:-2px;
	margin-right: 3px;
}
/*inner-page*/

.product-search{
    box-shadow: 0 1px 11px 0 rgb(82 126 195 / 17%), 0 1px 11px 0 rgb(82 126 195 / 13%);
    border-radius: 3px;
    overflow: hidden;
    margin: 10px 0px 30px;
}
.product-search .form-control {
    border-radius: 0px;
    border: none;
    background: #fff0;
}
.product-search .btn {
    background: #749e41;
    color: #fff;
    border-radius: 0 !important;
    padding: 0;
    padding: 10px 15px;
    transition: 0.5s;
    border: none;
}

@media (min-width: 1200px){
	.product-search{
		width:40%; 
	}
}



.vendor_topbox {
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
    border-radius: 8px;
}
.vendor_topbox .media{}
.vendor_topbox .media .vendor_thumb{
	max-width: 278px;
	height: 270px;
	display: flex;
	overflow: hidden;
	border-radius: 8px;
}
.vendor_topbox .media .vendor_thumb img{ object-fit: cover; width: 100%; }
.vendor_topbox .media .media-body {
    padding: 30px 50px 7px 50px;
    position: relative;
    z-index: 1;
}
.vendor_topbox .media .media-body h5 {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
    padding-right: 190px;
}
.vendor_topbox .media .media-body p{font-size: 18px; color: #2c2c2c; font-weight: 500;}
.vendor_topbox .media .media-body ul.list-inline {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.vendor_topbox .media .media-body ul.list-inline li {
    font-size: 13px;
    color: #ffc107;
    margin-left: 4px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 300;
}
.vendor_topbox .media .media-body ul.list-inline li span {
    color: #000;
    font-size: 14px;
    margin-right: 4px;
    display: block;
    font-weight: 700;
}
.vendor_topbox .media .media-body ul.list-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
    align-items: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 15px 15px;
    margin-top: 34px;
}
.vendor_topbox .media .media-body ul.list-icon li {
    display: flex;
    padding-right: 50px;
    position: relative;
    align-items: center;
}
.vendor_topbox .media .media-body ul.list-icon li:last-child:after{
	display: none;
}
.vendor_topbox .media .media-body ul.list-icon li:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: 25px;
    background: #ccc;
}
.vendor_topbox .media .media-body ul.list-icon li .listicon_box {
    display: flex;
    align-items: center;
}
.vendor_topbox .media .media-body ul.list-icon li .listicon_box .thum {
    width: 44px;
    margin-right: 10px;
    display: flex;
}
.vendor_topbox .media .media-body ul.list-icon li .listicon_box .thum img{ object-fit: contain; width: 100%; }
.vendor_topbox .media .media-body ul.list-icon li .listicon_box h6{ font-size: 16px; font-weight: 500; color: #000000; margin: 0; }
.vendor_topbox .media .media-body ul.list-icon li .listicon_box h6 strong{
	display: block;
	font-weight: 700;
}
.vendor_topbox .media .media-body .calllist_area {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 9;
}
.calllist_area ul{ margin: 0; padding: 0; list-style: none; }
.calllist_area ul li{ display: inline-block; vertical-align: middle; }
.calllist_area .btn.btn-outline-success {
    background-color: transparent;
    border: 1px solid #749e41;
    color: #749e41;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 16px;
    outline: none;
    box-shadow: none;
}
.calllist_area .btn.btn-outline-success:hover{
	background: #000;
	border-color: #000;
	color: #fff;
}
.calllist_area .btn.btn-success i, .calllist_area .btn.btn-outline-success i{ margin-right: 5px; }
.calllist_area .btn.btn-success{
    background-color: #749e41;
    border: 1px solid #749e41;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 16px;
    outline: none;
    box-shadow: none;
}
.calllist_area .btn.btn-success:hover{
	background: #000;
	border-color: #000;
	color: #fff;

}


.description_area{
	 background: #fff;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
    border-radius: 8px;
    margin-top: 24px;
}

.description_area .description_text {
    margin-bottom: 24px;
}
.description_area .description_text h4{ font-size: 24px; font-weight: 600; margin-bottom: 10px; text-transform: capitalize; }
.description_area .description_text p{ font-size: 16px; color: #000000; font-weight: 400; }
.description_table h4{
	font-size: 24px; font-weight: 600; margin-bottom: 15px; text-transform: capitalize;
}

.description_table .table .thead-dark th {
    color: #000;
    background-color: #e3e3e3;
    border-color: #d3d3d3;
}
.description_table .btn.btn-outline-success {
    color: #fff;
    font-size: 12px;
    padding: 7px 10px 5px;
    background-color: transparent;
    border: 1px solid #749e41;
    color: #749e41;
    outline: none;
    box-shadow: none;
    font-weight: 600;
}
.description_table .btn.btn-outline-success:hover{
	 background-color: #749e41;
    border: 1px solid #749e41;
    color: #fff;

}


.maparea {
    position: relative;
    margin-top: -240px;
    z-index: -1;
}
.maparea img{ width: 100%;}



#exampleModalCenter .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
}
#exampleModalCenter .modal-body{
	padding-bottom: 0;
}
#exampleModalCenter .modal-footer{
	border: none;
	padding-top: 0;
}
#exampleModalCenter .modal-footer .btn.btn-secondary {
   
    font-size: 12px;
    padding: 7px 10px 5px;
    background-color: transparent;
    border: 1px solid #749e41;
    color: #749e41;
    outline: none;
    box-shadow: none;
    font-weight: 600;
    border-radius: 0;
}
#exampleModalCenter .modal-footer .btn.btn-secondary:hover{
	background: #000;
	border-color:#000;
	color: #fff;
}
#exampleModalCenter .modal-footer .btn.btn-primary {
   color: #fff;
    font-size: 12px;
    padding: 7px 10px 5px;
    background-color: #749e41;
    border: 1px solid #749e41;
    outline: none;
    box-shadow: none;
    font-weight: 600;
    border-radius: 0;
}
#exampleModalCenter .modal-footer .btn.btn-primary:hover{
	background: #000;
	border-color:#000;
	color: #fff;
}





.xdsoft_datetimepicker {
    width: 100%;
    border: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 70%;
    float: left;
    margin-left: 10px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 23%;
    margin-left: 22px;
}
 .xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 0;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f3f7ff;
    border: none;
    color: #000;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    height: 40px;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
    background: #759e42;
    box-shadow: #759e42 0 1px 3px 0 inset;

}
.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 300;
    text-align: center;
    color: #000;
    cursor: default;
    border: 1px solid rgb(0 0 0 / 5%);
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 254px;
    overflow: hidden;
    border: none;
}
.xdsoft_datetimepicker .xdsoft_label {
    
    font-weight: 300;
   
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
    background: #f1f5ec;
    border-top: none;
    color: #000;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    margin-left: 0;
    margin-right: 0;
    margin: auto;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
    color: #fff !important;
    background: #759e42 !important;
    box-shadow: none !important;
}