/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .banner h1 {
    font-size: 26px;
  }
  .title p {
    font-size: 14px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets  */
@media only screen and (max-width : 768px) {
 
 
 
 a.logo-crown {
  
 
 }
 
 
 .title-section h2 {
    
	    font-size: 20px !important;
   
  }
 
 .title span {
    display: none;
}
 
 .title h2 {
     font-size: 19px;  
}
 
.container {
    margin: 0 auto;
      padding: 0px;  
}


 .banner .box {
    display: block;
    text-align: center;
  }
  .address {
    display: none;
  }
  .banner {
     
    margin-top: -87px !important;
    background-size: cover !important;
  }
  
   .banner2 {
   height: 300px !important;
  }
  
  .title {
    
    width: 100%;
    padding: 10px 10px 10px 10px !important;
    background-color: rgba(0, 0, 0, 0.4);
	margin-top: 100px !important;
	
  }
  
  .banner h1 {     
  font-size: 21px !important;
    text-shadow: 1px 1px 1px #00000091 !important;
    margin-top: 70px;
    margin-bottom: 23px;
}


p.TM {
 
    font-size: 16px !important;
}


}
  
  .service {
     padding-top: 25px;  
}
  
  .title-section h2 {
    
	    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
  }
  .title-section p {
    font-size: 14px;
  }
  .service .box {
    margin-top: 40px;
	padding: 0 10px 0 10px;
  }
  .service-item {
    width: 50%;
    margin-bottom: 40px;
  }
  .details .box p {
    font-size: 17px;
  }
  .details .box p br {
    display: none;
  }
  .map-box {
    height: 340px;
  }
  .addresses .box {
    display: block;
  }
  .addresses-item {
/*    width: 300px;
    margin: 0 auto 30px;  */
  }
  
  .addresses-item:nth-child(2) {
  /*   margin: 0 auto 30px; */
  }
  
  .main-footer {
    padding: 20px;
  }
}

@media only screen and (max-width : 600px) {
  .main-head .box {
    display: block;
  }
  .main-head .box a {
    display: inherit;
    text-align: center;
  }
  .logo-txt {
    display: inherit;
  }
  .phone {
    margin-top: 20px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 350px) {
  .addresses-item {
    width: 270px;
  }
}

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

}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets   */
@media only screen and (min-width : 768px) {
  .container {
   /* width: 750px;  */
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .container {
    width: 970px;
  }
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .container {
           /* width: 1282px; */
		     
  }
}