main.inner {
  background: #f3f6f5;
}
main.main-home {
  overflow: hidden;
}

header {
  background: #e4f3fd;
  /* background: red; */
  padding: 30px 30px 30px 30px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 99999 !important;
}

header.inner-head {
  background: #FFF;
  -webkit-box-shadow: 0px 13px 74px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 13px 74px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 13px 74px 0px rgba(0, 0, 0, 0.17);
}

header .right-sec {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}

header .log-btn {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  display: table;
  background: #4dbb7b;
  height: 36px;
  padding: 0 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  line-height: 36px;
  -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}

header .log-btn:hover {
  background: #544fa2;
}
header .log-btn a {
  color: inherit;
  text-decoration: none;
}
header .log-btn a:hover {
  text-decoration: underline;
}

header .srch-btn {
  display: table;
  margin: 0 16px 0 0;
}

header .srch-btn:hover img {
  filter: invert(1) sepia(1) saturate(15) hue-rotate(40deg) brightness(0.75);
}

header .srch-btn img {
  width: 23px;
  height: 23px;
}

.banner {
  position: relative;
  height: calc(100vh - 116px);
  padding: 0 70px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  background: #e4f3fd;
  background: linear-gradient(0deg, rgba(228, 243, 253, 0) 0%, #e4f3fd 45%, #e4f3fd 100%);
}

.banner img.main {
  float: right;
  height: 80%;
}

.banner .maincover {
  float: right;
  height: 80%;
  position: relative;
}

.banner .maincover img {
  height: 100%;
}

.banner .maincover .object-1,
.banner .maincover .object-2,
.banner .maincover .object-3,
.banner .maincover .object-4,
.banner .maincover .object-5,
.banner .maincover .object-6,
.banner .maincover .object-7,
.banner .maincover .object-8,
.banner .maincover .object-9 {
  position: absolute;
  left: 9%;
  top: 51%;
  /* transform: scale(1.2); */
}

.banner .maincover .object-2 {
  left: 13%;
  top: 22%;
}

.banner .maincover .object-3 {
  left: 51%;
  top: 14%;
}

.banner .maincover .object-4 {
  left: 60%;
  top: 1%;
}

.banner .maincover .object-5 {
  left: 73%;
  top: 15%;
}

.banner .maincover .object-6 {
  left: 83%;
  top: 29%;
}

.banner .maincover .object-7 {
  left: 90%;
  top: 36%;
}

.banner .maincover .object-8 {
  left: 90%;
  top: 59%;
}

.banner .maincover .object-9 {
  left: 87%;
  top: 73%;
}

.banner .cell {
  width: 1176px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner .cell h1 {
  font-size: 72px;
  font-weight: 700;
  color: #544fa2;
  line-height: 72px;
  position: relative;
  z-index: 9;
  display: table;
  letter-spacing: -3px;
}

.banner .cell img.mark1 {
  position: absolute;
  top: 62px;
  right: 169px;
  height: auto;
  z-index: -1;
}

.banner .cell .see-all {
  border: 2px solid #282828;
  padding: 0 19px;
  margin: 40px 0 0 0;
  height: 38px;
  display: table;
  line-height: 38px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  -webkit-border-radius: 21px;
  border-radius: 21px;
}

.banner .cell .see-all img {
  position: relative;
  top: -2px;
  margin-left: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.banner .cell .see-all:hover {
  border: 2px solid #4dbb7b;
}

.banner .cell .see-all:hover img {
  margin-left: 10px;
}

.banner .shape-1 {
  position: absolute;
  bottom: 30%;
  right: 45%;
}

.banner .shape-2 {
  position: absolute;
  top: 90px;
  right: 5%;
}

.banner .shape-1 img,
.banner .shape-2 img {
  max-width: 100%;
}

/* classy nav start */
.classynav {
  /* margin-right: 20px; */
}

.classy-nav-container {
  /* background-color: #cc0000; */
  padding: 0 0;
  z-index: 11;
  margin: 0 20px 0 0;
}

.classy-nav-container .classy-navbar {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.classy-nav-container .classy-navbar .classynav ul li {
  margin-left: 20px;
}

.classy-nav-container .classy-navbar .classynav ul li a {
  font-size: 16px;
  color: #282828;
  font-weight: 700;
  padding: 5px 0 5px 0;
  margin: 0 0 0 0;
  position: relative;
}

.classy-nav-container .classy-navbar .classynav ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li.active a {
  background: none;
  color: #4dbb7b;
}

/* .classy-nav-container .classy-navbar .classynav ul li:hover>a {
    background: #000;
    color: #FFF !important;
} */
/* .cn-dropdown-item:hover > a {
    background: #A30000 !important;
} */
.cn-dropdown-item .dropdown a::before {
  display: none;
}

.classynav ul li a:hover .classynav ul li.has-down::after {
  color: #cc0000 !important;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
  font-size: 14px;
  color: #fff;
  padding: 15px 15px !important;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: auto;
  line-height: inherit;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li:last-child a {
  border-bottom: 0;
}

.breakpoint-off .classynav ul li .dropdown li.sub2>a {
  border-bottom: 0 !important;
}

.breakpoint-off .classynav ul li .dropdown li.sub2 ul.dropdown li:last-child a {
  border-bottom: 0 !important;
}

.classynav ul li.cn-dropdown-item ul li a:hover {
  background: #000;
  color: #fff !important;
}

.classynav ul li.active a {
  position: relative;
  z-index: 1;
}

.classynav ul li.active a::before {
  width: 80%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 1;
  content: '';
}

.classynav ul li.active a::before {
  display: none;
}

.classynav ul li.active a::before {
  display: none;
}

.classynav ul li.has-down>a::after,
.classynav ul li.has-down.active>a::after,
.classynav ul li.megamenu-item>a::after {
  color: #fff;
}

.classynav #nav {
  margin: 0;
  padding: 0;
  display: table;
}

.breakpoint-off .classynav ul li .dropdown {
  padding-top: 0;
  padding-bottom: 0;
  background: #703696 !important;
  /* width: 200px; */
  left: 0;
}

.breakpoint-off .classynav ul li .dropdown li:hover .dropdown {
  top: 0;
}

.classynav ul li.has-down>a::after {
  font-size: 10px;
}

.classynav ul li.has-down.sub2 {
  position: relative;
}

.classynav ul li.has-down.sub2>a::after {
  display: none;
}

.classynav ul li.has-down.sub2>a::before {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  font-family: 'classyfonts';
  content: "\e900";
  font-size: 10px;
}

.classynav ul li.cn-dropdown-item ul li a {
  margin-left: 0 !important;
}

.classy-menu {
  /* width: 100%;  */
}

/* classy nav end */
/* List page: start */
.list-page-wrap {
  padding: 0 30px 60px 30px;
  display: flex;
  /* background: #f3f6f5; */
  -webkit-align-items: stretch;
  align-items: stretch;
}

.list-page-wrap .filter {
  width: 305px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-page-wrap .filter .filter-head {
  padding: 25px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 3px solid #f2f7f6;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: #FFF;
}

.list-page-wrap .filter .filter-head span {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.list-page-wrap .filter .filter-head a {
  background: #f7f7f7;
  font-size: 12px;
  color: #6c7789;
  padding: 6px 8px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.list-page-wrap .filter .filter-head a i {
  font-size: 14px;
  color: #949fb1;
  margin: 0 5px 0 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.list-page-wrap .filter .filter-head a:hover {
  background: #4dbb7b;
  color: #fff;
}

.list-page-wrap .filter .filter-head a:hover i {
  color: #fff;
}

.list-page-wrap .filter .filter-footer {
  width: 100%;
  padding: 25px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #FFF;
}

.list-page-wrap .filter .filter-footer button {
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  background: #4dbb7b;
  color: #fff;
  border: 0px;
  outline: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-page-wrap .filter .filter-footer button:hover {
  background: #544fa2;
}

.list-page-wrap .filter .filter-footer .clear-btn {
  height: 40px;
  width: 100px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  background: #d3d4d4;
  color: #474747;
  border: 0px;
  outline: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.list-page-wrap .filter .filter-footer .clear-btn:hover {
  background: #aeaeae;
}

.filterAccordion .accordion-item {
  border: 0px;
  border-bottom: 3px solid #f2f7f6;
}

.filterAccordion .accordion-item .accordion-button {
  box-shadow: none !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 15px 18px;
  font-size: 15px;
  font-weight: 500;
  color: #5d6a7e;
}

.filterAccordion .accordion-item .accordion-button:hover {
  background: #effff6;
}

.filterAccordion .accordion-item .accordion-button img {
  margin: 0 6px 0 0;
}

.filterAccordion .accordion-item .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  background-image: none !important;
  width: auto;
  height: auto;
  color: #000000;
}

.filterAccordion .accordion-item .accordion-button:not(.collapsed) {
  background: none !important;
}

.filterAccordion .accordion-item .accordion-body {
  padding: 10px 20px 20px 20px;
}
.filterAccordion .accordion-item .accordion-body .empty-cell {
    text-align: center;
    background: #f3f3f3;
    padding: 10px;
}
.filterAccordion .accordion-item .accordion-body .empty-cell p {
    font-size: 14px;
    color: #000;
    margin: 0;
}

.filterAccordion .accordion-item .accordion-body .fltr-search {
  width: 100%;
  height: 36px;
  border: 2px solid #d8d8d8;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  font-size: 14px;
  color: #5d6a7e;
  font-weight: 400;
  padding: 0 15px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* List page: end */
.chk-box label {
  float: left;
  margin-left: 5px;
  margin-bottom: 3px;
}

.chk-box {
  margin-bottom: 0;
  margin-top: 15px;
  max-height: 250px;
}
.chk-box .simplebar-scrollbar:before {
  background: #d3d3d3;
}

.chk-box label:first-child {
  margin-left: 0;
}

.chk-box input {
  margin-right: 10px;
  display: inline-block;
}

.chk-box input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.chk-box input[type=checkbox].css-checkbox+label.css-label,
input[type=checkbox].css-checkbox+label.css-label.clr {
  padding-left: 27px;
  /* height: 20px; */
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  color: #787878;
}

.chk-box input[type=checkbox].css-checkbox:checked+label.css-label,
input[type=checkbox].css-checkbox+label.css-label.chk {
  background-position: 0 -20px;
}

.chk-box input[type=checkbox].css-checkbox:checked+label.css-label::before,
input[type=checkbox].css-checkbox+label.css-label.chk::before {
  background-position: 0 -20px;
}

.chk-box label.css-label {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chk-box label.css-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/check-icon.png");
}


.breadcrumb {
  width: 100%;
  padding: 15px 40px;
  margin: 0;
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #9d9d9d;
  font-size: 12px;
}

.breadcrumb ul li {
  float: left;
}

.breadcrumb ul li a {
  color: #000;
}

.breadcrumb ul li a:hover {
  color: #4dbb7b;
}

.breadcrumb ul li span {
  color: #000;
}

.selector {
  padding-top: 10px;
  /* position: sticky; */
  /* position: -webkit-sticky; */
  top: 0;
  margin-top: -10px;
  -webkit-transition: padding-top 0.3s;
     -moz-transition: padding-top 0.3s;
      -ms-transition: padding-top 0.3s;
       -o-transition: padding-top 0.3s;
          transition: padding-top 0.3s;
}
/* Header fixed:Start */
header.fixed-menu {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 99999 !important;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.26);
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-height {
  padding-top: 116px;
}
.header-height .selector {
  padding-top: 86px;
}
/* Header fixed:End */

@media (max-width: 1300px) {
  .classy-nav-container .classy-navbar .classynav ul li {
    margin-left: 15px;
  }
}

@media (max-width: 1275px) {
  .classy-nav-container .classy-navbar .classynav ul li {
    margin-left: 10px;
  }
}

@media (max-width: 1240px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    color: #fff !important;
  }

  .breakpoint-on .classynav>ul>li>a {
    border-bottom: 1px solid #645fb1;
  }

  .classy-nav-container .classy-navbar .classynav ul li {
    margin-left: 0;
  }

  .breakpoint-on .classynav {
    padding-top: 40px;
    margin-bottom: 40px;
  }

  .classynav .classy-navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .banner img.main {
    height: 70%;
  }

  .banner .maincover {
    height: 70%;
  }

  .banner .cell {
    width: 936px;
  }

  .banner .shape-1 {
    width: 160px;
  }

  .banner .shape-2 {
    width: 160px;
  }

  .banner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .banner .shape-1 {
    right: 33%;
  }

  .banner .maincover .object-1,
  .banner .maincover .object-2,
  .banner .maincover .object-3,
  .banner .maincover .object-4,
  .banner .maincover .object-5,
  .banner .maincover .object-6,
  .banner .maincover .object-7,
  .banner .maincover .object-8,
  .banner .maincover .object-9 {
    display: none;
  }

  .list-page-wrap .filter {
    position: fixed;
    top: 0;
    left: -305px;
    z-index: 999;
    height: 100vh;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    max-height: -webkit-fill-available;
    /* padding: 0; */
  }
  /* .header-height .filter {
    height: calc(100vh - 76px);
  } */
  .header-height .selector {
    padding-top: 76px;
  }

  .list-page-wrap .filter.open {
    left: 0;
  }

  .list-page-wrap .right-list {
    margin-left: 0;
    width: 100%;
  }

  .list-page-wrap .filter .filter-head {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .list-page-wrap .filter .filter-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    /* position: fixed;
    bottom: 0;
    width: 305px; */
  }
  .list-page-wrap .filter .filter-footer .clear-btn {
    margin-right: 0;
  }

  .filterAccordion {
    height: calc(100vh - 133px);
    overflow-y: scroll;
  }
  .header-height .filterAccordion {
    height: calc(100vh - 209px);
    overflow-y: scroll;
  }
  .selector {
    position: relative !important;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
    padding-top: 0;
    padding-bottom: 0;
    background: #FFF;
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .banner .cell {
    width: 696px;
    width: 696px;
    position: relative;
    top: auto;
    left: auto;
    transform: initial;
    margin: 0 auto;
  }

  .banner .shape-2 {
    top: 0;
    right: 0;
  }

  .banner .shape-1 {
    left: 0;
    bottom: 0;
  }

  .banner img.main {
    float: none;
    display: block;
    margin: 0 auto;
    height: auto;
    width: 500px;
  }

  .banner .maincover {
    float: none;
    display: block;
    margin: 0 auto;
    height: auto;
  }

  .banner .maincover img {
    width: 500px;
    height: auto;
  }

  .banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    min-height: 690px;
  }

  .banner .cell h1 {
    width: 100%;
    text-align: center;
  }

  .banner .cell .see-all {
    display: table;
    margin: 40px auto 0 auto;
  }

  .banner .cell img.mark1 {
    right: 159px;
  }
}

@media (max-width: 767px) {
  .banner .cell {
    width: 516px;
  }

  .banner .cell h1 {
    font-size: 56px;
    line-height: 56px;
  }

  .banner .cell img.mark1 {
    right: 109px;
    width: 200px;
    top: 49px;
  }
}

@media (max-width: 575px) {
  header {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header .right-sec {
    width: 100%;
  }

  header a.logo {
    width: 200px;
    display: table;
    margin: 0 auto 15px auto;
  }

  header a.logo img {
    width: 100%;
    height: 51px;
    object-fit: contain;
  }

  header .right-sec {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  header {
    padding: 15px 15px 0 15px;
  }

  header.inner-head {
    padding-bottom: 15px;
  }

  .banner {
    min-height: 550px;
  }

  .banner .cell {
    width: 100%;
  }

  .banner .shape-2 {
    width: 110px;
    top: 20px;
  }

  .banner .shape-1 {
    width: 110px;
    bottom: 20px;
  }

  .banner img.main {
    height: 55%;
    width: auto;
    max-width: 100%;
  }

  .banner .maincover {
    width: auto;
    height: 55%;
    max-width: 100%;
  }

  .banner .maincover img {
    height: 100%;
    max-width: 100%;
    width: auto;
  }

  .banner .cell h1 {
    font-size: 48px;
    line-height: 48px;
  }

  .classynav .classy-navbar-toggler .navbarToggler span {
    background-color: #ffffff !important;
  }

  .classynav .classy-navbar-toggler {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    display: block !important;
  }

  .breakpoint-on .classynav {
    padding-top: 60px;
  }

  .classynav .classy-navbar-toggler {
    display: block;
  }

  .breakpoint-on .classy-navbar-toggler {
    height: 27px;
  }

  .list-page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-page-wrap .right-list {
    padding-left: 5px;
    padding-right: 5px;
  }

  .listitem-block .listitem-details .lidet-buttons a {
    font-size: 14px;
    min-width: 130px;
    min-height: 35px;
    margin-right: 5px;
  }
  .header-height a.logo {
    display: none;
  }
  .header-height .filterAccordion {
    height: calc(100vh - 194px);
    overflow-y: scroll;
  }
  .header-height .selector {
    padding-top: 61px;
  }

  .breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 430px) {
  .banner img.main {
    height: auto;
    width: 100%;
  }

  .banner .maincover {
    height: auto;
    width: 100%;
  }

  .banner .maincover img {
    width: 100%;
    height: auto;
  }
}