.all-banner.service-banner{
    height: 680px;
    text-align: left;
    padding-top: 14rem;
}
.all-banner.service-banner p{
    margin: 0;
}
div.major-service h2{
    max-width: 60rem;
    margin: 0 auto 8rem;
}
div.major-service{
    background: url(../image/service-bg.png) no-repeat top center;
    background-size: cover;
    padding: 8rem 0 9rem;
}
div.major-service div.major-part{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.major-part ul.left{
    width: 37%;
}
div.major-part ul.left li>p{
    border-radius: 4px;
    position: relative;
    font-size: 1.2rem;
    padding: 1.3rem 2.6rem;
    cursor: pointer;
    transition: 0.3s all ease;
    background-color: white;
    box-shadow: 0 0 12px #00000014;
    text-transform: capitalize;
}
div.major-part ul.left li>p::before{
    content: '';
    width: 0.9rem;
    height: 1.4rem;
    background-size: contain;
    background: url(../image/arrow-down.svg) no-repeat center;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    transition: 0.3s all ease;
}
div.major-part ul.left li.show>p:before{
    background: url(../image/arrow-down-white.svg) no-repeat center;
}
div.major-part div.right{
    width: 63%;
    position: relative;
}
div.major-part div.right div.img{
    position: relative;
    transition: 1s all ease;
    text-align: right;
    margin-right: -11rem;
}
div.major-part div.right div.img::before{
    content: '';
    width: 34rem;
    height: 9rem;
    /* background: url(./assets/img/shadow.png) no-repeat center; */
    background-size: contain;
    position: absolute;
    bottom: -8rem;
    left: 50%;
    transform: translateX(-50%);
}
div.major-part ul.left li div.text{
    padding: 0 1.8rem;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s all ease-in-out;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding: 0 1.8rem;
}
div.major-part ul.left li.show div.text{
    max-height: 30rem;
    padding: 2.5rem 1.8rem 1.8rem;
}
div.major-part ul.left li div.text span.title{
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 1.5rem;
}
div.major-part ul.left li.show>p{
    background-color: var(--hover-color);
    color: white;
}
div.major-part ul.left li.show>p:before{
    transform: translateY(-50%) rotate(180deg);
}
div.major-part ul.left li a.button{
    min-width: unset;
    line-height: 45px;
    padding: 0 2.5rem;
    margin-top: 1.5rem;
}
div.major-part ul.left li+li{
    margin-top: 1.2rem;
}
div.major-part .right span{
    position: absolute;
    background-size: contain !important;
    display: inline-block;
}
div.major-part .right span.clock{
    width: 11rem;
    height: 11rem;
    bottom: -1rem;
    left: 0;
    transition: 0.8s all ease;
}
.major-part .right div.img img{
    width: 80%;
}
div.major-part .right span.altcoins-money{
    width: 10rem;
    height: 10rem;
    top: -4rem;
    right: -3rem;
    transition: 1.5s all ease;
}
div.major-part .right span.phone,div.major-part .right span.phone-shadow{
    width: 36rem;
    height: 30rem;
    bottom: -5rem;
    right: -3rem;
    z-index: 2;
    transition: 1s all ease;
}
div.warranty div.content div.right {
    width: 35%;
}
div.point>span{
    display: block;
    padding-left: 2.3rem;
    line-height: 26px;
    position: relative;
    margin-bottom: 1.2rem;
}
div.point>span::before {
    content: '';
    background: url(../image/true-blue.svg) no-repeat center;
    width: 18px;
    height: 1rem;
    position: absolute;
    top: 7px;
    left: 0;
}
div.warranty div.content div.left {
    width: 60%;
}
.warranty{
    padding-top: 9rem;
    margin-bottom: 14rem;
    background: url(../image/background1.jpg) no-repeat center;
    background-size: cover;
}
.warranty h2{
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 1rem;
}
.warranty p{
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 3rem;
}
div.warranty .img div {
    border-radius: 10px;
    overflow: hidden;
}
div.warranty .img div:first-child {
    width: 43%;
    height: 100%;
}
div.warranty .img div:nth-child(2) {
    width: 26%;
    height: 84%;
}
div.warranty .img div:last-child {
    width: 26%;
    height: 98%;
}
div.warranty .img div>span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    transition: 0.56s all ease;
}
div.warranty .img {
    height: 32.6rem;
    align-items: flex-end;
    transform: translateY(4rem);
}
.service-table table{
    border-collapse: collapse;
}
.service-table table tr{
    display: flex;
    justify-content: space-between;
    border: 1px solid #eee;
}
.service-table table tr:nth-child(even){
    background-color: #f6f6f6;
}
.service-table table tr td{
    min-width: 15%;
    border-left: 1px solid #eee;
    margin-top: -1px;
    padding: 25px 20px;
    color: #444;
    text-align: center;
    font-size: 16px;
}
.service-table table tr td:nth-child(3){
    min-width: 25%;
}
.service-table table tr td:first-child{
    text-align: left;
}
.spare-part{
    margin-bottom: 10rem;
}