*{
	margin: 0 auto;
	box-sizing: border-box;
}
body{
	font-family: 'Open Sans';
	/*font-family: 'Roboto', sans-serif;*/
}
.logo-div img {
    width: 80%;
    display: inline-block;
}
.top_menu {
    border-top: 3px solid #2f6535;
    margin-top: 15px;
/*    box-shadow: 0 0 10px #ddd;
    background: #f0fff1;*/
}
.top_menu ul li{
	position: relative;
	padding: 15px 5px;
	background: unset;
    color: #ffffff;
    border: unset;
}
.uppr_footer ul li a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color:#2e2f2f;
    text-transform: uppercase;
}

.uppr_footer ul li{
	border: unset;
}
.list-group-item.active{
    background: unset;    
}
.active > a{
    color: #2f6535 !important;
}
.top_menu li::after {
/*    position: absolute;
    content: '';
    background:#2f6535;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;*/
    transition: all 0.2s ease-in-out;
}
.top_menu li:hover::after{
    transition: all 0.2s ease-in-out;
	/*width: 50%;*/
}
.home_slider {
    overflow: hidden;
}
.slick_item::after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.slick_item{
    height: 600px;
    position: relative;
    z-index: 0;
}
.slick_item img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}
.slider_content h4{
    color: #f0fff1;
    font-style: italic;
    font-family: Open sans-serif;
    font-size: 50px;
    margin-bottom: 30px;
}
.slider_content p{
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 20px;
}
.slider_content.contnt_left{
    /*left: 14%;*/
}
.slider_content.contnt_ryt{
    /*right: 13%;*/
}
.btn {
  text-transform: uppercase;
  font-weight: bold; 
  border-radius: 20px;
  transition: background .5s linear;
  margin-right: 7px; 
}

.btn:hover {
  transition: background .5s linear;
}
.green_btn, .header_green_btn {
    /*background-color: transparent;*/
    color: #f0fff1;
    /*border-color: #f0fff1;*/
    padding: 8px 20px;
}
/*.header_green_btn:hover{
  color:#fff;
  background-color:#51A351;
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}*/
.header_green_btn {
    outline: none;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.header_green_btn:after {
  content: "";
  position: absolute;
  color: #ffffff;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.header_green_btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
/*.header_green_btn {
     position: relative;
     z-index: 1;
     width: 80px;
     height: 80px;
     color: #1a1a1a;
     background: #ed1c5b;
     border-radius: 50%;
     border: none;
     transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
}
.header_green_btn:hover {
     box-shadow: 0 0 1px 15px rgba(138, 59, 88, 0.4), 0 0 1px 30px rgba(138, 59, 88, 0.1), 0 0 1px 45px rgba(138, 59, 88, 0.1);
}*/

/*@keyframes shake{
  0% { transform: translate(2px, 0px)}
  20% { transform: translate(-2px, 0px)}
  40% { transform: translate(2px, 0px)}
  60% { transform: translate(-2px, 0px)}
  80% { transform: translate(2px, 0px)}
  100% { transform: translate(-2px, 0px)}
}*/
.slider_content {
    z-index: 9;
    position: absolute;
    top: 40%;
    /*right: 18%;*/
    width:100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    border-radius: 250px;
    cursor: pointer;
    /*transition: none 5s ease 5s;*/
    text-align: center;
    /*margin: 0px 30px;*/
    /*padding: 20px;*/
    /*padding: 250px;    */
    
    
    
/*    min-height: 360px;
    min-width: 360px;
    max-height: 360px;
    max-width: 360px;*/
}
.slider_offer {
    top: -20px;
    width: 140px;
    left: -35px;
    height: 140px;
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 0px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
}
/*full-width-div starts*/
.full_width_section {
    margin: -68px 0px 0px;
}
.icon-wrapper {
    background: #fff;
    border: 5px solid #fff;
    height: 130px;
    width: 130px;
    border-radius: 100%;
}
.def-ico .icon-wrapper span {
    border: 2px solid;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.def-ico a {
    text-decoration: none;
    font-size: 18px;
}
.yellow .icon-wrapper span{
    border-color: #ffc000;
}
.yellow a{
    color: #f6b500;    
}
.blue .icon-wrapper span{
    border-color: #008bd3;
}
.blue a{
    color: #008bd3;    
}
.red .icon-wrapper span{
    border-color: #e2042d;
}
.red a{
    color: #e2042d;    
}
.green .icon-wrapper span{
    border-color: #4c8d00;
}
.green a{
    color: #4c8d00;    
}

.home_slider .slick-next {
    right: 45px;
    font-size: 40px;
    top: 55%;
    width: 30px;
    height: 70px;
}
.home_slider .slick-next::before{
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 84px;
}
.home_slider .slick-prev {
    left: 35px;
    font-size: 40px;
    position: absolute;
    z-index: 2;
    top: 55%;
    width: 30px;
    height: 70px;
}
.home_slider .slick-prev::before{
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 84px;
}
/*Second section starts*/
.heading-div h3 {
    color: #2f6535;
    font-weight: 600;
    margin-bottom: 30px;
}
.para-div {
    font-size: 16px;
    color: #656565;
    padding: 30px 0px 0px;
    text-align: center;
}
.choose_btns {
    margin: 20px 0px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}
.comm_btn {
    margin: 0;
}
.comm_btn.btn-1 a {
    margin-right: 10px;
}
.comm_btn.btn-2 a {
    margin-left: 15px;
}
.price_div h3 {
    font-size: 50px;
}
/*banner starts*/
.banner {
    background: linear-gradient(45deg, #2f6535, #499852);
    color: #fff;
    border-radius: 10px;
    margin: 60px 0px 0px;
    padding: 20px 50px;
}
a.btn.btn-white {
    background: #fff;
    border:2px solid #fff;
    margin-top: 20px;
}
a.btn.btn-white:hover{
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}
.inst_follow img {
    /*width: 15%;*/
    width:160px;
}
.inst_follow{
    padding-bottom: 20px;
}
/*schedule a service starts*/
.nav_pills.cust_pills {
    margin: 0% 4%;
}
.nav_pills.cust_pills > .nav-pills .nav-link.active, .nav_pills.cust_pills > .nav-pills .nav-link{
    color: #2f6535;
    background-color: #f0fff1;
    height: 70px;
    width: 70px;
    text-align:center;
    text-align: -webkit-center;
    border-radius: 100%;
    border: 3px solid #2f6535;
    box-shadow: 0 0 15px #b9b9b9;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 30px;
}
.nav_pills.cust_pills > .nav-pills .nav-link.active{
    background: #2f6535;
    color: #f0fff1;
}
.nav_pills.cust_pills ul{
    margin-bottom: 1rem !important;
}
.mandetory{
    color: red;
}
.label {
    color: #2f6535;
    font-weight: 600;
    font-size: 14px;
}
.cust_field input, .cust_field textarea {
    border-radius: unset;
    font-size: 14px;
}
.cust_field input:focus, .cust_field textarea:focus, .cust_field select:focus{
    border-color: #2f6535;
    box-shadow: 0 0 0 0.2rem rgba(133, 220, 143, 0.3);
}
.prsnl_form, .sec_tab_detail {
    padding: 10px 30px;
    box-shadow: 0 0 10px #ddd;
    background: #f0fff1;
}
.frm-btn-div {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mr-0{
    margin: 0px;
}
.pd-0{
    padding: 0px;
}
.sec_tab_detail .form-check label{
    font-size: 15px;
}
.nav_pills.cust_pills ul.checks{
    margin-bottom: unset !important;
}
.promo_code, .sel_tym {
    color: #2f6535;
    margin: 15px 0px;
}
.msg_div {
    margin: 20px 0px;
}
.msg_div ul li
{
    list-style:none!important;
}
.turf_install {
    margin: 30px 0px;
}
.top_menu li a {
    font-size: 20px !important;
}
.map_img img {
    height: 300px;
    object-fit: cover;
}
.hw_offn {
    border: 1px solid #dee2e6;
    padding: 15px;
    margin: 10px 0px;
}
.ques_mark{
    color: red;
    font-size: 24px;
}
.input-group.date .input-group-addon {
    cursor: pointer;
    background: #bee4c7;
    padding: 5px 10px;
}
.bootstrap-datetimepicker-widget a[data-action]{
    padding: 0px 10px; 
    border: 1px solid #28a745;
}
.bootstrap-datetimepicker-widget table td span{
    display: inline-block; 
    width: unset; 
    height: unset; 
    line-height: unset; 
    margin: unset; 
    cursor: unset; 
    border-radius: unset; 
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{
    content: "\f106";
    border: 0;
    font-family: "FontAwesome";
    font-size: 42px;
    position: unset;
    width: unset;
    height: unset;
    margin: unset;
    padding: unset;
    overflow: unset;
    clip: unset;
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{
    content: "\f107";
    border: 0;
    font-family: "FontAwesome";
    font-size: 42px;
    position: unset;
    width: unset;
    height: unset;
    margin: unset;
    padding: unset;
    overflow: unset;
    clip: unset;
}
.uplod_img {
    height: 200px;
    width: 300px;
}
.img_div {
    border: 1px solid #28a745;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0px;
    position: relative;
}
.img_div input{
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
}
.inner-heading {
    margin: 15px 0px;
}
.num {
    background: #2f6535;
    padding: 5px 10px;
    border-radius: 100%;
    color: #fff;
}
span.inner_cap {
    color: #2f6535;
    font-size: 20px;
}
.billing_info, .billing_details .prsnl_form {
    margin: 30px 0px;
}
.paypal_img {
    width: 15%;
}
.thanks_top_menu{
    box-shadow: unset;
    background: unset;
}
.thnks_msg p {
    font-size: 24px;
    width: 50%;
    text-align: center;
}
.thnks_msg {
    margin: 5% 0%;
}
.thnks_msg img {
    width: 10%;
    display: inherit;
}

/*social links starts*/
.icon-button {
    background-color: white;
    border-radius: 3.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 2.0rem;
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 3.6rem;
    border: 2px solid #2f6535;
}

/* Circle */
.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    width: 0;
}
.icon-button:hover span {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
    margin: -1.8rem;
}
.twitter span {
    background-color: #4099ff;
}
.facebook span {
    background-color: #3B5998;
}
.google-plus span {
    background-color: #db5a3c;
}
.insta span {
    /*background-color: red;*/
    background-color: #d62976;
}

/* Icons */
.socio_links .icon-button i {
    background: none;
    height: 3.6rem;
    left: 0;
    line-height: 3.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    width: 3.6rem;
    z-index: 10;
}
.socio_links .icon-button:hover i{
    color: #fff;
}
.socio_links .icon-button .fa-twitter {
    color: #4099ff;
}
.socio_links .icon-button .fa-facebook {
    color: #3B5998;
}
.socio_links .icon-button .fa-google-plus {
    color: #db5a3c;
}
.socio_links .icon-button .fa-instagram{
    color: #d62976;
}
.socio_links .icon-button:hover .fa-twitter,
.socio_links .icon-button:hover .fa-facebook,
.socio_links .icon-button:hover .fa-google-plus,
.socio_links .icon-button:hover .fa-instagram{
    color: white;
}
/*contact us starts*/
.contact_top_menu{
    border-top: 3px solid #2f6535;
    /*margin: 25px 0px;*/
    margin-top:15px;
    
}
.contact_us {
    padding: 5%;
    /*background: linear-gradient(rgba(255, 255, 255, 0.51), rgba(63, 72, 14, 0.57)),url(https://wallpaperfm.com/img/original/f/7/e/12095.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background: #f0fff1;
}
.contact_us .sec_heading {
    padding-right: 70px;
}
.socio_links {
    display: flex;
}
.socio_links ul {
    margin: 0;
}
.icon_div i {
    font-size: 45px;
    color: #2f6535;
}
.contact_links ul li {
    text-align: center;
    padding: 50px 20px;
}
.contact_links ul li i {
    margin-bottom: 20px;
}
.contact_links ul li .text_div h4{
    text-transform: uppercase;
    font-weight: bold;
}
.contact_links ul li .text_div a{
    color: #28a745;
}
.contact_links ul li .text_div p {
    font-size: 15px;
}
/*.form_heading h4, .sec_heading {
    color: #fff;
}*/
/*faq starts*/
.faq {
    margin: 30px;
}
.faq .inner-heading h5 {
    font-size: 30px;
    color: #494949;
}
/*accordian starts*/
.flip, .flip2, .flip3{
    padding: 10px;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #2f6535;
    margin-bottom:10px;
}
.block{
    background-color: #f0fff1;
    padding: 10px;
    font-weight: 900;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #2f6535;
    margin-bottom:10px;
}
.single_ques:last-child .block{
    border-bottom: 1px solid #2f6535;
}
.block:hover{
    background-color: #2f6535;
    color:white;
}
.single_ques:last-child .flip {
    border-bottom: 1px solid #2f6535;
}
.mar{
    margin-top: 10px;
}
.flip, .flip2, .flip3{
    display: none;
}
.arrow, .arrow2, .arrow3{
    float:right;
    cursor: pointer;
}
/*action shots starts*/
.action_shots{
    width: 100%;
    padding: 0% 3%;
    overflow-y: hidden;
    border:unset;
    margin: 0;
}
.act_img_div img {
    box-shadow: 0 10px 10px #8a8a8a;
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}
.action_shots .secnd_sec {
    margin-top: 10%;
}
.act_list {
    width: 60%;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.act_list li {
    margin: 0px;
    border-bottom: 1px dashed #ddd;
    padding: 10px;
}
.act_list li i {
    color: #28a745;
    font-size: 20px;
    margin-right: 10px;
}
/*footer starts*/
section.footer_sec {
    box-shadow: 0 0 10px #ddd;
}
.bottom_footer {
    padding: 10px;
    border-top: 1px solid #636363;
    font-size: 12px;
    background: #2f6535;
    color: #fff;
}
.uppr_footer {
    padding: 0px 50px;
    width:100%;
    text-align:center;
}
.uppr_footer ul li a{
    text-transform: unset;
}

/*custom_modal starts*/
.custo_modal .modal-header, .custo_modal .modal-body{
    width: 100%;
}
.custo_modal .modal-header {
    padding: 5px 15px;
}
.custo_modal .modal-title{
    margin-left: 0;
    color: #2f6535;
}
.custo_modal .modal-body p {
    font-size: 14px;
}

/*date picker starts*/
#datetimepicker12 {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px #ddd;
}
#datetimepicker12 .bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
#datetimepicker12 .datepicker-days td,
#datetimepicker12.datepicker-days th,
#datetimepicker12 .datepicker-months td,
#datetimepicker12 .datepicker-months th,
#datetimepicker12 .datepicker-years th,
#datetimepicker12 .datepicker-years td{
    border: 1px solid #dedede;
    padding: 10px;
}
#datetimepicker12 .bootstrap-datetimepicker-widget table th.prev::after, 
#datetimepicker12 .bootstrap-datetimepicker-widget table th.next::after{
    position: unset;
    width: unset;
    height: unset;
    margin: unset;
    padding: unset;
    overflow: unset;
    clip: unset;
    border: unset;
    font-family: "FontAwesome";
}
#datetimepicker12 .bootstrap-datetimepicker-widget table th.prev::after{
    content: "\f104";
}
#datetimepicker12 .bootstrap-datetimepicker-widget table th.next::after{
    content: "\f105";    
}
#datetimepicker12 .bootstrap-datetimepicker-widget table td.active, 
#datetimepicker12 .bootstrap-datetimepicker-widget table td.active:hover,
#datetimepicker12 .bootstrap-datetimepicker-widget table td span.active{
    background-color: #2f6535;
}
#datetimepicker12 th.picker-switch {
    padding: 10px;
}
#datetimepicker12 span.month, #datetimepicker12 span.year, #datetimepicker12 span.decade {
    padding: 10px;
    border: 1px solid #dedede;
}
.static_date {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px #ddd;
}
.shot-cards{
    width: 100%;
    overflow-x: hidden;
    border: unset;
}
.img-cards .slick-slide{
    margin-right: 20px;
}
.slide-body .card-title {
    text-transform: uppercase;
    color: #2f6535;
    font-weight: bold;
}
.slide-body .card-text {
    font-size: 14px;
}
.slick-dots li button:before{
    font-size: 36px
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    color: #28a745;
}
.img-cards .card{
    background-color: #f0fff1;
    transition: 0.5s ease all;
    margin-bottom: 30px;
}
.img-cards .card:hover{
    box-shadow: 0 0 10px #b9b9b9;
    transition: 0.5s ease all;
}
.img-cards{
    margin-top: 0px;
}
/*process page starts*/
.process .heading-div h3{
    margin-bottom: 10px;
}
/*.icon_div {*/
/*    height: auto;*/
/*    width: 200px;*/
/*    border-radius: 100%;*/
/*    margin-bottom: 20px;*/
/*}
.icon_div img {
    height: 130px;
width: 180px;
object-fit: contain;
}*/

.icon_div {
	height: auto;
	width: 100%;
	border-radius: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}
.icon_div img {
	height: 180px;
	width: 300px;
	object-fit: contain;
}

.single_ico {
    /*padding:25px 30px;*/
    border: 1px solid #28a745;
    height: 355px;
    margin: 15px 0px;
    border-radius: 10px;
    transition: 0.5s ease-in-out all;
}
.single_ico:hover {
    box-shadow: 0 0 10px #9bb39f;
}
.single_ico .content_div h4 {
    color: #2f6535;
    font-size: 20px;
}
.single_ico .content_div p {
    font-size: 14px;
    margin-bottom: 5px !important;
    padding:0 10px;
    
}
.itm_Cart ul{
    padding: 0px;
}

.quant-btn {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: unset;
    font-size: 24px;
    background: #2f6535;
    color: #fff;
}
.itm_Cart li {
    border-bottom: 1px solid #2f6535;
    margin-bottom: 15px;
}

.itm_Cart .green_btn, .itm_Cart .header_green_btn{
    padding: 5px 26px;
    font-size: 13px;
}
.itm_Cart .remove-btn{
    margin-top: 30px;
}
.modal-content.log-in-box {
    display: block;
}
.modal-title.login-title {
    text-align: center;
    position: relative;
    left: 15%;
}
.btn.btn-success.green_btn.login-btn {
    position: relative;
    left: -40%;
}
.label.login-fp {
    text-align: right;
    position: relative;
    left: 75%;
}
/* 27 jan 2020 */
.turf_install1 ul li
{
    list-style:none;
}
/*28 jan 2020 */

.summry table tr th
{
    width:76%;
}

.payment-img
{
	float: left;
}
.card-detail
{
	float: left;
	margin-top: 20px;
}
.payment-img img
{
	width: 50px;
	height: 20px;
	float: right;
	margin-left: 5px;
}
.paypal-div
{
	float: left;
}
.paypal-div	img
{
	width: 100px;
	height: 30px;
	margin-left: 5px;
}
.mt
{
	margin-top: 10px;
}
/* 17-feb-2020 */

.form-check-input
{
    position:relative;
    margin-right:8px;
}
.action-shot
{
    height:388px;
}

