body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #707070;
	font-size: 16px;
	line-height: 23px;
}


ul, li {
	margin: 0px;
	padding: 0px;
}
.custom-chekbox{font-size:14px !important;}
/* The custom-chekbox */
.custom-chekbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-chekbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-chekbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-chekbox input:checked ~ .checkmark {
  background-color: #8a854d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-chekbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-chekbox .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}  
ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
::-webkit-input-placeholder {
color: #333;
}
:-moz-placeholder { /* Firefox 18- */
color: #333;
}
::-moz-placeholder {  /* Firefox 19+ */
color: #333;
}
:-ms-input-placeholder {
color: #333;
}
h1, h2, h3, h4, h5, h6 {
		margin: 0px;
}
h1, h2 {
    font-size: 27px;
    letter-spacing: -1px;
    text-transform: uppercase;
     color:#33323a; padding-bottom:30px;
     font-weight: 600;
}
h3 { color:#33323a; padding-bottom: 20px;
 font-weight:600; font-size: 18px; line-height: 24px; }
h4 {
    color: #8a854d;
    text-transform: uppercase;
     font-size: 18px; line-height: 24px; 
     font-weight: 600;
     margin-bottom: 15px;
}
h5 {font-weight: bold; padding-bottom: 19px;font-size: 18px;}
.whatsapp i,.viber i{margin-top: 7px;}
p {margin-bottom: 17px;}
.padding-top-10 {padding-top: 10px;}
.padding-top-30 {padding-top: 30px;}
.padding-bottom-30 { padding-bottom: 30px;}

.clear {clear: both; margin: 0; padding: 0; line-height: 0;}
.btn-white {
	background-color: #fff;	
	color: #505050;
	font-size: 16px;
	text-transform: uppercase;
	 border-radius: 2px;
	 display: inline-block;
	 line-height: 35px;
	 padding: 5px 30px;
	 text-decoration: none !important;
	 border:0;
	 font-weight: 600;
}
.btn-white:hover {
	background-color: #e3000f;	
	color: #fff;
}
.btn-yellow {
	background-color: #e0d0ac;	
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	 border-radius: 2px;
	 display: inline-block;
	 line-height: 35px;
	 padding: 5px 30px;
	 text-decoration: none !important;
	 border:0;
	 font-weight: 600;
}
.btn-yellow:hover {
	background-color: #333;	
	color: #fff;
}

.btn-green {
	background-color: #8a854d;	
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	 border-radius: 2px;
	 display: inline-block;
	 line-height: 35px;
	 padding: 5px 30px;
	 text-decoration: none !important;
	 border:0;
	 font-weight: 600;
}
.btn-green:hover {
	background-color: #333;	
	color: #fff;
}


.padding-top-bottom-80 { padding: 80px 0px; }
.padding-top-80 { padding: 80px 0px 0px 0px; }
.padding-top-70 { padding: 70px 0px 0px 0px; }
.padding-top-60 { padding: 60px 0px 0px 0px; }
.padding-bottom-60 { padding: 0px 0px 60px 0px; }
.padding-60{padding:60px 0px;}
.font-large { font-size: 18px; line-height: 26px; }
.full-width { width: 100%; }

/* top section */
.top-right { width: 100%; padding: 20px 0px 15px; text-align: right; }
.top-right ul { width: 100%; }
.top-right li { list-style: none; display: inline-block; margin-left: 15px; }
.top-right li a { color: #333; text-decoration: none; display: block; }
.top-right li i { margin-right: 10px; color: #707070;  }

.top-right strong { font-size: 20px; color: #333; }

.top-right li:last-child { background: #8a854d;  }
.top-right li:last-child a { color: #fff; padding: 6px 15px; border-radius: 2px;   }
.top-right li:last-child i { margin-right: 10px; color: #fff;  }

.color-green a { color: #8a854d !important; }

.color-red  { color: #fff !important; background:#cc0000; height: 30px;   }


.top-section { width: 100%; background: #8a854d; padding: 8px 0px; }
.top-section ul { width: 100%;  }
.top-section li { list-style: none; display: inline-block; padding-right: 15px; }
.top-section a { text-decoration: none; font-size: 13px; color: #fff;  }
.top-section a:hover { color: #eae8cd; }

.bottom-section { width: 100%; background: #fff; position: relative; z-index: 99; 
	border-top: 2px solid #8a854d; }
.logo { width: 100%;  padding-top: 5px; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
/* banner bottom section */
.banner-bottom-bg { width: 100%; 
  background: #fff url(../images/banner-bottom-bg.jpg) repeat-x;
 padding: 80px 0px 50px;}
 .banner-bottom-img {width: 64px; float: left; margin-right: 14px;}
 .banner-bottom-text {width: 76%; float: left;}
.icon-box-readmore {
    position: relative;
    float: right;
    margin: 5px;
    font-size: 12px;
    text-transform: uppercase;
}
.icon-box-readmore i { font-size: 15px; }
.icon-box-readmore svg { margin-top: 3px;  }
.banner-bottom-text a { color: #333; text-decoration: none; }
.banner-bottom-text a:hover { color: #8a854d; }
.banner-bottom-text h3 { font-size: 14px; font-weight: bold;text-transform:uppercase;padding-bottom: 0px; min-height: 50px; display: flex; align-items: center;}
.banner-bottom-text ul li {
  font-size: 14px;
  line-height: 24px;
  list-style-position: inside;
}
.inner-page .banner-bottom-text {
  width: 76%;
}
.inner-page .banner-bottom-img {
  margin-bottom: 0;
  margin-right: 10px;
}
.inner-page .icon-box-readmore {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #9d9756;
  padding: 2px 5px;
}
.inner-page .banner-bottom-box { border: 1px solid #f4f4f4; padding: 15px; box-shadow: 3px 3px aliceblue; min-height: 190px; position:relative;}
.banner-bottom-text p { padding: 0px; margin: 0px; height: 50px; }
/*.banner-bottom-text .icon-box-readmore {position: absolute; right: 5px; bottom: 5px; font-size: 15px;  font-weight: bold;  border: 1px solid #847E4C;  border-radius: 50%;  padding: 5px;}*/
.fleft { float: left; }
.fright { float: right; }
.home-services { background: #f1f1f1; background-size: cover; position: relative; }
.home-services2 { background: #f1f1f1; background-size: cover;  position: relative;}
.home-services3 { background: #f1f1f1; background-size: cover;  position: relative;}
.home-services-text { width: 50%; background: #f1f1f1;   }
.home-services-text-padding { padding: 80px; }
.home-services-text h2 { text-transform: capitalize;  font-size: 44px;color: #3f3f3f; font-weight: 300; line-height: 55px;  }
.home-services-img { width: 50%; text-align: center;     overflow: hidden;   }
.home-services-img-toppad { padding-top: 27px; position: absolute; bottom:0px; }
/* tick */
.tick-list ul { width: 100%;  }
.tick-list li { list-style: none; padding-left: 30px; background: url(../images/tick.png) 0px 7px no-repeat; line-height: 30px;   }
.tick-list a { color: #666666; text-decoration: none; display: block; }
.tick-list a:hover {color: #d74bb9;	}
/* GET IN TOUCH  */
.get-in-touch { width: 100%; background:#8a854d; padding: 65px 0px 50px;  }
.get-in-touch h2 { color: #fff; font-size: 40px; }
.get-in-touch p { color: #fff; }
.enquiry-form .form-control { display: block; width: 100%; height: 45px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none;    border: 1px solid #fff;    border-radius: 0px;    -webkit-box-shadow: none;    box-shadow: none;    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.enquiry-form textarea.form-control { height: auto; resize:none;}

/* footer top */
.footer-top { width: 100%; padding: 70px 0px; background: #3d4045; }
.footer-call { font-size: 22px; color: #999999; padding-top: 20px; }
.footer-call a { color: #999999; text-decoration: none;  }

.footer-top-box { width: 100%; text-align: center; }
.footer-top-box h3 {  padding-top: 10px;
    color: #eae3e3;
    font-size: 14px;
    font-weight: 700; text-transform: uppercase; }
.footer-top-box p {  font-size: 15px;  color: #808080;  font-weight: 400; }

.gray-text {color: #808080 !important; text-decoration: none;}
.gray-text:hover { color: #fff; }

.footer-bottom { background: #43474d; padding: 30px 0px; }
.footer-copyright { padding-top: 10px; font-size: 13px; color: #808080; }
.footer-copyright a { color: #808080; }
.footer-copyright a:hover { color: #fff; }

.footer-links { padding-bottom: 10px; }
.footer-links ul { width: 100%; }
.footer-links li { list-style: none; display: inline-block; line-height: 12px; border-right: 1px solid #808080; }
.footer-links li:last-child {  border-right:0px; }
.footer-links li a {color: #808080; font-size: 12px; text-transform: uppercase; 
	padding: 0px 10px; }

.footer-social { width: 100%; padding-top: 30px; }
.footer-social li { list-style: none; display: inline-block;  }
.footer-social li a {background:#3d4045; text-align: left; display: block;  
	color: #999999; font-size: 16px; width: 32px; height: 32px;  border-radius: 2px;  text-decoration: none; }
.footer-social li a:hover {background:#3d4045; color: #fff; }
.footer-social li i { margin-top: 9px; }

.logo-footer { padding-top: 80px; }
/* search box */
.search-box { position: fixed; width: 100%; height: 100%; top: 0px; 
	left: 0px; background: rgba(0,0,0,0.9); display: none;    z-index: 9999; }
.close-serch { width: 62px; padding: 30px 0px; font-size: 22px; color: #fff; float: right;
    text-align: center; cursor: pointer; margin-right: 4%; margin-top: 4%; }
.search-box h3 { color: #fff; }
.search-body {     
	text-align: center;
    position: absolute;
    width: 100%;
    top: 40%;
     } 
 .search-textfield { width: 100%; border-bottom: 2px solid #666;
  text-align: center; line-height: 55px; border-top: 0px; border-left: 0px;
   border-right: 0px; outline: none; font-size: 20px; color: #fff;
   background: url(../images/search-icon.png) no-repeat right center;   }   

/* inner Page */
.inner-banner { background:#8a854d url(../images/main-bg-2.jpg) no-repeat bottom left;
width: 100%; padding: 60px 0px; text-align: center;  }
.inner-banner h2 { color: #fff; font-size: 42px; padding-bottom: 10px; }
.inner-banner p { padding: 0px; margin: 0px; font-size: 12px; color: #fff; text-transform: uppercase; }
.inner-banner a { color: #fff; text-decoration: none;  }

.inner-page { padding: 60px 0px; background: #fff; }
.inner-page h2 {
    font-size: 30px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
}
/* faq-accordion */
    .faq-accordion .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .faq-accordion .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .faq-accordion .panel-title {
        font-size: 14px;
    }

    .faq-accordion .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .faq-accordion .more-less {
        float: right;
        color: #212121;
    }

    .faq-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
/* faq-accordion */
.author { font-size: 13px; font-style: italic; color: #707070;  }



/* contact-page Starts */
.gray-box { background: #f1f1f1; border-radius: 5px; padding: 30px;  }

.contact-page h3 {font-size: 24px; }
a {color: #2e2e2e;}
a:hover, a:focus {color: #8a854d;text-decoration:none;}
.map-area { padding-top: 30px; }
.map-area iframe{height:400px;width:100%;}
.address-grid p{padding-bottom:0px;margin-bottom:0px;line-height: 26px;}

.address-grid-green { padding: 30px; background: #8a854d; min-height:200px;}
.address-grid-green h3 { color: #fff; }
.address-grid-green p { color: #fff; margin: 0px; padding: 0px; }

.form-control{
    background-color: #fff;
    border-width: 1px;
    border-color: #ddd;
font-size: 13px;
    color: #767676;
    padding: 10px 12px;
    height:40px;
    border-radius:0px;
     border-radius:0px;
      border-radius:0px;
      outline:none;
}
textarea.form-control{height:auto;}
.contact-form label {font-weight: 700;font-size: 15px;}
.red-color{color: #e80000;}
.form-control:focus{outline:none;box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;border-color:#ddd;}

/* contact-page Ends */



/* blog-page Starts */


.social-box ul, .social-feed ul, .about-author-social{margin:0px;padding:0px;list-style-type: none;}
.social-feed ul li{display: block;text-align:center;
    border-bottom: 1px solid #efefef; border-right: 1px solid #efefef;padding:15px 0px;}



.social-feed ul li a{display: block;color:#898989;}
.social-feed ul li:last-child{border-bottom:none;}

.count{display: block;margin-top:5px;font-size: 12px;}

/* blog-page Ends */

/* blog-details Starts */
.social-box{float:right;}

.blog-details .author{padding-bottom:20px;display: block;}
.social-box ul li{display: inline-block;margin-right:20px;}
.badge-count{    margin-left: 5px;font-size: 13px;}
.social-box ul li a{color:#898989;}
.social-box ul li:last-child{margin-right:0px;}
.post-img img{width:100%;height:auto;}
.post-caption{padding:15px;}
.post-grid{
    border: 1px solid #efefef;
}

.post-grid p{white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;padding-bottom:0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;font-size: 13px;

}
.author-img img{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.about-author-name {display: block; font-weight: 700; color: #777;}
.about-author-social a{font-weight: 700; color: #777;}

.border-apply{
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    padding-top: 20px;
        padding-bottom: 20px;
}
.borderbtm{  border-bottom: 2px solid #ddd;padding-bottom:60px;}

/* blog-details Ends */

.home-services-text-padding {
    padding: 80px;
 
}
.home-services-img img { width:100%; }
/* update-form-page Starts */


.checkbox {
        display: inline-block;
        cursor: pointer;
        font-size: 13px; margin-right:10px; line-height:18px;
    }
    input[type=checkbox] {
        display:none; 
    }
    .checkbox:before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align:middle;
        background-color: #8a854d;
        color: #f3f3f3;
        text-align: center;
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); 
        border-radius: 3px;
    }
    input[type=checkbox]:checked + .checkbox:before {
        content: "\2713";
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
        font-size: 15px;
    }

.update-form p{margin-top:10px;}

.update-form-page label {text-transform: capitalize;    font-weight: 700;font-size: 15px;}
@media only screen and (max-width : 1024px) {
.update-form-page label{font-size: 13px;}
.update-form-page p {font-size: 14px;}
}

/* update-form-page Ends */


.home-services .fleft, .home-services .fright{height:600px;} 
.home-services2 .fleft, .home-services2 .fright{height:600px;} 
.home-services3 .fleft, .home-services3 .fright{height:600px;} 
.home-services3 .fright .home-services-img-toppad2{width:100%;height:100%;}
/* css added on 01-02-2019 Starts USEFUL LINK Page */

#use-link .owl-controls{position: absolute;top:50%;transform:translateY(-50%;);width:100%;}

#use-link .owl-prev{position:absolute;left: -44px;}

#use-link .owl-next{position:absolute;right: -44px;}
@media only screen and (max-width : 1024px) {
#use-link .owl-prev{left: 0px;}
#use-link .owl-next{right:0px;}
}

#use-link img {
    padding:6px;
    border:1px solid #dddddd;
}

#use-link img{
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
#use-link img:hover{
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
  cursor: pointer;
}

/*  search-shedule Starts */

.search-shedule{padding: 65px 0px 50px;}
.search-shedule h3{    border-radius: 2px;background-color: #8a854d;text-align: center;color: #fff;padding: 5px 30px;line-height: 35px;}

/*  search-shedule Ends */
.square-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.square-list li{position: relative;padding-left:15px;font-weight:700;margin-bottom:4px;}
.square-list li:after {
    position: absolute;
    content: " ";
    background: #8a854d;
    width: 5px;
    height: 5px;
    left: 0px;
    top: 6px;
    vertical-align: top;
}
.custom-tabldata{width:100%;}
.custom-tabldata td, .custom-tabldata th{padding:15px !important;}
.emergency-maintainance{padding: 65px 0px 50px;}
.emergency-maintainance h3{    border-radius: 2px;background-color: #8a854d;text-align: center;color: #fff;padding: 5px 30px;line-height: 35px;}
/* ================= map start ====================== */
.i4ewOd-pzNkMb-haAclf{display:none;}
/* ================= map end ====================== */
/* css added on 01-02-2019 Ends */

/* ================= Responsive ====================== */

/*#cssmenu > ul > li:nth-child(4) {*/
/*  padding-right:20px;*/
/*}*/





@media only screen and (min-width:1000px) and (max-width:1366px){
		
		.banner-bottom-text {  width: 100%; float: left; }
		.banner-bottom-img { width: 64px; margin-right: 0px; margin-bottom: 30px;}
		.home-services-text-padding {  padding: 30px; }
		.home-services-img img { width: 100%; }
		.home-services-img-toppad {  padding-top: 27px; 
		 position: absolute; bottom: 0px; }
		 .home-services-img { padding-left: 0%;   }
		

	} /* end */
	

@media only screen and (min-width:992px) and (max-width:1024px){
   .home-services .fleft, .home-services .fright {
    height: 545px;
}
.home-services-img-toppad2{height:100%;}

.home-services2 .fleft, .home-services2 .fright {height: 711px;}
.home-services3 .fleft, .home-services3 .fright {height: 473px;}
}








@media only screen and (max-width : 768px) {
.home-services-text-padding {
    padding: 30px;
 
}
.banner-bottom-text p {height: auto; }
.banner-bottom-text h3 { font-size: 20px;  }
    .mobile-img-hide{display:none;}
.author {display: block; padding: 20px 0px;}
.social-feed ul li {    display: inline-block; border: none; border-right: 1px solid #efefef; height: 68px; width: 64px; vertical-align: middle; }

	.top-section, .logo, .logo-footer, .footer-call, .footer-bottom, .footer-social { text-align: center; }
	.banner-bottom-text {  width: 85%; float: left;}
	.home-services-text, .home-services-img { width: 100%; float:none; }
	.footer-social { padding-top: 20px; }
	.footer-top-box { margin-bottom: 30px; }
	.search { text-align: center; }
	.home-services-img-toppad {  position: relative;  bottom: 0px; }
	.home-services-img {   padding-left: 0%; }
	/*.home-services3 .home-services-text-padding {  padding: 0px 80px 80px 80px; }*/
	.home-services .home-services-img { margin-bottom: 60px; }
	.home-services2 .home-services-text { margin-bottom: 60px; }
	.home-services3 .home-services-img { margin-bottom: 60px; }
	.home-services-text-padding {  padding: 60px 20px; }
	.home-services-img-toppad { padding-top: 10px;}
	.top-right {  text-align: center; padding-top: 5px; }
	.top-right li {  margin-left: 0px; margin-top: 10px; }
	.logo-footer {  padding-top: 0px; }

.social-box {float: none; margin-bottom: 15px; }
 h2 {font-size: 25px; }

.padding-bottom-60{padding-bottom:40px;}
.padding-top-60{padding-top:40px;}
.padding-60{padding:40px 0px;}
.blog-img { margin-bottom: 30px; }
.color-red { height: auto; }
.red-bg-menu { background: #cc0000;  }
.home-services-text-padding {
    min-height: auto;
}

.home-services .fleft, .home-services .fright, .home-services2 .fleft, .home-services2 .fright, .home-services3 .fleft, .home-services3 .fright{height:auto;}





} /* end */

@media only screen and (max-width : 735px) {
.banner-bottom-img, .banner-bottom-text {  width: 100%;  float: none; text-align: center;}
.banner-bottom-img, .banner-bottom-text, .banner-bottom-box { padding-bottom: 30px; }
.icon-box-readmore {    float: none; padding: 10px 20px;
    margin: 0px; background: #f1f1f1; border-radius: 3px; margin-top: 20px;}
.banner-bottom-text p { padding-bottom: 20px; }
.banner-bottom-bg {  padding: 80px 0px 50px; }
.home-services-text-padding {  padding: 50px; }
.home-services-img img { width: 100%; }
.home-services-text h2 { font-size: 33px;  font-weight: 300;  line-height: 44px; }
.footer-links li {  border-right: 0px; }





} 
/* end */

 /*  search-shedule Starts */
         .proxy-appointment{padding: 65px 0px 50px;}
         .proxy-appointment h3{    border-radius: 2px;background-color: #8a854d;text-align: center;color: #fff;padding: 5px 30px;line-height: 35px;}
         .proxy-appointment p{margin:0px;padding:0px;}
         .inline-input{    width: auto;
         display: inline;
         border: none;
         border-radius: 0px;
         box-shadow: none;
         border-bottom: 1px solid;
         }
         .proxy-appointment ol li{margin-bottom:7px;}
         .spacer10{height:10px;width:100%;clear:both;}
/*  search-shedule Ends */

/*  search-shedule Starts */
         .change-tenancy{padding: 65px 0px 50px;}
         .change-tenancy h3{    border-radius: 2px;background-color: #8a854d;text-align: center;color: #fff;padding: 5px 30px;line-height: 35px;}
         .change-tenancy p{margin:0px;padding:0px;}
         /*  search-shedule Ends */


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





} /* end */

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

} /* end */

@media only screen and (min-width:1200px){
#cssmenu > ul > li > a{font-size:12px !important;}
}

.banner-bottom-img img {max-width: 100%;}
.tick-list { margin-bottom: 15px;}
