html, body{
    font-size: 100%;
	background:#fff;
	margin:0px!important;
	font-family: 'Roboto';
}
p{
	margin:0;
	font-size:14px;
	line-height: 24px;
	color: #444444;
}
h1,h2,h3,h4,h5,h6{

	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
img {
    max-width: 100%;
}
body a:hover{
	text-decoration:none;
	    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.no-padding {
    padding: 0;
}

.padding-left {
    padding-left: 0;
}

.padding-right {
    padding-right: 0;
}
/*-----------top logo--------------------*/

.logo {
    margin: 15px 0 0 0;
}
.header-main .navbar {
    margin: 0 auto;
}
.header-main .navbar .navbar-brand {
    height: auto;
    padding: 7px 0;
	    outline: none;
}
#navbar .navbar-nav {
    margin: 20px 0 0 0;
}
li.nav-item a {
    text-transform: uppercase;
    font-size: 18px;
}
.heading-banner {
    margin: 15em 0 0 4em;
}
.heading-img {
    text-align: right;
    margin: 4em 10em 0 0px;
}
.heading-banner h2 {

    color: #a40c12;
    font-size: 60px;
}
.heading-banner p {

    color: #333;
    font-size: 15px;
    margin-top: 15px;
}
a.banner-btn {
    margin-top: 20px;
    float: left;
    color: #444;
    border: 1px solid #444;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    outline: none;
}
a.banner-btn:hover {
    color: #fff;
    border: 1px solid #a40c12;
   	background: #a40c12;
}
header {
    border-top: 4px solid #369536;
}


header .navbar-inverse {
    background-color: transparent;
    border: none;
}
#header .navbar-nav > li > a {
    color: #444444;
    font-size: 15px;
    letter-spacing: 0;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
    padding: 7px 12px;
}

#header .navbar-nav > li > a:hover{
    color: #369536;
 }
#header .navbar-nav > li {
    margin: 0 4px;
}
#header li.top-right a {
    background: #ebebeb;
    border-radius: 40px;
    padding: 7px 23px;
	text-decoration: none;
}
#header li.top-right a:hover {
    background: #369536;
	color:#fff;
}
#header .navbar-nav li a.active:after {
    content: "";
    width: 43px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #174e9f;
    transform: skew(20deg);
    right: 0;
    margin: 0 auto;
}
.navbar-inverse .navbar-nav > .active > a {background-color: transparent;}

.nav-links .navbar-inverse .navbar-nav>li>a:focus,.nav-links  .navbar-inverse .navbar-nav>li>a:hover {
    background-color:#fff;
	color:#df4914;
}

.cat-bg{
    background: #369536;
}
.cat-bg .dropbtn {
  background-color: #003501;
  color: white;
  padding: 16px;
  font-size: 14px;
  border: none;
}

.cat-bg .dropdown {
  position: relative;
  display: inline-block;
}

.cat-bg .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 198px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}
.cat-bg .dropdown-content a {
    color: black;
    padding: 12px 20px 12px 16px;
    text-decoration: none;
    font-size: 13px;
    display: block;
	letter-spacing: 0.5px;
    text-transform: uppercase;
}
.cat-bg .dropbtn .caret {
    margin: 0 6px;
}
.dropdown-content a:hover {
    background-color: #369536;
    color: #fff;
}
.dropdown-container {
    display: none;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #1b1921;}

.banner-search {
    position: relative;
    margin-top: 9px;
    float: right;
}
.banner-search input {
    border: 0;
    border-radius: 40px;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    padding: 18px 60px 18px 27px;
    width: 300px;
	    height: 34px;
}
.banner-search .btn-search {
    background: #000;
    font-size: 16px;
    color: white;
    border-radius: 0px 40px 40px 0;
    padding: 6px 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.btn.btn-search i {
    margin-right: 8px;
}
.banner_containt {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40%;
    transform: translateY(-40%);
    text-align: left;
    z-index: 9999;
}
.banner_containt h2 {
    color: #fff;
    margin-top: 0;
    font-size: 78px;
    margin-bottom: 18px;
    text-transform: uppercase;
    text-shadow: 0px 0px 6px #4e4e4e;
    font-weight: 100 !important;
}
.banner_containt p {
    color: #fff;
    font-size: 26px;
    line-height: normal;
    font-weight: 100;
    text-transform: uppercase;
}
.common-btn {
    font-size: 15px;
    background: #ffffff;
    color: #000000;
    padding: 11px 30px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    border-radius: 40px;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    float: right;
    margin-top: 2em;
}
.common-btn:hover {
  background: #369536;
  color: #ffffff; }

.banner-text {
    padding: 17px;
    text-align: right;
}
.owl-nav span {
  position: relative; }

.owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 45%;
  right: 1%;
  text-transform: uppercase;
  font-size: 16px; }

.owl-nav .owl-prev {
    position: absolute;
    color: #fff;
    top: 45%;
    left: 1%;
    text-transform: uppercase;
    font-size: 16px;
}
.owl-nav i {
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 40px;
}
.common-btn i.fa.fa-angle-right {
    margin: 0 0 0 9px;
    font-size: 20px;
}

.serv-green-box li {
    display: inline-block;
    list-style: none;
    text-align: center;
    width: 16%;
}

.serv-green-box li a.col01 {
    background: #8ab81a;
    text-align: center;
    width: 102%;
	padding: 18px 0;
    display: block;
}
.serv-green-box li a.col02 {
    background: #61a43b;
    text-align: center;
    width: 102%;
	padding: 18px 0;
    display: block;
}
.serv-green-box li a.col03 {
    background: #449036;
    text-align: center;
    width: 102%;
	padding: 18px 0;
    display: block;
}
.serv-green-box li a.col01:hover { background-color: #003501;}
.serv-green-box li a.col02:hover { background-color: #003501;}
.serv-green-box li a.col03:hover { background-color: #003501;}
.serv-green-box {
    position: relative;
    height: 100px;
}
.serv-green-box ul {
    position: absolute;
    top: -61px;
    z-index: 9;
    width: 100%;
}
.serv-green-box li a span {
    display: block;
    color: #fff;
    font-size: 22px;
    margin: 4px 0;
    text-decoration: none;
}
.serv-green-box li a p {
    display: block;
    color: #fff;
    font-size: 22px;
    margin: 4px 0;
    text-decoration: none;
    font-weight: 100;
    text-transform: uppercase;
}
.decorated {
    overflow: hidden;
    text-align: center;
    font-size: 1.3rem!important;
    margin: 0 0 2em;
}
.decorated>span {
    position: relative;
    display: inline-block;
    font-size: 38px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.decorated>span:before {
    content: '';
    position: absolute;
    bottom: 10px;
    background: #449036;
    width: 3px;
    margin: 0;
    height: 36px;
    left: -20px;
}
.decorated>span:after {
    content: '';
    position: absolute;
    top: 10px;
    background: #449036;
    width: 3px;
    margin: 0;
    height: 36px;
    right: -20px;
}
.service-wrapper-one {
    margin: 3em 0 0;
}

/*************************services******************************/


.hover-card {
    padding: 1.5rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: 0.4s ease-out;
    height: 100%;
}
.hover-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}
.hover-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.main-service {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 10px;
}
.main-service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 209px;
}


.main-service:hover .service-content {
        height: 100%;
}
.service-content p {
    color: #fff;
    margin: 0 0 18px 0;
    letter-spacing: 0.6px;
}

.relative, .welcome-wrap h4 {
	position: relative;
}
.service-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0, 0.6);
    margin: auto;
    left: 0;
    padding: 15px;
    box-sizing: border-box;
    transition: .3s ease-in-out;
    height: 60px;
}
.service-content h4 {
    font-size: 1.25rem;
    position: relative;
    padding-bottom: 8px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 13px;
    margin-top: 8px;
}
a.getquote {
    background: #369536;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 4px;
	    text-decoration: none;
}
a.getquote:hover {
    background: #000;
    color: #fff;
}
a.booknow {
    background: #000;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 4px;
	    text-decoration: none;
}
a.booknow:hover {
    background: #369536;
    color: #fff;
}


.banner-box-main {

  position: relative;
  margin-top: 0;



}


.banner-box-main .button {
  position: absolute;
  left:0;
  right: 0;
  top: 100px;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.banner-box-main .button {

    padding: 8px 25px;
    text-align: center;
    color: white !important;
    border: solid 1px #369536;
    z-index: 1;
    background: #369536;
    font-size: 13px;
    display: inline-block;
    width: 65%;
border-radius: 40px;
    margin: auto;	

}



.banner-box-main:hover .button {

  opacity: 1;

}


.banner-box-main .overlay {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;

}
.banner-box-main:hover .overlay {

  display: block;
  background: rgba(0, 0, 0, .3);

}
.shelter-wrapper {
    background: url(../images/bg01.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 0;
    text-align: left;
    margin: 4em 0 0;
}
.shelter-wrapper strong {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
    margin: 73px 0 0;
    display: inline-block;
}
.shelter-wrapper em {
    font-size: 19px;
    font-weight: 100;
    color: #fff;
    line-height: 28px;
    margin: 15px 0 20px;
    display: inline-block;
}
.shelter-wrapper p {
    font-size: 14px;
    color: #fff;
}
.shelter-wrapper a {
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 30px;
    font-size: 18px;
    border-radius: 50px;
    background: transparent;
    text-decoration: none;
    margin-top: 1em;
    display: inline-block;
}
.shelter-wrapper a:hover {
    color: #fff;
    border: 1px solid #369536;
    background: #369536;
    text-decoration: none;

}
.home-pro-col {
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 0; }

.home-pro-col a {
      width: 100%; }

.home-pro-col .home-f-pro {
      height: 160px;
      overflow: hidden;
      margin-bottom: 20px; }

.home-pro-col .home-f-pro img {
        width: 100%; }

.home-pro-col h4 {
      font-size: 18px;
      margin-bottom: 10px;
      color: #2d2926;
		    margin-left: 14px;
}
.home-pro-col p {
      font-size: 14px;
      color: #444444;
          /*margin-left: 14px;*/
	margin:0px 15px 4px 15px;
}
.home-pro-col .title {
    color: #282828;
   /* margin-bottom: 4px;
    margin-left: 14px;*/
	margin:0px 15px 4px 15px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.product button.btn.btn-default {
    background: #369536;
    border: 0;
    color: #fff;
    border-radius: 40px;
    padding: 4px 20px;
    margin: 12px 0 16px 14px;
}
.mob-app {
    padding: 31px 0;
    text-align: center;
}
.mob-app strong {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    line-height: 28px;
    margin: 25px 0 10px;
    display: inline-block;
}
.mob-app p {
    font-size: 19px;
    color: #000;
    line-height: 28px;
    margin: 15px 0 20px;
    display: block;
}
.inputusericon {
    position: absolute;
    top: 12px;
    right: 27px;
	    cursor: pointer;
}
.news-letter-text form {
    position: relative;
    margin: 14px 0 0;
}
.news-letter-pic img {
    width: 100%;
}
.news-letter-text .form-control {
    font-size: 13px;
    padding: 0px 22px;
    background: #fff;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0;
    height: 45px;
    color: #000;
}
.news-letter-box {
    position: relative;
    display: inline-block;
    width: 60%;
}
.news-letter-text {
    position: absolute;
    right: 5%;
    top: 17%;
    width: 56%;
}
.heading-news {
    font-size: 44px;
    font-weight: 500;
}

.news-letter-text p {
    font-size: 20px;
}
.inputusericon .fa {
    color: #999;
}
.feature-item {
    float: right;
    width: 40%;
    position: relative;
}
.feature-item img {
    width: 100%;
}
.chair-text {
    position: absolute;
    left: 30px;
    top: 60px;
    width: 55%;
}
.chair-text p {
    font-size: 19px;
    display: block;
    margin-top: 16px;
    color: #000;
}
.add-name span {
    color: #369536;
}
.add-name:after {
    content: "";
    position: absolute;
    background: #369536;
    height: 3px;
    width: 62px;
    top: 43px;
    right: 0;
    left: 0;
}
.chair-text a {
    background: #369536;
    color: #fff;
    display: inline-block;
    padding: 5px 24px;
    border-radius: 40px;
    margin-top: 20px;
    text-decoration: none;
}
.chair-text a:hover {
    background: #000;
    color: #fff;
}
.add-name {
    color: #000;
    font-size: 28px;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}
#client .owl-nav {
    display: none !important;
}
.service-support {
    background: #80c52e;
    padding: 5em 0;
    margin: 3em 0 0;
    
}
.support-box {
    border-right: 1px solid #fff;
    display: inline-block;
    
}
.service-support .col-md-4:nth-child(3n + 3) .support-box {
    border-right: 0;
}
.support-pic {
    text-align: center;
}
.support-txt strong {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bold;
    color: black;
}
.support-txt p {
    color: black;
}
footer ul {
    margin-bottom: 24px;
}
footer {
    background: #ffffff;
    padding: 40px 0 40px;
}
footer p {
    color: #000;
    font-size: 14px;
}
footer p a {
    color: #f8c218;
    font-size: 14px;
    margin: 0 7px;
    text-decoration: none;
    outline: none;
}
footer p a:hover {

    color: #369536;
}
.copyright-main {
    background: #174A17;
    color: #fff;
    padding: 14px 0;
}
.copyright p {
    margin-bottom: 0;
    font-size: 14px;
	color: #FAD9C2;
}
.copyright a {
    color: #ccc;
    text-decoration: none;
}
.copyright a:hover {
    color: #bf9b30;
    text-decoration: none;
}
.cont-details li {

    list-style: none;
    font-size: 14px;
    margin: 0 0 10px;
  

}

.cont-details li span {

    width: 30%;
    float: left;

}

footer li {
    list-style: none;
}
footer li a {
    color: #000;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out 0s;
	text-decoration: none !important;
}




footer li a:hover {

    color: #369536; padding-left: 4px;
}
footer h5 {

	margin: 20px 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-family: Roboto;
    border-left: 5px solid #369536;
    padding: 0 0 0 13px;
}
span.boot-logo {
    margin-bottom: 20px;
    display: inline-block;
}
.footer-social {
    margin-bottom: 25px;
    margin-top: 20px;
}
.footer-social a {
    display: inline-block;
    margin: 10px;
}
.footer-social i {
    color: #ffffff;
    font-size: 30px;
    transition: all 0.3s ease;
    text-align: center;
    padding-top: 10px;
    margin-right: 5px;
}
    .footer-social i:hover {
      color: #064db7; }


/****************************Services-details********************************/


.inner-banner-wrapper {
    margin: 4em 0 0;
    position: relative;
}
.inner-banner-text {
    position: absolute;
    top: 19%;
    left: 6%;
    padding: 0;
    width: 40%;
}
.inner-banner-text h1 {
    padding: 0 0 10px;
    margin-bottom: 20px;
    position: relative;
	color: #fff;
    font-weight: 400;
	    text-transform: uppercase;
}
.inner-banner-text p {
    padding: 0 0 10px;
    color: #fff;
    font-size: 22px;
    line-height: 27px;
}
.green-box ul {
    width: 100%;
}
.green-box li span {
    color: #fff;
    font-size: 18px;
    margin: 4px 0;
    text-decoration: none;
}
.green-box li {
    list-style: none;
    vertical-align: top;
    
    margin: 0;

   
}
.green-box .flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
	justify-content: flex-end;
	background:#369536; 
}
.green-box .flex-item {
    background: #369536;

    padding: 5px 10px;
    line-height: 50px;
    color: white;
    text-align: center;
	width: auto;
}
.green-box .booking {
    background: black;     margin: 0 0 0 2px;
}
.green-box .booking a {
    color: white;
    font-size: 22px;
    padding: 0 30px;
	text-decoration: none;
	outline: none;
}
.green-box .booking a:hover {
    color: #ccc;
}
.green-box .flex-container li:nth-child(1){ padding-left: 22px;}

.three-box {
    background: #fff;
    border: 2px solid #369536;
    text-align: center;
    position: relative;
    padding: 0 26px 26px 26px;
    min-height: 200px;
}
.three-box-main {
    display: inline-block;
    margin: 6em 0 0 0;
}
.three-box span {
    margin-bottom: 10px;
    display: inline-block;
}

.three-box span img {
    margin: -50px 0 0;
    border: 2px solid #369536;
    background: #fff;
    border-radius: 50px;
}
.three-box p {
    display: block;
    font-size: 18px;
	color: #484848;
}
.three-box strong {
    display: block;
    font-size: 19px;
    margin-bottom: 8px;
}
.package-wrapper {
    display: inline-block;
    width: 100%;
    margin: 3em 0;
}
.package-head {
    background: #369536;
    padding: 15px 0;
    line-height: 68px;
    color: white;
	font-size: 26px;
    text-align: center;
	text-transform: uppercase;
    margin-bottom: 1em;
}
.package-box-gold {
    background: #fff;
    border: 2px solid #bf9b30;
    text-align: center;
    position: relative;
    padding: 0 26px 26px 26px;
    margin-top: 9em;
	min-height: 400px;
}
.package-box-gold strong {
    display: block;
    font-size: 26px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.package-box-gold p {
    display: block;
    font-size: 18px;
    color: #484848;
}
.package-box-gold a {
    background: #bf9b30;
    color: white;
    margin: 1em 0 0;
    display: inline-block;
    padding: 8px 40px;
    font-size: 18px;
    border-radius: 40px;
	text-decoration: none;
}
.package-box-gold a:hover {
    background: #484848;
    color: white;
    text-decoration: none;
}
.gold-box {
    background: #bf9b30;
    color: white;
    display: block;
    padding: 30px 0;
    margin-top: -9em;
    margin-bottom: 25px;
	
}
.gold-box li a img {
    margin: 0;
    background: #fff;
    border-radius: 50px;
}
.gold-box ul {
    padding: 0;
    margin: 0;
}

.gold-box li a {
    margin: 0;
    padding: 0;
}

.gold-box li a p {
    font-size: 12px;
    color: #fff;
	line-height: normal;
}
.gold-box li {
    display: inline-block;
    text-align: center;
    width: 24%;
    margin-bottom: 10px;
	vertical-align: top;
}
.gold-box a:hover {
    background: none;
    color: white;
    text-decoration: none;
}






.package-box-silver {
    background: #fff;
    border: 2px solid #a5a6a8;
    text-align: center;
    position: relative;
    padding: 0 26px 26px 26px;
    margin-top: 9em;
	min-height: 400px;
}
.package-box-silver strong {
    display: block;
    font-size: 26px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.package-box-silver p {
    display: block;
    font-size: 18px;
    color: #484848;
}
.package-box-silver a {
    background: #a5a6a8;
    color: white;
    margin: 1em 0 0;
    display: inline-block;
    padding: 8px 40px;
    font-size: 18px;
    border-radius: 40px;
	text-decoration: none;
}
.package-box-silver a:hover {
    background: #484848;
    color: white;
    text-decoration: none;
}
.silver-box {
    background: #a5a6a8;
    color: white;
    display: block;
    padding: 30px 0;
    margin-top: -9em;
    margin-bottom: 25px;
}
.silver-box li a img {
    margin: 0;
    background: #fff;
    border-radius: 50px;
}
.silver-box ul {
    padding: 0;
    margin: 0;
}

.silver-box li a {
    margin: 0;
    padding: 0;
}

.silver-box li a p {
    font-size: 12px;
    color: #fff;
}
.silver-box li {
    display: inline-block;
    text-align: center;
    width: 24%;
    margin-bottom: 10px;
	vertical-align: top;
}
.silver-box a:hover {
    background: none;
    color: white;
    text-decoration: none;
}
.choose-pack strong {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    margin: 0 0 20px;
    display: inline-block;
}
.choose-pack p {
    font-size: 16px;
    color: #484848;
    margin-bottom: 14px;
}
.choose-pack {
    margin: 0;
}
.package-box-bronze {
    background: #fff;
    border: 2px solid #bd6110;
    text-align: center;
    position: relative;
    padding: 0 26px 26px 26px;
    margin-top: 9em;
	min-height: 400px;
}
.package-box-bronze strong {
    display: block;
    font-size: 26px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.package-box-bronze p {
    display: block;
    font-size: 18px;
    color: #484848;
}
.package-box-bronze a {
    background: #bd6110;
    color: white;
    margin: 1em 0 0;
    display: inline-block;
    padding: 8px 40px;
    font-size: 18px;
    border-radius: 40px;
	text-decoration: none;
}
.package-box-bronze a:hover {
    background: #484848;
    color: white;
    text-decoration: none;
}
.bronze-box {
    background: #bd6110;
    color: white;
    display: block;
    padding: 30px 0;
    margin-top: -4em;
    margin-bottom: 25px;
}
.bronze-box li a img {
    margin: 0;
    background: #fff;
    border-radius: 50px;
}
.bronze-box ul {
    padding: 0;
    margin: 0;
}

.bronze-box li a {
    margin: 0;
    padding: 0;
}

.bronze-box li a p {
    font-size: 12px;
    color: #fff;
	line-height: normal;
}
.bronze-box li {
    display: inline-block;
    text-align: center;
    width: 24%;
    margin-bottom: 10px;
	vertical-align: top;
}
.bronze-box a:hover {
    background: none;
    color: white;
    text-decoration: none;
}
.mt11 {
    margin-top: 8em;
}

/**********************service-list********************************/

.prodouct-wrapper {
    margin: 0;
    position: relative;
}
.prodouct-pic img {
    width: 100%;
}
.inner-banner {
    position: absolute;
    top: 19%;
    right: 6%;
    padding: 0;
    width: 70%;
    text-align: right;
}
.inner-banner h1 {
    padding: 0 0 10px;
    position: relative;
    color: #fff;
    font-family: 'Roboto';
    font-size: 78px;
    font-weight: 100;
	text-shadow: 2px 3px 8px #696969;
    text-transform: uppercase;
	text-align: right;
}

.inner-banner p {
    padding: 0 0 10px;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 27px;
}
.inner-banner a {
    font-size: 18px;
    background: #fff;
    color: #000;
    padding: 10px 40px;
    text-decoration: none;
    font-weight: 400;
    text-align: right;
    margin: 15px 0 0;
    float: right;
    text-transform: uppercase;
    border-radius: 40px;
}
.inner-banner a:hover {
    background: #444;
    color: #fff;
}

.product-img-box {
    background: #003501;
    padding: 25px 50px 25px 25px;
}
.product-box{
	position: relative;
}
.product-list {
    box-shadow: 0px 0 15px #d2d2d2;
    width: 100%;
    margin-left: -6%;
    z-index: 3;
    background: #fff;
    margin-top: 40px;
    padding: 0;
    display: inline-block;
}
.product-list ul {
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    border: 1px solid #e1e1e1;
}
.product-list ul li {
    list-style: none;
    border-bottom: 1px solid #e1e1e1;
    width: 33.3%;
    padding: 30px 25px;
    border-right: 1px solid #e1e1e1;
    float: left;
	text-align: center;
}
.product-list ul li .p-numbring {
    border: 2px solid #e70b21;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 50px;
    font-size: 1.5rem;
    border-radius: 50px;
    margin-right: 20px;
    color: #e70b21;
}
.pw-title {
    font-size: 34px;
    color: #fff;
    margin-top: 17px;
    font-weight: bold;
}
.product-list ul li a {
    color: #000;
}
.product-img-box img {
    border-radius: 50%;
    background: #8ab81a;
    padding: 15px 5px;
    text-align: center;
}
.plist {
    font-size: 21px;
    font-weight: 600;
}
.mb30{
	margin-bottom: 30px;
}
.container-section {
    padding: 5% 0;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.read {
    background: #e4e4e4;
    color: #464545 !important;
    margin: 1em 0 0;
    display: inline-block;
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 40px;
    text-decoration: none !important;
}
.read:hover {
    background: #484848;
    color: white !important;
    text-decoration: none;
}
.product-list ul li:last-child{
        border-right: 0;
}
.product-list ul li:nth-child(3){
        border-right: 0;
}
.mb50 {
    margin-bottom: 50px !important;
}
.popup-window .modal-header {
    border-bottom: 0;
    padding: 0 14px;
}
.popup-window .modal-body p {
    font-size: 18px;
    color: #121212;
    margin: 0 0 10px;
}
.popup-window .modal-content {
    width: 80%;
    border-radius: 0;
    padding: 20px;
    margin: auto;
}
.popup-window textarea {
    border: 2px solid #369536;
    border-radius: 0;
	box-shadow: none;
}
.popup-window select {
    border: 2px solid #369536;
    border-radius: 0;
	height: 40px;
	box-shadow: none;
}
.popup-window input[type="text"] {
    border: 2px solid #369536;
    border-radius: 0;
	height: 40px;
	box-shadow: none;
}
.popup-window .form-group {
    margin-bottom: 1em;
}
.popup-window .modal-header button.close {
    font-size: 50px;
    font-weight: 200;
    color: #000;
    line-height: 34px;
    opacity: 9;
	    outline: none;
}
.popup-window .modal-dialog {
    max-width: 800px;
    margin: 40px auto;
}
.next-btn {
    font-size: 16px;
    background: #003501;
    color: #fff;
    padding: 14px 30px;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    margin: 5px 0 0;
    width: 100%;
    display: inline-block;
	border: 0;
	outline: none;
}
.next-btn:hover {
    background: #369536 !important;
    color: #fff !important;
}
.back-btn {
    font-size: 16px;
    background: #369536;
    color: #fff;
    padding: 14px 30px;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    margin: 5px 0 0;
    width: 100%;
    display: inline-block;
	border: 0;
	outline: none;
}
.back-btn:hover {
    background: #003501 !important;
    color: #fff !important;

}
.gray {
    background: #e2e2e2;
    padding: 0 0 4em;
}
.tab-container .nav.nav-tabs {
    border: 0;
    text-align: center;
}
.tab-container .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 0;
	    background: #003501 !important;
    color: #fff !important;
}
.tab-container .nav-tabs>li>a {
    margin-right: 0;
    border: 1px solid transparent;
    border-radius: 0;
	line-height: normal;
}
.tab-container .nav-tabs>li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
}
.size-box {
    float: left;
    width: 100%;
}
.size-box input[type="text"] {

    display: block;

}
.size-box span {
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    font-weight: normal;
    width: 20px;
    height: 20px;
    float: left;
    line-height: normal;
    text-align: center;
    margin-right: 6px;
    border: 1px solid #ccc;
}
.size-box input:checked + span {

    color: #fff;
    background: #369536;
    border-radius: 50%;
    font-weight: normal;

}
.size-box ul li label {
    font-weight: 400;
    margin: 0;
}
.size-box ul li {
    list-style: none;
    display: block;
    margin: 12px 0;
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 0;
}
.size-box input {

  display:none;  

}
li.customLabel {
    float: left;
    width: 48%;
    margin: 5px !important;
    border-bottom: none !important;
}
li.customLabel [type=radio] + img {
    cursor: pointer;
    height: auto;
}
li.customLabel [type=radio]:checked + img {
    outline: 2px solid #369536;
}
li.customLabel label p {
    font-size: 16px !important;
    margin: 10px 0 !important;
}
.service-details {
    background: #fff;
    padding: 30px;
    margin: 2em 0 0;
}

.service-details strong {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    margin: 0 0 20px;
    display: inline-block;
}
.service-details p {
    font-size: 16px;
    color: #484848;
    margin-bottom: 14px;
}
.blog-info {
    background: #fff;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.06);
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 25px 15px;
    position: relative;
    color: #6a6a6a;
}
.blog-pic {
    margin-top: -8em;     margin-bottom: 20px;
}
.blog-info strong {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    min-height: 70px;
    display: block;
}
.blog-box {
    clear: both;
    margin-top: 8em;
}
.int-heading {
    margin: 44px auto;
    background: #fff;
    height: 4px;
    position: relative;
    width: 98%;
    text-align: center;
}

.int-heading h3 {
    top: -22px;
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    background: #fff;
    padding: 10px 37px;
    border-radius: 40px;
    left: 0;
    right: 0;
    width: 30%;
    margin: 0 auto;
}
.categ-wrapper {
    margin-top: 2.5em;
    display: inline-block;
	width: 100%;
}
.package-wrapper .col-lg-12 {
    padding: 0;
}
.inner-login-form .tab-content {
    margin-top: 15px;
}
.inner-login-form li.active a {
    background: #003501;
    border: 0;
    color: #fff;
    border-radius: 0;
    margin: 0;
    font-size: 14px;
}
.inner-login-form input {
    box-shadow: none !important;
    outline: none !important;
}

.inner-login-form .form-control:focus {
    border-color: #cccccc !important;
}

.mr-1 {
    margin-right: 4px;
}
.inner-login-form li a {
    background: #61a43b;
    border: 0;
    color: #fff;
    border-radius: 0;
    margin: 0;
    font-size: 14px;
    padding: 14px 20.8px;
}

.inner-login-form li a:hover { background: #000;}

.inner-login-form .nav-tabs {
    border-bottom: 0;
}
.inner-login-form input:-webkit-autofill,
.inner-login-form input:-webkit-autofill:hover,
.inner-login-form input:-webkit-autofill:focus,
.inner-login-form input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #000;
}
.inner-login-form form input {
    background: transparent;

}
/*****************************Summary-order*************************/

.summary-box {
    display: inline-block;
    margin: 4em 0 0;
    width: 100%;
}
.summary-details strong {
    font-size: 24px;
    font-weight: 500;
    color: #4b4b4b;
    line-height: 28px;
    margin: 0 0 20px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 18px 30px;
}
.summary-details p {
    font-size: 16px;
    color: #4b4b4b;
    margin-bottom: 14px;
}
.summary-details {
    background: #fff;
    padding: 0;
    display: inline-block;
    width: 100%;
	box-shadow: 11px 11px 0 #efefef;
}
.order-txt li form button {
    margin-top: 15px;
}
.order-txt li label {
    margin-bottom: 8px;
}
.order-txt li p a {
    color: green;
    text-decoration: none;
    outline: none;
}
.order-txt li p a:hover {
    color: #000;

}
.order-txt li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 24px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.order-txt li .customcheckout {
    text-align: left;
    padding: 0;
}


.order-txt li:last-child {
    border-bottom: 0;
}
.order-txt li strong {
    color: #369536;
    font-size: 22px;
    margin: 0;
    padding: 0;
    line-height: normal;
    border: 0;
}
ul.order-txt {
    margin: 0 20px;
    padding: 0;
}
.summary-details p span {
    display: block;
    font-size: 13px;
    color: #369536;
}
.summary-details p span i {
    font-size: 16px;
    margin-right: 4px;
}
.order-txt .btn-primary {
    background: #369536;
    border: 1px solid #369536;
}
.newsletter p {
    margin: 0;
}
.newsletter {
    margin-bottom: 14px;
}
.newsletter input[type="text"] {
    background: #e2e2e2;
    border: 0;
    border-radius: 0;
    width: 77% !important;
	margin-right: -3px;
}
.newsletter .btn-submit {
    background: #3c3c3c;
    border-radius: 0;
    font-size: 14px;
    padding: 9px 8px;
    color: white;
    border: 1px solid #3c3c3c;
	    margin-top: 0;
}
.newsletter form {
    margin-top: 8px;
}
.getquote-btn a {
    background: #369536;
    border-radius: 40px;
    padding: 7px 23px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.getquote-btn a:hover {
    background: #ebebeb;
	color:#000;
}
.marginBottom-0 {margin-bottom:0;}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#fff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

#navbar-cat .navbar-default {
    background: transparent;
    border: 0;
    width: auto;
    float: left;
}
#navbar-cat .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 0;
}
#navbar-cat .navbar-default .navbar-nav>li>a {
    color: #fff;
    background: #003501;
    font-size: 14px;
}
#navbar-cat .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}
#navbar-cat ul li ul li {
    border-bottom: 1px solid #e4e4e4;
}
#navbar-cat .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #369536;
    border-color: #337ab7;
    color: #fff;
}
#navbar-cat .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #369536;
    color: #fff !important;
}
#navbar-cat .dropdown-menu>li>a {
    padding: 10px 20px; color: #000;

}
#navbar-cat .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none;
}

/**********************About-Us*********************************/

.about-left {
    margin-left: -15%;
    z-index: 3;
    background: #369536;
    margin-top: 55px;
    padding: 50px;
    position: relative;
    display: inline-block;
}
.about-left.left:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-color: #369536;
    top: 50%;
    left: -21px;
    margin-left: 0;
    margin-top: -21px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #369536 !important;
    border-right-color: inherit;
}
.about-right{
    margin-right: -15%;
    z-index: 3;
    background: #369536;
    margin-top: 35px;
    padding: 50px;
    position: relative;
    display: inline-block;
}
.about-right.right:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-color: #369536;
    top: 50%;
    left: 100%;
    margin-left: 0;
    margin-top: -21px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #369536 !important;
    border-left-color: inherit;
}


.abt-title-right {
    font-size: 34px;
    color: #fff;
    margin-top: 0;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
	    text-align: right;
}
.abt-title-right:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 3px;
    width: 62px;
    top: 50px;
    right: 0;
}
.about-right strong {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    text-align: right;
    width: 100%;
}

.about-right p {
    font-size: 18px;
    color: #fff;
	font-weight: 100;
	text-align: right;
    width: 100%;
}
.abt-title {
    font-size: 34px;
    color: #fff;
    margin-top: 0;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}
.abt-title:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 3px;
    width: 62px;
    top: 50px;
    left: 0;
}
.about-left strong {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
}
.about-left p {
    font-size: 18px;
    color: #fff;
	font-weight: 100;
}
.review-wrapper {
    background: url(../images/review-bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 90px 40px;
    text-align: left;
    margin: 3em 0;
}
.review-txt {
    text-align: center;
}
.review-txt strong {
    color: #fff;
    font-size: 50px;
}
.review-txt p {
    color: #fff;
    font-size: 23px;
}
.time-line {
    margin-top: 50px;
    background: #369536;
}
.time-line img {
    margin-left: 0;
    margin-top: -30px;
}
.timeline-text big {
    font-size: 33px;
    color: #fff;
    font-weight: 200;
	    line-height: normal;
}
.timeline-text small {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.timeline-text {
    margin: 10px 0 0;
}
a.btn-sign {
    display: block;
}
a.btn-sign {
    background: #ebebeb;
    border-radius: 40px;
    padding: 7px 20px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
a.btn-sign:hover {
    background: #369536;
	color:#fff;
}
/**********************End-About-Us*********************************/



/**********************how-it-work*********************************/

.how-it-wrapper-txt strong {
    font-size: 28px;
    font-weight: 500;
    color: #369536;
    line-height: 28px;
    margin: 0 0 20px;
    display: inline-block;
}
.how-it-wrapper-txt p {
    font-size: 16px;
    color: #484848;
    margin-bottom: 14px;
	font-weight: 300;
}
.blog-image {
  display: block;
  width: 100%;
  height: auto;
}
.blog-wrapper {
    display: block;
    margin: 1em 0 0 0;
    float: left;
    width: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .1s ease;
  background: rgba(54,149,54,6);
}

.business-box:hover .overlay {
  opacity: 1; cursor: pointer;
}
.text {
    width: 95%;
    margin: 40px auto;
	display:block;
    text-align: center;
}

.text p{
    color: white;
    font-size: 16px;
    
    line-height: 26px;
	display:block;}

.overlay strong {
    color: #fff;
    font-size: 22px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    display: inline-block;
}
.business-box {
    background: #f7f7f7;
    text-align: center;
    min-height: 260px;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}
.business-boxmain {
    border-right: 1px solid #dddddd;
}
.business-box span {
    margin-bottom: 10px;
    display: inline-block;
}
.business-box span img {
    margin: 0 auto;
    border: 2px solid #369536;
    background: #fff;
    border-radius: 50px;
}
.business-box strong {
    display: block;
    font-size: 25px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 500;
}
.business-wrapper {
    margin: 3em 0;
    display: inline-block;
}
.business-wrapper .col-md-6:nth-child(3n + 3) .business-box {
    border-bottom: 0;
}
.business-wrapper .col-md-6:nth-child(3n + 4) .business-box {
    border-bottom: 0;
}
.business-wrapper .col-md-6:nth-child(3n + 2) .business-boxmain {
    border-right: 0;
}
.business-wrapper .col-md-6:nth-child(3n + 4) .business-boxmain {
    border-right: 0;
}

/**********************End-how-it-work*********************************/
.dashboarCcontainer.profileDetails {
    padding: 20px;
}












@media screen and (max-width: 1024px) {
	
.banner_containt h2 {font-size: 40px;}
.banner_containt p {font-size: 17px;}	
.common-btn {margin-top: .7em;}		
.shelter-wrapper strong {font-size: 23px;margin: 24px 0 0;}		
.shelter-wrapper a {font-size: 18px;}	
.shelter-wrapper em {font-size: 15px;margin: 4px 0 10px;}	
.heading-news {font-size: 24px;font-weight: 500;}	
.news-letter-text p {font-size: 16px;}	
.chair-text p {font-size: 14px;}	
.add-name {color: #000;font-size: 23px;}	
.chair-text {position: absolute;left: 30px;top: 10px;width: 55%;}	
	
.plist {font-size: 17px;}		
.inner-banner-text p {font-size: 14px;line-height: 20px;}
.inner-banner-text h1{ font-size:24px;}	
.green-box .flex-item {padding: 5px 5px;padding-left: 2px;line-height: 50px;}	
.green-box .booking a {font-size: 16px; padding: 0 30px;}	
.green-box li span {font-size: 14px;margin: 4px 0;text-decoration: none;}	
.int-heading h3 {font-size: 22px;padding: 10px 25px;width: 35%;}	
.blog-info strong {font-size: 20px;}	
footer h5 {font-size: 19px;}
	
	
	

	
	
	
}






@media screen and (max-width: 812px) {


#header .navbar-nav > li > a {font-size: 11px;padding: 6px 10px;}
.serv-green-box li a span {font-size: 16px;}	
.serv-green-box li a p {font-size: 16px;}		
.shelter-wrapper p {text-align: center;}
.news-letter-text p {font-size: 13px;}
.add-name {color: #000;font-size: 20px;}		
.add-name::after {top: 33px;right: 0;left: 0;}
.chair-text p {font-size: 12px;line-height: 18px;}	
.chair-text a {margin-top: 6px;}	
.serv-green-box {margin-top: 40px;}	
	
/*---------------  about us   --------------------*/
	
.inner-banner h1 {font-size: 30px;}	
.review-txt strong {color: #fff;font-size: 25px;}	
.review-txt p {color: #fff;font-size: 15px;}	
.time-line {margin-top: 90px;background: #369536;}	
.read {padding: 8px 21px;font-size: 14px;}		
.inner-banner {top: 8%;}	
.pw-title {font-size: 18px;}	
.green-box .booking a {font-size: 12px;padding: 1px 12px;}	
.green-box .flex-container li:nth-child(1) {padding-left: 8px;}	
.green-box li span {font-size: 12px;margin: 4px 0;}	
.three-box strong {font-size: 15px;}	
.three-box p {font-size: 15px;}	
.three-box {padding: 0 10px 26px 10px;}	
	
.blog-info strong {font-size: 16px;min-height: 33px;}	
	
	
	

}





@media screen and (max-width: 767px) {

.navbar-toggle {background-color: #369536;}
#navbar .navbar-nav {width: 100%;}
#header .navbar-nav > li > a {font-size: 15px;padding: 6px 10px;}
#header li.top-right a {width: 100px;margin-bottom: 10px;}

.banner_containt h2 {font-size: 16px;margin-bottom: 2px;}
.banner_containt p {font-size: 13px; margin-bottom: 6px;}
.common-btn {font-size: 15px;padding: 7px 24px; margin-top: 1em;}	
.banner_containt {right: 23px;top: 35%;z-index: 9999;}
.banner-text {padding: 9px;text-align: right;}	
.common-btn {font-size: 15px;padding: 7px 24px;margin-top: 0em;}
	
	
.serv-green-box ul {position: static;top: 0;z-index: 9;width: 100%;}
.serv-green-box {margin-top: 0px;}
.serv-green-box ul {position: static;top: 0;z-index: 9;width: 94%;margin: auto;}
.serv-green-box li {display: inline-block;list-style: none;text-align: center;width: 32%; margin-top: 20px;}
.serv-green-box {position: relative;height:auto;}
	
.cat-bg .navbar-toggle {background-color: #369536;display: none;}
#navbar-collapse-1 {display: block;}	
.navbar-toggle {margin-top: 21px;}
#navbar-cat .navbar {width: 100%;}
.banner-search {margin-top: 1px;float: right;margin-bottom: 9px; margin-right: 9%;}		
.navbar-collapse {border-top: 0px solid transparent;}	
.decorated>span {font-size: 21px;}	
.service-wrapper-one {margin: 1.5em 0 0;}	
.support-box {border-right: 0px solid #fff;display: inline-block;}		
.no-padding {padding-left: 15px;padding-right: 15px;}
.main-service {margin-right: 0px;}	
	
.feature-item {float: right; width: 100%;}
.news-letter-box {width: 100%;}	
.news-letter-text {right: 5%;top: 2%;width: 90%;}	
.news-letter-text form {position: relative;margin: 0px 0 0;}
.mob-app strong {font-size: 18px;margin: 25px 10px;}
.home-pro-col .title {font-size: 18px;}	
	
.decorated {margin: 0 0 1em;}		
.shelter-wrapper a {padding: 13px 24px;font-size: 18px; margin:1em 0em 1em 0;}		
.popup-window .modal-content {width: 94%;}	
	
/*---------------  about us   --------------------*/
.about-left {margin-left: 0;margin-top: 20px;padding: 30px;}	
.about-right {margin-right: 0;z-index: 3;margin-top: 20px;padding: 30px; margin-bottom: 20px;}	
.about-img-box{ text-align: center;}	
.timeline-text {margin: 10px 0 0;text-align: center;padding-bottom: 20px;}	
.review-txt {margin-bottom: 30px;}	
a.btn-sign {display: inline-block;}
.time-line img {display: block;margin: auto;}	
.support-txt {text-align: center;}	
.support-box {display: block;}	
	
.about-right.right::after {display: none;	}
.prodouct-pic img {height: 160px;}	
.product-list {margin-left: 0;}

.product-img-box {text-align: center;}	
.inner-banner p {padding: 0 0 0px;line-height: 20px; font-size: 14px;}	
.inner-banner h1 {font-size: 19px;}	
	
.imgbx img {text-align: center;display: block;margin: auto;padding-bottom: 20px;}		
.contact-loc-box {border-right: 0px solid #c1bfbd!important;}	
.contact-info {text-align: center;padding: 15px!important;}	
.contact-heading p {font-size: 16px!important;letter-spacing: 1px;}	
.about-left.left::before { display: none;}
	
.time-line {margin-top: 30px;padding: 15px;}
	
.three-box-main {display: block;}
.three-box {margin-bottom: 70px;}	
.inner-banner-text h1 {font-size: 20px;}	
.inner-banner-text h1 {margin-bottom: 0px;}	
.inner-banner-text {top: 10%;left: 6%;padding: 0;width: 60%;}	
.int-heading h3 {width: 64%;}	
.blog-info {display: block;}	
.inner-banner-wrapper {margin: 2em 0 0;}	
.inner-banner-text p {font-size: 12px;line-height: 15px;}	
	
	
	
}
@media screen and (max-width: 736px) {
	
/*.green-box .flex-item { width: 50%;float: left;}
.green-box .flex-container li:nth-child(1) {padding-left: 8px;width: 50%;}*/
.green-box .flex-container {list-style: none;display: inherit;justify-content: inherit;background: #369536;}	
.green-box .flex-item {width: 90%;float: inherit;margin: auto; margin-bottom: 8px;}
.green-box .flex-item {line-height: 29px;}
.green-box .flex-container {padding-bottom: 10px;}
.inner-banner-text {
    top: 10%;
    left: 6%;
    padding: 8px;
    width: 90%; background:rgba(0,0,0, 0.6);
}	
	

}



@media screen and (max-width: 640px) {

.serv-green-box li a p {font-size: 14px;}
.shelter-wrapper a {font-size: 14px;}	
.owl-carousel .owl-item img {width: 91%;}
.client-logo {padding: 0px 15px;}	
.news-letter-text {background: rgba(255,255,255, 0.6);padding: 8px;}
.banner_containt h2 {font-size: 14px;}    	
.banner_containt p {font-size: 12px;}	
.heading-news {font-size: 18px;font-weight: 500;}
.alert {font-size: 13px;margin: 4px 0!important;padding: 6px;position: relative;z-index: 10;}	
.about-img-box {text-align: center; padding: 0px 0px;}	
.about-img-box img { width: 100%;}
.inner-banner h1 {font-size: 13px;}	
.inner-banner p {padding: 0 0 5px;font-size: 17px;font-weight: 100;line-height:18px;}	
	
.inner-banner a {font-size: 13px;padding: 11px 40px;text-decoration: none;margin: 4px 0 0;}	
.inner-banner {top: 12%;}	
.about-right {padding: 20px;}	
.about-left {padding: 20px;}
.mb50 {margin-bottom: 30px !important;}	
.review-wrapper {padding: 30px 20px;text-align: left;margin: 1em 0;}	
.timeline-text small {font-size: 13px;}	
.timeline-text big {font-size: 26px;}
.time-line {margin-top: 30px;padding: 15px;}	
.service-support {padding: 1em 0 2em 0;}	
.support-pic {text-align: center;margin-top: 30px;}
.abt-title {font-size: 25px;}	
.about-left strong {font-size: 18px;}	
.abt-title-right {font-size: 25px;}	
.about-right strong {font-size: 18px;}	
	
.product-list ul li {border-bottom: 1px solid #e1e1e1;width: 50%;padding: 30px 10px;border-right: 1px solid #e1e1e1;float: left;text-align: center;}	
.product-list ul li:nth-child(3) {border-right:1px solid #e1e1e1;}	
.plist {font-size: 15px;}	
	
.contact-loc-box .info span {width: 120px;height: 120px;}	
.contact-heading h2 {font-size: 24px!important;}	
.inner-login-form li a {font-size: 12px;padding: 14px 10px;}		
.inner-banner-text h1 {font-size: 16px;}	
.service-details strong {font-size: 20px;}	
.service-details {padding:15px;}	
.three-box-main {margin: 6em 0 0em  0;}	
.service-details {margin: 0em 0 0;}	
.int-heading h3 {width: 83%;}	
	
	
	
}


@media screen and (max-width: 350px) {
.serv-green-box li a span {font-size: 14px;}
.banner-search {margin-right: 4%;}	
.serv-green-box li a p {font-size: 13px;}	
.inputusericon {top: 8px;}	
.news-letter-text .form-control {height: 40px;}


	
	}
