.dsp-header{
    background-image: url("../images/dsp-header-bg.png"); /* The image used */
    background-color: var(--color1); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    min-height: 350px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dsp-header h3{
    color: var(--coloryellow1);
}


.dcp-section1{
    background-image: url("../images/dsp-section1-bg.png"); /* The image used */
    background-color: var(--color1); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    min-height: 350px;
}

.dcp-section1 .__box-container{
    background: linear-gradient(0deg, #FF9A00 0%, #FBDB15 100%);
    padding: 20px;
    width: 600px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dcp-section1 .__box-container h3,
.dcp-section1 .__box-container p {
    color: var(--black);
}


.dcp-section2{
    background-image: url("../images/dsp-section2-bg.png"); /* The image used */
    background-color: var(--color1); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.dcp-section2 .__box-container{
    text-align: center;
}

.dcp-section2 .__box-container .__icon-container{
    background: #002398;
    border-radius: 20px 20px 0px 0px;
    padding: 30px 20px;
    margin-bottom: 2rem;
}

.dcp-section2 .__box-container .__icon-container:hover{
    /* background: #002398;
    transition: .6s; */
}

.dcp-section2 .__box-container h4{
    color: #FBDB15;
}

.dcp-section3{
    background-image: url("../images/dsp-section3-bg.png"); /* The image used */
    background-color: var(--color1); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}


.dcp-section3 .__box-container{
    text-align: center;
    height: 470px;
}

.dcp-section3 .__box-container p {
    padding: 0px 10px;
}


.dcp-section3 .__box-container .__top-image{
    background-color: var(--color1); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    width: 100%;
    height: 250px;
    margin-bottom: 1rem;
}

.dcp-section3 .__box-container .__top-image.__1{
    background-image: url("../images/dsp-section3-bg-1.png"); /* The image used */
}
.dcp-section3 .__box-container .__top-image.__2{
    background-image: url("../images/dsp-section3-bg-2.png"); /* The image used */
}
.dcp-section3 .__box-container .__top-image.__3{
    background-image: url("../images/dsp-section3-bg-3.png"); /* The image used */
}


.dcp-section3 .__box-container{
    background-color: var(--colorblue1);
    padding: 10px;
}


.dcp-section4{
    background-image: url("../images/dsp-section4-bg.png"); /* The image used */
    background-color: var(--color1); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.dcp-section4 .accordion-button {
    background-color: var(--colorblue1);
}

.dcp-section4 .accordion-button.__yellow {
    background-color: var(--coloryellow1);
}

.dcp-section4 .zq_faq-content .accordion-body p{
    font-size: 20px;
}

.dcp-section4 #headingTwo button{
    color: var(--black);
}

.dcp-section4 #headingTwo button:not(.collapsed){
    color: var(--coloryellow1);
}


.dcp-section4 .zq_faq-content .accordion-button:not(.collapsed) {
    background-color: var(--colorblue3);
    padding-bottom: 17px;
    border: 1px solid white;
    border-bottom: 0;
}

.dcp-section4 .zq_faq-content .accordion-button::before {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107";
    font-family: FontAwesome;
}

.zq_faq-content .accordion-body {
    padding: 0 40px 28px 62px;
    background: var(--colorblue3);
    border: 1px solid white;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.zq_faq-content .accordion-button:not(.collapsed)::before {
    color: var(--coloryellow1);
    font-family: FontAwesome;
    content: "\f106";
}

.dcp-section5{
    background: rgb(26,26,26);
background: linear-gradient(184deg, rgba(26,26,26,1) 0%, rgba(21,34,79,1) 100%);
}

.dcp-section5 .__box-container{
    background-color: #FBDB15;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    max-width: 580px;
    min-height: 250px;

}

.dcp-section5 .__box-container .__col1{
    width: 10%;
    position: relative;
    height: 100%;
}

.dcp-section5 .__box-container .__col2{
    width: 90%;
}
.dcp-section5 .__box-container .__col1 h2{
    font-size: 150px;
    position: absolute;
    left: -40px;
}

.dcp-section5 .__box-container h3,
.dcp-section5 .__box-container p {
    color: var(--black);
}

.dcp-section6{
    background-color: black;
}


.dcp-section6 .__bg-container{
    background-color: #FBDB15;
    padding: 0px 20px;
    clip-path: polygon(10% 0, 100% 0%, 90% 99%, 0% 100%);
    height: 250px;
}

.dcp-section6 .__bg-container .__bg-main{
    background: rgb(0,35,152);
    background: linear-gradient(184deg, rgba(0,35,152,1) 0%, rgba(63,106,248,1) 100%);  
    clip-path: polygon(10% 0, 100% 0%, 90% 99%, 0% 100%);
    height: 250px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.dcp-section6 .__bg-container .__bg-main .__content{
    width: 210px;
}

.dcp-section6 .__bg-container .__bg-main .__content h3{
    font-size: 24px;
}