page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 5rem;
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}

page[size="A4"][layout="landscape"] {
  width: 70%;
  height: auto;  
  padding: 100px;
}
@media print {
  body, page {
    margin: 0;
    box-shadow: 0;
  }
}
.service_list
{
  margin-left: -20px;: 
}
.heading
{
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    color:#444;
    border-bottom: 1px solid black;
    text-transform: uppercase;
}
.sub_heading
{
    font-weight: 500;
    font-size: 20px;
    color:#000;
    text-align: justify;
}
.highlight1{
  background-color: #ef5473;
  padding: 5px 10px 5px 10px;
  font-weight: 400;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-style: italic;
}
.highlight2{
  background-color: #500a82;
  padding: 5px 10px 5px 10px;
  font-weight: 400;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-style: italic;
}

.highlight3{
  background-color: #070100;
  padding: 5px 10px 5px 10px;
  font-weight: 400;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-style: italic;
}
.highlight4{
  background-color: #e7e7e0;
  padding: 5px 10px 5px 10px;
  font-weight: 400;
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  font-style: italic;
}
.icon_size{
font-size: 2rem;
margin-right: 1rem;
color: #ef5473;
}
@media (max-width: 768px) {
  page[size="A4"][layout="landscape"] {
  width: 95%;
  height: auto;  
  padding: 30px;
}
.ftco-section-2{
  padding-top: 1rem;
}
.heading{
  font-size: 30px;
    font-style: normal;
    font-weight: 500;
    color:#444;
    border-bottom: 1px solid black;
    text-transform: uppercase;
  line-height: 50px;
}
.icon_size{
  font-size: 1.5rem;
  margin-right: 1rem;
}
page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
  box-shadow: 0 0 0.2cm rgba(0,0,0,0.5);
}
{
    text-align: justify;
}
}

.modal-dialog {
      max-width: 800px;
      margin: 150px auto;
  }

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
