/*******************************************************
 *
 * General
 *
 *******************************************************/

#inner-page-wrapper {
    margin-bottom: 0 !important;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#ip-services-accnt,
#ip-services-accnt .ip-services-accnt-inner {
    position: relative;
    display: block;
}

#ip-services-accnt .services-accnt-banner,
#ip-services-accnt .services-accnt-banner-inner,
#ip-services-accnt .services-accnt-banner-img {
    position: relative;
    display: block;
}

#ip-services-accnt .services-accnt-banner-img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#ip-services-accnt .services-accnt-banner-img canvas {
    position: relative;
    display: block;
    width: 100%;
    min-height: 400px;
}

#ip-services-accnt .services-accnt-banner-article {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: row wrap;
    padding: 50px;
}

#ip-services-accnt .services-accnt-banner-article > div {
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
}

#ip-services-accnt .services-accnt-banner-article h2,
#ip-services-accnt .services-accnt-banner-article p {
    position: relative;
    display: block;
    color: var(--white-color-1);
    margin: 0;
}

#ip-services-accnt .services-accnt-banner-article h2 {
    font-size: 48px;
    margin-bottom: 15px;
}

#ip-services-accnt .services-accnt-banner-article p {
    font-size: 24px;
}

#ip-services-accnt .services-accnt-desc,
#ip-services-accnt .services-accnt-desc-inner,
#ip-services-accnt .services-accnt-desc-txt {
    display: block;
    position: relative;
}

#ip-services-accnt .services-accnt-desc {
    padding: 120px 0;
}

#ip-services-accnt .services-accnt-desc-txt {
    margin: 0 auto;
    text-align: center;
}

#ip-services-accnt .services-accnt-desc-txt p {
    margin: 0;
}

#ip-services-accnt .services-accnt-section-a,
#ip-services-accnt .services-accnt-section-a-inner,
#ip-services-accnt .services-accnt-section-a-fimage {
    position: relative;
    display: block;
}

#ip-services-accnt .services-accnt-section-a {
    padding: 120px 0;
    background: var(--white-color-2);
    overflow: hidden;
}

#ip-services-accnt .services-accnt-section-a-inner > h2,
#ip-services-accnt .services-accnt-section-a-inner > p {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

#ip-services-accnt .services-accnt-section-a-fimage canvas {
    position: relative;
    display: block;
    width: 100%;
    min-height: 325px;
}

#ip-services-accnt .services-accnt-section-a-fimage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#ip-services-accnt .services-accnt-section-a-cards {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -50px;
}

#ip-services-accnt .services-accnt-section-a-cards-col,
#ip-services-accnt .services-accnt-section-a-cards-item {
    position: relative;
    display: block;
}

#ip-services-accnt .services-accnt-section-a-cards-col {
    position: relative;
    display: block;
    padding: 25px 50px;
    width: 50%;
}

#ip-services-accnt .services-accnt-section-a-cards-title,
#ip-services-accnt .services-accnt-section-a-cards-description,
#ip-services-accnt .services-accnt-section-a-cards-inquire {
    position: relative;
    display: block;
}

#ip-services-accnt .services-accnt-section-a-cards-inquire {
    margin-top: 50px;
}

#ip-services-accnt .services-accnt-section-a-cards-description {
    color: var(--gray-color-1);
}

#ip-services-accnt .services-accnt-section-a-cards-description h2,
#ip-services-accnt .services-accnt-section-a-cards-description h3,
#ip-services-accnt .services-accnt-section-a-cards-description h4,
#ip-services-accnt .services-accnt-section-a-cards-description h5,
#ip-services-accnt .services-accnt-section-a-cards-description h6,
#ip-services-accnt .services-accnt-section-a-cards-description b,
#ip-services-accnt .services-accnt-section-a-cards-description strong {
    color: var(--black-color-2);
}

#ip-services-accnt .services-accnt-section-a-cards-description strong {
    font-size: 18px;
}

#ip-services-accnt .services-accnt-section-a-cards-description ol {
    position: relative;
    margin: 25px 0 0 20px;
}

#ip-services-accnt .services-accnt-section-a-cards-description ol > li {
    position: relative;
    color: var(--black-color-2);
    font-weight: 500;
}

#ip-services-accnt .services-accnt-section-a-cards-description ol > li + li {
    margin-top: 5px;
}

#ip-services-accnt .services-accnt-section-a-cards-description ul {
    position: relative;
    margin: 10px 0 0 5px;
}

#ip-services-accnt .services-accnt-section-a-cards-description ul > li {
    position: relative;
    display: flex;
    align-items: baseline;
    font-weight: 400;
    color: var(--gray-color-1);
}

#ip-services-accnt .services-accnt-section-a-cards-description ul > li:before {
    content: "";
    position: relative;
    top: -3px;
    display: block;
    width: 6px;
    height: 6px;
    background: var(--gray-color-1);
    border-radius: 50%;
    margin-right: 15px;
}

#ip-services-accnt .services-accnt-section-a-cards-description ul > li + li {
    margin-top: 5px;
}

#ip-services-accnt .services-accnt-section-a-cards-description-toggle {
    position: relative;
    display: block;
    margin-top: 25px;
}

#ip-services-accnt .services-accnt-section-a-cards-description-toggle a {
    color: var(--gray-color-7);
    text-decoration: none;
}

#ip-services-accnt .services-accnt-section-a-cards-description-toggle a:hover {
    color: var(--primary-color);
}

#ip-services-accnt .services-accnt-section-a-cards-description-toggle a i {
    position: relative;
    top: -2px;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    margin-left: 5px;
}

#ip-services-accnt .services-accnt-section-b,
#ip-services-accnt .services-accnt-section-b-inner,
#ip-services-accnt .services-accnt-section-b-fimage {
    position: relative;
    display: block;
}

#ip-services-accnt .services-accnt-section-b {
    padding: 120px 0;
    overflow: hidden;
}

#ip-services-accnt .services-accnt-section-b-inner > h2,
#ip-services-accnt .services-accnt-section-b-inner > p {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

#ip-services-accnt .services-accnt-section-b-fimage canvas {
    position: relative;
    display: block;
    width: 100%;
}

#ip-services-accnt .services-accnt-section-b-fimage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#ip-services-accnt .services-accnt-section-b-cards {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}

#ip-services-accnt .services-accnt-section-b-cards-col,
#ip-services-accnt .services-accnt-section-b-cards-item {
    position: relative;
    display: block;
}

#ip-services-accnt .services-accnt-section-b-cards-col {
    position: relative;
    display: block;
    padding: 25px 15px;
    width: 50%;
}

#ip-services-accnt .services-accnt-section-b-cards-item {
    border: 1px solid var(--light-color-3);
}

#ip-services-accnt .services-accnt-section-b-cards-img,
#ip-services-accnt .services-accnt-section-b-cards-main,
#ip-services-accnt .services-accnt-section-b-cards-title,
#ip-services-accnt .services-accnt-section-b-cards-description,
#ip-services-accnt .services-accnt-section-b-cards-inquire {
    position: relative;
    display: block;
}

#ip-services-accnt .services-accnt-section-b-cards-img canvas {
    display: block;
    width: 100%;
}

#ip-services-accnt .services-accnt-section-b-cards-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#ip-services-accnt .services-accnt-section-b-cards-main {
    padding: 30px;
}

#ip-services-accnt .services-accnt-section-b-cards-inquire {
    margin-top: 50px;
}

#ip-services-accnt .services-accnt-section-b-cards-description {
    color: var(--gray-color-1);
}

#ip-services-accnt .services-accnt-section-b-cards-description h2,
#ip-services-accnt .services-accnt-section-b-cards-description h3,
#ip-services-accnt .services-accnt-section-b-cards-description h4,
#ip-services-accnt .services-accnt-section-b-cards-description h5,
#ip-services-accnt .services-accnt-section-b-cards-description h6,
#ip-services-accnt .services-accnt-section-b-cards-description b,
#ip-services-accnt .services-accnt-section-b-cards-description strong {
    color: var(--black-color-2);
}

#ip-services-accnt .services-accnt-section-b-cards-description ol {
    position: relative;
    margin: 25px 0 0 20px;
}

#ip-services-accnt .services-accnt-section-b-cards-description ol > li {
    position: relative;
    color: var(--black-color-2);
    font-weight: 500;
}

#ip-services-accnt .services-accnt-section-b-cards-description ol > li + li {
    margin-top: 5px;
}

#ip-services-accnt .services-accnt-section-b-cards-description ul {
    position: relative;
    margin: 10px 0 0 5px;
}

#ip-services-accnt .services-accnt-section-b-cards-description ul > li {
    position: relative;
    display: flex;
    align-items: baseline;
    font-weight: 400;
}

#ip-services-accnt .services-accnt-section-b-cards-description ul > li:before {
    content: "";
    position: relative;
    top: -3px;
    display: block;
    width: 6px;
    height: 6px;
    background: var(--gray-color-1);
    border-radius: 50%;
    margin-right: 15px;
}

#ip-services-accnt .services-accnt-section-b-cards-description ul > li + li {
    margin-top: 5px;
}

#ip-services-accnt .services-accnt-section-b-cards-description-toggle {
    position: relative;
    display: block;
    margin-top: 25px;
}

#ip-services-accnt .services-accnt-section-b-cards-description-toggle a {
    color: var(--gray-color-7);
    text-decoration: none;
}

#ip-services-accnt .services-accnt-section-b-cards-description-toggle a:hover {
    color: var(--primary-color);
}

#ip-services-accnt .services-accnt-section-b-cards-description-toggle a i {
    position: relative;
    top: -2px;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    margin-left: 5px;
}

#ip-services-accnt .services-accnt-faq,
#ip-services-accnt .services-accnt-faq-inner {
    position: relative;
    display: block;
}

#ip-services-accnt .services-accnt-faq {
    padding: 120px 0;
    background: var(--white-color-2);
}

#ip-services-accnt .services-accnt-faq-inner > h3 {
    position: relative;
    display: block;
    text-align: center;
}

#ip-services-accnt .services-accnt-faq-list {
    position: relative;
    display: block;
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
}

#ip-services-accnt .services-accnt-faq-list-title {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    color: var(--black-color-2);
    border-bottom: 1px solid var(--light-color-3);
    padding: 30px 72px 30px 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ip-services-accnt .services-accnt-faq-list-title.active {
    border-bottom: none;
}

#ip-services-accnt .services-accnt-faq-list-title.active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#ip-services-accnt .services-accnt-faq-list-title:after {
    content: '';
    position: absolute;
    top: calc(50% - 4.5px);
    right: 30px;
    background: transparent url(../../svg/arrow-down.svg) no-repeat;
    background-position: center center;
    width: 12px;
    height: 9px;
}

#ip-services-accnt .services-accnt-faq-list-content {
    position: relative;
    margin-top: -30px;
    padding: 30px 95px 30px 30px;
    border-bottom: 1px solid var(--light-color-3);
    display: none;
}

#ip-services-accnt .services-accnt-faq-list-content p {
    margin: 0;
}

#ip-services-accnt .services-accnt-faq-text {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 30px;
    
}

#ip-services-accnt .services-accnt-faq-text p {
    margin: 0;
}

/*******************************************************
 *
 * Media Queries
 *
 *******************************************************/

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

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

@media only screen and (max-width: 1280px) {
    #ip-services-accnt .services-accnt-banner-article h2 {
        /*font-size: 60px;*/
    }
}

@media only screen and (max-width: 1199px) {
    #ip-services-accnt .services-accnt-banner-article h2 {
        
    }
    
    #ip-services-accnt .services-accnt-faq,
    #ip-services-accnt .services-accnt-desc,
    #ip-services-accnt .services-accnt-section-a,
    #ip-services-accnt .services-accnt-section-b {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    #ip-services-accnt .services-accnt-banner-article {
        position: relative;
        min-height: 320px;
        text-align: center;
    }

    #ip-services-accnt .services-accnt-banner-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #ip-services-accnt .services-accnt-banner-img img,
    #ip-services-accnt .services-accnt-banner-img canvas {
        width: 100%;
        height: 100%;
        min-height: 0;
    }

    #ip-services-accnt .services-accnt-banner-article h2 {
        
    }
    
    #ip-services-accnt .services-accnt-desc-inner,
    #ip-services-accnt .services-accnt-section-a-inner,
    #ip-services-accnt .services-accnt-section-b-inner {
        width: 450px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #ip-services-accnt .services-accnt-section-a-cards,
    #ip-services-accnt .services-accnt-section-b-cards {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    
    #ip-services-accnt .services-accnt-section-a-cards-col,
    #ip-services-accnt .services-accnt-section-b-cards-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    #ip-services-accnt .services-accnt-section-a-fimage canvas {
        min-height: 285px;
    }
    
    #ip-services-accnt .services-accnt-section-a-cards-img canvas,
    #ip-services-accnt .services-accnt-section-b-cards-img canvas {
        min-height: 210px;
    }
    
    #ip-services-accnt .services-accnt-faq-list-content {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #ip-services-accnt .services-accnt-banner-article h2 {
        font-size: 45px;
    }
}

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