@media (max-width: 767px) {
  .logo {
    height: 45px!important;
  }
  .top-head.navbar-default.mobile {
    padding-top: 0;
  }
  .top-head.navbar-default.mobile .navbar-header {
    margin-right: -15px;
  }
  .top-head.navbar-default.mobile .navbar-toggle {
    border: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .top-head.navbar-default.mobile .navbar-collapse {
    text-align: right;
  }
  .top-head.navbar-default.mobile .search-form {
    width: auto;
  }
  .top-head.navbar-default.mobile .search-form input[type=text] {
    width: 100%!important;
  }
  .top-head.navbar-default.mobile .change-language {
    text-align: center;
  }
  .top-head.navbar-default.mobile .change-language a {
    display: inline-block;
    border: none;
  }
  .home-banner .bannderimg {
    height: 300px;
  }
  .home-banner .caption {
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .home-banner .caption > span {
    float: none;
    font-size: 15px;
    display: block;
    text-align: center;
  }
  .home-banner .caption .name {
    padding: 10px 0;
    background-color: rgba(72, 72, 72, 0.8);
  }
  .home-banner .caption .desc {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(193, 0, 1, 0.8);
  }
  section {
    padding: 20px 0;
  }
  section .section-title {
    font-size: 20px!important;
  }
  .section-child-details .section-title {
    margin-bottom: 15px;
  }
  .section-services {
    padding: 20px 0;
  }
  .section-services .section-title {
    margin-top: 20px;
  }
  .service-box {
    margin-top: 20px;
  }
  .banner-child {
    height: 150px;
  }
  .banner-child .banner-child-overlay .page-title {
    font-size: 25px;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  .breadcrumb > li {
    font-size: 12px;
  }
  .breadcrumb > li a {
    font-size: 12px;
  }
  .responsive-common-box .common-box {
    border-bottom: 1px solid #ccc;
  }
  .responsive-common-box .common-box .common-box-img {
    height: 70px;
    width: 100px;
    float: left;
    margin-right: 15px;
  }
  .responsive-common-box .common-box .override-img {
    display: none;
  }
  .responsive-common-box .common-box .caption {
    position: initial;
    height: auto;
    padding: 0;
  }
  .responsive-common-box .common-box .caption .name {
    height: 39px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .responsive-common-box .common-box .caption .desc {
    height: 50px;
    margin: 0;
    font-size: 12px;
  }
  .responsive-common-box .common-box .caption .details {
    text-align: right;
  }
  .responsive-common-box .common-box .caption .details .btn.btn-default {
    font-size: 13px;
    background-color: transparent;
    color: #c10001;
  }
  .attribute-mobile {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 9999999999999;
  }
  .attribute-mobile .attribute-open {
    position: relative;
  }
  .attribute-mobile .attribute-open .fa.fa-info-circle {
    position: absolute;
    top: 0;
    right: 0;
    color: #c10001;
    cursor: pointer;
    margin: 0;
    z-index: 99;
  }
  .attribute-mobile .box {
    width: 200px;
    height: 110px;
    padding: 15px;
    overflow: hidden;
    position: absolute;
    right: -200px;
  }
  .attribute-mobile .box > a {
    display: block;
    color: #fff;
  }
  .transform {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .transform-active {
    background-color: #4d4d4d;
    right: 0!important;
  }
  .news-box {
    padding-bottom: 15px;
  }
  .news-box .caption .name {
    height: 34px;
    font-size: 16px;
  }
  .news-box .caption .desc {
    height: 68px;
    font-size: 12px;
    overflow: visible;
  }
  .slidescontainer .slick-prev:before,
  .slidescontainer .slick-next:before {
    font-size: 40px;
  }
  footer {
    text-align: center;
  }
  footer .text-right {
    text-align: center;
  }
  footer p,
  footer a {
    font-size: 12px;
  }
  footer .copy-rights p {
    float: none!important;
  }
  footer .copy-rights .design-by {
    margin-top: 10px;
  }
  footer .section-footer [class^="col"]:first-child .section-title {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .section-quotes .section-title {
    font-size: 20px;
  }
  .section-child-details .section-title {
    font-size: 25px;
  }
  .bottom-head .list-inline > li > a {
    padding: 0 6px!important;
  }
  .bottom-head .search-form input[type=text] {
    width: 100px!important;
  }
  footer .section-footer [class^="col"] {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .logo {
    height: 100px;
  }
  .bottom-head {
    text-align: left;
  }
  .bottom-head .list-inline > li {
    padding: 12px 0;
  }
  .bottom-head .list-inline > li > a {
    padding: 0 13px;
    font-size: 14px;
  }
  .bottom-head .search-form {
    top: -1px;
  }
  .bottom-head .search-form input[type=text] {
    width: 110px;
  }
}