@media all and (max-width:1150px) {

  #navigation {
		position: fixed;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		z-index: 1000;
		background-color: var(--color-dark-green);
		width: 320px;
		padding: 20px;
		overflow: auto;
	}

	#closemenu {
		float: right;
	}

    .header-menu {
		clear: both;
		padding-top: 30px;
	}

	.header-menu li {
		float: none;
		margin-left: 0;
        margin-right: 0px;
		margin-bottom: 10px;
	}

    #openmenu,
	#closemenu {
		display: inline-block;
	}

    .wrapper-menu-btn .btn {
        display: none;
    }

    .wrapper-header {
        padding-top: 10px;
        padding-bottom: 10px;
   }

   .header-menu>li {
        margin-bottom: 15px;
   }
   
   .header-menu>li a {
        padding-top: 0px;
        padding-bottom: 0px;
   }

   .aboutus-img {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 50px;
   }

   .aboutus-content {
        width: 100%;
        padding: 50px;
   }

    .plans-img {
        width: 100%;
    }

    .plans-content {
        width: 100%;
        padding: 50px;
    }

    .single-pricing {
        width: calc(50% - 40px);
   }

    .wrapper-pricing {
       -webkit-box-pack: center;
           -ms-flex-pack: center;
               justify-content: center;
    }

    .contact-img {
       width: 100%;
    }

    .contact-form {
        width: 100%;
        padding: 50px 40px;
   }

   .wrapper-contact>div {
       width: 50%;
       text-align: center;
   }

   #contacts .social-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
   }

   #contacts .social-link li {
    margin-right: 10px;
    margin-left: 10px;
   }

}

@media all and (max-width:800px) {
    
    .aboutus-img {
        width: 100%;
   }

   .small-img {
    bottom: 0px;
    right: 0px;
   }

    .single-pricing {
     width: calc(100% - 40px);
   }

   .wrapper-input input {
    width:100%;
   }

   .wrapper-contact>div {
       width: 100%;
   }

    h1 {
    font-size: 70px;
   }

  h2 {
    font-size: 40px;
   }

   .price {
    font-size: 40px;
   }

}

@media all and (max-width:400px) {

    h1 {
    font-size: 50px;
   }

   h2 {
    font-size: 30px;
   }
   
   .single-pricing {
    margin: 0px;
    margin-bottom: 20px;
    width: 100%;
   }

}