.service {
    padding: 50px 0 0;
}

.service-detail{
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 0 0 50px;
    margin: 0 8% 45px!important;
}
.tabMain h2{
    text-align: center;
    font-size: 30px;
    margin: 10px 0 80px;
    color: #1a1a1a;
    font-family: PelakBold;
}
.icon-google{
    flex: 25%;
    max-width: 25%;
    padding-top: 66px;
}
.icon-google img{
    width:80%;
}
.block-header , .service-detail , .tabMain , .why-digit , .faq{
    margin: 0 8%;
}
.content-google{
    flex: 75%;
    max-width: 75%;
    text-align: right;
    padding: 52px 0 15px;
}
.content-google h2{
    margin: 0 0 42px;
    font-family: 'PelakBold';
    font-size: 30px;
}
.content-google p , .content-google h2 ~ div[itemprop="description"]{
    line-height: 38px;
    text-align: justify;
    color: #6b6b6b;
    margin: 0 0 30px;
}

.fast-request a{
    padding: 15px;
    background: #e6e6e6;
    width: 300px;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 18px;
    color: #f15a24;
}
.fast-request a:hover{
    background: #f15a24;
    color: #fff;
}


.tabs {
    display: flex;
    table-layout: fixed;
    width: 100%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    justify-content: flex-start;
}
.tabs > li {
    margin: 0 0 0 20px;
    transition-duration: 0.25s;
    list-style: none;
    display: flex;
    text-align: center;
    padding: 20px 20px 25px 20px;
    overflow: hidden;
    cursor: pointer;
    background: #f2f2f2;
    flex: 1;
    align-items: center;
}
.tabs > li .number{
    display: inline-block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: #b3b3b3;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 83px;
    font-size: 33px;
    position: relative;
    font-family: IRANSans;
}
.tabs > li .number:before{
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    background: #f15a24;
    border-radius: 50px;
}
.tabs > li .title{
    display: inline-block;
    margin: 0 20px;
    font-size: 16px;
    font-weight: bold;
}
.tabs > li:hover:before {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
}
.tabs > li.active {
    color: #50555a;
    background: #e6e6e6;
    position: relative;
}
.tabs > li.active .number{
    background: #f15a24;
}
.tabs > li.active .number:before{
    background: #1d1d1d;
}
.tabs > li.active:before {
    z-index: 5;
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    bottom: 14px;
    left: 0;
    background-color: #f15a24;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-duration: 0.25s;
}

.tab__content {
    background-color: white;
    position: relative;
    width: 100%;
        height: 100%;
  
}
.tab__content > li {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: none;
    list-style: none;
}
.tab__content > li .content__wrapper {
    text-align: center;
        width: 98.7%;
        padding: 20px;
        background-color: #e6e6e6;
        display: flex;
        margin: 20px 0;
        justify-content: space-between;
}
.content__wrapper .content-box{

    padding-left: 40px;

}
.content-box h2{
    font-size: 20px;
    text-align: right;
    margin: 0 0 25px;
}
.content-box p{
    text-align: justify;
    line-height: 39px;
    font-size: 15px;
    color: #4d4d4d;
}
.content__wrapper .pic{
        min-width: 245px;
   
}

.content__wrapper h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 300;
}
.content__wrapper img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.why-adv{
    background: #1a1a1a;
    padding: 40px;
    margin:50px 0;
}
.why-adv h2{
    text-align: center;
    font-size: 30px;
    margin: 10px 0 30px;
    color: #f15a24;
    font-family: PelakBold;
}
.why-adv-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.why-adv-block .box{
    max-width: 20%;
    flex: 20%;
    padding: 30px;
}
.why-adv-block .box img{
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    margin: 0 auto 30px
}
.why-adv-block .box span{
    color: #e6e6e6;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.why-digit{
    padding: 0 40px 40px;
}
.why-digit h2{
    text-align: center;
    font-size: 30px;
    margin: 10px 0 30px;
    color: #1a1a1a;
    font-family: PelakBold;
}
.why-digit-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.why-digit-block .box{
    max-width: 33.333%;
    flex: 33.333%;
    padding: 30px;
}
.why-digit-block .box img{
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    margin: 0 auto 30px
}
.why-digit-block .box span{
    color: #000;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.faq {
    padding: 50px 0;
}
.faq h2{
    text-align: center;
    font-size: 30px;
    margin: 0 0 30px;
    color: #1a1a1a;
    font-family: PelakBold;
}

.faq .accordion .accordion-item .category-faq {
    position: absolute;
    right: 6%;
    margin-top: 22px;
    font-size: 20px;
    color: #2E3192;
    font-weight: bold;
    display: none;
}
@media (min-width: 992px) {
    .faq .accordion .accordion-item .category-faq {
        display: block;
    }
}
.faq .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 25px;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    background: #f2f2f2;
    outline: none;
}
.faq .accordion button:hover, .faq .accordion button:focus {
    cursor: pointer;
    color: #ccc;
}
.faq .accordion button:hover::after, .faq .accordion button:focus::after {
    cursor: pointer;
    color: #2E3192;
}
.faq .accordion button .accordion-title {
    padding: 0;
    width: 100%;
    text-align: right;
    display: inline-block;
    color: #000;
    font-weight: bold;
    font-size: 15px;
}
@media (min-width: 768px) {
    .faq .accordion button .accordion-title {
        font-size: 18px;
    }
}
.faq .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 19px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #f15a24;
    border-left: 2px solid #f15a24;
    border-bottom: 2px solid #f15a24;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 300ms;
    box-sizing: border-box;
    margin: 0 8px;
}
.faq .accordion button[aria-expanded=true] .icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 300ms;
}
.faq .accordion button[aria-expanded=true] span{
    color: #fff;
}
.faq .accordion button[aria-expanded=true] {
    color: #fff;
    background: #1d1d1d;
}
.faq .accordion button[aria-expanded=true]:before{
    content: "";
    position: absolute;
    right: 0;
    width: 5px;
    top: 0;
    height: 100%;
    background: #f15a23;
}
.faq .accordion button[aria-expanded=true] ~.accordion-content:before{
    content: "";
    position: absolute;
    right: 0;
    width: 5px;
    top: 0;
    height: 100%;
    background: #f15a23;
}
.faq .accordion button[aria-expanded=true] .icon::after {
    width: 0;
}
.faq .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 100%;
    transition: all 200ms linear;
    will-change: opacity, max-height;

}
@media (min-width: 768px) {
    .faq .accordion button[aria-expanded=true] + .accordion-content {
        max-height: 10rem;
    }
}
.faq .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    background: #cccccc;
}
.faq .accordion .accordion-content p {
    font-size: 12px;
    font-weight: 300;
    margin: 1em 28px;
    text-align: justify;
    color: #4d4d4d;
    line-height: 34px;
}
@media (min-width: 768px) {
    .faq .accordion .accordion-content p {
        font-size: 14px;
    }
}

.accordion-item:nth-child(even) button{
    background: #e6e6e6;
}
.accordion-item{
    position: relative;
}