﻿@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    color: #1e2a56;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #fff;
    line-height: 1.5;
    font-weight: 400;
    /*margin: 0 0 67px;*/
}


/*--Custom-css---*/

a,
button {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    outline: none;
    display: inline-block;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

h1 {
    clear: both;
    color: #333;
    font-size: 40px;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

h2 {
    color: #1e2a56;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    padding: 0 0 15px;
    position: relative;
    font-weight: 600;
}

h3 {
    color: #1e2181;
    font-size: 26px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 15px;
    font-weight: 600;
}

h4 {
    color: #1e2a56;
    font-size: 22px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

h5 {
    color: #1e2a56;
    font-size: 20px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

h6 {
    color: #1e2a56;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.bold1 {
    font-family: 'Open Sans', sans-serif;
}

.dflex {
    display: flex;
}

.alignItemCenter {
    align-items: center
}

.justifyContentCenter {
    justify-content: center;
}

.dTable {
    display: table;
    width: 100%;
}

.dTcell {
    display: table-cell;
    vertical-align: top;
}

.valm {
    vertical-align: middle;
}

.relative {
    position: relative;
}

.radius2 {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.radius3 {
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.radius5 {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.radius6 {
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.SideLradius3 {
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.SideRradius3 {
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.downRradius3 {
    -moz-border-radius: 0px 0 3px 3px;
    -ms-border-radius: 0px 0 3px 3px;
    -o-border-radius: 0px 0 3px 3px;
    -webkit-border-radius: 0px 0 3px 3px;
    border-radius: 0px 0 3px 3px;
}

.SideRradius5 {
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.radius10 {
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.fullradius {
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.radius3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.radius0 {
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.pad_10-20 {
    padding: 10px 20px;
}

.pad-15 {
    padding: 15px;
}

.p-v-20-30 {
    padding: 20px 0 30px 0;
}

.p-v-75 {
    padding: 75px 0;
}

.padding_60_20 {
    padding: 0 20px 0 60px
}

.padding_20_60 {
    padding: 0 60px 0 20px
}

.padding_33_30 {
    padding: 0 33px 0 30px;
}

.p-v-10 {
    padding: 10px 0;
}

.pad_30 {
    padding: 30px;
}

.padding_60_30 {
    padding: 0 30px 25px 60px
}

.padding_15_30 {
    padding: 0 30px 25px 15px;
}

.pad_0_31 {
    padding: 0 31px
}

.pad_0_30_0 {
    padding: 0 30px 0 0
}

.pad_15_hor {
    padding: 0 15px;
}

.pad_10_hor {
    padding: 0 10px;
}

.pad_20_hor {
    padding: 0 20px;
}

.pad_30_hor {
    padding: 0 30px;
}

.p-h-30 {
    padding: 0 30px;
}

.p-h-30 {
    padding: 0 20px;
}

.pad_30_ver {
    padding: 30px 0;
}

.pad-v20 {
    padding: 20px 0 !important;
}

.pad-v15 {
    padding: 15px 0;
}

.p-v-30 {
    padding: 30px 0;
}

.p-v-40 {
    padding: 40px 0;
}

.p-v-60 {
    padding: 60px 0;
}

.p-v-60-30 {
    padding: 60px 0 30px;
}

.pad-20-10 {
    padding: 20px 10px;
}

.pad_0_30_0_80 {
    padding: 0 30px 80px 30px;
}

.pad_0_15_0_30 {
    padding: 0 15px 30px 15px;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-h-40 {
    padding: 0 40px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-v-40-60 {
    padding: 40px 0 60px;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-55 {
    margin-top: 55px;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-80 {
    margin-top: 80px;
}

.p-h-15 {
    padding: 0 15px;
}

.p-h-20 {
    padding: 0 20px;
}

.m-v15-40 {
    margin: 15px 0 40px;
}

.m-v-55-40 {
    margin: 55px 0 40px;
}

.pad_25-0 {
    padding: 25px 0;
}

.pad_20-0 {
    padding: 20px 0;
}

.pad_15-0 {
    padding: 15px 0;
}

.pad_20 {
    padding: 20px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-10 {
    margin-left: 10px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-40 {
    padding-left: 40px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.dt-sc-margin55 {
    margin: 25px 0 30px;
}

.uc {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.full {
    float: left;
    width: 100%;
}

.autoWidL {
    width: auto;
    float: left;
}

.autoWidR {
    width: auto;
    float: right;
}


/*section {
	padding:30px 0 0;
	}*/

.imgContainer {
    float: left;
    width: 100%;
}

.imgContainer img {
    display: block;
    width: 100%;
}

ul {
    list-style: none;
}

.all_btn {
    padding: 8px 50px;
    background: #834eb7;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border: none;
}

.all_btn:focus {
    color: #fff;
}

.all_btn:hover {
    color: #fff;
    background: #f5109c;
}

.upperCase {
    text-transform: uppercase;
}

.m-v-15 {
    margin: 15px 0;
}

.pv-60-30 {
    padding: 60px 30px;
}

.pv-60 {
    padding: 60px 0;
}

.pad_t_b70_40 {
    padding: 70px 0 40px;
}

.padRight15 {
    padding-right: 15px;
}

.padLeft15 {
    padding-left: 15px;
}

.d_I_Block {
    display: inline-block;
}

.dBlock {
    display: block;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.nomargin {
    margin: 0 !important;
}

.bgNone {
    background: none !important;
}

.logo {
    float: left;
    /* left: 15px; */
    max-width: 238px;
    padding: 5px 15px 0 0;
    text-align: center;
    position: relative;
    z-index: 91;
}

.logo a {
    display: block;
}

.logo a img {
    display: inline-block;
    text-align: center;
    width: 100%;
}

header {
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #fff;
}

.topHeader {
    background: #1e2181;
    padding: 10px 0;
}

header.sticky {
    background: rgba(0, 0, 0, .7);
    -moz-box-shadow: 0px 1px 3px #c6c6c6;
    -ms-box-shadow: 0px 1px 3px #c6c6c6;
    -webkit-box-shadow: 0px 1px 3px #c6c6c6;
    -o-box-shadow: 0px 1px 3px #c6c6c6;
    box-shadow: 0px 1px 3px #c6c6c6;
    position: fixed;
    top: 0;
    z-index: 11;
}

.htRight {
    margin: 7px 0 0;
}

.htRight ul li {
    float: left;
    margin-left: 20px;
    position: relative;
}

.htRight ul li a {
    display: block;
    color: #fff;
    line-height: 44px;
    font-weight: 600;
}

.htRight ul li.anmalan a {
    background: #FFF;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #1e2181;
    padding: 0 12px;
}

.topHeader.active .htRight ul li.anmalan a{
    background: #ed145b;
    color: #FFF;
}

.htRight ul li.sub_menu_open span {
    float: left;
    margin-right: 5px;
    position: relative;
    top: -1px;
    width: 15px;
}

.htRight ul li.sub_menu_open span img {
    width: 100%;
}

.htRight ul.submenu2 li {
    width: 100%;
    float: left;
    padding: 0 10px;
    -moz-transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    margin: 0;
}

.htRight ul li ul.submenu2 li span {
    top: 1px;
}

.htRight ul.submenu2 li a {
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
    padding: 6px 20px;
    display: block;
    color: #1d2a56;
    text-align: left;
}

.htRight ul.submenu2 li button {
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
    padding: 6px 20px;
    display: block;
    color: #1d2a56;
    text-align: left;
}

.htRight ul.submenu2 li:hover {
    background: #1d2a56;
}

.htRight ul.submenu2 li a:hover,
.htRight ul.submenu2 li a:focus,
.htRight ul.submenu2 li.active a {
    color: #fff;
    box-shadow: none;
}

.htRight li ul.submenu2 {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    width: auto;
    /*padding: 5px 0;*/
    background: rgba(255, 255, 255, 1);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* margin-top: 5px; */
}

.htRight li:hover ul.submenu2 {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navigation {
    display: inline-block
}

.navigation ul li {
    float: left;
    padding: 0 15px;
    width: auto;
    position: relative;
}

.navigation ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background: #bbc1d6;
    height: 16px;
    width: 1px;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.navigation ul li:last-child {
    padding-right: 0;
}

.navigation ul li:last-child:after {
    display: none;
}

    .navigation ul li a {
        color: #1e2181;
        display: block;
        font-size: 12px;
        line-height: 36px;
        padding: 0 10px;
        position: relative;
        text-transform: uppercase;
        font-weight: 600;
    }


/*nav ul li.active a,
nav ul li a:hover {
	color:#ffb600;
}*/

.menu-responsive {
    display: none;
}

.whiteBg {
    background: #fff;
}

.select_box {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    /*-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
    color: #8c8c8c;
    background: rgba(255, 255, 255, 1) url(../images/select-angle2.html) center right no-repeat;
    box-shadow: none;
    padding: 0 50px 0 10px;
    margin-right: 10px;
}

.select_box option {
    padding: 3px 10px;
    background: #834eb7 !important;
    border-bottom: 1px solid #eddbff !important;
    color: #eddbff;
}

.textBox {
    background: rgba(255, 255, 255, 1);
    font-size: 14px;
    display: block;
    height: 50px;
    padding: 0 15px;
    border: none;
    width: 100%;
    border: 1px solid #1e2a56;
    color: #1e2a56 !important;
}

.textBox:focus {
    box-shadow: none;
    border-color: #1e2a56;
}

.commonBtn {
    background: #009ee2;
    border: medium none;
    color: #fff;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: auto;
}

.commonBtn:hover,
.commonBtn:focus {
    background-color: #ed145b;
    color: #f2f2f2;
    /* background: #a7afca; */
    text-decoration: none;
}

.homeBanner {
    background: url('../img/banner.webp') top center no-repeat;
    min-height: 500px;
}

.itemBanner {
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    position: relative;
}

.bannerSlogan {
    left: 50%;
    max-width: 900px;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}

.bannSrcInner .textBox::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1e2a56;
    opacity: 1;
    /* Firefox */
}

.bannSrcInner .textBox:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1e2a56;
}

.bannSrcInner .textBox::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1e2a56;
}

.bannerSlogan h1 {
    color: #1e2a56;
    font-size: 53px;
    padding-bottom: 7px;
    line-height: 1.2;
    text-align: center;
}

.bannerSlogan h1 span {
    display: block;
    font-weight: 500;
}

.bannerSlogan h5 {
    color: #1e2a56;
    font-size: 19px;
    margin-top: 5px;
}

.bannerSlogan h5 span {
    font-weight: 300;
}

.InnerSlogan {
    left: 50%;
    max-width: 800px;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}

    .InnerSlogan h2 {
        color: #1e2181;
        font-size: 52px;
    }

    .InnerSlogan p {
        color: #1e2181;
        font-size: 18px;
    }

.fortsatt {
    height: 44px;
    padding: 0 25px;
    border: none;
    border-radius: 6px;
    background: #1d2a56;
    color: #fff;
    font-weight: 700;
}

.smBtnSection {
    padding: 0 7px;
}


/*.bannSrcInner {
    padding-right: 138px;
}*/

.bannSrcInner {
    display: flex;
}

.depfrmFlex,
.desfrmFlex {
    flex-grow: 1;
    padding: 0 7px;
}

.banSrc .row {
    margin: 0 -7px
}

.bannSrcInner .col-md-6 {
    padding: 0 7px;
}

.bannSrcInner .textBox {
    height: 44px;
    background: url('../images/icon/map-pointer.webp') left 15px center no-repeat #fff;
    padding-left: 45px;
    font-size: 12px;
    font-weight: 600;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #1e2a56;
    border: none;
}

.innerCont {
    max-width: 776px;
    width: 100%;
    margin: 0 auto;
}

.innerCont::after,
.innerCont::before {
    content: "";
    display: table;
}

.innerCont::after {
    clear: both;
}

.blueBox {
    background: #1e2181;
    color: #fff;
    padding: 40px 40px 60px;
    text-align: center;
}

.whiteBtn {
    padding: 10px 17px;
    background: #eb155b;
    color: #fff;
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    margin-top: 10px;
}

.whiteBtn:hover {
    color: #1e2181;
    background: #FFF;
}

.p-v-50-32 {
    padding: 50px 0;
}

.threeBoxArea {
    /* background: url('../img/bg2.webp') top center no-repeat; */
    background-color: #009ee2;
}

.threeBoxArea h2 {
    font-size: 41px;
    color: #FFF;
    margin-bottom: 25px;
}

.blueBoxStart,
.blueBoxEnd {
    width: 31.5%;
}

.blueBoxMid {
    width: 37%;
    padding: 0 3px;
}

.blueBox h4 {
    color: #fff;
    font-size: 16px;
}

.blueBox {
    color: #fff;
    padding: 40px 20px 60px;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.blueBoxMid .blueBox {
    padding: 45px;
}

.blueBox p {
    padding: 0 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blueBoxMid .blueBox p {
    padding: 0;
}

.blueBox span.crIcon {
    display: block;
    margin-bottom: 25px;
}

footer {
    background: #1e2181;
    color: #fff;
    /*padding: 32px 15px;
	position:fixed;
	width:100%;
	bottom:0;*/
    padding: 50px 0;
}

footer ul li {
    font-weight: 600;
    margin: 2px 0;
}

footer a {
    color: #fff;
}

footer a span {
    color: #FFF;
    margin-left: 5px;
}

footer a:hover {
    color: #ccc;
}

.fBox {
    padding: 0 30px;
}

.fBox h5 {
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
}

footer .socal li {
    float: left;
    width: 22px;
    font-size: 16px;
}

.m-l-5 {
    margin-left: 5px;
}


/* serviceSection by arindam */

.serviceListSection .serviceList {
    width: 100%;
    float: left;
    text-align: center;
}

.serviceListSection .serviceList li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 25px;
}

.serviceListSection .serviceList li:last-child {
    margin-bottom: 0;
}

.serviceListSection .serviceList li img {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}


/* flightClaimFeature */

.flightClaimFeature {
    background: #edf5fe;
}

.title {
    text-align: center;
    margin-bottom: 30px;
}

.title h2 {
    font-weight: 600;
    font-size: 41px;
    color: #1e2181;
    margin-bottom: 20px;
}

.title h6 {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.fCFColInner {
    /*position: relative;*/
    padding: 0 35px;
    text-align: center;
}

.fCFColInner p {
    color: #1e2a56;
    font-size: 16px;
}

.fCFColInner::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    /* background: url(../img/angle-right.svg) no-repeat;
    background-size: 28px 28px; */
    bottom: 40px;
    right: -29px;
    background-color: #009ee2;
    -webkit-mask: url(../img/angle-right.svg) no-repeat 50% 50%;
    mask: url(../img/checked.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: 28px 28px;
}

.fCFColInner.none::after {
    display: none;
}

.fCFColInner .fcFimg {
    width: 70px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.fCFColInner .fcFimg img {
    width: 100%;
    display: block
}

.flightClaimFeature .commonBtn {
    padding: 0 50px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    font-weight: 600;
}

.max-640 {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}

.checkIcon {
    background-color: #009ee2;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 10px;
    -webkit-mask: url(../img/checked.svg) no-repeat 50% 50%;
    mask: url(../img/checked.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -moz-transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}

.nav-tabs.servicelistNavTb li a {
    border: 2px solid #009ee2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 0;
    margin-left: -2px;
    width: 112px;
    position: relative;
    padding: 10px 2px;
    font-size: 13px;
    font-weight: 600;
    color: #009ee2;
}

.nav-tabs.servicelistNavTb {
    margin: 30px 0;
}

.nav-tabs.servicelistNavTb li.active a::after {
    content: "";
    background-color: #009ee2;
    /* -webkit-mask-image: url(../img/angle-down.svg); */
    -webkit-mask: url(../img/angle-down.svg) no-repeat 50% 50%;
    mask: url(../img/checked.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease-in-out 300ms;
}


/* .servicelistNavTb li {} */

.nav-tabs.servicelistNavTb li a:hover,
.nav-tabs.servicelistNavTb li.active a,
.nav-tabs.servicelistNavTb li a:focus {
    color: #009ee2;
    border-color: #009ee2;
    color: #fff !important;
    background-color: #009ee2 !important;
    border: 2px solid #009ee2 !important;
}

.nav-tabs.servicelistNavTb li a:hover .checkIcon,
.nav-tabs.servicelistNavTb li.active a .checkIcon,
.nav-tabs.servicelistNavTb li a:focus .checkIcon {
    background: #FFF;
}

.servicelistNavTb {
    display: inline-block;
}


/* news feed  */

.newsFeedCont {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.flex-row {
    -webkit-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.feedCol {
    width: 20%;
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    padding: 0 15px;
}

.newsFeed {
    background: #d9c4c0;
}

.feedProfileImg {
    width: 28px;
    height: 28px;
}

.feedProfileImg img {
    width: 100%;
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.rating {
    width: calc(100% - 28px);
    padding-left: 10px;
}

.rating ul li {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 2px;
    background: #dddddd;
}

.feedbody h6 {
    font-size: 12px;
    color: #000;
}

.feedbody p {
    font-size: 13px;
    color: #4a4e57;
}

.feedProfile.dTable {
    margin-bottom: 10px;
}

.rating ul li img {
    width: 100%;
    display: block;
}

.rating ul li.rateful {
    background: #29b785;
}

.feedColInner {
    background: #fff;
    width: 100%;
    float: left;
    padding: 6px 10px;
}

.faqtype .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    color: #ed145b;
}

.faqtype .panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
    color: #1e2181;
}

.faqtype .panel-title>a {
    display: block;
    padding: 12px 15px;
    font-size: 15px;
}

.faqtype .panel-heading {
    padding: 0px;
    background: #edf5fe;
}

.faqtype .panel-title {
    padding-bottom: 0;
}

.faqtype .panel-title>a:hover,
.faqtype .panel-title>a:active,
.faqtype .panel-title>a:focus {
    text-decoration: none;
}

.titleType2 {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.titleType2 h2 {
    font-size: 30px;
    color: #1e2a56;
}

.titleType2 p {
    font-size: 18px;
}

.harSka p {
    font-size: 18px;
    color: #1e2a56;
}

.chocoBg {
    background: #edf5fe;
}

.contactUsTop {
    background: #edf5fe;
}

.contUsTopInner .conInnerImg {
    width: 60px;
    margin: 0 auto;
}

.contUsTopInner .conInnerImg img {
    width: 100%;
    display: block
}

.contUsTopInner h6 {
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 0px;
    line-height: 18px;
    margin-top: 7px;
}

.contUsTopInner p {
    font-size: 14px;
    line-height: 14px;
}

.contUsTopInner p a {
    color: #1e2a56;
}

.input1 {
    border-color: #1d2a56;
    height: 44px;
}

.input1:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-color: #1d2a56;
}

.input1::placeholder {
    color: #1e2a56;
    opacity: 1;
}

.input1:-ms-input-placeholder {
    color: #1e2a56;
}

.input1::-ms-input-placeholder {
    color: #1e2a56;
}

.form-control.textArea1 {
    height: 100px;
    resize: none;
    border: 1px solid #1d2a56;
}

.form-control.textArea1:focus {
    border-color: #1d2a56;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.formHeding {
    font-weight: 600;
    text-align: center;
}

.commonBtn.jagBtn {
    padding: 0 50px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    font-weight: 600;
}

.aributidCb.checkbox label::after {
    font-size: 10px;
    top: 1px;
    display: none;
}

.aributidCb.checkbox input[type="checkbox"]:focus+label::before,
.aributidCb.checkbox input[type="radio"]:focus+label::before {
    outline: none;
}

.text-underline {
    text-decoration: underline;
    color: #1d2a56;
}


/*//by arindam dev*/

.ui-menu-item.addUnique {
    position: relative;
    padding-right: 55px;
    -moz-transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}

.ui-menu-item.addUnique .airlineData,
.ui-menu-item.addUnique .countryCode {
    display: block;
    width: 100%;
    padding: 0px !important;
    -moz-transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}

.ui-menu-item.addUnique .cityCode {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 10px !important;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}

.ui-autocomplete li {
    padding: 5px 15px;
    cursor: pointer;
}

.ui-autocomplete li:hover {
    background: #1e2a56;
    /*color: #fff;*/
}

.addUnique .ui-state-active,
.addUnique .ui-widget-content .ui-state-active,
.addUnique .ui-widget-header .ui-state-active,
.addUnique a.ui-button:active,
.addUnique .ui-button:active,
.addUnique .ui-button.ui-state-active:hover {
    color: #222 !important;
    background: transparent !important;
    border: transparent !important;
    margin: 0px !important;
    color: #fff !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
}

.middleBox {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 25px;
    -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.08);
}

.banner2:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: #1d2a56;
    content: "";
    z-index: 0;
}

.banner2 h2 {
    color: #fff;
    margin: 15px 0;
}

.banner2 {
    position: relative;
}

.p-v-50 {
    padding: 50px 0;
}

.middleBox .textBox::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1e2a56;
    opacity: 1;
    /* Firefox */
}

.middleBox .textBox:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1e2a56;
}

.middleBox .textBox::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1e2a56;
}


/* Change the white to any color ;) */


/*input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset; 
}*/


/*chorome yellow color hack*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}


/*//by arindam dev*/

.airClm {
    background: #fff;
    padding: 15px;
    margin-top: 15px;
}

.statusHere {
    width: 100px;
}

.claimMiddleSection {
    width: calc(100% - 400px);
}

.claimArea {
    width: 300px;
}

.claimArea .commonBtn {
    width: 100%;
}

.claimArea .commonBtn img {
    margin-left: 10px;
}

.statusHere img {
    width: 52px;
    display: block;
}

.airClm .topPrt h4 {
    font-size: 12px;
    font-weight: 700;
}

.airClm .statusHere h4 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-top: 14px;
}

.airClmTop {
    background: #a7afcb;
    padding: 5px 10px;
    color: #fff;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
}

.airClmTop h3 {
    padding-bottom: 0;
    font-size: 12px;
    color: #1e2a56;
    font-weight: 700;
}

.dcell {
    display: table-cell;
}

.autowidthR {
    width: auto;
    float: right;
}

.autowidthL {
    width: auto;
    float: left;
}

.shadow-50 {
    background: #edf5fe;
}

.claimMiddleSection {
    padding: 0 15px;
    vertical-align: middle !important;
}

.claimMiddleSection img {
    width: 17px;
}

.claimMiddleSection h4 {
    font-size: 16px;
}

.claimMiddleSection p {
    font-size: 15px;
}

.customerDashBdhd {
    text-align: center;
    margin-bottom: 50px;
}

.customerDashBdhd h2 {
    padding-bottom: 19px;
    color: #1e2181;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #F4F4EE;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1d2a56;
    -webkit-animation: spin 5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #dcc7c4;
    -webkit-animation: spin 7s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 7s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 80px;
    /* border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;*/
    /*background:url(../images/w-logo.webp) no-repeat center center;*/
    background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    -webkit-animation: spin 3.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}


/*.newsFeed {
	display: none;
}*/

#terms-error {
    position: absolute;
    bottom: 0;
    left: 30px;
}

span.error {
    color: red;
    font-size: 11px;
}

.checkbox input[type="checkbox"]:checked~label::after,
.checkbox input[type="radio"]:checked~label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.aributidCb label {
    font-size: 12px;
}

.aributidCb.checkbox label::before {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    border-color: #1e2a56;
    width: 15px;
    height: 15px;
    top: 2px;
}

.jagBtn {
    width: 100%
}

.p-b-15 {
    padding-bottom: 15px;
}


/*.social_logins {
	text-align: center;
}*/

.htRightMobile {
    display: none;
}


/*news*/

.testimonials .owl-carousel .owl-dots.disabled,
.testimonials .owl-carousel .owl-nav.disabled {
    display: block;
}

.testimonials .owl-prev {
    left: 0;
    position: absolute;
    top: 50%;
    text-indent: -99999999999999999999px;
    width: 30px;
    height: 30px;
    background: url(../images/icons/claimFeature/angle-right.svg) no-repeat;
    background-size: auto;
    background-size: 28px 28px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -20px;
}

.testimonials .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    text-indent: -99999999999999999999px;
    width: 30px;
    height: 30px;
    background: url(../images/icons/claimFeature/angle-right.svg) no-repeat;
    background-size: auto;
    background-size: 28px 28px;
    margin-top: -20px;
}


/*custom*/

.shadow-effect {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    width: 100%;
    float: left;
}

#customers-testimonials .item {
    text-align: center;
    padding: 0;
    /*margin-bottom:80px;*/
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #28CB75;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #C4C4CC;
    display: block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.shadow-effect .feedCol {
    width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    padding: 0 15px;
}

.testimonials .owl-item {
    top: 10px;
    position: relative;
}

.testimonials .owl-item.active.center {
    top: -10px;
    position: relative;
}

.testimonials {
    padding: 40px 0;
    background: #d9c4c0;
}

.shadow-effect .feedColInner {
    padding: 10px 0;
}

.testimonials {
    display: none;
}


/*news*/

.h3bg h3 {
    background: #a7afcb;
    color: #1d2a56;
    padding: 10px 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.itineraryInner {
    background: #fff;
    height: auto !important;
    float: left;
    width: 100%;
    border-radius: 10px;
    min-height: 302px;
}

.itinerArea h5 {
    border-bottom: #ddd 2px solid;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.itinerAreaBtm {
    padding: 15px;
}

.itinerAreaBtm h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}

.itinerAreaBtm p {
    font-size: 15px;
    font-weight: 500;
}

.inpTop {
    position: absolute;
    top: -10px;
    background: #fff;
    padding: 0 5px;
    left: 10px;
    font-size: 12px;
}

.btnFull {
    width: 100% !important;
}

.orArea::after {
    content: "";
    background: #ddd;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 11px;
    z-index: -1;
}

.orArea {
    position: relative;
    z-index: 1;
}

.orArea span {
    background: #fff;
    padding: 0 10px;
}

.tableCont .leftSide {
    width: 200px;
    float: left;
}

.tableCont .rightSide {
    width: calc(100% - 200px);
    float: left;
}

.tableCont .leftSide ul {
    width: 100%;
    float: left;
}

.tableCont .leftSide ul li {
    width: 100%;
    float: left;
}

.tableCont .leftSide ul li:first-child {
    background: #c8c8c8;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 10px;
}

.tableCont .leftSide ul li:not(:first-child) {
    border-left: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    background: #fff9f6;
    font-weight: 600;
}

.tableCont .table>tbody>tr>td {
    border-top: none;
    text-align: center;
    background: #fff;
}

.tableCont .table tr>td {
    /*border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
    padding: 0;
    height: 49px;
    line-height: 49px;
}

.tableCont .table-bordered {
    border-top: none;
}

.tableCont .rightSide thead {
    background: #c8c8c8;
}

.tableCont .rightSide thead th {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    border-bottom: 0px;
    text-align: center;
}

.tableCont .table>tbody>tr>td:last-child {
    background: #a7afcb;
}

.tableCont .rightSide thead th:last-child {
    background: #9ea1af;
}

.tableCont .table>tbody>tr>td>img {
    width: 30px;
}

.paginationBox .pagination {
    width: auto;
    float: right;
}

.paginationBox .pagination>.active>span {
    background: #1e2a56;
    border: none;
}

.paginationBox .pagination>li>a {
    color: #a7afcb;
    border: none;
}

.paginationBox .pagination>li {
    width: auto;
    float: left;
    margin-right: 2px;
}

.paginationBox .pagination>li:last-child {
    margin-right: 0px;
}

.paginationBox .pagination {
    margin-bottom: 0px;
}

.yourRights p {
    margin-bottom: 15px;
    font-size: 13px;
}

.yourRights h3 {
    background: #edf5fe !important;
}
    .yourRights h2, .yourRights h3 {
    background: #c9d3f8;
    padding: 5px 10px;
    color: #fff;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    font-size: 12px;
    color: #1e2a56;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
}

.yourRights ul {
    padding-left: 25px;
    list-style: disc;
    font-size: 13px;
}

.emptyClaim {
    width: 100%;
    float: left;
}

.tableCont .table-bordered>tbody>tr>td {
    border-color: #c8c8c8;
}

.primary_color {
    background: #1e2181;
    color: #FFF !important;
}

.margin_top {
    margin-top: 70px;
}

.margin_tb {
    margin: 70px auto;
}

.bottomHeader {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

#main {
    margin-bottom: 160px;
    min-height: calc(100vh - 498px);
}

.SignedName {
    background: unset;
    color: #FFF;
    border: 0;
    margin-top: 10px;
}

.responsive_table_it {
    min-width: 1675px;
}

.responsive_table {
    overflow-x: auto;
}

.table th {
    background: #ed145b;
    color: #FFF;
}

#hero {
    color: #FFF;
}

#hero h1,
h2,
h3 {
    /*color: #FFF;*/
    text-align: center;
}

.hero_bg #main {
    margin-bottom: 0;
}

#multiplecont table tr td {
    border: 0 !important;
    border-bottom: 0 !important;
}


/*PRELOADING------------ */

#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: #525d81;
}

.loader {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    text-align: center;
}

.image-dropping,
.image-upload-wrap {
    background-color: #0d6efd;
}

#ExternalDocument {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

#InternalDocument {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.red_del_btn:hover {
    color: #FFF !important;
}

.log_head .submenu2 {
    top: calc(100% + 15px) !important;
    min-width: 295px;
}

.log_head .submenu2 li a {
    text-transform: none !important;
}

.log_foot {
    position: relative;
}

.log_foot ul.submenu2 {
    position: absolute;
    left: calc(100% - 25px);
    top: calc(100% - 70px);
    min-width: 255px;
    padding: 5px;
    background: rgba(255, 255, 255, 1);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* margin-top: 5px; */
}

.log_foot:hover ul.submenu2 {
    opacity: 1;
    visibility: visible;
}

.log_foot ul.submenu2 li a {
    color: #1e2a56;
}

.log_foot ul.submenu2 li {
    padding: 5px;
}

.log_foot ul.submenu2 li:hover {
    background: #1e2a56;
}

.log_foot ul.submenu2 li:hover a {
    color: #FFF;
}

.logOutbtn {
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
    padding: 6px 20px;
    display: block;
    color: #1d2a56;
    text-align: left;
    border: 0;
    background-color: unset;
    font-weight: 550;
}

.htRight ul.submenu2 li:hover .logOutbtn {
    color: #FFF !important;
}

.ellips_btn {
    position: relative;
}

.ellips_btn span {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.claim_list_table table tr th {
    font-size: 12px;
}

.claim_list_table table tr td {
    font-size: 12px;
}

.claim_list_table table tr td a {
    font-size: 12px;
}

.innerContULLI {
    width: 100%;
    margin: 0 auto;
}

.innerContULLI::after,
.innerCont::before {
    content: "";
    display: table;
}

.innerContULLI::after {
    clear: both;
}

.button_back_to button::after {
    content: "";
    background-color: #FFF;
    -webkit-mask: url(../img/angle-down.svg) no-repeat 50% 50%;
    mask: url(../img/checked.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 11.5px;
    transform: rotate(180deg);
    transition: all ease-in-out 300ms;
}

.button_back_to button {
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    width: 40px;
    border: 0;
    border-radius: 4px;
    background-color: #ed145b;
    color: #FFF;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.button_back_to button.show {
    opacity: 1;
    visibility: visible;
}


/* .button_back_to button.show:hover {
    opacity: 0.6;
} */

.topHeader.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    width: 100%;
    position: fixed;
    z-index: 5;
    /* border-bottom: 1px solid #e1e1e1; */
    top: 0;
    left: 0;
}

.banner2_feature_img {
    height: 400px;
    background-color: #edf5fe;
}

.banner2_feature_img img{
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner3_feature_img {
    background-color: #edf5fe;
    height: 300px;
}

.banner3_feature_img img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 800px;
}

.conInnerImg{
    height: 60px;
    display: table;
}

.for_chat_icn{
    max-width: 40px;
    margin-top: 9px;
}

.for_call_icn{
    max-width: 45px;
    margin-top: 8px;
}

.about_hr_bnr {
    height: 400px;
    background-color: #edf5fe;
}

.banner5_feature_img{
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 780px;
    transform: translateX(-50%);
}

.google_icn_btn {
    border: 0;
    background: unset;
    font-size: 14px;
    font-weight: 550;
    color: #ffffff;
    position: relative;
    top: -40px;
    /* border: 1px solid #a9a9a9; */
    padding: 5px 7px;
    border-radius: 4px;
    background-color: #e04242;
    min-width: 190px;
    text-align: left;
}

/* .google_icn_btn:hover{
    background-color: #e04242 ;
    border-color: #edf5fe;
} */

.google_icn {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.p_v_80{
    padding-top: 80px;
    padding-bottom: 80px;
}

.p_v_40{
    padding-top: 40px;
    padding-bottom: 40px;
}

.facebook_icn_btn{
    background-color:#1178f2;
    color: #FFF;
}

.call_top_action_sec {
    background-color: #edf5fe;
    padding: 80px 0;
    /*border-top: 1px solid #c7c7c7;*/
}

.call_top_action_sec .btn-get-started {
    height: 44px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 18px 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #1e2181;
    line-height: 6px;
    margin-top: 18px;
    min-width: 35%;
    width: auto;
}

.call_top_action_sec .btn-get-started:hover{
    background: #ed145b;
}

.call_top_action_sec .container{
    max-width: 800px;
    margin: 0 auto;
}

    .call_top_action_sec .title h2 {
        color: #1e2181;
        font-size: 32px;
        margin-bottom: 0;
        padding: 0;
        text-align: left;
    }

.call_top_action_sec .col-md-4 {
    padding: 0 2px !important;
}

    .call_top_action_sec .map_pointer {
        border-radius: 6px;
        border: 1px solid #ccc !important;
    }

.call_top_action_sec .btn-get-started{
    border-radius: 6px;
    margin-top: 0;
    width: 100%;
}

.nw_lgo{
    max-height:80px;
    width:auto !important;
}

.nw_addition{
    display: flex;
    align-items:center;
    justify-content:space-between;
}

.txt_limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    max-width: 100px; /* fallback */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
}

.navigation_prnt .navigation ul {
    margin-top:15px;
}

    .navigation_prnt .navigation ul li a {
        color: #FFF;
    }

    .navigation_prnt .navigation ul li a:hover{
        background-color:unset;
    }

.ordd_itm img{
    max-width:100px;
    margin: 0 auto;
}

.mbl_claim_btn{
    display:none;
}

input[type=date].form-control{
    height:auto;
    line-height: inherit !important;
}
.signature-canvas {
    border: 2px solid #000;
    margin-bottom: 10px;
    margin-top: 10px;
    display:block;
}

.btn_canvas_clr {
    background: #ed145b;
    color: #FFF;
}

    .btn_canvas_clr:hover {
        color: #FFF;
        background: #009ee2;
    }

.new_color_light {
    background-color: #c9d3f8 !important;
}