/*umrah*/
.text-st1 {
	font-family: "OpenSansRegular", sans-serif; 
    font-size: 14px;
    color: #1a1a1a; 
    line-height: 20px;
}
#tabs_faq .tab-content {
    padding: 24px 12px 0px;
}

/*nav-pills*/
.nav-pills { padding-bottom: 12px; border-bottom: 1px solid #f2f2f2; }
.nav-pills>li>a {
    margin-bottom: 0px;
    background: transparent!important;
    font-family: "OpenSansRegular", sans-serif; 
    font-size: 16px;
    color: #1a1a1a;
    border-radius: 0;
    border: 3px solid #fff;     
    padding: 14px 16px;
}
.nav-pills>li>a:hover, .nav-pills>li>a:focus { 
    border: 3px solid #ccc; 
    color: #428bca;
}
.nav-pills>li+li { margin: 0!important; }
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus { 
    border: 3px solid #ffa834; 
    color: #808080;
}

.page_faq .bgw { background: #fff; padding: 39px 15px 36px; } 
.page_faq .question {
    display: table;
    height: 20px;
    font-family: "OpenSansSemiBold", sans-serif;
    font-size: 17px;
    line-height: 1.2;
    -webkit-transition:  all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    padding-left: 24px;
	margin-bottom: 16px;
	position: relative;
}
.page_faq .question:before {
	width: 12px;
	height: 12px;
	background: #f2f2f2;
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    behavior: url(border-radius.htc);	
}
.page_faq .question span { color: #1a1a1a; border-bottom: 1px dotted #666666; }
.page_faq .question span:hover { color: #428bca; border-bottom: 1px dotted #428bca; }
.page_faq .question:hover { 
    color: #0143ff;
    -webkit-transition:  all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
 }
.page_faq .answer {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 22px;
    margin: -6px 0px 18px;
}
.page_faq .answer span { font-family: "OpenSansSemiBold", sans-serif; }
.page_faq .open:before { background: #ffa834; }
.page_faq .open span { border-bottom: 1px dotted #26b; color:#26b!important; }
.page_faq .left {
    padding-left: 24px;
}
.page_faq .utp {
    background: #fff;
    padding: 0px 15px 32px;
}
.page_faq .utp .title {
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 3px solid #2266bb;
    padding: 18px 15px 17px;
    color: #666;
}


/*320 - 767*/
@media (min-width: 320px) and (max-width: 767px) {    


    
}


/*320 - 479*/
@media (max-width: 479px) {	
	   
}

/*480 - 767*/
@media (min-width: 480px) and (max-width: 767px) {    
    
}

/*768 - 991*/
@media (min-width: 768px) and (max-width: 991px) {  
  
}


/*992 - 1199*/
@media (min-width: 992px) and (max-width: 1199px) {	

}
	
	
/*1200*/
@media (min-width: 1200px) {

}