/*faqs-search
----------------------------*/
.faqs-search {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.faqs-search fieldset {
	position: relative;
	width: 96%;
	margin: 0 0 30px;
}

.faqs-search fieldset input {
	float: left;
	font-size: 18px;
	color: #53565a;
	border: none;
	outline: none;
	background: #e5e6e6;
	padding: 20px 50px 20px 45px;
	width: 100%;
	margin: 0;
}

.faqs-search fieldset:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 18px;
	width: 21px;
	height: 24px;
	background: url("../img/search-red.png") no-repeat 0 0;
}

.faqs-search fieldset:before {
	content: "";
	position: absolute;
	left: 20px;
	top: 20px;
	width: 2px;
	height: 20px;
	background: #53565a;
}

.faqs-search fieldset input::-webkit-input-placeholder {
	color: #53565a;
}

.faqs-searchy fieldset input:-moz-placeholder {
	color: #53565a;
}

.faqs-search fieldset input::-moz-placeholder {
	color: #53565a;
}

.faqs-search fieldset input:-ms-input-placeholder {
	color: #53565a;
}

.faqs-search fieldset input[type="button"] {
	background: transparent;
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
	padding: 0;
	margin: 0;
	height: 100%;
	z-index: 1;
}

.faqs-search .question-search {
	display: inline-block;
	height: 308px;
	overflow: auto;
	padding: 0;
	margin: 0 0 30px;
}

.faqs-search .question-search ul {
	width: 96%;
}

.faqs-search .question-search li {
	display: inline-block;
	width: 100%;
	color: #53565a;
	padding: 0;
	margin: 0 0 20px;
}

.faqs-search .question-search h4 {
	position: relative;
	width: 100%;
	display: inline-block;
	font: bold 16px 'RTA';
	padding: 0 25px 0 0;
	margin: 0 0 10px;
	cursor: pointer;
}

.faqs-search .question-search div {
	font: normal 14px 'RTA';
}

.faqs-search h4:before, .faqs-search h4:after {
	content: "";
	position: absolute;
	transition: transform 0.25s ease-out;
	background-color: #53565a;
}

.faqs-search h4:before {
	top: 3px;
	right: 5px;
	width: 3px;
	height: 13px;
	margin-left: -2px;
}

.faqs-search h4:after {
	top: 10px;
	right: 0;
	width: 13px;
	height: 3px;
	margin-top: -2px;
}

.faqs-search h4.ui-state-active:before {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #ee0000;
}

.faqs-search h4.ui-state-active:after {
	background: #ee0000;
}

.faqs-search h4.ui-state-active {
	color: #ee0000;
}

.faqs-search h4.ui-state-active:before {
	
}

.faqs-search .btn-custom {
	margin: 0;
}

.faqs-search .search-message {
	display: none;
	width: 96%;
	font: bold 24px 'RTA';
	color: #ee0000;
	padding: 0;
	margin: 0 0 20px;
}

.overlay-questions {
    width: 530px;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    position: fixed;
    bottom: 30px;
    right: 13%;
    z-index: 100;
    display: none;
}

.overlay-questions:target, .overlay-questions:target + #mask {
    display: block;
    opacity: 1;
}

.question-search {
    float:left;
    width:100%;
}

.overlay-questions h3 {
    font-size:46px;
    color:#53565a;
    font-weight:bold;
}

.question-search fieldset {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.question-search fieldset input {
    float: left;
    border: none;
    padding: 18px 6% 14px;
    color: #ffffff;
    width: 100%;
    -webkit-appearance: none;
    font-family: 'RTA', Arial;
    font-size: 16px;
    background: #53565a;
}

.question-search fieldset input::-webkit-input-placeholder {
    color: #ffffff;
}

.question-search fieldset input:-moz-placeholder {
    color: #ffffff;
}

.question-search fieldset input::-moz-placeholder {
    color: #ffffff;
}

.question-search fieldset input:-ms-input-placeholder {
    color: #ffffff;
}

.pop-ques {
	float: left;
	width: 100%;
	margin: 10px 0 15px 0;
}

.pop-ques span {
	float: left;
	color: #53565a;
	font-size: 30px;
}

.pop-ques-wrap {
	float: left;
	width: 100%;
	overflow: scroll;
	height: 150px;
	overflow-x: hidden;
}

.pop-ques-wrap ul {
	float: left;
}

.pop-ques-wrap ul li {
	float: left;
	padding: 15px 0 0 0;
	color: #333;
}

.pop-ques-wrap::-webkit-scrollbar {
	width: 0.25em;
}

.pop-ques-wrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.pop-ques-wrap::-webkit-scrollbar-thumb {
	background-color: #abacad;
	outline: 0px solid #e92434;
}

.overlay-questions:target, .overlay-questions:target+.mask {
	display: block;
	opacity: 1;
}

/* HotFix */
.btn-custom:hover, .btn-custom:focus {
	color: #fff;
	background-color: #171c8f;
}

.btn-custom {
	color: #ffffff;
	background: #e60202;
	font-weight: bold;
	font-size: 18px;
	padding: 8px 10px 5px;
	-webkit-transition: background 0.45s;
	-moz-transition: background 0.45s;
	-o-transition: background 0.45s;
	transition: background 0.45s;
	display: inline-block;
	margin-bottom: 20px;
}

.question-search {
	float: left;
	width: 100%;
}

/*faqs-search fixes
--------------------------------*/
.faqs-search fieldset input{
    padding: 20px 45px 20px 50px;
}
.faqs-search fieldset:before{
    left: auto;
    right: 20px;
}
.faqs-search fieldset:after{
    right: auto;
    left: 15px;
}
.faqs-search .question-search h4{
    padding: 0 0 0 25px;
}
.faqs-search h4:before{
    right: auto;
    left: 7px;
}
.faqs-search h4:after{
    right: auto;
    left: 0;
}
.faqs-search fieldset input[type="button"] {
    right: auto;
    left: 0;
}

/* Theme css below */
.footer-service ul li span:nth-child(2) {
    float: left;
    padding: 0 0 0 20px;
}

.search-box input {
    text-align: right;
}

.overlay-sticky fieldset select{
    background-position: 15px center;
}

.close-sticky{
    right: auto;
    left: 10px;
}

.footer-service ul li ul li a {
    padding: 25px;
}

.online-chat .custom-select-dropdown:after{
    right: auto;
    left: 15px;
}

.overlay-questions .chat-start li{
    padding: 5px 50px 0 50px;
}

.overlay-questions .chat-start li em{
    left: auto;
    right: 0;
}

.overlay-questions  .status p{
    float: right;
}

.overlay-questions .status p span {
    padding: 0 2px 0 0;
    float: left;
}

.overlay-questions .status p span img {
    margin: 0 0 0 10px;
}

.overlay-questions .start-typing input[type="submit"]{
    float: left;
}

.online-chat label {
    float: right;
}

.overlay-questions h3{
    font-size: 44px;
}

#search_part ul {
    float: right;
    margin: 0 60px 0 0;
}

.search-box{
    padding: 10px 60px 0 0;
    background-position: right 10px !important;
}

.overlay-questions  .status .email-chat, .overlay-questions  .status .print-chat{
    float: right;
    margin-left:15px;
    margin-right: 0;
}

.footer-service-happy ul li a{
    padding: 28px;
}

.overlay-questions {
    width: 530px;
}

/*faqs-search*/

.mask {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 90;
    width: 100%;
    height: 100%;
    display: none;
}

.btn-custom {
    background: #e60202;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 10px 5px;
    -webkit-transition: background 0.45s;
    -moz-transition: background 0.45s;
    -o-transition: background 0.45s;
    transition: background 0.45s;
    display: inline-block;
    color: #fff;
}
.btn-custom:hover , .btn-custom:focus {
 	color: #fff;
	background-color: #171c8f
}
.footer-sticky .container {
    width: 100%;
    padding: 0;
}
/****** Accessibility Fonts End******/
@media screen and (max-width: 767px){
    .overlay-questions {
        width: 100%;
        bottom: 3px;
    }
}

@media screen and (max-width: 320px) {
    .overlay-questions .start-typing textarea {
        width: 190px;
    }
}

@media screen and (max-width: 1024px) {
	.faqs-search {
		width: 96%;
	}
}

@media screen and (max-width: 767px) {
	.faqs-search fieldset {
		width: 96%;
	}
	.faqs-search fieldset input {
		font-size: 14px;
	}
	
	.overlay-request h3, .overlay-questions h3 {
        font-size: 36px;
    }

    .overlay-questions {
        width: 100%;
        padding: 6%;
        bottom: 45px;
        left: 0;
    }

    .overlay-request {
        width: 100%;
        padding: 6%;
        bottom: 45px;
        left: 0;
    }

    .overlay-questions .btn2 a {
        font-size: 14px;
        padding: 10px;
    }

    .overlay-questions .btn2 {
        margin: 10px 0 0;
    }

    .overlay-questions {
        position: absolute;
    }

	.overlay-questions .start-typing textarea {
        width: 228px;
    }

    .overlay-questions .chat-start li h2, .overlay-questions .chat-start li p {
        font-size: 16px;
    }

    .overlay-happy {
        width: 90%;
    }
    
    .overlay-questions .status .email-n-print {
        position: static;
        margin-bottom: 3px;
        display: inline-block;
    }			
}

@media screen and (max-width: 640px) {
	.overlay-questions {
		width: 100%! important;
		bottom: 40px! important;
		right: 0px! important;
		left: auto! important;
		position: fixed;
	}	
}