.porsline-dir {
    direction: rtl;
}

.headerOrder {
    background: #1b427e;
    color: #ffffff;
    text-align: center;
}

.headerOrder1 {
    background: url(../images/order.png) no-repeat;
    background-size: 25%;
    height: 250px;
    background-position: center;
}

@media (max-width: 767px) {
    .headerOrder1 {
        display: none;
    }
}

.color-text {
    color: #175da9;
}

.cd-timeline-block:hover {
    transform: scale(0.97);
}

.home-post1:hover img {
    transform: scale(0.8);
}

.home-post1 {
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
    border-radius: 20px;
    height: 100%;
}

.home-post1 h5 {
    color: #2c64a0;
}

.home-post1 a {
    position: absolute;
    bottom: 15px;
    left: 18%;
    width: 65%;
}

.home-post:hover img {
    transform: scale(1.3);
}

.home-post {
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
    border-radius: 20px;
    height: 100%;
}

.home-post:hover {
    transform: translateY(-1.5rem);
}

.home-post h4 {
    color: #2c64a0;
    height: 60px;
}

.blockbtn {
    border: 3px solid transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    width: 50%;
}

.home-post p {
    text-align: justify !important;
}

.feature-after:hover .feature-image {
    transform: scale(1.05);
    border-radius: 50%;
    box-shadow: 0px 0px 30px 15px rgba(137, 173, 255, 0.35)
}

.feature-after:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 65px;
    height: 2px;
    width: 100%;
    background: #08427f;
}

.feature-item:nth-child(1) .feature-after:before {
    left: -78.5px !important;
}

.feature-item:nth-child(4) .feature-after:before {
    right: -78.5px !important;
}

.block-out {
    background-color: #08427f;
    min-height: 380px;
}

#blockcc {
    background-size: cover;
    background-image: url(../images/porsline/call-out-bg-desktop.png);
    background-repeat: no-repeat;
}

#blockcc1 {
    background-size: contain;
    background-image: url(../images/porsline/3.png);
    background-repeat: no-repeat;
}

@media (max-width: 575px) {
    .feature-after:before {
        height: 0;
    }
}

@media (max-width: 767px) {
    .headerOrder {
        background: #1b427e;
    }

    .feature-describtion h5 {
        font-size: 15px;
    }

    .feature-image {
        width: 100px;
    }

    .feature-after:before {
        top: 50px;
    }

    .block-out {
        background: #08427f;
        background-image: none !important;
    }

}

.porsline1 {
    color: #175da9;
}

.porsline2 {
    color: #2c64a0;
}

.porsline3 {
    color: #dbdbe2;
}

.porsline4 {
    background-color: rgba(28, 67, 124, 0.82);
}

@media (max-width: 375px) {
    .headerOrder h1 {
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    .blockbtn {
        width: 75%;
    }
}

@media (max-width: 1200px) {
    .headerOrder h1 {
        font-size: 25px;
    }

    .headerOrder {
        height: 260px;
    }
}

.guide-porsline h6 {
    height: 40px;
}
