/* .map-iframe {
  margin-top: 60px;
} */
.contact-container {
  text-align: left;
}
.contact-container .inner-small {
  padding-top: 0;
}
.contact-container .for-mobile {
  display: none !important;
}
@media all and (max-width: 736px ) {
  .contact-container .for-mobile {
    display: block !important;
  }
}
.contact-container .for-desktop {
  display: block !important;
}
@media all and (max-width: 736px ) {
  .contact-container .for-desktop {
    display: none !important;
  }
}
.contact-container .contact-form,
.contact-container .address-section {
  display: inline-block;
  float: left;
  box-sizing: border-box;
}
.contact-container .contact-form .bookNow,
.contact-container .address-section .bookNow {
  text-align: left;
  margin-top: 40px;
}
@media all and (max-width: 500px ) {
  .contact-container .contact-form .bookNow,
  .contact-container .address-section .bookNow {
    text-align: center;
  }
}
.contact-container .contact-form .bookNow.b360,
.contact-container .address-section .bookNow.b360 {
  margin-top: 0;
  margin-bottom: 40px;
}
.contact-container .contact-form {
  width: 60%;
  padding-left: 50px;
}
@media all and (max-width: 736px ) {
  .contact-container .contact-form {
    width: 100%;
    padding-right: 0;
    margin-top: 60px;
  }
}
.contact-container .contact-form .drop-line {
  margin-bottom: 40px;
}
.contact-container .contact-form .waiting {
  display: none;
}
.contact-container .contact-form h2 {
  margin-bottom: 0;
}
.contact-container .contact-form label {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  display: block;
  color: #fff;
}
.contact-container .contact-form .form-group {
  position: relative;
  max-width: 700px;
  width: 100%;
}
.contact-container .contact-form #main-group .help-block {
  right: auto !important;
  left: 0px;
  top: 60px;
  color: #fff;
}
@media all and (max-width: 500px ) {
  .contact-container .contact-form #main-group .help-block {
    text-align: center;
    position: relative;
    top: 15px;
  }
}
.contact-container .contact-form .alert-success {
  color: #fff;
  margin-top: 10px;
  font-family: "Nunito", sans-serif;
}
.contact-container .contact-form input {
  width: 100%;
  border-radius: 3px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 14px;
  outline: none;
  max-width: 700px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.contact-container .contact-form textarea {
  width: 100%;
  height: 100px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 3px;
  max-width: 700px;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.contact-container .contact-form .bookNow {
  clear: both;
  text-align: left;
  margin-top: 60px;
}
@media all and (max-width: 500px ) {
  .contact-container .contact-form .bookNow {
    text-align: center;
    margin-top: 40px;
  }
}
.contact-container .contact-form .a {
  outline: none;
  border: none;
}
.contact-container .contact-form .help-block {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  color: #f92949;
  position: absolute;
  top: 45px;
  right: 10px;
}
.contact-container .address-section {
  width: 40%;
  padding-right: 80px;
}
@media all and (max-width: 1024px ) {
  .contact-container .address-section {
    padding-left: 40px;
  }
}
@media all and (max-width: 736px ) {
  .contact-container .address-section {
    padding-left: 0px;
    width: 100%;
  }
}
.contact-container .address-section li {
  text-align: left;
  margin-bottom: 5px;
  list-style-type: none;
}
.contact-container .address-section li img {
  padding-right: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.contact-container .address-section li .black {
  font-weight: bold;
  color: #fff;
  margin-left: 32px;
}
.contact-container .address-section li span {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.contact-container .address-section li p {
  font-size: 16px;
  line-height: 20px;
  color: #3d5567;
  margin-top: 15px;
  max-width: 300px;
}
@media all and (max-width: 1024px ) {
  .contact-container .address-section li p {
    width: 100%;
  }
}
.contact-container .address-section li h5 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  color: #fff;
}
.contact-container .address-section li.bubble {
  margin-top: 60px;
}
@media all and (max-width: 736px ) {
  .contact-container .address-section li.bubble {
    margin-top: 40px;
  }
}
.contact-container .address-section li a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
}
.contact-container .address-section li a.blue-white-btn {
  margin-top: 40px;
  padding: 13px 30px;
  font-size: 17px;
}
@media all and (max-width: 736px ) {
  .contact-container .address-section li a.blue-white-btn {
    margin-top: 20px;
  }
}
.contact-container .address-section .email-contact {
  margin-bottom: 20px;
}
@media all and (max-width: 1024px ) {
  .contact-container .address-section .email-contact img {
    width: 19px;
    height: 19px;
  }
}
.contact-container .address-section .email-contact a {
  font-weight: bold;
  font-size: 22px;
  color: #003262;
}
@media all and (max-width: 1024px ) {
  .contact-container .address-section .email-contact a {
    font-size: 20px;
  }
}
@media all and (max-width: 736px ) {
  .contact-container .address-section .email-contact a {
    font-size: 18px;
  }
}
.contact-container .address-section .email-contact img {
  margin-bottom: -2px;
}
.gallery-container h2 {
  margin-bottom: 60px;
  text-align: left;
}
@media all and (max-width: 500px ) {
  .gallery-container h2 {
    margin-bottom: 40px;
  }
}
#thumbsList {
  overflow: hidden;
  margin: 0px auto;
}
.masonry {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin: 2.5em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 4em;
}
@media all and (max-width: 736px ) {
  .masonry {
    column-gap: 1.5em;
  }
}
.item {
  background: #fff;
  margin: 0 0 4em;
  width: 100%;
  -webkit-transition: 0.625s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
}
@media all and (max-width: 736px ) {
  .item {
    margin: 0 0 1.5em;
  }
}
.item img {
  max-width: 100%;
  margin-bottom: -5px;
  animation: projectListingItemReverse 0.625s ease-out forwards running;
  display: block;
  position: relative;
  transition: transform 0.625s ease, opacity 0.625s ease;
}
.item img:hover {
  opacity: 1;
  animation: projectListingItemHover 0.625s ease-out forwards running;
  cursor: pointer;
}
#lightBox {
  position: fixed;
  top: -100%;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
  z-index: 99;
}
.lightBox-active {
  display: block !important;
  opacity: 1 !important;
  top: 77px !important;
  bottom: 0 !important;
  transition: all 1s ease;
}
#prevImg {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 80px;
  cursor: pointer;
  background-color: #43B02A;
  transition: all 0.5s ease;
}
#prevImg:hover,
#nextImg:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}
#prevImg:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px;
  margin-top: 13px;
  margin-left: 20px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
#nextImg {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 80px;
  cursor: pointer;
  background-color: #43B02A;
  right: 0;
  transition: all 0.5s ease;
}
#nextImg:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px;
  margin-top: 13px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-left: 8px;
  transform: rotate(225deg);
}
#closeLightbox-button {
  cursor: pointer;
  top: 20px;
  position: absolute;
  right: 20px;
  background-color: #43B02A;
  width: 50px;
  height: 50px;
  transition: all 0.7s ease;
}
#closeLightbox-button:hover {
  opacity: 0.75;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
#closeLightbox-button:before {
  content: "";
  display: block;
  position: relative;
  width: 2px;
  height: 25px;
  background-color: white;
  left: 23px;
  top: 12px;
  -ms-transform: rotate(40deg);
  /* IE 9 */
  -webkit-transform: rotate(40deg);
  /* Safari */
  transform: rotate(40deg);
}
#closeLightbox-button:after {
  content: "";
  display: block;
  position: relative;
  width: 2px;
  height: 25px;
  background-color: white;
  left: 23px;
  top: -13px;
  -ms-transform: rotate(-40deg);
  /* IE 9 */
  -webkit-transform: rotate(-40deg);
  /* Safari */
  transform: rotate(-40deg);
}
#lightBox img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.active-image {
  max-width: 90% !important;
  max-height: 100% !important;
  transition: all 1s ease !important;
}
@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@keyframes projectListingItemHover {
  0% {
    transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(0);
  }
  50% {
    transform: perspective(1600px) rotateX(5deg) rotateY(5deg) translateZ(50px);
  }
  100% {
    transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(100px);
  }
}
@keyframes projectListingItemReverse {
  0% {
    transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(50px);
  }
  50% {
    transform: perspective(1600px) rotateX(-5deg) rotateY(-5deg) translateZ(100px);
  }
  100% {
    transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(0);
  }
}

.toronto-loc, .vaughan-loc{
  display: flex;
  align-items: center;
  margin: 80px 0;
}
.toronto-hours, .vaughan-hours{
  width: 35%;
  text-align: left;
}
.map-iframe{
  width: 65%;
}
.toronto-hours p, .vaughan-hours p{
  margin: 0 0 5px!important;
}

.hours{
  margin-bottom: 30px;
}

.addr{
  margin-bottom: 15px;
}

.addr h3{
  font-weight: 600;
  margin-bottom: 20px;
}

.addr a{
  color: #fff;
}

.address-section h2:first-child{
  margin-bottom: 5px!important;
}

@media only screen and (max-width: 736px) {
  .toronto-loc, .vaughan-loc{
    display: block;
  }
 .toronto-hours, .vaughan-hours, .map-iframe{
  width: 100%;
  text-align: center;
 }
 .contact-container .contact-form{
  padding-left: 0;
 }
}

input[type="radio"]{
    appearance: auto!important;
    width: auto!important;
    margin-right: 10px;
    margin-bottom:0!important;
}

#radio-group-1, #radio-group-2{
    display:flex;
    align-items:baseline;
}

fieldset {
    padding: 15px;
    max-width: 480px;
    /* padding-block-start: 0; */
    padding-inline-end: 0;
    padding-inline-start: 15px;
    /* border-width: 1px; */
    border: 1px solid #fff;
    margin-bottom:30px;
}

legend {
    color: #fff;
    font-family: "Nunito", sans-serif;
    letter-spacing: 0.2px;
    font-weight: bold;
    font-size: 20px;
}