/* banner  */
@media (min-width: 992px){
.col-lg-4 {
    flex: 0 0 auto;
    width: 34.33333333%;
}
}
@media (min-width: 992px){
.col-lg-8 {
    flex: 0 0 auto;
    width: 65.5%;
}
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1180px;
}
}
#banner{
    background-image: url('../image/faq/banner.jpg');
    height: 207px;
    background-size: cover;
    background-position: top center;
    padding: 80px 0px 29px 0px;
    }
    
    #banner h1{
    color: #666666;
    font-size: 38px;
    font-weight: 300;
    line-height: 44px;
    margin: 0;
    }
    .long_heading_img{
    float: left; 
    margin-bottom: 11px; 
    position: relative;  
    top: 6px; 
    }
    /* banner  */
    
    /* Questions */
    
    #questions{
    padding: 48px 0px;
    }
    
    ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    }
    
    ul.tabs li{
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0;
    cursor: pointer;
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
    height: 54px;
    width: 246.6px;
    border-radius: 4px  4px 0 0;
    color: #666666;
    padding: 18px 0px;
    text-align: center;
    margin-right: 15px;
    }
    
    ul.tabs li:nth-child(1) {
    border-top: 1px solid #39A307;
    border-left: 1px solid #39A307;
    border-right: 1px solid #39A307;
    background-color: rgba(57,163,7,0.1);
    }
    
    #tab1{
    border-top: 1px solid #39A307;
    background: linear-gradient(180deg, #F7FBF5 0%, #FFFFFF 100%);
    }
    
    ul.tabs li:nth-child(2) {
    border-top: 1px solid #5A98FF;
    border-left: 1px solid #5A98FF;
    border-right: 1px solid #5A98FF;
    background-color: #EEF4FF;
    }
    
    #tab2{
    border-top: 1px solid #5A98FF;
    background: linear-gradient(180deg, #EEF4FF 0%, #FFFFFF 100%);
    }
    
    ul.tabs li:nth-child(3) {
    border-top: 1px solid #EFC100;
    border-left: 1px solid #EFC100;
    border-right: 1px solid #EFC100;
    background-color: #FDF8E5;
    margin-right: 0;
    }
    
    #tab3{
    border-top: 1px solid #EFC100;
    background: linear-gradient(180deg, #FDF8E5 0%, #FFFFFF 100%);
    }
    
    
    ul.tabs li.active {
    color: #666666;
    border-bottom: 1px solid #fff;
    display: block;
    }
    
    
    
    
    .tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    }
    
    .tab_content {
    padding: 20px;  
    display: none;  
    }
    
    .tab_drawer_heading { display: none; }
    
    
    
    #questions .tab_content h6{
    line-height: 18px;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    margin-bottom: 20px;  
    }
    
    #questions .tab_content .qu_an {
    padding-right: 13px;
    margin-bottom: 20px;
    }
    
    #questions .tab_content .qu_an img{
        transform: rotate(-90deg);
    margin-right: 9px;
    height: 14px;	
    width: 17px;
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    
    }
    #questions .tab_content a{
    color: #1d77d7;
    } 
    
    #questions .tab_content .qu_an img.rotate{
    transform: rotate(0deg);
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    
    }
    
    #questions .tab_content .qu_an h5{
    font-weight: 300;	line-height: 24px;
    font-size: 20px;
    color: #666666;
    margin: 0px;
    cursor: pointer;
    }
    
    #questions .tab_content .qu_an p{
    margin: 24px 0 0px 76px;
    padding-left: 9px;
    font-size: 14px;	line-height: 19px;
    display: none;
    } 
    
    #tab1 p{
    color: #95AD53;
    border-left: 9px solid #B6CC75;
    }
    
    #tab1  h6{
    color: #39A307;
    }  
    
    #tab2 p{
    color: #5A98FF;
    border-left: 9px solid #5A98FF;
    }
    
    #tab2 h6{
    color: #5A98FF;
    }
        
    #tab3 p{
    color: #C49E00;
    border-left: 9px solid #EFC100;
    }
    
    #tab3 h6{
    color: #C49E00;
    }
        
    
    
    
    #questions .tab_content .qu_an p.active{
    display: block;
    }
    
    
    
    
    /* Still Need Help? */
    
    .still_need{
    height: 234px;
    border: 1px solid #6DA2DE !important; 
    border-radius: 4px;
    background-image: url("../image/faq/helpbg.jpg");
    background-position: 100% 100%;
    background-size: cover;
    padding: 19px 13px;
    margin-bottom: 22px;
    }
    
    .still_need h1{
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
    color: #444444;
    margin: 0;
    }
    
    .still_need p{
    font-size: 14px;
    line-height: 19px;
    color: #444444;
    width: 173px;
    margin: 8px 0 0;
    }
    
    .still_need a{
    width: 113px;
    height: 35px; 
    border-radius: 4px;
    background-color: #0060FD;
    font-size: 14px;	
    font-weight: 400;	
    line-height: 19px;	
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 0;
    padding-top: 8px; 
    margin: 8px 0;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2), 0 3px 1px -2px rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.14);
    }
    
    .still_need a:hover{
    background-color: #0060FD;
    color: #fff;
    }
    
    
    .did_you_know{
    border: 1px solid #EFC100;
    border-radius: 5px;
    height: 285px;
    }
    
    .did_you_know h4{
    height: 34px;
    background-color: #EFC100;
    margin: 0;
    font-size: 16px;	font-weight: 500;	line-height: 21px;
    color: #444444;
    padding: 6px 9px 6px;
    }
    
    .did_you_know h4 img{
    height: 24px;
    width: 24px;
    margin-right: 8px;
    }
    
    .did_you_know .article img{
    float: left;
    clear: both;
    height: 56px;	
    width: 56px;
    margin-right: 12px;
    }
    
    .did_you_know .article{
    padding: 22px 24px;
    }
    
    .did_you_know .article div{
    margin-bottom: 20px;
    height: 56px;	
    }
    
    .did_you_know .article div span{
    position: relative;
    top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    }
    
    
    /* all mobile devices*/
    @media only screen and (max-width: 767px){
    .mobile{
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    }
    .still_need {
        height: 285px;
    } 
    .long_heading_img{
    float: none; 
    }
    #banner{ 
    background-image: url('../image/faq/banner_mob.jpg');
    background-position: 90% 2px;
    padding: 64px 0 108px;
    margin-top: 0px;
    height: 69px;
    }
    
    #banner h1 {
    
    font-size: 28px;
    font-weight: 300;
    line-height: 33px;
    }
    #tab1{
    border-top: none;  
    }
    #tab2{
    border-top: none;  
    }
    #tab3{
    border-top: none;  
    }
    .still_need { 
        background-position: 68% 100%;
    }
    }
    
    
    
    
    
    /* Ipad devices */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) {
    .still_need {
        height: 285px;
        background-position: 68% 100%; 
    }
    ul.tabs li{
    width: 240px;
    margin-right: 9px; 
    }
    #banner {    
        background-image: url('../image/faq/banner_tab.jpg');
        background-position: 100% 100%;
    }
    #questions {
        padding: 16px 0px 18px;
    }   
     
      
    .did_you_know{
    height: 285px;
    }
    
    .did_you_know .article div{
    margin-bottom: 14px;
    }
    
    }
    
    
    /* landscape for ipad device */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape)
    {
    ul.tabs li {
    width: 206px;
    }
    
    #questions .tab_content .qu_an h5{
    text-indent: -32px;
    margin-left: 36px;
    }
    
    .did_you_know{
    height: auto;
    }
    
    .still_need{
        background-position: top center;
    }
    
    }
    
    
    
    
    
    /* Portrait */
    @media only screen 
    and (min-width: 1024px) 
    and (max-height: 1366px) 
    and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 1.5) {
    
    ul.tabs li {
    width: 206px;
    }
    
    #questions .tab_content .qu_an h5{
    text-indent: -32px;
    margin-left: 36px;
    }
    
    .did_you_know{
    height: auto;
    }
    
    }
    
    
    
    
    @media screen and (max-width: 480px) {
    .tabs {
    display: none;
    }
    
    .tab_drawer_heading {
    height: 54px;
    padding: 18px 12px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #666666;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
    
    #questions .p-0{
    padding: 0px;
    }
    
    .tab_content{
    padding-left: 8px;
    padding-right: 8px;
    }
    
    #questions{
    padding: 20px 0;
    }
    
    #questions .tab_content .qu_an{
    margin-bottom: 24px;
    }
    
    #questions .tab_content .qu_an p{
    margin: 24px 0 0px 40px;
    
    }
    
    #questions .tab_content .qu_an h5{
    text-indent: -32px;
    margin-left: 36px;
    }
    
    h3.toc1_mob{
    border: 1px solid #39A307;
    background-color: rgba(57,163,7,0.1);
    margin-bottom: 0; 
    }
    
    h3.toc2_mob{
    border: 1px solid #5A98FF;
    background-color: #EEF4FF;
    margin-bottom: 0;
    margin-top: 6px;
    }
    
    h3.toc3_mob{
    border: 1px solid #EFC100; 
    background-color: #FDF8E5;
    margin-bottom: 0; 
    margin-top: 6px;
    }
    
    .still_need{
    margin-top: 16px; 
    }
    
    h3.toc1_mob:before, h3.toc2_mob:before, h3.toc3_mob:before{
    content: '';
    background:url('../image/down_arrow.svg'); 
    width:21px;
    height:10px /* height of the image */;
    display: block;
    position: absolute;
    right: 20px; 
    }
    }
