@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Lato',sans-serif;
}
::selection {
    background:#000080;
    color:#F7FFF7;
}
html {
    margin:0;
    padding:0;
}
body {
    margin:0;
    padding:0;
    overflow-x:hidden;
    font-size: 14px;
    color:#373737;
    font-family: 'Open Sans',sans-serif;
    text-rendering:optimizeLegibility ;
    overflow-x: hidden;
}
.topbar {
    background:#4682B4;
    color:#F7FFF7;
    padding:10px 0px 10px 0px;
}
.topbar a {
    color:#fff;
    text-decoration:none;
}
.toprightmenu {
    float:left;
}
.toprightmenu .btn {
    background:#FFE66D;
    padding:5px 10px;
    text-align:center;
    color:#000080;
    border-radius: 6px;
    cursor: pointer;
    text-transform: capitalize;
    outline: 0;
    font-weight: bold;
}
.toprightmenu .btn:hover {
  background:#000080;  
  color:#fff;
}
.topleftmenu ul, .toprightmenu ul {
    margin:0;
    padding:0;
}
.topleftmenu ul li, .toprightmenu ul li {
    padding:0;
    font-size: 14px;
    float:left;
    list-style:none;
    font-weight: 400;
    line-height: 34px;
}
.topleftmenu ul li:after {
    content:"|";
    margin:0px 7px 0px 7px;
}
.topleftmenu ul li:last-child:after {
    content:"";
    margin:0;
}
.toprightmenu ul li {
    margin:0;
    font-size:14px;
	float:left;
	margin-right:5px;
}
.toprightmenu ul li:last-child {
	margin-right:0;
}
.toprightmenu ul li a:hover {
    color:#000080;
}
.toprightmenu i {
    font-size:22px;
    position:relative;
    top:3px;
}
.header {
    background:#fff;
    padding:20px 0px 20px 0px;
    border-bottom:1px solid rgba(255,255,255,0.3);
    box-shadow: 0 0 3px #DDD;
}
.fixedheader {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    z-index: 9;
}
.aboutsection {
    margin:0;
    padding:40px 0px 40px 0px;
    background:#fff;
    position:relative;
}
.aboutsection h2 {
    color:#FFE66D;
    text-transform:uppercase;
    font-size:28px;
    letter-spacing: 1px;
    font-style:italic;
}
.aboutsection p {
    text-align:justify;
    line-height: 25px;
}
.aboutsection .viewmore {
    text-align:center;
}
.aboutsection .viewmore .btn {
    background:#000080;
    color:#F7FFF7;
    border:1px solid rgba(255,255,255,0.5);
    text-transform:capitalize;
    font-weight:bold;
}
.aboutsection .viewmore .btn:hover {
    background:#FF6B6B;
    color:#F7FFF7;
}
.featproducts {
    margin:0;
    padding:40px 0px 40px 0px;
}
.detailsbox {
    text-align:center;
    margin-bottom:40px;
    box-shadow: 1px 1px 1px 1px #ccc;
    padding: 20px 10px;
    height:365px;
}
.detailsbox img {
    width:100%;
    height:auto;
}
.detailsbox h3 {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-weight: 300;
    font-style: normal;
    color: #00a07b;
    text-rendering: optimizeLegibility;
    font-size:24px;
}
.detailsbox p {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.42857rem;
    text-rendering: optimizeLegibility;
}
.detailsbox p span {
	background: #FFE66D;
	color: #373737;
	padding:4px 6px;
	border-radius:5px;
	margin-bottom: 5px;
    display: inline-block;
    font-size: 11px;
}
.detailsbox .btn-details {
    background:#00a07b;
    padding:6px 10px;
    color:#F7FFF7;
    border-radius:5px;
    text-transform:uppercase;
    font-weight:400;
    outline:0;
}
.detailsbox .btn-details:hover {
    background:#000080;
}
.cityarealist {
    background:#F5DEB3;
    margin:0;
    padding:40px 0px 40px 0px;
}
.cityarealist h2 {
    font-size:26px;
    color:#4682B4;
    text-transform:uppercase;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin:0px 0px 30px 0px;
}
.cityarealist h2:before {
    flex-grow: 1;
    height: 2px;
    content: '\a0';
    background-color: rgba(0,0,0,0.15);
    position: relative;
    top: 0.5em;
    margin-right:10px;
}
.cityarealist h2:after {
    flex-grow: 1;
    height: 2px;
    content: '\a0';
    background-color: rgba(0,0,0,0.15);
    position: relative;
    top: 0.5em;
    margin-left:10px;
}
.cityarealist .clist{
    margin:0px 0px 40px 0px;
    padding:0;
}
.cityarealist .clist ul {
    margin:0;
    padding:0;
    display: flex;
    flex-wrap: wrap;
}
.cityarealist .clist ul li {
    list-style:none;
    flex: 0 0 16.66%;
    box-sizing: border-box;
    line-height:22px;
}
.cityarealist .clist ul li a {
    color:#556B2F;
    text-transform:capitalize;
    text-decoration:none;
    font-weight:500;
    border-bottom:1px dotted rgba(255,255,255,0.7);
}
.cityarealist .clist ul li a:hover {
    color:#556B2F;
    font-weight:bolder;
}
.cityarealist .clist ul li:before {
    content:"\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right:7px;
    color:#4682B4;
}
.footer {
    background:#4682B4;
    color:#F7FFF7;
    margin:0;
    padding:40px 0px 40px 0px;
}
.footer h3 {
    color:#F7FFF7;
    font-size:24px;
    margin:0px 0px 10px 0px;
    padding:0;
}
.footerwidget ul {
    margin:0;
    padding:0;
}
.footerwidget ul li {
    margin:0;
    padding:0;
    list-style:none;
    border-bottom:1px solid rgba(255,255,255,0.25);
    padding:7px 0px 7px 0px;
}
.footerwidget ul li:last-child {
    border-bottom:none !important;
}
.footerwidget ul li a {
    color:#F7FFF7;
    text-decoration:none;
}
.footerwidget ul li a:hover {
    color:#F5DEB3;
	font-weight: bolder;
}
.addul li {
    list-style:none;
    float:left;
    width:100%;
    margin:0px 0px 10px 0px;
    padding:0;
    border-bottom:none !important;
}
.addul li a {
    color:#F7FFF7;
    text-decoration:none;
}
.addul li a:hover {
    color:#FFF1AF;
}
.addul li i {
    float:left;
    vertical-align:middle;
    position:relative;
    top:4px;
    margin-right:6px;
    color:#D1B894;
    font-size:17px;
}
.addul li address {
    margin:0;
    padding:0;
    line-height:20px;
}
.followbox {
    float:left;
    width:100%;
    margin:40px 0px 0px 0px;
}
.followbox:nth-child(2) {
    float:right !important;
    width:auto;
}
.followbox h3 {
    float:left;
    margin-right:15px;
    line-height:28px;
}
.followbox ul {
    margin:0;
    padding:0;
	float: right;
}
.followbox ul li {
    display:inline-block;
    margin:0px 5px 0px 5px;
    line-height:28px;
    cursor:pointer;
}
.followbox ul li a {
    color:#fff;
    text-decoration:none;
}
.followbox ul li.facebook, .followbox ul li.twitter, .followbox ul li.linkedin, .followbox ul li.gplus, .followbox ul li.rss {
    background: #375db2;
    border-radius:50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 27px;
    padding: 0px;
}
@-moz-document url-prefix() {
  .followbox ul li.facebook, .followbox ul li.twitter, .followbox ul li.linkedin, .followbox ul li.gplus, .followbox ul li.rss {
    background: #375db2;
    border-radius:50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 27px;
    padding: 0px;
}
}
.followbox ul li.twitter {
    background: #00abf0;
}
.followbox ul li.linkedin {
    background: #1881bb;
}
.followbox ul li.gplus {
    background: #DD4B39;
}
.followbox ul li.rss {
    background: #F58220;
}
.followbox ul li.facebook a:hover, .followbox ul li.twitter a:hover, .followbox ul li.linkedin a:hover, .followbox ul li.gplus a:hover, .followbox ul li.rss a:hover {
    animation-name: hvr-bob-float,hvr-bob;
    transition: All .5s ease;
}
.quicklinks li {
    margin:0px!important;
    font-size:13px;
    float:left;
}
.quicklinks li a:hover {
    color:#FFF1AF;
}
.quicklinks li:after {
    content:"|";
    color:#fff;
    margin:0px 5px 0px 5px;
}
.quicklinks li:last-child:after {
    content:"";
    margin:0;
}
.credits {
    text-align:center;
    padding:10px 0px 10px 0px;
    background:#4682B4;
    border-top:1px solid rgba(255,255,255,0.3);
}
.credits p {
    color:#fff;
    margin:0;
    padding:0;
}
.homeslider div.item {
    position: relative;
}
.homeslider div .textoverlay{
    position:absolute;
    color:#FFF;
    font-size:12px;
    display:block;
    text-align: center;
    width:100%;
    top:50%;
    transform: translateY(-50%);
}

.homeslider h2 span {
   font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 15px;
    background: #F2B134;
    text-transform: inherit;
    font-weight: 800;
}
.owl-prev {
    margin-left: 30px !important;
}
.owl-next {
    margin-right: 30px !important;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #556B2F url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #556B2F;
  opacity: 1;
}

.pagebanner {
    display: block;
    width:100%;
}

.pagebanner img {
    width:100%;
    height: auto;
    max-height:350px;
    background-position: center;
  	background-size: cover;
}

.contentwrapper {
    margin: 0;
    padding: 40px 0px 40px 0px;
    background: #F5DEB3;
    position: relative;
}
.page-title {
    margin: 0px 0px 30px 0px;
    color:#4682B4;
    text-transform: uppercase;
    font-size:28px;
}
.contentwrapper p {
    line-height: 23px;
    font-size: 14px;
    text-align: justify;
    color:#fff;
}
.contentwrapper {
    color:#556B2F;
}
.breadcrumb-bar {
    display: block;
    background: #556B2F;
    padding: 0;
}

.breadcrumb-bar .breadcrumb {
    background: none;
    margin: 0;
}

.breadcrumb-bar .breadcrumb a {
    color: #373737;
    text-decoration: none;
}

.breadcrumb-bar .breadcrumb li.active {    
    color:#fff;
}

.breadcrumb-bar .breadcrumb li:before {
    color:#373737;
}

.sharetitle {
    font-size: 25px;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 15px;
    margin-left:79px;
}
#social-links {
    float: left;
    position: relative;
    background: #FFE66D;
    width: 160px;
    padding: 5px 12px;
    border-radius: 5px;
}
#social-links ul {
    padding: 0;
    margin: 0;
}
#social-links li {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    font-size: 26px;
}
#social-links li a {
    color: #000080;
    text-decoration: none;
}
#social-links li a:hover {
    color: #FF6B6B;
}

#map {
    width: 100%;
    height: 450px;
}

.topbar .followbox {
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	float:right;
}




#cssmenu .getquotebtn { 
	position:relative;
	top:0;
	transform:none;
	right:0;
	border-radius:0;
}
#cssmenu > ul > li:last-child:hover { 
	background:none;
}
#cssmenu .getquotebtn:hover { 
	transform:none;
	color: #000080;
}

#cssmenu .getquotebtn:before { 
	content:"";
}
.getquotebtn {
	display: none;
	background: #556B2F;
	color: #fff !important;
	text-transform: uppercase;
	padding: 20px 30px;
	border-radius: 5px;
	box-shadow: 0px 17px 10px -10px rgba(0,0,0,0.4);
	cursor: pointer;
	transition: all ease-in-out 300ms;
	position:fixed;
	top:50%;
	right:30px;
	transform:translateY(-50%);
	z-index:9;
}

.getquotebtn:hover {
    box-shadow: 0px 37px 20px -20px rgba(0,0,0,0.2);
    transform: translate(0px, -10px) scale(1.2);
}

.getquotebtn:before {
	content: "\f100";
	font-family: "Font Awesome 5 Free";
	font-weight:bold;
	margin-right:10px;
	font-size:22px;
	position:relative;
	top:2px;
}

.sitemapbox > ul {
	padding:0;
}

.sitemapbox li {
	list-style:none;
	padding:4px 0px 4px 0px;
}

.sitemapbox li a {
	color:#fff;
}

.sitemapbox li a i {
	color:#FFE66D;
	padding-right:5px;
}

#quoteprocessing {
	display:none;
	color:#FFE66D;
	font-weight:bold;
	font-size:18px;
}

@keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

/** Firefox 1+ **/
@-webkit-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

/** Safari 3-4 **/
@-moz-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}


@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.contactpage i {
    color: #000080 !important;
}

.modal-lg {
    max-width: 40% !important;
}

.offer_box {
	margin-bottom:30px;
}
.offer_title {
	color:#FFE66D;
}

.pagetags h2 {
	font-size:22px;
	margin-bottom:25px;
}

.pagetags h2 span {
	background: #000080;
	color:#fff;
	padding:5px 7px;
	border-radius:5px;
	font-size:14px;
	text-transform:uppercase;
}

.pagekeywords {
	margin-bottom:25px;
}
.pagekeywords span {
	background: #fff;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 4px 8px 0;
    text-decoration: none;
}
.pagekeywords span:before {
	background: #eee;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;	
}
.pagekeywords span:after {
	background: #00a07b;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #fff;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.floating_buttons {
	position:fixed;
	top:50%;
	right: -130px;
	transform: translateY(-50%) rotate(270deg);
	z-index:9;
}
.floating_buttons a {
	font-weight:bold;
	text-transform:uppercase;
	font-size: 16px;
}
.floating_buttons i {
	margin-right:5px;
	font-size: 16px;
}
.floating_buttons .callbtn {
	background: #34af23;
	padding: 15px 20px;
	color:#fff;
	border:1px solid rgba(0,0,0,0.15);
	box-shadow:1px 1px 1px rgba(0,0,0,0.50);
	text-decoration:none;
}
.floating_buttons .quotebtn {
	background: #556B2F;
	padding: 15px 20px;
	color:#fff;
	border:1px solid rgba(0,0,0,0.15);
	box-shadow:1px 1px 1px rgba(0,0,0,0.50);
	text-decoration:none;
}
.floating_buttons .callbtn:hover, .floating_buttons .quotebtn:hover {
	border:2px solid rgba(255,255,255,0.15);
	box-shadow:2px 2px 2px rgba(255,255,255,0.50);
}

.fixed-bottom-buttons {
	display: none;
}

/*** media queries ***/
@media only screen and (max-width: 320px) and (min-width: 240px)  {
	.topleftmenu ul li {
		font-size:12.5px;
	}
	.topleftmenu ul li:after {
		margin:0px 3px 0px 3px;
	}
	.toprightmenu {
		float:none;
	}
	.toprightmenu ul li {
		margin:0;
	}
	.toprightmenu ul li:nth-child(1) {
		float:left;
	}
	.toprightmenu ul li:nth-child(2) {
		float:right;
	}
	#cssmenu{
		padding-bottom:30px;
	}
	#cssmenu ul {
		top:36px;
		padding:0;
	}
	.owl-item .textoverlay h2 span {
		font-size:13px;
		padding:3px;
	}
	.owl-prev {
		margin-left: 5px !important;
	}
	.owl-next {
		margin-right: 5px !important;
	}
	h2 {
		font-size:1.3rem !important;
	}
	body {
		font-size:13px;
	}
	.aboutsection img {
		position:relative;
		top:0;
		transform:none;
	}
	.detailsbox {
		box-shadow:none;
		border:1px solid #ccc;
	}
	.cityarealist h2 {
		font-size:15px !important;
	}
	.cityarealist .clist ul {
		display:block;
	}
	.footerwidget {
		margin-top:30px;
	}
	.firstwidget {
		margin-top:0;
	}
	.followbox ul li.facebook, .followbox ul li.twitter, .followbox ul li.linkedin, .followbox ul li.gplus, .followbox ul li.rss {
		padding:0;
	}
	.quicklinks h3 {
		float:none;
	}
	.sharetitle {
		margin-left:0;
		margin-bottom:30px;
	}
	#cssmenu .getquotebtn {
		display:none;
	}
	.getquotebtn {
		display:block;
		padding: 4px 10px;
		right: -50px;
        transform: translateY(-50%) rotate(270deg);
	}
	.getquotebtn:before {
		font-size:14px;
		top:0px;
	}
	.getquotebtn:hover {
		right: -50px;
        transform: translateY(-50%) rotate(270deg);
	}
	.modal-lg {
		max-width: 90% !important;
	}
	.pagetags h4 span {
		display:inline-block;
		margin-bottom:7px;
	}
	.pagekeywords span {
		marginb-bottom:7px;	
	}
	.floating_buttons {
		position:fixed;
		top:60%;
		right: -120px;
		transform: translateY(-60%) rotate(270deg);
		z-index:9;
	}
	.floating_buttons a {
		font-size: 14px;
	}
	.floating_buttons i {
		margin-right:5px;
		font-size: 14px;
	}
	.floating_buttons .callbtn {
		padding: 7px 15px;
	}
	.floating_buttons .quotebtn {
		padding: 7px 15px;
	}
	.getquotebtn {
		display:none;
	}
	#quotebox .form-group {
		margin-bottom:10px !important;
	}
	#quotebox .form-group label, #quotebox label {
		display:none;
	}
	#quotebox .modal-body {
		padding: 10px !important;
	}
	#quotebox textarea {
		height:90px !important;
	}

	.floating_buttons {
		display: none;
	}

	.fixed-bottom-buttons {
		display: flex;
	}

	.cityarealist .clist ul li {
		float: left;
		width: 50%;
	}
	
	.followbox ul {
		float: unset;
	}

	#cssmenu ul ul {
		visibility: visible;
		height: 200px;
		overflow: auto;
	}

	.fixed-bottom-buttons {
		display: none;
		position: fixed;
		background-color: #f9f9f9;
		color: white;
		padding-bottom: 5px;
		padding-top: 5px;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		justify-content: space-between;
		display: flex;
		box-shadow: 0px 0px 4px rgba(0,0,0,0.40);
	}
	
	.fixed-bottom-buttons .btn {
		width: 100%;
		cursor: pointer;
		border-radius: 5px;
		margin: 7px ;
		border: none;
		font-weight: 700;
		color: white;
		font-size: 3.2vw;
	}
	
	.btn_background {
		background-color: rgba(0, 51, 204, 0.70);
	}
	
	.btn_whatsapp {
		background-color: #075E54;
	}
}

@media only screen and (max-width: 360px) and (min-width: 321px)  {
	.topleftmenu ul li {
		font-size:12.5px;
	}
	.topleftmenu ul li:after {
		margin:0px 3px 0px 3px;
	}
	.toprightmenu {
		float:none;
	}
	.toprightmenu ul li {
		margin:0;
	}
	.toprightmenu ul li:nth-child(1) {
		float:left;
	}
	.toprightmenu ul li:nth-child(2) {
		float:right;
	}
	#cssmenu{
		padding-bottom:30px;
	}
	#cssmenu ul {
		top:36px;
		padding:0;
	}
	.owl-item .textoverlay h2 span {
		font-size:13px;
		padding:3px;
	}
	.owl-prev {
		margin-left: 5px !important;
	}
	.owl-next {
		margin-right: 5px !important;
	}
	h2 {
		font-size:1.3rem !important;
	}
	body {
		font-size:13px;
	}
	.aboutsection img {
		position:relative;
		top:0;
		transform:none;
	}
	.detailsbox {
		box-shadow:none;
		border:1px solid #ccc;
	}
	.cityarealist h2 {
		font-size:15px !important;
	}
	.cityarealist .clist ul {
		display:block;
	}
	.footerwidget {
		margin-top:30px;
	}
	.firstwidget {
		margin-top:0;
	}
	.followbox ul li.facebook, .followbox ul li.twitter, .followbox ul li.linkedin, .followbox ul li.gplus, .followbox ul li.rss {
		padding:0;
	}
	.quicklinks h3 {
		float:none;
	}
	.sharetitle {
		margin-left:0;
		margin-bottom:30px;
	}
	#cssmenu .getquotebtn {
		display:none;
	}
	.getquotebtn {
		display:block;
		padding: 4px 10px;
        right: -50px;
        transform: translateY(-50%) rotate(270deg);
	}
	.getquotebtn:before {
		font-size:14px;
		top:0px;
	}
	.getquotebtn:hover {
		right: -50px;
        transform: translateY(-50%) rotate(270deg);
	}
	.modal-lg {
		max-width: 90% !important;
	}
	.pagetags h4 span {
		display:inline-block;
		margin-bottom:7px;
	}
	.pagekeywords span {
		marginb-bottom:7px;	
	}
	body {
        overflow-x:hidden;
    }
	.floating_buttons {
		position:fixed;
		top:60%;
		right: -120px;
		transform: translateY(-60%) rotate(270deg);
		z-index:9;
	}
	.floating_buttons a {
		font-size: 14px;
	}
	.floating_buttons i {
		margin-right:5px;
		font-size: 14px;
	}
	.floating_buttons .callbtn {
		padding: 7px 15px;
	}
	.floating_buttons .quotebtn {
		padding: 7px 15px;
	}
	.getquotebtn {
		display:none;
	}
	#quotebox .form-group {
		margin-bottom:10px !important;
	}
	#quotebox .form-group label, #quotebox label {
		display:none;
	}
	#quotebox .modal-body {
		padding: 10px !important;
	}
	#quotebox textarea {
		height:90px !important;
	}

	.floating_buttons {
		display: none;
	}

	.fixed-bottom-buttons {
		display: flex;
	}

	.cityarealist .clist ul li {
		float: left;
		width: 50%;
	}
	
	.followbox ul {
		float: unset;
	}

	#cssmenu ul ul {
		visibility: visible;
		height: 200px;
		overflow: auto;
	}

	.fixed-bottom-buttons {
		display: none;
		position: fixed;
		background-color: #f9f9f9;
		color: white;
		padding-bottom: 5px;
		padding-top: 5px;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		justify-content: space-between;
		display: flex;
		box-shadow: 0px 0px 4px rgba(0,0,0,0.40);
	}
	
	.fixed-bottom-buttons .btn {
		width: 100%;
		cursor: pointer;
		border-radius: 5px;
		margin: 7px ;
		border: none;
		font-weight: 700;
		color: white;
		font-size: 3.2vw;
	}
	
	.btn_background {
		background-color: rgba(0, 51, 204, 0.70);
	}
	
	.btn_whatsapp {
		background-color: #075E54;
	}
}

@media only screen and (max-width: 480px) and (min-width: 361px)  {
	.topleftmenu ul li {
		font-size:12.5px;
	}
	.topleftmenu ul li:after {
		margin:0px 3px 0px 3px;
	}
	.toprightmenu {
		float:none;
	}
	.toprightmenu ul li {
		margin:0;
	}
	.toprightmenu ul li:nth-child(1) {
		float:left;
	}
	.toprightmenu ul li:nth-child(2) {
		float:right;
	}
	#cssmenu{
		padding-bottom:30px;
	}
	#cssmenu ul {
		top:36px;
		padding:0;
	}
	.owl-item .textoverlay h2 span {
		font-size:13px;
		padding:3px;
	}
	.owl-prev {
		margin-left: 5px !important;
	}
	.owl-next {
		margin-right: 5px !important;
	}
	h2 {
		font-size:1.3rem !important;
	}
	body {
		font-size:13px;
	}
	.aboutsection img {
		position:relative;
		top:0;
		transform:none;
	}
	.detailsbox {
		box-shadow:none;
		border:1px solid #ccc;
	}
	.cityarealist h2 {
		font-size:15px !important;
	}
	.cityarealist .clist ul {
		display:block;
	}
	.footerwidget {
		margin-top:30px;
	}
	.firstwidget {
		margin-top:0;
	}
	.followbox ul li.facebook, .followbox ul li.twitter, .followbox ul li.linkedin, .followbox ul li.gplus, .followbox ul li.rss {
		padding:0;
	}
	.quicklinks h3 {
		float:none;
	}
	.sharetitle {
		margin-left:0;
		margin-bottom:30px;
	}
	#cssmenu .getquotebtn {
		display:none;
	}
	.getquotebtn {
		display:block;
		padding: 4px 10px;
		right: -50px;
        transform: translateY(-50%) rotate(270deg);
	}
	.getquotebtn:before {
		font-size:14px;
		top:0px;
	}
	.getquotebtn:hover {
		right: -50px;
        transform: translateY(-50%) rotate(270deg);
	}
	.modal-lg {
		max-width: 90% !important;
	}
	.pagetags h4 span {
		display:inline-block;
		margin-bottom:7px;
	}
	.pagekeywords span {
		marginb-bottom:7px;	
	}
	body {
        overflow-x:hidden;
    }
	.floating_buttons {
		position:fixed;
		top:60%;
		right: -120px;
		transform: translateY(-60%) rotate(270deg);
		z-index:9;
	}
	.floating_buttons a {
		font-size: 14px;
	}
	.floating_buttons i {
		margin-right:5px;
		font-size: 14px;
	}
	.floating_buttons .callbtn {
		padding: 7px 15px;
	}
	.floating_buttons .quotebtn {
		padding: 7px 15px;
	}
	.getquotebtn {
		display:none;
	}
	#quotebox .form-group {
		margin-bottom:10px !important;
	}
	#quotebox .form-group label, #quotebox label {
		display:none;
	}
	#quotebox .modal-body {
		padding: 10px !important;
	}
	#quotebox textarea {
		height:90px !important;
	}

	.floating_buttons {
		display: none;
	}

	.fixed-bottom-buttons {
		display: flex;
	}

	.cityarealist .clist ul li {
		float: left;
		width: 50%;
	}
	
	.followbox ul {
		float: unset;
	}

	#cssmenu ul ul {
		visibility: visible;
		height: 200px;
		overflow: auto;
	}

	.fixed-bottom-buttons {
		display: none;
		position: fixed;
		background-color: #f9f9f9;
		color: white;
		padding-bottom: 5px;
		padding-top: 5px;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		justify-content: space-between;
		display: flex;
		box-shadow: 0px 0px 4px rgba(0,0,0,0.40);
	}
	
	.fixed-bottom-buttons .btn {
		width: 100%;
		cursor: pointer;
		border-radius: 5px;
		margin: 7px ;
		border: none;
		font-weight: 700;
		color: white;
		font-size: 3.2vw;
	}
	
	.btn_background {
		background-color: rgba(0, 51, 204, 0.70);
	}
	
	.btn_whatsapp {
		background-color: #075E54;
	}
}

@media only screen and (max-width: 768px) and (min-width: 481px)  {
	.topleftmenu ul li {
		font-size:12.5px;
	}
	.topleftmenu ul li:after {
		margin:0px 3px 0px 3px;
	}
	.toprightmenu {
		float:none;
	}
	.toprightmenu ul li {
		margin:0;
	}
	.toprightmenu ul li:nth-child(1) {
		float:left;
		margin-right:0px;
	}
	#cssmenu{
		padding-bottom:30px;
	}
	#cssmenu ul {
		top:36px;
		padding:0;
	}
	.owl-item .textoverlay h2 span {
		font-size:22px;
		padding:3px;
	}
	.owl-prev {
		margin-left: 15px !important;
	}
	.owl-next {
		margin-right: 15px !important;
	}
	h2 {
		font-size:1.6rem !important;
	}
	body {
		font-size:13px;
	}
	.detailsbox {
		box-shadow:none;
		border:1px solid #ccc;
	}
	.detailsbox h3 {
		font-size:22px;
	}
	.cityarealist .clist ul li {
		flex: 0 0 25%;
	}
	.addul li i {
		font-size:13px;
	}
	.footerwidget {
		margin-top:30px;
	}
	.firstwidget, .secondwidget {
		margin-top:0;
	}
	.followbox ul li.facebook, .followbox ul li.twitter, .followbox ul li.linkedin, .followbox ul li.gplus, .followbox ul li.rss {
		padding:0;
	}
	.quicklinks h3 {
		float:none;
	}
	#cssmenu .getquotebtn {
		display:none;
	}
	.getquotebtn {
		display:block;
		padding: 4px 10px;
		right: -50px;
        transform: translateY(-50%) rotate(270deg);
	}
	.getquotebtn:before {
		font-size:14px;
		top:0px;
	}
	.getquotebtn:hover {
		right: -50px;
        transform: translateY(-50%) rotate(270deg);
	}
	.modal-lg {
		max-width: 70% !important;
	}
	.sharetitle {
		margin-left:0;
	}
	.pagetags h4 span {
		display:inline-block;
		margin-bottom:7px;
	}
	.pagekeywords span {
		marginb-bottom:7px;	
	}
	#social-links {
		display:inline-block;
		margin-bottom:10px;
	}
	body {
        overflow-x:hidden;
    }
	.floating_buttons {
		position:fixed;
		top:40%;
		right: -120px;
		transform: translateY(-40%) rotate(270deg);
		z-index:9;
	}
	.floating_buttons a {
		font-size: 14px;
	}
	.floating_buttons i {
		margin-right:5px;
		font-size: 14px;
	}
	.floating_buttons .callbtn {
		padding: 7px 15px;
	}
	.floating_buttons .quotebtn {
		padding: 7px 15px;
	}
	.getquotebtn {
		display:none;
	}

	.floating_buttons {
		display: none;
	}

	.fixed-bottom-buttons {
		display: flex;
	}

	.cityarealist .clist ul li {
		float: left;
		width: 50%;
	}
	
	.followbox ul {
		float: unset;
	}

	#cssmenu ul ul {
		visibility: visible;
		height: 200px;
		overflow: auto;
	}

	.fixed-bottom-buttons {
		display: none;
		position: fixed;
		background-color: #f9f9f9;
		color: white;
		padding-bottom: 5px;
		padding-top: 5px;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		justify-content: space-between;
		display: flex;
		box-shadow: 0px 0px 4px rgba(0,0,0,0.40);
	}
	
	.fixed-bottom-buttons .btn {
		width: 100%;
		cursor: pointer;
		border-radius: 5px;
		margin: 7px ;
		border: none;
		font-weight: 700;
		color: white;
		font-size: 3.2vw;
	}
	
	.btn_background {
		background-color: rgba(0, 51, 204, 0.70);
	}
	
	.btn_whatsapp {
		background-color: #075E54;
	}
}


@media only screen and (max-width: 1100px) and (min-width: 992px)  {
    
    body {
        overflow-x:hidden;
    }
	.followbox ul li.facebook, .followbox ul li.twitter, .followbox ul li.linkedin, .followbox ul li.gplus, .followbox ul li.rss {
		padding:1px;	
	}
	body {
		font-size: 13px;
	}
	.sharetitle {
		margin-left:0;
	}
}
@media only screen and (max-width: 768px)  {
    body {
        overflow-x: hidden !important; 
    }
    .getquotebtn {
        border-radius: 10px;
    }
}