@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Shippori+Antique+B1&display=swap');

/*-----------------------2510 groupBuying-----------------------*/

html {
  scroll-behavior: smooth;}

.groupBuying_area {}

.txt_yellow{
    color: #ffb506;}
.txt_grayD{
    color: #555;}

.gb_title{
    margin: 60px 0 30px;}
.gb_title h2, .gb_title h3{
    text-align: center;
    color: #3bc5fc;
    margin: 0;}
.gb_title h2{
    font-size: 3.8em;
    line-height: 160%;
    font-weight: 600;}
.gb_title h2.bigger{
    font-size: 4.5em;}
.gb_title h3{
    font-size: 2.4em;
    line-height: 160%;
    font-weight: 400;}
.gb_title h3 span.bg_yellow {
  display: inline-block;
  position: relative;
  background: #ffb506;
  color: #fff;
  font-size: 0.95em;
  font-style: italic;
  margin-top: 20px;
  line-height: 60px;
  padding: 0 20px;
  height: 60px;}
.gb_title h3 span.bg_yellow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px; 
  border-bottom: 60px solid #ffb506;  
  border-left: 10px solid transparent;}
.gb_title h3 span.bg_yellow::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 60px solid #ffb506;
  border-right: 10px solid transparent;}
.gb_button {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 15px auto;}
.gb_button a {
    position: relative;
    display: inline-block;
    padding: 10px 35px;
    margin: 0 5px;
    font-size: 2em;
    color: #FFF !important;
    background: #3bc5fc;
    box-shadow: 3px 4px 0 rgba(0,0,0,0.3);
    border-radius: 50px;}
.gb_button.green_style a {
    background: #06c654;}
.gb_button a:hover {
    color: #FFF !important;
    background: #ffb506;
    box-shadow: 3px 4px 10px rgba(0,0,0,0.3);}
@media (min-width:992px){
.gb_button a:hover {
    padding: 10px 45px;}}
.gb_button a i {
  position: absolute;
  right: -25px;
  bottom: -25px;
  font-size: 2em;
  color: #333;
  text-shadow: 0 0 8px rgba(255,255,255,1);
  transform: rotate(-25deg);
  animation: floatUpDown 1.5s ease-in-out infinite;}
@keyframes floatUpDown {
  0%   { transform: translateY(0) rotate(-25deg); }
  50%  { transform: translateY(-6px) rotate(-25deg); }
  100% { transform: translateY(0) rotate(-25deg); }}
@media (max-width:767px){
.gb_title h2{
    font-size: 2.5em;
    line-height: 140%;}
.gb_title h2.bigger{
    font-size: 2.5em;}
.gb_title h3{
    font-size: 1.5em;}
.gb_title h3 span.bg_yellow {
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 40px;
  height: 40px;}
.gb_title h3 span.bg_yellow::before {
  border-bottom: 40px solid #ffb506;}
.gb_title h3 span.bg_yellow::after {
  border-top: 40px solid #ffb506;}
.gb_button a{
    font-size: 1.2em;}
.gb_button a i {
  position: absolute;
  right: -10px;
  bottom: -15px;}}

/*01 banner*/
.gb_banner{
    margin-bottom: 20px;}
.gb_banner img, .gb_banner .carousel-inner{
    border-radius: 10px;}
.gb_banner .carousel-control {
    width: 6%;}
.gb_banner .carousel-indicators {
    bottom: -40px;}
.gb_banner .carousel-indicators li{
    margin: 0 2px;
    background-color: #CCC;
    border: none;}
.gb_banner .carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #3bc5fc;}

/*03 list*/
.gb_list{
    background: #f8f8f8;
    border-radius: 10px;}
.gb_list .pic, .gb_list .pic img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;}
.gb_list .pic h4, .gb_list .pic span{
    position: absolute;
    color: #FFF;}
.gb_list .pic h4{
    top: 5px;
    left: 15px;
    padding: 10px 0 10px 50px;
    background: transparent url(../images/gb_icon_area.png) no-repeat;
    background-size: contain;
    overflow:hidden; 
    white-space:nowrap;
    text-overflow:ellipsis;}
.gb_list .pic span{
    display: inline-block;
    top: 20px;
    right: 15px;
    padding: 2px 10px;
    font-size: 1.2em;
    background: #ffb506;}
.gb_list figcaption h3{
    margin-bottom: 15px;
    padding: 0 0 0 25px;
    background: transparent url(../images/gb_icon_title.png) no-repeat;
    background-size: contain;
    overflow:hidden; 
    white-space:nowrap;
    text-overflow:ellipsis;}
.gb_list figcaption p{
    line-height: 160%;
    font-size: 1.15em;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.gb_list figcaption .btn_area{
    text-align: right;
    margin-top: -5px;
    margin-bottom: 10px;}
.gb_list figcaption .btn_area button{
    display: inline-block;
    padding: 5px 15px 5px 7px;
    margin: 5px 0 5px 5px;
    font-size: 1.2em;
    color: #FFF !important;
    border: 1px #3bc5fc solid;
    background: #3bc5fc;
    border-radius: 50px;}
.gb_list figcaption .btn_area button i{
    display: inline-block;
    width: 30px;
    text-align: center;}
.gb_list figcaption .btn_area button.white_style{
    background: transparent;
    color: #3bc5fc !important;}
.gb_list figcaption .btn_area button:hover{
    transform: translateX(-5px);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  transition: all 0.3s ease-in-out;  }
.gb_list .mask_style{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(150,150,150,0.8);
    border-radius: 10px;}
.gb_list .mask_style p {
    color: #fff;
    padding: 0 15px 3px;
    border: 3px #FFF solid;
    font-size: 2.5em;
    letter-spacing: 2px;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    transform: rotate(-10deg);
    border-radius: 8px;}
@media (max-width:991px) and (min-width:768px){
.gb_list figcaption .btn_area{
    margin-top: 0;}}
@media (max-width:767px){
.gb_list figcaption .btn_area{
    margin-bottom: 0;}}
    
.region-filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  margin: 0 0 10px;
  width: 100%;}
.filter-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;}
.filter-title {
  font-weight: 500;
  margin-top: 4px;
  margin-right: 10px;}
.filter-options input[type="radio"] {
  display: none;}
.filter-options label {
  padding: 6px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 4px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  transition: 0.2s;}
.filter-options label:hover {
  border-color: #3bc5fc;}
.filter-options input[type="radio"]:checked + label {
  background: #3bc5fc;
  color: white;
  border-color: #3bc5fc;}

/*02 now*/
.gb_slider {
  position: relative;
  width: 100%;
  height: 315px;
  margin: 0 auto 10px;
  overflow: hidden;}

.slider_list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38%;
  max-width: 360px;
  transform: translate(-50%, -50%) scale(0.9);
  transition: transform 0.5s ease, z-index 0.5s ease, opacity 0.5s ease;
  opacity: 0.7;
  z-index: 1;}
.slider_list.centerEW {
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 3;
  opacity: 1;}
.slider_list.leftEW {
  transform: translate(-150%, -50%) scale(0.9);
  z-index: 2;
  opacity: 0.7;}
.slider_list.rightEW {
  transform: translate(50%, -50%) scale(0.9);
  z-index: 2;
  opacity: 0.7;}

.slider_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  background: rgba(0,0,0,0.2);
  border: none;
  color: #fff;
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;}
.slider_arrow.btn_leftEW { 
  left: 0;
  padding-right: 3px;}
.slider_arrow.btn_rightEW { 
  right: 0;
  padding-left: 3px;}
.slider_arrow:hover {
  background: rgba(0,0,0,0.5);
  transition: all 0.3s ease-in-out;}

@media (max-width: 1199px) {
.gb_slider {
  height: 255px;}
.slider_list {
  width: 32%;
  max-width: 300px;}}
@media (max-width: 991px) {
.gb_slider {
  height: 195px;}}
@media (max-width: 767px) {
.gb_slider {
    min-height: 220px;}
.slider_list {
  width: 50%;
  max-width: 250px;}
.slider_list.leftEW {
    transform: translate(-100%, -50%) scale(0.9);
    -webkit-filter: opacity(0.1);}
.slider_list.rightEW {
    transform: translate(0%, -50%) scale(0.9);
    -webkit-filter: opacity(0.1);}}
@media (max-width: 390px) {
.gb_slider {
  height: 220px;}
.slider_list.centerEW {
  transform: translate(-50%, -50%) scale(1.7);}}

.gb_list.slider_style{
    padding: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.gb_list.slider_style .pic, .gb_list.slider_style .pic img{
    border-radius: 10px;}
.gb_list.slider_style .pic h4{
    top: 5px;
    left: 15px;
    padding: 5px 10px;
    font-size: 1em;
    border: 1px #FFF solid;
    background: transparent;}
.gb_list.slider_style .pic h3{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    color: #FFF;
    text-align: center;
    padding: 0 15px;
    line-height: 160%;
    text-shadow: 0 0 5px rgba(0,0,0,0.9);
    font-size: 1.3em;
    background: transparent;
    max-height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.gb_list.slider_style .pic span{
    top: inherit;
    bottom: 15px;
    right: 15px;
    font-size: 1em;}

@media (max-width: 991px) {
.gb_list.slider_style .pic h4{
    top: 0;
    left: 10px;
    font-size: 0.9em;}
.gb_list.slider_style .pic h3{
    top: 40px;
    line-height: 140%;
    font-size: 1.2em;
    height: 50px;}
.gb_list.slider_style .pic span{
    bottom: 10px;
    right: 10px;
    font-size: 0.9em;}}
@media (max-width: 767px) {
.gb_list.slider_style .pic h4{
    font-size: 0.8em;}
.gb_list.slider_style .pic h3{
    top: 20px;
    font-size: 1.1em;
    height: 40px;}
.gb_list.slider_style .pic span{
    bottom: 7px;
    right: 7px;
    font-size: 0.8em;}}
@media (max-width: 390px) {
.gb_list.slider_style .pic h4{
    font-size: 0.8rem;}
.gb_list.slider_style .pic h3{
    font-size: 1.1rem;
    height: 30px;}
.gb_list.slider_style .pic span{
    font-size: 0.8rem;}}

.slider-dotsEW {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.dotEW {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 6px;
    cursor: pointer;
}

.dotEW.active {
    background: #333;
}

/*04 review*/
.gb_media{
    position: relative;
    padding: 0 25px;}
.gb_media i.fa-chevron-left, .gb_media i.fa-chevron-right,
.gb_brands i.fa-chevron-left, .gb_brands i.fa-chevron-right{
    position: absolute;
    top: 40%;
    z-index: 1;
    font-size: 1.8em;
    color: #3bc5fc;
    background: transparent;
    height: 40px;
    line-height: 40px;}
.gb_media a:hover i.fa-chevron-left, .gb_media a:hover i.fa-chevron-right,
.gb_brands a:hover i.fa-chevron-left, .gb_brands a:hover i.fa-chevron-right{
    color: #a3a9ac;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}
.gb_media i.fa-chevron-left{
    padding-right: 2px;
    left: 0;}
.gb_media i.fa-chevron-right{
    padding-left: 2px;
    right: 0;}
@media (max-width:767px){
.gb_media i.fa-chevron-left, .gb_media i.fa-chevron-right{
    top: 30%;}
.gb_media i.fa-chevron-left{
    left: 0px;}
.gb_media i.fa-chevron-right{
    right: 0px;}}

/*05 recommend*/
.gb_comment_pL{
    padding-left: 40px;}
.gb_comment{
    position: relative;
    border: 3px #3bc5fc solid;
    padding: 30px 40px 30px 210px;
    border-radius: 100px;
    margin-top: 70px;
    margin-bottom: 70px;}
.gb_comment img{
    position: absolute;
    z-index: 2;
    top: -30px;
    left: -40px;
    width: 230px;
    height: 230px;
    border: 4px #3bc5fc solid;
    border-radius: 50%;}
.gb_comment h4{
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 90px;
    padding: 10px 30px 10px 100px;
    background: #595959;
    color: #FFF;
    font-size: 1.5em;
    border-radius: 80px;}
.gb_comment p{
    font-size: 1.2em;
    line-height: 180%;
    color: #595959;
    margin-bottom: 0;
    height: 121px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;}
.gb_comment a{
    position: absolute;
    bottom: -25px;
    right: 100px;
    display: inline-block;
    background: #ffb506;
    color: #FFF;
    padding: 10px 25px;
    font-size: 1.3em;
    border-radius: 100px;
    box-shadow: 3px 4px 0 rgba(0,0,0,0.3);}
.gb_comment a:hover {
    color: #FFF !important;
    background: #3bc5fc;
    padding: 10px 35px;
    box-shadow: 3px 4px 10px rgba(0,0,0,0.3);}
@media (max-width:767px){
.gb_comment{
    padding: 35px 26px;
    border-radius: 40px;
    margin-top: 90px;
    margin-bottom: 50px;}
.gb_comment img{
    top: -65px;
    width: 100px;
    height: 100px;}
.gb_comment h4{
    top: -35px;
    left: -20px;
    font-size: 1.3em;}
.gb_comment p{
    height: 185px;
    -webkit-line-clamp: 6;}
.gb_comment a{
    bottom: -20px;
    right: 50px;
    font-size: 1.2em;}}

/*06 brands*/
.gb_brands{
    position: relative;
    margin: 0;
    padding: 0 30px;}
.gb_brandsdiv {
    padding:5px 5px;}
.gb_brands div img{
    margin-bottom:5px;}
.gb_brands i.fa-chevron-left, .gb_brands i.fa-chevron-right{
    top: 45%;}
.gb_brands i.fa-chevron-left{
    padding-right: 2px;
    left: 10px;}
.gb_brands i.fa-chevron-right{
    padding-left: 2px;
    right: 10px;}
    
/* .brand-slider {
    display: flex;
    flex-wrap: wrap;
} */

.brand-slider > div {
    box-sizing: border-box; /* 確保邊框和內邊距不影響總寬度 */
    padding: 5px; /* 調整間距 */
}
@media (max-width:767px){
.gb_brands{
    padding: 0 25px;
    margin-top: -10px;}
.gb_brands i.fa-chevron-left{
    left: 7px;}
.gb_brands i.fa-chevron-right{
    right: 7px;}}

.gb_threeBtn{
    margin-top: 50px;}
@media (max-width:991px){
.gb_threeBtn .gb_button a {
    font-size: 1.5em;}}
@media (max-width:767px){
.gb_threeBtn .gb_button a {
    padding: 10px 25px;
    font-size: 1.2em;}}

/*07 process*/
.gb_process h4{
    font-size: 3em;
    font-weight: 800;
    color: #3bc5fc;}
.gb_process p{
    color: #555;}

/*09 faq*/
.gb_faq .panel-default>.panel-heading {
    text-align: left;
    padding: 4px 15px;
    background-color: transparent;
    border-radius: 0;
    border-color: #111;}
.gb_faq .panel-title {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    font-size: 1.3em;
    font-weight: 600;
    color: #555;
    position: relative;}
.gb_faq .panel-title span{
    position: absolute;
    top: 13px;
    left: 0;
    display: inline-block;
    width: 29px;
    height: 29px;
    line-height: 25px;
    text-align: center;
    background: #3bc5fc;
    color: #FFF;
    border-radius: 50%;}
.gb_faq .panel-group .panel {
    border-radius: 0;
    margin-top: 0;
    border-bottom: 1px rgba(59,197,252,0.5) solid;}
.gb_faq .panel-body {
    font-size: 1.05em;
    padding: 0 45px 25px 57px;
    background: #fff;}
.gb_faq .page_content p{
    font-size: 1.1em;
    line-height: 170%;
    margin-bottom: 0;}
@media (min-width:768px){
.gb_faq .gb_button a{
  font-size: 1.7em;
  margin-top: 10px;
  margin-bottom: 50px;}}
@media (max-width:767px){
.gb_faq{
  margin-top: -10px;}
.gb_faq .panel-default>.panel-heading {
    text-align: left;
    padding: 4px 5px;}
.gb_faq .panel-body {
    padding: 0 25px 25px 47px;}
.gb_faq .panel-title {
    font-size: 1.25em;}
.gb_faq .gb_button a{
  margin-top: 10px;
  margin-bottom: 50px;}}

/*-----------------------2510 groupBuying Detail-----------------------*/

/*D01 banner*/
.gb_list.slider_style.banner_style{
    box-shadow: none;}
/*.gb_list.slider_style.banner_style .pic, .gb_list.slider_style.banner_style .pic img{
    border-radius: 0;}*/
.gb_list.slider_style.banner_style .pic h4{
    top: 15px;
    left: 25px;
    font-size: 1.2em;}
.gb_list.slider_style.banner_style .pic span{
    top: inherit;
    bottom: 25px;
    right: 25px;
    padding: 5px 20px;
    font-size: 1.2em;
    background: #3bc5fc;
    border-radius: 50px;}
.gb_list.slider_style.banner_style .pic span a i{
    padding-left: 15px;
    color: #FFF;}
@media (max-width:767px){
.gb_list.slider_style.banner_style .pic h4{
    top: 5px;
    left: 15px;
    font-size: 1.1em;}
.gb_list.slider_style.banner_style .pic span{
    bottom: -15px;
    right: 7px;
    font-size: 1.1em;}}

/*D02 table*/
.gb_table {
    border: 2px solid #3bc5fc;
    border-radius: 15px; 
    margin-bottom: 50px;
    font-size: 1.4em;}
.gb_table table {
    border-radius: 10px;
    overflow: hidden; /* 圓角生效 */
    margin-bottom: 0;}
.gb_table th, .gb_table td{
    text-align: center;
    font-weight: 500;}
.gb_table th {
    padding: 12px 5px !important;
    background-color: #3bc5fc;
    color: #fff;
    border: 0 !important;}
.gb_table td {
    padding: 15px 5px 25px !important;
    color: #3bc5fc;
    border-right: 2px solid #3bc5fc;}
.gb_table td span{
    font-weight: 800;}
.gb_table td:last-child {
    border-right: none;}
@media (max-width: 767px) {
.gb_table {
    margin-bottom: 30px;}
.gb_table th, .gb_table td{
    font-size: 0.9em;}}

/*D02 bonus*/
.gb_title.bonus_style{
  position: relative;
  text-align: center;}
.gb_title.bonus_style h2{
  display: inline-block;
  color: #FFF;
  background: #3bc5fc;
  padding: 20px 50px 15px;
  border-radius: 100px;
  transform: rotate(-2deg);}
.bonus_style .outline_style {
  position: relative;
  font-size: 1.5em;
  color: #3bc5fc;}
.bonus_style span.smaller{
  font-weight: 800;
  font-size: 0.7em;}
.bonus_style .outline_style::before {
  -webkit-text-stroke: 12px #fdff70;}
.gb_title.bonus_style h3{
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  text-align: center;}
.gb_title.bonus_style h3 span{
  display: inline-block;
  padding: 0 30px;
  border-radius: 100px;
  background:#FFF;
  font-weight: 600;
  border: 2px solid #3bc5fc;
  transform: rotate(3deg);}
@media (max-width:767px){
.gb_title.bonus_style h2{
  display: block;
  padding: 20px 15px 15px;}
.bonus_style .outline_style::before {
  -webkit-text-stroke: 7px #fdff70;}
.gb_title.bonus_style h3{
  top: -25px;}}

/*D02 countdown*/
.gb_countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px 0;}
.count_item {
  width: 150px;
  height: 150px;
  border: 3px dashed #3bc5fc;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;}
.count_number {
  font-size: 4.9em;
  font-weight: 800;
  line-height: 1;
  color: #545454;}
.count_label {
  font-size: 1.5em;
  color: #545454;
  margin-top: 5px;}
@media (max-width: 767px) {
.gb_countdown {
    gap: 15px;}
.count_item {
    width: 75px;
    height: 75px;}
.count_number {
    padding-top: 6px;
    font-size: 2.3em;
    line-height: 0.6;}
.count_label {
    font-size: 1.1em;}}

/*D02 progress*/
.gb_progress{
    margin: 30px 0;
    padding: 70px 40px 20px;
    border: 2px solid #3bc5fc;
    border-radius: 20px;}
.gb_progress p{
    font-size: 1.3em;}
.gb_progress .progress {
    position: relative;
    height: 45px; 
    overflow: inherit;
    border-radius: 50px; 
    background: #d8f4ff url(../images/gb_icon_progress.png) center right 7px no-repeat; 
    background-size: auto 80%;}
.gb_progress .progress span {
    position: absolute;
    top: -40px;
    right: 5px;
    color: #bde6f5;
    z-index: 9;
    font-size: 2.2rem;}
.gb_progress .progress-bar{    
    position: relative; 
    border-radius: 50px; 
    background: #3bc5fc  center right 7px no-repeat; 
    background-size: auto 80%;
    transition: width 2s ease-in-out;}
.gb_progress .progress-bar span{  
    display: inline;
    min-width: 35px;
    z-index: 10;
    color: #3bc5fc;
    top: -35px;}
.gb_progress .progress-bar span.zero_style{
    right: -35px;}
@media (max-width: 767px) {
.gb_progress{
    margin: 10px 0 20px;
    padding: 60px 30px 10px;}
.gb_progress .progress span {
    font-size: 2rem;}
.gb_progress p{
    font-size: 1.2em;}}

/*D03 form*/
.gb_form{
    margin-bottom: 30px;}
.gb_form .form_box {
    border: 1px solid #3bc5fc;
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 15px;}
.gb_form .form_box:hover {
    border: 1px solid #ffb506;}
@media (min-width:768px){
.gb_form label, .gb_form .form-control{
    padding-top: 3px !important;}}
.gb_form label {
    font-weight: 600;
    color: #3bc5fc;
    text-align: center !important;
    font-size: 1.3em;}
.gb_form .form-group {
    margin-bottom: 0;}
.gb_form .form-control{
    font-size: 1.3em;
    border: 0;
    box-shadow: none;}
.gb_form button {
    background: #3bc5fc;
    color: #fff;
    border-radius: 30px;
    padding: 12px 25px;
    font-size: 1.3em;
    border: none;}
.gb_form button i{
    padding-left: 10px;}
.gb_form button:hover, .gb_form button:focus {
    background: #ffb506;
    color: #fff;
    transition: all 0.5s ease 0s;}
.gb_form button:hover i{
    padding-left: 20px;
    transition: all 0.5s ease 0s;}
@media (max-width:767px){
.gb_form .form_box {
    padding: 10px 20px;}
.gb_form label, .gb_form .form-control, .gb_form button{
    font-size: 1.15em;}
.gb_form label{
    padding-left: 27px;
    margin-bottom: 0;}}

.outline_style {
    position: relative;
    font-size: 1.5em;
    font-family: "Shippori Antique B1";
    color: #fdff70;
    display: inline-block;
    z-index: 0;}
.outline_style::before {
    content: attr(data-stroke);
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    -webkit-text-stroke: 12px #3bc5fc;
    pointer-events: none;
    z-index: -1;}
@media (max-width:767px){
.outline_style::before {
    -webkit-text-stroke: 7px #3bc5fc;}}





