/* help page css here */
.help-center-content {
    margin: 40px auto 48px;
}
body {
    background-color: #f1f7fc!important;
}
.header {
    background-color: #fbfcfe!important;
}
.banner-search {
    background: url("/resources/v2/images/help/bg.png") no-repeat center;
    background-size: cover;
    text-align: center;
    border-bottom: 1px solid #d5dbe050;
}
.banner-search header {
    padding-top: 50px;
}
.banner-search header span {
    display: block;
}
.helpSearch {
    display: block;
}
.helpSearch {
    max-width: 570px;
    margin: 24px auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.helpSearch .btn.submit, .helpSearch .form-input {
    height: 46px;
}
.helpSearch .form-input {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
     border: solid 1px rgba(229, 229, 229, 0.8);
}
.helpSearch .form-input:focus {
    outline: none;
    box-shadow: none;
}
.helpSearch .form-input::placeholder{
    color:#9a9fa5;
}
.helpSearch .btn.submit {
    background-color: #33c1ea;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
    text-transform: uppercase;
}
.help-center-content h4 {
    font-size: 16px;
    font-weight: bold;
    margin-left: 24px;
}
.helpBox {
    margin: 24px -15px 24px;
}
.helpBox .card {
    margin-bottom: 24px;
    border-radius: 6px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border: none;
    padding: 20px;
    min-height: 210px;
}
.cardHeader {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}
.cardHeader img {
    width: 100%;
    max-width: 22px;
    margin-right: 15px;
}
.row.helpBox .card ul{
    padding: 0 0 0px 36px;
    list-style: none;
    margin: 0;
}
.row.helpBox .card ul li {
    position: relative;
    font-size: 14px;
    margin-bottom: 16px;
}
.row.helpBox .card ul li:last-child{
    margin-bottom: 0;
}
.row.helpBox .card ul li a {
    font-weight: normal;
}
.helpResults .row.helpBox .card ul li{
    margin-bottom: 8px;
}
.helpResults .row.helpBox .card ul li:last-child{
    margin-bottom: 16px;
}
.topics-accordion {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}
.topics-accordion .panel-title, .topics-accordion .panel-body {
    padding: 24px;
}
.help-result-not-found {
    margin-bottom: 60px;
}
.help-result-not-found img {
    margin: 0 auto 40px;
    display: block;
}
@media screen and (max-width: 767px){

    .topics-accordion .panel-title{
        padding-right: 48px;
    }

}
.topics-accordion .panel-title.active, .topics-accordion .panel-body{
    background-color: #f8fcfd;
}
.topics-accordion .panel-title.active:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.topics-accordion .panel-title:first-of-type {
    border-top: none!important;
}
.topics-accordion .panel-body{
    padding-top: 0;
    white-space: pre-line;
}
.topics-accordion .panel-title {
    font-size: 14px;
    font-weight: 700;
}
.topics-accordion .panel-title {
    font-weight: 600;
    position: relative;
    cursor:pointer;
	border-top: 1px solid #ddd;
    border-top-style: dotted;
}
.topics-accordion .panel-footer .btn-secondary{
    width: auto;
    background-color: transparent;
}
.topics-accordion .panel-title:after {
    display: inline-block;
    content: '\002B';
    color: #00c4ef;
    font-weight: bold;
    position: absolute;
    right: 24px;
    font-size: 32px;
    top: 18px;
}
.topics-accordion .panel-title.active:after {
    content: "\2212";
}
.topics-accordion .panel-footer .btn {
    font-size: 14px;
    color: #33c1ea;
}
.helpCta {
    text-align: center;
    margin-top: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}
.helpCta h5 {
    font-family: Nunito;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}
.helpCta p {
    margin-bottom: 35px;
}
.help-send-message .help-cta-button-group{
    margin-bottom: 42px;
}

.help-cta-button-group{
    display: flex;
    justify-content: center;
    align-items: center;
}
.help-cta-button-group .btn:last-child{
    margin: 0;
}

body.helpResults .helpBox {
    margin: auto;
}
body.helpResults .helpBox .result-area h4 {
    font-family: Nunito;
    font-size: 24px;
    font-weight:normal;
    text-align:center;
    margin-top:-10px;
}
body.helpResults .help-center-content .card ul li a.active-item {
    color: #33c1ea;
}

.helpBox .card ul li a:hover {
	opacity: 0.8;
}

.head-title {
	padding-bottom:15px;	
}
body.helpResults.topicDetail.call-us-page .result-area{
  	display:none;
}
@media(max-width:991px){
	body.helpHome .container {
	    padding: 0 15px;
	}
	.helpSearch {
	    margin: 24px 32px;
	}
	.helpBox {
	    overflow-y: scroll;
	    flex-wrap: inherit;
	}
	.helpBox .col-6{
	    min-width: 335px;
	}
	.helpBox .col-6:first-of-type {
	    margin-left: 20px;
	}
	.helpBox .col-6:not(:first-child) {
		padding-left:0px!important;
	}
	.topics-accordion {
	    margin: 20px;
	}
	.helpCta {
	    padding: 20px;
	}
	.topicDetail .row.container.helpBox {
	    padding:0;
	}
	.topicDetail .helpBox {
	    flex-wrap: wrap;
	    overflow: hidden;
	}
	body.helpResults .helpBox .result-area h4 {
	    margin: 0 24px;
	}
	.topicDetail .cardHeader {
	    margin: 10px 0;
	}
	.topicDetail .helpBox .card {
	    margin: 20px;
	}
	.banner-search header {
	    padding: 50px 32px 0;
	}
	.head-title {
		padding-bottom:0px;	
    }
    /* HelpCenter Call Us  */
    .help-left-menu {
        display:none;
    }
    .call-us-header {
        margin-top:0px!important;
    }
    .call-us-img img {
        width: 250px;
    }
    .call-us-wp {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    }
    .call-us-content {
        height: 260px!important;
    }
    .call-us-img {
        padding: 30px 0px 20px 0px!important;
    }
    .send-message-title, .send-message-text {
        text-align: left!important;
    }
    .call-us-banner {
        background: unset;
        border-bottom: unset;
        background-color: #fafafa;
        padding-bottom:1px;
    }
    /* HelpCenter Call Us END */
}

/* help page send message */

.help-send-message #form-help-send-message {
    background-color: #fff;
    padding: 45px;
    border-radius: 4px;
}
.help-send-message #more-help {
    margin-top: 40px;
    margin-bottom: 48px;
}

.help-send-message #form-help-send-message #btn-send-message {
    border: none;
    padding: 11px 17px;
}
.help-send-message section {
    max-width: 666px;
    border-radius: 4px;
}
.help-send-message .container header {
    text-align: center;
    margin: 40px auto 24px;
}
.help-send-message .container header h4 {
    font-size: 24px;
    margin-bottom: 16px;
}
.help-send-message .container header p {
    margin: 0;
}
#form-help-send-message .error-message {
    margin-top: -20px;
}
#form-help-send-message .form-control {
    height: 40px;
    margin-bottom:20px;
}
#form-help-send-message .intl-tel-input .flag-dropdown .selected-flag {
    padding: 11px 16px 11px 6px;
}
#form-help-send-message .custom-select {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:14px;
    margin-bottom:24px;
}
#form-help-send-message  .form-group label {
    margin-bottom: 10px;
}
#form-help-send-message textarea {
    min-height: 100px;
}
#form-help-send-message .form-check input {
    position: absolute;
    display: none;
}
#form-help-send-message .form-check label::before {
    content: '';
    position: absolute!important;
    left: 19px;
    top: 2px;
    box-shadow: none;
    border-radius: 4px;
    border: solid 2px #00c4ef;
    background-color: #ffffff;
    width: 18px;
    height: 18px;
    color: #ffffff;
    border: solid 2px #e5e5e5!important;
}
#form-help-send-message .form-check input[type=checkbox]:checked~label::before {
    color: #fff;
    border-color: #33c1ea!important;
    background-color: #33c1ea;
}
#form-help-send-message .form-check input[type=checkbox]:checked~label::after{
    background-image: none;
    background: #33c1ea;
    border: 2px solid #fff;
    border-radius: 2px;
    top: 4px;
    left: 21px;
    width: 12px;
    height: 12px;
}
#form-help-send-message .form-check label {
    margin-left: -4px;
    padding-left: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
}
#form-help-send-message .form-check label a{
    font-size: 12px;
}
#form-help-send-message .form-group .float-right {
    margin-top: -53px;
    position: absolute;
    right: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    color: #9a9da1;
}
#more-help h4 {
    font-size:16px;
}
#more-help p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:14px;
}
#more-help .btn-primary-outline {
    padding:12px 60px;
    font-size:16px;
}
#form-help-send-message .kvkkAgreement.error label {
    outline: solid 1px #fd6a6a!important;
    box-shadow: 0 0 0 0.2rem #fd6a6a24;
    border-radius: 6px;
}
/* #form-help-send-message .kvkkAgreement.error .error-message { */
/*     display: none!important; */
/* } */
#form-help-send-message .text-area.error .error-message::before, .text-area.error .error-message::after{
    right:inherit;
    left: 10px;
}
#modalMessageResult .modal-body {
    padding:54px;
}
#modalMessageResult .modal-body img{
    margin-bottom:40px;
}
#modalMessageResult .modal-body h3 {
    font-size: 16px;
    font-weight: bold;
}
#modalMessageResult .modal-body p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    margin-bottom:30px;
}
#modalMessageResult .modal-body .btn-primary-outline{
    padding:12px 32px;
}

/* Call Us Page */
.call-us-header {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #464c58;
    margin-top:-50px;
}
.workperiod {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3e434e;
    padding-top:18px;
}
.call-us-content {
    height: 425px;
    border-radius: 8px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    text-align: center;
}
.call-us-img {
    padding:70px 0px 20px 0px;
}
.call-us-wp {
	border-radius: 28px;
    background-color: rgb(234, 234, 234, 0.3);
    padding: 8px;
    text-align: center;
    margin: auto;
    width: fit-content;
    position:relative;
}
.call-us-wp a {
    font-size: 16px;
    color: #363b44;
    margin: 0 12px;
}
.send-message-title {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color:#363b44;
    padding:20px 0 10px 0;
}
.send-message-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #3e434e;
    padding-bottom:30px;
}


/* Call Us Page END */

@media only screen and (min-width: 320px){
    .help-cta-button-group{
        flex-direction: column;
    }
    .help-cta-button-group .btn{
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
}
@media only screen and (min-width: 768px){
    .help-cta-button-group{
        flex-direction: row;
    }
    .help-cta-button-group .btn{
        width: 30%;
        margin-right: 32px;
        margin-bottom: 0;
    }
    body.helpResults .help-center-content {
        margin-top: 80px;
    }
}

.help-send-message #form-help-send-message .kvkkAgreement .error-message {
    top: 14px;
}
@media (max-width:991px){
	.help-send-message #form-help-send-message{
		padding: 16px;
	}
	.help-send-message #form-help-send-message #btn-send-message {
	    margin-top: 24px;
	}
	.form-group.required.col-4 {
	    flex: 0 0 35%;
	    max-width: 35%;
	}
	.form-group.required.col-8 {
	    flex: 0 0 65%;
	}
	html .helpResults.topicDetail .chat-button img {
	    width: 44px;
	    height: 44px;
	    bottom: 0px!important;
	}
	html .helpResults.topicDetail .chat-button{
	    bottom: 10px!important;
	    right:4px;
	}
	
	
	html .helpResults.topicDetail .fast-communication img {
	    width: 44px;
	    height: 44px;
	    bottom: 0px!important;
	}
	html .helpResults.topicDetail .fast-communication{
	    bottom: 10px!important;
	    right:4px;
	}
}
form.helpSearch .btn {
    width: fit-content;
}
.help-center-content .container {
    position: relative;
}
.help-center-content .call-us-wp{
    position: absolute;
    right: 30px;
    top: -25px;
    background:#fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.help-center-content .call-us-wp:hover{
    box-shadow:none;
}
.helpResults.topicDetail .help-center-content .call-us-wp{
    top:-70px;
    right:60px;
}
.helpResults.topicDetail.call-us-page .help-center-content
.call-us-content .call-us-wp{
    top:inherit;
    right:inherit;
    position: relative;
}
.helpResults.topicDetail.call-us-page .help-center-content
.call-us-content .call-us-wp{
    background-color: rgb(234, 234, 234, 0.3);
}
body.helpHome .footer .container {
    max-width:1140px;
}
@media (max-width:991px){
    .help-center-content .call-us-wp a{
        opacity: 0;
        width: 20px;
        height: 60px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .help-center-content .call-us-wp{
        position:fixed;
        bottom: 16px;
        top: inherit!important;
        left: 8px;
        right: inherit!important;
        z-index: 1;
        padding:0;
    }
    body.helpHome .chat-button{
	    bottom: 16px!important;
	    right: 8px!important;
	    width: 40px;
	    height: 40px;
	}
	body.helpHome .chat-button img , .fast-communication img {
	    width: 100%;
	}
	
	.fast-communication{
	    bottom: 16px!important;
	    right: 8px!important;
	}
    .call-us-page .help-center-content .call-us-wp a{
	    all: unset;
	}
    .helpResults.topicDetail.call-us-page .help-center-content .call-us-wp{
        top:inherit;
        right:inherit;
        bottom: inherit;
    	left: inherit;
    }
}
