@import url(../css/root.css);

/* subTabs */
#subTabs .con {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
}
#subTabs .con > a {
    display: block;
    flex-grow: 1;
    flex-basis: 33.3333%;
    color: #666;
    font-size: 16px;
    padding: 12px 10px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
#subTabs .con > a.act {
    color: rgba(255,255,255,1);
    background: linear-gradient(to right, #45bbbd, #2582bf);
    border-radius: 100px;
}
@media (max-width:992px){
    #subTabs .con {
        flex-wrap: wrap;
        background-color: transparent;
        padding: 0;
        gap: 4px;
    }
    #subTabs .con > a {
        font-size: 18px;
        padding: 15px 10px;
        border-radius: 20px;
        width: auto;
        flex-basis: unset;
        flex-grow: unset;
        background-color: #f7f7f7;
    }
}
@media (max-width:500px){
    #subTabs .con > a {
        font-size: calc(100vw * (16 / 500));
        padding: 8px 15px;
    }
}
/* subtop */
#subtop > .brWrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* border-radius: 0 0 0 100px; */
    z-index: -1;
}
#subtop > .brWrp > .bg {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
}
#subtop .fbox {
    height: 500px;
}
#subtop .fbox h1 {
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .fbox h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop > .brWrp {
        border-radius: 0;
    }
    #subtop .fbox {
        height: 350px;
    }
    #subtop .fbox h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .fbox {
        height: 300px;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
}
#site_config .site {
    display: flex;
    align-items: center;
}
#site_config .site .home {
    display: inline-block;
    line-height: 50px;
    position: relative;
    font-size: 17px;
    color: #fff;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .slashed {
    width: 2px;
    vertical-align: middle;
    background-color: #fff;
    display: inline-block;
    height: 16px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    /* transform: skewX(-15deg); */
    vertical-align: middle;
    margin: 0 5px;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    z-index: 3;
    color: #fff;
    font-weight: 600;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-8px);
}
/* #site_config .site .home > ul li:not(:first-child) {
    border-top: 1px solid #eee;
} */
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1em;
    padding: 10px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #333;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 5px;
    }
}

/* processWrp */
.processWrp .proTop {
    position: relative;
    margin: 0 -15px;
    text-align: center;
}
.processWrp .proTop:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background-color: var(--main-color);
    width: 100%;
    transform: translateY(-50%);
}
.processWrp .proTop .arr {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: var(--main-color);
}
.processWrp .proTop .icon {
    display: inline-block;
    position: relative;
    z-index: 5;
}
.processWrp .proTop .icon:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120%;
    height: 120%;
    background-color: rgba(37, 129, 191, 0.1);
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
}
.processWrp .proTop .icon img {
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 5;
}
@media (max-width:768px) {
    .processWrp .proTop:after {
        height: 1px;
    }
    .processWrp .proTop .icon img {
        height: 70px;
    }
}
/* proBt */
.proBt.proBt1 {
    background: url(../img/proBt1.jpg) center center no-repeat;
    background-size: cover;
}
.proBt.proBt2 {
    background: url(../img/proBt2.jpg) center center no-repeat;
    background-size: cover;
}
.proBt.proBt3 {
    background: url(../img/proBt3.jpg) center center no-repeat;
    background-size: cover;
}
.proBt {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-20);
    overflow: hidden;
    padding: 0 40px;
    height: 450px;
    margin-top: -20px;
    position: relative;
}
.proBt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.proBt:hover:after {
    backdrop-filter: blur(10px);
    background-color: rgba(37, 129, 191, 0.8);
}
.proBt > div {
    width: 100%;
    position: relative;
    z-index: 5;
}
.proBt .top {
    border-bottom: 1px dashed rgba(255,255,255,0.3);
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.proBt .step {
    background-color: var(--main-color);
    display: inline-block;
    line-height: 1em;
    padding: 6px 20px;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10;
}
@media (max-width:768px) {
    .proBt {
        padding: 50px 30px;
        height: auto;
        margin-top: -10px;
    }
    .proBt .top {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}


/* costBox */
.costBox {
    border: 2px solid #ddd;
    border-radius: 20px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.costBox .top {
    padding: 30px 30px;
}
.costBox .top .icon img {
    width: 200px;
}
.costBox .bt .btCon {
    display: flex;
    align-items: center;
    height: 100px;
    border-top: 1px solid #ddd;
    padding: 0 30px;
    gap: 10px;
}
.costBox .bt .btCon.imp {
    background-color: #f1f8fd;
}
.costBox .bt .btCon .bcTit span {
    display: inline-block;
    line-height: 1em;
    font-size: .8em;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 5px 10px;
    border-radius: 4px;
    width: 100px;
    text-align: center;
}
.costBox .bt .btCon .spList {
    padding-left: 20px;
}
@media (min-width:991px) {
    .costBox {
        /* min-height: 750px; */
        background-color: #fcfcfc;
    }
    .costBox:hover {
        border-color: var(--main-color);
        box-shadow: 10px 10px 40px rgba(0,0,0,0.05);
        background-color: #fff;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .costBox {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .costBox > .top {
        flex-basis: 45%;
    }
    .costBox > .bt {
        flex-basis: 55%;
        margin-top: 0px !important;
    }
}
@media (max-width:768px) {
    .costBox {
        border-radius: 10px;
        background-color: #fff;
    }
    .costBox .bt .btCon {
        height: auto;
        display: block;
        padding: 15px 30px;
    }
    .costBox .bt .btCon .spList {
        padding-left: 0px;
        margin-top: 8px;
    }
}

/* spList */
.spList li {
    font-size: 15px;
    line-height: 1.2em;
    padding: 3px 0;
    color: #333;
    position: relative;
}
.spList li.imp {
    font-weight: 600;
}
.spList li:not(.imp) {
    padding-left: 20px;
}
.spList li:not(.imp):after {
    content: "";
    position: absolute;
    top: 12px;
    width: 3px;
    height: 3px;
    background-color: #929292;
    left: 5px;
}

/* svc_item */
.svc_item {
    padding: 40px 15px;
    border-radius: var(--border-radius-20);
}

/* ptnLogo */
.ptnLogo .item {
    padding: 30px 0;
}
.ptnLogo .item img {
    filter: grayscale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.ptnLogo .item:hover img {
    filter: grayscale(0);
}
@media (max-width:768px) {
    .ptnLogo .item {
        padding: 15px 0;
    }
}


/* btnWrp */
.btnWrp .btnItem {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 50px;
    background: #037eca;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    padding: 0 30px;
    letter-spacing: -0.01em;
    
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btnWrp .btnItem.mini {
    height: 40px;
}
.btnWrp .btnItem.w {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}
.btnWrp .btnItem.w:hover {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.btnWrp .btnItem.w .backBg {
    background-color: var(--main-color);
}
.btnWrp .btnItem.wLine {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.btnWrp .btnItem.wLine:hover {
    color: #fff;
    border-color: var(--main-color);
    box-shadow: 10px 23px 40px rgba(4, 150, 255, 0.4);
}
.btnWrp .btnItem.wLine .backBg {
    background-color: var(--main-color);
}
.btnWrp .btnItem.dk {
    border-color: #222;
    color: #fff;
    background-color: #222;
    box-shadow: 0 0 0;
}
.btnWrp .btnItem.dk:hover {
    color: #fff;
    border-color: var(--main-color);
    background-color: var(--main-color);
}
.btnWrp .btnItem.dk .backBg {
    background: var(--main-color);
}
.btnWrp .btnItem strong,
.btnWrp .btnItem i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.btnWrp .btnItem .tiktok_ic {
    width: 18px;
}
.btnWrp .btnItem .tt {
    min-width: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.btnWrp .btnItem .backBg {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background-color: var(--main-color);
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.btnWrp .btnItem:hover .backBg {
    width: 225%;
    height: 562.5px;
}
@media (max-width:767px){
    .btnWrp .btnItem {
        padding: 0 15px;
        min-width: 120px;
        height: 40px;
    }
    .btnWrp .btnItem.mini {
        height: 30px;
    }
}

/* c_info */
.c_info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.c_info i {
    display: flex;
    width: 35px;
    height: 35px;
    background-color: rgba(4, 150, 255, 0.7);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .75em;
}


/* contactForm */
.contactForm .fTit {
    margin-bottom: 20px !important;
    position: relative;
}
/* .contactForm .fTit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #000;
    transform: translateY(-50%);
} */
.contactForm ul li {
    margin: 10px 0;
}
.contactForm .form-item {
    position: relative;
}
.contactForm .form-item > label {
    /* position: absolute; */
    gap: 5px;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0;
    font-weight: 600;
    margin: 0;
}
.contactForm .form-common {
    margin-top: 12px;
}
.contactForm select.form-common,
.contactForm input.form-common[type="tel"],
.contactForm input.form-common[type="email"],
.contactForm input.form-common[type="text"] {
    height: 55px;
}
.contactForm.contactForm_mini select.form-common,
.contactForm.contactForm_mini input.form-common[type="tel"],
.contactForm.contactForm_mini input.form-common[type="email"],
.contactForm.contactForm_mini input.form-common[type="text"] {
    height: 45px;
}
.contactForm .radio-custom-wrp {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    flex-direction: column;
}
.contactForm .radio-custom-wrp .radio-custom,
.contactForm .radio-custom-wrp .radio-custom label {
    margin: 0px;
}
.contactForm .form-common {
    box-shadow: 0 0 0;
    border-radius: 4px;
    border: 1px solid #d0d4dd ;
    font-weight: 500;
    font-size: 1.7rem;
    /*color: #fff;*/
    background-color: transparent;
}
.contactForm.contactForm_mini .form-common {
    font-size: 1.5rem;
}
.contactForm input.form-common[type="file"] {
    border-width: 1px;
    padding: 1px;
    height: auto;
    padding: 10px;
}
.contactForm .checkWrp {
    line-height: 29px;
}
.contactForm .form-item .form-common {
    /* padding-left: 95px; */
}
.contactForm label {
    font-size: 1.9rem;
    line-height: 1em;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    padding-left: 5px;
}
.contactForm.contactForm_mini label {
    font-size: 1.6rem;
}
.contactForm .agrees input,
.contactForm .agrees label,
.contactForm .agrees strong {
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.contactForm .agrees label {
    margin-left: 5px;
    display: inline;
}
.contactForm .agrees strong {
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
}
.contactForm .btnWrp .btnItem {
    justify-content: center;
    width: 100%;
}

@media (max-width:768px){
    .contactForm {
        padding: 1rem 0rem;
    }
    .contactForm ul li {
        margin: 20px 0;
    }
    .contactForm .fTit {
        margin-bottom: 10px !important;
    }
    .contactForm .checkWrp {
        line-height: 30px;
    }
    .contactForm .checkWrp .radio-custom {
        margin: 0px !important;
        margin-right: 5px !important;
    }
    .contactForm .radio-custom-wrp {
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 15px;
        height: auto;
        align-items: flex-start;
        flex-direction: column;
    }
    .contactForm .radio-custom-wrp .radio-custom {
        margin-top: 4px;
        display: block;
    }
    .contactForm .form-item > label,
    .contactForm label,
    .contactForm .form-common {
        font-size: 1.5rem;
    }
    .contactForm select.form-common, .contactForm input.form-common[type="tel"], .contactForm input.form-common[type="email"], .contactForm input.form-common[type="text"] {
        height: 45px;
        margin-top: 8px;
    }
}

/* work1 */
#work1 .sec1 {
    position: relative;
    z-index: 10;
}
#work1 .sec2 {
    background: url(../img/work_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#work1 .sec2_2 {
    background: url(../img/work_bg2_2.jpg) center center no-repeat;
    background-size: cover;
}
#work1 .sec3_2 {
    background: url(../img/work_bg2_3.jpg) center center no-repeat;
    background-size: cover;
}
#work1 .sec4_2 {
    background: url(../img/work_bg2_4.jpg) center center no-repeat;
    background-size: cover;
}
#work1 .sec2 .cntItem {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    height: 300px;
}
#work1 .sec2 .cntItem .imp {
    color: var(--main-color);
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
#work1 .sec2 .cntItem .imp .lg {
    font-size: 1.3em;
    line-height: 1em;
}
#work1 .sec2 .cntItem .alp {
    opacity: .5;
}
#work1 .sec2 #ms3 {
    background: url(../img/bs8_ms3.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width:768px) {
    #work1 .sec2 .cntItem {
        padding: 20px 30px;
        height: auto;
    }
    #work1 .sec2 .cntItem > div {
        display: flex;
        align-items: center;
        width: 100%;
    }
    #work1 .sec2 .cntItem > div h1 {
        width: 80px;
        order: 2;
    }
    #work1 .sec2 .cntItem > div h4 {
        width: calc(100% - 80px);
        order: 1;
        text-align: left;
        margin: 0px;
    }
    #work1 .sec2 .cntItem img {
        width: 80px;
    }
}


/* dtChk */
.dtChk {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #fff;
    border-radius: 100px;
    padding: 17px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.dtChk + .dtChk {
    margin-top: 15px;
}
.dtChk .chkCon {
    color: var(--main-color);
}
@media (min-width:992px){
    .dtChk .chkCon {
        width: 25px;
        text-align: center;
    }
    .dtChk .txtCon {
        width: 380px;
    }
}
@media (max-width:992px){
    .dtChk {
        border-radius: 5px;
        justify-content: flex-start;
    }
}


/* imgSkl_sec */
.imgSkl_sec {
    position: relative;
    overflow: hidden;
}
.imgSkl_sec .container {
    position: relative;
    z-index: 5;
}
.imgSkl_sec .imgSkl {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    z-index: 1;
}
.imgSkl_sec .imgSkl img {
    width: auto;
}

/* wkItem */
.wkItem {
    padding: 30px;
    border-radius: var(--border-radius-20);
}
.wkItem.wkItem1,
.wkItem.wkItem2,
.wkItem.wkItem3 {
    background-color: rgba(245, 249, 255, 0.6);
    border: 3px solid #ccd6e4;
}
/* 
.sec2_4 .wkItem.wkItem1,
.sec2_4 .wkItem.wkItem2,
.sec2_4 .wkItem.wkItem3 {
    background-color: #f5f9ff;
}
.sec3_4 .wkItem.wkItem1,
.sec3_4 .wkItem.wkItem2,
.sec3_4 .wkItem.wkItem3 {
    background-color: #f5f6ff;
} */
@media (max-width:768px) {
    .wkItem  img {
        width: 120px;
    }
}

/* subTabs */
#subTabs {
    padding: 30px 0;
    position: relative;
    z-index: 10;
}
#subTabs .tabWrps {
    position: relative;
}
#subTabs .tabWrps #lnbMn {
    display: flex;
    align-items: center;
    justify-content: center;
}
#subTabs .tabWrps #lnbMn li a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 17px;
    line-height: 1.3em;
    font-weight: 500;
    padding-bottom: 5px;
}
@media (min-width:992px) {
    #subTabs .tabWrps #lnbMn {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0,0,0,0.05);
        padding: 10px;
        border-radius: 100px;
        text-align: center;
    }
    #subTabs .tabWrps #lnbMn li {
        display: block;
        flex-grow: 1;
        flex-basis: 50%;
        color: rgba(10,10,10,.5);
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        position: relative;
    }
    #subTabs .tabWrps #lnbMn li a {
        padding: 18px 20px;
    }
    #subTabs .tabWrps #lnbMn li.act a {
        color: rgba(255, 255, 255, 1);
        background-color: var(--main-color);
        border-radius: 100px;
    }
}
@media (max-width:992px) {
    #subTabs .tabWrps #lnbMn {
        position: absolute;
        left: 0;
        top: calc(100% - 1px);
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        border-top: 0px;
        display: none;
        max-height: 200px;
        overflow-y: auto;        
        border: 1px solid #ddd;
        background-color: #fff;
        z-index: 20;
        text-align: center;
    }
    #subTabs .tabWrps #lnbMn.act {
        display: block;
    }
    #subTabs .tabWrps #lnbMn li a {
        padding: 15px;
        font-size: 15px;
        border: 0px;
        width: 100%;
    }
    #subTabs .tabWrps #lnbMn li.act a {
        color: var(--main-color);
        background-color: #e2ebf1;
    }
    #subTabs .tabWrps #cateName {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: 1px solid #ddd;
        cursor: pointer;
    }
}

/* subTitleDot */
.subTitleDot {
    padding-left: 35px;
    position: relative;
}
.subTitleDot .dot {
    position: absolute;
    left: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 7px solid var(--main-color);
    transform: translateY(-60%);
}
@media (max-width:768px) {
    .subTitleDot {
        padding-left: 25px;
    }
    .subTitleDot .dot {
        width: 17px;
        height: 17px;
        border-width: 4px;
    }
}

/* contact1 */
@media (max-width:992px){
    #contact1 .fbox {
        flex-wrap: wrap;
    }
    #contact1 .fbox > div {
        width: 100%;
    }
}