@media screen and (max-width:480px)
{
  	.logo-parents
    {
      position: relative;
    }
    .logo-parents .toggle-button
    {
      position: absolute;
      right: 15px;
      top: 32px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      text-align: center;
    }
    .logo-parents .toggle-button .fa
    {
      font-size: 2em;
      color: var(--color1);
      line-height: 30px;
    }
    .logo-parents .logo
    {
      width: 90%;
    }

    .container
  	{
  		max-width: 100%;
  	}


  	 .banner
    {
      height: 200px;
    }
    .inner-page-banner .inner-page-banner-child .dataa
    {
      width: 100%;
    }
    .inner-page-banner .inner-page-banner-child .dataa h4
    {
      font-size: 25px;
      text-align: center;
    }
    .inner-page-banner .inner-page-banner-child .dataa .mybread ul li
    {
      float: left;
    }
    .inner-page-banner .inner-page-banner-child .dataa .mybread ul li a
    {
      font-size: 15px;
    }
    .inner-page-banner .inner-page-banner-child .dataa
    {
      left: 0;
      padding: 0 10px;
    }

    /*============================*/
    
    .navigation
    {
      background-color: var(--white);
    }

    section.about-home .home-desc-area
    {
      max-width: 100%;
    }
    section.about-home,
    section.home-services
    {
      margin-top: 20px;
    }
    .home-heading h3
    {
      font-size: 20px;  
    }
    section.about-home .home-desc-area p
    {
      text-align: left;
      font-family: var(--roboto2);
      font-size: 15px;
    }
    span.strong 
    {
      font-family: var(--roboto4);
    }

    .service-margin-bottom
    {
      margin-bottom: 20px;
    }
    .footer
    {
      margin-top: 0;
    }
  	.inner-page-banner
    {
      height: 200px;
    }
    section.content-page
    {
      margin-top: 20px;
    }
    section.content-page .container
    {
      max-width: 95%;
    }
    .message-box .image-homepage2
    {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .message-box .detail-box
    {
      padding-left: 0;
      display: block;
    }
    .message-box .detail-box .titles
    {
        font-family: var(--roboto5);
        font-size: 17px;
    }
    .message-box .detail-box p
    {
        font-family: var(--roboto2);
        font-size: 16px;
        text-align: left;
    }
    .message-box.box2 .detail-box
    {
        padding-right: 0;
    }
    .myformDesign
    {
        padding-right: 0px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .myformDesign .form-group .capacha-div
    {
      text-align: center;
      margin-top: 15px;
    }
    .myformDesign .submitButton
    {
      width: 100%;
    }
    .myformDesign .form-group {
       margin-bottom: 1em;
    }

    .image-homepage4
    {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .carousel-caption {
        position: static;
        padding-top: 0;
        padding-bottom: 0
    }
    .carousel-caption h2 span {
        background-color: var(--color1);
        text-align: center;
        margin-bottom: 0;
        border-radius: 0;
        border-right: 0;
        display: block;
        font-size: 22px;
        padding: 8px 10px;
        padding-left: 10px;
        font-family: var(--neo4);
    }
   


   .quality-image
   {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
   }
   .qualityu-content
   {
      padding: 0;
   }

}


@media screen and (min-width:481px) and (max-width:576px)
{
 	.logo-parents
    {
      position: relative;
    }
    .logo-parents .toggle-button
    {
      position: absolute;
      right: 15px;
      top: 35px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      text-align: center;
    }
    .logo-parents .toggle-button .fa
    {
      font-size: 2em;
      color: var(--color1);
    }
    .logo-parents .logo
    {
      width: 90%;
    }



     .banner
    {
      height: 200px;
    }
    .inner-page-banner .inner-page-banner-child .dataa
    {
      width: 100%;
    }
    .inner-page-banner .inner-page-banner-child .dataa h4
    {
      font-size: 25px;
      text-align: center;
    }
    .inner-page-banner .inner-page-banner-child .dataa .mybread ul
    {
      display: table;
      margin: auto;
    }
    .inner-page-banner .inner-page-banner-child .dataa .mybread ul li
    {
      float: left;
    }
    .inner-page-banner .inner-page-banner-child .dataa .mybread ul li a
    {
      font-size: 15px;
    }
    .inner-page-banner .inner-page-banner-child .dataa
    {
      left: 0;
      padding: 0 10px;
    }

    /*============================*/
    
    .navigation
    {
      background-color: var(--white);
    }

    section.about-home .home-desc-area
    {
      max-width: 100%;
    }
    section.about-home,
    section.home-services
    {
      margin-top: 30px;
    }
    .home-heading h3
    {
      font-size: 25px;  
    }
    section.about-home .home-desc-area p
    {
      text-align: left;
      font-family: var(--roboto2);
      font-size: 15px;
    }
    span.strong 
    {
      font-family: var(--roboto4);
    }

    .service-margin-bottom
    {
      margin-bottom: 20px;
    }
    .footer
    {
      margin-top: 0;
    }
    .inner-page-banner
    {
      height: 200px;
    }
    section.content-page
    {
      margin-top: 20px;
    }
    section.content-page .container
    {
      max-width: 95%;
    }
    .message-box .image-homepage2
    {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .message-box .detail-box
    {
      padding-left: 0;
      display: block;
    }
    .message-box .detail-box .titles
    {
        font-family: var(--roboto5);
        font-size: 17px;
    }
    .message-box .detail-box p
    {
        font-family: var(--roboto2);
        font-size: 16px;
        text-align: left;
    }
    .message-box.box2 .detail-box
    {
        padding-right: 0;
    }
    .myformDesign
    {
        padding-right: 0px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .myformDesign .form-group .capacha-div
    {
      text-align: center;
      margin-top: 15px;
    }
    .myformDesign .submitButton
    {
      width: 100%;
    }
    .myformDesign .form-group {
       margin-bottom: 1em;
    }

    .image-homepage4
    {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .container .box.content::before
      {
        display: none;
      }


    .carousel-caption {
        position: static;
        padding-top: 0;
        padding-bottom: 0
    }
    .carousel-caption h2 span {
        background-color: var(--color1);
        text-align: center;
        margin-bottom: 0;
        border-radius: 0;
        border-right: 0;
        display: block;
        font-size: 25px;
        padding: 7px 10px;
        padding-left: 10px;
        font-family: var(--neo4);
    }


       .quality-image
       {
          width: 250px;
          margin-right: 0;
          float: none;
          margin:auto;
          margin-bottom: 20px;
       }
       .qualityu-content
       {
          padding: 0;
       }

}

@media screen and (min-width:577px) and (max-width:767px)
{
   .logo-parents
    {
      position: relative;
    }
    .logo-parents .toggle-button
    {
      position: absolute;
      right: 15px;
      top: 30px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      text-align: center;
    }
    .logo-parents .toggle-button .fa
    {
      font-size: 2em;
      color: var(--color1);
    }
    .logo-parents .logo
    {
      width: 90%;
    }

    
    .topbar ul li
    {
      margin-left: 0px;
      margin-right: 10px;
    }
    .topbar ul
    {
      display: table;
      margin: auto;
    }


     .banner
    {
      height: 200px;
    }
    .inner-page-banner .inner-page-banner-child .dataa
    {
      width: 100%;
    }
    .inner-page-banner .inner-page-banner-child .dataa h4
    {
      font-size: 25px;
      text-align: center;
    }
    .inner-page-banner .inner-page-banner-child .dataa .mybread ul
    {
      display: table;
      margin: auto;
    }
    .inner-page-banner .inner-page-banner-child .dataa .mybread ul li
    {
      float: left;
    }
    .inner-page-banner .inner-page-banner-child .dataa .mybread ul li a
    {
      font-size: 15px;
    }
    .inner-page-banner .inner-page-banner-child .dataa
    {
      left: 0;
      padding: 0 10px;
    }

    /*============================*/
    
    .navigation
    {
      background-color: var(--white);
    }

    section.about-home .home-desc-area
    {
      max-width: 100%;
    }
    section.about-home,
    section.home-services
    {
      margin-top: 30px;
    }
    .home-heading h3
    {
      font-size: 25px;  
    }
    section.about-home .home-desc-area p
    {
      text-align: left;
      font-family: var(--roboto2);
      font-size: 15px;
    }
    span.strong 
    {
      font-family: var(--roboto4);
    }

    .service-margin-bottom
    {
      margin-bottom: 20px;
    }
    .footer
    {
      margin-top: 0;
    }
    .inner-page-banner
    {
      height: 200px;
    }
    section.content-page
    {
      margin-top: 20px;
    }
    section.content-page .container
    {
      max-width: 95%;
    }
    .message-box .image-homepage2
    {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .message-box .detail-box
    {
      padding-left: 0;
      display: block;
    }
    .message-box .detail-box .titles
    {
        font-family: var(--roboto5);
        font-size: 17px;
    }
    .message-box .detail-box p
    {
        font-family: var(--roboto2);
        font-size: 16px;
        text-align: left;
    }
    .message-box.box2 .detail-box
    {
        padding-right: 0;
    }
    .myformDesign
    {
        padding-right: 0px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .myformDesign .form-group .capacha-div
    {
      text-align: center;
      margin-top: 15px;
    }
    .myformDesign .submitButton
    {
      width: 100%;
    }
    .myformDesign .form-group {
       margin-bottom: 1em;
    }

    .image-homepage4
    {
        width: 80%;
        float: none;
        margin-left: 10%;
        margin-bottom: 20px;
    }

    .container .box.content::before
      {
        display: none;
      }

    .carousel-caption {
        position: absolute;
        padding-top: 0;
        padding-bottom: 0;
        bottom: 10px
    }
    .carousel-caption h2 span {
        background-color: var(--color1);
        text-align: left;
        margin-bottom: 0;
        border-radius: 0;
        border-right: 0;
        display: inline-block;
        font-size: 30px;
        padding: 5px 10px;
        padding-left: 10px;
    }


       .quality-image
       {
          width: 250px;
          margin-right: 0;
          float: none;
          margin:auto;
          margin-bottom: 20px;
       }
       .qualityu-content
       {
          padding: 0;
       }
    
}

@media screen and (min-width:768px) and (max-width:992px)
{
    .navigation > .container
    {
        max-width: 100%;
    }
    .navigation .logo-parents
    {
        background-color: var(--white);
    }

    .carousel-caption {
        position: absolute;
        padding-top: 0;
        padding-bottom: 0;
        bottom: 50px
    }
    .carousel-caption h2 {
        margin-bottom: 10px
    }
    .carousel-caption h2 span {
        background-color: var(--color1);
        text-align: left;
        margin-bottom: 0;
        display: inline-block;
        font-size: 30px;
        font-family: var(--neo4);
        padding: 8px 10px;
        padding-right: 50px;
        padding-left: 10px;
    }
}





@media screen and (min-width:768px) and (max-width:992px)
{
  section.content-page .container
  {
    max-width: 95%;
  }
  .topbar
  {
    padding: 5px;
  }
   .topbar .container
   {
     max-width: 95%;
   }
   .topbar ul li
   {
      margin-left:8px;
   }

   .descBox .image
   {
      width: 337px;
   }
    .descBox2 .image
    {
      width: 400px;
    }

    .logo-parents .toggle-button
    {
      display: none;
    }

   .navigation .logo
   {
      text-align: center;
      margin-bottom: 10px;
   }
     .navigation .logo img
    {   
      width: 350px;
    }
    .navigation .mynavbars ul.main-ul
    {
        float: none;
        display: table;
        margin:auto;
    }
    .navigation .mynavbars ul.main-ul li.main-li a
    {
        padding:9px 15px;
    }

    .col-767-992
    {
      width: 50% !important;
      margin-bottom: 2px;
    }
    
    .footer
    {
        margin-top: 0;
    }

    .message-box .image-homepage2
    {
      display: table;
      width: 400px;
      margin: auto;
      margin-bottom: 21px;
    }
    .message-box.box2 .image-homepage2
    {
      display: table;
      width: 400px;
      margin: auto;
      margin-bottom: 21px;
    }
    .message-box .detail-box
    {
      padding-left: 0;
    }
    .message-box .detail-box p
    {
      font-family: var(--roboto3);
      font-size: 16px;
    }

    .image-homepage4
    {
        width: 300px;
    }

    .myformDesign
    {
      margin-bottom: 25px;
    }
    .myformDesign .submitButton
    {
        display: table;
        margin:auto;
    }

    .qualityu-content
     {
        padding: 0;
        margin-top: 20px;
     }
}

@media screen and (min-width: 1140px)
{
    .logo-parents .toggle-button
    {
      display: none;
    }

}


/*
***********************************
Navigation
***********************************
*/

@media screen and (max-width:767px)
{
      .navigation .navigation-area
      {
        display: none;
      }
  	

    .navigation .mynavbars ul.main-ul li.main-li a::after, 
    .navigation .mynavbars ul.main-ul li.main-li a::before {
	       display: none;
     }

     .navigation .mynavbars ul.main-ul
     {
        overflow: hidden;
        float: none;
        padding:15px 0;

     }
     .navigation .mynavbars ul.main-ul li.main-li
     {
        float: none;
        border-bottom:1px solid #107ece;
     }
     .navigation .mynavbars ul.main-ul li.main-li a
     {
          padding: 7px 6px;
          cursor: pointer;
     }
     .navigation .mynavbars ul.main-ul li.main-li.has-ul ul.dropdown-menus
     {
        position: static;
        background-color: #595757;
        padding: 10px;
        display: none;
     }
     .navigation .mynavbars ul.main-ul li.main-li.has-ul ul.dropdown-menus li a
     {
        color: var(--white);
     }
} 
