﻿* {
    touch-action: manipulation;
    box-sizing: border-box;
}

* {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans';
    letter-spacing: 0;
    font-style: normal;
    background: #f0f0f0;
    color: #3d3b3b;
    min-height: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

a {
    background-color: transparent;
}

a {
    color: #3782c4;
    text-decoration: none;
}


    a:hover, a:focus {
        text-decoration: none;
        outline: none;
        color: inherit;
        cursor: pointer;
    }

b, strong {
    font-weight: 700;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
}


:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.white {
    background-color: #fff
}

.section-white {
    background-color: #fff;
}

.p-0 {
    padding: 0 !important;
}
.p-b-0 {
    padding-bottom: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-h-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-50 {
    margin-top: 50px;
}

.p-v-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-v-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-v-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.m-t-2 {
    margin-top: 2px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-t-30 {
    padding-top: 30px;
}

.m-t-20 {
    margin-top: 20px;
}

.p-v-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-soft-gray {
    color: #5c5d5f;
}
.text-soft-gray-6 {
    color: #767676;
}
.text-soft-gray-8 {
    color: #5a5a5a;
}

.text-semibold {
    font-weight: 600;
}

.text-11 {
    font-size: 11px;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-24 {
    font-size: 24px;
}
.text-28 {
    font-size: 28px;
}

.text-30 {
    font-size: 30px;
}

.r-head {
    margin-top: -20px;
}

.pull-right {
    float: right !important;
}

.text-10 {
    font-size: 10px;
}

.text-20 {
    font-size: 20px;
}

.text-soft-gray2 {
    color: #898888;
}

.text-right {
    text-align: right;
}

.text-light {
    font-weight: 400;
}

.text-black {
    color: #000;
}

.text-dark-gray {
    color: #3d3b3b;
}

.text-bold {
    font-weight: 700;
}

.v-a-mid {
    vertical-align: middle;
}

.inline-block {
    display: inline-block;
}

.m-0 {
    margin: 0 !important;
}

.m-r-5 {
    margin-right: 5px;
}

.text-18 {
    font-size: 18px;
}

.text-36 {
    font-size: 36px;
}


.link--dark {
    color: #3d3b3b;
}

.l-h-1 {
    line-height: 1;
}

.sep-gray {
    border-top: 1px solid #f1f1ee;
    margin-top: 3px;
}

@media (min-width: 768px) {
    .sep-right-gray-xs {
        border-right: 1px solid #f1f1ee;
    }

    .col-sm-4 {
        width: 33.333333333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .text-sm-60 {
        font-size: 60px;
    }
    .text-sm-16 {
        font-size: 16px;
    }


    .col-sm-2 {
        width: 16.666666666667%;
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-2 {
    width: 16.666666666667%;
}

.col-xs-10 {
    width: 83.333333333333%;
}

.col-xs-12 {
    width: 100%;
}

.overflow-auto {
    overflow: auto;
}

@media (min-width: 768px) {
    .col-sm-8 {
        width: 66.666666666667%;
    }

    .col-sm-7 {
        width: 58.333333333333%;
    }

    .col-sm-4 {
        width: 33.333333333333%;
    }

    .col-sm-offset-4 {
        margin-left: 33.333333333333%;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-6 {
        width: 50%;
    }
    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-sm-5 {
        width: 41.666666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666667%;
    }

    .m-b-sm-0 {
        margin-bottom: 0 !important;
    }

}

.clearfix:before, .container:before, .container-fluid:before, .row:before, .clearfix:after, .container:after, .container-fluid:after, .row:after {
    content: " ";
    display: table;
}
/*Sub Header START*/
.pgs-wrap {
    max-width: 980px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.pgs-wrapNewcontainer {
    max-width: 1200px;
    padding-top: 45px;
}

.subheader {
    position: relative;
    height: 54px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.subheader--bg-12 {
    background-image: url(/Assets/Web/build/assets/images/subheader/visual-12.jpg);
}

.subheader__title {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Open Sans';
    letter-spacing: -.025em;
    font-style: normal;
}

.subheader__text {
    margin: 0;
    font-size: 13px;
    display: none;
}

.w-template {
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    .subheader__title {
        padding-top: 10px;
        line-height: 1.2em;
    }

    .subheader {
        height: auto;
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .subheader__title {
        font-size: 28px;
        padding-top: 5px;
    }

    .subheader__text {
        font-size: 16px;
    }

}
.nxm-sales-force-list .subheader--bg-12, .nxm-sales-force-detail .subheader--bg-12 {
    display: none !important;
}
/*Sub Header End*/
/*Breadcrumbs START*/

.breadcrumb {
    position: relative;
    width: 100%;
    text-align: left;
    overflow: hidden;
    background-color: #fff;
    z-index: 1
}

.breadcrumb__container {
    border-bottom: 1px solid #efefef;
    height: 33px;
    overflow: hidden
}

.breadcrumb .pgs-wrap {
    margin: 0;
    padding: 0 20px;
    max-width: none
}

.breadcrumb__list {
    display: inline-block
}

.breadcrumb__text {
    display: block;
    font-size: 12px;
    line-height: 33px;
    font-weight: 600;
    color: #3d3b3b;
    opacity: .5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50)
}

.breadcrumb__item {
    float: left;
    padding: 0 15px;
    position: relative
}

    .breadcrumb__item:after {
        content: " ";
        position: absolute;
        right: -3px;
        top: 13px;
        background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
        background-position: -957px -851px;
        width: 6px;
        height: 9px
    }

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .breadcrumb__item:after {
        background-image: url(/Assets/Web/build/assets/images/sprite-common-v4-2x.png);
        -webkit-background-size: 1044px 1008px;
        -moz-background-size: 1044px 1008px;
        background-size: 1044px 1008px;
        background-position: -918px -120px
    }
}

.breadcrumb__item:last-child:after {
    display: none
}

.breadcrumb__item:first-child:not(.is-home) {
    padding-left: 0
}

.breadcrumb__item.is-active .breadcrumb__text {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.breadcrumb__item.is-home {
    padding-left: 25px;
    position: relative
}

    .breadcrumb__item.is-home:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 10px;
        background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
        background-position: -871px -374px;
        width: 14px;
        height: 13px
    }

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .breadcrumb__item.is-home:before {
        background-image: url(/Assets/Web/build/assets/images/sprite-common-v4-2x.png);
        -webkit-background-size: 1044px 1008px;
        -moz-background-size: 1044px 1008px;
        background-size: 1044px 1008px;
        background-position: -871px -346px
    }
}

.breadcrumb__item:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

@media (min-width: 768px) {
    .breadcrumb .pgs-wrap {
        margin: 0 auto;
        padding: 0 20px;
        max-width: 980px;
        width: auto !important
    }
}
/*Breadcrumbs END*/
.nxm2_container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}
/*Search Area Start*/
.npgs-searchDiv {
    position: relative;
}
.pgs-form-block {
    border-top: 1px solid #e5e5e5;
}
.pgs-form-block__field-block {
    margin-bottom: 20px;
}
.contact-search-container {
    position: relative;
}
.autoC {
    width: 75%;
    margin: 0 auto;
}
.input--white {
    background-color: #fff;
}
.input--shadow {
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.25);
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.25);
    -webkit-appearance: none;
}
.npgs-searchDiv #contact_search_input {
    width: 100%;
    height: 60px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    border: 1px solid #dbdbdb;
    text-indent: 50px;
    font-size: 18px;
}
.autoC #contact_search_input {
    z-index: 9;
    position: relative;
}
.button--full {
    display: block;
    width: 100%;
}
.button--input {
    height: 36px;
    line-height: 36px;
}
.btnsPgs {
    display: none;
}
.npgs-searchDiv .nxm-sf-search-button {
    display: block;
    width: 160px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 50px;
    background: url("../../../../../../Assets/Web/build/assets/images/npgs-search-icon.png") #eb9c00;
    background-position: center center;
    border: 0px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.npgs-searchDiv .btnsPgs {
    display: block;
}
.autoC .button {
    z-index: 9;
}
.button--input {
    height: 36px;
    line-height: 36px;
}
.ui-front {
    z-index: 100;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}
.ui-widget {
    font-family: 'Open Sans';
    font-size: 13px;
}
.contact-search-output {
    width: 500px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    z-index: 999;
    max-height: 320px;
    overflow-y: auto;
}
.autoC .contact-search-output {
    padding-top: 30px;
    top: 30px !important;
    z-index: 2;
    max-height: 600px;
    overflow: hidden;
    border-radius: 10px;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0;
        font-weight: 400;
    }
.contact-search-output .ui-menu-item a {
    background: #fff;
    padding: 15px 40px 15px 15px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    position: relative;
}
.contact-search-output .ui-menu-item h3 {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin: 0 0 3px;
}
.autoC .contact-search-output .ui-menu-item h3 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0 0 3px;
}
.contact-search-output .ui-menu-item p {
    font-size: 10px;
    color: #a9a9a9;
    margin: 0;
}
.autoC .contact-search-output .ui-menu-item p {
    font-size: 14px;
    color: #a9a9a9;
    margin: 0;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0;
        font-weight: 400;
    }
.contact-search-output .ui-menu-item a {
    background: #fff;
    padding: 15px 40px 15px 15px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    position: relative;
}
.contact-search-output .ui-menu-item--show-all a {
    font-size: 11px;
    color: #878787;
}
.contact-search-output .ui-menu-item:nth-last-child(1) a {
    border: 0;
}
.autoC .contact-search-output .ui-menu-item--show-all a {
    font-size: 14px;
    color: #f8f8f8;
    background: #eb9c00;
    font-weight: 600;
}
.contact-search-output .ui-menu-item a:after {
    content: " ";
    position: absolute;
    background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
    background-position: -955px -600px;
    width: 9px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    right: 17px;
}
.contact-search-output .ui-menu-item--show-all a:after {
    background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
    background-position: -957px -864px;
    width: 6px;
    height: 9px;
    margin-top: -4.5px;
}
.autoC .contact-search-output .ui-menu-item--show-all a:after {
    background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
    background-position: -234px -142px;
    width: 16px;
    height: 11px;
    margin-top: -4.5px;
    transform: rotate(90deg);
}
.contact-search-output .ui-menu-item a:hover {
    background: #f2f2f2
}
.autoC .contact-search-output .ui-menu-item.nxm-sf-search-show-all a:hover {
    background: #f7a400;
}
.col-no-gutter {
    padding-left: 0;
    padding-right: 0;
}
.npgs-bz-main {
    margin-top: 30px;
}
.newMenuBy hr {
    margin: 20px 0px;
}
.npgs-talepSorgula {
    display: flex;
    width: 60%;
    background: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #eb9c00;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}
    .npgs-talepSorgula img {
        padding: 12px 7px;
        max-width: 100%;
    }
    .npgs-talepSorgula p {
        line-height: 48px;
        font-size: 14px;
        margin: 0px;
        width: 70%;
        font-weight: 600;
    }

.npgs-talepSorgula .npgs-talepSorgulaImage {
    width: 5%;
}
    .npgs-talepSorgula a:before {
        content: '';
        display: block;
        position: absolute;
        right: 20px;
        top: 18px;
        height: 13px;
        width: 16px;
        background: url(../../../../../../Assets/Web/build/assets/images/arrowDoubleR.png) center center no-repeat;
    }
.npgs-talepSorgula a {
    height: 48px;
    width: 23%;
    font-size: 14px;
    display: block;
    background: #eb9c00;
    text-align: center;
    padding-right: 15px;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
}
    .npgs-talepSorgula a:hover {
        background: #fdc43e;
    }
.bz-box {
    min-height: 275px;
    display: block;
    border: 1px solid #edecec;
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 30px;
}

    .bz-box:hover {
        border-bottom: 2px solid #fa660b;
    }

        .bz-box:hover .bz-head img {
            background: #fa660b;
        }

.bz-head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 15px 15px 0px 15px;
    align-items: center;
    justify-content: flex-start;
}

    .bz-head img {
        float: left;
        background: #fdc43e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .bz-head h4 {
        width: 76%;
        display: table-cell;
        padding-left: 5px;
        vertical-align: middle;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
    }

.bz-body {
    width: 100%;
    padding-top: 10px;
}

    .bz-body ul li {
        border-bottom: 1px solid #edecec;
    }

        .bz-body ul li:last-child {
            border-bottom: 0px;
        }

        .bz-body ul li a {
            color: #525252;
            font-size: 14px;
            padding: 6px 15px;
            width: 100%;
            display: block;
            position: relative;
            padding-right: 40px;
            line-height: 19px;
        }

            .bz-body ul li a:hover {
                background: #f8f8f8;
            }

            .bz-body ul li a:after {
                content: '';
                background: url(../../../../../../Assets/Web/build/assets/images/arrowFaq.png) center center no-repeat;
                background-size: 100% 100%;
                height: 9px;
                width: 9px;
                display: block;
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translate(0%, -50%);
            }

.overly-All {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffffc7;
    z-index: 99;
}

.transEff.active {
    z-index: 999;
    background: #fff;
}

.bz-foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 26px;
    border-radius: 0px 0px 5px 5px;
}

    .bz-foot a {
        color: #525252;
        font-size: 14px;
        text-align: right;
        height: 26px;
        width: 100%;
        display: block;
        position: relative;
        padding-right: 45px;
        border-radius: 0px 0px 5px 5px;
        background: #f7f7f7;
        text-decoration: underline;
    }

        .bz-foot a:after {
            content: '';
            background: url(../../../../../../Assets/Web/build/assets/images/arrowFaq.png) center center no-repeat;
            background-size: 100% 100%;
            height: 9px;
            width: 9px;
            display: block;
            position: absolute;
            right: 20px;
            top: 8px;
        }
.hidden {
    display: none !important;
}
.breadcrumbFaq {
    width: 100%;
    height: 50px;
    background: #efefef;
    margin-bottom: 20px;
    position: relative;
    padding-left: 130px;
    margin-top: 20px;
}
    .breadcrumbFaq > a {
        position: absolute;
        left: 0;
        top: 0;
        height: 50px;
        background: #eb9c00;
        width: 100px;
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        padding-left: 25px;
        line-height: 50px;
    }
        .breadcrumbFaq > a:before {
            content: '';
            display: block;
            background: url(../../../../../../Assets/Web/build/assets/images/yArrowLeft.png);
            height: 12px;
            width: 12px;
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #eb9c00;
            background-size: 100% 100%;
        }
    .breadcrumbFaq ul li a {
        line-height: 50px;
        margin-right: 20px;
        padding-right: 20px;
        font-size: 14px;
        color: #525252;
        position: relative;
        font-weight: 600;
    }
    .breadcrumbFaq ul li:not(:last-child) a:after {
        content: '';
        display: block;
        background: url(../../../../../../Assets/Web/build/assets/images/arrowFaq.png);
        height: 9px;
        width: 9px;
        position: absolute;
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
        color: #eb9c00;
        background-size: 100% 100%;
    }
.leftMenuFaq ul li {
    margin-bottom: 10px;
}
    .leftMenuFaq ul li a {
        background: #efefef;
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding-left: 12px;
        font-size: 16px;
        color: #3d3b3b;
        display: block;
        font-weight: 600;
        border-left: 3px solid #eb9c00;
        position: relative;
    }
        .leftMenuFaq ul li a:after {
            content: '';
            display: block;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #eb9c00;
            height: 9px;
            width: 9px;
            background: url(../../../../../../Assets/Web/build/assets/images/arrowFaq.png);
        }
    .leftMenuFaq ul li.active a, .leftMenuFaq ul li:hover a {
        color: #eb9c00;
    }
        .leftMenuFaq ul li.active a:after {
            content: '';
            display: block;
            background: url(../../../../../../Assets/Web/build/assets/images/activeArrowRİght.png);
            height: 18px;
            width: 6px;
            position: absolute;
            left: 100%;
            top: 50%;
            transform: translateY(-50%);
            color: #eb9c00;
            background-size: 100% 100%;
        }
.faq-ListNew > .accordion-2 {
    margin-bottom: 10px;
}
.accordion-2__button {
    display: block;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #3d3b3b;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.accordion-2__button {
    padding-right: 40px;
}
    .accordion-2__button.is-active {
        background-color: #e5a714;
        color: #fff;
    }
.faq-ListNew .accordion-2__button {
    line-height: 50px;
    background: #efefef;
    padding: 12px 0px;
    border-left: 3px solid #eb9c00;
    font-size: 16px;
    padding-right: 90px;
    color: #3d3b3b;
}
.faq-ListNew > .accordion-2 > a > h3 {
    color: #3d3b3b;
    font-weight: 600;
    font-size: 16px;
    padding-left: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.faq-ListNew > .accordion-2 > a.is-active h3 {
    color: #eb9c00;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.accordion-2__button:after {
    content: " ";
    position: absolute;
}
.accordion-2__button:after {
    top: 50%;
    right: 10px;
    margin-top: -6px;
    background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
    background-position: -871px -391px;
    width: 13px;
    height: 13px;
}
.accordion-2__button.is-active:after {
    width: 13px;
    height: 3px;
    background-color: #fff;
    background-image: none;
}
.faq-ListNew > .accordion-2 > a:after {
    background: url(/Assets/Web/build/assets/images/arrowBotfaq.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 10px;
    right: 25px;
    transform: translateY(-50%);
    margin-top: 0px;
}
.faq-ListNew > .accordion-2 > a.is-active:after {
    background: url(/Assets/Web/build/assets/images/arrowTopfaq.png);
}
.block {
    display: block;
}
.accordion-2__title.sf-ln {
    line-height: 22px;
    margin-right: 31px;
}
.faq-ListNew .accordion-2__button .accordion-2__title.sf-ln {
    line-height: 25px;
}
.accordion-2__body {
    border-bottom: 14px solid #e5e5e5;
    padding: 10px;
}
.cms-content, .accordion-2__body, .widget .ui-content, .accordion-4__body {
}
.accordion-2__body {
    overflow-x: auto;
}
.accordion-2__body {
    font-size: 14px;
}
.faq-ListNew .accordion-2__body {
    padding: 25px;
    background: #f7f7f7;
    border: 0px;
}
.faq-ListNew > .accordion-2 .accordion-2 {
    margin-bottom: 8px;
}
.cms-content h3, .accordion-2__body h3, .widget .ui-content h3, .accordion-4__body h3 {
    font-size: 20px;
}
.faq-ListNew > .accordion-2 .accordion-2 a h3 {
    color: #3d3b3b;
    font-size: 14px;
    font-weight: normal;
    padding-left: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.faq-ListNew > .accordion-2 .accordion-2 a:after {
    background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
    background-position: -1002px -398px;
    height: 14px;
    width: 14px;
    background-color: transparent;
}
.faq-ListNew > .accordion-2 .accordion-2 .accordion-2__body {
    background: #fff;
}
.cms-content, .cms-content p, .accordion-2__body p, .widget .ui-content p, .accordion-4__body p {
    font-weight: 400;
    font-size: 14px;
}
.successHelpPgsBtns {
    margin-top: 15px;
    border-top: 1px solid #e2e2e2;
}
    .successHelpPgsBtns a {
        width: 80px;
        text-align: center;
        display: block;
        float: left;
        background: #eb9c00;
        padding: 5px 0px;
        color: #fff;
        margin-right: 25px;
    }
.faq-ListNew > .accordion-2 .accordion-2 a.is-active:after {
    background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
    background-position: -1002px -373px;
    height: 14px;
    width: 14px;
    background-color: transparent;
}
.faq-ListNew > .accordion-2 .accordion-2 a.is-active h3 {
    font-weight: 600;
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #eb9c00;
}
.faq-ListNew > .accordion-2 .accordion-2 .accordion-2__button.is-active {
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.1);
}
.nxm-sales-force-list .nxmScroll-btn, .nxm-sales-force-detail .nxmScroll-btn, .nxm-bolbol-page .nxmScroll-btn {
    display: none;
}

.breadSearch {
    padding: 10px;
    background: #f2f2f2;
}
.breadSearch-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
    .breadSearch-list li a {
        padding-left: 10px;
        color: #000;
        font-size: 16px;
        font-weight: 600;
    }
        .breadSearch-list li a:after {
            content: " ";
            background: url(../../../../../../Assets/Web/build/assets/images/arrowBotfaq.png);
            background-repeat: no-repeat;
            width: 17px;
            height: 10px;
            right: 25px;
            transform: translateY(-50%);
            margin-top: 0px;
        }
.sep-search {
    border-top: 1px solid #e3e3e3;
}
.listCate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    background: #f8f8f8;
    padding: 20px;
}
.listCateHead {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
    .listCateHead a {
        color: #f48024;
        font-weight: 600;
        margin-bottom: 10px;
    }
.listCateLink {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0px 5px;
}
    .listCateLink .search-list {
        width: 80%;
    }
.button--sm {
    line-height: 26px;
}
.button--p-lg {
    padding: 0 25px;
}
.icon--double-arrow-sm {
    background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
    background-position: -874px -226px;
    width: 11px;
    height: 9px;
}
.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.pgs-pagination__orange > li {
    display: inline-block;
    width: auto;
    background-color: #f1f1ee;
}
    .pgs-pagination__orange > li.current {
        background-color: #fbb731;
    }
    .pgs-pagination__orange > li > a {
        padding: 7px 12px;
        color: #595a5c;
        font-weight: 600;
        display: block;
    }
    .pgs-pagination__orange > li.current > a {
        color: #fff;
    }
.search-departure {
    background-image: url(/Assets/Web/build/assets/images/departure-background.jpg);
    width: 100%;
    height: 300px;
}
.baggage__wrap {
    position: relative;
    background: #fff;
    padding: 30px 30px 20px 30px;
    border-radius: 4px;
    box-shadow: 0 0 15px 4px rgba(0,0,0,0.3);
    margin-top: -25px;
}
.search-departure .pgs-wrap .h-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.nxm2_form-group.nxm2_is-completed:before {
    width: 100%;
}
.nxm2_form-group.nxm2_is-completed label {
    top: -2px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #525252;
}
.baggage__wrap button {
    margin-top: 10px;
}
.icon--double-arrow {
    background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
    background-position: -263px -299px;
    width: 13px;
    height: 10px;
}
.button--iconic .icon {
    vertical-align: inherit;
}
.salesForceBG {
    background: #fff;
}
section.baggage__result {
    padding: 50px 0;
}
/*Kayıp mı oldun CSS start*/
.section-notfound {
    height: 624px;
    background: #fff url(/Assets/Web/build/assets/images/error-bg/404.jpg);
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
    background-position: center center;
}
.pgs-error__text {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    margin-bottom: 25%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.button--lg {
    line-height: 35px;
}
.pgs-table {
    display: table;
}
.pgs-table--full {
    width: 100%;
}
.table-head-ui-1 {
    background-color: #eee;
    height: 38px;
    font-weight: 600;
}
.talepTable-row {
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.talepTable-content {
    border-top: 1px solid #3d3b3b5e;
    border-bottom: 1px solid #3d3b3b5e;
    margin-bottom: 10px;
}
.talepTable {
    background: #f0f0f0;
    padding: 20px;
}
    .talepTable .table-head-ui-1 {
        background: transparent;
    }
.pgs-table__cell {
    display: table-cell;
}
.table-head-ui-1 .pgs-table__cell {
    padding-left: 10px;
    vertical-align: middle;
    font-size: 11px;
}
.talepTable .pgs-table__cell {
    display: block;
    width: 14%;
}
.table-row-ui-1 .pgs-table__cell {
    border-bottom: 1px solid #c4c4c4;
    padding-left: 10px;
    vertical-align: middle;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
}
.table-row-ui-1:last-child .pgs-table__cell {
    border-bottom: none;
}
@media screen and (max-width: 768px) {
    .npgs-formInput {
        float: none;
        width: 98%;
        margin: 0% 1% 1%;
    }
    .talepSorgu {
        display: none;
    }
    .talepTable .pgs-table__cell {
        display: flex;
        width: 100%;
        padding: 0;
    }
    .talepTable-content {
        border-top: 0px;
        border-bottom: 0px;
        margin-bottom: 0px;
    }
    .talep-cont {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
        margin-bottom: 10px;
    }
        .talep-cont:before {
            content: attr(data-label);
            font-weight: bold;
            background: #f0f0f0;
            padding: 10px 5px;
        }
        .talep-cont span {
            display: block;
            padding: 5px 0px 0px 15px;
        }
}

/*Kayıp mı oldun CSS end*/
@media screen and (max-width: 991px) {
    .search-departure .pgs-wrap {
        padding-top: 20px;
        max-width: 460px;
    }
}
@media screen and (min-width: 768px){
    .col-sm-offset-5 {
        margin-left: 41.666666666667%;
    }
    .pgs-error__text {
        margin-bottom: 7%;
    }
}
@media screen and (max-width: 768px) {
    .autoC {
        width: 100%;
    }
    .npgs-searchDiv .btnsPgs {
        width: 90px;
        height: 60px;
    }
    .contact-search-output {
        max-height: 220px;
    }
    .npgs-talepSorgula {
        width: 100%;
        padding: 10px 5px;
        align-items: center;
    }
        .npgs-talepSorgula p {
            line-height: 18px;
            font-size: 13px;
            margin: 0px;
            width: 50%;
            text-align: center;
            padding: 0px 10px;
        }
        .npgs-talepSorgula a {
            width: 35%;
            font-size: 12px;
        }
        .npgs-talepSorgula .npgs-talepSorgulaImage {
            width: 15%;
        }
        .npgs-talepSorgula a:before {
            right: 7px;
        }
    .nxm2_header-wrap {
        position: relative;
    }
    .breadCustom {
        overflow: auto;
        white-space: nowrap;
    }
        .breadCustom ul {
            height: 50px;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            margin: 0;
            padding: 0;
            list-style: none;
        }
    .breadcrumbFaq ul li {
        float: left;
    }
            .breadCustom ul > li {
                margin-right: 9px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                float: none;
            }
    .breadCustom ul li a {
        line-height: 13px;
        margin-right: 20px;
        padding-right: 20px;
        font-size: 14px;
        color: #525252;
        position: relative;
        font-weight: 600;
    }
    .leftMenuFaq ul li a {
        display: inline-block;
    }
    .breadCustom::-webkit-scrollbar {
        display: none;
    }
    .listCateLink .search-list {
        width: 100%;
    }
    .listCateLink-item {
        margin: 0 auto;
    }
    .nxm2_form-group.nxm2_is-completed label {
        font-size: 12px;
        font-weight: 300;
    }
}
/*Search Area End*/
.npgs-formInput {
    float: left;
    width: 48%;
    margin: 0% 1% 1%;
}
.breadcrumbFaq ul li {
    float: left;
}
.npgsForm .pgs-form-block {
    border: 0px;
}
.pgs-form-block--no-bt {
    border-top: 0;
}
.d-flex-salesforce {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.file-uploader__message-area {
    font-size: 14px;
    padding: 1em;
    text-align: center;
    color: #424040;
    opacity: 0.8;
}
.file-list {
    background-color: #f8f8f8;
    font-size: 14px;
}
.file-list {
    margin: 0 auto;
    width: 90%;
}
.npgsRequired {
    color: red;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
}
.npgs-formInput label {
    font-weight: bold;
    padding-left: 0px !important;
}
.pgs-form-block__label {
    display: block;
    font-size: 14px;
    color: #3d3b3b;
    font-weight: 400;
    margin: 0 0 5px;
}
.pgs-form-block__field-block:before, .pgs-form-block__field-block:after {
    content: " ";
    display: table;
}
.pgs-form-block__field-block--required .pgs-form-block__label {
    padding-left: 12px;
    position: relative;
}
    .pgs-form-block__field-block--required .pgs-form-block__label:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        color: red;
        font-size: 18px;
        font-weight: 400;
        background: none;
    }
.pgs-form-block__field-block:before, .pgs-form-block__field-block:after {
    content: " ";
    display: table;
}
.pgs-form-block__field-block:after {
    clear: both;
}
.npgs-formInput input {
    height: 45px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background: #f5f5f5;
    box-shadow: none;
}
.npgsForm .pgs-form-block__info {
    padding-left: 0px;
}
.pgs-form-block__info {
    position: relative;
    font-size: 12px;
    color: #adadad;
    padding-left: 12px;
}
.pgs-form-block__info.no-star {
    padding-left: 0;
}
select.select2 {
    width: 100%;
}
select.select2--classic {
    display: none;
}
    select.select2--classic + span.select2-container {
        display: block;
        height: 100%;
        width: 100% !important;
    }
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 2px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
}
    .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #3d3b3b;
        font-size: 14px;
        font-weight: 700;
        line-height: 34px;
    }
.select2-container .select2-selection {
    outline: 0;
}
select.select2--classic + span.select2-container .select2-selection {
    border: none !important;
    -webkit-box-shadow: rgba(0,0,0,0.247) 0 1px 1px 0 inset;
    box-shadow: rgba(0,0,0,0.247) 0 1px 1px 0 inset;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: auto;
}
select.select2--classic + span.select2-container .select2-selection__rendered {
    color: #3d3b3b;
    font-weight: 600;
    font-size: 12px;
    line-height: 34px;
    vertical-align: middle;
    padding-left: 18px;
}
select.select2--classic + span.select2-container .select2-selection__rendered {
    padding-left: 9px;
}
.custom-block .select2-selection__rendered {
    padding: 5px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
select.select2--classic + span.select2-container .select2-selection__arrow {
    position: absolute;
    top: 15px;
    right: 12px;
    background-color: transparent;
    background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
    background-position: -875px -66px;
    width: 9px;
    height: 6px;
    border-left: none;
    -webkit-transition: -webkit-transform .2s ease;
    -moz-transition: -moz-transform .2s ease;
    -o-transition: -o-transform .2s ease;
    -ms-transition: -ms-transform .2s ease;
    transition: transform .2s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b, .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 50%;
    width: 9px;
    height: 6px;
}
.npgs-alertRed {
    display: flex;
    width: 100%;
    background: #ffebeb;
    border-radius: 5px;
    height: 48px;
    border: 1px solid #dbdbdb;
    align-items: center;
}
.npgs-alertRed {
    margin-bottom: 15px;
}
    .npgs-alertRed img {
        padding: 12px 15px;
    }
    .npgs-alertRed p {
        float: left;
        line-height: 18px;
        font-size: 14px;
        margin: 0px;
    }
.pgs-form-block__radio-group {
    background: #ededed;
    padding: 10px;
}
.npgs-formRezerv .pgs-form-block__radio-group {
    background: #fff;
    padding: 15px 25px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}
.npgs-formRezerv .pgs-form-block__title {
    margin-bottom: 0px;
    float: left;
    font-size: 14px;
    margin-right: 30px;
}
.pgs-form-block__title {
    color: #3d3b3b;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
}
.pgs-form-block__radio-group:before, .pgs-form-block__radio-group:after {
    content: " ";
    display: table;
}
.pgs-form-block__radio-item {
    float: left;
    margin-right: 10px;
}
.pgs-radio {
    display: none;
}
.pgs-form-block__label--b {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}
.pgs-radio + .label {
    padding-left: 23px;
    position: relative;
}
.npgs-formRezerv .pgs-form-block__label {
    padding-left: 34px;
    padding-top: 2px;
}
.pgs-radio + .label:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    font-family: Arial;
    cursor: pointer;
    position: absolute;
    top: -1px;
    left: 0;
}

.pgs-form-block__radio-group:after {
    clear: both;
}
.pgs-form-block__radio-group:before, .pgs-form-block__radio-group:after {
    content: " ";
    display: table;
}
.npgs-formRezerv .pgs-radio + .label:before {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.npgsjsBlock {
    float: left;
    width: 100%;
    padding: 0px 1%;
}
.radio-hidden-content {
    display: none;
}
.fwC {
    float: left;
    width: 100%;
}
.divUcuslar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.pgs-form-block--normal {
    padding: 20px 30px;
}
.pgs-form-block--gray {
    background: #efefef;
}
.npgsUcusBlock.pgs-form-block {
    width: 27%;
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
}
.pgs-form-block__steps {
    min-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.pgs-form-block__steps__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fbb731;
    color: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    line-height: 30px;
}
.pgs-form-block__steps__text {
    display: block;
    padding-left: 40px;
    font-size: 14px;
    color: #3d3b3b;
    line-height: 1.2em;
    font-weight: 600;
    padding-top: 5px;
}
.select-icon--fly + .select2 .select2-selection {
    padding-left: 12px;
    position: relative;
}
#reservationYesBlock .pgs-form-block__field-block input, #reservationYesBlock .pgs-form-block__field-block .select2-selection {
    background: #ffffff;
}
.select-icon--fly + .select2 .select2-selection .select2-selection__rendered {
    padding-left: 25px;
}
.npgsUcusBlockEk.pgs-form-block {
    width: 9%;
    margin-top: 15%;
}
.npgsForm .pgs-form-block {
    border: 0px;
}
.pgs-form-block--wide {
    padding: 30px;
}
.pgs-form-block--alternate {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #e8e8e8;
}
.pgs-form-block--alternate {
    margin: 10px 0;
}

.divUcuslar .pgs-form-block--alternate__text {
    padding-right: 20px;
    padding-left: 0px;
    width: 100%;
    display: inline;
}
.pgs-form-block--alternate__text {
    padding-left: 20px;
    font-size: 12px;
    color: #3c3c3c;
    font-weight: 600;
    position: relative;
}
.pgs-form-block--alternate__text {
    font-size: 14px;
}
.pgs-form-block__field--question {
    position: relative;
}
.icon--questionmark-black {
    background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
    background-position: -1027px -68px;
    width: 17px;
    height: 17px;
}
.pgs-form-block__field--question .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index:1;
}
.pgs-form-block__field--question .input {
    padding-right: 40px;
}
.pgs-form-block__field--datepicker {
    position: relative;
}
    .pgs-form-block__field--datepicker .input {
        padding-left: 38px;
    }
#reservationYesBlock .pgs-form-block__field.pgs-form-block__field--time {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    width: 90%;
}
.pgs-form-block__field--time .select-block {
    float: left;
    width: 75px;
    margin-right: 5px;
}
#reservationYesBlock .pgs-form-block__field--time .select-block {
    float: none;
    width: 80px;
    margin-right: 5px;
}
.pgs-form-block__field--time .select-block-sep {
    float: left;
    margin-right: 5px;
    font-size: 12px;
    color: #3d3b3b;
    line-height: 24px;
}
.message-fileUpload-Custom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 70%;
}
    .message-fileUpload-Custom .pgs-form-block {
        width: 90%;
    }
.pgs-form-block__title--b {
    margin-bottom: 5px;
}
.textarea {
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px;
    padding: 12px 14px 0;
    font-size: 12px;
    line-height: 1.6em;
    outline: 0;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #f8f8f8;
}
.pgs-form-block__field-block .textarea {
    resize: vertical;
}
.pgs-form-block__char-left {
    font-size: 11px;
    color: #a1a1a1;
    font-weight: 600;
    padding-top: 3px;
}
.pgs-form-block__file-selection {
    float: right;
    width: 100%;
}
.fileUploadSalesForce {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
    min-height: 150px;
    margin-bottom: 68px;
}
.flex-custom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    position: relative;
}
.pgs-form-block__file-selection__button {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
}
.file-chooser {
    transition: background-color 1s, height 1s;
}
.file-chooser {
    width: 90%;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}
.file-chooser__input {
    margin: 0 auto;
}
.fileUploadSalesForce input[type=file] {
    height: 57px;
}
.pgs-form-block__file-selection input[type=file] {
    cursor: pointer;
    text-indent: -9000pt;
    position: absolute;
    top: 0;
    left: -37px;
    text-align: left !important;
    padding: 3px 78px 3px 3px;
    opacity: 0;
    width: 100%;
}
.message-fileUpload-Custom .pgs-form-block__file-selection input[type=file] {
    top: 0px;
    left: 0px;
}
.pgs-form-block__desc {
    font-size: 14px;
    color: #3d3b3b;
    font-weight: 400;
    margin: 0 0 20px;
}
.pgs-form-block__desc--b {
    color: #9c9c9c;
    font-size: 12px;
    margin-bottom: 0;
}
.fileUploadSalesForce .text-center {
    text-align: center !important;
}
#reservationNoBlock .message-fileUpload-Custom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}
    #reservationNoBlock .message-fileUpload-Custom .pgs-form-block {
        width: 45%;
    }
.fileUploadSec .fileUploadSalesForce {
    margin-bottom: 37px;
}
.fileUploadSec .fileUploadSalesForce {
    margin-bottom: 37px;
}
.contact-us__success {
    margin: 15px 15px 0;
    border: 1px solid #f1f1ee;
}
.contact-us__success--yellow {
    background-color: #fffdf1;
}
.yellow-message-custom {
    display: inline-block;
    margin: 0;
    margin-bottom: 10px;
}
.text-right {
    text-align: right;
}
.alertCustom {
    width: 50%;
    margin: 0 auto;
    padding: 10px;
}
.pgs-form-block__result-info--success {
    background: url(../../../../../../Assets/Web/build/assets/images/form-block/success.png) center top no-repeat;
    padding-top: 95px;
    min-height: 100px;
}
.pgs-form-block__result-info__desc {
    font-size: 18px;
    color: #3d3b3b;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}
.m-b-c-10 {
    margin-bottom: 10px;
}
.alerButtons {
    text-align: center;
    margin-top: 10px;
}
.button--dark-gray {
    padding: 0 22px;
    color: #fff;
    line-height: 29px;
    background: #3d3b3b;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.captchaBlock {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.pgs-radio:checked + .label:before {
    content: "\2022";
    color: #fdb813;
    background-color: #fff;
    font-size: 2.7em;
    text-align: center;
    line-height: 18px;
    text-shadow: 0 0 3px #eee;
}
.npgs-formRezerv .pgs-radio:checked + .label:before {
    font-size: 3.7em;
    line-height: 23px;
}
.select-icon--fly + .select2 .select2-selection:before {
    content: " ";
    position: absolute;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.select-icon--fly--arrival .select2-selection:before {
    background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
    background-position: -1027px -215px;
    width: 16px;
    height: 16px;
}
.divUcuslar .pgs-form-block--alternate__text:after {
    right: -5px;
    top: 5px;
    left: initial;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(0deg);
}
.pgs-form-block--alternate__text:after {
    content: " ";
    position: absolute;
    background-image: url(/Assets/Web/build/assets/images/others/arrow-down-yellow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 11px;
    height: 12px;
    left: 2px;
    top: 2px;
}
.pgs-form-block--alternate__text:after {
    top: 5px;
}
.pgs-form-block__field--datepicker:before {
    content: " ";
    position: absolute;
    background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
    background-position: -68px -990px;
    width: 18px;
    height: 16px;
    top: 8px;
    left: 10px;
    pointer-events: none;
}
.pgs-mobile-popover__title {
    display: none;
    background: #fdb813;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.pgs-mobile-popover__back {
    display: inline-block;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    cursor: pointer;
}
    .pgs-mobile-popover__back:after {
        content: " ";
        position: absolute;
        background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
        background-position: -955px -564px;
        width: 9px;
        height: 14px;
        margin-top: 24px;
        left: 50%;
        margin-left: -5px;
    }
.select2-container--classic .select2-dropdown {
    background-color: #FFF;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--open .select2-dropdown--above, .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container .select2-dropdown {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    background: #f8f8f8;
}
.select2-container .select2-dropdown {
    border-bottom: 1px solid #e8e8e8;
}
.select2-container .select2-dropdown--above .select2-search--dropdown {
    margin-top: -31px;
}
.select2-container--classic .select2-search--dropdown {
    padding-left: 0;
    margin-left: 0;
    position: absolute;
    left: 0;
    right: 25px;
    width: auto;
}
.select2-container--classic .select2-search--dropdown {
    padding-left: 7px;
}
    .select2-container--classic .select2-search--dropdown .select2-search__field {
        border: 1px solid #aaa;
        outline: 0;
    }
.select2-container--classic .select2-search__field {
    background: #f8f8f8;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    color: #3d3b3b;
    margin-top: 1px;
}
.select2-results__options {
    list-style: none;
    margin: 0;
}
.select2-container--default .select2-results > .select2-results__options, .select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-results__option {
    padding-left: 10px;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.icon--fly-arrival-white {
    background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
    background-position: -1027px -235px;
    width: 16px;
    height: 16px;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 2px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 2px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 2px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 2px;
}
.datepicker-new-age.ui-widget-content {
    border: 1px solid #c0c2c5;
    background: #fff;
    padding: 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.datepicker-new-age .ui-datepicker-header, .datepicker-new-age .ui-widget-header {
    border: 0;
    border-bottom: 1px solid #c0c2c5;
    background: #fff;
    font-size: 13px;
    color: #5c5d5f;
    font-weight: 700;
    padding: 7px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 -2px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.datepicker-new-age.ui-datepicker .ui-datepicker-prev {
    left: 0;
    right: 0;
    top: 6px;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(/Assets/Web/build/assets/images/jquery-ui/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
    background-image: url(/Assets/Web/build/assets/images/jquery-ui/ui-icons_ffffff_256x240.png);
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.datepicker-new-age.ui-datepicker .ui-datepicker-prev span {
    margin-left: -5px;
    background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
    background-position: -955px -582px;
    width: 9px;
    height: 14px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.datepicker-new-age.ui-datepicker .ui-datepicker-next {
    right: 0;
    top: 6px;
}
    .datepicker-new-age.ui-datepicker .ui-datepicker-next span {
        margin-left: -5px;
        background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
        background-position: -955px -600px;
        width: 9px;
        height: 14px;
    }
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.datepicker-new-age.ui-datepicker table {
    margin: 0;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}
.datepicker-new-age.ui-datepicker th {
    width: 31px;
    height: 25px;
    background: #fff;
    color: #5c5d5f;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    line-height: 26px;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.datepicker-new-age.ui-datepicker td {
    width: 31px;
    height: 25px;
    padding: 1px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.datepicker-new-age.ui-datepicker td .ui-state-default {
    width: 100%;
    height: 25px;
    display: inline-block;
    background: #f8f8f8;
    color: #5c5d5f;
    font-weight: 700;
    line-height: 23px;
    border: 1px solid transparent;
    text-align: center;
    padding: 0;
}
.datepicker-new-age.ui-datepicker td:hover a, .datepicker-new-age.ui-datepicker td:hover span {
    background: #fdb813;
}
.datepicker-new-age.ui-datepicker td.ui-datepicker-today .ui-state-default {
    border: 1px solid #cfcfcf;
}
.removal-button {
    width: 20%;
    border: none;
    background-color: #f8f8f8;
    color: white;
}
.removal-button {
    display: inline-block;
    height: 100%;
    float: right;
}
.nxm2-icon {
    margin: auto;
}
.nxmScroll-btn .nxm2-icon {
    margin: 0 0;
}
.removal-button i {
    display: block;
}
.file-list li {
    margin-left: .5em;
    border: none;
    overflow: hidden;
    margin-bottom: 5px;
}
.file-list__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-list__name {
    max-width: 70%;
    float: left;
}
.file-list li:after, .file-uploader:after {
    content: "";
    display: table;
    clear: both;
}
.nxm2-icon, .nxm2_form-group .input--datepicker:after, body .nxm2_select .selection .select2-selection .select2-selection__arrow:before, .nxm2_destinations_item-body .owl-navs > div:before, .nxm2_header-right > ul > li > a.nxm2_hasSub-icon:after {
    font-family: 'nxm2Icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon--modal-close {
    background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
    background-position: -1027px -335px;
    width: 16px;
    height: 16px;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #FFF;
}
.select2-container--classic .select2-results__option--highlighted {
    background-color: #8ea5ab !important;
}
.select-icon--fly .select2-search--dropdown {
    padding-left: 32px !important;
}
.select2-container--default .select2-results > .select2-results__options, .select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
     width: unset!important; 
    background: white;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder, .select2-container--default .select2-results__option[aria-disabled=true], .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder, .select2-container--default .select2-results__option[aria-disabled=true], .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #525252;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    border: none;
}
select.select2--classic + span.select2-container--open .select2-selection__arrow {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media screen and (min-width: 991px) {
    .search-departure .pgs-wrap {
        padding-top: 90px;
    }
}

    @media screen and (min-width: 992px) {
        .col-md-3 {
            width: 25%;
        }

        .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
            float: left;
        }
    }

    @media screen and (min-width: 768px) {
        .accordion-2__button:after {
            right: 50px;
        }
    }

    @media screen and (max-width: 480px) {
        select.select2--flat-on-mobile + span.select2-container .select2-selection__rendered {
            line-height: 38px;
        }

        .button--orange {
            padding: 0 5px;
        }
    }

    @media screen and (max-width: 767px) {
        select.select2--flat-on-mobile + span.select2-container .select2-selection__rendered {
            line-height: 40px;
        }

        select.select2--flat-on-mobile + span.select2-container .select2-selection {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .pgs-form-block__file-selection {
            margin-top: 20px;
        }

        .pgs-form-block__file-selection {
            margin-top: 20px;
        }

        body > .select2-container.select2-container--classic.select2-mobile-popup.select2-container--open {
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 99999;
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -o-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
            -webkit-transition-property: -webkit-transform;
            -moz-transition-property: -moz-transform;
            -o-transition-property: -o-transform;
            -ms-transition-property: -ms-transform;
            transition-property: transform;
            -webkit-transition-duration: 300ms;
            -moz-transition-duration: 300ms;
            -o-transition-duration: 300ms;
            -ms-transition-duration: 300ms;
            transition-duration: 300ms;
            -webkit-transition-delay: 50ms;
            -moz-transition-delay: 50ms;
            -o-transition-delay: 50ms;
            -ms-transition-delay: 50ms;
            transition-delay: 50ms;
            background-color: #fff;
        }

            body > .select2-container.select2-container--classic.select2-mobile-popup.select2-container--open.select2-container--opened {
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -o-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
            }

        .pgs-mobile-popover__title {
            display: block;
        }

        body > .select2-container.select2-container--classic.select2-mobile-popup.select2-container--open .select2-dropdown {
            width: 100% !important;
            height: 100% !important;
            overflow-y: visible;
            border: 0 !important;
            background: #fff;
            padding-bottom: 0 !important;
            position: static;
        }

        body > .select2-container.select2-container--classic.select2-mobile-popup.select2-container--open .select2-search.select2-search--dropdown {
            display: block !important;
            margin-top: 0;
            padding: 0 !important;
            height: 45px;
            width: 100%;
            border-bottom: 1px solid #c0c2c5;
            top: auto;
            left: auto;
            right: auto;
            position: relative;
        }

        body > .select2-container.select2-container--classic.select2-mobile-popup.select2-container--open .select2-search__field {
            margin: 0;
            padding: 0 40px 0 10px;
            display: block !important;
            height: 45px;
            line-height: 45px;
            background: #fff;
        }

        .closed-search {
            display: block;
            width: 11%;
            height: 50%;
            position: absolute;
            background: url(/Assets/Images/close.png);
            background-repeat: no-repeat;
            background-position: 50% 50%;
            right: 5px;
            opacity: 0.6;
            background-size: 30%;
        }

        body > .select2-container.select2-container--classic.select2-mobile-popup.select2-container--open .select2-search.select2-search--dropdown:after {
            content: " ";
            position: absolute;
            background-image: url(/Assets/Web/build/assets/images/sprite-common-v4.png);
            background-position: -1027px -295px;
            width: 16px;
            height: 16px;
            right: 12px;
            top: 14px;
        }

        body > .select2-container.select2-container--classic.select2-mobile-popup.select2-container--open .select2-dropdown .select2-results {
            display: block;
            overflow: hidden;
            height: calc(100% - 105px);
        }

        html.mobile-popover-active.no-touch .select2-results {
            overflow: auto;
        }

        body > .select2-container.select2-container--classic.select2-mobile-popup.select2-container--open .select2-dropdown .select2-results__options {
            max-width: 100%;
            width: 100%;
            max-height: none;
        }

        html.mobile-popover-active.no-touch .select2-results__options {
            height: 100%;
        }

        .select2-container .select2-results__option {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        body > .select2-container.select2-container--classic.select2-mobile-popup.select2-container--open .select2-dropdown .select2-results__options .select2-results__option {
            padding: 12px 15px;
            font-size: 14px;
            color: #3d3b3b;
            font-weight: 400;
            background: #fff;
            border-bottom: 1px solid #eceded;
        }

            body > .select2-container.select2-container--classic.select2-mobile-popup.select2-container--open .select2-dropdown .select2-results__options .select2-results__option:nth-of-type(odd) {
                background: #f8f8f8;
            }

        body > .select2-container.select2-container--classic.select2-mobile-popup.select2-container--open .select2-dropdown .select2-results__options .select2-results__option--highlighted {
            color: #fff;
        }
    }

    @media screen and (max-width: 768px) {
        .npgs-formInput {
            float: none;
            width: 98%;
            margin: 0% 1% 1%;
        }
        .npgs-formInput {
            float: none;
            width: 98%;
            margin: 0% 1% 1%;
        }

        .npgs-alertRed {
            height: auto;
            padding: 10px;
            align-items: center;
        }

        .npgs-alertRed {
            height: auto;
            padding: 10px;
            align-items: center;
        }

        .npgs-formRezerv {
            float: none;
            margin-top: 10px;
        }

        .haveRez {
            text-align: center;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: center;
        }

        .npgs-formRezerv .pgs-form-block__title {
            margin-right: 0px;
        }

        .fwC {
            float: none;
            width: 100%;
        }

        .npgsUcusBlock.pgs-form-block {
            width: 100%;
        }

        .npgsUcusBlockEk.pgs-form-block {
            width: 100%;
            margin-top: 5%;
            margin-bottom: 5%;
            text-align: center;
        }

        .message-fileUpload-Custom {
            width: 100%;
        }

            .message-fileUpload-Custom .pgs-form-block {
                width: 98%;
            }

        .alertCustom {
            width: 100%;
        }

        .divUcuslar .pgs-form-block--alternate__text:after {
            right: 35px;
            top: 25px;
            left: initial;
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(0deg);
        }
    }
.file-chooser {
    width: 90%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
}