.gapp-title-m {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.gapp-banner-container h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 47px;
    text-align: center;
    color: var(--dark-color);
}

.gapp-title-text {
    text-align: center;
    padding-left: 20px;
}

.gapp-hr {
    background-color: #BFD3DF;
    max-width: 110px;
    display: flex;
    height: 4px;
    border-radius: 10px;
    margin: 0px auto;
}

.gapp-paragraph-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 24px;
    color: #777;
    line-height: 36px;
    padding: 50px 0 30px 0;
}

.gapp-paragraph-text h5 {
    color: #777;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.gapp-paragraph-text p {
    margin: 0 0 30px 0;
}

.gapp-title-text>p {
    font-size: 21px;
    line-height: 31px;
}

.gapp-bottom-text {
    font-size: 18px;
    color: #979797;
    font-weight: 400;
    line-height: 27px;
    padding: 0 60px;
    margin: 0 0 50px 0;
}

.gapp-title-m>img {
    max-width: 113px;
}

.gapp-bottom-text strong {
    font-weight: 500;
}

.gapp-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
    width: 100%;
    text-align: center;
}

.gapp-return-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    margin: 0 0 30px 0;
}

.gapp-return-list li {
    max-width: 560px;
    text-align: center;
    background-color: #F7F7F7;
    border-radius: 14px;
    padding: 32px;
}

.gapp-return-list li h4 {
    color: var(--dark-color);
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 15px 0;
}

.gapp-return-list li p {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    color: var(--dark-color);
}

.gapp-banner-container .btn-primary {
    font-weight: 700;
    font-size: 18px;
    min-width: 235px;
    display: inline-block;
    padding: 9px 10px;
    border-radius: 30px;
    box-shadow: 0px 0px 6.03px 0px #0000001F;
    text-align: center;
}

.gapp-list {
    display: flex;
    max-width: 1200px;
    margin: 60px auto 60px;
    flex-wrap: wrap;
    width: 100%;
    clear: both;
}

.gapp-list>li {
    width: calc(1200px / 3);
    position: relative;
}

.gapp-list .gapp-label-image {
    position: absolute;
    left: -10px;
    top: -30px;
}

.gapp-list .gapp-label-image img {
    max-width: 120px;
}

.gapp-list>li>img {
    width: 300px;
}

.gapp-paragraph-one {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    width: 100%;
}

.gapp-paragraph-one h3 {
    font-size: 38px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    color: var(--dark-color);
    margin: 0 0 20px 0px;
}

.gapp-paragraph-one>p {
    color: #777;
    line-height: 33px;
    font-size: 23px;
}

.gapp-paragraph-one h5 {
    color: #777;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.gapp-product-list .owl-stage {
    display: flex;
}

.gapp-product-list {
    position: relative;
    padding: 50px 30px;
    width: 100%;
    float: left;
}

.gapp-product-list .item {
    position: relative;
    border: 1px solid #D9D9D9;
    width: 100%;
    border-radius: 15px;
    padding: 50px 50px 70px 50px;
}

.gapp-product-list .owl-nav.disabled,
.gapp-product-list .owl-dots.disabled {
    display: none;
}

.gapp-product-list .item .gapp-label-image {
    position: absolute;
    left: 5px;
    top: 5px;
}

.gapp-product-list .item .gap-pr-image>img {
    max-width: 240px;
}

.gapp-product-list .item .gapp-label-image img {
    max-width: 100px;
}

.gapp-product-list .item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0;
}

.gapp-product-list .item p {
    font-size: 16px;
    line-height: 23px;
}

.gap-pr-image {
    min-height: 240px;
}

.gapp-paragraph-one>img {
    margin: 60px 0 20px 0;
}

.gapp-paragraph-one>a {
    color: #2295FF;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    margin: 40px 0 10px 0;
    display: inline-block;
    position: relative;
}

.gapp-paragraph-one>a:after {
    content: "";
    background-image: url(../images/gapp/arrow-link.svg);
    position: absolute;
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 5px 4px;
}

.material-block {
    position: relative;
    background-color: #FAFAFA;
    max-width: 1150px;
    width: 100%;
    margin: 160px auto;
    display: flex;
    min-height: 220px;
    flex-direction: row-reverse;
    padding: 60px 120px;
    border-radius: 210px;
}

.material-block>img {
    position: absolute;
    left: 110px;
    top: -30%;
}

.mcontent-block>span {
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
}

.mcontent-block>span>span {
    font-weight: 600;
    color: #F10600;
}

.mcontent-block>h5 {
    font-size: 134px;
    font-weight: 600;
    line-height: 151px;
    color: #000;
}

.mcontent-block>a {
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    position: relative;
    background-color: #F10600;
    min-width: 250px;
    text-align: center;
    padding: 8px 15px;
    border-radius: 20px;
}

.faq-gapp-section {
    padding: 50px 0;
    max-width: 1170px;
    margin: 0 auto;
}

.faq-gapp-section h4 {
    font-size: 38px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    color: #000;
    margin: 0 0 50px 0;
}

.faq-gapp-section > p {
    color: #777;
    line-height: 33px;
    font-size: 24px;
    text-align: center;
    margin: 0 0 20px 0;
}

.faq-gapp-section > p:last-child {
    margin-bottom: 0;
}

.faq-gapp-section .accordion {
    box-shadow: 0px 1.01px 8.12px 0px #00000024;
    border-radius: 26px;
    padding: 30px;
    margin: 60px 0 0 0;
}

.faq-gapp-section .accordion h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    position: relative;
    cursor: pointer;
}

.faq-gapp-section .accordion li {
    box-shadow: 0px 0px 11.36px 0px #0000001F;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 0 0 21px 0;
}

.faq-gapp-section .accordion li .inner {
    background-color: #FAFAFA;
    padding: 17px;
    border-radius: 10px;
    margin: 10px 0px;
}

.faq-gapp-section .accordion ul li h5:after {
    content: "";
    position: absolute;
    right: 10px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px var(--dark-color);
    border-right: solid 2px var(--dark-color);
    transform: translatey(-80%) rotate(135deg);
    top: calc(50% - -1px);
}

.faq-gapp-section .accordion ul li h5.plus:after {
    transform: rotate(-45deg);
    top: calc(50% - 5px);
}

.faq-gapp-section .accordion li:last-child {
    margin-bottom: 0;
}

.faq-gapp-section .accordion li .inner p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.my-dashboard-gapp .error-msg a {
    color: #FFF;
    text-decoration: underline;
}

.gapp-yt-block {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
}

.gapp-yt-block .gapp-ytclick svg path {
    fill: #F10600;
}

.gapp-yt-block .gapp-yt {
    position: relative;
}

.gapp-yt-content h4 {
    font-size: 34px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
}

.yt-labellink span {
    width: 23px;
    height: 23px;
    text-align: center;
    box-shadow: 0px 0px 9.2px 0px #00000026;
    border-radius: 100%;
    padding: 3px;
    margin-right: 10px;
}

.yt-labellink {
    display: flex;
    flex-wrap: wrap;
    color: #777;
    margin: 30px 0px;
}

.yt-labellink small {
    text-decoration: underline;
    font-size: 12px;
}

.gapp-yt-content {
    max-width: 435px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gapp-yt-content>p {
    font-size: 16px;
    color: #777;
    line-height: 22px;
}

.gapp-yt-block .gapp-yt .gapp-ytclick {
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    width: 70px;
    height: 70px;
    background-color: #FFF;
    border-radius: 50%;
    text-align: center;
    padding: 14px 20px;
}

.gapp-core-block {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 50px 0 10px 0;
    flex-wrap: wrap;
    flex-direction: column;
}

.gapp-core-col {
    width: 100%;
}

.gapp-core-block .gapp-core-col h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    color: var(--dark-color);
    margin: 0 0 20px 0px;
}

.gapp-core-block .gapp-core-col h5 {
    color: #777;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin: 0 0 20px 0;
    text-align: center;
}

.gapp-core-col>p, .gapp-pr-col-content>p, .gapp-product-flcol strong, .gapp-product-flcol ul>li {
    color: #777;
    line-height: 33.5px;
    font-size: 24px;
}

.gapp-pr-col-content>p>strong {
    font-weight: 500;
}

.gapp-product-flcol strong {
    font-weight: 500;
}

.gapp-col-btn {
    font-weight: 700;
    font-size: 18px;
    width: 235px;
    display: block;
    padding: 9px 10px;
    border-radius: 30px;
    box-shadow: 0px 0px 6.03px 0px #0000001F;
    text-align: center;
    margin: 50px auto;
}

.gapp-product-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 20px 0;
}

.gapp-product-col .gapp-pr-col-image {
    background: #FAFAFA;
    border-radius: 25px;
    text-align: center;
    width: 50%;
    position: relative;
    padding: 10px;
}

.gapp-pr-col-content {
    max-width: 520px;
}

.gapp-product-col .gapp-pr-col-image img {
    mix-blend-mode: darken;
}

.gapp-product-flcol {
    background-color: #FAFAFA;
    border-radius: 25px;
    padding: 20px;
}

.gapp-core-col>p {
    text-align: center;
    margin: 0;
}

.gapp-product-flcol ul li {
    padding-left: 40px;
    position: relative;
}

.gapp-product-flcol ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #777;
    position: absolute;
    border-radius: 5px;
    top: calc(50% - 2.5px);
    left: 20px;
}

.gapp-product-col .gapp-pr-col-image .gapp-badges {
    position: absolute;
    width: 190px;
    background-color: #FFF;
    box-shadow: 0px 3.79px 5.06px 0px #00000026;
    right: 0;
    padding: 15px 30px;
    font-size: 18px;
    z-index: 1;
    text-align: left;
    color: #000;
    border-radius: 0px 30px;
    top: 0;
}

.gapp-comparision h3 {
    font-size: 38px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    color: var(--dark-color);
}

.gapp-comparision>p {
    color: #777;
    line-height: 33.5px;
    font-size: 24px;
    text-align: center;
    padding: 0px 35px;
}

.gapp-com-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    justify-content: space-between;
}

.gapp-com-ul .gapp-option {
    background-color: #F7F7F7;
    width: calc(50% - 10px);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 14px;
    padding: 30px;
}

.gapp-com-ul .gapp-option h4 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

.gapp-com-ul .gapp-option h5 {
    font-weight: 600;
    color: #000;
    font-size: 24px;
}

.gapp-com-ul .gapp-option .sm-hr {
    width: 46px;
    height: 3px;
    background-color: #F10600;
    border-radius: 14px;
    margin: 20px auto;
}

.gapp-com-ul .gapp-option .gapp-pr-price,
.gapp-com-ul .gapp-option .gapp-cr-fee,
.gapp-com-ul .gapp-option strong {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
}

.gapp-com-ul .gapp-option strong span {
    font-weight: 400;
}

.gapp-com-ul .gapp-option strong {
    font-weight: 500;
}

.gapp-bottom-cost {
    font-size: 24px;
    background-color: #FFF;
    padding: 15px 0px;
    border-radius: 20px;
    margin-top: 30px;
    font-weight: 400;
}

.gapp-com-ul .gapp-option .gapp-pr-price .price,
.gapp-com-ul .gapp-option .gapp-cr-fee .price {
    font-weight: 600;
}

.gapp-bottom-cost .price {
    color: #F10600;
    font-weight: 600;
}

.whychoss-gapp-block {
    text-align: center;
    padding: 50px 0 100px 0;
}

.whychoss-gapp-block h4 {
    font-size: 38px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    color: var(--dark-color);
    margin: 0 0 20px 0px;
}

.whychoss-gapp-block h5 {
    color: #777;
    line-height: 33.5px;
    font-size: 24px;
}

.gapp-liblock {
    display: flex;
    font-size: 24px;
    color: #000;
    margin: 0 -30px;
    justify-content: space-between;
    padding: 50px 0px;
}

.gapp-liblock li {
    width: calc(33.333% - 10px);
    margin: 0px 10px;
    background-color: #F7F7F7;
    border-radius: 27px;
    padding: 40px 80px;
    font-weight: 400;
    line-height: 33px;
}

.whychoss-gapp-block>p {
    color: #777;
    line-height: 33.5px;
    font-size: 24px;
}

.gp-apple-repair-guide {
    text-align: center;
}

.gp-apple-repair-guide h3 {
    font-size: 38px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    color: var(--dark-color);
    margin: 0 0 50px 0px;
}

.gp-apple-repair-guide>p {
    color: #777;
    line-height: 33.5px;
    font-size: 24px;
}

.gapp-product-list .owl-dots {
    position: inherit;
    bottom: inherit;
    width: auto;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    position: relative;
    width: 80%;
    max-width: 720px;
    background: #FFF;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}

.popup-content iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #F00;
    color: #FFF;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}

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

    .gapp-list>li {
        width: 33.333%;
    }

    .gapp-list>li>img {
        width: 220px;
    }

    .gapp-list .gapp-label-image {
        width: 90px;
        top: -20px;
    }

    .gapp-return-list li {
        max-width: 100%;
        width: 48%;
    }

    .gapp-pr-col-content {
        max-width: 450px;
    }

    .gapp-yt-content {
        padding-left: 20px;
    }

    .gapp-liblock li {
        padding: 30px 40px;
    }

}

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

    .gapp-com-ul .gapp-option {
        width: 100%;
    }

    .gapp-com-ul .gapp-option + .gapp-option {
        margin-top: 20px;
    }

    .gapp-com-ul,
    .gapp-liblock,
    .gapp-liblock li {
        margin: 0;
    }

    .gapp-paragraph-one {
        width: 100%;
    }

    .material-block>img {
        position: inherit;
        left: inherit;
        top: inherit;
        width: 380px;
        margin: 0 auto;
    }

    .material-block {
        flex-direction: column;
        min-height: inherit;
        margin: 50px auto;
    }

    .mcontent-block {
        text-align: center;
    }

    .gapp-yt-content {
        padding-left: 0;
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
    }

    .gapp-yt-block .gapp-yt .ms-yt {
        width: 100%;
    }

    .gapp-yt-block {
        flex-direction: column;
    }

    .gapp-yt-block .gapp-yt {
        width: 100%;
    }

    .yt-labellink {
        margin: 20px 0px;
    }

    .gapp-liblock li {
        padding: 20px;
    }

    .gapp-pr-col-content {
        max-width: 360px;
    }

    .gapp-product-list .item {
        padding: 30px;
    }

    .gapp-product-list .item .gap-pr-image>img {
        max-width: 100%;
    }

    .gapp-product-list .item .gapp-label-image img {
        max-width: 60px;
    }

}

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

    .gap-pr-image {
        min-height: 180px;
    }

    .gapp-product-list .item h4 {
        font-size: 16px;
        margin: 0 0 10px 0;
    }

    .gapp-product-list .item p {
        font-size: 14px;
        line-height: 21px;
    }

    .gapp-product-list .item {
        padding: 30px 20px;
    }

    .gapp-product-col .gapp-pr-col-image {
        width: 100%;
    }

    .gapp-pr-col-content {
        width: 100%;
        max-width: 100%;
        padding-top: 25px;
        text-align: center;
    }

    .gapp-liblock {
        flex-wrap: wrap;
    }

    .gapp-liblock li {
        width: 100%;
    }

    .gapp-liblock li + li {
        margin-top: 20px;
    }

}

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

    .gapp-product-list .owl-dots .owl-dot.active {
        background-color: #F10600;
        border-color: #F10600;
    }

    .gapp-product-list .item .gap-pr-image>img {
        max-width: 200px;
    }

    .gapp-paragraph-text {
        padding: 30px 0 10px 0;
    }

    .gapp-paragraph-text h5 {
        font-size: 14px;
        line-height: 21px;
    }

    body.cms-page-view.cms-gapp .main {
        padding: 0;
    }

    .gapp-list>li>img {
        width: 160px;
    }

    .gapp-list .gapp-label-image img {
        max-width: 60px;
    }

    .gapp-product-list {
        margin: 40px 0;
        padding: 0;
    }

    .gapp-product-list .item {
        width: 250px;
        margin: 0px 0 20px 0;
        min-height: 500px;
    }

    .material-block {
        padding: 15px;
        margin: 0px auto 50px;
        border-radius: 20px;
        background: transparent;
        flex-direction: column-reverse;
    }

    .mcontent-block>h5 {
        font-size: 87px;
        line-height: 99px;
    }

    .mcontent-block>span {
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }

    .faq-gapp-section .accordion {
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        margin: 30px 0 0 0;
    }

    .faq-gapp-section .accordion h5 {
        padding-right: 30px;
        font-weight: 600;
    }

    .gapp-title-text {
        text-align: left;
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .gapp-title-m {
        flex-wrap: nowrap;
        position: relative;
        padding: 40px 0 50px 0;
    }

    .gapp-banner-container h1 {
        font-size: 24px;
        line-height: 27px;
        text-align: left;
    }

    .gapp-title-m>img {
        max-width: 60px;
        margin-top: 4px;
    }

    .gapp-title-text>p {
        font-size: 15px;
        line-height: 31px;
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        bottom: 25px;
        color: #000;
    }

    .gapp-paragraph-text p {
        font-size: 14px;
        line-height: 21px;
        margin: 0 0 20px 0;
    }

    .gapp-return-list li + li {
        margin: 30px 0 0 0;
    }

    .gapp-return-list li {
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }

    .gapp-return-list li h4 {
        font-size: 16px;
        padding: 0 0 10px 0;
    }

    .gapp-return-list li p,
    .gapp-paragraph-one>p,
    .gapp-yt-content>p,
    .gapp-core-col>p,
    .gapp-pr-col-content>p,
    .gapp-product-flcol ul>li,
    .gapp-com-ul .gapp-option h4,
    .gapp-com-ul .gapp-option .gapp-pr-price,
    .gapp-com-ul .gapp-option .gapp-cr-fee,
    .gapp-com-ul .gapp-option strong,
    .gapp-bottom-cost,
    .gapp-liblock li,
    .whychoss-gapp-block>p,
    .gp-apple-repair-guide>p,
    .faq-gapp-section .accordion li .inner p,
    .faq-gapp-section > p {
        font-size: 14px;
        line-height: 21px;
    }

    .gapp-core-block .gapp-core-col h5,
    .gapp-product-flcol strong,
    .gapp-pr-col-content>p>strong,
    .gapp-com-ul .gapp-option h5,
    .whychoss-gapp-block h5 {
        font-size: 15px;
        line-height: 22px;
    }

    .gapp-bottom-text {
        font-size: 13px;
        color: #979797;
        font-weight: 400;
        line-height: 19px;
        margin: 0 0 30px 0;
        padding: 0;
    }

    .gapp-liblock {
        padding: 30px 0px;
    }

    .whychoss-gapp-block {
        padding: 40px 15px;
    }

    .gapp-banner-container .btn-primary,
    .gapp-col-btn {
        font-size: 15px;
        min-width: 185px;
    }

    .mcontent-block>a {
        font-size: 15px;
        min-width: 237px;
    }

    .gapp-col-btn {
        margin: 30px auto;
    }

    .gapp-paragraph-one h3 {
        font-size: 24px;
        margin: 0 0 10px 0px;
        line-height: 27px;
    }

    .gapp-paragraph-one h5 {
        font-size: 15px;
        line-height: 21px;
        margin: 0 0 10px 0;
    }

    .gapp-paragraph-one {
        padding: 30px 15px;
    }

    .gapp-yt-content h4,
    .gapp-core-block .gapp-core-col h2,
    .whychoss-gapp-block h4,
    .gp-apple-repair-guide h3,
    .faq-gapp-section h4 {
        font-size: 24px;
        line-height: 27px;
    }

    .gapp-core-col,
    .gapp-com-ul,
    .gp-apple-repair-guide,
    .faq-gapp-section {
        padding: 0 15px;
    }

    .gapp-product-flcol strong {
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

    .gapp-pr-col-content>p>strong {
        margin-bottom: 0px;
        display: block;
    }

    .gapp-bottom-cost {
        padding: 10px;
        border-radius: 50px;
        margin-top: 15px;
    }

    .gapp-com-ul .gapp-option .sm-hr {
        margin: 15px auto;
    }

    .gp-apple-repair-guide h3 {
        margin: 0 0 20px 0px;
    }

    .mcontent-block,
    .faq-gapp-section h4 {
        margin-bottom: 30px;
    }

    .gapp-product-col .gapp-pr-col-image .gapp-badges {
        width: 160px;
        padding: 10px 30px;
        font-size: 14px;
    }

    .faq-gapp-section .accordion li {
        box-shadow: 0px 0px 0 transparent;
        padding: 10px 15px;
        border-radius: 0;
        margin: 0;
        border-bottom: 1px solid #E8E8E8;
    }

    .faq-gapp-section .accordion ul li h5:after {
        transform: translatey(-115%) rotate(135deg);
        top: calc(50% - -5px);
        width: 8px;
        height: 8px;
    }

    .faq-gapp-section .accordion ul li h5.plus:after {
        transform: rotate(-45deg);
        top: calc(50% - 5px);
    }

    .faq-gapp-section .accordion li .inner {
        background-color: #FFF;
        padding: 10px 0 0 0;
        border-radius: 0;
        margin: 0px;
    }

    .faq-gapp-section .accordion li .inner p {
        color: #949393;
    }

    .faq-gapp-section .accordion li:last-child {
        border-bottom: 0;
    }

}

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

    .gap-pr-image {
        min-height: 210px;
    }

    .gapp-title-text>p {
        bottom: 7%;
        font-size: 15px;
    }

    .gapp-title-text {
        padding-bottom: 30px;
    }

    .gapp-title-m>img {
        margin-top: -22px;
    }

    .gapp-title-m {
        padding: 40px 0 35px 0;
    }

}

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

    .gapp-banner-container h1 {
        font-size: 22px;
    }

}
