.dr-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;
}

.dr-header h3{
    color: var(--coloryellow1);
}


.dr-section1{
   background-color: var(--colorblue1);
    min-height: 350px;
}

.dr-section1 .__box-container{
    background-image: url("../images/dmto-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: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

.dr-section1 .__box-container .__title{
    background-color: var(--coloryellow1);
    clip-path: polygon(5% 0, 95% 0, 100% 100%, 0% 100%);
    margin-bottom: 1rem;
}


.dr-section1 .__box-container .__title h3{
    color: var(--black);
    padding: 0px;
    margin: 0px;
    padding: 20px 50px;
}



.dr-section2{
    margin-top: -2px;
    background: rgb(0,35,152);
background: linear-gradient(180deg, rgba(0,35,152,1) 0%, rgba(21,34,79,1) 100%);
}

.dr-section2 .accordion-button {
    background-color: #FFF8CF;
    color: var(--black);
}


.dr-section2 .zq_faq-content .accordion-button:not(.collapsed) {
    background-color: #FFF8CF;
    padding-bottom: 17px;
    border: 1px solid white;
    border-bottom: 0;
    margin-top: -2px;
}

.dr-section2 .zq_faq-content .accordion-body {
    margin-top: -2px;
    padding: 0 40px 28px 62px;
    background: #FFF8CF;
    border: 0px;
    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;
}


.dr-section2 .zq_faq-content .accordion-body p {
    color: var(--black);
    font-size: 24px;
}

.dr-section2 .zq_faq-content .accordion-button::before{
    color: var(--black) !important;
    font-family: FontAwesome;
}



.dr-section3{
    background: rgb(89,115,177);
background: linear-gradient(219deg, rgba(89,115,177,1) 0%, rgba(64,96,165,1) 31%, rgba(21,34,79,1) 100%);
position: relative;
}

.dr-section3 .zq_h5_service-item-content p{
    font-size: 24px;
}

.dr-section3 .zq_h5_service-item{
    height: 290px !important;
    background-color: var(--coloryellow5);
}

.dr-section3 .__dr-section3-icon{
    position: absolute;
    right: 0px;
    top: 50px;
}


.dr-section4{
    background-color: var(--black);
}

.dr-section4 img{
    width: 100%;
}


.dr-section5{
    background-image: url("../images/dr-section5-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 */
}


.dr-section5 .box .front{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    background: rgb(158,136,4);
background: linear-gradient(176deg, rgba(158,136,4,1) 0%, rgba(226,183,0,1) 100%);
height: 280px;
}

.dr-section5 .__box-container.__yellowbg:hover{
    background: var(--coloryellow4);
    transition: .900ms;
}

.dr-section5 .__box-container.__orangebg{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgb(255,154,0);
    background: linear-gradient(176deg, rgba(255,154,0,1) 0%, rgba(255,0,0,1) 100%);
height: 280px;
}

.dr-section5 .__box-container.__orangebg:hover{
    background: var(--coloryellow6);
    transition: .900ms;
}

.dr-section5{
    position: relative;
}


.dr-section5 .__box-container.__yellowbg{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    background: rgb(158,136,4);
background: linear-gradient(176deg, rgba(158,136,4,1) 0%, rgba(226,183,0,1) 100%);
height: 280px;
}

.dr-section5 .__box-container.__yellowbg:hover{
    background: var(--coloryellow4);
    transition: .900ms;
}

.dr-section5 .__box-container.__bluebg{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    background: rgb(0,35,152);
    background: linear-gradient(180deg, rgba(0,35,152,1) 0%, rgba(21,34,79,1) 100%);
height: 280px;
}

.dr-section5 .__box-container.__bluebg:hover{
    background: var(--colorblue2);
    transition: .900ms;
}


.dr-section5 .box{
    position: relative;
    top: 50%;  left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;  height: 300px;
}
.dr-section5 .box.__orangebg .front{
    position: relative;
    width: 100%;  height: 100%;
    background: rgb(255,154,0);
    background: linear-gradient(176deg, rgba(255,154,0,1) 0%, rgba(255,0,0,1) 100%);
    backface-visibility: hidden;
    transform: perspective(1000px) rotateY(0deg);
    transition: 1s;
}

.dr-section5 .box.__yellowbg .front{
    position: relative;
    width: 100%;  height: 100%;
    background: rgb(255, 90, 0);
    background: linear-gradient(176deg, rgba(255, 90, 0,1) 0%, rgba(0,35,152,1) 100%);
    backface-visibility: hidden;
    transform: perspective(1000px) rotateY(0deg);
    transition: 1s;
}


.dr-section5 .box .front{
    position: relative;
    width: 100%;  height: 100%;
    background: rgb(0,35,152);
    background: linear-gradient(180deg, rgba(0,35,152,1) 0%, rgba(21,34,79,1) 100%);
    backface-visibility: hidden;
    transform: perspective(1000px) rotateY(0deg);
    transition: 1s;
}
.dr-section5 .box:hover .front{
    transform: perspective(1000px) rotateY(180deg);
}
.dr-section5 .box .back{
    position: absolute;
    top: 0;   left: 0;
    width: 100%;  height: 100%;
    background: var(--coloryellow4);
    backface-visibility: hidden;
    transform: perspective(1000px) rotateY(-180deg);
    transition: 1s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}
.dr-section5 .box:hover .back{
    transform: perspective(1000px) rotateY(0deg);
}

/**********  front  **************/
.dr-section5 .box .front .center{
    position: absolute;
    top: 50%;  left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dr-section5 .box .front .center img{
    width: 50px;  height: 50px;
}
.dr-section5 .box .front .center h1{
    font-size: 25px;
    color: #fff;
    white-space: nowrap;
}

/**********  back  **************/
.dr-section5 .box .back .row{
    position: relative;
    width: 100%;  height: 50%;
}
.dr-section5 .box .back .row:nth-of-type(1){
    background: #fff;
    border-bottom: 10px solid #f00;
    box-sizing: border-box;
    text-align: center;  line-height: 150px;
}
.dr-section5 .box .back .row:nth-of-type(2){
    background: #262626;
    padding: 20px 30px;
    box-sizing: border-box;
}

.dr-section5 .box .back .row img{
    width: 100px;  height: 100px;
    display: inline-block;
    vertical-align: top;
}
.dr-section5 .box .back .row h1{
    font-size: 25px;
    color: #262626;
    white-space: nowrap;
    display: inline-block;
}
.dr-section5 .box .back .row span{
    position: relative;
    display: block;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 0 0 35px;
    margin-bottom: 5px;
}
.dr-section5 .box .back .row span::before{
   content: '';
   font-family: 'fontAwesome';
   position: absolute;
   top: 2px; bottom: 2px;   left: 2px;
   color: #fff;
   font-size: 20px;
}
.dr-section5 .box .back .row span:nth-of-type(1)::before{
    content: '\f095';
}
.dr-section5 .box .back .row span:nth-of-type(2)::before{
    content: '\f003';
}
.dr-section5 .box .back .row span:nth-of-type(3)::before{
    content: '\f041';
}