/*@font-face {*/
/*  font-family: 'Nunito Sans Light';*/
/*  src: url("fonts/NunitoSans-Light.ttf") format("ttf"), url("fonts/NunitoSans-Light.ttf") format("ttf");*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*}*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200&display=swap');


html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
/*html,body{font-family:'Nunito Sans','Lato','Montserrat',sans-serif; font-size:12px; line-height:1.5}*/
html{overflow-x:hidden}
body{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 100;
    font-size: 20px;
}
a{color: #881C3C; text-decoration:none;  font-family: 'Nunito Sans', sans-serif;}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #fff;
  background-color: #fff;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fff;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close-1 {
  color: #aaa;
  /*float:right;*/
  font-size: 24px;
  font-weight: bold;
}

.button-center {
    text-align: center;
   padding-bottom: 60px;
    padding-top: 10px;
}

.close-1:hover,
.close-1:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
filter:alpha(opacity=0);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
/*opacity: 0.7;*/
z-index: 100;
display: none;
}
.disbox a{
text-decoration: none;
padding: 11px 45px 11px 45px;
border-radius: 5px;
/*border: 1px solid #fff;*/
font-family: 'Nunito Sans', sans-serif;
font-weight: 400;
}
.disbox a:hover{
background-color: #881C3C;
color: #fff;
}

.main_wrapper {
    padding: 120px 0;
    margin: 0 auto;
}
.maincontent img{width: 580px; max-width: 100%;}

.popup{
width: 100%;
margin: 0 auto;
display: none;
position: block;
z-index: 101;
}
.disbox{
max-width: 80%;
width: 75%;
min-height: 650px;
margin: 10px auto;
background: #fff;
position: relative;
z-index: 103;
padding: 68px 111px 15px 111px;
border-radius: 5px;
box-shadow: 0px 0px 15px #0000004D;
}
.disbox p{
    clear: both;
    color: #555555;
    font-size: 1vw;
    font-family: Nunito, sans-serif;
}
.disbox p a{
color: #881C3C;
}
.disbox .x{
float: center;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.disbox .x:hover{
cursor: pointer;
}
.close-1, .close-1:focus {
  font-size: 20px;
  color: #881C3C;
  letter-spacing: 4px;
  outline: inherit;
  outline-style: solid;
  outline-width: thin;
}
ul li{
  padding-bottom: 20px; font-weight: 300;
}
#distitle{
  font-size: 30px;
  font-weight: 400;
  color: #881C3C;
}
#distext, #distext span {
  font-size: 17px;
  line-height: 22px;
  color:#881C3C;
  font-weight: 300;
}
#distext span {
    display: table;
}
.container {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 300px;
  padding: 75px 0px;
  box-shadow: 0px 0px 15px #0000004d;
  border-radius: 8px;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.bg-color{
width: 572px;
height: 352px;
box-shadow: 0px 0px 15px #0000004D;}
.maincontent{padding-top: 260px; padding-bottom: 111px; margin: 0 auto;}

.maincontent p{margin: 0; padding: 20px 0;}



@media screen and (min-width: 1320px){
.maincontent{padding-top: 100px; padding-bottom: 90px; margin: 0 auto;}
.main_wrapper {padding: 100px 0;}
.disbox { max-width: 80%; width: 73%;}
}


@media screen and (max-width: 1024px) {
  body .disbox{
    font-size: 16px;
  }
  ul{
    line-height: 24px;
  }
  .close-1 {
    font-size: 14px;
    color: #881C3C;
    letter-spacing: 4px;
    outline: inherit;
    outline-style: solid;
    outline-width: thin;
  }
  .maincontent{
    font-size: 16px;
  }
  #distitle{
    font-size: 14px;
  }
  #distext{
    font-size: 12px;
    line-height: 16px;
  }
  .container {
    position: relative;
    overflow: hidden;
    width: 66%;
    height:300px;
  }
  .bg-color{
  width: 380px; height: 280px;
}


  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

.disbox{width: 75%; padding: 68px 68px 15px 68px;}
.main_top {
    width: 75%;}

 .maincontent {
    padding-top: 90px;
    padding-bottom: 70px;}   

}

@media (max-width: 767px) {
#distitle {
    font-size: 25px;
}
}

@media screen and (max-width: 600px) {
  body .disbox{
    font-size: 12px;
  }
  ul li{
    padding-bottom: 16px;
  }
  .close-1 {
    font-size: 12px;
    color: #881C3C;
    letter-spacing: 4px;
    outline: inherit;
    outline-style: solid;
    outline-width: thin;
  }
  .maincontent{
    font-size: 12px;
  }
  #distitle{
    font-size: 25px;
  }
  #distext{
    font-size: 12px;
    line-height: 18px;
  }
  .container {
    position: relative;
    overflow: hidden;
    height:300px;
    width: 75%;
    padding: 20px;
  }
.bg-color{
  width: 280px; height: 270px;
}
.main_top {
    width: 75%;}

  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

.disbox{width: 75%; padding: 20px; }
.main_wrapper {
    padding: 40px 0;}

}

/*#distext ul li:before {*/
/*    content: '';*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    background: #fff;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: -20px;*/
/*    border-radius: 50%;*/
/*}*/
#distext ul {}
#distext ul li {
    font-size: 17px;
}



.maincontent p span a {
    font-size: 16px;
    position: relative;
    top: -3px;
}
.maincontent span.fa.fa-map-marker {
    font-size: 16px;
}
