*{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  font-size: 16.2px;
  font-weight: 500;
}
h1{
  font-size: 4.2rem;
}

.body{
  margin: 0;
  padding: 0;

}

.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  transition: 0.6s;
  width: 100%;
  z-index: 1000;
}


nav{
  background: #fff;
  vertical-align: middle;
    border-bottom: solid 3px;
    grid-row: 1;
    grid-column: 1/9;
    width: 100%;
    height: 80px;
}

nav:after{
  content: '';
  clear: both;
  display: table;
}
.header #navbar .logo a img{
  height: 2em;
  padding-top: 1.5em;
  line-height: 1.25;
  float: left;
  padding-left: 10em;

}
nav ul{
  float: right;
  list-style: none;
  margin-right: 10em;
  position: relative;
}

nav ul li{
  float: left;
  display: inline-block;
  background: #fff;
  margin: 0 5px;
}

nav ul li a{
  color: #111;
  text-decoration: none;
  line-height: 30px;
  font-size: 18px;
  padding:  20px 15px 5px;
  font-weight: bold;
}

nav ul li {
  list-style-type: none;
  display: inline-block;
  margin: 10px 10px;

}

nav ul li > a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

nav ul li > a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  top: 2px;
  background: transparent;
  transition: all 0.2s;
  
}

nav ul li > a:hover::after, li > a.active-nav::after {
  width: 100%;
  background: #e96732;
}

nav ul ul{
  position: absolute;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  transition: top .2s;
}

nav ul li:hover>ul{
  opacity: 1;
  visibility: visible;
  top: 70px;
  z-index: 2;
}

nav ul ul li{
  position: relative;
  margin: 0px;
  width: 220px;
  float: none;
  display: list-item;
}
nav ul ul li a{
  line-height: 50px;
}
nav ul ul ul li{
  position: relative;
  top: -70px;
  left: 150px;
}
.show,.icon,#btn,#btn-1{
  display: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.headline_photo{
  margin: 0;
  padding: 0;
  background-image: url('design-background.png');
  background-size: cover;
  background-repeat: no-repeat;
  text-align:center;

z-index: 1;
border-bottom:solid 3px #111;
height: 600px;
}
.headline_photo span{
  text-align:center;
}
.headline_photo h2{
  color:#e96732;
  font-size:1.5em;
  z-index:1;
  font-weight:500;
  padding:8em 0 0;
}
.headline_phone #btn_2{background-image: linear-gradient(to right, #e93259,#ffad06)}
         #btn_2 {
            padding:1em;
            text-align: center;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            text-decoration: none;
            font-weight: 500;
            font-size: 1.563rem;
          }

          #btn_2:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
}

.headline_photo .main_quote{
  grid-row: 1/3;
  grid-column: 10/40;
  padding: 1em;
}

.headline_photo .benefit_list{
  grid-row: 9;
  grid-column: 10/40;

}

.border_info {
  display: grid;
  grid-template-columns: repeat(32,1fr);
  grid-template-rows: minmax(25px,auto);
  background: rgb(153,153,153);
  background: linear-gradient(90deg, rgba(153,153,153,1) 0%, rgba(0,0,0,1) 35%, rgba(153,153,153,1) 100%);
  border-bottom: solid 3px #111;
}
.border_info .border_info_inner{
  justify-content: center;
  grid-row: 1;
  grid-column: 5/29;
  color: #fff;
}
.border_info .border_info_inner{
  display:grid;
}
.border_info .border_info_inner .p_1{
  grid-column: 5/13;
  font-size: 1.25rem;
   font-weight:300;
}

.border_info .border_info_inner .p_2{
  grid-column: 13/21;
  font-size: 1.25rem;
  margin-left: 1.75em;
   font-weight:300;
}
.border_info .border_info_inner .p_3{
  grid-column: 21/29;
  font-size: 1.25rem;
  margin-left: 1.75em;
   font-weight:300;
}


.border_info{
 padding:1.25em 0;
}
.description{
   margin: 0 auto;
   padding-top: 1.75em;
   background-color: #f5f5f5;
   border-bottom:solid 3px #111;
}
.description  .info{
  border: solid 5px #111;
  background-color: #fff;
}
.description li{
  padding-left: 1.5em;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}
.info li{
  line-height: 1.5;
}
.border {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(20,1fr);
  grid-template-rows: minmax(25px,auto);
  background: rgb(153,153,153);
  background: linear-gradient(90deg, rgba(153,153,153,1) 0%, rgba(0,0,0,1) 35%, rgba(153,153,153,1) 100%);
  border-top: solid 3px #111;
  display:inline-block;
}

.Contact_Line_2 .Contact_Line_2_wrapper{
    grid-column: 5/29;
    margin-top: 1.25em;
}
.Contact_Line_2 .Contact_Line_Inner_2{
  border-top:solid 2px #e8e8e8;
  border-bottom:solid 2px #e8e8e8;
  display:grid;
  grid-row: 1/6;
  grid-column: 1/33;
  grid-template-columns: subgrid;
  grid-template-rows:subgrid;
}
.Contact_Line_2 .CTA_2 {
  grid-column: 5/16;
  grid-row: 1/2;
  margin-top: 1em;
  margin-bottom: 1em;
}
.Contact_Line_2 .CTA_2 p{
  font-size:1.953rem;
  color:#FD7000;
  font-weight:600;
  font-family:Montserrat;
  padding:1em 0;
}

.Contact_Line_2 .Numform_2{
    grid-column: 20/30;
  grid-row: 1;

  margin-top: 30px;
  transition-duration: 4s;
}
.Contact_Line_2 .Numform_2 p{
  font-size:1.25rem;
  color:#111;
  font-family:Montserrat;
  width:auto;
  font-weight:500;
}
.Contact_Line_2 .Numform_2 p .CTA_quote_2 img{
  height:11px;
  padding-left:6px;
}

.Contact_Line_2 .Numform_2 .CTA_quote_2 {background-image: linear-gradient(to right, #e93259,#ffad06)}
         .CTA_quote_2 {
            padding:1em;
            text-align: center;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            text-decoration: none;
            font-weight: 500;
            font-size: 1.563rem;
          }

          .CTA_quote_2:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
}

.Contact_Line_2 .Numform_2 p .CTA_phone_2{
  text-decoration: none;
  color: #111;
  font-weight: 500;
  font-size:1.25rem;

}

.Contact_Line_2 .Numform_2 p .CTA_phone_2:hover{
  color: #e96732;
}
.btn{
  display:inline-block  ;
}
.footer{
  display: grid;
  grid-template-columns:  repeat(32,1fr);
  grid-template-rows: minmax(100px, auto);
  border-top: solid 3px #111;
  background: #fff;
  height: 375px;

}

.footer .footer_logo{
  grid-row: 2/10;
  grid-column: 5;
  

}

.footer .footer_menu_1{
  grid-row: 2/12;
  grid-column: 9/11;
  line-height: 1.50;
}

.footer .footer_menu_1 a{
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}

.footer .footer_menu_1 a:hover{
  color: #e96732 !important;
}

.footer .footer_menu_2{
  grid-row: 2/5;
  grid-column: 15/19;
  line-height: 1.5;
}
.footer .footer_menu_2 a{
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}

.footer .footer_menu_2 a:hover{
  color: #e96732 !important;
}

.footer .footer_contact{
  grid-row: 2/5;
  grid-column: 21/29;
  line-height: 1.5;
}

.footer .footer_contact p a:hover{
  color: #e96732 !important;
}

.footer .fineprint {
  grid-row: 9/10;
  grid-column: 19/29;
  display: subgrid;
}
.footer .fineprint .copyright_wrapper{
  grid-column: 21/29;
  margin-top: 3px;
}
.slider_menu {}
  width: 300px;
  margin: 0 auto;
  img{width: 100%;
  }
}


button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


@media all and (max-width: 320px){
  nav{
    height: 40px !important;
    padding: 10px !important;
  }
nav .logo{
  padding-bottom: 12px !important;
}
#navbar .logo a #logo_1{
  height: 30px !important;
}
 nav .logo img{
  padding: 0 !important;
  height: 30px !important;
 }
  .headline_photo span #btn_2{
  padding: 10px !important;
 }
 .description .ppc_steps .step_1{
  width: 220px !important;
 }
 .description .ppc_steps .step_2{
  width: 220px !important;
 }
 .description .ppc_steps .step_3{
  width: 220px !important;
 }
 .description .ppc_steps .step_4{
  width: 220px !important;
 }
 .CTA_sec #Num {
  margin-top: 45px !important;
 }
 .CTA_sec .Numform #Num_p {
  font-size: 13px !important;
 }
 .CTA_sec .Numform #Numform .CTA_quote{
  font-size: 12px !important;
 }
 .Contact_Line_2 .Numform_2 p #btn_1 {
    width: 80% !important;
  }
.footer .copyright_2 p{
  width: 200px !important;
}
}

@media only screen and (max-width: 375px){
   .headline_photo  #headline_photo{
    margin-left: 55px !important;
   }
    .CTA_sec{
      max-width: 375px !important;
    }
    .CTA_sec  .CTA #CTA{
      margin: 0 0 0 13% !important;
    }
    .CTA_sec .Numform{
        width: auto !important;
        margin-top: none !important;
    }
    .CTA_sec .Numform #Numform{
      font-size: 14px !important;
    width: auto !important;
    }
    .CTA_quote{
      margin: 0 !important;
      padding: 15px 15px !important;
    }
.Contact_Line_2 .Numform_2 p #btn_1 {
  width: 80% !important;
 }
 .section_info  .side-photo img{
      width: 90%;
 }
}

@media only screen and (max-width: 426px) {
  #navbar .logo a img{
    padding-left:0 !important;
  }

  .headline_photo h1{
    font-size: 2.67rem !important;
  }
  .headline_photo .colored_pencils{
    display:none;
  }
    #ppc_steps {
    margin: auto !important;
    width:90%;
  }
    .ppc_steps #step_1 {
    width: auto !important;
    margin: 10px 0 !important;
    height: auto !important;
}
.ppc_steps #step_2 {
    width: auto !important;
    margin: 10px 0 !important;
    height: auto !important;
}
.ppc_steps #step_3 {
    width: auto !important;
    margin: 10px 0 !important;
    height: auto !important;
}
.ppc_steps #step_4 {
    width: auto !important;
    margin: 10px 0 !important;
    height: auto !important;
}     
.Contact_Line_2 .Numform_2 {
    margin-top: 0 !important;
}
  .Contact_Line_2 .Contact_Line_Inner_2 {
    display: inline-block !important;

  }
  .Contact_Line_2 .Contact_Line_Inner_2 .Numform_2  {
    text-align: center;
    margin-bottom: 20px;
  }
  .Contact_Line_2 .Numform_2 p a.btn.CTA_quote_2{
    width: auto !important;
  }
  .Contact_Line_2 .Contact_Line_Inner_2 .CTA_2 p{
    text-align: center;
    max-width: none !important;
    width: auto !important;
    padding: 0 !important;
  }
  .Contact_Line_2 .Numform_2 p a.btn.CTA_quote_2 {
    display: inline-block !important;
    margin-top: 20px;
  }
  .border_info  {
    text-align: center;
  }
  .border_info .border_info_inner .p_1 {
    font-size: .8rem !important;
}
.border_info .border_info_inner .p_2{
    font-size: .8rem !important;
    margin-left: 0 !important;
}
.border_info .border_info_inner .p_3{
    font-size: .8rem !important;
    margin-left: 0 !important;
}
  .description li{
    padding-left: 20px !important;
  }
  .CTA_sec{
    display: inline-block;
    max-width: 426px;
    height: 225px;
  }
  .CTA_sec .Numform{
    max-width: 426px;
    display: inline-block ;
  }
  .CTA_sec .Numform p{
    font-size: 16px !important;
    margin-left: 20px;
  }
  .CTA_sec .CTA p{
      padding: 0 !important;
    margin: 0 5% !important;
      text-align: center;

  }
  .footer .footer_logo  a img{
        margin: 25px 0 25px 0 !important;
  } 
}

@media all and (max-width: 768px){

  nav .logo{
    width: 0 !important;
  }
  .header nav ul{
  background-color: #fff;

}
  .icon{
    line-height: 0 !important;
  }
  .description {
    padding-bottom: 75px;
    display: inline-block !important;
  }
  .description .ppc_intro p{
    width:90%;
  }
  .description h2 {
    width: 90%;
    margin: auto;
  }
   .section_info{
    display:inline-block  !important;
  }
  .section_info h2 {
    width: 90%;
    margin: auto;
}
.info {
    width: 90%;
    margin: auto;
    float: none !important;
}
.side-photo img {
    width: 90%;
    height: auto !important;
}
.Contact_Line_2 {
    width: 90%;
    margin: auto;
}
  .CTA_sec .CTA p{
    font-size: 24px !important;
    width: 85%;
  }
  .CTA_sec .Numform{
  width: 500px;
  margin-top: 95px !important;
  }
   .CTA_sec{
    display: relative;
   }.footer{
  display: inline-block ;
  grid-template-columns: none;
  grid-template-rows: none;
  width: 100%;
  height: 650px;
  text-align: center;
}
.Contact_Line_2 .Contact_Line_2_wrapper {
    margin: 35px 0 0 0 !important;
}
.Contact_Line_2 .Contact_Line_Inner_2 .CTA_2 p{
  max-width: 150px;
}
.Contact_Line_2 .Numform_2 p .CTA_phone_2 {
  font-size: 1em !important;
}


.footer .footer_logo{
   margin: 0 auto;
}
.footer .footer_logo a img{
  height: 80px !important;
  margin: 50px 0;
}
.footer .footer_menu_1{
  text-align: center;
  margin-bottom: 25px;
}
.footer .footer_menu_1  p{
  text-align: center;
}
.footer .footer_menu_1 a{
  margin-left: 10px;
  margin-right: 10px;
}
.footer .footer_menu_2{
  text-align:   center;
  margin-bottom: 25px;
}
.footer .footer_menu_2 p{
  text-align: center;
}
.footer .footer_contact p{
  text-align:   center;
}
.footer .copyright{
  text-align:   center;
}
.footer .copyright  img{
   margin: 0 !important;
}
.footer .copyright_2  p{
  text-align: center;
}
}
@media all and (max-width: 968px){

  nav ul{
    margin-right: 0px;
    float: left;
  }
  nav .logo{
    width: 100%;
    padding-bottom: 30px;
  }
  nav ul li, nav ul ul li{
    display: block;
    width: 100%;
  }
  nav ul ul{
    top: 70px;
    position: static;
    border-top: none;
    float: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  nav ul ul ul li{
    position: static;
  }
  nav ul ul li{
    border-bottom: 6px;
  }
  nav ul ul a{
    padding-left: 40px;
  }
  .show{
    display: block;
    font-size: 18px;
    padding: 0 15px;
    line-height: 70px;
    cursor: pointer;
    font-weight: bold;
  }

  .show:hover{
    background: #ff7000;
    line-height: 70px;

  }
  .icon{
    display: block;
    position: absolute;
    right: 40px;
    line-height: 80px;
    cursor: pointer;
  }

  .show + a, ul{
    display: none;
  }

  [id^=btn]:checked+ul{
    display: block;
  }

}
@media all and (max-width: 1300px){
  .header #navbar .logo a img {
    padding-left: 65px;
}


.Contact_Line_2 .Contact_Line_Inner_2 .CTA_2{
  grid-column: 5/14;
}
.Contact_Line_2 .Contact_Line_Inner_2 .CTA_2 p{
  font-size: 1.25em !important;
  width: 250px;
}

.Contact_Line_2 .Numform_2 p{
  font-size: 1em !important;
}
.Contact_Line_2 .Numform_2 p .CTA_phone_2 {
  grid-column: 16/25;
}
.Contact_Line_2 .Numform_2 p .CTA_quote_2 {
  grid-column: 26/29;
}

.side-photo{
  grid-column: 15/29 !important;
}
}



@media all and (max-width: 1024px){
 
    .footer .footer_logo img{
  height: 125px !important;
}


.description h2{

  text-align: center !important;
}
.ppc_steps {
  margin: 0 40px !important;
}
.description .ppc_steps .step_1{

  width: 270px !important;
}
.description .ppc_steps .step_2{

  width: 270px !important;
}
.description .ppc_steps .step_3{

  width: 270px !important;
}
.description .ppc_steps .step_4{

  width: 270px !important;
}
.section_info{

}
.section_info h2{

  text-align: center;
}
.section_info .info{
  margin: 0px auto 0 !important;
  padding: 0 !important;
}
.section_info .side-photo{
  display: inline-block;
  width: 100%;
  text-align: center !important;
  padding: 35px 0 0px !important;
}
.Contact_Line_2 .CTA_2 p {
    padding: 55px 0 !important;
}
}
@media all and (min-width: 2000px){
  .description .ppc_intro{
    grid-column: 10/24 !important;
  }
  .description h2{
    grid-column: 10/24 !important;
  }
  section h2{
    grid-column: 10/24 !important;
  }
  .info{
    grid-column: 10/17 !important;
  }
  .side-photo{
    grid-column: 18/24 !important;
  }
  .Contact_Line_2{
    grid-column:10/24 !important;
  }
  .Contact_Line_2  .Contact_Line_2_wrap .Contact_Line_Inner_2{
    grid-column: 10/24 !important;
  }
  .CTA_sec .Numform{

 margin-top: 50px !important;
}
}

