@font-face {
  font-family: 'Mizo Arial';
  src: url("/packages/ds_cosmos57/themes/cosmos/css/MizoArial.woff2") format('woff2'), url("/packages/ds_cosmos57/themes/cosmos/css/MizoArial.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arial';
  src: url("/packages/ds_cosmos57/themes/cosmos/css/Arial-BlackItalic.woff2") format('woff2'), url("/packages/ds_cosmos57/themes/cosmos/css/Arial-BlackItalic.woff") format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Arial';
  src: url("/packages/ds_cosmos57/themes/cosmos/css/ArialBlack-Bold.woff2") format('woff2'), url("/packages/ds_cosmos57/themes/cosmos/css/ArialBlack-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Arial';
  src: url("/packages/ds_cosmos57/themes/cosmos/css/Arial-Black.woff2") format('woff2'), url("/packages/ds_cosmos57/themes/cosmos/css/Arial-Black.woff") format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Arial';
  src: url("/packages/ds_cosmos57/themes/cosmos/css/Arial-BoldMT.woff2") format('woff2'), url("/packages/ds_cosmos57/themes/cosmos/css/Arial-BoldMT.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Mizo Arial';
  src: url("/packages/ds_cosmos57/themes/cosmos/css/MizoArial.woff2") format('woff2'), url("/packages/ds_cosmos57/themes/cosmos/css/MizoArial.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arial';
  src: url("/packages/ds_cosmos57/themes/cosmos/css/Arial-BoldItalicMT.woff2") format('woff2'), url("/packages/ds_cosmos57/themes/cosmos/css/Arial-BoldItalicMT.woff") format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/packages/ds_cosmos57/themes/cosmos/css/OpenSans.woff2") format('woff2'), url("/packages/ds_cosmos57/themes/cosmos/css/OpenSans.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 220px) and (max-width: 767px) {
  .page-template-home .wrapper header .logo {
    position: absolute;
    background: transparent;
    top: 50px;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    left: 0;
    clear: both;
  }
}
.wrapper header {
  padding-top: 18px;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  border-bottom: 1px solid rgba(54, 54, 54, 0.5);
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper header {
    border: none;
    position: unset;
    overflow: hidden;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header {
    padding: 0;
  }
}
.wrapper header.sticky {
  position: fixed;
  background: #fbce14;
  transition: all 0.3s;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper header.sticky {
    position: relative;
  }
}
.wrapper header .logo {
  z-index: 9;
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper header .logo {
    position: relative;
    top: 2px;
    background: #fccf14;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    left: 0;
    clear: both;
  }
  .wrapper header .logo a {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .logo {
    width: 150px;
    top: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper header .logo {
    width: 175px;
    top: 10px;
    left: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .logo {
    width: 180px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper header .logo {
    width: 185px;
  }
}
.wrapper header .mob-buttons {
  float: left;
  width: 100%;
  padding-right: 55px;
}
.wrapper header .mob-buttons a {
  padding: 15px 0;
  float: left;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}
.wrapper header .mob-buttons a:first-child {
  width: 49.5%;
  color: #fff;
  background: #0076c0;
}
.wrapper header .mob-buttons a:first-child:hover {
  background: #fccf14;
  color: #0076c0;
}
.wrapper header .mob-buttons a:last-child {
  width: 50.5%;
  background: #fccf14;
  color: #0076c0;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.wrapper header .mob-buttons a:last-child:hover {
  color: #fff;
  background: #0076c0;
}
.wrapper header .mobile_menu_icon {
  width: 55px;
  background: #0076c0;
  padding: 13px;
  float: left;
  position: relative;
  height: 47px;
  position: absolute;
  right: 0;
  top: 0;
}
.wrapper header .mobile_menu_icon span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
  display: block;
  position: absolute;
  top: 22px;
  left: 13px;
  right: 13px;
  height: 2px;
  background: white;
}
.wrapper header .mobile_menu_icon span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -8px;
}
.wrapper header .mobile_menu_icon span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  bottom: -8px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper header .mobile_menu {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 9;
    background: #0076c0;
    height: 0;
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper header.mobile_menu_open .mobile_menu {
    height: auto;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
  }
}
.wrapper header.mobile_menu_open .mobile_menu ul {
  margin-bottom: 0;
}
.wrapper header.mobile_menu_open .mobile_menu ul.secondary_nav > li > ul > li.has-active::before {
  content: "\f105";
}
.wrapper header.mobile_menu_open .mobile_menu ul.secondary_nav > li > ul > li > ul > li > a {
  padding-left: 45px !important;
}
.wrapper header.mobile_menu_open .mobile_menu ul.secondary_nav li {
  display: block;
  border-bottom: 1px solid #88bfe2;
  line-height: 13px;
  position: relative;
}
.wrapper header.mobile_menu_open .mobile_menu ul.secondary_nav li.nav-selected {
  background: #4599cf;
}
.wrapper header.mobile_menu_open .mobile_menu ul.secondary_nav li.has-active::before {
  position: absolute;
  right: 10px;
  top: 8px;
  height: 18px;
  width: 18px;
  content: "\f101";
  transform: rotate(90deg);
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: block;
  line-height: 20px;
  font-family: FontAwesome;
}
.wrapper header.mobile_menu_open .mobile_menu ul.secondary_nav li.has-active:hover::before {
  transform: rotate(-90deg);
}
.wrapper header.mobile_menu_open .mobile_menu ul.secondary_nav li.has-active:hover > ul {
  display: block;
}
.wrapper header.mobile_menu_open .mobile_menu ul.secondary_nav li.has-active:hover > ul > li:hover > ul {
  display: block;
}
.wrapper header.mobile_menu_open .mobile_menu ul.secondary_nav li.has-active ul {
  display: none;
  margin: 0;
  border-top: 1px solid #88bfe2;
}
.wrapper header.mobile_menu_open .mobile_menu ul.secondary_nav li.has-active ul li {
  display: block;
  border-bottom: 1px solid #88bfe2;
  line-height: 13px;
  position: relative;
  float: none;
}
.wrapper header.mobile_menu_open .mobile_menu ul.secondary_nav li.has-active ul li:last-child {
  border: none;
}
.wrapper header.mobile_menu_open .mobile_menu ul.secondary_nav li.has-active ul li a {
  padding: 11px 15px 11px 30px;
  color: #fff;
  font-size: 12px;
  display: block;
}
.wrapper header.mobile_menu_open .mobile_menu ul.secondary_nav li a {
  padding: 11px 15px 11px 18px;
  color: #fff;
  font-size: 12px;
  display: block;
}
.wrapper header.mobile_menu_open .mobile_menu > ul:nth-child(3) li {
  float: left;
  margin-right: 8px;
  padding: 12px 0 12px 15px;
  line-height: 23px;
}
.wrapper header.mobile_menu_open .mobile_menu > ul:nth-child(3) li a {
  height: 23px;
  width: 23px;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  line-height: 23px;
  text-align: center;
  font-size: 12px;
}
.wrapper header.mobile_menu_open .mobile_menu_icon span {
  background: none;
}
.wrapper header.mobile_menu_open .mobile_menu_icon span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.wrapper header.mobile_menu_open .mobile_menu_icon span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .top-navigation {
    padding-left: 160px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper header .top-navigation {
    padding-left: 175px;
  }
}
.wrapper header .top-navigation ul.nav {
  display: block;
  text-align: center;
  line-height: 50px;
  padding-left: 11px;
  margin: 0;
  list-style: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .top-navigation ul.nav {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .top-navigation ul.nav {
    margin-top: 5px;
  }
}
.wrapper header .top-navigation ul.nav > li {
  display: inline-block;
  margin-right: 10px;
  padding: 0 15px 35px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .top-navigation ul.nav > li {
    padding-bottom: 0;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .top-navigation ul.nav > li {
    margin-right: 4px;
    padding: 0 5px 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper header .top-navigation ul.nav > li {
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .top-navigation ul.nav > li {
    padding-bottom: 30px;
  }
}
.wrapper header .top-navigation ul.nav > li.nav-path-selected > a {
  color: #0777c0;
  border-bottom: 1px solid #0777c0;
}
.wrapper header .top-navigation ul.nav > li:hover > a {
  color: #0777c0;
  border-bottom: 1px solid #0777c0;
  background: none;
}
.wrapper header .top-navigation ul.nav > li:hover > ul {
  display: block;
}
.wrapper header .top-navigation ul.nav > li:hover > ul > li:hover > ul {
  display: block;
}
.wrapper header .top-navigation ul.nav > li > a {
  color: #000000;
  font-family: Arial;
  font-weight: bold;
  margin-top: 25px;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .top-navigation ul.nav > li > a {
    margin-top: 0;
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper header .top-navigation ul.nav > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .top-navigation ul.nav > li > a {
    font-size: 16px;
  }
}
.wrapper header .top-navigation ul.nav > li > a:hover {
  color: #0777c0;
  border-bottom: 1px solid #0777c0;
  background: none;
}
.wrapper header .top-navigation ul.nav > li > a:focus {
  background-color: transparent;
}
.wrapper header .top-navigation ul.nav > li ul > li > a {
  color: #ffffff;
  display: block;
  padding: 15px 30px;
}
.wrapper header .top-navigation ul.nav > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: -400px;
  min-width: 1220px;
  transition: all 0.3s;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .top-navigation ul.nav > li > ul {
    left: -171px;
    min-width: 755px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper header .top-navigation ul.nav > li > ul {
    left: -192px;
    min-width: 982px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .top-navigation ul.nav > li > ul {
    left: -417px;
    min-width: 1179px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper header .top-navigation ul.nav > li > ul {
    left: -422px;
  }
}
.wrapper header .top-navigation ul.nav > li > ul > li {
  float: left;
  background: #000000;
}
.wrapper header .top-navigation ul.nav > li > ul > li.nav-path-selected {
  background: #0076c0;
}
.wrapper header .top-navigation ul.nav > li > ul > li > a {
  padding: 15px 37px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .top-navigation ul.nav > li > ul > li > a {
    font-size: 14px;
    padding: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper header .top-navigation ul.nav > li > ul > li > a {
    font-size: 15px;
    padding: 10px 23px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .top-navigation ul.nav > li > ul > li > a {
    padding: 10px 34px;
  }
}
.wrapper header .top-navigation ul.nav > li > ul > li:hover {
  background: #0076c0;
}
.wrapper header .top-navigation ul.nav > li > ul > li:hover > ul > li:hover > ul {
  display: block;
}
.wrapper header .top-navigation ul.nav > li > ul > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 100%;
  background: #ffffff;
  padding: 50px 50px 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .top-navigation ul.nav > li > ul > li > ul {
    padding: 20px 15px 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper header .top-navigation ul.nav > li > ul > li > ul {
    padding: 35px 15px 15px;
  }
}
.wrapper header .top-navigation ul.nav > li > ul > li > ul li {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  padding: 0 37px;
  min-height: 240px;
  margin-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .top-navigation ul.nav > li > ul > li > ul li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper header .top-navigation ul.nav > li > ul > li > ul li {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.wrapper header .top-navigation ul.nav > li > ul > li > ul li:hover .image a img {
  margin-bottom: 4px;
  transition: all 0.3s;
}
.wrapper header .top-navigation ul.nav > li > ul > li > ul li:hover > a {
  font-family: "Arial";
  font-weight: bold;
}
.wrapper header .top-navigation ul.nav > li > ul > li > ul li .image a {
  min-height: 156px;
  margin-bottom: 25px;
  line-height: 156px;
  display: block;
}
.wrapper header .top-navigation ul.nav > li > ul > li > ul li .image a img {
  display: inline-block;
  vertical-align: bottom;
  max-height: 155px;
}
.wrapper header .top-navigation ul.nav > li > ul > li > ul li > a {
  color: #0076c0;
  display: block;
  margin-top: 15px;
  text-decoration: none;
  padding: 0 13px;
  line-height: 25px;
  font-family: "Mizo Arial";
  font-style: normal;
  line-height: 19.94px;
  min-height: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .top-navigation ul.nav > li > ul > li > ul li > a {
    font-size: 14px;
  }
}
.wrapper header .top-navigation ul.nav a {
  text-decoration: none;
}
.wrapper header .top-navigation ul.nav a:hover {
  text-decoration: none;
}
.wrapper header .menu_icon {
  float: right;
  height: 66px;
  width: 50px;
  margin: 6px 10px 0 22px;
  position: relative;
  z-index: 2;
  background: url("/packages/ds_cosmos57/themes/cosmos/images/menu_icon_bg.png") no-repeat;
  padding: 33px 10px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .menu_icon {
    margin: 6px -10px 0 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .menu_icon {
    margin: 6px 5px 0 10px;
  }
}
.wrapper header .menu_icon:hover {
  cursor: pointer;
}
.wrapper header .menu_icon span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
  display: block;
  position: absolute;
  top: 40px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: white;
}
.wrapper header .menu_icon span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -7px;
}
.wrapper header .menu_icon span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  bottom: -7px;
}
.wrapper header .buttons {
  float: right;
  margin-top: 18px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .buttons {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .buttons {
    margin-top: 26px;
  }
}
.wrapper header .buttons a {
  display: inline-block;
  line-height: 24px;
  color: #0076c0;
  font-family: Arial;
  font-weight: bold;
  padding: 10px 25px;
  border-width: 2px;
  border-style: solid;
  border-color: #0076c0;
  border-image: initial;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .buttons a {
    padding: 3px 8px;
    font-size: 12px;
    float: left;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper header .buttons a {
    font-size: 14px;
    padding: 6px 18px;
    float: left;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .buttons a {
    font-size: 14px;
    padding: 6px 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper header .buttons a {
    font-size: 14px;
    padding: 6px 15px;
  }
}
.wrapper header .buttons a:first-child {
  margin-right: 11px;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .buttons a:first-child {
    margin-right: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .buttons a:first-child {
    margin-right: 8px;
  }
}
.wrapper header .buttons a:hover {
  color: #ffffff;
  background: #0076c0;
}
.wrapper header.menu_open .menu_icon span {
  background: none;
}
.wrapper header.menu_open .menu_icon span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.wrapper header.menu_open .menu_icon span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.wrapper header.menu_open .menu_right {
  height: 530px;
  width: 520px;
  border-bottom-left-radius: 500px;
  animation: anim-jelly 0.8s linear 0s 1 normal forwards running;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header.menu_open .menu_right {
    height: 400px;
    width: 385px;
    padding-top: 70px;
  }
}
.wrapper header.menu_open .menu_right ul {
  opacity: 1;
  transition: opacity 0.3s ease 0.3s;
}
.wrapper header .menu_right {
  position: absolute;
  z-index: 1;
  background-color: #0076c0;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  transform-origin: 100% 0 0;
  border-bottom-left-radius: 500px;
  padding-top: 110px;
  text-align: center;
  transition: width 0.3s ease 0s, height 0.3s ease 0s;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .menu_right {
    padding-top: 80px;
  }
}
.wrapper header .menu_right ul {
  opacity: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrapper header .menu_right ul li a {
  color: #ffffff;
  text-decoration: none;
}
.wrapper header .menu_right ul.secondary_nav li {
  font-size: 18px;
  line-height: 28px;
  padding-left: 91px;
  line-height: 17px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .menu_right ul.secondary_nav li {
    font-size: 14px;
    line-height: 14px;
  }
}
.wrapper header .menu_right ul.secondary_nav li.active a {
  text-decoration: underline;
}
.wrapper header .menu_right ul.secondary_nav li a {
  display: block;
  padding: 8px 0;
  text-transform: uppercase;
}
.wrapper header .menu_right ul.secondary_nav li a:hover {
  text-decoration: underline;
}
.wrapper header .menu_right ul.social {
  padding-left: 100px;
  line-height: 17px;
  padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper header .menu_right ul.social {
    padding-left: 115px;
    padding-top: 15px;
  }
}
.wrapper header .menu_right ul.social li {
  display: inline-block;
}
.wrapper header .menu_right ul.social li:nth-child(1) a:hover {
  background-color: #4c76be;
  border-color: #4c76be;
}
.wrapper header .menu_right ul.social li:nth-child(2) a:hover {
  background-color: #00c7ff;
  border-color: #00c7ff;
}
.wrapper header .menu_right ul.social li:nth-child(3) a:hover {
  background-color: #c60c61;
  border-color: #c60c61;
}
.wrapper header .menu_right ul.social li:nth-child(4) a:hover {
  background-color: #fd3832;
  border-color: #fd3832;
}
.wrapper header .menu_right ul.social li a {
  height: 30px;
  width: 30px;
  display: block;
  line-height: 28px;
  margin-right: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  border-image: initial;
  border-radius: 20px;
}
#nav-overlay {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.nav-in header {
  background-color: #fbcd13;
}
.nav-in #nav-overlay {
  opacity: 0.6;
  visibility: visible;
}
@-webkit-keyframes anim-jelly {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(0.9974499999999999, 0, 0, 0, 0, 0.9974499999999999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9974499999999999, 0, 0, 0, 0, 0.9974499999999999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes anim-jelly {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(0.9974499999999999, 0, 0, 0, 0, 0.9974499999999999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9974499999999999, 0, 0, 0, 0, 0.9974499999999999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* Footer*/
.wrapper footer {
  color: #0077c0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  background: #e1e1e1;
  padding: 68px 40px 60px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer {
    padding: 38px 20px 43px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer {
    padding: 35px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer {
    padding: 35px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper footer {
    padding: 35px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper footer {
    padding: 35px 0;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper footer {
    padding: 50px 0;
  }
}
.wrapper footer .footer_container {
  overflow: hidden;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer_container {
    overflow: visible;
  }
}
.wrapper footer .logo_footer {
  width: 17%;
  float: left;
  padding: 0 13px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .logo_footer {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .logo_footer {
    width: 16%;
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .logo_footer {
    width: 16%;
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper footer .logo_footer {
    padding: 6px 0 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper footer .logo_footer {
    padding: 6px 0 0;
  }
}
.wrapper footer .logo_footer img {
  width: 100%;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .logo_footer img {
    max-width: 100%;
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .logo_footer img {
    max-width: 150px;
    width: auto;
  }
}
.wrapper footer .footer-menu {
  width: 83%;
  float: left;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu {
    width: 84%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu {
    width: 84%;
  }
}
.wrapper footer .footer-menu .social_menu {
  padding-top: 14px;
  float: left;
  margin-right: 20px;
  padding-left: 37px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu .social_menu {
    float: none;
    margin: 35px 0 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .social_menu {
    width: 21%;
    float: left;
    min-height: 138px;
    margin: 0;
    padding: 3px 0 0 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .social_menu {
    width: 20%;
    float: left;
    min-height: 138px;
    margin: 0;
    padding: 3px 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper footer .footer-menu .social_menu {
    margin: 0;
    padding: 3px 0 0;
    width: 20%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper footer .footer-menu .social_menu {
    margin: 0;
    padding: 3px 0 0;
    width: 20%;
  }
}
.wrapper footer .footer-menu .social_menu p {
  font-weight: 900;
  color: #0076c0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .social_menu p {
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .social_menu p {
    font-size: 15px;
  }
}
.wrapper footer .footer-menu .social_menu p a {
  letter-spacing: 1px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .social_menu p a {
    font-size: 15px;
  }
}
.wrapper footer .footer-menu .social_menu p a:hover {
  text-decoration: underline;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu .social_menu p a {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .social_menu p a {
    font-size: 16px;
  }
}
.wrapper footer .footer-menu .social_menu ul {
  padding-left: 6px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu .social_menu ul {
    margin-bottom: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .social_menu ul {
    padding-left: 0;
  }
}
.wrapper footer .footer-menu .social_menu ul li {
  margin-right: 5px;
  display: inline-block;
}
.wrapper footer .footer-menu .social_menu ul li a {
  display: block;
  height: 29px;
  width: 29px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 20px;
  margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .social_menu ul li a {
    margin: 0;
    width: 24px;
    height: 24px;
    line-height: 25px;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu .pdt_mob_footer {
    position: relative;
    background: #0076c0;
    margin: 0 -35px;
    padding-bottom: 5px;
    text-align: left;
  }
}
.wrapper footer .footer-menu .pdt_mob_footer > ul {
  margin: 0;
}
.wrapper footer .footer-menu .pdt_mob_footer > ul > li.firstval {
  padding: 10px 35px 5px;
  position: relative;
}
.wrapper footer .footer-menu .pdt_mob_footer > ul > li.firstval::before {
  content: "";
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/arrow-right.png");
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  display: block;
  background-size: contain;
  transform: rotate(450deg);
  position: absolute;
  right: 35px;
  top: 19px;
}
.wrapper footer .footer-menu .pdt_mob_footer > ul > li.firstval.mobile_footer::before {
  transform: rotate(-90deg);
}
.wrapper footer .footer-menu .pdt_mob_footer > ul > li a {
  color: #fff;
  font-size: 13px;
}
.wrapper footer .footer-menu .pdt_mob_footer > ul > li a:hover {
  text-decoration: underline;
}
.wrapper footer .footer-menu .pdt_mob_footer > ul .listNav a {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 5px;
  padding: 5px 35px;
}
.wrapper footer .footer-menu .pdt_mob_footer > ul .listNav a:hover {
  text-decoration: underline;
}
.wrapper footer .footer-menu .footer-nav-links {
  float: left;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu .footer-nav-links {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .footer-nav-links {
    width: 48%;
    position: relative;
    padding-left: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .footer-nav-links {
    width: 50%;
    position: relative;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper footer .footer-menu .footer-nav-links {
    width: 50%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper footer .footer-menu .footer-nav-links {
    width: 50%;
  }
}
.wrapper footer .footer-menu .footer-nav-links .footer_menu > ul {
  float: left;
  text-align: left;
}
.wrapper footer .footer-menu .footer-nav-links .footer_menu > ul:nth-child(1) {
  padding-left: 81px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu .footer-nav-links .footer_menu > ul:nth-child(1) {
    padding-left: 0;
    float: none;
    display: inline-block;
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .footer-nav-links .footer_menu > ul:nth-child(1) {
    width: 42%;
    float: none;
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .footer-nav-links .footer_menu > ul:nth-child(1) {
    width: 28%;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper footer .footer-menu .footer-nav-links .footer_menu > ul:nth-child(1) {
    padding-left: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper footer .footer-menu .footer-nav-links .footer_menu > ul:nth-child(1) {
    padding-left: 20px;
  }
}
.wrapper footer .footer-menu .footer-nav-links .footer_menu > ul:nth-child(2) {
  padding-left: 59px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu .footer-nav-links .footer_menu > ul:nth-child(2) {
    padding-left: 0;
    float: none;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .footer-nav-links .footer_menu > ul:nth-child(2) {
    width: 42%;
    float: none;
    padding-left: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .footer-nav-links .footer_menu > ul:nth-child(2) {
    width: 28%;
    float: left;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper footer .footer-menu .footer-nav-links .footer_menu > ul:nth-child(2) {
    padding-left: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper footer .footer-menu .footer-nav-links .footer_menu > ul:nth-child(2) {
    padding-left: 20px;
  }
}
.wrapper footer .footer-menu .footer-nav-links .footer_menu > ul > li {
  display: block;
  margin-bottom: 2px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu .footer-nav-links .footer_menu > ul > li {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .footer-nav-links .footer_menu > ul > li {
    line-height: 16px;
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .footer-nav-links .footer_menu > ul > li {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
}
.wrapper footer .footer-menu .footer-nav-links .footer_menu > ul > li > a {
  text-decoration: none;
  display: inline-block;
  line-height: 22px;
  text-transform: uppercase;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu .footer-nav-links .footer_menu > ul > li > a {
    font-size: 13px;
  }
}
.wrapper footer .footer-menu .footer-nav-links .footer_menu > ul > li > a.nav-path-selected,
.wrapper footer .footer-menu .footer-nav-links .footer_menu > ul > li > a:hover {
  border-bottom: 1px solid #0076c0;
}
.wrapper footer .footer-menu .footer-nav-links .footer_menu > ul.productmobileNav .listNav a {
  color: #fff;
  display: block;
  padding: 5px 0;
}
.wrapper footer .footer-menu .footer-nav-links .footer-menu-second {
  float: left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second {
    width: 50%;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second {
    width: 44%;
    float: right;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second {
    width: 37%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second {
    width: 37%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover {
    margin-left: 20px;
  }
}
.wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul {
  text-align: left;
  float: left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul {
    width: 100%;
    margin-left: 0;
  }
}
.wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:first-child {
  margin-left: 60px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:first-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:first-child {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:first-child {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:first-child {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:first-child li.blue {
  line-height: 32px;
  font-size: 16px;
  list-style: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:first-child li.blue {
    line-height: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:first-child li.blue {
    line-height: 24px;
    margin-bottom: 4px;
  }
}
.wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:first-child li.blue a {
  color: #0076c0;
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:first-child li.blue a {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:first-child li.blue a {
    font-size: 14px;
  }
}
.wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:first-child li.blue a:hover {
  border-bottom: 1px solid #0076c0;
  text-decoration: none;
}
.wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:last-child {
  margin-top: 37px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:last-child {
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:last-child {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:last-child {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul:last-child {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul li {
  padding-right: 25px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul li {
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul li {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul li {
    padding-right: 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul li {
    padding-right: 10px;
  }
}
.wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul li.nav-path-selected-active a {
  color: #0076c0;
  text-decoration: underline;
}
.wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul li a {
  font-weight: 300;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul li a {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul li a {
    font-size: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul li a {
    line-height: 18px;
  }
}
.wrapper footer .footer-menu .footer-nav-links .footer-menu-second .side_menu_cover ul li a:hover {
  color: #0076c0;
  text-decoration: underline;
}
.wrapper footer .footer-menu .contact_btn {
  font-weight: normal;
  font-style: normal;
  color: #000000;
  float: right;
  text-align: left;
  width: 24%;
  padding: 12px 0 0 7px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu .contact_btn {
    width: 100%;
    float: none;
    padding: 0;
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .contact_btn {
    width: 31%;
    text-align: center;
    padding: 0;
    float: left;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .contact_btn {
    width: 30%;
    text-align: center;
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper footer .footer-menu .contact_btn {
    width: 30%;
    float: left;
    padding: 9px 0 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper footer .footer-menu .contact_btn {
    width: 30%;
    float: left;
    padding: 9px 0 0;
  }
}
@media (min-width: 1681px) and (max-width: 1700px) {
  .wrapper footer .footer-menu .contact_btn {
    width: 22%;
  }
}
@media (min-width: 1701px) and (max-width: 1749px) {
  .wrapper footer .footer-menu .contact_btn {
    width: 23%;
  }
}
.wrapper footer .footer-menu .contact_btn p {
  font-size: 13px;
  margin: 0;
  font-family: "Mizo Arial";
  line-height: 18px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu .contact_btn p {
    font-size: 11px;
    font-family: "Mizo Arial";
    margin: 0 -4px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .contact_btn p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper footer .footer-menu .contact_btn p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper footer .footer-menu .contact_btn p {
    font-size: 12px;
    line-height: 20px;
  }
}
.wrapper footer .footer-menu .contact_btn p:first-child {
  line-height: 20px;
}
.wrapper footer .footer-menu .contact_btn p:first-child > a {
  font-family: "Arial";
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  text-decoration: none;
  background: #0076c0;
  padding: 17px 60px;
  border-radius: 40px;
  display: inline-block;
  min-width: unset;
  border: 2px solid #0076c0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu .contact_btn p:first-child > a {
    padding: 8px 60px;
    font-size: 16px;
    margin-top: 35px;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu .contact_btn p:first-child > a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper footer .footer-menu .contact_btn p:first-child > a {
    padding: 10px 35px;
    font-size: 12px;
  }
}
.wrapper footer .footer-menu .contact_btn p:first-child > a:hover {
  color: #0076c0;
  background: none;
}
.wrapper footer .footer-menu .contact_btn p:nth-child(2),
.wrapper footer .footer-menu .contact_btn p:nth-child(3) {
  margin-bottom: 6px;
}
.wrapper footer .footer-menu .contact_btn p:last-child a {
  display: inline-block;
  color: #000;
  border-right: 1px solid #000;
  line-height: 14px;
  margin-right: 6px;
  padding-right: 6px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper footer .footer-menu .contact_btn p:last-child a {
    margin-right: 4px;
    padding-right: 4px;
  }
}
@media (min-width: 1681px) and (max-width: 1700px) {
  .wrapper footer .footer-menu .contact_btn p:last-child a {
    margin-right: 4px;
  }
}
.wrapper footer .footer-menu .contact_btn p:last-child a:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.wrapper footer .footer-menu .contact_btn p:last-child a:hover {
  text-decoration: underline;
  color: #0076c0;
}
.wrapper footer .footer-menu .contact_btn p small {
  font-size: 100%;
}
.wrapper footer a {
  display: block;
}
.wrapper .social_menu ul li a:hover {
  color: #c60c61;
  background: #ffffff;
}
.wrapper .social_menu ul li:first-child a {
  background: #4c76be;
}
.wrapper .social_menu ul li:first-child a:hover {
  color: #4c76be;
  background: #fff;
}
.wrapper .social_menu ul li:nth-child(2) a {
  background: #00c7ff;
}
.wrapper .social_menu ul li:nth-child(2) a:hover {
  color: #00c7ff;
  background: #fff;
}
.wrapper .social_menu ul li:nth-child(3) a {
  background: #c60c61;
}
.wrapper .social_menu ul li:nth-child(3) a:hover {
  color: #c60c61;
  background: #fff;
}
.wrapper .social_menu ul li:nth-child(4) a {
  background: #fd3832;
}
.wrapper .social_menu ul li:nth-child(4) a:hover {
  color: #fd3832;
  background: #fff;
}
.page-template-products a.product-link {
  color: #0076c0 !important;
  text-decoration: underline !important;
}
.page-template-products li.product-link a {
  border-bottom: 1px solid #0076c0;
  text-decoration: none;
}
.wrapper .customers {
  color: #000000;
  padding-top: 143px;
  text-align: center;
  padding-bottom: 183px;
  position: relative;
  z-index: 8;
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/parallax.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin: 86px 0 123px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .customers {
    margin: 37px 0;
    padding: 62px 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .customers {
    margin: 37px 0;
    padding: 62px 13px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .customers {
    margin: 37px 0;
    padding: 80px 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .customers {
    margin: 50px 0;
    padding: 90px 13px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .customers {
    margin-bottom: 40px;
  }
}
.wrapper .customers .testimonial_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  z-index: 9;
  background: #fbd014;
  content: "";
}
.wrapper .customers h1 {
  font-family: 'Arial';
  font-weight: 900;
  color: #000;
  margin-bottom: 43px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .customers h1 {
    margin-bottom: 34px;
    font-size: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .customers h1 {
    margin-bottom: 34px;
    font-size: 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .customers h1 {
    margin-bottom: 34px;
    font-size: 30px;
  }
}
.wrapper .customers:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 10;
  width: 100%;
  content: "";
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/parallax_before.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .customers:before {
    background-size: contain;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .customers:before {
    background-size: contain;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .customers:before {
    background-size: contain;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .customers:before {
    background-size: contain;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .customers:before {
    background-size: contain;
  }
}
.wrapper .customers::after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80px;
  z-index: 9;
  width: 100%;
  content: "";
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/parallax_after.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .customers::after {
    background-size: 100% 100%;
    height: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .customers::after {
    background-size: 100% 100%;
    height: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .customers::after {
    background-size: 100% 100%;
    height: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .customers::after {
    background-size: 100% 100%;
    height: 40px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .customers::after {
    background-size: 100% 100%;
  }
}
.wrapper .customers .st-pro-rotating {
  position: relative;
  z-index: 999;
}
.wrapper .customers .st-pro-rotating ul li {
  /*min-height: 145px;*/
}
.wrapper .customers .st-pro-rotating ul li .testimonial p {
  font-family: 'Arial';
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .customers .st-pro-rotating ul li .testimonial p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 24px;
    height: 112px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .customers .st-pro-rotating ul li .testimonial p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
    height: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .customers .st-pro-rotating ul li .testimonial p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
    height: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .customers .st-pro-rotating ul li .testimonial p {
    height: 90px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .customers .st-pro-rotating ul li .testimonial p {
    height: 90px;
  }
}
.wrapper .customers .st-pro-rotating ul li .testimonial span {
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .customers .st-pro-rotating ul li .testimonial span {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .customers .st-pro-rotating ul li .testimonial span {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .customers .st-pro-rotating ul li .testimonial span {
    font-size: 16px;
    line-height: 18px;
  }
}
.wrapper .customers a {
  margin-top: 50px;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  position: relative;
  z-index: 9999;
  padding: 15px 40px;
  border-radius: 40px;
  border-width: 2px;
  border-style: solid;
  border-color: #0076c0;
  border-image: initial;
  text-decoration: none;
  background: #0076c0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .customers a {
    font-size: 13px;
    padding: 9px 40px;
    margin-top: 31px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .customers a {
    font-size: 16px;
    padding: 10px 40px;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .customers a {
    font-size: 16px;
    padding: 10px 40px;
    margin-top: 30px;
  }
}
.wrapper .customers a:hover {
  color: #0076c0;
  background-color: transparent;
}
.wrapper .box_section_btm {
  margin-bottom: 130px;
  padding: 0 225px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm {
    margin-bottom: 57px;
    padding: 15px 8px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm {
    margin-bottom: 30px;
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .box_section_btm {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .box_section_btm {
    padding: 0 155px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .container-fluid {
    max-width: 768px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .container-fluid {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .container-fluid {
    max-width: 1200px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .box_section_btm .container-fluid {
    max-width: 1367px;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .box_section_btm .container-fluid {
    /*max-width: 1371px;*/
  }
}
@media (min-width: 1891px) and (max-width: 1920px) {
  .wrapper .box_section_btm .container-fluid {
    /*max-width: 1891px;*/
  }
}
.wrapper .box_section_btm .col-box {
  width: 50%;
  float: left;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box {
    width: 100%;
  }
}
.wrapper .box_section_btm .col-box > a.box {
  display: block;
}
.wrapper .box_section_btm .col-box:first-child {
  padding-right: 14px;
  padding-left: 5px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box:first-child {
    padding: 0;
  }
}
.wrapper .box_section_btm .col-box:last-child {
  padding-left: 14px;
  padding-right: 7px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box:last-child {
    padding: 0;
  }
}
.wrapper .box_section_btm .col-box .box {
  position: relative;
  overflow: hidden;
}
.wrapper .box_section_btm .col-box .box .caption {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000000;
  z-index: 2;
}
.wrapper .box_section_btm .col-box .box .caption h1 {
  font-size: 72px;
  font-weight: bold;
  line-height: 67px;
}
.wrapper .box_section_btm .col-box .box .caption h1 span {
  display: block;
  font-weight: 900;
}
.wrapper .box_section_btm .col-box .box .season_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  z-index: 1;
  background: #0076c0;
  transition: all 0.3s;
}
.wrapper .box_section_btm .col-box .box:nth-child(2) {
  margin-top: 30px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .box:nth-child(2) {
    margin: 13px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .box:nth-child(2) {
    margin-top: 25px;
  }
}
.wrapper .box_section_btm .col-box .box.season {
  position: relative;
}
.wrapper .box_section_btm .col-box .box.season.link {
  cursor: pointer;
}
.wrapper .box_section_btm .col-box .box.season .caption {
  top: 116px;
  bottom: unset;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .box.season .caption {
    top: 50%;
    margin-top: -11px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .box.season .caption {
    top: 50%;
    margin-top: -11px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .box.season .caption {
    top: 50%;
    margin-top: -11px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .col-box .box.season .caption {
    top: 50%;
    margin-top: -18px;
  }
}
.wrapper .box_section_btm .col-box .box.season .caption .slick-list {
  overflow: visible;
}
.wrapper .box_section_btm .col-box .box.season .caption h1 {
  color: #ffffff;
  font-size: 55px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.wrapper .box_section_btm .col-box .box.season .caption h1:focus {
  outline: none;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .box.season .caption h1 {
    margin: 0;
    font-size: 23px;
    line-height: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .box.season .caption h1 {
    margin: 0;
    font-size: 23px;
    line-height: 23px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .box.season .caption h1 {
    margin: 0;
    font-size: 36px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .col-box .box.season .caption h1 {
    margin: 0;
    font-size: 48px;
    line-height: 48px;
  }
}
.wrapper .box_section_btm .col-box .box.season .caption h1:before {
  content: "";
  background: url("/packages/ds_cosmos57/themes/cosmos/images/season_icon_bg.png") no-repeat;
  background-size: contain;
  width: 120px;
  height: 158px;
  position: absolute;
  left: 61px;
  top: -60px;
  z-index: -1;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .box.season .caption h1:before {
    width: 50px;
    height: 65px;
    left: 23px;
    top: -28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .box.season .caption h1:before {
    width: 50px;
    height: 65px;
    left: 23px;
    top: -28px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .box.season .caption h1:before {
    width: 50px;
    height: 65px;
    left: 13px;
    top: -18px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .col-box .box.season .caption h1:before {
    width: 90px;
    height: 120px;
    left: 23px;
    top: -47px;
  }
}
.wrapper .box_section_btm .col-box .box.season .caption h1 span {
  display: inline;
  font-weight: bold;
}
.wrapper .box_section_btm .col-box .box.pets {
  background: #80bc00;
}
.wrapper .box_section_btm .col-box .box.pets .caption {
  top: 0;
  bottom: unset;
}
.wrapper .box_section_btm .col-box .box.pets .caption h1 {
  color: #fff;
  font-size: 36px;
  font-family: Arial;
  text-align: left;
  line-height: 37px;
  padding-left: 15px;
}
.wrapper .box_section_btm .col-box .box.live.link {
  cursor: pointer;
}
.wrapper .box_section_btm .col-box .box.live.link:hover::before {
  display: block;
}
.wrapper .box_section_btm .col-box .box.live::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  z-index: 1;
  background: #fac219;
  transition: all 0.3s;
}
.wrapper .box_section_btm .col-box .box.live .caption {
  top: 166px;
  bottom: unset;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .box.live .caption {
    top: 50%;
    margin-top: -29px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .box.live .caption {
    top: 50%;
    margin-top: -29px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .box.live .caption {
    top: 50%;
    margin-top: -29px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .col-box .box.live .caption {
    top: 50%;
    margin-top: -64px;
  }
}
.wrapper .box_section_btm .col-box .box.live .caption h1 {
  color: #000;
  line-height: 65px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .box.live .caption h1 {
    font-size: 29px;
    line-height: 29px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .box.live .caption h1 {
    font-size: 29px;
    line-height: 29px;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .box.live .caption h1 {
    font-size: 45px;
    line-height: 40px;
    margin: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .col-box .box.live .caption h1 {
    font-size: 64px;
    line-height: 64px;
    margin: 0;
  }
}
.wrapper .box_section_btm .col-box .box.squad.link {
  cursor: pointer;
}
.wrapper .box_section_btm .col-box .box.squad.link:hover::before {
  display: block;
}
.wrapper .box_section_btm .col-box .box.squad::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  z-index: 1;
  background: #fac219;
  transition: all 0.3s;
}
.wrapper .box_section_btm .col-box .box.squad .caption {
  top: 65px;
  bottom: unset;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .box.squad .caption {
    top: 50%;
    margin-top: -20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .box.squad .caption {
    top: 50%;
    margin-top: -20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .col-box .box.squad .caption {
    top: 50%;
    margin-top: -35px;
  }
}
.wrapper .box_section_btm .col-box .box.squad .caption h1 {
  color: #000;
  font-size: 48px;
  font-weight: 300;
  font-family: "Mizo Arial";
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .box.squad .caption h1 {
    font-size: 18px;
    line-height: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .box.squad .caption h1 {
    font-size: 18px;
    line-height: 100%;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .box.squad .caption h1 {
    font-size: 26px;
    line-height: 100%;
    margin: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .col-box .box.squad .caption h1 {
    font-size: 38px;
    line-height: 100%;
    margin: 0;
  }
}
.wrapper .box_section_btm .col-box .box.squad .caption h1 span {
  color: #fff;
  line-height: 35px;
  font-family: "Arial";
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .box.squad .caption h1 span {
    font-size: 23px;
    line-height: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .box.squad .caption h1 span {
    font-size: 23px;
    line-height: 23px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .box.squad .caption h1 span {
    font-size: 30px;
    line-height: 30px;
  }
}
.wrapper .box_section_btm .col-box .splash_box {
  background: #e1e1e1;
  text-align: center;
  padding: 0 30px;
  min-height: 512px;
}
@media (min-width: 1891px) and (max-width: 1920px) {
  .wrapper .box_section_btm .col-box .splash_box {
    /*min-height: 508.29px;*/
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .splash_box {
    padding: 0 15px;
    min-height: 331px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .splash_box {
    padding: 0;
    min-height: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .splash_box {
    padding: 0;
    min-height: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .col-box .splash_box {
    padding: 0 20px;
    min-height: auto;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .box_section_btm .col-box .splash_box {
    padding: 0 20px;
    min-height: auto;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .box_section_btm .col-box .splash_box {
    min-height: auto;
  }
}
.wrapper .box_section_btm .col-box .splash_box a {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-top: 20px;
  text-decoration: none;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .splash_box a {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .splash_box a {
    margin-bottom: 20px;
  }
}
.wrapper .box_section_btm .col-box .splash_box p {
  font-size: 26px;
  font-family: "Mizo Arial";
  font-weight: normal;
  line-height: 30px;
  padding: 0 20px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .splash_box p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .splash_box p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .splash_box p {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.wrapper .box_section_btm .col-box .splash_box p a {
  color: #0076c0;
  font-family: "Arial";
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .splash_box p a {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .splash_box p a {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .splash_box p a {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .col-box .splash_box p a {
    font-size: 25px;
    line-height: 25px;
  }
}
.wrapper .box_section_btm .col-box .splash_box p a:hover {
  color: #2a9be1;
}
.wrapper .box_section_btm .col-box .splash_box h1 {
  color: #0076c0;
  font-size: 48px;
  font-family: Arial;
  font-weight: 900;
  margin: 57px 0 10px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .splash_box h1 {
    margin: 45px 0 33px;
    font-size: 29px;
    line-height: 29px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .splash_box h1 {
    margin: 21px 0 22px;
    font-size: 29px;
    line-height: 29px;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .splash_box h1 {
    margin: 38px 0 33px;
    font-size: 29px;
    line-height: 29px;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .col-box .splash_box h1 {
    margin: 40px 0 10px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .box_section_btm .col-box .splash_box h1 {
    margin: 40px 0 10px;
    font-size: 47px;
    line-height: 47px;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .splash_box .social_menu > h4 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .splash_box .social_menu > h4 {
    font-size: 26px;
  }
}
.wrapper .box_section_btm .col-box .splash_box .social_menu ul {
  text-align: center;
  margin: 40px 0 0 8px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .splash_box .social_menu ul {
    margin: 0 0 27px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .splash_box .social_menu ul {
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .splash_box .social_menu ul {
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .col-box .splash_box .social_menu ul {
    margin: 30px 0 5px 8px;
  }
}
.wrapper .box_section_btm .col-box .splash_box .social_menu ul li {
  margin-right: 14px;
  display: inline-block;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .splash_box .social_menu ul li {
    margin-right: 8px;
  }
}
.wrapper .box_section_btm .col-box .splash_box .social_menu ul li a {
  width: 55px;
  height: 55px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 55px;
  margin-top: 0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .splash_box .social_menu ul li a {
    width: 36px;
    height: 36px;
    font-size: 13px;
    line-height: 36px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .splash_box .social_menu ul li a {
    width: 35px;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .splash_box .social_menu ul li a {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .col-box .splash_box .social_menu ul li a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 15px;
  }
}
.wrapper .box_section_btm .col-box img {
  width: 100%;
  height: auto;
}
.wrapper .box_section_btm .col-box .space {
  margin-top: 30px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .space {
    margin-top: 13px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .space {
    display: flex;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .col-box .space {
    display: flex;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .box_section_btm .col-box .space {
    display: flex;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .box_section_btm .col-box .space {
    display: flex;
  }
}
.wrapper .box_section_btm .col-box .space .col-small-box {
  float: left;
}
.wrapper .box_section_btm .col-box .space .col-small-box > a.box {
  display: block;
}
.wrapper .box_section_btm .col-box .space .col-small-box:first-child {
  width: 62%;
  padding-right: 6px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .space .col-small-box:first-child {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .space .col-small-box:first-child {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .space .col-small-box:first-child {
    display: flex;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .col-box .space .col-small-box:first-child {
    display: flex;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .box_section_btm .col-box .space .col-small-box:first-child {
    display: flex;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .box_section_btm .col-box .space .col-small-box:first-child {
    display: flex;
  }
}
.wrapper .box_section_btm .col-box .space .col-small-box:last-child {
  width: 38%;
  padding-left: 22px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .box_section_btm .col-box .space .col-small-box:last-child {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .box_section_btm .col-box .space .col-small-box:last-child {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .box_section_btm .col-box .space .col-small-box:last-child {
    padding-left: 21px;
  }
}
.wrapper .box_section_btm .col-box .space .col-small-box:last-child .box:last-child {
  margin-top: 25px;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .box_section_btm .col-box .space .col-small-box:last-child .box:last-child {
    margin-top: 29.76px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .box_section_btm .col-box .space .col-small-box:last-child .box:last-child {
    margin-top: 27.24px;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .box_section_btm .col-box .space .col-small-box:last-child .box:last-child {
    /*margin-top: 27.19px;*/
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .page-template-home .wrapper .banner {
    margin-top: 2px;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper #slider {
    min-height: 440px !important;
  }
}
.wrapper .banner {
  height: 880px !important;
  overflow: hidden;
  position: relative;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .banner {
    height: auto !important;
    max-height: 565px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .banner {
    height: auto !important;
    max-height: 510px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .banner {
    height: auto !important;
    max-height: 595px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .banner {
    height: auto !important;
    max-height: 672px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .banner {
    height: 705px !important;
  }
}
@media (min-width: 1681px) and (max-width: 1840px) {
  .wrapper .banner {
    height: 800px !important;
  }
}
.wrapper .banner .slick-arrow {
  display: block;
  text-indent: -9999px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  position: absolute;
  top: 320px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  margin-top: 112px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .banner .slick-arrow {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .banner .slick-arrow {
    margin-top: 89px;
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .banner .slick-arrow {
    margin-top: 103px;
  }
}
.wrapper .banner .slick-arrow.slick-next {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/right-arrow-double.png");
  right: 19px;
}
.wrapper .banner .slick-arrow.slick-prev {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/left-arrow-double.png");
  left: 19px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .banner .slick-arrow {
    display: block;
    text-indent: -9999px;
    height: 20px;
    width: 20px;
    overflow: hidden;
    position: absolute;
    top: 320px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .wrapper .banner .slick-arrow.slick-next {
    background-image: url("/packages/ds_cosmos57/themes/cosmos/images/right-arrow-double.png");
    right: 19px;
  }
  .wrapper .banner .slick-arrow.slick-prev {
    background-image: url("/packages/ds_cosmos57/themes/cosmos/images/left-arrow-double.png");
    left: 19px;
  }
}
.wrapper .banner img {
  margin: 0 auto;
  /*background: #fbce14;
      width: 100%;*/
}
.wrapper .banner .content {
  position: absolute;
  top: 327px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .banner .content {
    top: 0;
    position: relative;
    /*background-color: #fbce14 !important;*/
    padding: 175px 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .banner .content {
    top: 38%;
  }
}
@media (min-width: 768px) and (max-width: 890px) {
  .wrapper .banner .content {
    top: 35%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .banner .content {
    top: 40%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .banner .content {
    top: 40%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .banner .content {
    top: 265px;
  }
}
.wrapper .banner .content h2 {
  font-family: 'Mizo Arial';
  color: #000000;
  font-size: 72px;
  margin-bottom: 0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .banner .content h2 {
    font-size: 23px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .banner .content h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .banner .content h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .banner .content h2 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .banner .content h2 {
    font-size: 54px;
    line-height: 54px;
  }
}
.wrapper .banner .content h1 {
  font-weight: 900;
  font-size: 100px;
  line-height: 86px;
  color: #ffffff;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .banner .content h1 {
    font-size: 32px;
    line-height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .banner .content h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .banner .content h1 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .banner .content h1 {
    font-size: 54px;
    line-height: 54px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .banner .content h1 {
    font-size: 76px;
    line-height: 76px;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .banner .content h4 {
    margin-bottom: 0;
  }
}
.wrapper .banner .content h4 p {
  font-family: 'Mizo Arial';
  color: #000000;
  font-size: 24px;
  margin: 34px 0 0;
  padding: 0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .banner .content h4 p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 17px;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .banner .content h4 p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 17px;
    padding: 0 80px;
    max-width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .banner .content h4 p {
    font-size: 18px;
    line-height: 20px;
    margin-top: 17px;
    padding: 0 80px;
    max-width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .banner .content h4 p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 17px;
    padding: 0 80px;
    max-width: 70%;
    margin: 0 auto;
  }
}
.wrapper .banner .content a {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: #ffffff;
  margin-top: 45px;
  padding: 15px 35px;
  text-decoration: none;
  background: #0076c0;
  border-width: 2px;
  border-style: solid;
  border-color: #0076c0;
  border-image: initial;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .banner .content a {
    font-size: 13px;
    margin-top: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .banner .content a {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 890px) {
  .wrapper .banner .content a {
    margin-top: 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .banner .content a {
    font-size: 16px;
    margin-top: 18px;
  }
}
.wrapper .banner .content a:hover {
  background-color: transparent;
  color: #0076c0;
}
.wrapper .banner .image {
  padding-top: 112px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .banner .image {
    /*background-color: #fbce14 !important;*/
    padding-top: 20px;
  }
  .wrapper .banner .image video {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .banner .image {
    padding-top: 89px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .banner .image {
    padding-top: 103px;
  }
}
.wrapper .view_pdt {
  text-align: center;
  margin-top: -45px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .view_pdt {
    margin-top: -12px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .view_pdt {
    margin-top: -12px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .view_pdt {
    margin-top: -30px;
  }
}
.wrapper .view_pdt img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  margin-top: -43px;
  animation: updown 3s ease 0s infinite normal none running;
}
.wrapper .view_pdt img:hover {
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .view_pdt img {
    width: 30px;
    margin-top: -28px;
    animation: updown_sm 3s ease 0s infinite normal none running;
  }
}
@media (min-width: 768px) and (max-width: 890px) {
  .wrapper .view_pdt img {
    margin-top: -30px;
    animation: updown_sm 3s ease 0s infinite normal none running;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .view_pdt img {
    width: 30px;
    margin-top: -28px;
    animation: updown_sm 3s ease 0s infinite normal none running;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .view_pdt img {
    width: 40px;
  }
}
.wrapper .view_pdt h1 {
  z-index: 9;
  position: relative;
}
.wrapper .view_pdt a {
  display: inline-block;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  background: #0777c0;
  z-index: 2;
  font-size: 36px;
  font-weight: bold;
  padding: 46px;
  max-width: 740px;
  width: 100%;
}
.wrapper .view_pdt a:hover {
  cursor: default;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .view_pdt a {
    font-size: 23px;
    padding: 20px;
    max-width: 540px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .view_pdt a {
    font-size: 24px;
    padding: 20px;
    max-width: 540px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .view_pdt a {
    font-size: 30px;
    padding: 35px;
    max-width: 540px;
  }
}
@keyframes updown {
  0% {
    top: 0;
  }
  50% {
    top: 30px;
  }
  @media (min-width: 768px) and (max-width: 890px) {
    50% {
      top: 15px;
    }
  }
  100% {
    top: 0;
  }
}
@keyframes updown_sm {
  0% {
    top: 0;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0;
  }
}
.wrapper .logo_slider .slick-slide img {
  display: inline-block;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s;
}
.wrapper .logo_slider .slick-slide:hover img {
  opacity: 1;
  filter: none;
  -webkit-filter: none;
}
.wrapper .logo_slider a {
  padding: 0 37px;
  min-height: 120px;
  line-height: 120px;
  text-align: center;
}
.wrapper .logo_slider img {
  max-width: 100%;
  height: auto;
}
.wrapper .wiper_blade {
  margin-top: 170px;
  text-align: center;
  position: relative;
  min-height: 588px;
  /*background: url(../images/wiper-blade-1.jpg) 0% 0% / contain no-repeat;*/
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .wiper_blade {
    min-height: auto;
    margin-top: 68px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .wiper_blade {
    min-height: auto;
    margin-top: 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .wiper_blade {
    min-height: auto;
    margin-top: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .wiper_blade {
    min-height: 588px;
    margin-top: 50px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .wiper_blade {
    margin-top: 90px;
  }
}
.wrapper .wiper_blade .wiper_left {
  position: absolute;
  top: 0;
  left: 35px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .wiper_blade .wiper_left {
    left: unset;
    right: -112px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .wiper_blade .wiper_left {
    left: 25px;
    top: 0;
    width: 34%;
    height: 100%;
    line-height: 338px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .wiper_blade .wiper_left {
    left: 25px;
    top: 0;
    width: 34%;
    height: 100%;
    line-height: 338px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .wiper_blade .wiper_left {
    left: 10px;
    top: 0;
    width: 48%;
  }
}
.wrapper .wiper_blade .wiper_left img {
  margin-top: -72px;
  position: relative;
  z-index: 2;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .wiper_blade .wiper_left img {
    margin-top: -27px;
    margin-left: 35px;
    width: auto;
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .wiper_blade .wiper_left img {
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .wiper_blade .wiper_left img {
    margin: 0;
    height: 340px;
    width: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .wiper_blade .wiper_left img {
    margin: 0;
    max-height: 588px;
  }
}
.wrapper .wiper_blade .wiper_content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.wrapper .wiper_blade .wiper_content h1 {
  font-size: 50px;
  line-height: 33px;
  font-family: 'Mizo Arial';
  font-weight: normal;
  color: #ffffff;
  padding: 116px 0 45px;
  margin: 0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .wiper_blade .wiper_content h1 {
    font-size: 23px;
    line-height: 23px;
    padding: 53px 0 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .wiper_blade .wiper_content h1 {
    font-size: 26px;
    line-height: 26px;
    padding: 53px 0 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .wiper_blade .wiper_content h1 {
    font-size: 28px;
    line-height: 28px;
    padding: 53px 0 26px;
  }
}
.wrapper .wiper_blade .wiper_content h1 span {
  display: block;
  margin-top: 15px;
  font-weight: 900;
  font-family: 'Arial';
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .wiper_blade .wiper_content h1 span {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .wiper_blade .wiper_content h1 span {
    margin-top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .wiper_blade .wiper_content h1 span {
    margin-top: 0;
  }
}
.wrapper .wiper_blade .wiper_content h5 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Mizo Arial';
  font-weight: normal;
  color: #ffffff;
  padding: 0 100px;
  margin: 0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .wiper_blade .wiper_content h5 {
    padding: 0;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .wiper_blade .wiper_content h5 {
    padding: 0;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .wiper_blade .wiper_content h5 {
    padding: 0;
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .wiper_blade .wiper_content p {
    margin-bottom: 54px;
  }
}
.wrapper .wiper_blade .wiper_content a {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 20px;
  margin-top: 51px;
  color: #ffffff;
  background-color: transparent;
  padding: 18px 50px;
  border-radius: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-image: initial;
  text-decoration: none;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .wiper_blade .wiper_content a {
    font-size: 13px;
    margin-top: 30px;
    padding: 9px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .wiper_blade .wiper_content a {
    font-size: 16px;
    margin: 35px 0;
    padding: 10px 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .wiper_blade .wiper_content a {
    margin: 35px 0;
    padding: 10px 30px;
  }
}
.wrapper .wiper_blade .wiper_content a:hover {
  background: #0076c0;
  border-color: #0076c0;
}
.wrapper .wiper_blade .wiper_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 45px;
  z-index: 1;
  background: #0076c0;
  overflow: hidden;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .wiper_blade .wiper_overlay {
    min-height: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .wiper_blade .wiper_overlay {
    bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .wiper_blade .wiper_overlay {
    bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .wiper_blade .wiper_overlay {
    bottom: 29px;
  }
}
.wrapper .wiper_blade .wiper_overlay video {
  opacity: 0.4;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .wiper_blade .wiper_overlay video {
    width: auto;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .wiper_blade .wiper_overlay img {
    width: 100%;
    opacity: 0.4;
  }
}
.wrapper .buy {
  text-align: center;
  padding-top: 104px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .buy {
    padding: 49px 23px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .buy {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .buy {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .buy {
    padding-top: 60px;
  }
}
.wrapper .buy h5 {
  font-size: 20px;
  line-height: 23px;
  font-family: Arial;
  color: #000;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .buy h5 {
    font-size: 14px;
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .buy h5 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .buy h5 {
    font-size: 18px;
  }
}
.wrapper .buy h5 a {
  text-decoration: none;
  position: relative;
  padding-right: 25px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .buy h5 a {
    margin: 0 auto;
    display: block;
    max-width: 120px;
    width: 100%;
  }
}
.wrapper .buy h5 a::before {
  content: "";
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/arrow-blue.png");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 3px;
  transform: rotate(180deg);
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .buy h5 a::before {
    width: 11px;
    height: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .buy h5 a::before {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .buy h5 a::before {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .buy h5 a::before {
    width: 13px;
    height: 13px;
  }
}
.wrapper .buy h5 a:hover {
  color: #2a9be1;
}
.wrapper .buy h5 a:hover::before {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/arrow-blue-hover.png");
}
.wrapper .splash_highlights {
  margin-top: 18px;
  padding: 136px 230px 0;
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/content_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .splash_highlights {
    padding: 34px 8px 0;
    background-image: url("/packages/ds_cosmos57/themes/cosmos/images/moblie_content_bg.jpg");
    background-size: 100% 360px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .splash_highlights {
    padding: 60px 0 30px;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .splash_highlights {
    padding: 70px 0 50px;
    margin: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .splash_highlights {
    padding: 70px 0 50px;
    margin: 45px 0 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .splash_highlights {
    padding: 90px 100px;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .splash_highlights {
    padding: 136px 155px 0;
  }
}
.wrapper .splash_highlights .row .col-sm-6:first-child .splash_highlight_content {
  float: right;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .splash_highlights .row .col-sm-6:first-child .splash_highlight_content {
    float: none;
  }
}
.wrapper .splash_highlights .row .col-sm-6:last-child .splash_highlight_content {
  float: left;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .splash_highlights .row .col-sm-6:last-child .splash_highlight_content {
    float: none;
  }
}
.wrapper .splash_highlights .splash_highlight_content {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .splash_highlights .splash_highlight_content {
    width: 354px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .splash_highlights .splash_highlight_content {
    width: 482px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .splash_highlights .splash_highlight_content {
    width: 570px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .splash_highlights .splash_highlight_content {
    width: 553px;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .splash_highlights .splash_highlight_content {
    width: 655px;
  }
}
@media (min-width: 1891px) {
  .wrapper .splash_highlights .splash_highlight_content {
    width: 691px;
  }
}
.wrapper .splash_highlights .splash_highlight_content abbr {
  cursor: pointer;
}
.wrapper .splash_highlights .splash_highlight_content img {
  width: 100%;
  height: auto;
}
.wrapper .splash_highlights .splash_highlight_content .catalog_overlay {
  background: #0076c0;
}
.wrapper .splash_highlights .splash_highlight_content .catalog_overlay,
.wrapper .splash_highlights .splash_highlight_content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  transition: all 0.3s;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .splash_highlights .splash_highlight_content:first-child {
    margin-bottom: 10px;
  }
}
.wrapper .splash_highlights .splash_highlight_content:first-child .overlay {
  background: #fbce14;
}
.wrapper .splash_highlights .splash_highlight_content:last-child .overlay {
  background: #80bc00;
}
.wrapper .splash_highlights .splash_highlight_content:nth-child(2) {
  margin-top: 30px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .splash_highlights .splash_highlight_content:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .splash_highlights .splash_highlight_content:nth-child(2) {
    margin-top: 14.57px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .splash_highlights .splash_highlight_content:nth-child(2) {
    margin-top: 19.83px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .splash_highlights .splash_highlight_content:nth-child(2) {
    margin-top: 23.44px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .splash_highlights .splash_highlight_content:nth-child(2) {
    margin-top: 22.76px;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .splash_highlights .splash_highlight_content:nth-child(2) {
    margin-top: 26.96px;
  }
}
@media (min-width: 1891px) {
  .wrapper .splash_highlights .splash_highlight_content:nth-child(2) {
    margin-top: 28.44px;
  }
}
.wrapper .splash_highlights .splash_highlight_content .tag {
  color: #000000;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.wrapper .splash_highlights .splash_highlight_content .tag h1 {
  font-size: 66px;
  font-family: 'Mizo Arial';
  font-weight: normal;
  font-style: normal;
  padding: 0 0 0 25px;
  line-height: 38px;
  margin: 0;
  color: #fff;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .splash_highlights .splash_highlight_content .tag h1 {
    font-size: 26px;
    line-height: 26px;
    padding-left: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .splash_highlights .splash_highlight_content .tag h1 {
    font-size: 26px;
    line-height: 26px;
    padding-left: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .splash_highlights .splash_highlight_content .tag h1 {
    font-size: 30px;
    line-height: 30px;
    padding-left: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .splash_highlights .splash_highlight_content .tag h1 {
    font-size: 54px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .splash_highlights .splash_highlight_content .tag h1 {
    font-size: 58px;
    line-height: 58px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .splash_highlights .splash_highlight_content .tag h1 {
    font-size: 58px;
    line-height: 58px;
  }
}
.wrapper .splash_highlights .splash_highlight_content .tag h1 strong {
  font-size: 100px;
  font-weight: 900;
  font-style: normal;
  margin: 0 0 11px;
  color: #fff;
  display: block;
  line-height: 100px;
  font-family: 'Arial';
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .splash_highlights .splash_highlight_content .tag h1 strong {
    font-size: 39px;
    line-height: 39px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .splash_highlights .splash_highlight_content .tag h1 strong {
    font-size: 39px;
    line-height: 39px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .splash_highlights .splash_highlight_content .tag h1 strong {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .splash_highlights .splash_highlight_content .tag h1 strong {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .splash_highlights .splash_highlight_content .tag h1 strong {
    font-size: 86px;
    line-height: 86px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .splash_highlights .splash_highlight_content .tag h1 strong {
    font-size: 86px;
    line-height: 86px;
  }
}
.wrapper .splash_highlights .splash_highlight_content span.arrow {
  position: absolute;
  right: 47px;
  bottom: 39px;
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/arrow-right.png");
  height: 38px;
  width: 38px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .splash_highlights .splash_highlight_content span.arrow {
    background-size: contain;
    height: 18px;
    width: 18px;
    right: 17px;
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .splash_highlights .splash_highlight_content span.arrow {
    background-size: contain;
    height: 18px;
    width: 18px;
    right: 17px;
    bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .splash_highlights .splash_highlight_content span.arrow {
    background-size: contain;
    height: 18px;
    width: 18px;
    right: 17px;
    bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .splash_highlights .splash_highlight_content span.arrow {
    bottom: 29px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .splash_highlights .splash_highlight_content span.arrow {
    right: 25px;
    bottom: 29px;
  }
}
.wrapper .splash_highlights .splash_highlight_content:hover .arrow {
  animation: ani 1.7s ease-in-out 0s infinite normal none running;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .splash_highlights .splash_highlight_content:hover .arrow {
    animation: ani_xs 1.7s ease-in-out 0s infinite normal none running;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .splash_highlights .splash_highlight_content:hover .arrow {
    animation: ani_xs 1.7s ease-in-out 0s infinite normal none running;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .splash_highlights .splash_highlight_content:hover .arrow {
    animation: ani_lg 1.7s ease-in-out 0s infinite normal none running;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .splash_highlights .splash_highlight_content:hover .arrow {
    animation: ani_xl 1.7s ease-in-out 0s infinite normal none running;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .splash_highlights .splash_highlight_content:hover .arrow {
    animation: ani_xl 1.7s ease-in-out 0s infinite normal none running;
  }
}
@media (min-width: 1891px) and (max-width: 1920px) {
  .wrapper .splash_highlights .splash_highlight_content:hover .arrow {
    animation: ani_xl 1.7s ease-in-out 0s infinite normal none running;
  }
}
.wrapper .splash_highlights .splash_highlight_content:hover .catalog_overlay,
.wrapper .splash_highlights .splash_highlight_content:hover .overlay {
  opacity: 0.95;
}
@keyframes ani {
  0% {
    right: 50px;
  }
  50% {
    right: 150px;
  }
  100% {
    right: 72px;
  }
}
@keyframes ani_xs {
  0% {
    right: 15px;
  }
  50% {
    right: 37px;
  }
  100% {
    right: 25px;
  }
}
@keyframes ani_xl {
  0% {
    right: 20px;
  }
  50% {
    right: 40px;
  }
  100% {
    right: 30px;
  }
}
@keyframes ani_lg {
  0% {
    right: 20px;
  }
  50% {
    right: 50px;
  }
  100% {
    right: 35px;
  }
}
.page-template-product-inside-landing .wrapper .splash_highlights,
.page-template-products .wrapper .splash_highlights {
  background: none;
  padding-top: 104px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .page-template-product-inside-landing .wrapper .splash_highlights,
  .page-template-products .wrapper .splash_highlights {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-product-inside-landing .wrapper .splash_highlights,
  .page-template-products .wrapper .splash_highlights {
    padding-top: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-template-product-inside-landing .wrapper .splash_highlights,
  .page-template-products .wrapper .splash_highlights {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .page-template-product-inside-landing .wrapper .splash_highlights,
  .page-template-products .wrapper .splash_highlights {
    padding-top: 60px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .page-template-product-inside-landing .wrapper .splash_highlights,
  .page-template-products .wrapper .splash_highlights {
    padding-top: 70px;
  }
}
.page-template-product-inside-landing .wrapper .pdt_season {
  padding-bottom: 0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .page-template-products .wrapper .inside_banner {
    padding-bottom: 20px;
  }
}
.wrapper .inside_banner {
  position: relative;
  background: #fbce14;
  min-height: 545px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .inside_banner {
    min-height: unset;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .inside_banner {
    min-height: auto !important;
    padding-top: 74px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .inside_banner {
    min-height: auto !important;
    padding-top: 74px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .inside_banner {
    min-height: auto !important;
    padding-top: 74px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .inside_banner {
    min-height: auto !important;
    padding-top: 74px;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .inside_banner {
    min-height: auto !important;
    padding-top: 74px;
  }
}
.wrapper .inside_banner .inside_banner_content {
  position: absolute;
  top: 268px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .inside_banner .inside_banner_content {
    top: 0;
    position: relative;
    background-color: #fbce14;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .inside_banner .inside_banner_content {
    top: 40%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .inside_banner .inside_banner_content {
    top: 40%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .inside_banner .inside_banner_content {
    top: 40%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .inside_banner .inside_banner_content {
    top: 40%;
  }
}
.wrapper .inside_banner .inside_banner_content h1 {
  font-family: 'Mizo Arial';
  font-weight: normal;
  font-size: 72px;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .inside_banner .inside_banner_content h1 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .inside_banner .inside_banner_content h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .inside_banner .inside_banner_content h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .inside_banner .inside_banner_content h1 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .inside_banner .inside_banner_content h1 {
    font-size: 54px;
    line-height: 54px;
  }
}
.wrapper .inside_banner .inside_banner_content h1 strong {
  font-size: 100px;
  display: block;
  color: #fff;
  margin-top: 10px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .inside_banner .inside_banner_content h1 strong {
    font-size: 34px;
    line-height: 36px;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .inside_banner .inside_banner_content h1 strong {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .inside_banner .inside_banner_content h1 strong {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .inside_banner .inside_banner_content h1 strong {
    font-size: 54px;
    line-height: 54px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .inside_banner .inside_banner_content h1 strong {
    font-size: 76px;
    line-height: 76px;
  }
}
.wrapper .inside-breadcrumb {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: unset;
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .inside-breadcrumb {
    margin-bottom: 0;
  }
}
.wrapper .inside-breadcrumb.landing-pdt nav ol li:nth-child(2) {
  position: relative;
}
.wrapper .inside-breadcrumb.landing-pdt nav ol li:nth-child(2)::after {
  position: absolute;
  content: "";
  left: 16px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: transparent;
  cursor: default;
}
.wrapper .inside-breadcrumb.landing-pdt nav ol li:nth-child(2) a {
  font-family: 'Arial';
  font-weight: bold;
  color: #fff;
  background: none;
  font-size: 14px;
  position: relative;
  z-index: 0;
}
.wrapper .inside-breadcrumb.landing-pdt nav ol li:nth-child(2) a:hover {
  text-decoration: none;
  cursor: default;
}
.wrapper .inside-breadcrumb.landing-pdt nav ol li:last-child {
  display: none;
}
.wrapper .inside-breadcrumb nav {
  display: inline-block;
  min-width: 40%;
  background: #0076c0;
  padding: 18px 10px;
  text-align: center;
  color: #fff;
  margin-top: -22px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .inside-breadcrumb nav {
    margin-top: 0;
    width: 100%;
    padding: 8px 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .inside-breadcrumb nav {
    margin-top: -12px;
    width: 70%;
    padding: 13px 10px;
  }
}
.wrapper .inside-breadcrumb nav ol {
  background: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.wrapper .inside-breadcrumb nav ol.breadcrumb > li + li:before {
  color: #fff;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .inside-breadcrumb nav ol.breadcrumb li {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .inside-breadcrumb nav ol.breadcrumb li {
    font-size: 14px;
  }
}
.wrapper .inside-breadcrumb nav ol.breadcrumb li::before {
  font-size: 14px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .inside-breadcrumb nav ol.breadcrumb li::before {
    font-size: 11px;
    padding: 0 2px;
  }
}
.wrapper .inside-breadcrumb nav ol.breadcrumb li.active {
  font-family: 'Arial';
  font-weight: bold;
  color: #fff;
  background: none;
  font-size: 14px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .inside-breadcrumb nav ol.breadcrumb li.active {
    font-size: 11px;
  }
}
.wrapper .inside-breadcrumb nav ol.breadcrumb li a {
  color: #fff;
  font-family: 'Mizo Arial';
  font-weight: normal;
  font-size: 14px;
}
.wrapper .inside-breadcrumb nav ol.breadcrumb li a:hover {
  text-decoration: underline;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .inside-breadcrumb nav ol.breadcrumb li a {
    font-size: 11px;
  }
}
.wrapper .pdt_season {
  text-align: center;
  padding: 80px 0 42px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt_season {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt_season {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt_season {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .pdt_season {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.wrapper .pdt_season .view_all {
  font-family: 'Mizo Arial';
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.wrapper .pdt_season .view_all h1 {
  font-family: 'Mizo Arial';
  font-weight: normal;
  margin-bottom: 27px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt_season .view_all h1 {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt_season .view_all h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt_season .view_all h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .pdt_season .view_all h1 {
    font-size: 38px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .pdt_season .view_all h1 {
    font-size: 46px;
  }
}
.wrapper .pdt_season .view_all h1 span {
  font-weight: 900;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt_season .view_all h1 span {
    display: block;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt_season .view_all p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt_season .view_all p {
    padding: 0 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt_season .view_all p {
    padding: 0 80px;
  }
}
.wrapper .pdt_season .view_all p a {
  font-size: 18px;
  font-family: 'Arial';
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt_season .view_all p a {
    font-size: 16px;
  }
}
.wrapper .pdt_season .view_all p a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.wrapper .pdt_season .view_all a {
  margin-top: 15px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #0076c0;
  margin-bottom: 65px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt_season .view_all a {
    font-size: 16px;
  }
}
.wrapper .category_slider {
  position: relative;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .category_slider {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .category_slider {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .category_slider {
    padding: 0 30px;
  }
}
.wrapper .category_slider ul.pdt_slider .slick-arrow {
  margin-top: -6px;
  opacity: 1 !important;
  color: #fff;
  text-indent: -9999px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .category_slider ul.pdt_slider .slick-arrow {
    background-size: contain;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .category_slider ul.pdt_slider .slick-arrow {
    background-size: contain;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .category_slider ul.pdt_slider .slick-arrow {
    background-size: contain;
    width: 30px;
    height: 30px;
  }
}
.wrapper .category_slider ul.pdt_slider .slick-arrow.slick-prev {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/left-arrow-double.png");
  left: -95px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .category_slider ul.pdt_slider .slick-arrow.slick-prev {
    left: -27px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .category_slider ul.pdt_slider .slick-arrow.slick-prev {
    left: -27px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .category_slider ul.pdt_slider .slick-arrow.slick-prev {
    left: -27px;
  }
}
.wrapper .category_slider ul.pdt_slider .slick-arrow.slick-prev:hover {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/left-arrow-double-hover.png");
}
.wrapper .category_slider ul.pdt_slider .slick-arrow.slick-next {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/right-arrow-double.png");
  right: -95px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .category_slider ul.pdt_slider .slick-arrow.slick-next {
    right: -27px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .category_slider ul.pdt_slider .slick-arrow.slick-next {
    right: -27px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .category_slider ul.pdt_slider .slick-arrow.slick-next {
    right: -27px;
  }
}
.wrapper .category_slider ul.pdt_slider .slick-arrow.slick-next:hover {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/right-arrow-double-hover.png");
}
.wrapper .category_slider ul.pdt_slider li {
  text-align: center;
}
.wrapper .category_slider ul.pdt_slider li.pdt-selected .image,
.wrapper .category_slider ul.pdt_slider li:hover .image {
  margin-top: -10px;
}
.wrapper .category_slider ul.pdt_slider li.pdt-selected > a,
.wrapper .category_slider ul.pdt_slider li:hover > a {
  border-bottom: 2px solid #0076c0;
}
.wrapper .category_slider ul.pdt_slider li .image {
  position: relative;
  min-height: 275px;
  width: 270px;
  margin: 0 auto;
  transition: all 0.3s;
}
.wrapper .category_slider ul.pdt_slider li .image a {
  display: inline-block;
  color: #0076c0;
  font-family: Arial;
  font-size: 20px;
  padding: 15px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  line-height: 245px;
}
.wrapper .category_slider ul.pdt_slider li .image img {
  display: inline-block;
}
.wrapper .category_slider ul.pdt_slider li > a {
  display: inline-block;
  color: #0076c0;
  font-family: Arial;
  font-size: 20px;
  padding: 0 5px 16px;
  max-width: 235px;
  line-height: 22px;
  text-transform: uppercase;
}
.wrapper .category_slider ul.pdt_slider li > a strong {
  display: block;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .category_slider ul.pdt_slider li > a strong {
    font-size: 16px;
  }
}
.wrapper .pdt-category-list,
.wrapper .products_section {
  min-height: 526px;
  padding: 108px 0;
  position: relative;
  background: #ebebeb;
  text-align: center;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category-list,
  .wrapper .products_section {
    padding: 20px 0;
    min-height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category-list,
  .wrapper .products_section {
    padding: 70px 0 110px;
  }
}
.wrapper .pdt-category-list::after,
.wrapper .products_section::after,
.wrapper .pdt-category-list::before,
.wrapper .products_section::before {
  position: absolute;
  height: 80px;
  width: 100%;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category-list::after,
  .wrapper .products_section::after,
  .wrapper .pdt-category-list::before,
  .wrapper .products_section::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category-list::after,
  .wrapper .products_section::after,
  .wrapper .pdt-category-list::before,
  .wrapper .products_section::before {
    background-size: 100% 100%;
    height: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt-category-list::after,
  .wrapper .products_section::after,
  .wrapper .pdt-category-list::before,
  .wrapper .products_section::before {
    background-size: 100% 100%;
    height: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .pdt-category-list::after,
  .wrapper .products_section::after,
  .wrapper .pdt-category-list::before,
  .wrapper .products_section::before {
    background-size: 100% 100%;
    height: 70px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .pdt-category-list::after,
  .wrapper .products_section::after,
  .wrapper .pdt-category-list::before,
  .wrapper .products_section::before {
    background-size: 100% 100%;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .pdt-category-list::after,
  .wrapper .products_section::after,
  .wrapper .pdt-category-list::before,
  .wrapper .products_section::before {
    background-size: 100% 100%;
    height: 72px;
  }
}
.wrapper .pdt-category-list::before,
.wrapper .products_section::before {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/products-before.jpg");
  top: 0;
}
.wrapper .pdt-category-list::after,
.wrapper .products_section::after {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/products-after.jpg");
  bottom: 0;
}
.wrapper .pdt-category-list .product_container,
.wrapper .products_section .product_container {
  max-width: 1262px;
  margin: 0 auto;
  text-align: center;
}
.wrapper .pdt-category-list .product_container ul,
.wrapper .products_section .product_container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category-list .product_container ul,
  .wrapper .products_section .product_container ul {
    overflow: hidden;
  }
}
.wrapper .pdt-category-list .product_container ul li,
.wrapper .products_section .product_container ul li {
  list-style: none;
  float: left;
  margin: 30px 57px 30px 0;
  position: relative;
  min-height: 250px;
  min-width: 157px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category-list .product_container ul li,
  .wrapper .products_section .product_container ul li {
    width: 50%;
    min-width: 145px;
    margin: 10px 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category-list .product_container ul li,
  .wrapper .products_section .product_container ul li {
    min-width: auto;
    width: 33.33%;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt-category-list .product_container ul li,
  .wrapper .products_section .product_container ul li {
    min-width: auto;
    width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
    min-height: 250px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .pdt-category-list .product_container ul li,
  .wrapper .products_section .product_container ul li {
    min-width: auto;
    width: 20%;
    padding: 0 15px;
    margin: 0 0 30px;
    min-height: 260px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .pdt-category-list .product_container ul li,
  .wrapper .products_section .product_container ul li {
    min-width: auto;
    width: 20%;
    padding: 0 15px;
    margin: 0 0 30px;
    min-height: 250px;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .pdt-category-list .product_container ul li,
  .wrapper .products_section .product_container ul li {
    min-width: auto;
    width: 20%;
    padding: 0 15px;
    margin: 0 0 30px;
    min-height: 250px;
  }
}
.wrapper .pdt-category-list .product_container ul li:nth-child(6n),
.wrapper .products_section .product_container ul li:nth-child(6n) {
  margin-right: 0;
}
.wrapper .pdt-category-list .product_container ul li:hover,
.wrapper .products_section .product_container ul li:hover {
  cursor: pointer;
}
.wrapper .pdt-category-list .product_container ul li:hover > a,
.wrapper .products_section .product_container ul li:hover > a {
  color: #0076c0;
  font-family: "Arial";
  font-weight: bold;
}
.wrapper .pdt-category-list .product_container ul li:hover .image a img,
.wrapper .products_section .product_container ul li:hover .image a img {
  top: -8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper .pdt-category-list .product_container ul li > a,
.wrapper .products_section .product_container ul li > a {
  color: #000;
  max-width: 157px;
  display: block;
  font-family: 'Mizo Arial';
  font-weight: normal;
  line-height: 20px;
  font-size: 16px;
  margin-top: 30px;
  position: relative;
  min-height: 40px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category-list .product_container ul li > a,
  .wrapper .products_section .product_container ul li > a {
    display: inline-block;
    position: unset;
    margin-top: 15px;
    max-width: none;
    font-size: 14px;
    padding: 0 4px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category-list .product_container ul li > a,
  .wrapper .products_section .product_container ul li > a {
    max-width: none;
    width: 100%;
    padding: 0 20px;
    margin-top: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt-category-list .product_container ul li > a,
  .wrapper .products_section .product_container ul li > a {
    max-width: none;
    width: 100%;
    padding: 0 40px;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .pdt-category-list .product_container ul li > a,
  .wrapper .products_section .product_container ul li > a {
    max-width: none;
    width: 100%;
    padding: 0 30px;
  }
}
.wrapper .pdt-category-list .product_container ul li .image a,
.wrapper .products_section .product_container ul li .image a {
  width: 157px;
  height: 159px;
  position: relative;
  display: block;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category-list .product_container ul li .image a,
  .wrapper .products_section .product_container ul li .image a {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category-list .product_container ul li .image a,
  .wrapper .products_section .product_container ul li .image a {
    display: inline-block;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt-category-list .product_container ul li .image a,
  .wrapper .products_section .product_container ul li .image a {
    display: inline-block;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .pdt-category-list .product_container ul li .image a,
  .wrapper .products_section .product_container ul li .image a {
    display: inline-block;
  }
}
.wrapper .pdt-category-list .product_container ul li .image img,
.wrapper .products_section .product_container ul li .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.wrapper .pdt-category-list .pagination_out,
.wrapper .products_section .pagination_out {
  position: absolute;
  left: 0;
  width: 100%;
  /*bottom: 28px;*/
  bottom: 12px;
  z-index: 1;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category-list .pagination_out,
  .wrapper .products_section .pagination_out {
    position: relative;
    z-index: 1;
    float: none;
    bottom: unset;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category-list .pagination_out,
  .wrapper .products_section .pagination_out {
    bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt-category-list .pagination_out,
  .wrapper .products_section .pagination_out {
    bottom: 0;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category-list .pagination_out ul,
  .wrapper .products_section .pagination_out ul {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category-list .pagination_out ul,
  .wrapper .products_section .pagination_out ul {
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt-category-list .pagination_out ul,
  .wrapper .products_section .pagination_out ul {
    margin: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .pdt-category-list .pagination_out ul,
  .wrapper .products_section .pagination_out ul {
    margin: 0;
  }
}
.wrapper .pdt-category-list .pagination_out ul li,
.wrapper .products_section .pagination_out ul li {
  list-style: none;
  float: none;
  display: block;
  margin: 0;
  min-height: auto;
  min-width: 110px;
  overflow: hidden;
  padding-bottom: 0;
}
.wrapper .pdt-category-list .pagination_out ul li a,
.wrapper .products_section .pagination_out ul li a {
  display: block;
  padding: 19px 39px;
  position: relative;
  font-family: 'Arial';
  color: #fff;
  background: #0076c0;
  border-radius: 45px;
  text-transform: uppercase;
  min-width: 185px;
  margin-top: 0;
  border: 2px solid #0076c0;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category-list .pagination_out ul li a,
  .wrapper .products_section .pagination_out ul li a {
    font-size: 16px;
  }
}
.wrapper .pdt-category-list .pagination_out ul li a:hover,
.wrapper .products_section .pagination_out ul li a:hover {
  background: #fff;
  color: #0076c0;
}
.wrapper .bottom_blue {
  margin-top: 150px;
  background: #0076c0;
  padding: 60px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .bottom_blue {
    margin-top: 5px;
    padding: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .bottom_blue {
    margin-top: 20px;
    padding: 20px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .bottom_blue {
    margin-top: 30px;
    padding: 20px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .bottom_blue {
    margin-top: 30px;
    padding: 30px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .bottom_blue {
    margin-top: 0;
  }
}
.wrapper .bottom_blue p {
  color: #fff;
  margin: 0;
  font-size: 44px;
  line-height: 68px;
  letter-spacing: 1px;
  font-family: 'Mizo Arial';
  font-weight: normal;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .bottom_blue p {
    font-size: 14px;
    letter-spacing: unset;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .bottom_blue p {
    font-size: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .bottom_blue p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .bottom_blue p {
    font-size: 38px;
  }
}
.wrapper .bottom_blue p a {
  display: inline-block;
  padding: 20px 40px;
  color: #fff;
  border: 2px solid #fff;
  margin-left: 60px;
  border-radius: 55px;
  font-size: 16px;
  line-height: 16px;
  font-family: Arial;
  font-weight: bold;
  vertical-align: middle;
  margin-top: -9px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .bottom_blue p a {
    padding: 8px 30px;
    margin: 10px auto 0;
    display: block;
    max-width: 200px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .bottom_blue p a {
    padding: 15px 30px;
    margin-left: 0;
    margin-top: -4px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .bottom_blue p a {
    margin-left: 10px;
    padding: 15px 30px;
    margin-top: -5px;
  }
}
.wrapper .bottom_blue p a:hover {
  color: #0076c0;
  background: #fff;
}
.wrapper .bottom_blue p b,
.wrapper .bottom_blue p strong {
  font-family: Arial;
  font-weight: 900;
}
.wrapper h1 span {
  font-family: Arial;
}
.products .wrapper .box_section_top {
  background: none;
}
.wrapper .single_banner {
  min-height: 575px;
  background: #fbce14;
  position: relative;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single_banner {
    min-height: auto;
    padding-bottom: 20px;
  }
}
.wrapper .single_banner .single_product_banner {
  position: absolute;
  top: 275px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single_banner .single_product_banner {
    top: 0;
    position: relative;
  }
}
.wrapper .single_banner .single_product_banner h1 {
  font-family: 'Mizo Arial';
  color: #000;
  font-size: 72px;
  margin: 0;
  padding: 0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single_banner .single_product_banner h1 {
    font-size: 23px;
    line-height: 26px;
  }
}
.wrapper .single_banner .single_product_banner h1 strong {
  display: block;
  font-weight: 900;
  font-size: 100px;
  color: #fff;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single_banner .single_product_banner h1 strong {
    font-size: 32px;
    line-height: 35px;
  }
}
.wrapper .single-product {
  padding: 0 106px 55px;
  position: relative;
  margin-top: 90px;
  margin-bottom: 35px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product {
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .single-product {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .single-product {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .single-product {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.wrapper .single-product::before {
  content: "";
  background: #ebebeb;
  -webkit-clip-path: circle(64% at -5% 50%);
  clip-path: circle(64% at -5% 50%);
  width: 265px;
  height: 550px;
  position: absolute;
  top: 46px;
  left: 644px;
  z-index: -1;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product::before {
    width: 35%;
    left: 64%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .single-product::before {
    left: 760px;
    -webkit-clip-path: circle(67.2% at -11% 50%);
    clip-path: circle(67.2% at -11% 50%);
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .single-product::before {
    width: 22%;
    left: 29%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .single-product::before {
    width: 20%;
    left: 29%;
  }
}
.wrapper .single-product::after {
  content: "";
  background: #ebebeb;
  width: 650px;
  height: 550px;
  position: absolute;
  top: 46px;
  left: 0;
  z-index: -1;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product::after {
    width: 100%;
    height: 470px;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product::after {
    width: 65%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .single-product::after {
    width: 815px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .single-product::after {
    width: 29%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .single-product::after {
    width: 30%;
  }
}
.wrapper .single-product strong {
  font-weight: bold;
}
.wrapper .single-product .single-product-left,
.wrapper .single-product .single-product-right {
  float: left;
  width: 50%;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .single-product-left,
  .wrapper .single-product .single-product-right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product .single-product-left,
  .wrapper .single-product .single-product-right {
    width: 100%;
  }
}
.wrapper .single-product .single-product-left {
  padding-right: 92px;
  min-height: 550px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .single-product-left {
    min-height: auto;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product .single-product-left {
    min-height: auto;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .single-product .single-product-left {
    min-height: auto;
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-right: 0;
    width: 100%;
    float: none;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .single-product .single-product-left {
    padding-right: 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .single-product .single-product-left {
    padding-right: 15px;
  }
}
.wrapper .single-product .single-product-left .carousel-inner {
  min-height: 550px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .single-product-left .carousel-inner {
    min-height: 470px;
    overflow: visible;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product .single-product-left .carousel-inner {
    padding-right: 70px;
  }
}
.wrapper .single-product .single-product-left .carousel-inner .carousel-indicators {
  position: absolute;
  right: 0;
  top: 50%;
  width: auto;
  max-height: 20px;
  margin: 0;
  left: unset;
  transform: rotate(-90deg);
  z-index: 1;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .single-product-left .carousel-inner .carousel-indicators {
    transform: rotate(0deg);
    top: unset;
    bottom: -35px;
    right: 50%;
    margin-right: -24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product .single-product-left .carousel-inner .carousel-indicators {
    right: 10%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .single-product .single-product-left .carousel-inner .carousel-indicators {
    right: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .single-product .single-product-left .carousel-inner .carousel-indicators {
    right: 70px;
  }
}
.wrapper .single-product .single-product-left .carousel-inner .carousel-indicators li {
  background: #959595;
  border: none;
  opacity: 0.4;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.wrapper .single-product .single-product-left .carousel-inner .carousel-indicators li.active {
  opacity: 1;
}
.wrapper .single-product .single-product-left .carousel-inner .item {
  line-height: 623px;
  width: 620px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .single-product-left .carousel-inner .item {
    width: auto;
    line-height: 470px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product .single-product-left .carousel-inner .item {
    width: auto;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .single-product-left .carousel-inner .item img {
    max-height: 450px;
  }
}
.wrapper .single-product .single-product-left .carousel-inner .item .store-product-additional-image a:hover {
  cursor: default;
}
.wrapper .single-product .single-product-right {
  overflow: hidden;
  padding-top: 40px;
  padding-left: 75px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .single-product-right {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product .single-product-right {
    padding-left: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .single-product .single-product-right {
    max-width: 660px;
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
    float: none;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .single-product .single-product-right {
    padding-left: 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .single-product .single-product-right {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product .product-wrap {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper .single-product .product-wrap {
    max-width: 630px;
  }
}
.wrapper .single-product .product-wrap .content > a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.wrapper .single-product .product-wrap .content > a:hover {
  color: #0098f5;
  cursor: pointer;
}
.wrapper .single-product .product-wrap .content .more {
  padding-right: 30px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.wrapper .single-product .product-wrap .content .more.active::before {
  content: "\f102";
}
.wrapper .single-product .product-wrap .content .more::before {
  font-family: FontAwesome;
  content: "\f103";
  position: absolute;
  font-size: 18px;
  font-weight: 100;
  line-height: 18px;
  top: 0;
  right: 0;
}
.wrapper .single-product .product-wrap .content h2 {
  font-size: 40px;
  line-height: 46px;
  font-family: 'Mizo Arial';
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .product-wrap .content h2 {
    /*font-size: 26px;
            line-height: 32px;*/
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .product-wrap .content h2 {
    font-size: 23px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product .product-wrap .content h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .single-product .product-wrap .content h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .single-product .product-wrap .content h2 {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .single-product .product-wrap .content h2 {
    font-size: 44px;
    line-height: 46px;
  }
}
@media (min-width: 1200px) and (max-width: 1510px) {
  .wrapper .single-product .product-wrap .content h2 {
    padding-right: 50px;
  }
}
.wrapper .single-product .product-wrap .content h2 strong {
  display: block;
  font-size: 52px;
  line-height: 52px;
  font-family: 'Arial';
  font-weight: 900;
  margin-bottom: 2px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .product-wrap .content h2 strong {
    /*font-size: 30px;*/
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .product-wrap .content h2 strong {
    font-size: 23px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product .product-wrap .content h2 strong {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .single-product .product-wrap .content h2 strong {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .single-product .product-wrap .content h2 strong {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .single-product .product-wrap .content h2 strong {
    font-size: 46px;
    line-height: 48px;
  }
}
.wrapper .single-product .product-wrap .content .store-product-description .product-short-description.original ul li:last-child {
  opacity: 0.5;
}
.wrapper .single-product .product-wrap .content .store-product-description .product-short-description > p strong {
  font-size: 20px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .product-wrap .content .store-product-description .product-short-description > p strong {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product .product-wrap .content .store-product-description .product-short-description > p strong {
    font-size: 18px;
  }
}
.wrapper .single-product .product-wrap .content .store-product-description .product-short-description p {
  font-family: 'Mizo Arial';
  font-weight: normal;
}
.wrapper .single-product .product-wrap .content .store-product-description .product-short-description p b {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  display: block;
}
.wrapper .single-product .product-wrap .content .store-product-description .product-short-description ul {
  margin-bottom: 0;
  margin-left: 15px;
}
.wrapper .single-product .product-wrap .content .store-product-description .product-short-description ul li {
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding-left: 15px;
  font-family: 'Mizo Arial';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 8px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .product-wrap .content .store-product-description .product-short-description ul li {
    line-height: 24px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product .product-wrap .content .store-product-description .product-short-description ul li {
    line-height: 28px;
    margin-bottom: 8px;
  }
}
.wrapper .single-product .product-wrap .content .store-product-description .product-short-description ul li::before {
  content: "\f111";
  color: #0076c0;
  font-size: 6px;
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper .single-product .product-wrap .content .store-product-description .product-long-description ul {
  margin-left: 15px;
}
.wrapper .single-product .product-wrap .content .store-product-description .product-long-description ul li {
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding-left: 15px;
  font-family: 'Mizo Arial';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 8px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .product-wrap .content .store-product-description .product-long-description ul li {
    line-height: 24px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product .product-wrap .content .store-product-description .product-long-description ul li {
    line-height: 28px;
    margin-bottom: 8px;
  }
}
.wrapper .single-product .product-wrap .content .store-product-description .product-long-description ul li::before {
  content: "\f111";
  color: #0076c0;
  font-size: 6px;
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper .single-product .product-wrap .content .store-product-description .product-long-description p {
  font-family: "Mizo Arial";
}
.wrapper .single-product .product-wrap .product-info {
  overflow: hidden;
  margin-top: 60px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .product-wrap .product-info {
    margin-top: 30px;
  }
}
.wrapper .single-product .product-wrap .product-info > ul {
  float: left;
}
.wrapper .single-product .product-wrap .product-info > ul#accordion > li > div {
  min-width: 490px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .product-wrap .product-info > ul#accordion > li > div {
    min-width: unset;
  }
}
.wrapper .single-product .product-wrap .product-info > ul:first-child {
  width: 55%;
  /*padding-right: 70px;*/
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .product-wrap .product-info > ul:first-child {
    padding-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product .product-wrap .product-info > ul:first-child {
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .single-product .product-wrap .product-info > ul:first-child {
    padding-right: 30px;
  }
}
.wrapper .single-product .product-wrap .product-info > ul:last-child {
  width: 45%;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .product-wrap .product-info > ul:last-child {
    width: 100%;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .product-wrap .product-info > ul {
    width: 100%;
  }
}
.wrapper .single-product .product-wrap .product-info > ul > li {
  width: 100% !important;
}
.wrapper .single-product .product-wrap .product-info ul > li {
  padding-left: 35px;
  position: relative;
  display: block;
  float: left;
  width: 50%;
  line-height: 26px;
  cursor: pointer;
}
.wrapper .single-product .product-wrap .product-info ul > li > span {
  margin: 0 !important;
  padding: 0 0 0 6px !important;
}
.wrapper .single-product .product-wrap .product-info ul > li > span a {
  font-size: 16px;
  padding-right: 10px;
}
.wrapper .single-product .product-wrap .product-info ul > li.active::before {
  transform: rotate(90deg);
}
.wrapper .single-product .product-wrap .product-info ul > li::before {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  float: none;
  background: #0076c0;
  content: "";
  text-align: center;
  display: block;
  background-size: 11px 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/arrow-right.png");
}
.wrapper .single-product .product-wrap .product-info ul > li ol {
  margin-top: 5px;
}
.wrapper .single-product .product-wrap .product-info ul > li ol li {
  line-height: 26px;
  margin-bottom: 12px;
  padding-left: 2px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .product-wrap .product-info ul > li ol li {
    line-height: 28px;
    margin-bottom: 5px;
  }
}
.wrapper .single-product .product-wrap .product-info ul > li ol li:hover a {
  color: #0076c0;
}
.wrapper .single-product .product-wrap .product-info ul > li ol li:hover a span {
  text-decoration: underline;
}
.wrapper .single-product .product-wrap .product-info ul > li ol li a {
  color: #000;
  font-family: "Mizo Arial";
  font-size: 15px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .product-wrap .product-info ul > li ol li a {
    font-size: 14px;
  }
}
.wrapper .single-product .product-wrap .product-info ul > li ol li a i {
  margin-right: 15px;
  font-weight: bold;
}
.wrapper .single-product .product-wrap .product-info ul > li a {
  text-transform: uppercase;
}
.wrapper .single-product .view-video {
  position: absolute;
  right: -109px;
  top: 50%;
  margin-top: -105px;
  transition: all 0.5s ease;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .view-video {
    margin: 0;
    top: 0;
    right: -109px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .single-product .view-video {
    margin: 0;
    top: 0;
    right: -109px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .single-product .view-video {
    margin: 0;
    top: 0;
    right: -109px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .single-product .view-video {
    margin: 0;
    top: 0;
    right: -109px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .single-product .view-video {
    margin: 0;
    top: 0;
    right: -109px;
  }
}
@media (min-width: 1200px) and (max-width: 1510px) {
  .wrapper .single-product .view-video {
    top: -30px;
  }
}
.wrapper .single-product .view-video a {
  background: #fbce14;
  font-size: 16px;
  position: relative;
  z-index: 0;
  display: block;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  height: 218px;
  width: 218px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .view-video a {
    height: 180px;
    width: 180px;
  }
}
@media (min-width: 1200px) and (max-width: 1510px) {
  .wrapper .single-product .view-video a {
    height: 180px;
    width: 180px;
  }
}
.wrapper .single-product .view-video a span {
  text-transform: uppercase;
  color: #000;
  position: absolute;
  top: 0;
  left: -50px;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 115px;
  max-height: 20px;
  transform: rotate(-90deg);
  transition: all 0.5s ease;
  text-align: center;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .single-product .view-video a span {
    font-size: 14px;
    left: -70px;
  }
}
@media (min-width: 1200px) and (max-width: 1510px) {
  .wrapper .single-product .view-video a span {
    left: -70px;
    font-size: 13px;
  }
}
.wrapper .single-product .view-video:hover {
  right: -90px;
}
@media (min-width: 1200px) and (max-width: 1510px) {
  .wrapper .single-product .view-video:hover {
    right: -100px;
  }
}
.wrapper .single-product .view-video:hover a span {
  left: -38px;
}
@media (min-width: 1200px) and (max-width: 1510px) {
  .wrapper .single-product .view-video:hover a span {
    left: -55px;
  }
}
.wrapper .faq {
  padding: 180px 0;
  position: relative;
  background: #ebebeb;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq {
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .faq {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .faq {
    padding: 90px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .faq {
    padding: 100px 0;
  }
}
.wrapper .faq:after,
.wrapper .faq:before {
  position: absolute;
  height: 80px;
  width: 100%;
  left: 0;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq:after,
  .wrapper .faq:before {
    background-size: 100% 100%;
    height: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq:after,
  .wrapper .faq:before {
    background-size: 100% 100%;
    height: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .faq:after,
  .wrapper .faq:before {
    background-size: 100% 100%;
    height: 44px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .faq:after,
  .wrapper .faq:before {
    background-size: 100% 100%;
    height: 55px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .faq:after,
  .wrapper .faq:before {
    background-size: 100% 100%;
    height: 59px;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .faq:after,
  .wrapper .faq:before {
    background-size: 100% 100%;
    height: 59px;
  }
}
.wrapper .faq:before {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/products-before.jpg");
  top: 0;
}
.wrapper .faq:after {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/products-after.jpg");
  bottom: 0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq .faqs_list .accordion-container.style-preset-1 {
    float: none;
    overflow: hidden;
  }
}
.wrapper .faq .faqs_list .bot-faq {
  max-width: 190px;
  text-align: center;
  margin: 0 auto;
  padding: 12px 26px;
  border: 2px solid transparent;
  font-size: 14px;
}
.wrapper .faq .faqs_list > h2 {
  line-height: 60px;
  margin-bottom: 55px;
  font-weight: 900;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq .faqs_list > h2 {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq .faqs_list > h2 {
    font-size: 26px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .faq .faqs_list > h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .faq .faqs_list > h2 {
    font-size: 38px;
    line-height: 58px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .faq .faqs_list > h2 {
    font-size: 46px;
    line-height: 58px;
  }
}
.wrapper .faq .faqs_list > h2 a {
  padding: 19px 30px;
  border: 2px solid transparent;
  float: right;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq .faqs_list > h2 a {
    padding: 12px 26px;
    border: 2px solid transparent;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq .faqs_list > h2 a {
    padding: 15px 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .faq .faqs_list > h2 a {
    padding: 16px 20px;
  }
}
.wrapper .faq .faqs_list > h2 a:hover {
  border: 2px solid #0076c0;
  color: #0076c0;
  background: none;
}
.wrapper .faq .faqs_list .accordion-container .accordion-item {
  margin-bottom: 25px;
}
.wrapper .faq .faqs_list .accordion-container .accordion-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq .faqs_list .accordion-container .accordion-item {
    margin-bottom: 10px;
  }
}
.wrapper .faq .faqs_list .accordion-container .accordion-item.open .accordion-header .accordion-header-inner .accordion-title h2 {
  color: #0076c0;
}
.wrapper .faq .faqs_list .accordion-container .accordion-item.open .accordion-header .accordion-header-inner .accordion-icon::before {
  transform: rotate(90deg);
  margin-left: 7px;
  margin-top: 10px;
}
.wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-header .accordion-header-inner {
  cursor: pointer;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-header .accordion-header-inner {
    padding: 0;
    position: relative;
  }
}
.wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-icon {
  float: left;
  height: 28px;
  width: 28px;
  background: #0076c0;
  text-align: center;
  display: block;
  border-radius: 50%;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-icon {
    position: absolute;
    left: 0;
    top: 10px;
    width: auto;
    float: none;
    margin: 0;
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-icon {
    width: 4%;
  }
}
.wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-icon::before {
  float: none;
  height: 11px;
  width: 14px;
  background: #0076c0;
  content: "";
  text-align: center;
  display: block;
  line-height: 20px;
  background-size: contain;
  margin: 9px 0 0 9px;
  background-repeat: no-repeat;
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/arrow-right.png");
}
.wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-title {
  float: right;
  width: 96%;
  font-weight: bold;
  color: #000;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-title {
    width: 100%;
    padding: 10px 0 10px 33px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-title {
    width: 95%;
  }
}
.wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-title h2 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 28px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-title h2 {
    font-size: 14px;
    line-height: 18px;
  }
}
.wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-title h2:hover {
  color: #0076c0;
}
.wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-outer-content {
  font-family: 'Mizo Arial';
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  padding-left: 46px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-outer-content {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-outer-content {
    padding-left: 35px;
  }
}
.wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-outer-content .accordion-content {
  padding-bottom: 5px;
  padding-top: 22px;
}
.wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-outer-content .accordion-content p {
  margin-bottom: 0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-outer-content .accordion-content p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
  }
}
.wrapper .faq .faqs_list .accordion-container .accordion-item .accordion-outer-content .accordion-content a:hover {
  text-decoration: underline;
}
.wrapper .faq .faqs_list .accordion-container .accordion-item:hover .accordion-header .accordion-header-inner .accordion-title h2 {
  color: #0076c0;
}
.wrapper .related-products {
  padding: 50px 110px 0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .related-products {
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .related-products {
    padding: 30px 0;
  }
}
.wrapper .related-products h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .related-products h2 {
    font-size: 23px;
  }
}
.wrapper .related-products .related_product_list {
  padding: 70px 25px;
  position: relative;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .related-products .related_product_list {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .related-products .related_product_list {
    padding: 0 25px;
  }
}
.wrapper .related-products .related_product_list .slick-slide {
  /*width: 212px !important;*/
  margin: 0 27px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .related-products .related_product_list .slick-slide {
    text-align: center;
  }
}
.wrapper .related-products .related_product_list .slick-slide.store-product-list-item:hover .store-product-list-thumbnail a img {
  top: -6px;
}
.wrapper .related-products .related_product_list .slick-slide.store-product-list-item:hover h5 a {
  font-weight: 900;
}
.wrapper .related-products .related_product_list .slick-slide.store-product-list-item .store-product-list-thumbnail {
  text-align: center;
  margin-bottom: 33px;
  padding-top: 8px;
}
.wrapper .related-products .related_product_list .slick-slide.store-product-list-item .store-product-list-thumbnail a {
  display: block;
  position: relative;
  min-height: 212px;
}
@media (min-width: 1891px) and (max-width: 1920px) {
  .wrapper .related-products .related_product_list .slick-slide.store-product-list-item .store-product-list-thumbnail a {
    width: 212px;
    height: 212px;
  }
}
@media (min-width: 1921px) {
  .wrapper .related-products .related_product_list .slick-slide.store-product-list-item .store-product-list-thumbnail a {
    width: 212px;
    height: 212px;
  }
}
.wrapper .related-products .related_product_list .slick-slide.store-product-list-item .store-product-list-thumbnail a img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .related-products .related_product_list .slick-slide.store-product-list-item .store-product-list-thumbnail a img {
    top: unset;
    max-height: 195px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .related-products .related_product_list .slick-slide.store-product-list-item .store-product-list-thumbnail a img {
    top: unset;
    max-height: 200px;
  }
}
.wrapper .related-products .related_product_list .slick-slide.store-product-list-item h5 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  max-width: 212px;
  width: 100%;
  padding: 0 18px;
}
.wrapper .related-products .related_product_list .slick-slide.store-product-list-item h5 a {
  display: block;
  min-height: 40px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .related-products .related_product_list .slick-slide.store-product-list-item h5 {
    display: inline-block;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .related-products .related_product_list .slick-slide.store-product-list-item h5 {
    padding: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .related-products .related_product_list .slick-slide.store-product-list-item h5 {
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .related-products .related_product_list .slick-slide.store-product-list-item h5 {
    padding: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .related-products .related_product_list .slick-slide.store-product-list-item h5 {
    padding: 0;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .related-products .related_product_list .slick-slide.store-product-list-item h5 {
    padding: 0;
  }
}
.wrapper .related-products .related_product_list .slick-arrow {
  margin-top: -20px;
  opacity: 1 !important;
  color: #fff;
  text-indent: -9999px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .related-products .related_product_list .slick-arrow {
    height: 20px;
    width: 20px;
    background-size: contain;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .related-products .related_product_list .slick-arrow {
    height: 20px;
    width: 20px;
    background-size: contain;
  }
}
.wrapper .related-products .related_product_list .slick-prev {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/left-arrow-double.png");
  left: -20px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .related-products .related_product_list .slick-prev {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .related-products .related_product_list .slick-prev {
    left: 0;
  }
}
.wrapper .related-products .related_product_list .slick-prev:hover {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/left-arrow-double-hover.png");
}
.wrapper .related-products .related_product_list .slick-next {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/right-arrow-double.png");
  right: -20px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .related-products .related_product_list .slick-next {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .related-products .related_product_list .slick-next {
    right: 0;
  }
}
.wrapper .related-products .related_product_list .slick-next:hover {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/right-arrow-double-hover.png");
}
.page-type-store-product .wrapper .bottom_blue {
  margin-top: 47px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .page-type-store-product .wrapper .bottom_blue {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-type-store-product .wrapper .bottom_blue {
    margin-top: 10px;
  }
}
.wrapper .faq_container {
  padding: 69px 325px 0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq_container {
    padding: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq_container {
    padding: 10px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .faq_container {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .faq_container {
    padding: 30px 45px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .faq_container {
    padding: 60px 165px 0;
    margin-bottom: 50px;
  }
}
.wrapper .faq_container .faqs_list > ul {
  padding: 15px 0;
  margin-bottom: 50px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq_container .faqs_list > ul {
    padding: 10px 0 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq_container .faqs_list > ul {
    padding: 10px 0 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .faq_container .faqs_list > ul {
    padding: 10px 0 0 38px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .faq_container .faqs_list > ul {
    margin-bottom: 0;
  }
}
.wrapper .faq_container .faqs_list > ul li {
  display: inline-block;
  margin-right: 30px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq_container .faqs_list > ul li {
    margin-right: 15px;
    line-height: 22px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq_container .faqs_list > ul li {
    margin-right: 15px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .faq_container .faqs_list > ul li {
    margin-right: 15px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .faq_container .faqs_list > ul li {
    margin-right: 24px;
  }
}
.wrapper .faq_container .faqs_list > ul li:last-child {
  margin-right: 0;
}
.wrapper .faq_container .faqs_list > ul li.selected a {
  color: #0076c0;
  text-decoration: none;
  border-bottom: 2px solid #0076c0;
}
.wrapper .faq_container .faqs_list > ul li a {
  color: #000;
  font-family: "Mizo Arial";
  font-weight: normal;
  font-size: 20px;
  text-decoration: none;
  display: block;
  padding-bottom: 15px;
  border-bottom: 2px solid transparent;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq_container .faqs_list > ul li a {
    font-size: 13px;
    padding-bottom: 0;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq_container .faqs_list > ul li a {
    font-size: 15px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .faq_container .faqs_list > ul li a {
    font-size: 16px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .faq_container .faqs_list > ul li a {
    font-size: 17px;
    padding-bottom: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .faq_container .faqs_list > ul li a {
    font-size: 17px;
    padding-bottom: 0;
  }
}
.wrapper .faq_container .faqs_list > ul li a:hover {
  color: #0076c0;
  text-decoration: none;
  border-bottom: 2px solid #0076c0;
}
.wrapper .faq_container .faqs_list h3 {
  margin: 71px 0 39px;
  color: #0076c0;
  font-weight: 900;
  padding-left: 38px;
  text-transform: uppercase;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq_container .faqs_list h3 {
    font-size: 23px;
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq_container .faqs_list h3 {
    font-size: 26px;
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .faq_container .faqs_list h3 {
    margin: 30px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .faq_container .faqs_list h3 {
    margin: 35px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .faq_container .faqs_list h3 {
    margin: 50px 0 39px;
  }
}
.wrapper .faq_container .faqs_list .accordion-outer {
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq_container .faqs_list .accordion-outer {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .faq_container .faqs_list .accordion-outer {
    margin-bottom: 30px;
  }
}
.wrapper .faq_container .faqs_list .accordion-outer .accordion {
  font-weight: bold;
  font-size: 18px;
  background-color: #ebebeb;
  position: relative;
  padding: 14px 35px 14px 73px;
  border-radius: 40px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq_container .faqs_list .accordion-outer .accordion {
    font-size: 13px;
    padding: 11px 30px 11px 45px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq_container .faqs_list .accordion-outer .accordion {
    font-size: 14px;
    padding: 16px 30px 16px 45px;
  }
}
.wrapper .faq_container .faqs_list .accordion-outer .accordion span a {
  color: #000;
}
.wrapper .faq_container .faqs_list .accordion-outer .accordion::before {
  content: "";
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/right-arrow-double.png");
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  display: block;
  background-size: contain;
  position: absolute;
  left: 38px;
  top: 22px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq_container .faqs_list .accordion-outer .accordion::before {
    top: 50%;
    margin-top: -7px;
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq_container .faqs_list .accordion-outer .accordion::before {
    top: 50%;
    margin-top: -7px;
    left: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .faq_container .faqs_list .accordion-outer .accordion::before {
    top: 50%;
    margin-top: -7px;
  }
}
.wrapper .faq_container .faqs_list .accordion-outer .accordion:hover::before {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/arrow-blue.png");
  transform: rotate(180deg);
}
.wrapper .faq_container .faqs_list .accordion-outer .accordion:hover span a {
  color: #0076c0;
}
.wrapper .faq_container .faqs_list .accordion-outer.accd-active .accordion span a {
  color: #0076c0;
}
.wrapper .faq_container .faqs_list .accordion-outer.accd-active .accordion::before {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/arrow-blue.png");
  transform: rotate(-90deg);
}
.wrapper .faq_container .faqs_list .accordion-outer .panel {
  padding: 21px 0 1px 72px;
  box-shadow: none;
  border: none;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq_container .faqs_list .accordion-outer .panel {
    padding-left: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq_container .faqs_list .accordion-outer .panel {
    padding-left: 45px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .faq_container .faqs_list .accordion-outer .panel {
    padding-left: 45px;
  }
}
.wrapper .faq_container .faqs_list .accordion-outer .panel p {
  margin: 0;
  font-family: "Mizo Arial";
  font-size: 16px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .faq_container .faqs_list .accordion-outer .panel p {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .faq_container .faqs_list .accordion-outer .panel p {
    font-size: 14px;
    line-height: 16px;
  }
}
.wrapper .faq_container .faqs_list .accordion-outer .panel p a:hover {
  text-decoration: underline;
}
.wrapper .faq_container .category-edit a {
  padding: 18px 30px;
  border-radius: 10px;
  margin-right: 20px;
  opacity: 0.9;
}
.wrapper .faq_container .category-edit a:hover {
  opacity: 1;
}
.wrapper .product_home_slider ul.pdt_slider {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 51px 0 20px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .product_home_slider ul.pdt_slider {
    margin: 20px 0;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .product_home_slider ul.pdt_slider {
    margin: 20px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .product_home_slider ul.pdt_slider {
    margin: 20px 0;
  }
}
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper {
    overflow: hidden;
    margin: 0 auto;
  }
}
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-next,
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-prev {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-next,
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-prev {
    display: block;
  }
}
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-prev {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/left-arrow-double.png") !important;
  left: 0;
}
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-next {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/right-arrow-double.png") !important;
  right: 0;
}
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .home_slider:hover .store-product-list-item {
  opacity: 0.5;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .home_slider:hover .store-product-list-item {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .home_slider:hover .store-product-list-item {
    opacity: 1;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .home_slider:hover .store-product-list-item {
    opacity: 1;
  }
}
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .home_slider:hover .store-product-list-item:hover {
  opacity: 1;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-item {
    min-width: 290px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-item {
    width: 300px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-item {
    width: 300px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-item {
    width: 270px !important;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-item {
    width: 300px !important;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-item {
    width: 310px !important;
  }
}
@media (min-width: 1891px) and (max-width: 1920px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-item {
    min-width: 310px !important;
  }
}
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail {
  margin: 0;
}
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a {
  min-height: 280px;
  line-height: 240px;
  vertical-align: middle;
  display: block;
  background: #fff;
  border-radius: 50%;
  min-width: 315px;
  position: relative;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a {
    min-width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a {
    min-width: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a {
    min-width: auto;
  }
}
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a::before {
  display: block;
  content: "";
  height: 328px;
  width: 328px;
  position: absolute;
  left: -7px;
  top: -24px;
  background: #0076c0;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px 2px rgba(129, 127, 127, 0.32);
  -moz-box-shadow: 0 2px 6px 2px rgba(129, 127, 127, 0.32);
  box-shadow: 0 2px 6px 2px rgba(129, 127, 127, 0.32);
  z-index: 9;
  opacity: 0;
}
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a:hover img {
  transform: scale(1.05, 1.05);
}
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a:hover::before {
  transform: scale(1.2, 1.2);
  opacity: 1;
  animation: anim-bg 0.5s linear 0s 1 normal forwards running;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a:hover::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a:hover::before {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a:hover::before {
    display: none;
  }
}
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a:hover span.store-product-list-name {
  display: block;
}
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a span.store-product-list-name {
  display: none;
  color: #fff;
  z-index: 99;
  line-height: 20px;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a span.store-product-list-name {
    display: block;
    color: #0076c0;
    position: relative;
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a span.store-product-list-name {
    display: block;
    color: #0076c0;
    position: relative;
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a span.store-product-list-name {
    display: block;
    color: #0076c0;
    position: relative;
    font-size: 16px;
  }
}
.wrapper .product_home_slider ul.pdt_slider .bx-wrapper .bx-viewport .store-product-list-thumbnail a img {
  display: inline-block;
  position: relative;
  z-index: 9;
}
@keyframes anim-bg {
  0% {
    opacity: 0.2;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.page-template-product-inside-landing .wrapper .pdt-category-list {
  margin-top: 42px;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .slick-arrow {
  margin-top: -6px;
  opacity: 1 !important;
  color: #fff;
  text-indent: -9999px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .slick-arrow {
    background-size: contain;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .slick-arrow {
    background-size: contain;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .slick-arrow {
    background-size: contain;
    width: 30px;
    height: 30px;
  }
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .slick-arrow.slick-prev {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/left-arrow-double.png");
  left: -95px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .slick-arrow.slick-prev {
    left: -8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .slick-arrow.slick-prev {
    left: -8px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .slick-arrow.slick-prev {
    left: -8px;
  }
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .slick-arrow.slick-prev:hover {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/left-arrow-double-hover.png");
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .slick-arrow.slick-next {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/right-arrow-double.png");
  right: -95px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .slick-arrow.slick-next {
    right: -8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .slick-arrow.slick-next {
    right: -8px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .slick-arrow.slick-next {
    right: -8px;
  }
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .slick-arrow.slick-next:hover {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/right-arrow-double-hover.png");
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .product-category {
  float: left;
  width: 14.285%;
  position: relative;
  text-align: center;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .product-category.selected .product-category-image {
  margin-top: -10px;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .product-category.selected .product-category-title a {
  border-bottom: 2px solid #0076c0;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .product-category:focus {
  outline: none;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .product-category .contentOuter {
  float: left;
  width: 100%;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .product-category .contentOuter:focus {
  outline: none;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .product-category .contentOuter:hover .product-category-image {
  margin-top: -10px;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .product-category .contentOuter:hover .product-category-title a {
  border-bottom: 2px solid #0076c0;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .product-category .contentOuter .product-category-image {
  float: left;
  width: 100%;
  position: relative;
  min-height: 275px;
  cursor: pointer;
  transition: all 0.3s;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .product-category .contentOuter .product-category-image img {
  display: inline-block;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .product-category .contentOuter .product-category-title {
  min-height: 64px;
  color: #0076c06b;
  padding-top: 2px;
  position: relative;
  clear: both;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-list-wrap .product-list-category .product-category .contentOuter .product-category-title a {
  color: #0076c0;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 5px 16px;
  position: relative;
  display: inline-block;
  max-width: 235px;
  margin: 0 auto;
  line-height: 22px;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper {
  margin-top: 50px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper {
    margin-top: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper {
    margin-top: 30px;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper {
    margin-top: 30px;
  }
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-category {
  text-align: center;
  margin-bottom: 70px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-category {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-category {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-category {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-category {
    margin-bottom: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-category {
    margin-bottom: 30px;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-category {
    margin-bottom: 40px;
  }
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-category .catagory-dropdown {
  display: none;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-category > ul {
  display: none;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-category > ul li {
  float: left;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-category > ul li:last-child a {
  border: none;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-category > ul li a {
  margin-right: 20px;
  border-right: 1px solid #000;
  padding-right: 20px;
  line-height: 18px;
  color: #000;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-category > ul li a {
    padding-right: 15px;
    margin-right: 15px;
    font-size: 15px;
  }
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-category > ul li a.selected,
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-category > ul li a:hover {
  color: #0076c0;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover {
  overflow: hidden;
  max-width: 1262px;
  margin: 0 auto;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page {
  float: left;
  width: 16.66%;
  min-height: 235px;
  margin-bottom: 45px;
  padding: 15px 15px 0;
  clear: none;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page {
    width: 50%;
    margin-bottom: 10px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page {
    width: 33.33%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page {
    width: 25%;
    min-height: 240px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page {
    width: 20%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page {
    width: 20%;
  }
}
@media (min-width: 1681px) and (max-width: 1890px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page {
    width: 20%;
  }
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page:hover .product-sub-image img {
  top: -8px;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page:hover .product-sub-link a {
  color: #0076c0;
  font-family: 'Arial';
  font-weight: bold;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page .product-sub-image {
  float: left;
  width: 100%;
  min-height: 150px;
  position: relative;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page .product-sub-image a img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page .product-sub-link {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page .product-sub-link {
    margin-top: 15px;
    padding: 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page .product-sub-link {
    margin-top: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page .product-sub-link {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page .product-sub-link {
    margin-top: 20px;
  }
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .product-sub-cover .product-sub-page .product-sub-link a {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: 'Mizo Arial';
  font-weight: normal;
}
.wrapper .pdt-category .product-list-wrapper .all-products .product-category-wrapper .load-outer {
  text-align: center;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category .pdt-category-list {
    overflow: hidden;
  }
}
.wrapper .pdt-category .pdt-category-list .pagination_out {
  bottom: 34px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category .pdt-category-list .pagination_out {
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .pdt-category .pdt-category-list .pagination_out {
    bottom: 4px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .pdt-category .pdt-category-list .pagination_out {
    bottom: 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .pdt-category .pdt-category-list .pagination_out {
    bottom: 30px;
  }
}
.wrapper .pdt-category .pdt-category-list .pagination_out .button.load-btn {
  padding: 19px 39px;
  font-size: 18px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .pdt-category .pdt-category-list .pagination_out .button.load-btn {
    font-size: 16px;
  }
}
.wrapper .pdt-category .pdt-category-list .pagination_out .button.load-btn:hover {
  background: #fff;
}
.wrapper .full-width-content {
  font-family: "Mizo Arial";
  font-weight: normal;
  padding: 69px 325px 0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .full-width-content {
    padding: 30px 15px 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .full-width-content {
    padding: 30px 15px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .full-width-content {
    padding: 30px 45px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .full-width-content {
    padding: 60px 165px 0;
    margin-bottom: 50px;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content h3 {
    font-size: 23px;
    padding-left: 0;
    margin: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .full-width-content h3 {
    font-size: 26px;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content h2 {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .full-width-content h2 {
    font-size: 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .full-width-content h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .full-width-content h2 {
    font-size: 38px;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content h1 {
    font-size: 23px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .full-width-content h1 {
    font-size: 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .full-width-content h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .full-width-content h1 {
    font-size: 38px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .full-width-content h1 {
    font-size: 46px;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content h4 {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .full-width-content h4 {
    font-size: 26px;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content h5 {
    font-size: 23px;
  }
}
.wrapper .full-width-content .logo_images {
  text-align: center;
}
.wrapper .full-width-content .logo_images img {
  display: inline-block;
}
.wrapper .full-width-content .logo_images .container .row .col-sm-3 {
  line-height: 120px;
  vertical-align: middle;
}
.wrapper .full-width-content p {
  font-family: "Mizo Arial";
  font-weight: normal;
}
.wrapper .full-width-content a {
  font-family: "Arial";
  font-weight: bold;
}
.wrapper .full-width-content a:hover {
  text-decoration: underline;
}
.wrapper .full-width-content .accordion-container .accordion-item {
  margin-bottom: 17px;
}
.wrapper .full-width-content .accordion-container .accordion-item.open .accordion-header::before {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/arrow-blue.png");
  transform: rotate(-90deg);
}
.wrapper .full-width-content .accordion-container .accordion-item.open .accordion-header .accordion-header-inner .accordion-title h2 {
  color: #0076c0;
}
.wrapper .full-width-content .accordion-container .accordion-item.open:hover .accordion-header::before {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/arrow-blue.png");
  transform: rotate(-90deg);
}
.wrapper .full-width-content .accordion-container .accordion-item:hover .accordion-header::before {
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/arrow-blue.png");
  transform: rotate(180deg);
}
.wrapper .full-width-content .accordion-container .accordion-item:hover .accordion-header .accordion-header-inner .accordion-title h2 {
  color: #0076c0;
}
.wrapper .full-width-content .accordion-container .accordion-item .accordion-header {
  font-weight: bold;
  font-size: 18px;
  background-color: #ebebeb;
  position: relative;
  padding: 14px 25px 14px 73px;
  border-radius: 40px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content .accordion-container .accordion-item .accordion-header {
    font-size: 13px;
    padding: 11px 30px 11px 45px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .full-width-content .accordion-container .accordion-item .accordion-header {
    font-size: 14px;
    padding: 16px 30px 16px 45px;
  }
}
.wrapper .full-width-content .accordion-container .accordion-item .accordion-header span a {
  color: #000;
}
.wrapper .full-width-content .accordion-container .accordion-item .accordion-header::before {
  content: "";
  background-image: url("/packages/ds_cosmos57/themes/cosmos/images/right-arrow-double.png");
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  display: block;
  background-size: contain;
  position: absolute;
  left: 38px;
  top: 22px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content .accordion-container .accordion-item .accordion-header::before {
    top: 50%;
    margin-top: -7px;
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .full-width-content .accordion-container .accordion-item .accordion-header::before {
    top: 50%;
    margin-top: -7px;
    left: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .full-width-content .accordion-container .accordion-item .accordion-header::before {
    top: 50%;
    margin-top: -7px;
  }
}
.wrapper .full-width-content .accordion-container .accordion-item .accordion-header:hover span a {
  color: #0076c0;
}
.wrapper .full-width-content .accordion-container .accordion-item .accordion-header .accordion-header-inner {
  padding-top: 0;
  padding-right: 0;
}
.wrapper .full-width-content .accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-title h2 {
  line-height: 26px;
  display: block;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content .accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-title h2 {
    width: 100%;
  }
}
.wrapper .full-width-content .accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-icon {
  display: none;
}
.wrapper .full-width-content .accordion-container .accordion-item.accd-active .accordion span a {
  color: #0076c0;
}
.wrapper .full-width-content .accordion-container .accordion-item .accordion-outer-content {
  padding-left: 72px;
  box-shadow: none;
  border: none;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content .accordion-container .accordion-item .accordion-outer-content {
    padding-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .full-width-content .accordion-container .accordion-item .accordion-outer-content {
    padding-left: 45px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .full-width-content .accordion-container .accordion-item .accordion-outer-content {
    padding-left: 45px;
  }
}
.wrapper .full-width-content .accordion-container .accordion-item .accordion-outer-content .accordion-content {
  padding-top: 20px;
  padding-bottom: 3px;
}
.wrapper .full-width-content .accordion-container .accordion-item .accordion-outer-content p {
  margin: 0;
  font-family: "Mizo Arial";
  font-size: 16px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content .accordion-container .accordion-item .accordion-outer-content p {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .full-width-content .accordion-container .accordion-item .accordion-outer-content p {
    font-size: 14px;
    line-height: 16px;
  }
}
.wrapper .full-width-content .accordion-container .accordion-item .accordion-outer-content p a:hover {
  text-decoration: underline;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content .accordion-container .accordion-item .accordion-outer-content .accordion-content p {
    margin-bottom: 10px;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content .accordion-container .accordion-item .accordion-outer-content .accordion-content p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content .splash_list h2 {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .full-width-content .splash_list h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .full-width-content .splash_list h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .full-width-content .splash_list h2 {
    font-size: 38px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .full-width-content .splash_list h2 {
    font-size: 46px;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content .splash_list h4 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .full-width-content .splash_list h4 {
    font-size: 24px;
  }
}
.wrapper .full-width-content .splash_list ul {
  margin-bottom: 20px;
  margin-left: 15px;
}
.wrapper .full-width-content .splash_list ul li {
  position: relative;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 5px;
}
.wrapper .full-width-content .splash_list ul li::before {
  content: "\f111";
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 7px;
  color: #0076c0;
}
.wrapper .full-width-content .contact-form .form-group {
  clear: both;
  overflow: hidden;
}
.wrapper .full-width-content .contact-form .form-group.extra-con {
  display: none;
}
.wrapper .full-width-content .contact-form .form-group span.text-muted {
  margin-left: 4px;
  font-family: "Arial";
  position: relative;
  width: 10px;
  text-indent: -999px;
  color: transparent;
  overflow: hidden;
  float: left;
}
.wrapper .full-width-content .contact-form .form-group span.text-muted::after {
  color: #0076c0;
  content: "*";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
  text-indent: 0;
}
.wrapper .full-width-content .contact-form .form-group textarea {
  max-width: 100%;
}
.wrapper .full-width-content .contact-form .form-group > label {
  font-family: "Arial";
  font-weight: bold;
  display: block;
  float: left;
}
.wrapper .full-width-content .contact-form .form-group > div.optn-list {
  display: inline-block;
  float: left;
  margin-right: 7px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .full-width-content .contact-form .form-group > div.optn-list {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .full-width-content .contact-form .form-group > div.optn-list {
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .full-width-content .contact-form .form-group > div.optn-list {
    margin-bottom: 5px;
  }
}
.wrapper .full-width-content .contact-form .form-group > div.optn-list.first-opt {
  clear: left;
}
.wrapper .full-width-content .contact-form .form-group > div.optn-list > div {
  margin: 0;
}
.wrapper .full-width-content .contact-form .form-group > div.optn-list label {
  padding-left: 16px;
  display: block;
}
.wrapper .full-width-content .contact-form .form-group > div.optn-list label input[type=checkbox],
.wrapper .full-width-content .contact-form .form-group > div.optn-list label input[type=checkbox],
.wrapper .full-width-content .contact-form .form-group > div.optn-list label input[type=radio],
.wrapper .full-width-content .contact-form .form-group > div.optn-list label input[type=radio] {
  margin-left: -16px;
}
.wrapper .full-width-content .contact-form legend {
  color: #0076c0;
}
.wrapper .full-width-content .common-button:hover {
  text-decoration: none;
}
.wrapper .website-content a:hover {
  text-decoration: underline;
}
.page-template-inside .wrapper .bottom_blue {
  clear: both;
}
.wrapper .not-found a:hover {
  text-decoration: underline;
}
.wrapper .video-content-wrapper {
  float: left;
  width: 100%;
  margin-top: 80px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .video-content-wrapper {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .video-content-wrapper {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .video-content-wrapper {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .video-content-wrapper {
    margin-top: 30px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .video-content-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.wrapper .video-content-wrapper .category-wrap {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  padding: 15px 0;
  margin-bottom: 35px;
  float: left;
  width: 100%;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .video-content-wrapper .category-wrap {
    padding: 10px 0 0;
    border: 1px solid #e1e1e1;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .video-content-wrapper .category-wrap h4 {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
  }
  .wrapper .video-content-wrapper .category-wrap h4 i {
    float: right;
    margin-top: 3px;
    font-size: 18px;
  }
}
.wrapper .video-content-wrapper .category-wrap ul {
  margin: 0;
}
.wrapper .video-content-wrapper .category-wrap ul li {
  float: left;
  line-height: 100%;
  list-style: none;
  padding: 0 35px;
  color: #cd2332;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .video-content-wrapper .category-wrap ul li {
    margin-bottom: 15px;
    width: 100%;
  }
}
.wrapper .video-content-wrapper .category-wrap ul li:first-child::before {
  width: 1px;
  height: 16px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: -1px;
  content: "";
}
.wrapper .video-content-wrapper .category-wrap ul li.nav-path-selected > a {
  color: #0076c0;
}
.wrapper .video-content-wrapper .category-wrap ul li.nav-path-selected > a:hover {
  text-decoration: underline;
}
.wrapper .video-content-wrapper .category-wrap ul li a {
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .video-content-wrapper .category-wrap ul li a {
    font-size: 14px;
  }
}
.wrapper .video-content-wrapper .category-wrap ul li a:hover {
  color: #0076c0;
}
.wrapper .video-content-wrapper .video-wrap {
  width: 100%;
  float: left;
}
.wrapper .video-content-wrapper .video-wrap .video-grid-wrapper {
  width: 100%;
  float: left;
}
.wrapper .video-content-wrapper .video-wrap .video-grid-wrapper .grid-video {
  width: 100%;
  float: left;
}
.wrapper .video-content-wrapper .video-wrap .video-grid-wrapper .grid-video a.thumbnail-wrapper {
  position: relative;
  outline: none;
  float: left;
  width: 100%;
}
.wrapper .video-content-wrapper .video-wrap .video-grid-wrapper .grid-video a.thumbnail-wrapper:hover span.btn-play {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.wrapper .video-content-wrapper .video-wrap .video-grid-wrapper .grid-video a.thumbnail-wrapper .video-thumbnail {
  float: left;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 215px;
}
.wrapper .video-content-wrapper .video-wrap .video-grid-wrapper .grid-video a.thumbnail-wrapper span.btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  transition: all 0.25s ease-in-out;
}
.wrapper .video-content-wrapper .video-wrap .video-grid-wrapper .grid-video a.thumbnail-wrapper span.btn-play i {
  font-size: 22px;
  position: absolute;
  left: calc(52%);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrapper .video-content-wrapper .video-wrap .video-grid-wrapper .video-content-cover {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0 35px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .video-content-wrapper .video-wrap .video-grid-wrapper .video-content-cover {
    padding-bottom: 30px;
  }
}
.wrapper .video-content-wrapper .video-wrap .video-grid-wrapper .video-content-cover p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.wrapper .video-content-wrapper .video-wrap .video-grid-wrapper .video-content-cover p span {
  color: #0076c0;
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 6px;
}
.wrapper .video-content-wrapper .video-wrap .ccm-pane-footer {
  clear: both;
  text-align: center;
  padding-top: 30px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .video-content-wrapper .video-wrap .ccm-pane-footer {
    padding-top: 0;
  }
}
.wrapper .video-content-wrapper .video-wrap .ccm-pane-footer ul.pagination {
  margin: 0;
}
.wrapper .video-content-wrapper .video-wrap .ccm-pane-footer ul.pagination li:hover a {
  color: #0076c0;
}
.wrapper .video-content-wrapper .video-wrap .ccm-pane-footer ul.pagination li a {
  border: none;
  color: #000;
}
.wrapper .video-content-wrapper .video-wrap .ccm-pane-footer ul.pagination li.active a {
  color: #0076c0;
}
.wrapper {
  color: #000;
  font-family: 'Arial';
  font-weight: 400;
}
.bx-wrapper {
  margin-bottom: 0 !important;
}
.wrapper .pdt_season {
  /*padding-bottom:0px !important*/
}
.wrapper img {
  max-width: 100%;
  height: auto;
}
.wrapper .typography {
  padding: 170px 0;
}
.wrapper h1 {
  font-size: 50px;
}
.wrapper h2 {
  font-size: 42px;
}
.wrapper h3 {
  font-size: 36px;
}
.wrapper h4 {
  font-size: 28px;
}
.wrapper h5 {
  font-size: 24px;
}
.wrapper h6 {
  font-size: 16px;
}
.wrapper strong {
  font-family: 'Arial';
  font-weight: bold;
}
.wrapper h1 strong,
.wrapper h2 strong,
.wrapper h3 strong,
.wrapper h4 strong,
.wrapper h5 strong,
.wrapper h6 strong {
  font-weight: 900;
}
.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  color: #0077c0;
  margin: 0 0 20px;
}
.wrapper p {
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
  font-size: 16px;
  color: #000;
  margin: 0 0 20px;
}
.wrapper hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e7dfd4;
}
.wrapper ol {
  padding: 0;
}
.wrapper ul {
  padding: 0;
}
.wrapper ol li {
  line-height: 32px;
  font-size: 16px;
  list-style: decimal inside;
}
.wrapper ul li {
  line-height: 32px;
  font-size: 16px;
  list-style: none;
}
.wrapper a:active,
.wrapper a:focus,
.wrapper a:hover,
.wrapper a:visited {
  outline: none;
  text-decoration: none;
}
.wrapper a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper a,
.wrapper p a {
  color: #0077c0;
}
::-webkit-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
.wrapper label {
  font-weight: 400;
}
.wrapper select,
input {
  color: #4a3519;
  font-size: 14px;
  font-weight: 600;
}
.wrapper .button:hover {
  color: #fff;
}
.wrapper a,
button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wrapper .button {
  border: 0;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 60px;
  position: relative;
  padding: 26px 30px;
  line-height: 100%;
  display: inline-block;
  background: #0076c0;
  border: 2px solid #0076c0;
}
.wrapper .button:hover {
  background-color: transparent;
  color: #0076c0;
  border-color: #0076c0;
}
.wrapper button.btn {
  display: inline-block;
  line-height: 24px;
  color: #fff;
  background-color: #0076c0;
  font-family: Arial;
  font-weight: bold;
  padding: 10px 25px;
  border-width: 2px;
  border-style: solid;
  border-color: #0076c0;
  border-image: initial;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wrapper button.btn:hover {
  background-color: #fff;
  color: #0076c0;
  border-color: #0076c0;
}
.wrapper .checkbox,
.wrapper .radio {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
blockquote {
  border-left: 5px solid #0076c0;
}
.wrapper .common-button {
  font-family: "Arial";
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
  margin: 10px 0;
  text-decoration: none;
  background: #0076c0;
  padding: 17px 60px;
  border-radius: 40px;
  display: inline-block;
  min-width: unset;
  border: 2px solid #0076c0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .common-button {
    padding: 15px 45px;
    font-size: 16px;
  }
}
.wrapper .common-button:hover {
  color: #0076c0;
  background: none;
  text-decoration: none;
}
.wrapper {
  overflow: hidden;
  position: relative;
}
.wrapper .inside-content {
  width: 100%;
  padding: 0 46px;
  margin: 120px 0 0;
  float: left;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .inside-content {
    margin-top: 30px;
    margin-bottom: 25px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .inside-content {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .inside-content {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .inside-content {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .inside-content {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.wrapper .inside-content h1 {
  text-transform: uppercase;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .inside-content h1 {
    font-size: 26px;
  }
}
.wrapper .inside-content p {
  font-family: "Mizo Arial";
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .inside-content p {
    font-size: 15px;
  }
}
.wrapper .site-map-list {
  margin-top: 150px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .site-map-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .site-map-list {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .site-map-list {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .site-map-list {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .site-map-list {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.wrapper .site-map-list > ul > li ul {
  padding-left: 30px;
}
.wrapper .site-map-list > ul > li > ul > li {
  list-style: circle;
  color: #0076c0;
}
.wrapper .site-map-list > ul > li > ul > li > ul > li {
  list-style: square;
  color: #0076c0;
}
.wrapper .site-map-list > ul > li > ul > li > ul > li > ul > li {
  list-style: disc;
  color: #0076c0;
}
.wrapper .site-map-list ul li a {
  color: #000;
  font-size: 15px;
  font-family: "Mizo Arial";
}
.wrapper .site-map-list ul li a:hover {
  color: #0076c0;
  text-decoration: underline;
}
.wrapper .testimonials-list .st-pro-wrapper {
  margin-top: 60px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .testimonials-list .st-pro-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .testimonials-list .st-pro-wrapper {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .testimonials-list .st-pro-wrapper {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .testimonials-list .st-pro-wrapper {
    margin-bottom: 70px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .testimonials-list .st-pro-wrapper {
    margin-bottom: 90px;
  }
}
.wrapper .testimonials-list .st-pro-wrapper h2 {
  text-transform: uppercase;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .testimonials-list .st-pro-wrapper h2 {
    font-size: 26px;
  }
}
.wrapper .testimonials-list .st-pro-wrapper .st-pro-testimonial {
  margin-bottom: 35px;
  padding-left: 50px;
  position: relative;
}
.wrapper .testimonials-list .st-pro-wrapper .st-pro-testimonial:last-child {
  margin-bottom: 0;
}
.wrapper .testimonials-list .st-pro-wrapper .st-pro-testimonial::before {
  content: "\f10e";
  position: absolute;
  left: 0;
  top: 0;
  color: #ccc;
  font-size: 40px;
  line-height: 45px;
  font-family: FontAwesome;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .testimonials-list .st-pro-wrapper .st-pro-testimonial::before {
    font-size: 30px;
    line-height: 40px;
  }
}
.wrapper .testimonials-list .st-pro-wrapper .st-pro-testimonial .st-pro-content {
  font-family: "Mizo Arial";
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .testimonials-list .st-pro-wrapper .st-pro-testimonial .st-pro-content p {
    font-size: 15px;
  }
}
.wrapper .testimonials-list .st-pro-wrapper .st-pro-testimonial .st-pro-author {
  margin-left: 0;
  font-size: 16px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .testimonials-list .st-pro-wrapper .st-pro-testimonial .st-pro-author {
    font-size: 15px;
  }
}
.wrapper .websites-credits {
  width: 100%;
  margin-top: 150px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .websites-credits {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .websites-credits {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .websites-credits {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .websites-credits {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .websites-credits {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.wrapper .websites-credits .website-logo {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .websites-credits .website-logo {
    margin: 20px 0;
  }
}
.wrapper .websites-credits .website-content h5 {
  margin: 10px 0 20px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .websites-credits .website-content h5 {
    font-size: 18px;
  }
}
.wrapper .websites-credits .website-content p {
  font-family: "Mizo Arial";
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .websites-credits .website-content p {
    font-size: 15px;
  }
}
.wrapper .not-found {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .not-found {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .not-found {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .not-found {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .not-found {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .not-found {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.wrapper .not-found h1 {
  text-transform: uppercase;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .not-found h1 {
    font-size: 26px;
  }
}
.wrapper .not-found p {
  font-family: "Mizo Arial";
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .not-found p {
    font-size: 15px;
  }
}
.wrapper .service-location {
  margin-top: 150px;
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .service-location {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .service-location {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .service-location {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .service-location {
    margin-top: 70px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .service-location {
    margin-top: 90px;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .service-location h1 {
    font-size: 26px;
  }
}
.wrapper .service-location p {
  font-family: "Mizo Arial";
}
@media (min-width: 220px) and (max-width: 767px) {
  .wrapper .service-list {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .service-list {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .service-list {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .service-list {
    margin-bottom: 70px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .service-list {
    margin-bottom: 90px;
  }
}
.wrapper .service-list ul li a:hover {
  text-decoration: underline;
}
.wrapper #ccm-page-controls-wrapper ul li {
  line-height: unset;
}
