.main-wrapper.tr-page-top {
   margin-top: 0 !important;
}

#footer {
   margin-top: 0 !important;
}

.contact-maintext{
   font-size: 250px;
   line-height: 200px;
   padding-left: 50px;
   padding-top: 50px;
}

.contact-bg{
   background-repeat: no-repeat;
   background-size: 65%;
   background-position: right;
   background-position-x: 725px;
   background-position-y: -60px;
}

.contact-subtext{
   padding-top: 27px;
   font-size: 30px;
   font-weight: bold;
   padding-left: 240px;
   padding-bottom: 15px;
 }

 .contact-subtext-stop{
      color: #ff0000;
 }

.advertise-cta{
   margin-left: 180px;
   margin-top: 30px;
}

.contact-cta{
   margin-left: 256px;
   margin-top: 30px;
}

.contact-cta button {
   outline: none;
   border: none;
   background: transparent;
}

.contact-cta img, .advertise-cta img{
   width: 60px;
   margin-left: auto;
   margin-right: auto;
   display: block;
}

.contact-cta .contact-cta-title{
   margin-top: 10px;
   font-family: GilroyBold;
}

.contact-cta-title{
   font-size: 20px;
}

.contact-cta-title:first-of-type{
   margin-top: 20px;
}

.contact-spacer-footer{
   padding-bottom: 230px;
}

.contact-popup-title{
   margin-top: 10px;
}

#AdvertisewithUsForm .contact-popup-title{
   margin-top: 25px;
}

.contact-popup-title h1{
   padding-right: 10px;
}

.form-control{
   border: 3px solid #ececec;
}

.close{
   position: relative;
   top: -85px;
   right: -75px;
   font-size: 40px;
   color: #ececec;
}

.close:hover{
   color: #ececec;
   top: -84px;
}

#AdvertisewithUsForm .close{
   top: -90px;
   right: -45px;
}

#ContactUsForm .contact-popup-title img{
   height: 40px;
}

#AdvertisewithUsForm .contact-popup-title img{
   height: 50px;
}

.contact-captcha{
   margin-left: auto;
   margin-right: auto;
}

@media only screen and (max-width:1280px){
   .contact-bg{
      padding-top: 20px;
      background-position-x: 420px;
      background-size: 70%;
   }

   .contact-maintext{
      font-size: 150px;
      line-height: 120px;
      padding-left: 30px;
   }

   .contact-subtext {
      padding-top: 10px;
      font-size: 16px;
      font-weight: bold;
      padding-left: 150px;
  }

   .contact-cta img, .advertise-cta img {
      width: 50px;
   }

  .contact-cta {
   margin-left: 150px;
   margin-top: 15px;
   }

  .advertise-cta {
   margin-left: 65px;
   margin-top: 15px;
   }

   .contact-cta-title {
      font-size: 18px;
   }

   .contact-spacer-footer{
      padding-bottom: 50px;
   }
}

@media only screen and (max-width: 820px){
   .contact-bg{
      padding-top: 0;
      background-position-x: 320px;
      background-size: 95%;
   }
}

@media only screen and (max-width: 717px){
   .contact-maintext{
      padding-top: 50px;
   }

   .contact-maintext {
      font-size: 120px;
      line-height: 100px;
      padding-left: 30px;
  }

  .contact-subtext{
     padding-left: 80px;
  }

  .contact-cta {
      margin-left: 90px;
   }
}

@media only screen and (max-width: 450px){
   .contact-spacer{
      margin-top: 0px;
   }

   .contact-bg {
      background-position: top right;
      padding-top: 155px;
      background-size: 120%;
      background-position-x: 60px;
      background-position-y: -25px;
  }



  .contact-popup-title h1{
    font-size: 1.5rem;
  }
  
  .contact-maintext {
      font-size: 90px;
      line-height: 70px;
      padding-left: 0;
   }

   .contact-subtext{
      padding-left: 0;
      font-size: 15px;
      text-align: center;
      padding-bottom: 10px;
      padding-top: 19px;
   }

   .contact-cta {
      margin-left: 50px;
   }  

   .contact-cta img {
      width: 50px;
   }

   .cta_row{
      padding: 30px 25px;
   }  

   .contact-spacer-footer{
      /*padding-top: 50px;*/
   }

   .contact-cta-title {
      font-size: 15px;
   }

   .modal-content{
      width: 95%;
   }

   .modal-body{
      padding-right: 20px !important;
   }

   .close{
      right: -43px;
   }

   #ContactUsForm .contact-popup-title img{
      height: 25px;
   }
   
   #AdvertisewithUsForm .contact-popup-title img{
      height: 32px;
   }


   .column{
      width: 50%;
      margin: 0px;
      text-align: center;
   }
}