@media only screen and (max-width: 480px) {
	
	html{
		
		   overflow-x:hidden;
	}
	
	body{
		
		   overflow-x:hidden;
	}
	.bannersec {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
       top: 18%;
}

.container{
	 overflow-x:hidden;
	
}

.locationsba span {
    color: white;
    font-size: 13px;
}

.bannersectitle h4 {
    font-size: 18px;
  
}
.bannersectitle h2 {
    font-size: 28px;
  
}
.bannersectitle h3 {
     font-size: 15px;
   
}
.banner{
	    overflow: hidden;
}


.borderred {

    border-top: none;
	
}
.bannerimgmobile{
	
	max-width:150%;
}
.blocksec {
    margin-top: 45px;
}

.blocksec h1 {
    text-align: center;
    border: 1px solid #ffffff;
    padding: 36px 0px;
    font-size: 25px;
    color: #ff0468;
    margin-top: 10px;
}

.title {
    margin-top: 50px;
    margin-bottom: 50px;
  
}
.border {
    padding: 5px;
}

.des {
 
    font-size: 16px;
 margin-top:10px;
    text-align: justify;
    word-break: break-all;
}

.linkdes {
    text-align: center;
	margin-left: 0px;
}
.border {
    padding: 1px;
    padding-top: 10%;
    padding-bottom: 10%;
}
#footer {
  
    padding: 15px;
	
}
.order2{
   order: 2;
   ms-flex-order: 2;
}
.order1{
   order: 1;
   ms-flex-order: 1;
}
.order3{
   order: 3;
   ms-flex-order: 3;
}
.well {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.slides > div {
  
    width: 66%;
    margin-left: 17%;
    margin-right: 17%;
}

.locinner p {
    margin-bottom: 0px;
    margin-top: -3px;
    font-size: 11px;
}
.locinner span {
    font-size: 12px;
    font-weight: 900;
}
.whitesec {
    border-radius: 10px;
    margin-top: -13px;
	
}

.navwidth{
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.innertitle {
    font-size: 30px;
    color: #303030;
    text-align: center;
}
.mobilemenu{
	
	    position: fixed;
    bottom: 0px;
    background-color: #71c13b;
    z-index: 1;
    width: 100%;
	}
	
	
.mobilenav {
    display: -webkit-inline-box;
    text-align: center;
    width: 100%;
    float: left;
}
	.mobilenav .nav-item{
		
		width:33%;
		
	}
	
	.whiteboxtitle {
    padding: 0px;
}
.whiteboxtitle h3 {
    color: white;
    font-size: 13px;
}
.whiteboxtitle h4 {
    color: white;
    font-size: 12px;
    margin-bottom: 3px;
}

.dropdown-menu {

position: absolute !important;
    top: unset !important;
    bottom: 51px;
    left: unset;
    right: -10px;
    padding: 10px !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 13rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
	
	#navbarSupportedContent{
		
		width:100%;
	}
	
	.dropdown-toggle::after {
    display: none;
  
}

.mobilemenu .dropdown-toggle {
	
	color:white !important;
	text-decoration:none;
}

.d-sm-block {
    display: none !important;
}

.slide {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 6.428px 7.66px 30px 0px rgba(0, 0, 0, 0.08);
    max-width: 100%;
    margin-bottom: 15px;
    margin-left: 10%;
    margin-right: 10%;
}
}