/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*--
    custom heading Start
--*/
  .title {
    text-align: left;
  }

   .hero
   {
      height: 60vh;
   }


  /*--
    nav Start
--*/
  nav .block {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }
  nav .block .navbar-brand img {
    padding-left: 25px;
  }

   .navbar-nav .nav-link::after
   {
      display: none;
   }
      /*--
    price Start
--*/
      #price .block p
      {
         padding: 30px 0 0;
      }

      #price .block .pricing-list
      {
         text-align: left;
      }
      /*--
    contact-us Start
--*/
      #contact-us
      {
         padding: 60px 0 0;
      }

         #contact-us .block
         {
            text-align: center;
         }

            #contact-us .block .title
            {
               text-align: left;
            }

            #contact-us .block a
            {
               padding: 15px 80px;
               float: inherit;
            }
      /*--
    footer Start
--*/
      #footer .block
      {
         padding-bottom: 20px;
      }

         #footer .block h3
         {
            padding-bottom: 10px;
         }
      /*--
    footer-bottom Start
--*/
      #footer-bottom .block .navbar-nav
      {
         float: inherit;
         width: 70%;
         margin: 0 auto;
      }

      #footer-bottom .block p
      {
         text-align: center;
         padding-top: 0px;
      }
   }
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media only screen and (max-width: 767px) {


   hero
   {
      height: 35vh;
   }

   .navbar-nav .nav-link::after
   {
      display: none;
   }

  /*--
    custom heading Start
--*/
  .heading {
    text-align: center;
    font-size: 22px;
  }
  .heading span {
    font-size: 28px;
  }
  /*--
    custom heading Start
--*/
  .title {
    text-align: left;
  }
  
    
  /*--
    about-us Start
--*/
  
  #about-us .block p {
    padding: 40px 0px 0px;
  }
  /*--
    custom title Start
--*/
  #title h2 {
    font-size: 20px;
  }
  #title h2 span {
    font-size: 25px;
  }
 
  /*--
    price Start
--*/
  #price .block p {
    padding: 40px 0px 0px;
  }
  #price .block .pricing-list {
    text-align: left;
  }
  #price .block .pricing-list ul li .item {
    float: none;
  }
  #price .block .pricing-list ul li .item .item-title .border-bottom {
    display: none;
  }
  #price .block .pricing-list ul li .item .item-title span {
    padding-top: 10px;
    display: block;
    float: none;
  }
  #price .block .pricing-list .btn {
    float: inherit;
    padding: 28px 100px;
  }
  /*--
    subscribe Start
--*/
  #subscribe .block h1 {
    font-size: 30px;
  }
  #subscribe .block h1 span {
    font-size: 25px;
  }
  #subscribe .block form .form-group .input-group {
    width: 100%;
  }
  #subscribe .block form .form-group .input-group .form-control {
    width: 100%;
    background: #fff;
    opacity: 0.9;
    border: none;
    height: 65px;
    border-radius: 0px;
    float: inherit;
  }
  #subscribe .block form .form-group .input-group .input-group-addon {
    padding: 0px;
    border: none;
    background: none;
    display: block;
    margin-top: 20px;
  }
  /*--
    contact-us Start
--*/
  #contact-us {
    padding: 60px 0 0;
  }
  #contact-us .block a {
    padding: 20px 80px;
    width: 100%;
    float: inherit;
  }
  /*--
    footer Start
--*/
  #footer .block {
    padding-bottom: 50px;
  }
  #footer .block .info ul li {
    width: 100%;
    margin-right: 0px;
  }
  #footer .block .portfolio img {
    margin-top: 20px;
  }
  #footer .block .portfolio ul li {
    margin-right: 0px;
    display: inline-block;
  }
  /*--
    footer-bottom Start
--*/
  #footer-bottom .block .navbar {
    display: none;
  }
  #footer-bottom .block p {
    text-align: center;
    padding-top: 0px;
  }
}
