#Services
--------------------------------------------------------------*/
.services {
    /*background: #f9f9f9 url("../img/benefits-bg.png") no-repeat center center;*/
    /*background-size: 100% 100%;*/
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 150px;
    margin: 0 10px 20px 10px;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
}

.services .icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
}

.services .icon {
    position: absolute;
    left: 0px;
    padding-left: 10px;
    /*top: calc(50% - 30px);*/
}

.services .icon i {
    font-size: 50px;
    line-height: 1;
    transition: 0.5s;
}

.services .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .title a {
    color: #111;
}

.services .icon-box:hover .title a {
    color: #3d087b;
}

.services .description {
    font-size: 16px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
    cursor: default;
}

.service-text {
    padding: 0px;
}
.content_height{
    min-height: 150px;
    height: 100%;
}


@media screen and (min-width: 700px) and (max-width: 900px) {
    .content_height{
        min-height: 222px;
        height: 100%;
    }
    .card-subtitle{
        min-height: 50px;
    }
}
.icon img {
    width: 50px;
}

.flow-bg {
    background: #f9f9f9 url("https://dbid.gov.bd/") no-repeat;
    background-size: 100% 60%;
}

.flow-img {
    padding: 20px 20px 20px 1px;
    background-color: white; border: 5px solid #f9f9f9;
}

#F.A.Q
--------------------------------------------------------------*/
.faq_ul a{
    color: #3d087b;
    text-decoration: none;
    background-color: transparent;
}
.accordion-list .icon img{
    width:23px;
    height:23px;
}
.accordion-list .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 55px; */
    /*border: 2px solid #3d087b;*/
    border-radius: 50px;
    transition: 0.5s;
    /* padding-bottom: 32px; */
    padding-right: 15px;
}
.faq .faq-item {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}
.faq-body{
    background-color: white;
    margin-top:5px;
    padding:20px 20px 20px 20px;
    text-align: justify;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.faq .faq-item i {
    color: #3d087b;
    font-size: 24px;
    float: left;
    line-height: 0;
    padding: 13px 0 0 0;
    margin: 0;
}

.faq .faq-item h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 10px 32px;
    /*font-family: "Poppins", sans-serif;*/
    /* font-family: 'SolaimanLipi', Arial, sans-serif !important; */
}

.faq .faq-item p {
    font-size: 18px;
    text-align: justify;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq .accordion-list ul {
    padding: 0;
    list-style: none;
}
.faq .accordion-list li + li {
    margin-top: 15px;
}
.faq .accordion-list li {
    padding: 12px 0 1px 0;
    background: #e1e8ec;
    border-radius: 4px;
    position: relative;
}
.faq .accordion-list li a h5 b{
    color: #272626 !important;
    font-size: 1.12rem !important;
}
.faq .accordion-list li a i{
    color: #922c8a !important;
  }


.faq .accordion-list a {
    display: block;
    position: relative;
    /* font-family: "Poppins", sans-serif; */
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 18px;
    outline: none;
    cursor: pointer;
}
.faq .accordion-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #b1c0df;
}
.faq .accordion-list .icon-show, .faq .accordion-list .icon-close {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 15px;
}

.faq .accordion-list p {
    margin-bottom: 0;

}
.faq .accordion-list .icon-show {
    display: none;
}
/* .faq .accordion-list a.collapsed {
  color: #343a40;
} */
.faq .accordion-list a.collapsed:hover {
    color: #5777ba;
}
.faq .accordion-list a.collapsed .icon-show {
    display: inline-block;
}
.faq .accordion-list a.collapsed .icon-close {
    display: none;
}

.faq .accordion-list li .show hr {
    
    margin: 0rem 0 !important;
    color: inherit;
    background-color: #e1e8ec !important;
    border: 0 !important;
    opacity: .25;

}

.faq .accordion-list li  hr:not([size]) {
    height: 0px !important;
}


/* css for stepper error start */

input.invalid {
    border:1px solid red;
  }
  select.invalid {
    border:1px solid red;
  }
/* css for stepper error end */

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/* Chrome, Safari, Edge, Opera */
/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */
.liaison_address{
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    font-style: normal;
}
.liaison_title{
    font-size: 50px;
    color: #652c90;
    text-align: left;
    font-weight: 400;
    font-style: normal;
}
.head_office_address{
    font-size: 18px;
    color: #000000 !important;
    text-align: left;
    font-weight: 500;
    font-style: normal;
}
.head_office_title{
    /* font-size: 50px; */
    color: #652c90;
    text-align: left;
    font-weight: 400;
    font-style: normal;
}

a{
    text-decoration: none;
}
/* Firefox */
/* input[type=number] {
  -moz-appearance: textfield;
} */


/* footer planning section anchor  */
    .planning_link{
        position: absolute;
        /* top: 0px;
        bottom: 0px; */
    }
    .a2i{
        left: 0px;
        width: 35px;
        height: 30px;

    }
    .cabinet{
        left: 32px;
        width: 58px;
        height: 30px;
    }
    .ictd{
        left: 94px;
        width: 58px;
        height: 30px;
    }
    .undp{
        left: 132px;
        width: 15px;
        height: 30px;
    }

    .card_border{
        border-radius: 10px;
    }

    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 5px !important;
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        border: 1px solid #912790;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    }


    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: -1rem !important;
        margin-left: 15%;
        list-style: none;
    }

    /* .owl-prev i, .owl-next i { color: #ccc !important;} */

@media (max-width: 1200px) {
    .faq .accordion-list {
        padding: 0;
    }
}