/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html,
body {
  padding: 0;
  margin: 0;
  background: #fff;
  letter-spacing: 1px;
  font-family: 'Verdana',"微軟正黑體";
}

  body a {
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
  }

    body a:hover {
      text-decoration: none;
    }

    body a:focus,
    a:hover {
      text-decoration: none;
    }

input[type="button"],
input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
  font-family: 'Sunflower', sans-serif;
}

select, input[type="email"], input[type="text"], input[type=password],
input[type="button"], input[type="submit"], textarea {
  font-family: 'Open Sans', sans-serif;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
  max-width:100%;
  width: 300px;
  margin-bottom: 30px;
}

.login {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-evenly;
}

.outside {
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.inside {
  height: 200px;
  width: 500px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  align-items: stretch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", 'Verdana';
  letter-spacing: 1px;
}

h7 {
  color: aliceblue;
  margin: 0;
  padding-top: 5px;
  font-family: "微軟正黑體", 'Verdana';
  letter-spacing: 1px;
  text-align: center;
  text-align-last: center;
}

h8 {
  color: aliceblue;
  margin: 0;
  padding-bottom: 30px;
  font-family: "微軟正黑體", 'Verdana';
  letter-spacing: 1px;
  text-align: center;
  text-align-last: center;
  font-size: x-small;
}

h9 {
  color: aliceblue;
  margin: 0;
  padding-bottom: 30px;
  font-family: "微軟正黑體", 'Verdana';
  letter-spacing: 1px;
  text-align: left;
  text-align-last: left;
  font-size: x-small;
}

h3-1 {
  display: flex;
  font-size: larger;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", 'Verdana';
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: rgba(255,0,255,1.00);
}

ul-product {
  margin: 30px;
  padding: 0;
  list-style-type: none;
  color: rgba(255,255,255,1.00);
}

li-product {
  display: flex;
  padding-left: 30px;
  color: aliceblue;
  padding-bottom: 10px;
  line-height: 35px;
  text-align: justify;
  text-align-last: justify;
}

ul-product-1 {
  margin: 30px;
  padding: 0;
  list-style-type: none;
  color: rgba(255,255,255,1.00);
}

li-product-1 {
  display: flex;
  padding-left: 10px;
  line-height: 35px;
  color: aliceblue;
  padding-bottom: 50px;
}

ul-product-2 {
  margin: 30px;
  padding: 0;
  list-style-type: none;
  color: rgba(255,255,255,1.00);
}

li-product-2 {
  font-size: x-small;
  display: flex;
  padding-left: -6px;
  color: aliceblue;
  padding-bottom: 10px;
  line-height: 15px;
  text-align: left;
  text-align-last: left;
}
/*-- //Reset-Code --*/
.title {
  font-size: 44px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: 1px 1px 7px #151212;

}

.title1 {
  font-size: 44px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: 1px 1px 7px #151212;
  margin-top: -70px;
}
.clr {
  color: #fff;
}
/*-- header --*/

/*-- nav --*/
.header-outs {
  position: relative;
}

.header-outs1 {
  position: relative;
  text-align: center;
}

.header-bar {
  position: absolute;
  width: 100%;
  z-index: 99;
}

h1 a.navbar-brand {
  font-size: 32px;
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 2px;
  margin-left: 20px;
}

.hedder-up {
  background: rgba(0,0,0,.7);
}

.search-right, .right-side-cart {
  margin-top: 0px;
}
/*--headder info-contact --*/

.info-top-grid, nav.navbar.navbar-expand-lg.navbar-light {
  background: rgba(125, 125, 125, 0.5);
}

.hedder-up, .info-top-grid, nav.navbar.navbar-expand-lg.navbar-light {
  padding: 5px 3em;
  text-align: left;
}
.Searchtop {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-evenly;
  margin-left: 15px;
}

.Forgot{
  color: aliceblue;
}
.member {
  text-align:center;
}
.member1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: max-content;
  align-content: space-around;
}


.info-contact-agile ul li {
  display: inline-block;
}

  .info-contact-agile ul li p, .info-contact-agile ul li p a {
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
  }

    .info-contact-agile ul li p a:hover {
      color: #fff;
    }

  .info-contact-agile ul li span {
    font-size: 20px;
    color: #ea1d5d;
    margin-right: 12px;
  }



  .info-contact-agile ul li:nth-child(1) {
    margin-right: 16px;
  }

.cart-icons ul li button {
  padding: 0px;
  background: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
  outline: none;
  color: #ffffff;
  font-family: "微軟正黑體";
}
/*--//headder info-contact --*/
.search-right input[type="search"] {
  width: 85%;
  color: #fff;
  background-color: #e4e4e4;
  outline: none !important;
  font-size: 14px;
  margin-right: 0px !important;
}

.search-right button {
  background: #000;
  padding: 4.5px 0px;
  width: 15%;
  color: #fff;
  border: 1px solid #fff;
}

  .search-right button:hover {
    background: #fff;
    color: #000;
  }

.pic {
  width: 400px;
  height: 250px;
  overflow: hidden;
}

  .pic img {
    transform: scale(1,1);
    transition: all 1s ease-out;
  }

    .pic img:hover {
      transform: scale(1.2,1.2);
    }

.pic-icon {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  padding-bottom: 10px;
  overflow: hidden;
}

  .pic-icon img {
    transform: scale(1,1);
    transition: all 1s ease-out;
  }

    .pic-icon img:hover {
      transform: scale(1.2,1.2);
    }

.icon-group {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}

.icon-next {
  display: flex;
  padding-top: 85px;
  padding-left: 0px;
  margin: -5px;
  padding-bottom: 60px;
}

.icon {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.Request {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

.Request1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 20px;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}
.row2 {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}
.row3 {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: stretch;
  align-items: stretch;

}
.row5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 15px;
}


.rowmargin {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;

}



.Request2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: -4px;
  align-content: stretch;
  align-items: center;
  justify-content: center;
}



.loginTab {
  color: aliceblue;
  margin-bottom: 40px;
  margin-top: 5px;
}

.pic-Request {
  width: 100% auto;
  height: 100% auto;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 8px solid #ccc;
}

  .pic-Request img {
    transform: scale(1,1);
    transition: all 1s ease-out;
  }

    .pic-Request img:hover {
      transform: scale(1.2,1.2);
    }

.pic-Request1 {
  width: 220px auto;
  height: 100px auto;
  overflow: hidden;
  border: 3px solid #ccc;
}

.card-text-1 {
  width: 600px;
}



.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-family: "微軟正黑體";
  font-size: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 5px;
  margin-left: 10px;
  margin-right: auto;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

nav.navbar.navbar-expand-lg.navbar-light {
  padding: 1em 0em;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #52CAFC;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
  color: #ff3b9f;
}
/*-- //nav --*/
/*--model--*/




h5#exampleModalLabel {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
/*--//model--*/
/*-- banner --*/
.one-img {
  background: url(../images/b1.jpg) no-repeat center;
}

.two-img {
  background: url(../images/b2.jpg) no-repeat center;
}

.three-img {
  background: url(../images/b3.jpg) no-repeat center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.four-img {
  background: url(../images/b4.jpg) no-repeat center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: -16px;
}

.five-img {
  background: url(/images/b5.jpg) no-repeat center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.slider-img {
  background-size: cover;
  min-height: 800px;
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -999;
}

  .bg img {
    min-height: 100%;
    width: 100%;
  }
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
  }

    .rslides li:first-child {
      position: relative;
      display: block;
      float: left;
    }

  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
  }
/*-- //banner Slider --*/
.rslides {
  margin: 0 auto 40px;
}

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

  .rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
  }

  .rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
  }

.submenu {
  color: #666;
  font-size: unset;
  position: relative;
  font-family: "微軟正黑體";
}

  .submenu:hover {
    color: #4fc1e9;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}

a {
  color: #fff;
  text-decoration: none;
}

a2 {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

  a2:hover {
    font-weight: bold;
    color: #4fc1e9;
    text-decoration: none;
  }

a1 {
  color: #555;
  text-decoration: none;
}

  a1:hover {
    color: #4fc1e9;
    text-decoration: none;
  }


.title-shop {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

  .title-shop:hover {
    color: #4fc1e9;
  }

.body-shop {
  color: #727373;
  line-height: 1.75em;
  padding: 14px 0px;
  margin-top: -31px;
}

/* Callback example */
/*.events {
list-style: none;
}*/

.passwordforget {
  margin-top: -10px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  font-size: xx-small;
}

.container {
  position: initial;
  max-width: 100%;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: -20px;
}

.container1 {
  position: initial;
  max-width: 100%;

}
.container2 {
  position: initial;
  max-width: 100%;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  flex-direction: column;
  margin-bottom: -20px;
  align-content: space-around;
  align-items: stretch;
  width: 1140px;
}



.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: -2.5em;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

  .callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }

  .callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
  }

  .callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
  }

.slider-info {
  padding: 23em 0 0;
}

  .slider-info h5 {
    font-family: "微軟正黑體";
    font-size: 62px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 11px;
    text-shadow: 1px 1px 7px #151212;
  }

  .slider-info p {
    font-family: "微軟正黑體";
    font-size: 20px;
    letter-spacing: 5px;
    color: #f3f3f3;
    font-weight: 600;
    line-height: 30px;
    text-shadow: 1px 1px 7px #151212;
  }

.outs_more-buttn a {
  float: right;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #00B3FF;
  outline: none;
  border-radius: 5px;
  padding: 10px 22px;
  border: 2px double #00B3FF;
  margin-top: 15px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

  .outs_more-buttn a:hover {
    background: none;
    border: 2px double #00B3FF;
    color: #00B3FF;
  }


.pop-up-container {
  min-height: 100vh;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -200px;
  height: auto;
  max-width: 100%;
  &::before

{
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: rgba(86, 86, 86, 0.75)
}

}

.pop-up-container-root {
  height: 100vh;
  overflow: auto;
  z-index: 5;
}

.pop-up-box {
  margin: 32px;
  border-radius: 4px;
  z-index: 6;
  background-color: #fff;
  transition: all 0.3s;
  border: 1px solid #565656;
  > .pop-up-title

{
  position: relative;
  border-bottom: 1px solid #565656;
  padding: 10px;
  h3

{
  font-weight: bold;
  font-size: 16px;
}

.close {
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 14px;
  height: 32px;
  width: 32px;
  &:hover

{
  filter: opacity(0.3);
}

&:active {
  transform: translateY(2px);
}

}
}

.close1 {
  cursor: pointer;
  position: absolute;
  right: -14px;
  top: -13px;
  height: 50px;
  width: 50px;
  &:hover

{
  filter: opacity(0.3);
}

&:active {
  transform: translateY(2px);
}

}
}

.pop-up-content {
  font-size: small;
  padding: -88px;
  line-height: 2em;
  overflow-y: auto;
  max-height: 600px;
  padding-top: 12px;
}

.pop-up-action {
  padding: 15px;
  border-top: 1px solid #565656;
}

}

/*輸入框樣式*/
.underLineStyle {
  outline: none;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

/*輸入框內的圖示屬性設定*/
.inputWithin {
  position: relative;
  display: inline-block;
}

  .inputWithin .icon { /*左邊圖示*/
    position: absolute;
    left: 3px;
    top: calc(50% - 0.5em);
  }

  .inputWithin .btn { /*右邊圖示*/
    position: absolute;
    right: 3px;
    top: calc(50% - 0.5em);
  }

/*輸入框padding設定，用以保持文字與圖示的距離。*/
.inputPaddingLeft {
  padding-left: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.inputPaddingRight {
  padding-right: 66px;
}

.list-group2 {
  height: auto;
  max-width: 100%;
  width: 385px;
  margin-top: 30px;
}

.modalicon {
  padding: 5px;
  margin-right: -21px;
  padding-top: 5px;
}

list {
  padding-bottom: 11px;
}

list4 {
  display: flex;
  justify-content: center;
}

list1 {
  display: flex;
  flex-direction: column;
  left: 30px;
  flex-wrap: wrap;
  height: auto;
  max-width: 100%;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  padding-bottom: 15px;
}


.checkbox2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: auto;
  max-width: 100%;
  align-items: stretch;
}

list3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: auto;
  max-width: 100%;
  align-items: stretch;
}

.Request1-buttn a {
  float: right;
  text-align: center;
  font-size: 14px;
  /* color: #fff; */
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  /* letter-spacing: 2px; */
  background-color: #00B3FF;
  outline: none;
  border-radius: 5px;
  padding: 5px 178px;
  border: 2px double #00B3FF;
  margin-top: -8px;
  margin-right: 10px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

  .Request1-buttn a:hover {
    background: none;
    border: 2px double #00B3FF;
    color: #00B3FF;
  }




.Request-buttn a {
  float: right;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #00B3FF;
  outline: none;
  border-radius: 5px;
  padding: 10px 100px;
  border: 2px double #00B3FF;
  margin-top: 15px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

  .Request-buttn a:hover {
    background: none;
    border: 2px double #00B3FF;
    color: #00B3FF;
  }

.close-buttn {
  border: none;
  background-color: #fff;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 65%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 53px;
  width: 53px;
  background: rgba(230, 230, 230, 0) url("file:///M|/行政部門/Jane/網頁製作/Dw實際製作/版型/toys_shop-web_Free01-10-2018_570579104/web/images/left-arrow.png") no-repeat left top;
  margin-top: -45px;
}

  .callbacks_nav:active {
    opacity: 1.0;
  }

  .callbacks_nav.next {
    left: auto;
    background: rgba(230, 230, 230, 0) url("file:///M|/行政部門/Jane/網頁製作/Dw實際製作/版型/toys_shop-web_Free01-10-2018_570579104/web/images/right-arrow.png") no-repeat 0px 0px;
    background-position: right top;
    right: 0;
  }

  .callbacks_nav,
  .callbacks_nav.next {
    background-size: 40px;
  }
/*#slider3-pager a {
display: inline-block;
}
#slider3-pager img {
float: left;
}
#slider3-pager .rslides_here a {
background: transparent;
box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
padding: 0;
}*/
/*--pager--*/
/*.callbacks_tabs {
list-style: none;
position: absolute;
padding: 0;
bottom: 228px;
right: 41%;
margin: 0;
z-index: 9;
display: block;
text-align: center;
}
.callbacks_tabs li {
    display: inline-block;
    margin: 0px 2px 0px;
}
.callbacks_tabs a {
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
width: 21px;
height: 21px;
display: inline-block;
background:#d24055;
border: none;
border-radius: 50%;
}
.callbacks_here a:after {
background: #fff;
border: 4px solid #d24055;
}*/
.news-agile-text p, .product-info-img p,
.sub-agile-info-toys p, .news-agile-text p,
.about-products-w3layouts p, .address-gried p,
.address-gried p a, .icons p {
  font-family: "微軟正黑體";
  font-size: 16px;
  color: #fff;
}

.address-gried {
  line-height: 30px;
}

  .address-gried h5 {
    font-size: 24px;
    font-family: "微軟正黑體";
    font-weight: 700;
    margin-top: 18px;
    color: #000;
  }

.abut-gride p {
  line-height: 28px;
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
  color: #fff;
}

.abut-gride i {
  line-height: 28px;
  font-size: 26px;
  letter-spacing: 5px;
}

.banner-right-icon h4,
.clients-says-w3layouts h4 {
  font-family: "微軟正黑體";
  font-size: 18px;
  font-weight: 600;
  color: #3a72cf;
  text-transform: capitalize;
  margin-bottom: 5px;
}

/*-- //banner --*/
/*-- inner-banner --*/
.inner_page-banner {
  text-align: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 131px;
}

ul.short_ls li a {
  color: #ffffff;
  text-decoration: none;
}

ul.short_ls li {
  list-style: none;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 15px;
  font-family: "微軟正黑體";
  font-weight: 600;
}

.using-border {
  width: 100%;
  border: none;
  background-color: #000E35;
  text-align: center;
  padding: 13px;
}
/*-- //inner-banner --*/
/*--blog--*/
.blog, .premium, .sub-below-address {
  background: #26bb48;
}
/*--//blog--*/
/*-- about-- */
.about-toys-off h2 {
  font-size: 28px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 38px;
  text-transform: uppercase;
}

.about-toys-off span {
  font-style: italic;
  font-weight: 200;
  color: #ea1d5d;
}

.toys-grids-upper {
  background: #000;
  padding: 5em 2em;
}

.banner-below-w3l {
  position: relative;
}

.toys-grids-upper {
  background: rgba(0, 0, 0, 0.7);
  padding: 6em 2em;
  position: absolute;
  width: 51%;
  text-align: center;
  top: 166px;
  left: 25%;
}
/*-- about-inner-- */
.about-innergrid-agile {
  color: #fff;
  margin-bottom: 1em;
  font-family: "微軟正黑體";
  max-width: 1140px;
  margin: auto;
}

  .about-innergrid-agile h4, .about-sub-inner h4 {
    width: 15rem;
    font-size: 30px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    border-bottom: 2px solid #dedede;
    text-align: center;
  }

  .about-innergrid-agile h6 {
    font-size: 19px;
    line-height: inherit;
    padding: 0em 1.5em 0em 1.5em;
    margin: 10px 0px 10px 0px;
    text-indent: 2em;
    text-align: justify;
  }

  .about-innergrid-agile p {
    font-size: 17px;
    padding: 0em 1.5em 0em 1.5em;
    margin: 10px 0px 10px 0px;
    text-indent: 2em;
    text-align: justify;
  }

.des-inner {
  text-align: center;
  color: #fff;
  font-family: "微軟正黑體";
}

  .des-inner h4 {
    width: 15rem;
    font-size: 30px;
    padding-bottom: 5px;
    margin: auto;
    border-bottom: 2px solid #dedede;
  }

  .des-inner p {
    font-size: 20px;
    margin: 20px 0;
  }

  .des-inner img {
    margin: 10px auto;
  }

.map-inner {
  color: #fff;
  margin-bottom: 2em;
}

  .map-inner h5 {
    font-weight: 600;
    padding-bottom: 20px;
  }

  .map-inner h6 {
    font-size: 18px;
    padding-bottom: .5em;
  }

  .map-inner p {
    line-height: 27px;
    font-size: 17px;
    padding-left: 1em;
    margin-bottom: 0;
  }

  .map-inner h5, .map-inner h6, .map-inner p {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
  }

    .map-inner h5:hover, .map-inner h6:hover,
    .map-inner p:hover {
      color: #4fc1e9;
    }

.ser-gride {
  text-align: center;
  margin-top: 2rem;
}

  .ser-gride p {
    margin-left: -10px;
    color: #fff;
    float: left;
    line-height: 40px;
  }

  .ser-gride span {
    font-size: 80px;
    color: #00B3FF;
    margin-bottom: 2rem;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }

  .ser-gride h5 {
    font-family: "微軟正黑體";
    font-size: 24px;
    font-weight: 700;
    color: #00B3FF;
  }

.abut-gride span {
  font-size: 30px;
  color: #00B3FF;
  width: 67px;
  height: 67px;
  line-height: 60px;
  margin-bottom: 18px;
  border-radius: 50px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  border: medium inset #00B3FF;
}

.abut-gride:hover span {
  color: #fff;
  border: medium inset #fff;
}

.abut-gride h5 {
  font-family: "微軟正黑體";
  font-size: 24px;
  font-weight: 700;
  color: #00B3FF;
}

.abut-gride h6 {
  font-family: "微軟正黑體";
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}

/*--// about-inner-- */
/*--// about-- */
/*-- slider--*/
.agileit-folio_grid:before {
  content: "";
  font-size: 1.5em;
  width: 60px;
  height: 60px;
  line-height: 2.9em;
  font-family: FontAwesome;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3,0.3);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.3,0.3);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0.3,0.3);
  transform: translateX(-50%) translateY(-50%) scale(0.3,0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
  -moz-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
  -ms-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
  -o-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
  transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.agileit-folio_grid:after {
  background-color: rgba(94, 192, 93, 0.44);
  content: ' ';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.agileinfo_port_grid:hover .agileit-folio_grid:after {
  opacity: 1;
}

.agileinfo_port_grid:hover .agileit-folio_grid:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1,1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1,1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1,1);
  transform: translateX(-50%) translateY(-50%) scale(1,1);
  -webkit-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
  -moz-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
  -ms-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
  -o-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
  transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
}
/*--flexisel--*/
.flex-slider {
  background: #222227;
  padding: 70px 0 165px 0;
}

#flexiselDemo1 {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.nbs-flexisel-inner {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.nbs-flexisel-item {
  float: left;
  margin: 0;
  padding: 0px;
  position: relative;
  line-height: 35px;
}

  .nbs-flexisel-item > img {
    cursor: pointer;
    position: relative;
  }
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  width: 25px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  background: none;
  top: -5% !important;
  border-radius: 5px;
  display: none;
}

.nbs-flexisel-nav-left {
  left: 50%;
}

.nbs-flexisel-nav-right {
  right: 1%;
  background: none;
}
/*.about{position:relative;}
.slid-img{position:absolute;
width:100%;
left:0%;
bottom:-86px}
/*--//flexisel--*/
/*--//slider--*/
/* --customer-review--*/
.about {
  background-color: #222;
  padding-top: 15px;
  padding-bottom: 15px;
}

.service {
  background-color: #191818;
}

.least-text {
  margin-bottom: 30px;
  background-color: #fff;
  overflow: hidden;
}

.least-w3layouts-text-gap {
  box-shadow: 1px 1px 6px 0px black;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
}

.news-img {
  overflow: hidden;
  vertical-align: middle;
}

  .news-img img {
    height: 100%;
  }

.service-img {
  margin: 0 -15px;
  height: 220px;
  overflow: hidden;
  vertical-align: middle;
}

  .service-img img {
    height: 100%;
  }

.clients-says-w3layouts {
  padding-top: 15px;
  padding-bottom: 20px;
  margin: auto 35px;
  vertical-align: middle;
  width: -webkit-fill-available;
}

.service-says {
  padding-right: 30px;
  padding-top: 5px;
  text-align: center;
}

  .service-says:hover .overlay {
    opacity: 1;
  }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .4s ease;
  background-color: #fff;
}

.service-says i {
  font-size: 50px;
  margin: 20px 0px;
  color: #555;
  width: 100px;
  height: 100px;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  padding: 15px;
  border: medium solid #555;
}

.service-says h4 {
  font-family: "微軟正黑體";
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #555;
}

.service-says h5 {
  font-family: "微軟正黑體";
  font-size: 20px;
  font-weight: 600;
  color: #0E8CDC;
  padding: 5px;
  border-bottom: 2px solid #0E8CDC;
}

.service-says p {
  font-family: "微軟正黑體";
  text-align: left;
  font-size: 16px;
  color: #535353;
  margin: 10px 0px;
}

.clients_more-buttn a, .subscrib-btnn, .sent-butnn {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #000;
  outline: none;
  padding: 13px 33px;
  border: 1px double #000;
  margin: 22px 0px;
  transition-duration: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

  .clients_more-buttn a:hover, .subscrib-btnn:hover, .sent-butnn:hover {
    background: #fff;
    color: #000;
  }

.carousel-control-prev {
  left: -28px;
}

.carousel-control-next {
  right: -30px;
}

.carousel-control-next, .carousel-control-prev {
  width: 20px;
}
/*
.carousel-control-prev {
	left: -450px;
}

.carousel-control-next {
	right: -58px;
}

.carousel-control-next, .carousel-control-prev {
	width: 20px;
}*/
.clients-says-w3layouts span {
  font-family: "微軟正黑體";
  font-size: 15px;
  color: #535353;
  text-align: left;
  float: left;
}

.news-agile-text span {
  font-size: 20px;
  margin: 0px 9px;
  color: #ea1d5d;
}
/*--//customer-review-- */
/*--Premium-- */
.sub-agile-info-toys {
  border: 1px solid #fff;
  padding: 2em 3em;
}

  .sub-agile-info-toys p {
    line-height: 32px;
  }

.agileits-toys-left {
  background: url(file:../images/pp1.png) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  height: 534px;
}
/*--//Premium-- */
.img-toy-w3l-top {
  background: url(../images/about-1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  height: 200px;
}

.toys-img-one {
  background: url(../images/cc2.jpg) no-repeat center;
}

.toys-img-one-two {
  background: url(../images/tt1.jpg) no-repeat center;
}

.toys-img-one-three {
  background: url(../images/tt2.jpg) no-repeat center;
}

.toys-img-one-two, .toys-img-one-three {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  height: 308px;
}

.toys-img-one {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  height: 816px;
}
/*--subscribe- */
.map-info-right iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.address-w3l-right {
  padding: 1em 0em;
  background-color: #232323;
  text-align: center;
}

.address-gried span {
  font-size: 30px;
  color: #3FBAFF;
  width: 67px;
  margin-top: 30px;
}

.email-sub-agile input[type="email"], .contact-forms input, .contact-forms textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  padding: .8em .7em;
  border-radius: 0px;
  outline: none !important;
  font-size: 14px;
}

.sub-info-mail {
  width: 50%;
  margin: 0px auto;
}

.icons ul li, .cart-icons ul li, .icons-social ul li {
  display: inline-block;
}

  .icons ul li a, .cart-icons ul li {
    color: #fff;
  }

    .icons ul li a span, .cart-icons ul li span, .icons-social ul li span {
      font-size: 12px;
      float: right;
      letter-spacing: 1px;
      width: auto;
      height: auto;
      text-align: center;
      margin: 0px 5px;
      color: #fff;
      transition: 0.3s all;
      -webkit-transition: 0.1s all;
      -moz-transition: 0.3s all;
    }

      .icons ul li a span:hover,
      .cart-icons ul li :hover {
        color: #00B4FF;
      }

      .icons-social ul li span:hover {
        color: #000;
      }
/*--social-icons--*/
.footer-social li {
  display: inline-block;
}

  .footer-social li a {
    color: #999;
    font-size: 15px;
  }

    .footer-social li a:hover {
      color: #ffcb2d;
    }

/*--//social-icons--*/
/*--//subscribe- */
/*--contact- */
.contact-forms textarea {
  resize: none;
  height: 9em;
}
/*--//contact- */
/*--check-out- */
.shop_inner_inf {
  width: 90%;
  margin: 0 auto;
}
/*--//check-out- */

.right-blog-con {
  padding-left: 25px;
}

.tech-btm h4 {
  font-family: "微軟正黑體";
  font-size: 1.2em;
  color: #00346B;
  font-weight: 700;
  margin-bottom: 1em;
}

.tech-btm {
  margin-bottom: 2em;
}

  .tech-btm input[type="email"] {
    width: 100%;
    color: #737070;
    outline: none;
    font-size: 14px;
    padding: 0.6em 1em;
    border: 2px solid #eceff1;
    -webkit-appearance: none;
    letter-spacing: 1px;
    margin: 1em 0;
  }

  .tech-btm input[type="submit"] {
    background: #343a40;
    padding: .7em 1em;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: block;
    outline: none;
    border: none;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
  }

    .tech-btm input[type="submit"]:hover {
      background: #28a745;
    }

  .tech-btm h5 {
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 600;
  }

    .tech-btm h5 a {
      font-family: "微軟正黑體", 'Verdana';
      color: #333;
    }

ul.list-group {
  font-family: "微軟正黑體";
}

  ul.list-group .list-group-item title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: block;
  }

  ul.list-group .list-group-item .item-h {
    color: #0059a3;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: block;
  }

    ul.list-group .list-group-item .item-h:hover {
      color: #4fc1e9;
    }

  ul.list-group .list-group-item .item-a {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: block;
  }

    ul.list-group .list-group-item .item-a:hover {
      color: #0059a3;
    }

.item-color {
  background-color: #343a40;
}

.item-color1 {
  background-color: #2C2C2C;
}

.tech-item {
  font-family: "微軟正黑體";
  margin: 20px 0px 30px 0px;
}

  .tech-item h4 {
    font-size: 20px;
    color: #00346B;
    font-weight: 700;
    padding: 0 0 0.5em 0.5em;
    border-left: thick groove #004CC4;
    border-bottom: thin solid #ccc;
  }

  .tech-item h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 0.5em 0.5em;
    border-left: thick groove rgba(0,0,0,.075);
    border-bottom: thin solid #ccc;
  }

  .tech-item h6 {
    font-size: smaller;
    color: #fff;
    font-weight: 500;
    padding: 0 0 0.5em 0.5em;
    border-left: thick groove rgba(0,0,0,.075);
    border-bottom: thin solid #ccc;
    text-align: left;
    padding-left: 0px;
  }

.tech-item-text {
  color: #555;
  font-size: 14px;
  padding: 10px;
  line-height: 20px
}

  .tech-item-text h6 {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
  }

.tech-item h7 {
  font-size: smaller;
  color: #00346B;
  font-weight: 700;
  padding: 0 0 -123em 0.5em;
  border-left: thick groove rgba(0,0,0,.075);
}

.tech-item-text img {
  margin: 10px 0px;
  width: 100%;
}

.tech-product {
  margin-bottom: 2rem;
}

.card-body {
  background-color: #e8e8e8;
  transition: 0.3s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

  .card-body:hover {
    background-color: #d3d3d3;
  }

  .card-body h5 {
    font-weight: 600;
    color: #0059a3;
    margin-bottom: 5px;
  }

  .card-body span {
    color: #555;
  }

.card-text {
  color: #000;
  text-align: center;
}

  .card-text:hover {
    color: #3a72cf;
  }

.modal-content {
  padding: 0 1em;
}

  .modal-content h4 {
    color: #0059a3;
    font-weight: 600;
  }

.modal-img {
  text-align: center;
  margin-bottom: 1em;
}

  .modal-img img {
    width: 80%;
  }




/* typography */
h3.typo-main-heading {
  font-size: 2.7em;
  font-weight: 600;
  letter-spacing: 2px;
  border-bottom: 2px solid #e2e1e1;
  display: inline-block;
  color: #ea1d5d;
}

h4.typo-sub-heading {
  color: #000;
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 500;
}

@media(max-width:1080px) {
  h4.typo-sub-heading {
    font-size: 24px;
  }

  h3.typo-main-heading {
    font-size: 2.5em;
  }
}

@media(max-width:800px) {
  h4.typo-sub-heading {
    font-size: 22px;
  }

  h3.typo-main-heading {
    font-size: 2.3em;
  }
}

@media(max-width:640px) {
  h3.typo-main-heading {
    font-size: 2em;
  }
}



/* typography */
/*--icons 404 pages--*/
.page-not-agile h4 {
  font-size: 11em;
  letter-spacing: 19px;
  color: #26bb48;
  font-weight: 600;
}

.sub-text-page p {
  font-size: 15px;
  color: #000;
  letter-spacing: 2px;
}
/*--//icons 404 pages--*/
/*--timeline about--*/

/*--//timeline about--*/
/*-- footer-- */
footer {
  background-color: #0F0F0F;
  padding-top: 15px;
}
footer1 {
  background-color: #0F0F0F;
  padding-top: 15px;
  display: flex;
  justify-content: center;
}


.copy-agile-right p {
  margin-top: 12px;
  letter-spacing: 2px;
  font-size: 12px;
  color: #A9A9AB;
}

  .copy-agile-right p a {
    color: #A9A9AB;
  }

    .copy-agile-right p a:hover {
      color: #3FBAFF;
    }
/* --footer-- */
/*-- to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 46px;
  height: 36px;
  border: none;
  text-indent: 100%;
  background: url(../images/arr.png) no-repeat 0px 0px;
}

#toTopHover {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*-- //Search --*/


/*--responsive--*/


@media(max-width:1920px) {
  .loginicon {
    color: #8080807a;
    display: flex;
    justify-content: flex-end;
    margin-bottom: -28px;
    padding-right: 10px;
  }

  @media(max-width:1680px) {
    .loginicon {
      color: #8080807a;
      display: flex;
      justify-content: flex-end;
      margin-bottom: -28px;
      padding-right: 10px;
    }
  }

  @media(max-width:1600px) {
    .loginicon {
      color: #8080807a;
      display: flex;
      justify-content: flex-end;
      margin-bottom: -28px;
      padding-right: 10px;
    }
  }

  @media(max-width:1440px) {
    .slider-info h5 {
      font-size: 57px;
      letter-spacing: 2px;
      margin-bottom: 8px;
    }

    .slider-img {
      min-height: 750px;
    }

    .title {
      font-size: 41px;
      letter-spacing: 2px;
      padding-top: 15px;
      text-align: center;
    }

    .slider-info {
      padding: 22em 0 0;
    }

    .page-not-agile h4 {
      font-size: 9em;
      letter-spacing: 16px;
    }

    .loginicon {
      color: #8080807a;
      display: flex;
      justify-content: flex-end;
      margin-bottom: -28px;
      padding-right: 10px;
    }
  }

  @media(max-width:1366px) {



    .title {
      font-size: 41px;
      font-family: "微軟正黑體";
    }


    .search-right input[type="search"] {
      width: 80%;
    }

    .search-right button {
      width: 19%;
    }

    .callbacks_nav, .callbacks_nav.next {
      background-size: 35px;
    }

    .map-info-right iframe {
      height: 100%;
    }

    .address-w3l-right {
      padding: 1.5em 0em;
    }

    .address-gried span {
      font-size: 28px;
      margin-bottom: 8px;
    }

    .sub-info-mail {
      width: 54%;
    }

    .about-innergrid-agile h4, .about-sub-inner h4 {
      font-size: 30px;
      margin-bottom: 10px;
    }

    .loginicon {
      color: #8080807a;
      display: flex;
      justify-content: flex-end;
      margin-bottom: -30px;
      padding-right: 10px;
    }
  }

  @media(max-width:1280px) {
    .clients_more-buttn a, .subscrib-btnn, .sent-butnn {
      padding: 11px 27px;
    }

    .sub-agile-info-toys {
      padding: 2em 2em;
    }

    .abut-gride span {
      font-size: 27px;
    }

    .register-form input[type="text"], .register-form input[type="email"], .register-form input[type="password"] {
      font-size: 15px;
    }

    .inside {
      height: 200px;
      width: 500px;
      display: flex;
      flex-direction: column;
      align-content: space-between;
      align-items: stretch;
    }

    .service-says i {
      margin: 10px 0px;
    }

    .least-w3layouts-text-gap {
    }


    @media(max-width:1080px) {
      .toys-img-one-two, .toys-img-one-three {
        height: 266px;
      }

      .toys-img-one {
        height: 729px;
      }

      .img-toy-w3l-top {
        height: 200px;
      }

      .outs_more-buttn a {
        padding: 8px 19px;
      }

      .toys-grids-upper {
        width: 100%;
        left: 20%;
      }

      .news-agile-text span {
        font-size: 18px;
        margin: 0px 6px;
      }

      .news-agile-text span {
        font-size: 18px;
        margin: 0px 6px;
      }

      .sub-text-page p {
        letter-spacing: 1px;
      }

      h3.typo-main-heading {
        font-size: 2.5em;
      }

      h4.typo-sub-heading {
        font-size: 24px;
      }

      .loginicon {
        color: #8080807a;
        display: flex;
        justify-content: flex-end;
        margin-bottom: -45px;
        padding-right: 10px;
      }
    }

    @media(max-width:1050px) {
      .carousel-control-prev {
        left: -42px;
      }

      .carousel-control-next {
        right: -43px;
      }

      .search-right input[type="search"] {
        width: 77%;
      }

      .search-right button {
        width: 23%;
      }

      .navbar-light .navbar-nav .nav-link {
      }

      .slider-info h5 {
        font-size: 49px;
        margin-bottom: 6px;
      }

      .callbacks_nav, .callbacks_nav.next {
        background-size: 30px;
      }

      .slider-img {
        min-height: 711px;
      }

      .toys-grids-upper {
        padding: 5em 2em;
      }

      .sub-info-mail {
        width: 60%;
      }

      .abut-gride span {
        width: 63px;
        height: 63px;
        line-height: 67px;
      }

      .inside {
        height: 200px;
        width: 500px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: stretch;
      }
    }

    @media(max-width:1024px) {
      .least-w3layouts-text-gap {
        margin-bottom: 20px;
      }

      .carousel-control-next {
        right: -34px;
      }

      .carousel-control-prev {
        left: -33px;
      }

      .clients_more-buttn a, .subscrib-btnn, .sent-butnn {
        margin: 19px 0px;
      }

      .address-gried span {
        font-size: 25px;
      }

      .map-info-right iframe {
        height: 100%;
      }

      .page-not-agile h4 {
        font-size: 8em;
      }

      .register-form input[type="text"], .register-form input[type="email"], .register-form input[type="password"] {
        margin-bottom: 12px;
      }

      .inside {
        height: 200px;
        width: 470px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: stretch;
      }
    }

    @media(max-width:991px) {
      .info-contact-agile ul li span {
        font-size: 16px;
      }

      h1 a.navbar-brand {
        font-size: 30px;
      }

      div#navbarSupportedContent {
        background: transparent;
        text-align: center;
        padding: 13px 0px;
      }

      .navbar-light .navbar-nav .nav-link {
        padding: 12px 10px;
      }

      .navbar-light .navbar-toggler {
        border-color: #fff;
        background-color: #0097D7;
        padding: 2px 6px;
        margin-top: 0px;
        margin-right: 0px;
        outline: none;
        cursor: pointer;
        border-radius: 6px;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
      }

      .inside {
        height: 200px;
        width: 455px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: stretch;
      }

      .navbar-light .navbar-toggler:hover {
        background: #fff;
      }

      .toys-grids-upper {
        width: 78%;
        left: 10%;
        padding: 4em 2em;
        top: 361px;
      }

      .clients-w3layouts-row:nth-child(2) {
        margin-top: 33px;
      }

      .agileits-toys-left {
        height: 609px;
      }

      .sub-agile-info-toys {
        padding: 1.5em 1.5em;
      }

      .clients_more-buttn a, .subscrib-btnn, .sent-butnn {
        letter-spacing: 1px;
      }

      .banner-agile-flowers:nth-child(3) {
        margin-top: 20px;
      }

      .about-sub-inner h4 {
        font-size: 28px;
        margin-bottom: 19px;
      }

      .about-innergrid-agile h4 {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 0px;
      }

      .about-innergrid-agile p {
        padding-left: 0px;
      }

      .service-says {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 20px;
      }

        .service-says p {
          margin-bottom: 100px;
        }

      .least-w3layouts-text-gap {
        height: auto;
      }

      .news-img img {
        display: block;
        vertical-align: middle;
        width: 100%;
      }
    }

    @media(max-width:900px) {
      .slider-img {
        min-height: 652px;
      }

      .slider-info {
        padding: 20em 0 0;
      }

        .slider-info h5 {
          font-size: 44px;
          letter-spacing: 1px;
        }

        .slider-info p {
          font-size: 15px;
          letter-spacing: 1px;
        }

      .img-toy-w3l-top {
        height: 200px;
      }

      .inside {
        height: 200px;
        width: 400px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: stretch;
      }
    }




    @media(max-width:800px) {
      .icons ul li a span, .cart-icons ul li span, .icons-social ul li span {
        font-size: 12px;
        width: auto;
        height: auto;
        margin: 0px 3px;
      }

      .banner-right-icon h4, .clients-says-w3layouts h4 {
        font-size: 25px;
      }

      .about-toys-off h2 {
        font-size: 26px;
      }

      .toys-grids-upper {
        padding: 3em 2em;
      }

      .sub-info-mail {
        width: 69%;
      }


      .copy-agile-right p {
        letter-spacing: 1px;
      }

      h3.typo-main-heading {
        font-size: 2.3em;
      }

      h4.typo-sub-heading {
        font-size: 22px;
      }

      .inside {
        height: 200px;
        width: 380px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: stretch;
      }

      .Request1-buttn a {
        float: right;
        text-align: center;
        font-size: 14px;
        /* color: #fff; */
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        /* letter-spacing: 2px; */
        background-color: #00B3FF;
        outline: none;
        border-radius: 5px;
        padding: 5px 50px;
        border: 2px double #00B3FF;
        margin-top: -8px;
        margin-right: 10px;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
      }
    }

    @media(max-width:768px) {
      .slider-info h5 {
        font-size: 42px;
      }

      .news-agile-text span {
        font-size: 16px;
      }

      .carousel-control-prev {
        left: -22px;
      }

      .carousel-control-next {
        right: -23px;
      }

      .clients-says-w3layouts {
        padding-top: 20px;
        padding-right: 0px;
        padding-left: 30px;
        padding-bottom: 20px;
      }

      .clients_more-buttn a, .subscrib-btnn, .sent-butnn {
        margin: 14px 0px;
        padding: 8px 23px;
      }

      .abut-gride h5 {
        font-size: 22px;
      }
    }

    @media(max-width:767px) {
      .search-right input[type="search"] {
        width: 74%;
      }

      .search-right button {
        width: 26%;
      }

      .slider-info h5 {
        font-size: 39px;
      }

      .slider-info p {
        font-size: 14px;
      }

      .slider-img {
        min-height: 620px;
      }

      .slider-info {
        padding: 19em 0 0;
      }

      h1 a.navbar-brand {
        font-size: 28px;
      }

      .toys-grids-upper {
        width: 97%;
        left: 1%;
      }

      .about-toys-off h2 {
        font-size: 23px;
      }

      .img-toy-w3l-top {
        height: 200px;
      }

      .toys-img-one-two, .toys-img-one-three {
        height: 252px;
      }

      .map-info-right iframe {
        height: 20em;
      }

      .search-right {
        margin: 16px 0px;
      }

      .slider-info {
        padding: 22em 0 0;
      }

      .callbacks_nav {
        top: 81%;
      }

      .abut-gride:nth-child(#) {
        margin-bottom: 26px;
      }

      .contact-forms textarea {
        height: 8em;
      }

      .service img {
        display: block;
        vertical-align: middle;
        width: 100%;
      }

      .inside {
        height: 200px;
        width: 550px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: stretch;
      }

      .Request1-buttn a {
        float: right;
        text-align: center;
        font-size: 14px;
        /* color: #fff; */
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        /* letter-spacing: 2px; */
        background-color: #00B3FF;
        outline: none;
        border-radius: 5px;
        padding: 5px 50px;
        border: 2px double #00B3FF;
        margin-top: -8px;
        margin-right: 10px;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
      }
    }

    @media(max-width:736px) {
      .title {
        font-size: 39px;
        letter-spacing: 1px;
      }

      .sub-info-mail {
        width: 85%;
      }

      .page-not-agile h4 {
        font-size: 7em;
      }
    }

    @media(max-width:667px) {
      .slider-info h5 {
        font-size: 36px;
      }

      .map-info-right iframe {
        height: 20em;
      }

      .about-innergrid-agile h4, .about-sub-inner h4 {
        font-size: 24px
      }
    }

    @media(max-width:640px) {
      h1 a.navbar-brand {
        font-size: 26px;
      }

      .inside {
        height: 200px;
        width: 450px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: stretch;
      }

      .info-contact-agile ul li p, .info-contact-agile ul li p a {
        font-size: 13px;
      }

      .page-not-agile h4 {
        font-size: 6em;
      }

      h3.typo-main-heading {
        font-size: 2em;
      }

      .register-form input[type="text"], .register-form input[type="email"], .register-form input[type="password"] {
        padding: 9px 7px;
      }
    }

    @media(max-width:600px) {


      .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 10px 15px;
      }

      .contact-forms textarea {
        height: 7em;
      }

      .service-img img {
        width: 100%;
      }

      .map-inner {
        margin-left: 8em;
      }

      .Request1-buttn a {
        float: right;
        text-align: center;
        font-size: 14px;
        /* color: #fff; */
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        /* letter-spacing: 2px; */
        background-color: #00B3FF;
        outline: none;
        border-radius: 5px;
        padding: 5px 50px;
        border: 2px double #00B3FF;
        margin-top: -8px;
        margin-right: 10px;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
      }
    }

    @media(max-width:568px) {
      .toys-grids-upper {
        position: initial;
        width: 100%;
        margin-top: 20px;
      }

      .carousel-control-prev {
        left: -9px;
      }

      .carousel-control-next {
        right: -7px;
      }

      .toys-img-one {
        height: 712px;
      }

      .inside {
        height: 200px;
        width: 400px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: stretch;
      }

      .callbacks_nav, .callbacks_nav.next {
        background-size: 23px;
      }

      .banner-agile-flowers:nth-child(2) {
        margin-top: 21px;
      }

      .abut-gride h6 {
        font-size: 21px;
        text-align: center;
      }

      .abut-gride p {
        text-align: center;
      }

      .page-not-agile h4 {
        font-size: 5em;
      }

      .agileits-toys-left {
        height: 559px;
      }
    }

    @media(max-width:487px) {
      .inside {
        height: 200px;
        width: 380px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: stretch;
      }
    }



    @media(max-width:480px) {
      .toys-img-one {
        height: 712px;
      }

      .slider-info p {
        line-height: 27px;
      }

      .about-toys-off h2 {
        font-size: 21px;
      }

      .about-toys-off h2 {
        font-size: 21px;
      }

      .toys-grids-upper {
        padding: 2em 1em;
      }

      .news-agile-text img {
        width: 98%;
      }

      .about-innergrid-agile h4, .about-sub-inner h4 {
        font-size: 22px;
      }

      .sub-text-page p {
        font-size: 14px;
      }

      .agileits-toys-left {
        height: 497px;
      }

      .inside {
        height: 200px;
        width: 380px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: stretch;
      }

      .Request1-buttn a {
        float: right;
        text-align: center;
        font-size: 14px;
        /* color: #fff; */
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        /* letter-spacing: 2px; */
        background-color: #00B3FF;
        outline: none;
        border-radius: 5px;
        padding: 5px 50px;
        border: 2px double #00B3FF;
        margin-top: -8px;
        margin-right: 10px;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
      }
    }

    @media(max-width:440px) {
      .email-sub-agile input[type="email"], .contact-forms input, .contact-forms textarea {
        padding: .7em .7em;
      }

      .sub-info-mail {
        width: 92%;
      }

      .copy-agile-right p {
        line-height: 20px;
      }



      .about-innergrid-agile h4, .about-sub-inner h4 {
        font-size: 22px;
        line-height: 33px;
      }

      .timetable_sub th, .timetable_sub td {
        padding: 6px;
        font-size: 13px;
      }

      .inside {
        height: 200px;
        width: 350px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: stretch;
      }
    }

    @media(max-width:414px) {
      .toys-img-one-two, .toys-img-one-three {
        height: 210px;
      }

      .toys-img-one {
        height: 527px;
      }

      .img-toy-w3l-top {
        height: 200px;
      }

      .slider-info h5 {
        font-size: 29px;
      }

      .slider-img {
        min-height: 613px;
      }

      .about-toys-off h2 {
        font-size: 19px;
      }

      .sub-text-page p {
        line-height: 25px;
      }

      .agileits-toys-left {
        height: 416px;
      }

      .inside {
        height: 200px;
        width: 330px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: stretch;
      }
    }

    @media(max-width:384px) {


      .title {
        font-size: 37px;
      }

      .slider-info h5 {
        font-size: 23px;
      }

      .slider-info {
        padding: 23em 0 0;
      }

      .about-toys-off h2 {
        font-size: 18px;
      }

      .page-not-agile h4 {
        font-size: 4em;
      }

      .checkout-right h4, .address_form h4 {
        font-size: .9em;
      }

      .shop_inner_inf {
        width: 100%;
        margin: 0 auto;
      }

      .timetable_sub th, .timetable_sub td {
        padding: 4px;
        font-size: 12px;
      }

      .inside {
        height: 200px;
        width: 310px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: stretch;
      }
    }

    @media(max-width:375px) {

      .slider-info p {
        font-size: 13px;
      }

      .toys-img-one-two, .toys-img-one-three {
        height: 186px;
      }

      .abut-gride span {
        font-size: 24px;
      }

      .register-form input[type="text"], .register-form input[type="email"], .register-form input[type="password"] {
        font-size: 14px;
      }

      .agileits-toys-left {
        height: 374px;
      }

      .inside {
        height: 200px;
        width: 280px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: stretch;
      }
    }

    @media(max-width:320px) {
      .slider-info h5 {
        font-size: 21px;
      }

      .slider-info {
        padding: 22em 0 0;
      }

      .img-toy-w3l-top {
        height: 142px;
      }

      .toys-img-one {
        height: 377px;
      }

      .inside {
        height: 200px;
        width: 250px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: stretch;
      }

      .toys-img-one-two, .toys-img-one-three {
        height: 156px;
      }

      .timetable_sub th, .timetable_sub td {
        padding: 3px;
        font-size: 11px;
      }

      .agileits-toys-left {
        height: 312px;
      }

      .Request1-buttn a {
        float: right;
        text-align: center;
        font-size: 14px;
        /* color: #fff; */
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        /* letter-spacing: 2px; */
        background-color: #00B3FF;
        outline: none;
        border-radius: 5px;
        padding: 5px 50px;
        border: 2px double #00B3FF;
        margin-top: -8px;
        margin-right: 10px;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
      }
    }

    .loginicon {
      color: #8080807a;
      display: flex;
      justify-content: flex-end;
      margin-bottom: -32px;
      padding-right: 10px;
    }

    .faq-item {
      width: 280px;
      padding: 1rem;
      background: white;
      border-bottom: 1px solid #eee;
    }

    .faq-title {
      display: flex;
      cursor: pointer;
      color: #8880eb;
      .material-icons

{
  margin-left: auto;
  &:before

{
  content: "add";
}

}
}

.faq-text {
  display: grid;
  grid-template-rows: 0fr;
  transition: .4s ease-in-out;
  > *

{
  overflow: hidden;
}

}

/* radio or checkbox */
.faq-toggle {
  display: none;
  &:checked

{
  ~ .faq-title

{
  padding-bottom: .5rem;
}

~ .faq-title .material-icons:before {
  content: "remove";
}

~ .faq-text {
  grid-template-rows: 1fr;
}

}
}


/* reset */

/*--//responsive--*/








