*, *:before, *:after {
  margin: 0px; 
  padding: 0px; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #666666;
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bg-g1 {
  background: #4745de00;
  background: -webkit-linear-gradient(-45deg, #4745de00, #de8c8f14, #a2151b17);
  background: -o-linear-gradient(-45deg, #4745de00, #de8c8f14, #a2151b17);
  background: -moz-linear-gradient(-45deg, #4745de00, #de8c8f14, #a2151b17);
      background: linear-gradient(-45deg, #4745de00, #de8c8f14, #a2151b17);
}
.size1 {
  width: 100%;
  min-height: 100vh;
  justify-content: center;
}
.dis-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-w {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-col {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.flex-m {
  -ms-align-items: center;
  align-items: center;
}

@-webkit-keyframes rotating  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(-0deg);
    -moz-transform: rotate(-0deg);
    -webkit-transform: rotate(-0deg);
    -o-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }
}
.rotating {
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}

.top-icon{
  padding-top: 25px;
  padding-bottom: 25px;
}
.l1-txt1 {
  font-size: 30px;
  color: #000;
  line-height: 1.2;
  margin-top: 0;
  text-transform: uppercase;
}

.l1-txt2 {
  font-size: 22px;
  color: #a2151b;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
}
.align-box{
  flex-wrap: wrap;
  justify-content: center;
  
}
.box {
  padding: 15px;
  width: 100%;
  margin-bottom: 15px;
}
.box h4, h5{
  color: #a2151b;
  font-size: 22px;
  font-weight: 700;
  margin: 10px auto 5px;
}
.box h5{
  color: #000;
  font-size: 20px;
}
.box address{
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  font-style: normal;
}
.box p{
  font-size: 15px;
  color: #000;
  margin: 10px auto 5px;
}
.box p ~ h4{
  margin-top: 40px;
}
/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

@media (min-width: 1495px) {
  .bg-box:nth-child(3),.bg-box:nth-child(4){
    border-right:0;
  }
}
@media (min-width: 1078px) and (max-width: 1400px) {
  .bg-box:nth-child(2),.bg-box:nth-child(4){
    border-right:0;
  }
}
@media (min-width: 1024px) {
  .bg-box{
    border-right:1px dotted grey;
    max-width: 495px;
  }


}

@media (max-width: 992px) {



}

@media (max-width: 768px) {
  

}

@media (max-width: 576px) {
  
  
}

@media (max-width: 480px) {
  

}