body > br {
    display: none;
}




#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
    
}

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}



/*button*/

.btnbox{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin-top:2rem;
    padding-right: 1vw;
}

.allbtn{
    color: #69e2ff;
    font-size:16px;
    line-height:1.2;
    margin:0;
    font-weight:400;
    transition:.8s transform;
    cursor:pointer;
    background-color: #fff;
    padding:10px 50px 10px 18px;
    border-radius:999px;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.allbtn:hover{
    text-decoration:none;
    color: #69e2ff;
    transform:scale(1.08);
}

.allbtn:hover .allbtn_text:after{
    animation: .5s btnanimation;

}

.allbtn_text{
    position:relative;
}

.allbtn_text:after{
    background-image:url("https://cdn1.npcdn.net/images/E_Button_v9isa2_1780017039.png?md5id=0e495e80390ae6477a619c5067c8b16f&new_width=1600&new_height=1600&type=4");
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    content:"";
    width:24px;
    height:24px;
    border-radius:999px;
    background-color:#fff;
    top:0;
    bottom:0;
    margin:auto 0;
    right:-2.2rem;
    position:absolute;
}



/*font setting*/

.allsmall{
    color: #69e2ff;
    width:max-content;
    border:1px solid #69e2ff;
    border-radius:999px;
    padding:5px 24px;
    font-size: 16px;
    font-weight:500;
}

.allsmallspan{
    position: relative;
}

.allsmallspan::before {
    content: "";
    position: absolute;
    left: -.5vw;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    aspect-ratio: 1 / 1;
    background-color: #69e2ff;
    border-radius: 1000px;
    display: block;
}


.alltitle {
    color: #0a0a0a;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
}

.titlespan {
    font-weight: 500;
    
    color: #69e2ff;
    font-style: italic;
}


.allcontent {
    color: #0a0a0a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.contentspan{
    color: #69e2ff;
    font-weight: 600;
}


/*.allsubtitle {*/
/*    color: #;*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*    margin: 0;*/
/*}*/


@media screen and (max-width: 1199.5px){
    .allsubtitle{
        font-size: 16px;
    }
}


@media screen and (max-width: 991.5px) {
    .alltitle{
        font-size: 32px;
    }
    
    span.titlebold{
        font-size: 40px;
    }
}


@media screen and (max-width: 575.5px) {
    .alltitle{
        font-size: 20px;
    }
    
    span.titlebold{
        font-size: 24px;
    }
    
    .allsubtitle {
        font-size: 18px;
    }
    
    .allcontent{
        font-size: 14px;
    }
    
    
}




/*top space*/
.top_space {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 130px;
    padding: 0 8% 30px;
    background-color: #fff;
}

.top_space_logo img {
    max-width: 7vw;
    position: relative;
    top: 15px;
}

.top_space_icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
   
}

.topicon{
    border-radius: 8px;
}

.top_space_point {
    display: flex;
    /*align-items: center;*/
    gap: 15px;
}

.top_space_point:hover .top_space_icon {
    animation: 1s swing;
}

.top_space_contact {
    display: flex;
    /*align-items: center;*/
    gap: 2.5vw;
}

.top_space_title {
    color: #69e2ff;
    font-size: .95vw;
    margin-bottom: 3px;
    font-family: "Sansation", sans-serif;
    font-weight: 900;
}

.top_space_keyword {
  font-size: .8vw;
  margin-bottom: 0;
  color: #0a0a0a;
  font-weight: 500;
}

.top_space_keyword a, .top_space_keyword a:hover {
    color: #0a0a0a;
    text-decoration: none;
}


/*navigation bar*/

.navbar_type8 {
    background-color: #69e2ff;
    top: 100px;
    /*width: 65%;*/
    /*margin-left: 35%;*/
    border-radius: 100px 0 0 100px;
    height: 60px;
    padding-right: 3.5%;
    transition: all 0.5s ease-in-out;
    
    
    width: 78%;
    margin-left: 22%;
}

.navbar_type8 .logo {
    display: none;
}

.navbar_type8 .nav_tab {
    flex: 0 1 100%;
    padding: 0;
    justify-content: space-evenly;
}

.navbar_type8 .nav_tab .nav_item a {
    /*font-size: 1vw;*/
    font-weight: 500;
    
    font-size: .9vw;
}

.dark_nav {
    background-color: #69e2ff !important;
    top: 0;
    width: 100% !important;
    margin-left: 0% !important;
    border-radius: 0 0 20% 20%;
    /*padding: 0 15% !important;*/
    animation: 1s fadeInDown;
   
    
    padding: 0 10% !important;
    
    
}

.navbar_type8 .nav_tab .nav_item {
    display: block;
    transition: all 0.3s ease-in-out;
}

/*.navbar_type8 .nav_tab .nav_item:hover {*/
/*    transform: translateY(-5px);*/
/*}*/


.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 110%;
    width: 100%;
    border-bottom: 3px solid #fff;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

@media (min-width: 991.5px) {
    #main_index #top_spacing {
        height: 0 !important;
    }
}

/*mobile navigation bar*/
.navbar_mobile {
    background-color: #fff;
}

.side_menu {
    background-color: #1e1e1e;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

.navbar_mobile .btn-outline-light {
    border-color: #69e2ff;
    color: #69e2ff;
}

.navbar_mobile .btn-outline-light:hover {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

/*footer*/




.footer_type9 {
    color: #0a0a0a;
    padding-top: 4rem;
    /*background-image: url('https://cdn1.npcdn.net/images/J_Background_9gjnt3_1780017040.jpg?md5id=0e495e80390ae6477a619c5067c8b16f&new_width=1600&new_height=1600&type=4');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: 50% 50%;*/
    
    
    background: linear-gradient(to bottom, #e8fbff 0%, #d0f6ff 100%) ;
    font-size: 14.5px;
    line-height: 1.6;
    
}

.footer_type9 .text {
    color: #0a0a0a !important;
    font-size: 14.5px;
}

.footer_type9 .bg_dark {
    background-color: #69e2ff;
}

.footer_type9 a:hover,
.footer_type9 a.text:hover {
    color: #fff !important;
}

.footer_type9 a {
    color: #0a0a0a;
}

.footer_type9 .nav_item li a::after {
    color: #0a0a0a;
    content: '|';
}

.footer_type9 .line {
    border-right: 1.5px solid #0a0a0a;
}

.footer_type9 .nav_item li a {
    text-transform: unset;
}

.footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
    padding-right: 10vw !important;
}

.footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
    padding-left: 4vw !important;
}

.footer_type9 .sub_title p {
   
    color: #0a0a0a;
}

.footer_type9 .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
    background-color: #0a0a0a;
    margin-right: 5px;
}

@media (max-width: 1200.5px) {
    /*top space*/
    .top_space {
        padding: 0 15px 30px;
    }
    .top_space_icon {
        width: 35px;
        height: 35px;
    }
    .top_space_title {
        font-size: 13px;
    }
    .top_space_keyword {
        font-size: 14px;
    }
    
    /*navigation bar*/
    .navbar_type8 {
        width: 70%;
        margin-left: 30%;
        padding-right: 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.3vw;
    }
    
    /*footer*/
    .footer_type9 {
        padding-top: 3rem;
        font-size: 14px;
    }
    .footer_type9 .text {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    
    
}

@media screen and (max-width: 767.5px){
    .footer_type9 .line {
        border-right: none;
        border-bottom: 1.5px solid #0a0a0a;
    }
}

@media (max-width: 1200.5px) {
    /*top space*/
    .top_space {
        padding: 0 35px 30px;
    }
    .top_space_icon {
        width: 35px;
        height: 35px;
    }
    .top_space_title {
        font-size: 1.4vw;
    }
    .top_space_keyword {
        font-size: 1.1vw;
    }
    
    /*navigation bar*/
    .navbar_type8 {
        /*width: 70%;*/
        /*margin-left: 30%;*/
        padding-right: 15px;
        
        width: 85%;
        margin-left: 15%;
        
    }
    .navbar_type8 .nav_tab .nav_item a {
        /*font-size: 1.3vw;*/
        font-size: 1vw;
    }
    
    /*footer*/
    .footer_type9 {
        padding-top: 3rem;
        font-size: 14px;
    }
    .footer_type9 .text {
        font-size: 14px;
    }
  


}

@media (max-width: 991.5px) {
    /*footer*/
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
        padding-right: 15px !important;
    }
    
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type9 .nav_item {
        flex-direction: column;
    }
    .footer_type9 .nav_item li a::after {
        display: none;
    }

}

/*homepage banner*/

/*hp_banner*/

.hp_banner {
    position: relative;
    left: 7%;
    top: 50%;
    transform: translate(0,-50%);
    width: calc(100% - 7%);
    /* overflow: hidden; */
}

.hp_banner .bannerbigbox{
    align-items:center;
    position:relative;
}

.hp_banner .bannerleftbox{
    position:relative;
    z-index:2;
}

.hp_banner .bannersmall{
    width:max-content;
    border:1px solid #0a0a0a;
    border-radius:999px;
    padding:10px 24px;
    font-size: 1vw;
    line-height:1.2;
    font-weight:500;
    color:#0a0a0a;
    margin-bottom:1.5rem;
    
}

.bannersmallspan{
    position: relative;
}

.bannersmallspan::before {
    content: "";
    position: absolute;
    left: -.5vw;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    aspect-ratio: 1 / 1;
    background-color: #0a0a0a;
    border-radius: 1000px;
    display: block;
}


.hp_banner .bannertitle {
    font-size: 3vw;
    font-weight: 600;
    line-height: 0.8;
    font-style: italic;
    color: #000;
    
    margin-bottom: 0.5rem;
}

.hp_banner .bannersubtitle{
    font-size: 1vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
    margin-bottom:1rem;
}

.hp_banner .bannercontent {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
    width: 80%;
    margin-bottom: 0;
}

.banenrbtnbigbox {
    display: flex;
    flex-wrap: wrap;
}

.hp_banner .bannerbtnbox{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin-top:2rem;
    padding-right: 1vw;
}

.hp_banner .bannerbtn{
    color:#fff;
    font-size:16px;
    line-height:1.2;
    margin:0;
    font-weight:400;
    transition:.8s transform;
    cursor:pointer;
    background-color:#6edcff;
    padding:10px 50px 10px 18px;
    border-radius:999px;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.hp_banner .bannerbtn:hover{
    text-decoration:none;
    color:#fff;
    transform:scale(1.08);
}

.hp_banner .bannerbtn:hover .bannerbtn_text:after{
    animation: .5s btnanimation;

}

.hp_banner .bannerbtn_text{
    position:relative;
}

.hp_banner .bannerbtn_text:after{
    background-image:url("https://cdn1.npcdn.net/images/A_Button2_uaw9xk_1780017037.png?md5id=0e495e80390ae6477a619c5067c8b16f&new_width=1600&new_height=1600&type=4");
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    content:"";
    width:24px;
    height:24px;
    border-radius:999px;
    background-color:#fff;
    top:0;
    bottom:0;
    margin:auto 0;
    right:-2.2rem;
    position:absolute;
}

.hp_banner .bannerbtnbox2{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin-top:2rem;
    
}

.hp_banner .bannerbtn2{
    color:#0a0a0a;
    font-size:16px;
    line-height:1.2;
    margin:0;
    font-weight:400;
    transition:.8s transform;
    cursor:pointer;
    
    padding:14px 50px 14px 18px;
    border-radius:999px;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.hp_banner .bannerbtn2:hover{
    text-decoration:none;
    color: #0a0a0a;
    transform:scale(1.08);
}

.hp_banner .bannerbtn2:hover .bannerbtn_text2:after{
    animation: .5s btnanimation;

}


.hp_banner .bannerbtn_text2{
    position:relative;
}

.hp_banner .bannerbtn_text2:after{
    background-image:url("https://cdn1.npcdn.net/images/A_Button1_sk3q6c_1780017037.png?md5id=0e495e80390ae6477a619c5067c8b16f&new_width=1600&new_height=1600&type=4");
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    content:"";
    width:24px;
    height:24px;
    border-radius:999px;
    background-color:#fff;
    top:0;
    bottom:0;
    margin:auto 0;
    right:-2.2rem;
    position:absolute;
}

.hp_banner .bannerrightbox{
    position:relative;
}

.hp_banner .bannerimgbox {
    position: absolute;
    width: 43vw;
    right: 6vw;
    bottom: -9vw;
}

@keyframes btnanimation{

    0% {
        transform: rotate(0deg);
    }
    
    100%{
        transform :rotate(360deg);
    }
}


.bannersmallpic {
    width: 10vw;
    height: 100%;
    margin-bottom: 1vw;
}



/*hp_banner responsive*/

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

    .hp_banner .bannetitle{
        font-size:4vw;
    }

    .hp_banner .bannersubtitle{
        font-size:1.8vw;
    }

    .hp_banner .bannercontent{
        font-size:1.2vw;
        width: 80%;
    }
    
    .hp_banner .bannerimgbox {
        position: absolute;
        width: 42vw;
        right: 5vw;
        bottom: -3vw;
    }
    
    .hp_banner .bannerbtnbox{
        flex: 0 0 100%;
    }
    
    .hp_banner .bannerbtnbox2{
        flex: 0 0 100%;
        margin-top: .5rem;
    }

}

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

    

    .hp_banner .bannercontent {
        font-size: 1.2vw;
        width: 45%;
    }
    
    .hp_banner .bannerbtnbox {
      
        margin-top: 1rem;
        
    }
    
    .hp_banner .bannersubtitle {
        font-size: 1vw;
    }
    
    .hp_banner .bannerimgbox {
        position: absolute;
        width: 42vw;
        right: 5vw;
        bottom: -1vw;
    }

}

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

     .index_wrapper_2 .item>img{
        min-height:130vw!important;
        object-fit:cover;
    }
    .hp_banner{
        left:0%;
        width:calc(100% - 0%);
        /*transform: translate(0,-90%);*/
         padding: 15px;
         top: 40%;
    }
    
    
    
    .hp_banner .bannerimgbox {
        position: absolute;
        width: 59vw;
        right: 0vw;
        bottom: -33vw;
    }


    .hp_banner .bannersmall{
        font-size: 2vw;
    }
    
    .hp_banner .bannertitle {
        font-size: 4vw;
        margin-bottom: 0.3rem;
        
    }
    
    .hp_banner .bannersubtitle {
        font-size: 2vw;
    }
    
    .hp_banner .bannercontent {
        font-size: 3vw;
        width: 100%;
    }
    
    .bannersmallpic {
        width: 20vw;
        height: 100%;
        margin-bottom: 3vw;
    }
    
}

@media screen and (max-width: 575.5px){
    .hp_banner .bannerimgbox {
        position: absolute;
        width: 59vw;
        right: 0vw;
        bottom: -35vw;
        opacity: 1;
    }
    
    .hp_banner .bannersmall {
        font-size: 3vw;
    }
    
    .hp_banner .bannertitle {
        font-size: 6vw;
        margin-bottom: 0.3rem;
    }
    
    .hp_banner .bannersubtitle {
        font-size: 2vw;
    }
}


/* text slider*/

.hp_mas{
    overflow: hidden;
    background: #69e2ff;
    
}
.hp_mas .col-md-12{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    width: max-content;
    animation-name: hpMasMove;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
}

.hp_mas_box{
    height: 5rem;
}

.hp_mas_box,
.hp_mas_clone{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    flex: 0 0 auto;
}
.hp_mas_box p,
.hp_mas_clone p{
    position: relative;
    padding-left: 3.3rem;
    font-weight: 600;
    font-size: 35px;
    color: #fff;
    margin-bottom:0;
}

.hp_mas_box p:before,
.hp_mas_clone p:before{
    position: absolute;
    content:"";
    
    bottom:50%;
    left:1.5rem;
    transform: translateY(50%);
    width: .3rem;
    height: .3rem;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    border-radius: 1000px;
    display: block;
}


/*.bannersmallspan::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: -.5vw;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    aspect-ratio: 1 / 1;*/
/*    background-color: #0a0a0a;*/
/*    border-radius: 1000px;*/
/*    display: block;*/
/*}*/

.hp_mas_box > *,
.hp_mas_clone > *{
    flex: 0 0 auto;
    white-space: nowrap;
    box-sizing: border-box;
}
.hp_mas_box img,
.hp_mas_clone img{
    display: block;
    height: auto;
    max-width: none;
    
}

@keyframes hpMasMove{
    from{
        transform: translate(0, 0);
    }
    to{
        transform: translate(var(--hp-mas-move), 0);
    }
}

@media screen and (max-width: 767.5px){
    .hp_mas_box p, .hp_mas_clone p{
        font-size:20px;
    }
    
}



/* about us*/

/*hp_about*/

.hp_about{
    padding:90px 7%;
    overflow:hidden;
}

/*.hp_about .aboutbigbox{*/
/*    align-items:center;*/
/*}*/

.hp_about .aboutleftbox{
    padding-right:4%;
}

.hp_about .aboutimgbox {
    position: relative;
    overflow: hidden;
    
}

.aboutimgbigbox {
    position: relative;
}

.aboutimgbox2 {
    position: absolute;
    top: 5%;
    right: -7%;
    width: 8rem;
    animation: spin 6s linear infinite;
}

.allcontent.about{
    line-height: 1.9;
}


.aboutimgbox2 > img{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 999px;
}

.hp_about .aboutimgbox img{
    width:100%;
}

.hp_about .aboutrightbox{
    padding-left:2%;
}

.hp_about .allsmall.about{
    margin-bottom:1rem;
}

.hp_about .alltitle.about{
    margin-bottom:0.8rem;
}

.hp_about .allsubtitle.about{
    margin-bottom:1.2rem;
}

.hp_about .allcontent.about{
    width:90%;
    margin: 0;
}

.hp_about .aboutfeaturebox{
    padding-top:1.5rem;
}

.hp_about .boxgap{
    margin-bottom:1.5rem;
}

.hp_about .aboutitembox{
    display:flex;
    align-items: center;
    gap:20px;
    
    height:100%;
    transition:0.3s all ease;
}

.hp_about .aboutitembox:hover{
    transform:translateY(-5px);
}

.hp_about .icon_box.about{
    width:4vw;
    flex-shrink:0;
}

.hp_about .icon_box.about > img{
    border-radius: 8px;
}

.hp_about .aboutitemcontent .allsubtitle{
    font-size:20px;
    line-height:1.4;
    margin-bottom:0.6rem;
}

.hp_about .aboutitemcontent .allcontent.about{
    width:100%;
    font-size:15px;
    line-height:1.7;
    margin: 0;
}



@keyframes spin{
    0%{
        transform: rotate(0deg);
    }
    
    100%{
        transform: rotate(360deg);
    }
}
/*hp_about responsive*/

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

    .hp_about .icon_box.about{
        width:5vw;
    }

    .hp_about .aboutitemcontent .allsubtitle{
        font-size:18px;
    }
    
    .alltitle.about br{
        
        display: none;
    }

}

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

    

    .hp_about .aboutleftbox{
        padding-right:0;
    }

    .hp_about .aboutrightbox{
        padding-left:0;
        padding-top:4rem;
    }

    .hp_about .allcontent.about{
        width:100%;
    }

    .hp_about .icon_box.about{
        width:6vw;
    }
    
    .aboutimgbox2 {
        position: absolute;
        top: 12%;
        right: -2%;
        width: 10rem;
        animation: spin 6s linear infinite;
    }
    

}

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

    .hp_about{
        padding:60px 0%;
    }

    .hp_about .aboutleftbox,
    .hp_about .aboutrightbox{
        padding-left:4%;
        padding-right:4%;
    }

    .hp_about .aboutimgbox{
        border-radius:20px;
    }

    .hp_about .aboutrightbox{
        padding-top:3rem;
    }

    .hp_about .aboutfeaturebox{
        padding-top:2rem;
    }

    .hp_about .boxgap{
        margin-bottom:1rem;
    }

    .hp_about .aboutitembox{
        padding:18px 16px;
        gap:16px;
    }

    .hp_about .icon_box.about{
        width:12vw;
    }

    

}


@media screen and (max-width: 575.5px){
    .aboutimgbox2{
        width: 8rem;
    }
}


/*whyus*/

/*hp_whyus*/

.hp_whyus{
    padding:90px 7%;
    background:#fff;
}

.alltitle.whyus{
    margin-bottom: 1rem;
}

.whyusleft {
    padding-right: 6%;
}

.whyuscontentbox{
    padding-bottom: 1.5rem;
}

.whyusimg {
    border-radius: 12px;
}



.boxgap.whyus {
    padding-bottom: 20px;
}

.whyusbox {
    display: flex;
    
    align-items: center;
    gap: 30px;
    height: 100%;
    background-color: #f9f9f9;
    border-radius:20px;
    padding:22px 60px;
  
}

.whyusbox:hover{
    background-color: #69e2ff;
}


.allsubtitle.whyus{
    font-size: 18px;
    color: #69e2ff;
   
    
}

.whyusbox:hover .allsubtitle.whyus{
   color: #fff;
}

.allcontent.whyus {
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    color: #58595b;
    
}

.whyusbox:hover .allcontent.whyus{
    color: #fff;
}

.whyusiconbox {
    width: 5vw;
    flex-shrink: 0;
}

.whyusicon_blue, .whyusicon_white{
    border-radius: 12px;
}

.whyusicon_white{
    display: none;
   
}


.whyusbox:hover .whyusicon_white{
    display: block;
}

.whyusbox:hover .whyusicon_blue{
    display: none;
}

@media screen and (max-width: 991.5px){
    
    .whyusleft {
        
        padding: 0;
    }
    
    .whyusright {
        padding: 0;
        padding-top: 45px;
    }
    
    .whyusiconbox {
        width: 7vw;
        flex-shrink: 0;
    }
}


@media screen and (max-width: 767.5px){
    .whyusbox{
        flex-wrap: wrap;
    }
    
    
    .whyusiconbox {
        width: 10vw;
        flex-shrink: 0;
    }
    
    
    
}

@media screen and (max-width: 575.5px){
    .whyusiconbox {
        width: 15vw;
        flex-shrink: 0;
    }
    
    .whyusbox{
        padding: 22px 30px;
    }
}


/*package*/

.packagescontentbox {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align:center;
    margin-bottom:48px;
}

.hp_package{
    padding:90px 2.8% 0;
    background-image:linear-gradient(rgba(103,220,245,0.8), rgba(103,220,245,0.8)), url("https://cdn1.npcdn.net/images/D_Background_g48i2s_1780017039.jpg?md5id=0e495e80390ae6477a619c5067c8b16f&new_width=1600&new_height=1600&type=4");
    background-size:100% 58%;
    background-position:top center;
    background-repeat:no-repeat;
    overflow:hidden;
}

.allsmall.packagescontent{
    color: #0a0a0a;
    border: 1px solid #0a0a0a;
    margin:0 0 20px;
}


.hp_package .row{
    margin-left:-8px;
    margin-right:-8px;
    justify-content:center;
    align-items:stretch;
}

.hp_package .row > div{
    padding-left:8px;
    padding-right:8px;
}

.hp_package .hp_package_titlebox{
    text-align:center;
    margin-bottom:48px;
}

.allsmall.packages{
    color: #fff;
    border: 1px solid #fff;
}

.allsmallspan.packages::before{
    background-color: #fff;
}

.alltitle.packages{
    color: #fff;
}

.titlespan.packages{
    color: #fff;
}

.allcontent.packages{
    color: #fff;
}

.hp_package .allcontent{
    font-size:15px;
    font-weight:400;
    line-height:1.4;
    color:#fff;
    margin:0;
}

.hp_package .hp_package_itembox{
    height:100%;
    background:#fff;
    border-radius:16px;
    box-shadow:0 10px 25px rgba(0,0,0,0.06);
    overflow:hidden;
    transition: 0.8s all;
}

.hp_package .hp_package_item{
    height:100%;
    padding:43px 30px 34px;
    display:flex;
    flex-direction:column;
}

.hp_package .hp_package_tag{
    width:max-content;
    min-width:135px;
    padding:8px 20px;
    border:1.5px solid #000;
    border-radius:50px;
    font-size:14px;
    font-weight:800;
    line-height:1;
    color:#000;
    text-align:center;
    margin:0 0 18px;
}

.hp_package .hp_package_small{
    font-size:14px;
    font-weight:400;
    line-height:1.3;
    color:#000;
    margin:0 0 5px;
}

.hp_package .hp_package_price{
    font-size:36px;
    font-weight:900;
    line-height:1.1;
    color:#000;
    margin:0 0 5px;
}

.hp_package .hp_package_month{
    font-size:14px;
    font-weight:400;
    line-height:1.3;
    color:#000;
    padding-bottom:18px;
    border-bottom:1px solid #000;
    margin:0 0 20px;
}

.hp_package .hp_package_list{
    list-style:none;
    padding:0;
    margin:0 0 24px;
}

.hp_package .hp_package_list li{
    position:relative;
    font-size:12px;
    font-weight:400;
    line-height:1.4;
    color:#000;
    padding-left:26px;
    margin-bottom:14px;
}

.hp_package .hp_package_list li:before{
    content:'';
    background-image: url("https://cdn1.npcdn.net/images/D_Icon1_nht8ex_1780017039.png?md5id=0e495e80390ae6477a619c5067c8b16f&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position:absolute;
    left:0;
    top:0;
    width:20px;
    height:20px;
    
    border-radius:50%;
    font-size:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}



.hp_package .hp_package_btnbox{
    margin:auto 0 0;
}

.hp_package .hp_package_btn{
    width:100%;
    min-height:37px;
    border-radius:6px;
    background:#000;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px 15px;
    font-size:12px;
    font-weight:700;
    line-height:1;
    color:#fff;
    text-align:center;
    transition:0.25s all linear;
}

.hp_package .hp_package_btn:hover{
    text-decoration:none;
    color:#fff;
    transform:scale(0.98);
}

.hp_package_itembox:hover{
    background:#69e2ff;
    transform:translateY(-22px);
    box-shadow:0 18px 45px rgba(0,0,0,0.12);
}

.hp_package_itembox:hover .allsmall.packagescontent{
    color: #fff;
    border: 1px solid #fff;
}

.hp_package_itembox:hover .hp_package_tag{
    border-color:#fff;
    color:#fff;
}

.hp_package_itembox:hover .hp_package_small,
.hp_package_itembox:hover .hp_package_price,
.hp_package_itembox:hover .hp_package_month,
.hp_package_itembox:hover .hp_package_list li{
    color:#fff;
}

.hp_package_itembox:hover .hp_package_price{
    font-size:39px;
}

.hp_package_itembox:hover .hp_package_month{
    border-bottom-color:#fff;
}

.hp_package_itembox:hover .hp_package_list li:before{
    background-image: url("https://cdn1.npcdn.net/images/D_Icon2_h85ail_1780017039.png?md5id=0e495e80390ae6477a619c5067c8b16f&new_width=1600&new_height=1600&type=4");
    
}

.hp_package_itembox:hover .hp_package_btn{
    background:#fff;
    color:#67dcf5;
}

.hp_package_itembox:hover .hp_package_btn:hover{
    color:#67dcf5;
}

.package_tnc{
   
    margin-top: 1rem;
    font-size: 16px;

}

@media screen and (max-width:1200.5px){
    .hp_package{
        padding:55px 4% 65px;
    }

    .hp_package .hp_package_item{
        padding:38px 25px 30px;
    }

    .hp_package .hp_package_price{
        font-size:31px;
    }

    .hp_package .hp_package_itembox_active .hp_package_price{
        font-size:34px;
    }
    
    .allsmall.packagescontent{
        font-size: 10px;
    }
}

@media screen and (max-width:991.5px){
    .hp_package{
        background-size:100% 35%;
    }

    .hp_package .row > div{
        margin-bottom:24px;
    }

    .hp_package .hp_package_itembox_active{
        transform:translateY(0);
    }

    .hp_package .hp_package_titlebox{
        margin-bottom:35px;
    }
    
    .allsmall.packagescontent{
        font-size: 15px;
    }
    
    .package_tnc{
   
        margin-top: 0;
        font-size: 14px;
    
    }
}

@media screen and (max-width:767.5px){
    .hp_package{
        padding:50px 0% 45px;
        background-size:100% 26%;
    }

    .hp_package .row{
        margin-left:0;
        margin-right:0;
    }

    .hp_package .row > div{
        padding-left:15px;
        padding-right:15px;
    }

    .hp_package .alltitle{
        font-size:26px;
    }

    .hp_package .allsubtitle{
        font-size:23px;
    }

    .hp_package .allcontent{
        padding:0 15px;
        font-size:14px;
    }

    .hp_package .hp_package_item{
        padding:35px 25px 28px;
    }

    .hp_package .hp_package_price,
    .hp_package .hp_package_itembox_active .hp_package_price{
        font-size:32px;
    }
}

/*include*/


.hp_included{
    padding:90px 7%;
    background:#fff;
    overflow:hidden;
}

.includecontentbox{
    
    height: 100%;
    min-height: 270px;
    padding: 42px 18px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.alltitle.include{
    font-size: 24px;
    
}

.titlespan.include{
    font-size: 32px;
}

.hp_included .hp_included_row{
    margin-left:-8px;
    margin-right:-8px;
    align-items:stretch;
}

.hp_included .hp_included_row > div{
    padding-left:8px;
    padding-right:8px;
    margin-bottom:16px;
}

.hp_included .hp_included_itembox,
.hp_included .hp_included_ctabox{
    height:100%;
    min-height:270px;
    border-radius:8px;
    background: #f9f9f9;
}

.hp_included .hp_included_item{
    height:100%;
    padding:55px 34px 35px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.hp_included .hp_included_iconbox {
    
    width: 5vw;
    margin-bottom: 25px;
}
.allsubtitle.include{
    font-size: 17px;
    color: #69e2ff;
}

.includeicon_white{
    display: none;
}


.hp_included_itembox:hover {
    background: #69e2ff;
}

.hp_included .hp_included_itembox:hover .hp_included_iconbox,
.hp_included .hp_included_itembox:hover .allsubtitle,
.hp_included .hp_included_itembox:hover .allcontent{
    color:#fff;
}

.hp_included_itembox:hover .includeicon_white{
    display: block;
}

.hp_included_itembox:hover .includeicon_blue{
    display: none;
}

.hp_included .hp_included_titlebox{
    height:100%;
    min-height:270px;
    padding:42px 18px 35px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.hp_included .hp_included_titlebox .allsmall{
    display:inline-flex;
    align-self:flex-start;
    border:1px solid #63daf3;
    border-radius:50px;
    padding:7px 27px;
    font-size:17px;
    font-weight:600;
    line-height:1;
    color:#63daf3;
    margin:0 0 28px;
}

.hp_included .hp_included_titlebox .allsmall span{
    position:relative;
    margin-left:10px;
}

.hp_included .hp_included_titlebox .allsmall span:before{
    position:absolute;
    content:"";
    width:4px;
    height:4px;
    border-radius:50%;
    background:#63daf3;
    left:-13px;
    top:0;
    bottom:0;
    margin:auto 0;
}

.hp_included .hp_included_titlebox .alltitle{
    font-size:36px;
    font-weight:800;
    font-style:italic;
    line-height:1.12;
    color:#63daf3;
    margin:0 0 14px;
}

.hp_included .hp_included_titlebox .allsubtitle{
    font-size:30px;
    font-weight:400;
    line-height:1.2;
    color:#111;
    margin:0;
}

.hp_included .hp_included_ctabox{
    background: #69e2ff;
    padding:62px 70px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.allsubtitle.includecta{
    font-size: 22px;
    color: #fff;
    font-style: italic;
    
}

.allcontent.includecta{
    color: #fff;
}


.hp_included .btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:25px 0 0;
}

.hp_included .n_button{
    width:auto;
    height:auto;
    padding:9px 42px 9px 20px;
    border-radius:50px;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:16px;
    font-weight:700;
    line-height:1;
    color:#63d8f1;
    text-align:center;
    transition:0.25s all linear;
}

.hp_included .n_button span{
    position:relative;
}

.hp_included .n_button span:after{
    position:absolute;
    content:"\f061";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#63d8f1;
    color:#fff;
    font-size:11px;
    display:flex;
    justify-content:center;
    align-items:center;
    top:0;
    bottom:0;
    right:-33px;
    margin:auto 0;
}

.hp_included .n_button:hover{
    text-decoration:none;
    color:#63d8f1;
    transform:scale(0.98);
}

@media screen and (max-width:1200.5px){
    .hp_included{
        padding:70px 5%;
    }

    .hp_included .hp_included_item{
        padding:45px 25px 35px;
    }

    .hp_included .hp_included_titlebox .alltitle{
        font-size:32px;
    }

    .hp_included .hp_included_ctabox{
        padding:55px 50px;
    }
}

@media screen and (max-width:991.5px){
    .hp_included .hp_included_titlebox{
        padding:45px 30px;
        background:#f8f8f8;
        border-radius:8px;
    }

    .hp_included .hp_included_ctabox{
        min-height:auto;
    }
    
    .hp_included .hp_included_iconbox {
        width: 8vw;
        
    }
}

@media screen and (max-width:767.5px){
    .hp_included{
        padding:60px 0%;
    }

    .hp_included .hp_included_row{
        margin-left:0;
        margin-right:0;
    }

    .hp_included .hp_included_row > div{
        padding-left:15px;
        padding-right:15px;
    }

    .hp_included .hp_included_itembox,
    .hp_included .hp_included_ctabox,
    .hp_included .hp_included_titlebox{
        min-height:auto;
    }

    .hp_included .hp_included_item{
        padding:40px 25px;
    }

    .hp_included .hp_included_ctabox{
        padding:45px 28px;
    }

    .hp_included .hp_included_ctabox .allsubtitle{
        font-size:23px;
    }

    .hp_included .hp_included_ctabox .allcontent{
        font-size:16px;
    }

    .hp_included .hp_included_titlebox .alltitle{
        font-size:30px;
    }

    .hp_included .hp_included_titlebox .allsubtitle{
        font-size:26px;
    }
}


@media screen and (max-width: 575.5px){
    .hp_included .hp_included_iconbox {
        width: 15vw;
        
    }
    
    .allbtn.include{
        font-size: 12px;
    }
}


/* different*/

.hp_different{
    padding: 0 7% 90px;
    background:#fff;
    overflow:hidden;
}

.differentcontentbox {
    text-align: center;
    margin-bottom: 25px;
    flex-direction: column;
    align-items: center;
    display: flex;
   
}

.hp_different .row{
    margin-left:-12px;
    margin-right:-12px;
    justify-content:center;
}

.hp_different .row > div{
    padding-left:12px;
    padding-right:12px;
    margin-bottom:24px;
}


.hp_different .allsmall span{
    position:relative;
    margin-left:8px;
}



.hp_different .alltitle{
    font-size:24px;
    font-weight:400;
    line-height:1.2;
    color:#000;
    margin:0;
}

.allsubtitle.different {
    font-size: 17px;
    color: #69e2ff;
}

.titlespan.different{
    font-size: 32px;
}

.hp_different .hp_different_itembox{
    height:100%;
    min-height:200px;
    background:#f8f8f8;
    border-radius:7px;
}

.hp_different .hp_different_item{
    height:100%;
    padding:38px 40px 30px;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.hp_different .hp_different_iconbox{
    width: 4vw;
   
    margin:0 auto 16px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.differenticon_white{
    display: none;
}

.hp_different .hp_different_icon{
    width:58px !important;
    height:58px !important;
    object-fit:contain;
}





.hp_different .hp_different_itembox:hover{
    background: #69e2ff;
}

.hp_different .hp_different_itembox:hover .allsubtitle,
.hp_different .hp_different_itembox:hover .allcontent{
    color:#fff;
}

.hp_different .hp_different_itembox:hover .differenticon_white{
    display: block;
}

.hp_different .hp_different_itembox:hover .differenticon_blue{
    display: none;
}

@media screen and (max-width:1200.5px){
    .hp_different{
        padding:55px 6% 65px;
    }

    .hp_different .hp_different_item{
        padding:35px 28px 28px;
    }
}

@media screen and (max-width:991.5px){
    .hp_different .alltitle{
        font-size:21px;
    }

    .hp_different .alltitle span{
        font-size:26px;
    }

    .hp_different .hp_different_itembox{
        min-height:190px;
    }
    
    .hp_different .hp_different_iconbox{
        width: 8vw;
    }
}

@media screen and (max-width:767.5px){
    .hp_different{
        padding:50px 0% 55px;
    }

    .hp_different .row{
        margin-left:0;
        margin-right:0;
    }

    .hp_different .row > div{
        padding-left:15px;
        padding-right:15px;
        margin-bottom:18px;
    }

    .hp_different .hp_different_titlebox{
        margin-bottom:18px;
    }

    .hp_different .alltitle{
        font-size:20px;
    }

    .hp_different .alltitle span{
        font-size:24px;
    }

    .hp_different .hp_different_itembox{
        min-height:auto;
    }

    .hp_different .hp_different_item{
        padding:35px 25px;
    }
}

@media screen and (max-width: 575.5px){
    .hp_different .hp_different_iconbox {
        width: 15vw;
    }
}


/* process*/

.hp_process{
    padding:45px 9% 65px;
    background:#f8f8f8;
    overflow:hidden;
}

.processcontentbox {
    text-align: center;
    margin-bottom: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.hp_process .hp_process_stepbox{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:flex-start;
}

.hp_process .hp_process_step{
    width:18%;
    text-align:center;
}

.hp_process .hp_process_iconbox{
    width:58px;
    height:58px;
    border-radius: 12px;
    
    margin:0 auto 22px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.hp_process .hp_process_iconbox:hover{
    animation: 1s iconanimation;
}

@keyframes iconanimation {
    
  20% {
    transform: rotate(15deg);
  }
  
  40% {
    transform: rotate(-10deg);
  }
  
  60% {
    transform: rotate(5deg);
  }
  
  80% {
    transform: rotate(-5deg);
  }
  
  100% {
  
    transform: rotate(0deg);
  }
  
}

.hp_process .hp_process_icon{
    width:58px !important;
    height:58px !important;
    object-fit:contain;
    border-radius:7px;
}

.allsubtitle.process{
    font-size: 16px;
    font-weight: 500;
    
}

.allsubtitle.process br{
    display: none;
}

.hp_process .hp_process_line{
    width:14%;
    height:1px;
    border-top:2px dashed #67dcf5;
    margin:28px 0 0;
}

@media screen and (max-width:1200.5px){
    .hp_process{
        padding:45px 6% 60px;
    }

    .hp_process .hp_process_step{
        width:20%;
    }

    .hp_process .hp_process_line{
        width:10%;
    }
}

@media screen and (max-width:991.5px){
    .hp_process .hp_process_stepbox{
        flex-wrap:wrap;
        row-gap:35px;
    }

    .hp_process .hp_process_step{
        width:40%;
    }

    .hp_process .hp_process_line{
        width:12%;
    }

    .hp_process .hp_process_line:nth-of-type(4){
        display:none;
    }
    
    .allsubtitle.process br{
        display: block;
    }
}

@media screen and (max-width:767.5px){
    .hp_process{
        padding:45px 0% 55px;
    }

    .hp_process .hp_process_titlebox{
        margin-bottom:30px;
        padding:0 15px;
    }

    .hp_process .alltitle{
        font-size:24px;
    }

    .hp_process .hp_process_stepbox{
        display:block;
        padding:0 15px;
    }

    .hp_process .hp_process_step{
        width:100%;
        margin-bottom:28px;
    }

    .hp_process .hp_process_line{
        width:1px;
        height:35px;
        border-top:0;
        border-left:2px dashed #67dcf5;
        margin:-12px auto 18px;
    }

    .hp_process .hp_process_line:nth-of-type(4){
        display:block;
    }

    .hp_process .hp_process_iconbox{
        margin-bottom:15px;
    }
}


/* rentals*/

.index_wrapper_10 {
    padding:85px 8.5% 75px;
    background:#fff;
    overflow:hidden;
}

.hp_target .row{
    align-items:center;
}

.hp_target .hp_target_titlebox{
    margin-bottom:65px;
}

.hp_target .hp_target_contentbox{
    padding-top:45px;
    margin-bottom:65px;
    padding-left: 26%;
}

.hp_target .hp_target_contentbox .allcontent{
    max-width:520px;
    font-size:16px;
    font-weight:400;
    line-height:1.45;
    color:#000;
    margin:0 0 0 auto;
}


#main_index .productSlider-1 .slick-track .slick-slide{
    box-shadow: unset;
    padding: 10px;
}

#main_index .productSlider-1 .slick-track .slick-slide:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#main_index .productSlider-1 .product_img .product_box .content{
    text-align: center!important;
}

#main_index .productSlider-1 .product_img .product_box .content p{
    display: none;
}

#main_index .productSlider-1 .product_img .product_box h6 {
  
    color: #0a0a0a;
    font-weight: 400!important;
    font-size: 16px;
   
}

#main_index .productSlider-1 .product_img .product_box .align-top{
   
    font-weight: 400!important;
    font-size: 14px;
}


#main_index .product_slider_c_0 .slick-prev{
    left: -4vw;
    background-image: url("https://cdn1.npcdn.net/images/H_Icon1_tnxw93_1780017040.png?md5id=0e495e80390ae6477a619c5067c8b16f&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 100%;
}

#main_index .product_slider_c_0 .slick-next{
    right: -4vw;
    background-image: url("https://cdn1.npcdn.net/images/H_Icon2_o2m9js_1780017040.png?md5id=0e495e80390ae6477a619c5067c8b16f&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 100%;
}

.productSlider-1 .product_img .slick-prev::before, .productSlider-1 .product_img .slick-next::before{
    opacity: 0;
}

@media screen and (max-width:1200.5px){
    .hp_target{
        padding:75px 5% 70px;
    }

    .hp_target .alltitle{
        font-size:32px;
    }

    .hp_target .allsubtitle{
        font-size:26px;
    }
}

@media screen and (max-width:991.5px){
    .hp_target .hp_target_titlebox{
        margin-bottom:35px;
    }

    .hp_target .hp_target_contentbox{
        padding-top:0;
        margin-bottom:45px;
    }

    .hp_target .hp_target_contentbox .allcontent{
        margin:0;
    }
}

@media screen and (max-width:767.5px){
    .hp_target{
        padding:60px 0% 60px;
    }

    .hp_target .hp_target_titlebox,
    .hp_target .hp_target_contentbox{
        padding:0;
    }

    .hp_target .alltitle{
        font-size:30px;
    }

    .hp_target .allsubtitle{
        font-size:24px;
    }

    .hp_target .hp_target_contentbox{
        margin-bottom:35px;
    }
}




/*contact*/

.index_wrapper_11{
    background: linear-gradient(to bottom, #fff 0%, #f4fdff 70%, #e1f7ff 100%);
}


.hp_quote{
    padding:95px 8.5% 0;
    /*background:linear-gradient(to bottom, #fff 0%, #fff 72%, #e8fbff 72%, #e8fbff 100%);*/
    overflow:hidden;
}

.hp_quote .hp_quote_box{
    position:relative;
    min-height:300px;
    border-radius:18px;
    background:#67dcf5;
    padding:42px 48px;
    overflow:visible;
}

.contactcontentbox{
    position:relative;
    z-index:2;
    width:48%;
}

.titlespan.contact{
    color: #fff;
}


.allsmallspan.contact::before{
    background-color: #fff;
}

.allsmall.contact{
    color: #fff;
    border: 1px solid #fff;
}


.alltitle.contact{
    color: #fff;
}

.allcontent.contact{
    color: #fff;
}



.hp_quote{
    padding:0 7% ;
    background:linear-gradient(to bottom, #fff 0%, #fff 72%, #e8fbff 72%, #e8fbff 100%);
    overflow:visible;
}

.hp_quote .hp_quote_box{
    position:relative;
    min-height:300px;
    border-radius:18px;
    background:#67dcf5;
    padding:42px 48px;
    overflow:visible;
}

.hp_quote .contactcontentbox{
    position:relative;
    z-index:2;
    width:48%;
}





.hp_quote .hp_quote_imgbox{
    position:absolute;
    right:3.5%;
    bottom:0;
    width:51%;
    height:125%;
    display:flex;
    align-items:flex-end;
    justify-content:flex-end;
    z-index:1;
}

.hp_quote .hp_quote_imgbox img{
    width:40vw !important;
    height:auto !important;
    object-fit:contain;
    transform:translateY(0);
}



@media screen and (min-width: 1600px){
    .hp_quote .hp_quote_imgbox img{
        width: 28vw !important;
    }
}

@media screen and (max-width:1200.5px){
    .hp_quote{
        padding:85px 5% 0;
    }

    .hp_quote .hp_quote_box{
        padding:40px;
    }

    .hp_quote .titlespan.contact{
        font-size:29px;
    }

    .hp_quote .alltitle.contact{
        font-size:24px;
    }

    .hp_quote .hp_quote_imgbox{
        right:1%;
        width:55%;
    }

    .hp_quote .hp_quote_imgbox img{
        width:43vw !important;
    }
}

@media screen and (max-width:991.5px){
    .hp_quote .hp_quote_box{
        min-height:520px;
        padding:38px;
    }

    .hp_quote .contactcontentbox{
        width:100%;
    }

    .hp_quote .allcontent.contact{
        max-width:560px;
    }

    .hp_quote .hp_quote_imgbox{
        width:90%;
        height:55%;
        right:5%;
        bottom:0;
        justify-content:center;
    }

    .hp_quote .hp_quote_imgbox img{
        width:36vw !important;
    }
}

@media screen and (max-width:767.5px){
    .hp_quote{
        padding:60px 0% 0;
        background:linear-gradient(to bottom, #fff 0%, #fff 78%, #e8fbff 78%, #e8fbff 100%);
    }

    .hp_quote .hp_quote_box{
        min-height:560px;
        border-radius:16px;
        padding:35px 25px;
    }

    .hp_quote .titlespan.contact{
        font-size:27px;
    }

    .hp_quote .alltitle.contact{
        font-size:22px;
    }

    .hp_quote .allcontent.contact{
        font-size:14px;
    }

    .hp_quote .hp_quote_imgbox{
        width:100%;
        height:45%;
        right:0;
    }

    .hp_quote .hp_quote_imgbox img{
        width:67vw !important;
    }
}

@media screen and (max-width: 575.5px){
    .allbtn.contact{
        font-size: 10px;
    }
}

/*.hp_quote .allcontent{*/
/*    max-width:590px;*/
/*    font-size:14px;*/
/*    font-weight:400;*/
/*    line-height:1.5;*/
/*    color:#fff;*/
/*    margin:0;*/
/*}*/

/*.hp_quote .btnbox_left{*/
/*    display:flex;*/
/*    justify-content:flex-start;*/
/*    align-items:center;*/
/*    margin:22px 0 0;*/
/*}*/

/*.hp_quote .n_button{*/
/*    width:auto;*/
/*    height:auto;*/
/*    padding:9px 42px 9px 18px;*/
/*    border-radius:50px;*/
/*    background:#fff;*/
/*    display:flex;*/
/*    justify-content:center;*/
/*    align-items:center;*/
/*    font-size:13px;*/
/*    font-weight:500;*/
/*    line-height:1;*/
/*    color:#67dcf5;*/
/*    text-align:center;*/
/*    transition:0.25s all linear;*/
/*}*/

/*.hp_quote .n_button span{*/
/*    position:relative;*/
/*}*/

/*.hp_quote .n_button span:after{*/
/*    position:absolute;*/
/*    content:"";*/
/*    width:22px;*/
/*    height:22px;*/
/*    border-radius:50%;*/
/*    background:#67dcf5;*/
/*    right:-32px;*/
/*    top:0;*/
/*    bottom:0;*/
/*    margin:auto 0;*/
/*}*/

/*.hp_quote .n_button span:before{*/
/*    position:absolute;*/
/*    content:"";*/
/*    width:8px;*/
/*    height:8px;*/
/*    border-top:2px solid #fff;*/
/*    border-right:2px solid #fff;*/
/*    right:-23px;*/
/*    top:0;*/
/*    bottom:0;*/
/*    margin:auto 0;*/
/*    transform:rotate(45deg);*/
/*    z-index:2;*/
/*}*/

/*.hp_quote .n_button:hover{*/
/*    text-decoration:none;*/
/*    color:#67dcf5;*/
/*    transform:scale(0.98);*/
/*}*/

/*.hp_quote .hp_quote_imgbox {*/
/*    position: absolute;*/
/*    right: 3%;*/
/*    bottom: -9%;*/
/*    width: 48%;*/
/*    height: 118%;*/
/*    z-index: 1;*/
/*}*/

/*.hp_quote .hp_quote_img{*/
/*    position:absolute;*/
/*    object-fit:contain;*/
/*}*/



/*@media screen and (max-width:1200.5px){*/
/*    .hp_quote{*/
/*        padding:85px 5% 0;*/
/*    }*/

/*    .hp_quote .hp_quote_box{*/
/*        padding:40px;*/
/*    }*/

/*    .hp_quote .alltitle{*/
/*        font-size:29px;*/
/*    }*/

/*    .hp_quote .allsubtitle{*/
/*        font-size:24px;*/
/*    }*/

/*    .hp_quote .hp_quote_imgbox{*/
/*        right:1%;*/
/*        width:54%;*/
/*    }*/

/*    .hp_quote .hp_quote_img1,*/
/*    .hp_quote .hp_quote_img2{*/
/*        width:25vw !important;*/
/*    }*/

/*    .hp_quote .hp_quote_img3{*/
/*        width:19vw !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width:991.5px){*/
/*    .hp_quote .hp_quote_box{*/
/*        min-height:520px;*/
/*        padding:38px;*/
/*    }*/

/*    .hp_quote .hp_quote_textbox{*/
/*        width:100%;*/
/*        text-align:left;*/
/*    }*/

/*    .hp_quote .allcontent{*/
/*        max-width:560px;*/
/*    }*/

/*    .hp_quote .hp_quote_imgbox{*/
/*        width:88%;*/
/*        height:55%;*/
/*        right:6%;*/
/*        bottom:0;*/
/*    }*/

/*    .hp_quote .hp_quote_img1{*/
/*        width:34vw !important;*/
/*        left:10%;*/
/*    }*/

/*    .hp_quote .hp_quote_img2{*/
/*        width:34vw !important;*/
/*        right:8%;*/
/*    }*/

/*    .hp_quote .hp_quote_img3{*/
/*        width:28vw !important;*/
/*        left:38%;*/
/*    }*/
/*}*/

/*@media screen and (max-width:767.5px){*/
/*    .hp_quote{*/
/*        padding:60px 0% 0;*/
/*        background:linear-gradient(to bottom, #fff 0%, #fff 78%, #e8fbff 78%, #e8fbff 100%);*/
/*    }*/

/*    .hp_quote .hp_quote_box{*/
/*        min-height:560px;*/
/*        border-radius:16px;*/
/*        padding:35px 25px;*/
/*    }*/

/*    .hp_quote .alltitle{*/
/*        font-size:27px;*/
/*    }*/

/*    .hp_quote .allsubtitle{*/
/*        font-size:22px;*/
/*    }*/

/*    .hp_quote .allcontent{*/
/*        font-size:14px;*/
/*    }*/

/*    .hp_quote .hp_quote_imgbox{*/
/*        width:100%;*/
/*        height:45%;*/
/*        right:0;*/
/*    }*/

/*    .hp_quote .hp_quote_img1{*/
/*        width:48vw !important;*/
/*        left:1vw;*/
/*    }*/

/*    .hp_quote .hp_quote_img2{*/
/*        width:48vw !important;*/
/*        right:1vw;*/
/*    }*/

/*    .hp_quote .hp_quote_img3{*/
/*        width:40vw !important;*/
/*        left:31vw;*/
/*    }*/
/*}*/