/*****Common Styles*****/
body, div, a{
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    color:#000000;
   }
   
   h1{
    font-family: 'Poppins', sans-serif;
       font-size: 48px;
       margin-bottom: 15px;
       font-weight: 700;
   }
   h2{
    font-family: 'Poppins', sans-serif;
       font-size: 35px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   
   h3{
    font-family: 'Poppins', sans-serif;
       font-size: 26px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   
   h4{
    font-family: 'Poppins', sans-serif;
       font-size: 22px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   h5{
    font-family: 'Poppins', sans-serif;
       font-size: 16px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   h6{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 500;
}
   a{
       text-decoration: none;
       -webkit-transition: all .25s ease-in;
       -moz-transition: all .25s ease-in;
       -o-transition: all .25s ease-in;
       transition: all .25s ease-in;
   }
   a:hover{
       text-decoration: none;
       cursor: pointer;
   }
   p{
       margin: 0 0 10px 0;
       font-size: 12px;
   }
   
   .container{
       max-width: 1238px;
       width:100%;
   }
   .text_red{
       color:#ff0024;
   }
   .text_blue{
    color: #1975d0;
   }
   .text_orange {
    color: #fb7000;
  }
  .text_grey{
      color:#777777;
  }
   section{
       padding:60px 0px;
   }
   :root{
    --orange__back:#fb7000;
    --blue__back:#1975d0;
    --green__back:#46a109;
    --red__back:#ff0024;
    --darkgreen__back:#0bba45;
    --gray__back:#e8e8e8;
    --darkgray__back:#747474;
    --lightblue__back:#eaf0f9;
}
.lightblue__back{
	background-color: var(--lightblue__back);
}
.orange__back{
	background-color: var(--orange__back);
}
.blue__back{
    background-color: var(--blue__back);
}
.green__back{
    background-color: var(--green__back);
}
.red__back{
    background-color: var(--red__back);
}
.darkgreen__back{
    background-color: var(--darkgreen__back) ;
    }
.gray__back{
    background-color: var(--gray__back) ;
}
.darkgray__back{
    background-color: var(--darkgray__back);
}


/**FAQ Banner section css starts**/
.faq_banner{
    position: relative;
}
.faq_banner_text{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    flex-direction: column;
    max-width: 622px;
    margin: 0 auto;
    width: 100%;

}
.faq_banner_text h3{
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 15px;
}


.faq_banner_text p{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
/**FAQ Banner section css ends**/


.faq_wrapper{
    width: 100%;
    max-width: 1000px;
    padding: 0px 15px;

}
/**Search bar css starts**/
.search_bar {
    padding: 5px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.13);
    max-width: 510px;
    width: 100%;
    border-radius: 5px;
    display:flex;
}
.search_bar .form-inline{
    flex-flow: row nowrap !important;
}

.search_bar .form-control{
    border: none !important;
    font-size: 14px;
    width: 100%;
}
.search_bar .form-control:focus {

    box-shadow: none !important;
}

.search_button a{
    background: #ff530d;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
}
/**Search bar css ends**/


/**Accordin section css starts**/

.accordin_section h2 .btn-link {
    font-weight: 500;
    color: #000;
    text-decoration: none;
    font-size: 22px !important;
    padding: 0% !important;
}

 .accordin_section h2 .btn-link:hover{
    color: #fb7000;
}



.accordin_section h2 .btn-link .btn.focus, .btn:focus {
    box-shadow: none !important;
}

.image_icon{
    cursor: pointer;
}

.accordin_section .card-header {
    padding: 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-body {
    padding: 0rem 1.5rem 0.5rem 1.5rem;
}
.card-body p {
   color: #161614;
   font-size: 14px;
   font-weight: 300;
   width: 92%;
   margin-bottom: 20px !important;
}
.card {

    margin-bottom: 20px;
    border-radius: 0px;
    border: none !important;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
    z-index: 2;
}

.accordin_section{
    margin: 0px -20px;
    position: relative;
    padding: 20px;
}
.accordin_section::before {
    content: "";
    position: absolute;
    width: 134px;
    height: 97px;
    z-index: 1;
    background-image: url(../images/orange_ptrn.png);
    left: 0;
    top: 0;
}

.accordin_section::after {
    content: "";
    position: absolute;
    width: 134px;
    height: 97px;
    z-index: 1;
    background-image: url(../images/blue_ptrn.png);
    right: 0;
    bottom: 0;
}
/**Accordin section css ends**/
/******************************************************RESPONSIVE CSS*******************************************************/

/*

 * Table of Contents:

 * 	   - Media Queries

 *   0 - media screen and (max-width: 1170px)

 *   1 - media screen and (max-width: 1152px) 

 *   2 - media screen and (max-width: 1024px)

 *   3 - media screen and (max-width: 992px)

 *   4 - media screen and (max-width: 800px)

 *   5 - media screen and (max-width: 768px)

 *   6 - media screen and (max-width: 728px)

 *   7 - media screen and (max-width: 640px)

 *   8 - media screen and (max-width: 500px)

 *   9 - media screen and (max-width: 480px)

 *  10 - media screen and (max-width: 414px)

 *  11 - media screen and (max-width: 375px)

 *  12 - media screen and (max-width: 360px)

 *  13 - media screen and (max-width: 320px)

---------------------------------------------------------------------- */

@media screen and (max-width: 1200px){

    .container{
        padding: 0px 15px;
    }
}
@media screen and (max-width: 900px){

    .faq_banner_text h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .faq_banner_text p {
        font-size: 12px;
    }
}
@media screen and (max-width: 900px){

    .faq_banner_text h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .faq_banner_text p {
        font-size: 12px;
        margin-bottom: 5px;
    }
}


@media screen and (max-width: 500px){
.faq_banner_text h3 {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0px;
}

.faq_banner_text p {
    font-size: 8px;
    margin-bottom: 0px;
    line-height: 15px;
}

.accordin_section h2 .btn-link {

    font-size: 18px !important;

}
.card-body p {

    font-size: 12px;

}
}




