@media only screen and (max-width: 1366px) {
    .newsFeedCont {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1199px) {
    /* .htRight ul li.anmalan a {
        font-size: 14px;
        padding: 0;
        background: unset;
        color: #FFF;
    } */
    .banner3_feature_img img {
        max-width: 600px;
    }
    .banner2_feature_img img {
        max-width: 180px;
        height: auto;
    }
    .banner2_feature_img p {
        max-width: 680px;
        margin: 0 auto;
    }
    .htRight ul li a {
        font-weight: normal;
    }
    .navigation_prnt {
        display: none;
    }
    .htRightMobile {
        display: block;
        position: absolute;
        z-index: 9;
        right: 50px;
        top: 30px;
    }
    .nw_lgo {
        max-height: 60px;
    }
    /* ============Responsiv navigation ============*/
    /*--nav--*/
    .menu-responsive {
        background: none;
        border: medium none;
        cursor: pointer;
        display: block;
        float: left;
        left: 0;
        padding: 9px 6px 6px;
        z-index: 99999;
        position: absolute;
        top: -11px;
    }
    .menu-responsive.menu_responsiveTo {
        background: #1c2954;
        left: 0;
    }
    .menu-responsive span,
    .menu_responsiveTo span {
        background: #fff;
        display: block;
        height: 3px;
        margin-bottom: 3px;
        width: 32px;
    }
    .navigation {
        margin: 0;
        padding: 80px 50px;
        background: #1e2181;
        display: block;
        position: fixed !important;
        height: 100%;
        top: 0;
        right: 0;
        -ms-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -webkit-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        width: 100%;
        /*z-index: 9999;*/
        text-align: left;
        color: #fff;
        text-align: center;
        overflow-y: auto;
    }
    .navigation.left0 {
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        -moz-box-shadow: 26px 0 22px 41px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 26px 0 22px 41px rgba(0, 0, 0, 0.5);
        box-shadow: 26px 0 22px 41px rgba(0, 0, 0, 0.5);
    }
    .navigation ul,
    .navbar-nav {
        width: 100%;
        margin: 0;
    }
    .navigation ul ul {
        display: none;
        background: rgba(255, 255, 255, 0.03);
        float: left;
    }
    .navigation ul li {
        float: left;
        width: 100%;
        /*border-top: 1px solid #eee;*/
        position: relative;
        padding: 0;
    }
    .navigation ul li a {
        display: block;
        padding: 4px 0;
        color: #fff;
        text-align: center;
        font-size: 15px;
    }
    .navigation ul li::after {
        display: none;
    }
    .sticky .navigation ul li a {
        color: #000;
    }
    header.sticky nav ul li a {
        color: #fff;
    }
    .navigation ul li:hover ul {
        display: block;
    }
    .menu_responsiveTo span {
        opacity: 0;
    }
    .menu_responsiveTo:after {
        position: absolute;
        content: "x";
        top: -1px;
        left: 0;
        right: 0;
        margin: auto;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #fff;
        font-size: 21px;
    }
    .homeNav ul li a {
        font-size: 14px;
    }
    .homeNav ul li a i::before {
        font-size: 16px;
    }
    .homeNav ul a:hover i::before {
        color: #f57e20;
    }
    .htRight {
        margin: 7px 60px 0 0;
    }
    .logo {
        max-width: 150px;
    }
    .htRight ul li a {
        line-height: 32px;
        font-size: 12px;
    }
    .htRight ul li.anmalan {
        margin-left: 0;
    }
    /*.blueBoxMid {
        width: 100%;
        display: block;
        float: left;
    }

    .blueBoxStart,
    .blueBoxEnd {
        width: 100%;
        display: block;
        float: left;
        margin: 10px 0;
    }*/
    .blueBox,
    .blueBoxMid .blueBox {
        padding: 30px 20px 30px;
    }
    .blueBox img {
        display: inline-block;
    }
    .navigation .logMob ul li.anmalan a {
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        color: #FFF;
        padding: 0 12px;
    }
    .navigation .logMob ul li.anmalan {
        margin-bottom: 8px;
    }
    .langMob ul li a span,
    .langMob ul.submenu2 li a span {
        height: auto;
        width: 14px;
        margin-left: 5px;
        display: inline-block;
        top: 2px;
        position: relative;
    }
    .langMob ul li a span img,
    .langMob ul.submenu2 li a span img {
        width: 14px;
        display: block;
    }
    .fCFColInner::after {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .banner2_feature_img img {
        display: none;
    }
    .banner3_feature_img img {
        display: none;
    }
    .nav-tabs.servicelistNavTb li.active a::after {
        display: none;
    }
    .container {
        width: 100%;
    }
    .logo {
        float: none;
        /*margin: 0 auto;*/
    }
    .autoWidR {
        float: none;
        text-align: center;
    }
    .autoWidR ul {
        display: flex;
        justify-content: center;
    }
    .bannSrcInner .col-md-6 {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 885px) {
    .bannerSlogan h1 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 768px) {
    .feedCol {
        width: 33.33333%;
        flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        padding: 0 15px;
        margin: 10px 0;
    }
    .serviceListSection .serviceList li {
        font-size: 18px;
    }
    .title h2,
    .threeBoxArea h2 {
        font-size: 28px;
    }
    .InnerSlogan h2 {
        font-size: 38px;
    }
    .titleType2 h2 {
        font-size: 23px;
    }
    .titleType2 p {
        font-size: 14px;
    }
    .innerCont.faqtype.m-t-60 {
        margin-top: 20px !important;
    }
    .nav-tabs.servicelistNavTb {
        /*margin: 10px 0;*/
        border: none;
    }
    .testimonials {
        display: block;
    }
    .newsFeed {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .menu-responsive {
        top: -17px;
        left: -25px;
    }
    .nw_lgo {
        max-height: 50px;
    }
    .hero_bg footer {
        position: static;
    }
    .logo {
        width: 180px;
    }
    .tableCont .table-responsive {
        border-top: none;
    }
    .contactUsTop .col-xs-12 {
        margin-bottom: 30px;
    }
    .contactUsTop .col-xs-12:last-child {
        margin-bottom: 0;
    }
    .navigation ul {
        margin: 0;
    }
    .bannSrcInner .col-md-6 {
        width: 100%;
        float: left;
        margin: 5px 0;
        padding: 0;
    }
    .bannSrcInner {
        padding-right: 0;
    }
    .fortsatt {
        width: 100%;
        margin-top: 5px;
    }
    .bannSrcInner {
        flex-direction: column;
    }
    .depfrmFlex,
    .desfrmFlex {
        margin: 5px 0;
    }
    .fCFColInner {
        position: relative;
        padding: 0 0 50px;
        text-align: center;
    }
    .fCFColInner::after {
        bottom: 13px;
        right: 0;
        left: 0;
        margin: 0 auto;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .innerCont .col-md-4:last-child .fCFColInner {
        padding-bottom: 0;
    }
    .blueBox p {
        padding: 0;
    }
    .blueBoxMid .blueBox {
        padding: 40px 20px 60px;
    }
    .innerCont.faqtyp h4.panel-title {
        padding: 0;
    }
    .innerCont.faqtyp .panel-default>.panel-heading {
        padding: 0;
    }
    .innerCont.faqtyp h4.panel-title a {
        padding: 10px;
    }
    .itineraryInner {
        min-height: 100px;
        margin-bottom: 15px;
    }
    .itinerary.h3bg.m-b-30 {
        margin-bottom: 0 !important;
    }
    .htRight {
        display: none;
    }
    .blueBoxMid {
        width: 100%;
        display: block;
        float: left;
    }
    .blueBoxStart,
    .blueBoxEnd {
        width: 100%;
        display: block;
        float: left;
        margin: 10px 0;
    }
    .mbl_claim_btn {
        display: block;
    }
    .ordd_itm .gotoClm {
        display: none;
    }
    .easiest_sec {
        display: flex;
        flex-direction: column;
    }
    .ordd_itm {
        order: -1;
    }
}

@media only screen and (max-width: 736px) {
    .fBox {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 667px) {
    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99999999;
    }
    .logo {
        float: left;
    }
    .SignedName {
        margin-top: 0;
    }
    .gotoClm {
        /*padding: 0 !important;
        color: #FFF !important;
        background: unset !important;*/
        margin-bottom: -8px;
    }
    body {
        margin-top: 55px;
    }
    .htRight {
        display: none;
    }
    .htRightMobile {
        display: block;
        position: absolute;
        z-index: 9;
        right: 50px;
        top: 30px;
    }
    .bannerSlogan {
        padding: 0 50px;
    }
    .bannerSlogan h1 {
        color: #1e2a56;
        text-align: left;
    }
    .bannSrcInner {
        text-align: center;
    }
    .fortsatt {
        display: inline-block;
        width: auto;
        float: none;
    }
    .bannerSlogan h5 span {
        display: block;
        margin-top: 5px;
    }
    .flightClaimFeature.p-v-40,
    .threeBoxArea.p-v-50-32,
    .contactForm.p-v-40,
    .p-v-40.contactUsTop,
    .serviceListSection.p-v-40 {
        padding: 40px 35px !important;
    }
    .serviceListSection .serviceList {
        text-align: left;
    }
    .serviceListSection .serviceList li {
        position: relative;
        padding-left: 35px;
    }
    .serviceListSection .serviceList li img {
        position: absolute;
        left: 0;
        top: 4px;
    }
    .title h2,
    .threeBoxArea h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    .mobOff {
        display: none !important;
    }
    /* ============Responsiv navigation ============*/
    /*--nav--*/
    /*.menu-responsive {
        background: none;
        border: medium none;
        cursor: pointer;
        display: block;
        float: left;
        left: 0;
        padding: 9px 6px 6px;
        z-index: 99999;
        position: absolute;
        top: 0;
    }
    .menu-responsive.menu_responsiveTo {
        background: #1c2954;
        left: 0;
    }
    .menu-responsive span,
    .menu_responsiveTo span {
        background: #fff;
        display: block;
        height: 3px;
        margin-bottom: 3px;
        width: 32px;
    }
    .navigation {
        margin: 0;
        padding: 80px 50px;
        background: #1e2181;
        display: block;
        position: fixed !important;
        height: 100%;
        top: 0;
        right: 0;
        -ms-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -webkit-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        width: 100%;*/
    /*z-index: 9999;*/
    /*text-align: left;
        color: #fff;
        text-align: center;
        overflow-y: auto;
    }
    .navigation.left0 {
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        -moz-box-shadow: 26px 0 22px 41px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 26px 0 22px 41px rgba(0, 0, 0, 0.5);
        box-shadow: 26px 0 22px 41px rgba(0, 0, 0, 0.5);
    }
    .navigation ul,
    .navbar-nav {
        width: 100%;
        margin: 0;
    }
    .navigation ul ul {
        display: none;
        background: rgba(255, 255, 255, 0.03);
        float: left;
    }
    .navigation ul li {
        float: left;
        width: 100%;*/
    /*border-top: 1px solid #eee;*/
    /*position: relative;
        padding: 0;
    }
    .navigation ul li a {
        display: block;
        padding: 4px 0;
        color: #fff;
        text-align: center;
        font-size: 15px;
    }
    .navigation ul li::after {
        display: none;
    }
    .sticky .navigation ul li a {
        color: #000;
    }
    header.sticky nav ul li a {
        color: #fff;
    }
    .navigation ul li:hover ul {
        display: block;
    }
    .menu_responsiveTo span {
        opacity: 0;
    }
    .menu_responsiveTo:after {
        position: absolute;
        content: "x";
        top: -1px;
        left: 0;
        right: 0;
        margin: auto;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #fff;
        font-size: 21px;
    }
    .homeNav ul li a {
        font-size: 14px;
    }
    .homeNav ul li a i::before {
        font-size: 16px;
    }
    .homeNav ul a:hover i::before {
        color: #f57e20;
    }
    .htRight {
        margin: 7px 60px 0 0;
    }
    .logo {
        max-width: 150px;
    }
    .htRight ul li a {
        line-height: 32px;
        font-size: 12px;
    }
    .htRight ul li.anmalan {
        margin-left: 0;
    }
    .blueBoxMid {
        width: 100%;
        display: block;
        float: left;
    }
    .blueBoxStart,
    .blueBoxEnd {
        width: 100%;
        display: block;
        float: left;
        margin: 10px 0;
    }
    .blueBox,
    .blueBoxMid .blueBox {
        padding: 30px 20px 30px;
    }
    .blueBox img {
        display: inline-block;
    }
    .navigation .logMob ul li.anmalan a {
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        color: #FFF;
        padding: 0 12px;
    }
    .navigation .logMob ul li.anmalan {
        margin-bottom: 8px;
    }
    .langMob ul li a span,
    .langMob ul.submenu2 li a span {
        height: auto;
        width: 14px;
        margin-left: 5px;
        display: inline-block;
        top: 2px;
        position: relative;
    }
    .langMob ul li a span img,
    .langMob ul.submenu2 li a span img {
        width: 14px;
        display: block;
    }
    .fCFColInner::after {
        display: none;
    }*/
}

@media only screen and (max-width: 600px) {
    .footerInner.dflex {
        float: left;
        width: 100%;
        display: block;
        text-align: center;
    }
    .socal.full {
        float: none;
        width: auto;
        text-align: center;
        display: inline-block;
    }
    .fBox {
        padding: 0 10px;
        float: left;
        width: 100%;
        display: block;
        margin: 10px 0;
    }
    footer {
        padding: 10px 15px 0;
    }
    .feedCol {
        width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        padding: 0 15px;
        margin: 10px 0;
    }
    .nav-tabs.servicelistNavTb li {
        width: 50%;
    }
    .nav-tabs.servicelistNavTb li a {
        width: 100%;
    }
}

@media only screen and (max-width: 545px) {
    .htRight ul li.anmalan {
        display: none;
    }
    .bannerSlogan h5 {
        font-size: 16px;
    }
    .p-v-40 {
        padding: 20px 0;
    }
    .title h6 {
        font-size: 14px;
    }
    .p-v-30 {
        padding: 15px 0;
    }
    .p-v-50-32 {
        padding: 20px 0 10px;
    }
    .signature-canvas {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .tableCont .leftSide {
        width: 100px;
    }
    .tableCont .rightSide {
        width: calc(100% - 100px);
    }
    .tableCont .leftSide ul li:not(:first-child),
    .tableCont .leftSide ul li:first-child {
        height: 32px;
        line-height: 32px;
        text-align: left;
        font-size: 12px;
    }
    .tableCont .rightSide thead th,
    .tableCont .table tr>td {
        height: 31px;
        line-height: 31px;
        font-size: 12px;
        padding: 0 1px;
    }
    .tableCont .table>tbody>tr>td>img {
        width: 16px;
    }
    .serviceListSection .serviceList li {
        font-size: 15px;
    }
    .InnerSlogan h2 {
        font-size: 28px;
    }
    .InnerSlogan p {
        font-size: 17px;
    }
    h2 {
        font-size: 24px;
    }
    .harSka p {
        font-size: 14px;
    }
    .m-t-40 {
        margin-top: 20px !important;
    }
    .innerCont .full.m-b-15 {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 414px) {
    .htRight ul li {
        margin-left: 9px;
    }
    .htRight {
        margin: 7px 48px 0 0;
    }
    .servicelistNavTb {
        display: block;
        border: none;
    }
}

@media only screen and (max-width: 384px) {
    .flightClaimFeature .commonBtn {
        padding: 0;
        width: 100%;
    }
    .fortsatt {
        padding: 0 15px;
    }
    .bannerSlogan h1 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 528px) {}

@media only screen and (max-width: 320px) {
    .logo {
        max-width: 112px;
        padding: 9px 15px 0 0;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: inherit !important;
}


/*# sourceMappingURL=style.css.map */