/*for-large-dekstop view-1200*/

@media only screen and (min-width: 100px) and (max-width: 1399px) {
    .main-header {
    height: 80px;
    }
    .navigation ul li a {
    font-size: 14px;
    }
    .main-header .logo {
    width: 100px;
}
.banner-title h1 {
    font-size: 44px;
    
}
.banner-title h4 {
    font-size: 24px;
    padding-top: 4px;
}
.banner-title p {
    font-size: 15px;
    padding: 8px 0px;
}
header.header {
    top: 40px;
}
.banner-btns {
    margin-top: 5px;
}
}

/*for-laptop view-1024*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {
}

/*for-tablet view-768*/

@media only screen and (min-width: 100px) and (max-width: 991px) {
}

/*for-landscape_mobile view-576*/

@media only screen and (min-width: 100px) and (max-width: 767px) {
}

/*for-mobile view-375*/

@media only screen and (min-width: 100px) and (max-width: 575px) {
  .container {
    width: 96%;
  }
}

/*for-small_mobile view-320*/

@media only screen and (min-width: 100px) and (max-width: 374px) {
}
