.custom-category {
    padding: 80px 0;
    background: url(../images/multi-app/bg.jpg) no-repeat;
    background-size: cover;
}

.custom-category h1 {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 800;
}

.custom-category p {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 60px !important;
}

.category-des h1 {
    font-size: 30px;
    margin: 50px 0 20px 0;
    font-weight: 700;
}

.category-des p {
    font-size: 19px;
    letter-spacing: 1px;
    text-align: justify;
    margin-bottom: 30px;
}

.left-img {
    position: absolute;
    width: 500px;
    left: -170px;
    object-fit: contain;
}

.left-img1 {
    transform: rotate(-20deg);
    width: 200px;
    object-fit: contain;
}

.left-img2 {
    transform: rotate(-20deg);
    width: 300px;
    position: absolute;
    left: 0;
    top: 200px;
    object-fit: contain;
}

.right-img {
    position: absolute;
    width: 340px;
    right: 0px;
    top: 140px;
    object-fit: contain;
}

.right-img2 {
    position: absolute;
    width: 260px;
    right: 40px;
    top: 320px;
    object-fit: contain;
}

.right-img3 {
    position: absolute;
    width: 200px;
    right: 40px;
    transform: rotate(20deg);
    top: 320px;
    object-fit: contain;
}

.new-start {
    background: #fa9e1a38;
}

.vecotr-s {
    padding: 50px 0;
}

.vecotr-s h1 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.vecotr-s p {
    font-size: 19px;
    letter-spacing: 1px;
    text-align: justify;
    margin-bottom: 30px;
}

.vecotr-s h5 {
    font-size: 18px;
    color: #fa9e1a;
    margin-left: 10px;
}

.vecotr-s span {
    font-weight: 800;
    font-size: 18px;
    margin-left: 10px;
    position: relative;
}

.vecotr-s span::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: -3px;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid #fa9e1a;
    background: #005d7c64;
    z-index: -2;
}

.panel {
    background: #fa9e1a;
    padding: 50px 0;
}

.left-panel {
    background: #fff;
    padding: 18px 27px;
    border-radius: 7px;
    margin: 10px 0;
    position: relative;
}

.left-panel::after {
    position: absolute;
    width: 20px;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    border-radius: 50px;
    border: 4px solid #fa9e1a;
    background: #fff;
    content: "";
}

.left-panel h3 {
    font-size: 19px;
    text-align: end;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.right-panel {
    background: #fff;
    padding: 18px 27px;
    border-radius: 7px;
    margin: 10px 0;
    position: relative;
}

.right-panel::after {
    position: absolute;
    width: 20px;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    border-radius: 50px;
    border: 4px solid #fa9e1a;
    background: #fff;
    content: "";
}

.right-panel h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.new-section p {
    font-size: 14px;
    margin-top: 15px;
}

.new-section img {
    width: 70px;
}

.ques_section2 .ques_drop a span {
    width: 98%;
}

@media(max-width: 991px) {
    .remove {
        display: none;
    }
}

@media (max-width: 767px) {
    .custom-category h1 {
        font-size: 39px;
    }
    .custom-category p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .custom-category h1 {
        font-size: 27px;
    }
    .custom-category p {
        font-size: 13px;
    }
    .category-des h1 {
        font-size: 24px;
    }
    .category-des p {
        font-size: 13px;
    }
    .vecotr-s h1 {
        font-size: 25px;
    }
    .vecotr-s p {
        font-size: 13px;
    }
}