<!---- model-css ---->	

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
	    z-index: 9999999;
		
}
.fade.in {
    opacity: 1;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal-dialog {
    width: 650px;
    margin: 30px auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px!important;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.enquiry1 {
    position: fixed;
    right: 0;
    top: 215px;
	z-index: 9999999999;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: #000000c7;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: none;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  float: none;
}
.clickbtn{
    background-color: #dddddd;
	color: #000;
	width: 15%;
}
.clickbtn1{
    background-color: #dddddd;
	color: #000;
	width: 25%;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
   color: #333333!important;
}
.modal-body {
  position: relative;
  padding: 10px 15px;
   color: #333333;
}
.modal-footer {
  padding: 10px 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.clickable {
  cursor:pointer;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="contact"] {
    border: 1px solid #a8a8a8;
   /* width: 100%;*/
    outline: none;
   /* padding: 10px;*/
    font-size: 14px;
    color: #d44202;
    margin: 0 24px 0px 0;
	}
.form-group {
    margin-bottom: 10px;
}


<!--/whatweoffer-->
#sidebar2 ul li  {
   padding:0em;
}
#sidebar2 ul li  {
    color: #000;
	font-weight:bold; 
    list-style-type:disc;
	line-height:2em;
	font-size:1.1em;
}
#sidebar2 ul li a {
    color: #000!important;
	font-weight:bold;   
	    
}

 
#sidebar2 h2{
padding:1em;
font-size:18px; 
font-weight:bold; 
border-bottom:2px solid #000;
color:#000000;
}
.open1
{
	left:330px!important;
}

.mapopen
{
	right:295px!important;
}
#sidebar2
{
		width: 340px;
		height:680px;
		overflow:scroll;
		z-index:9999999999;
		background: #FFFFFF;
		border-right:3px solid #ffffff;
		border-radius:7px;
		padding:0 20px;
		transition: all 0.5s;
	    display:none;  
	}
	

.site_map {
    right: -28px;
    background: #e10f00;
    width: 106px;
    BORDER-RADIUS: 5PX;
    /* height: 25px; */
    padding: 9px 0px 7px 14px;
    /* -webkit-transform: rotate(270deg); */
    transform: rotate(90deg);
    position: absolute;
     z-index: 9999999999;
    top: 20%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 20px;
	visibility:hidden; 

}
.site_map a {
color: #000;

}

.whatweoffer {
 left: -57px;
    background: #e10f00;
    width: 154px;
    BORDER-RADIUS: 5PX;
    /* height: 25px; */
    padding: 9px 0px 7px 4px;
    /* -webkit-transform: rotate(270deg); */
    transform: rotate(-90deg);
    position: absolute;
     z-index: 9999999999;
    top:20%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 20px;
  visibility: hidden;  

}
.whatweoffer a {
color: #000;

}


.smallmenu {
    font-size: 1em;
    margin: 0 2em;
    list-style-type: circle;
}

.bigmenu {
    line-height: 35px;
    margin: 0;
    list-style-type: disc;
	padding: 0 2em;
}

.bigmenu li a {
  color: #206bb0;
   font-weight:bold;
   font-size:15.5px;
}

.bigmenu li a:hover {
   color:#e65200;
    font-weight:bold;
 
}



@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 10px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
   
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background: #fff;
    border: 1px solid #636363;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
        margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	float:none;
}
.footer2{
display: none;
}

.enquiry2 {
    position: fixed;
    right: 0;
    top: 215px;
	z-index: 9999999999;
}

.info-cnt .row{
      display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 50px 0;
  color: #000;
}
.footer2 .row{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 50px 0;

}