@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css?family=Squada+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=El+Messiri&display=swap');
@import url('https://fonts.googleapis.com/css?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);

.pc2 { display:inline-block!important;}
.mobile2 { display:none!important;}




.photo_r{
border-radius: 0px;
    overflow: hidden;
}




.post-project2 { position: relative;}

.post-project2 > a {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
    -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
    -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
    transition: background-color 0.5s ease, transform 0.5s ease;
}
.post-project2:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
    will-change: opacity, transform;
}

.post-project2 img {
    opacity: 1;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
}

.line::after {
content: '';
    width: 95%;
    height: 95%;
    z-index: 9;
    position: absolute;
    border: 1px #b37cbf solid;
	
}
.day {
font-size: 12px;
    color: #ffffff;
    background: #484c7d;
    display: inline-block;
    padding: 2px 15px;
    /* font-family: cursive; */
}
.index_about {
text-align: left;
    max-width: 800px;
    margin: 20px auto 0px;
    padding: 20px;
    border: 1px rgb(209 199 184) solid;
    font-weight: 100;
    background: rgb(255 255 255 / 34%);
    color: #000!important;
    font-weight: 400;
    border-radius: 15px;
    font-size: 20px;
    line-height: 2;
  
}
.index_about_title {
margin-top: 35px;
    font-weight: 600;
    color: #000 !important;
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
/*
.index_about_title::after {
    content: '關 於「六 采」';
    position: absolute;
    -webkit-text-stroke: 5px #fff;
    z-index:-1;
    color: #fff;
    left: 0;
}
*/


/*
.index_about:first-letter {
	float: left;
	display: block;
	padding: 22px 30px;
	margin-right: 20px;
	margin-top: 8px;
	line-height: 40px;
	font-size: 40px;
	border-radius: 4px;
	background-color:#000;
	color: #fff;
	font-weight: 100;
	text-align: center;
	vertical-align: top;
}
*/


.index_about_title span {
        color: #012060;
}

.sstitle {
    display: block;
    font-size: 18px;
    color: #375874;
   
}

.more {
    background: #ffffff;
    color: #012060;
    text-align: center;
    width: 80px;
    padding: 23px 0px;
   
    opacity: 1;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
    border: 1px #6d2c7c solid;
}
.more:hover {
	 -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    opacity: 1;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
    will-change: opacity, transform;
	background: #fff;
}

.mouse {
    max-width: 30px;
    width: 100%;
    animation: move .9s ease-in-out infinite alternate;
    z-index: 999;
    bottom: 20px;
    left: 50%;
    position: absolute;
    margin-left: -15px;
	-webkit-filter:brightness(.5);
}

@-moz-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}

@-webkit-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}

@-o-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}

@keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}


.rd-navbar-nav span { 
    font-size: 12px;
    display: block;
    color: #ffa137;
}
.rd-navbar-submenu-toggle { display: inline-block!important;}
time {
	    font-size: 12px;
    color: #6d2c7c;
}
.adlogo {
	    display: inline-block;
    max-width: 300px;
    padding: 10px;
    margin: 10px;
}

.ad_box {
	
}
.ad_li {
	
}
.title {
	border: 1px #753086 solid;
    display: inline-block;
    padding: 5px 25px;
    color: #753086;
}
.ad {
	padding: 20px 0px;
}
.banner_title {
    font-weight: 800;
    font-size: 45px;
    margin-top: 18vw;
    color: #fff;
    text-shadow: 2px 1px 7px #4d4d4d;
}
.banner_product {
    position: absolute;
    width: 100%;
    max-width: 24vw;
    top: 10vw;
    left: 50%;
    margin-left: 11vw;
    
    -webkit-filter: drop-shadow(8px 8px 9px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(8px 8px 9px rgba(0, 0, 0, 0.7));
}
.banner_product2 {
    position: absolute;
    width: 100%;
    max-width: 24vw;
    top: 10vw;
    right: 50%;
    margin-right: 11vw;
    
     -webkit-filter: drop-shadow(8px 8px 9px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(8px 8px 9px rgba(0, 0, 0, 0.7));
}
.banner_product3 {
    position: absolute;
    width: 100%;
    max-width: 24vw;
    top: 10vw;
    left: 50%;
    margin-left: 11vw;
    
    -webkit-filter: drop-shadow(8px 8px 9px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(8px 8px 9px rgba(0, 0, 0, 0.7));
}
.search_li {
    border: 0!important;
    width: auto!important;
    margin-top: 19px!important;
}
.bf {    font-weight: 500;}


.pricing-label2 {
    /* display: none; */
    position: absolute;
    top: -36px;
    right: 26px;
    z-index: 1;
    width: 86px;
    height: 86px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
}
.pricing-label2 svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    fill: #e52121;
}
.pricing-label2 span {
font-size: 29px;
    position: absolute;
    top: 31px;
    left: 11px;
    text-align: center;
}

.lititle {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px #9b9b9b dashed;
}
.menu_icon {
        width: 100%;
    max-width: 120px;
    margin-bottom: 20px;
    margin: auto;
}

.about .rd-navbar-wrap {position: relative!important;}
.inpage_pic {order: 1;}
.inpage_text {order: 2;}

.about_bg {    background-color: #454c7e;}
.wtext {color: #fff;    line-height: 1.5;}
.banner_stitle {color: #fff;display: block; font-weight: 500;font-size: 32px;text-shadow: 2px 1px 7px #4d4d4d;}
.index_bg {
    background-image: url(../images/index_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.index_bg h3 {font-weight: 500;}
.about_text {
        line-height: 1.6;
    font-size: 18px;
}
.about_text ul { 
padding: revert;
    margin: revert;
    list-style: auto;
}
.about_text ul li{ 
    list-style: disc;
    display: revert;
}
.about_text ul li ul{ 

}
.about_text ul li ul li{ 
list-style: circle;
}
.map {
    
}
.contact_box {
    padding: 60px 35px 15px;
    color: #fff;
    font-size: 18px;
}
.contact_box h3 {color: #fff; font-weight: 500;}
.contact_body {
        background: #3c5d96;
    padding: 0;
    margin: 0;
}
.entitle {
    display: block;
    color: #ffa137;
    font-size: 18px;
}
.contact-info a {color: #fff;}
.contact-info a:hover {color:#ffa137; }
.contact_title {
        font-size: 24px;
    font-weight: 500;
    border-bottom: 1px rgb(255 255 255 / 28%) solid;
}

.link:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.8;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
    will-change: opacity, transform;
    -webkit-filter: brightness(1.08);
    cursor: pointer;
}
.link2:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity:1;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
    will-change: opacity, transform;
    cursor: pointer;
    z-index: 3;
        box-shadow: 0 2px 12px rgb(0 0 0 / 71%);
}
.item {text-align: center;}
.timeline-title {color: #fff; font-weight: 600;}
.service_h {height: 200px;}
.pc_title {
    color: #5c5b5b;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    top: 5px;
    left: 10px;
    /* font-family: DFKai-sb; */
    /* font-family: 標楷體,'cwTeXKai'; */
    font-family: Microsoft JhengHei;
}
.service_li {
        border: 1px #fff solid;
    min-height: 140px;
    padding: 15px 5px;
    font-size: 27px;
    line-height: 1.5;
    background: rgb(186 186 186 / 31%);
        border-radius: 8px;
}

.service_li span{ 
font-size: 18px;
    display: block;
    margin-top: 5px;
}
.service_li ul {
       font-size: 20px;
    display: flow-root;
    text-align: left; 
}
.service_li ul li{
   
}
.service_li ul li a{ 
 text-decoration: underline;
}

.service_li2 {
        border: 1px #fff solid;
    min-height: 240px;
    padding: 15px 5px;
    font-size: 27px;
    line-height: 1.5;
    background: rgb(186 186 186 / 31%);
        border-radius: 8px;
}

.service_li2 span{ 
font-size: 18px;
    display: block;
    margin-top: 5px;
}
.service_li2 ul {
       font-size: 20px;
    display: flow-root;
    text-align: left; 
}
.service_li2 ul li{
   
}
.service_li2 ul li a{ 
 text-decoration: underline;
}
.brand-name img {
      max-width: 84px;
    position: relative;
    top: 5px;
}
.topstitle {
    position: absolute;
    font-size: 15px;
    bottom: -21px;
    text-align: center;
    width: 100%;
    font-family: sans-serif;
    letter-spacing: 4.6px;
    padding-top: 1px;
    margin-bottom: -1px;
    left: 2px;
        color: #9c9c9c;
}

.about_p1bg {
      background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.slogan {
    font-size: 25px;
    text-align: center;
    width: 100%;
    max-width: 700px;
    font-weight: 400;
    color: #1d5c97;
    /* font-family: 標楷體,'cwTeXKai'; */
    font-family: Microsoft JhengHei;
}
.pro_stitle {
    
}
.price {
        font-size: 22px;
    text-align: right;
    color: #f00;
    border-top: 1px #d6d6d6 solid;
}
.index_slider {
    
}
.index_slider li{
    
}
.index_slider li a{
    width: 100%;
    text-align: left;
    background: #00BBFF ;
    padding: 10px 20px;
    margin-bottom: 1px;
    font-size: 16px;
    font-weight: bold;
}
.index_slider li a:hover{ 
background: #000 !important;
    color: #fff !important;
}
.title_top {
        font-size: 26px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px #375874 solid;
    color: #3c5086;
}
.about_div {
        margin-bottom: 25px;
}
.ctbc_bg {
    
}
.about_text table {
    width: 100% !important;
}
.about_text tr {
    
}
.about_text td {
        border: 1px #375874 solid;
    padding: 5px 0px;
}
.about_text tr:first-child {
        background: #3c5086;
    color: #fff;
}
.contact_bg {
      background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.cbox {
width: 80px;
    height: 80px;
    display: block;
    background: #484c7d;
    position: absolute;
    left: -29px;
    top: -38px;
    /* transform: rotate(10deg); */
    display: none;
}
.proj_title {
        background: #375874;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    display: block;
}
.project_bg {
    
}
.project_type {
        font-size: 20px;
    background: #484c7d;
    color: #fff;
    padding: 5px;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.project_day {
    text-align: center;
    display: block;
    font-size: 13px;
}

.product_type_body {
        font-size: 18px;
    display: block;
    border: 1px #3c5086 solid;
    padding: 26px;
    color: #3c5086;
    font-weight: 500;
}

.product_type_box {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #e1e1e1 solid;
}
.product_type_title {
    font-size: 21px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000;
}
.product_type_box2 {
    
}



.prtype {
        display: block;
    font-size: 24px;
    color: #3c5d96;
}
.pro_photo {
    
}
.pro_ftext {
    
}
.pro_ftext table{
    width: 100%;
        font-size: 16px;
}
.pro_ftext tr{
        border: 1px #000 solid;
}
.pro_ftext td{
   padding: 6px 10px;
}


.pro_ftext tr td:first-child {
        background: #3c5086;
    color: #fff;
}
.pro_rbox {
    
}


.pro_brand {
        background: #484c7d;
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.5;
}
.pro_title {
        font-size: 35px;
    font-weight: 600;
    /* border-bottom: 1px #a2a2a2 solid; */
    margin-bottom: 10px;
    line-height: 1.5;
    padding-bottom: 5px;
}
.pro_type {
      margin: 20px 0px;
}
.pro_li {
    display: inline-block;
    border: 1px #3c5d96 solid;
    padding: 3px 15px;
    font-size: 14px;
    color: #3c5d96;
    font-weight: 500;
        margin: 2px;
}
.pro_download_box {
    margin-bottom: 30px;
}
.pro_download {
        background: #3c5d96;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 20px;
    margin-bottom: 5px;
}
.pro_download:hover {color: #fff;}
.picon {
    width: 30px;
    display: inline-block;
    margin: 0 10px;
}
.slider_box {
    position: fixed;
    top: 30%;
    right: 0px;
    z-index: 2;
    border: 1px #dedede solid;
}
.sicon {
      background: #fff;
    padding: 10px;
    display: flex;  
}
.icon1 {
        font-size: 45px;
}
.icon2 {
        font-size: 38px;
}
.prj_box {
    position: relative;
}
.prj_title {
    position: absolute;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    padding-top: 32%;
    color: #fff;
    z-index: 2;
}
.prj_pic {
    position: relative;
    z-index: 1;
}

.prj_pic::after { 
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 69%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

}
.pc_title span {
    font-size: 44px;
}
.mobile_title span {
    font-size: 21px;
}


.marquee ul{
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}
.marquee ul li{
    text-align: left;
    color: #fff;
      display: block;
height: 50px;
    line-height: 50px;
}

.marquee,
		.marquee-with-options,
		.marquee-vert-before,
		.marquee-vert {
width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #ee860a;
    color: #fff;
		}

.product_type_box2 .select {
    background: #ffbd00!important;
    color: #1e0f95!important;
}

.type_li {
    border: 1px #484c7d solid;
    padding: 1px 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    /* background: #8716a9; */
    background: #165874;
}
.type_li:hover {
    background: #ffbd00!important;
    color: #1e0f95!important; 
}
.product_type_box:nth-child(2) .type_li {
         /* background: #8716a9; */
    background: #165874;
}
.product_type_box:nth-child(3) .type_li{
           /* background: #c81919; */
    background: #165874;
}
.product_type_box:nth-child(4) .type_li {
 /* background: #c81919; */
    background: #165874;
}
.product_type_box:nth-child(5) .type_li{
background: #165874;
}

.product_type_box:nth-child(2)  .select {

}
.product_type_box:nth-child(3)  .select {

}
.product_type_box:nth-child(4)  .select {

}
.product_type_box:nth-child(5)  .select {

}
.pro_ftext p img {width: 100%!important;}
.type_li2 {
    border: 1px #484c7d solid;
    padding: 1px 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    background: #165874;
}
.type_li2:hover {
    background: #ffbd00!important;
    color: #1e0f95!important; 
}

.product-brand {
    background: #165874;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 200px;
}





@media only screen and (max-width: 1680px) {
.service_h {height: 400px;}
}

@media only screen and (max-width: 1440px) {
    

}
    
@media only screen and (max-width: 1366px) {
.banner_product {
    max-width: 29vw;
    top: 14vw;
    margin-left: 11vw;
}
    
    .banner_product2 {
    max-width: 30vw;
    top: 15vw;
}
    
    
    .banner_product3 {
    max-width: 29vw;
    top: 14vw;
    margin-left: 11vw;
}
    .service_h {height: 400px;}
    
}


@media only screen and (max-width: 1280px) {


 
    .topstitle {
    font-size: 16px;
    letter-spacing: 3px;
}
    .pc_title {top: -6px;}
.about_text {
        line-height: 1.4;
    font-size: 17px;
}
    .index_about_title {margin-bottom: 9px;}
    
    
}
@media only screen and (max-width: 1210px){

}


@media only screen and (max-width: 1200px){

	
	
}

@media only screen and (max-width: 1199px) {

    
}



@media only screen and (max-width: 1024px) {

	.index_about_title {
	margin-top: 30px;
}
	.mouse {
    max-width: 20px;
    width: 100%;
    animation: move .9s ease-in-out infinite alternate;
    z-index: 999;
    bottom: -1px;
    left: 50%;
    position: absolute;
    margin-left: -10px;
    -webkit-filter: brightness(.5);
}
    .pc_title {
    font-size: 16px;
    top: 3px;
    left: 3px;
    padding: 0px;
}
    .topstitle {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 300;
    bottom: -14px;
    text-align: left;
}

    .brand-name img {
    height: 46px!important;
    width: auto;
    top: 3px!important;
}
    .pc_title span {
    font-size: 25px;
}
	

}



@media only screen and (max-width: 990px){

}




@media only screen and (max-width: 768px) {
.index_about {margin: 20px;}
    .banner_product {
    max-width: 40%;
    top: 30vw;
    margin-left: -20%;
}
    .index_about {font-size: 16px;}
      .pc2 { display:none!important;}
    .mobile2 { display: inline-block!important;}
    
    .banner_product2 {
    max-width: 40vw;
    top: 37vw;
    margin-right: 1vw;
}

        .banner_product3 {
    max-width: 40vw;
    top: 37vw;
    margin-left: 0vw;

}
    
    .lititle {padding: 10px;}
    .banner_title {font-size: 28px;}
      .mobile_title {
    color: #000;
    margin-left: 10px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    top: -5px;
    }
    .contact_box {padding: 20px 30px; font-size: 16px;}
    .contact_body {margin-bottom: 0!important;}
    .service_h {height: 300px;}
    
    
    .service_li {
    min-height: auto;
    font-size: 22px;
}
     .service_li2 {
    min-height: auto;
    font-size: 22px;
}
    
    .banner_stitle {font-size: 16px;}
    .prj_title {font-size: 16px;}
    
	
}

@media only screen and (max-width: 767px) {
.inpage_pic {order: 2;}
.inpage_text {order: 1;}
      .col-xxs-6 {
          flex: 0 0 50%;
          max-width: 50%;
    }
    
     .pro_ftext table{font-size: 12px;}
	
    
	
	}


@media only screen and (max-width: 480px) {
.adlogo {
	    display: inline-block;
    max-width: 120px;
    padding: 10px;
    margin: 0px;
}
    
 
    .button-gray-light-outline { display: block;}
    .banner_title {display: block;}

       
.banner_product {
    max-width: 46%;
    top: 55vw;
    margin-left: -23%;
}
    .banner_product2 {
    max-width: 60vw;
    top: 45vw;
    margin-right: -7vw;
}
    
    .banner_product3 {
    max-width: 60vw;
    top: 45vw;
    margin-left: -7vw;
}
    
    
.banner_title {
    font-size: 28px;
    margin-top: 14vh;
    text-align: center;
}
    .banner_stitle {text-align: center;}
     .mobile_title {margin-top: -2px; font-size: 17px; font-weight: 800; letter-spacing: 0.11em;}
    iframe {height: 250px !important;}
  .contact_box {padding: 20px 30px; font-size: 14px;}
    .contact_title {
        font-size: 20px;
}
    .service_li2 ul {
    font-size: 18px;
}
    .service_li2 ul li{margin-bottom: 8px; } 
    .cbox {
    width: 40px;
    height: 40px;
    left: -14px;
    top: -23px;

}
    .about_text table {font-size: 12px;}
    .about_text {font-size: 14px; line-height: 1.5;}
    .project_type {font-size: 15px;}
    .pro_title {font-size: 30px;}
    .pro_download {
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
   
    
    
    .about_tbox {display: grid;}
	
	}




@media only screen and (max-width: 428px) {
    
    
        
    .banner_product {
    max-width: 70%;
    top: 55vw;
    margin-left: -35%;
}
    .banner_product2 {
    max-width: 60vw;
    top: 63vw;
    margin-right: -7vw;
}
    
    .banner_product3 {
    max-width: 60vw;
    top: 61vw;
    margin-left: -7vw;
}
    
    .banner_title {margin-top: 34vh;}
    
}


@media only screen and (max-width: 414px) {
    
    .banner_product {
    max-width: 54%;
    top: 55vw;
    margin-left: -27%;
}
    
    .pricing-label2 {right: -33px;}
    .banner_product2 { max-width: 49vw;}
    .banner_product3 { max-width: 49vw;}
    
    
}

@media only screen and (max-width: 390px) {
    
}

@media only screen and (max-width: 375px) {
    
}

@media only screen and (max-width: 360px) {
    
    .banner_product {top: 67vw;}
    
    
}