
.icon.icon-default.fa-home, .icon.icon-default.fa-phone, .icon.icon-default.fa-envelope{color: #8dc63f;}


#ui-to-top{
    padding-top: 10px;
}


.mobile-menu-toogle i{
    font-size: 25px;
    color: #8dc63f;
    border: 1px solid #8dc63f;
    padding: 5px 5px;
    border-radius: 5px;
}
.mobile-menu-toogle{
    margin-top: -50px;
    display: none;
}



.swiper-container.swiper-slider.swiper-container-horizontal{
    margin-top: 150px;
}


.modal-title {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body input, .modal-body textarea{
	background-color: #ededed
}
.modal-body {
    background-color: #fff;
}

.modal-body {
    position: relative;
    padding: 15px;
}
.modal-header {
    background: #8dc63f;
    border-bottom: 8px solid #8dc63f;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-dialog {
    position: relative;
    width: 600px;
    margin: 50px auto 0px!important;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
body .modal.theme-lumberman {
    background: rgba(0,0,0,0.5) !important;
    border: 0 !important;
    padding: 10px !important;
    overflow-y: scroll;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
button.close{
    background: #fff;
    padding: 5px;
    width: 30px;
    height: 32px;
    border-radius: 50%;
    margin-top: -30px!important;
    margin-right: -30px;
}

.icon.icon-md{
	margin:30px 15px;
}

.pricing-box{
	box-shadow: 1px 1px 15px rgba(0,0,0,.15);
	-moz-box-shadow: 1px 1px 15px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.15);
	padding-left: 0px!important;
	padding-right: 0px!important;
	min-height: 500px;
	background-color: #fff;
}
.pricing-header{
	padding: 20px 0px;
}
.pricing-header-green h4, .pricing-header-gray h4{font-size: 30px;}
.pricing-header-green{
	background-color: #8dc63f;
	font-size: 30px;
}
.pricing-header-silver h4{color: #555!important; font-weight: 600;}

.pricing-header-silver{
	background-color: #f3f3f3;
}

.pricing-header-gray{
	background-color: #62676a;
}
.plans-pricing:after{
	    display: block;
    content: "";
    width: 80px;
    height: 4px;
    background-color: #eee;
    background-color: rgba(0,0,0,0.07);
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -40px;
}
.plans-pricing{
	font-size: 45px;
	font-weight: 600;
	color: #555!important;
	padding: 10px;
	letter-spacing: 2px;
}

.pricing-content{
	padding: 30px 10px 0px;
	height: 100%;
	
}
.pricing-content ul{ margin-bottom: 60px;}
.pricing-content ul li{
	font-size: 18px;
	padding: 5px;
	border-bottom: 1px solid #ebebeb;
}
.pricing-title h5{
	font-style: italic;
	color: #555!important;
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 50px;
}


.accordion_list {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #ccc;
}

.accordion_list.active, .accordion_list:hover {
    background-color: #ccc; 
}

.acc_panel{
    padding: 10px 18px;
    display: none;
    background-color: white;
    border-radius: 0px;
}


@media screen and (max-width: 767px){
    .table.table-bordered.table-striped td{
        font-size: 14px
    }

    .plans-pricing{font-size: 34px;}

    .modal-dialog{
        width: 100%;
    }

    .mobile-menu-toogle{
        display: block;
    }
    .rd-navbar-static:not(.rd-navbar--is-clone) .rd-navbar-toggle-outer {
        display: block;
        position: absolute;
        right: 0;
    }
    .rd-navbar-static:not(.rd-navbar--is-clone) .rd-navbar-nav {
        display: none;
        position: relative;
        right: 82%;
        bottom: 0;
        top: 0;
        width: 416px;
        /* padding-top: 130px;
        padding-left: 30px; */
        background-color: #fff;
        transform: translateX(330px);
    }
    .rd-navbar-static:not(.rd-navbar--is-clone) .rd-navbar-nav.active {
        
        transform: translateX(0);
    }
    .rd-navbar-static:not(.rd-navbar--is-clone) .rd-navbar-nav > li {
        display: block;
        text-align: left;
    }
    .rd-navbar-static:not(.rd-navbar--is-clone) .rd-navbar-nav > li + li {
        margin-top: 2px;
    }
    .rd-navbar-static:not(.rd-navbar--is-clone) .rd-navbar-nav > li > a {
        padding-left: 20px;
        padding-right: 20px;
        color: #6f6f6f;
    }

    .mobile-gray-bg{
        background: none;
        background-image: none!important;
        background-color: #69696a;
    }
    .mobile-gray-bg .heading-divider.do-good{
        border-top: 0px solid rgba(255, 255, 255, 0)!important;
        border-bottom:  0px solid rgba(255, 255, 255, 0)!important;
    }
    .mobile-gray-bg .heading-divider{
        border-top: 1px solid rgba(255, 255, 255, 0.3)!important;
        border-bottom:  0px solid rgba(255, 255, 255, 0)!important;
    }
    .mobile-margin-top-50{
        margin-top: 50px!important;
    }
}


.text-center{text-align: center}
.color-555{color: #555!important;}
.color-green{color: #8dc63f!important;}



.margin-top-0{margin-top:0;} .margin-top-1{margin-top:1px;} .margin-top-2{margin-top:2px;} .margin-top-3{margin-top:3px;} .margin-top-6{margin-top:6px;} .margin-top-8{margin-top:8px;} .margin-top-10{margin-top:10px;} .margin-top-20{margin-top:20px;} .margin-top-30{margin-top:30px;} .margin-top-40{margin-top:40px;} .margin-top-50{margin-top:50px;} .margin-top-60{margin-top:60px;} .margin-top-70{margin-top:70px;} .margin-top-80{margin-top:80px;} .margin-top-100{margin-top:100px!important;} .margin-top-117{margin-top:117px;} .margin-top-130{margin-top:130px!important;} .margin-top-150{margin-top:150px!important;} .margin-top-180{margin-top:180px;} .margin-top-200{margin-top:200px;} .margin-bottom-0{margin-bottom:0;}

.margin-bottom-1{margin-bottom:1px;} .margin-bottom-2{margin-bottom:2px;} .margin-bottom-3{margin-bottom:3px;} .margin-bottom-6{margin-bottom:6px;} .margin-bottom-8{margin-bottom:8px;} .margin-bottom-10{margin-bottom:10px;} .margin-bottom-20{margin-bottom:20px;} .margin-bottom-30{margin-bottom:30px;} .margin-bottom-40{margin-bottom:40px;} .margin-bottom-50{margin-bottom:50px;} .margin-bottom-60{margin-bottom:60px;} .margin-bottom-70{margin-bottom:70px;} .margin-bottom-80{margin-bottom:80px;} .margin-bottom-100{margin-bottom:100px;} .margin-bottom-130{margin-bottom:130px;} .margin-bottom-150{margin-bottom:150px;} .margin-bottom-180{margin-bottom:180px;} .margin-bottom-200{margin-bottom:200px;}
