@media only screen and (max-width: 600px) {

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}

.header-menu{
    display: none;
}

header {
    height: auto;
    padding-bottom: 50px;
}

header .container {
    justify-content: flex-start;
}

.logo {
    width: 40%;
    padding-top: 10px;
    margin: 0;
}

.logo-text {
    width: 50%;
    padding-top: 20px;
}

.mob-menu{
        display: block;
        position: fixed;
        right: 0px;
        top: -5px;
        z-index: 999999;
}

.menu-btn {
        display: flex;
        align-items: center;
        position: relative;
        top: 30px;
        left: -10px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 9999999;
        background: #fff;
}
 
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition-duration: .25s;
}
.menu-btn > span::before {
  content: '';
  top: -8px;
}
.menu-btn > span::after {
  content: '';
  top: 8px;
}

.menubox{
        display: block;
        position: fixed;
        visibility: hidden;
        top: 0px;
        right: -100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 50px 20px;
        list-style: none;
        background-color: #fff;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
        transition-duration: .25s;
        z-index: 99999;
}

.menubox a{
    text-decoration: none;
    color: #000;
}

.menubox li{
    font-family: Acrom-Medium;
    padding-top: 25px;
    text-transform: uppercase;
}

.menu-item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: Acrom-Medium;
  font-size: 20px;
  text-decoration: none;
  transition-duration: .25s;
}
.menu-item:hover {
  background-color: #CFD8DC;
}

#menu-toggle{
  opacity: 0;
}

#menu-toggle:checked ~ .menu-btn > span{
  transform: rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn > span::before{
  top: 0;
  transform: rotate(0);
}
#menu-toggle:checked ~ .menu-btn > span::after{
  top: 0;
  transform: rotate(90deg);
}
#menu-toggle:checked ~ .menubox {
    visibility: visible;
    right: 0;
}


.iosh {
    width: 100%;
    padding-top: 20px;
}

.social {
    width: 150px;
    padding-top: 20px;
    justify-content: flex-start;
}

.phone {
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

.banner h2 {
    width: 100%;
    font-size: 24px;
    padding-top: 40px;
}

.banner h3 {
    width: 100%;
    font-size: 14px;
    padding-top: 20px;
}

.banner-button-wrap {
    width: 100%;
    padding-top: 20px;
}

.banner-button1{
    display: none;
}

.banner-button2 {
    margin-left: 0px;
}

.priem p {
    font-weight: 700;
    font-size: 15px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
}

.priem-item {
    width: 100%;
}

.priem-item .top {
    width: 100%;
    height: 110px;
}

.listt {
    top: 0px;
}

.listt img {
    width: 80px;
}

.about-title {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
}

.about-title-2 {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
}

.about-item {
    width: 100%;
    height: auto;
}

.about-item .leftt {
    width: 20%;
    margin: 0 auto;
    text-align: left;
}

.about-item .leftt img {
    width: 44px;
    height: 44px;
}

.about-button-2 {
    top: 80px;
}

.title {
    font-size: 16px !important;
    width: 100% !important;
}

.dom-item {
    width: 100%;
}

.dom-title {
    font-size: 18px;
    padding-top: 40px;
}

.dom-sm-title {
    font-size: 16px;
    width: 80%;
}

.dom-button-2{
    display: none;
}

.about-us .left {
    width: 100%;
}

.about-us .left img {
    width: 100%;
}

.about-us .right {
    width: 100%;
    padding-top: 0px;
}

.about-us .right p {
    font-size: 16px;
    padding-top: 0px;
}

.contact-form h2 {
    color: #fff;
}

.contact-form p {
    color: #fff;
    font-size: 20px;
}

}