:root {
    --bgCurveImgUrl: url(https://c.regencyholidays.com/cms/images/theme/bg-crv-img.png);
    --spriteImgUrl: url(https://c.regencyholidays.com/cms/images/theme/spriteimg.png);
    --searchSpriteImgUrl: url(https://c.regencyholidays.com/cms/images/theme/regency_search-sprite-img.png)
}

body,
html {
    height: 100%;
    width: 100%;
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: robotoregular;
    background: #f2f2f2
}

fieldset,
img {
    border: none
}

a:focus {
    outline: 0;
    box-shadow: none
}

a {
    outline: 0
}

a img {
    border: 0;
    text-decoration: none
}

a:link,
a:visited {
    text-decoration: none
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-top: 0
}

.fw {
    float: left;
    width: 100%
}

.no-pad {
    padding: 0 !important
}

.no-pad-left {
    padding-left: 0 !important
}

.no-pad-right {
    padding-right: 0 !important
}

figure {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

.inner_container {
    margin: 0 auto;
    width: 1170px
}

.small_grid90 {
    width: 96%;
    float: left
}

.grid_col2 {
    width: 16.66666667%;
    float: left;
    padding: 0 15px
}

.grid_col3 {
    width: 25%;
    float: left;
    padding: 0 15px
}

.grid_col4 {
    width: 33.33%;
    float: left;
    padding: 0 15px
}

.grid_col5 {
    width: 41.66666667%;
    float: left;
    padding: 0 15px
}

.grid_col6 {
    width: 50%;
    float: left;
    padding: 0 15px
}

.grid_col7 {
    width: 58.33333333%;
    float: left;
    padding: 0 15px
}

.grid_col8 {
    width: 66.66666667%;
    float: left;
    padding: 0 15px
}

.grid_col9 {
    width: 75%;
    float: left;
    padding: 0 15px
}

.grid_col10 {
    width: 83.33333333%;
    float: left;
    padding: 0 15px
}

.grid_col11 {
    width: 91.66666667%;
    float: left;
    padding: 0 15px
}

.mr0 {
    margin: 0 !important
}

.innerrow {
    margin: 0 -15px
}

.gradient_bgBox {
    width: 100%;
    float: left;
    height: 100px;
    background-image: linear-gradient(45deg, #002D61, #F50003);
    position: relative
}

.gradient_bgBox:after {
    position: absolute;
    bottom: -30px;
    width: 100%;
    background-image: var(--bgCurveImgUrl);
    background-repeat: no-repeat;
    height: 70px;
    content: "";
    left: 0;
    background-size: 100%
}

.profile_img_sec {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 0;
    background: #f8f8f8
}

.profile_img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 70px;
    font-size: 20px;
    color: #1c1c1c;
    font-family: robotomedium
}

.profile_img_box {
    position: relative;
    width: 113px;
    height: 113px;
    display: inline-block;
    vertical-align: inherit;
    border: 5px solid #fff;
    border-radius: 100px;
    margin-right: 15px;
    background-color: #e2e2e2;
    margin-top: -55px
}

.profile_img_box:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    background-image: var(--spriteImgUrl);
    background-repeat: no-repeat;
    content: "";
    background-position: -198px -70px
}

.user_tab_sec {
    float: left;
    width: 100%;
    background: #f2f2f2
}

.user_tab_sec .tab_header {
    width: 100%;
    float: left;
    margin-top: -50px;
    position: relative;
    z-index: 9
}

.tab_header_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 25px;
    float: left;
    width: 100%
}

.tab_header_menu li {
    padding-right: 60px;
    float: left;
    text-align: left
}

.tab_header_menu li:last-child {
    padding: 0
}

.tab_header_menu .tab-menu {
    position: relative;
    color: #9A9A9A;
    font-family: robotoregular;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    letter-spacing: .1px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s
}

.tab_header_menu .tab-menu:after {
    position: absolute;
    bottom: -15px;
    left: 0;
    border-bottom: 3px solid #002D61;
    content: "";
    width: 100%;
    opacity: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s
}

.tab_header_menu .tab-menu:hover,
.tab_header_menu li.active .tab-menu {
    color: #002D61
}

.tab_header_menu .tab-menu:hover:after,
.tab_header_menu li.active .tab-menu:after {
    opacity: 1
}

.tab_body_sec {
    float: left;
    width: 100%;
    padding-top: 18px
}

.account_balance {
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    background: #fff
}

.profilebox {
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 4px;
    background: #fff
}

.best_deals_sec .green_box {
    background: #fff;
    padding: 30px 25px;
    border-radius: 5px
}

.best_deals_finds {
    background: #fff;
    padding: 20px 25px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    margin-top: 15px
}

.apple_store {
    width: 130px;
    height: 45px;
    display: inline-block;
    background-image: var(--spriteImgUrl);
    background-repeat: no-repeat;
    background-position: -11px -10px
}

.gogle_play {
    width: 130px;
    height: 45px;
    display: inline-block;
    background-image: var(--spriteImgUrl);
    background-repeat: no-repeat;
    background-position: -151px -9px
}

.profileProcessamin {
    width: 40%;
    clear: both;
    float: left;
    position: relative
}

.profilebox .profileheadings {
    font-size: 16px;
    color: #161616;
    font-family: robotomedium
}

.profileProcessamin .processBarprofile {
    width: 100%;
    clear: both;
    background: #a4a4a4;
    border-radius: 5px;
    height: 10px;
    overflow: hidden;
    margin-top: 10px
}

.profileProcessamin .processBarprofile .barprocess {
    background: #007680;
    height: 10px;
    border-radius: 5px
}

.profileProcessamin span {
    display: block;
    font-size: 14px;
    margin-top: 8px
}

.profileProcessamin .prcnt {
    position: absolute;
    right: 0;
    font-family: robotomedium;
    font-size: 14px
}

.profileshadow.MyTripsSection {
    border-radius: 5px
}

.profileshadow.MyTripsSection .profilebox.fw {
    margin: 0
}

.wht_box_travellers .table-responsive .table.traveller_table thead {
    background: #F50003;
    color: #fff
}

.wht_box_travellers .table-responsive .table.traveller_table thead tr td.title_td {
    text-align: center
}

.wht_box_travellers .table-responsive .table.traveller_table thead tr td {
    color: #fff;
    font-weight: 600
}

.wht_box_travellers .table-responsive .table.traveller_table tbody tr td:nth-of-type(1) {
    text-align: center;
    text-transform: capitalize
}

.wht_box_travellers .table-responsive .table.traveller_table tbody tr:nth-of-type(even) {
    background: #f4f3f3
}

.wht_box_travellers .table-responsive .table.traveller_table tbody tr:nth-of-type(odd) {
    background: #fff
}

.frmdiv.fullwidthbox .tabls table tbody tr td a {
    color: #444;
    text-decoration: underline
}

.frmdiv.fullwidthbox .tabls table tbody tr:nth-of-type(even) {
    background: #f4f3f3
}

.frmdiv.fullwidthbox .tabls table tbody tr:nth-of-type(odd) {
    background: #fff
}

.profileshadow {
    box-shadow: 0 6px 6px #00000029;
    border: 1px solid #d1d1d1
}

.profilebox .userpassport {
    float: left;
    padding: 10px 15px
}

.profilebox .usertxts {
    float: left;
    width: 90%
}

.profilebox .usertxts h3 {
    font-size: 16px;
    margin-bottom: 10px
}

.profilebox .usertxts p {
    color: #444;
    font-size: 14px
}

.profilebox .prfilesmltxt {
    font-size: 14px;
    color: #161616;
    margin-bottom: 20px
}

.frmdiv {
    width: 80%;
    clear: both;
    float: left
}

.frmdiv.paymentinfo {
    width: 90%;
    clear: both;
    float: left
}

.frmdiv.paymentdetail {
    width: 100%;
    clear: both;
    float: left
}

.frmdiv .frm-group {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    float: left
}

.frmdiv .frm-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #414141
}

.frmdiv .frm-group select {
    -webkit-appearance: none;
    background-color: transparent;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    width: 100%;
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    text-transform: capitalize
}

.frmdiv .frm-group select option {
    text-transform: capitalize
}

.frmdiv .frm-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    height: 38px
}

.frmdiv .frm-group .frmbtns {
    text-align: center;
    margin: 20px 0 0 0
}

.frmdiv .frm-group .frmbtns input {
    display: inline-block;
    width: auto;
    padding: 8px 100px;
    cursor: pointer;
    margin-right: 25px
}

.frmdiv .frm-group .frmbtns input[type=reset] {
    border: 1px solid #dfdfdf;
    color: #000;
    font-family: robotoregular;
    font-size: 14px;
    text-transform: capitalize
}

.frmdiv .frm-group .frmbtns input[type=submit] {
    border: 1px solid #002D61;
    color: #fff;
    font-family: robotoregular;
    font-size: 14px;
    text-transform: capitalize;
    background: #002D61
}

.phoneprofile {
    position: relative;
    width: 100%
}

.phoneprofile .lang-select {
    width: 100%;
    position: absolute
}

.selectdiv {
    width: 100%;
    position: relative;
    background: #fff
}

.selectdiv .selectarrow {
    background: var(--spriteImgUrl) -122px -180px;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 9;
    right: 7px;
    top: 14px;
    z-index: 0
}

.headingBoxleft {
    width: 80%;
    float: left
}

.headingRightBox {
    float: right;
    width: 20%
}

.headingRightBox .boxcloseicon {
    background: var(--spriteImgUrl) -259px -866px;
    width: 14px;
    float: right;
    cursor: pointer;
    height: 14px;
    margin-top: 6px
}

.profileDetaismain {
    float: left;
    width: 75%
}

.profileright {
    width: 22%;
    float: right
}

.profileright .rightboxprofilebox {
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 6px #00000029;
    border: 1px solid #d1d1d1
}

.profileright .rightboxprofilebox h3 {
    color: #444;
    font-size: 16px;
    font-family: robotomedium
}

.profileright .rightboxprofilebox h4 {
    color: #444;
    font-size: 14px;
    font-family: robotomedium;
    margin-bottom: 15px
}

.profileright .rightboxprofilebox .mhpoints {
    width: 50%;
    margin-bottom: 15px;
    float: left;
    font-size: 16px;
    color: #444;
    font-family: robotomedium
}

.profileright .rightboxprofilebox .mhpoints h5 {
    color: #444;
    font-size: 14px;
    font-family: robotoregular
}

.profileright .rightboxprofilebox p {
    clear: both;
    font-size: 14px;
    font-family: robotomedium;
    color: #444
}

.headingRightBox a {
    float: right
}

.headingRightBox a {
    float: right;
    border: 1px solid #00808a;
    padding: 2px 15px;
    font-size: 14px;
    color: #00808a;
    border-radius: 22px;
    margin-right: 10px
}

.headingRightBox a:hover {
    border: 1px solid #b81a52;
    color: #b81a52
}

.frmdiv ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.frmdiv ul li .namel {
    float: left;
    min-width: 180px
}

.frmdiv h5 {
    clear: both;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #444;
    font-family: robotomedium;
    margin-top: 15px;
    margin-bottom: 20px
}

.frmdiv ul li {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 8px;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 0
}

.frmdiv ul li:nth-of-type(5) span,
.frmdiv ul li:nth-of-type(6) span {
    text-transform: none
}

.frmdiv ul li .namel {
    padding-left: 5px;
    text-transform: capitalize
}

.frmdiv ul li span {
    display: inline-block;
    font-family: robotomedium;
    margin-left: 10px
}

.frmdiv .frm-group table {
    font-size: 12px;
    color: #161616;
    font-weight: 400;
    width: 100%;
    text-align: left
}

.frmdiv .frm-group table th {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px
}

.frmdiv .frm-group table thead tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.frmdiv .frm-group table th {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2
}

.frmdiv .frm-group table a {
    color: #00808a;
    border: 1px solid #00808a;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 10px
}

.frmdiv .frm-group .carddetailBtn {
    text-align: center;
    font-size: 14px;
    color: #161616;
    padding-top: 10px
}

.frmdiv .frm-group .carddetailBtn a {
    float: right;
    color: #00808a;
    border: 1px solid #00808a;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 10px 10px
}

.frmdiv.fullwidthbox {
    width: 100%;
    z-index: 0;
    position: relative
}

.frmdiv.fullwidthbox .tabls {
    width: 100%;
    z-index: 0;
    position: relative;
    overflow: auto
}

.frmdiv.fullwidthbox .tabls .dataTables_wrapper.dt-bootstrap4 {
    width: 100%;
    z-index: 0;
    position: relative
}

.frmdiv.fullwidthbox .tabls .dataTables_length {
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px;
    width: 50%;
    text-align: left;
    float: left
}

.frmdiv.fullwidthbox .tabls .dataTables_filter {
    text-align: right;
    font-size: 14px;
    width: 50%;
    text-align: left;
    float: right
}

.frmdiv.fullwidthbox .tabls .dataTables_length select {
    padding: 6px;
    border: 1px solid #d1d1d1
}

.frmdiv.fullwidthbox .tabls .dataTables_filter input {
    padding: 6px;
    border: 1px solid #d1d1d1;
    margin-left: 5px;
    border-radius: 3px
}

.frmdiv.fullwidthbox .tabls .dataTables_filter label {
    float: right
}

.frmdiv.fullwidthbox .tabls table {
    text-align: left;
    border-spacing: 0
}

.frmdiv.fullwidthbox .tabls table tfoot th,
.frmdiv.fullwidthbox .tabls table thead th {
    font-size: 14px;
    padding: 5px;
    color: #fff
}

.frmdiv.fullwidthbox .tabls table tfoot,
.frmdiv.fullwidthbox .tabls table thead {
    background: #F50003;
    border: 0
}

.frmdiv.fullwidthbox .tabls table tbody td {
    font-size: 14px;
    color: #444;
    padding: 5px
}

.frmdiv.fullwidthbox .tabls .dataTables_wrapper.dt-bootstrap4 .col-md-5 {
    float: left;
    width: 40%;
    font-size: 14px;
    padding: 10px 5px
}

.frmdiv h5.largfont {
    font-size: 16px
}

.frmdiv.fullwidthbox .tabls .dataTables_wrapper.dt-bootstrap4 .col-md-7 {
    float: right;
    width: 50%;
    font-size: 14px;
    padding: 10px 5px
}

.frmdiv.fullwidthbox .tabls .dataTables_wrapper.dt-bootstrap4 .col-md-7 .paging_simple_numbers {
    width: 100%;
    clear: both
}

.frmdiv.fullwidthbox .tabls .dataTables_wrapper.dt-bootstrap4 .col-md-7 .paging_simple_numbers ul.pagination {
    margin: 0;
    padding: 0;
    text-align: right;
    list-style: none;
    float: right;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    overflow: hidden
}

.frmdiv.fullwidthbox .tabls .dataTables_wrapper.dt-bootstrap4 .col-md-7 .paging_simple_numbers ul.pagination li {
    width: auto;
    clear: none;
    display: inline-block;
    float: none;
    margin: 0
}

.frmdiv.fullwidthbox .tabls .dataTables_wrapper.dt-bootstrap4 .col-md-7 .paging_simple_numbers ul.pagination li a {
    padding: 5px 10px;
    display: inline-block;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    color: #444
}

.frmdiv.fullwidthbox .tabls .dataTables_wrapper.dt-bootstrap4 .col-md-7 .paging_simple_numbers ul.pagination li a:hover {
    background: #972753;
    color: #fff
}

.frmdiv.fullwidthbox .tabls .dataTables_wrapper.dt-bootstrap4 .col-md-7 .paging_simple_numbers ul.pagination li.disabled a {
    border: 0
}

.frmdiv.fullwidthbox .tabls .dataTables_wrapper.dt-bootstrap4 .col-md-7 .paging_simple_numbers ul.pagination li.disabled a {
    border: 0;
    cursor: no-drop
}

.profile_right_cont h4 {
    font-size: 20px;
    color: #707070;
    font-family: robotomedium;
    line-height: 1;
    margin-bottom: 1px
}

.profile_right_cont a {
    color: #00808a;
    font-size: 12px;
    font-family: robotoregular;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s
}

.profile_right_cont a:hover {
    color: #707070
}

.profile_progress_bar .profile_bar {
    height: 6px;
    width: 100%;
    display: inline-block;
    background: #e1e1e1;
    border-radius: 10px;
    margin-top: -2px;
    vertical-align: middle;
    position: relative
}

.profile_progress_bar .profile_bar .progress-bar {
    left: 0;
    position: absolute;
    top: 0;
    height: 6px;
    background: #00808a;
    border-radius: 6px
}

.profile_progress_bar h6 {
    font-size: 10px;
    color: #3e3e3e;
    font-family: robotoregular
}

.plsicon_text {
    float: left;
    width: 30px
}

.plsicon_text a {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle
}

.plsicon_text a img {
    width: 18px;
    float: left
}

.emailadd_cont .emailadd_cont_right {
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    float: left
}

.green_text {
    color: #00808a;
    font-size: 14px;
    font-family: robotomedium
}

.profile_pra {
    font-size: 14px;
    color: #4a4a4a;
    font-family: robotoregular;
    line-height: 18px
}

.emailadd_cont {
    margin-bottom: 10px;
    margin-top: 10px
}

.emailadd_cont_right .green_text {
    margin-bottom: 6px
}

.emailadd_sec {
    margin-top: 15px;
    border-top: 1px solid #c8c8c8;
    padding-top: 12px
}

.profile_tab_sec .tabmenu_sec {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin-bottom: 35px
}

.tabmenu_sec li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 45px;
    position: relative
}

.tabmenu_sec li:last-child {
    margin-right: 0
}

.profile_tab_sec .tabmenu_sec a {
    position: relative;
    font-size: 18px;
    color: #3e3e3e;
    font-family: robotoregular;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s
}

.profile_tab_sec .tabmenu_sec .active a,
.profile_tab_sec .tabmenu_sec a:hover {
    color: #bf033b
}

.profile_tab_sec .tabmenu_sec a:after {
    opacity: 0;
    position: absolute;
    bottom: -11.5px;
    border-bottom: 3px solid #00808a;
    content: "";
    left: 0;
    width: 100%;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s
}

.profile_tab_sec .tabmenu_sec .active a:after,
.profile_tab_sec .tabmenu_sec a:hover:after {
    opacity: 1
}

.green_text.bold_green {
    font-family: robotomedium;
    text-transform: uppercase
}

.lg_blck_heading {
    font-size: 24px;
    color: #1c1c1c;
    font-family: robotomedium;
    line-height: 1.1;
    margin-top: 8px
}

.account_balance .grid_col6 h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-family: robotomedium;
    color: rgb(0 0 0 / 65%)
}

.account_balance .mid_blck_heading {
    margin-top: 4px;
    font-size: 20px
}

.exsmall_blck_heading {
    font-size: 12px;
    margin-top: 0
}

.note_cont li {
    font-size: 12px;
    color: #4a4a4a;
    font-family: robotomedium;
    line-height: 16px;
    margin-top: 2px;
    position: relative;
    padding-left: 8px
}

.note_cont li:after {
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    background: #4a4a4a;
    content: "";
    border-radius: 18px
}

.account_balance .mid_blck_heading span {
    font-size: 12px
}

.profile_pra.error_clr {
    font-size: 13px;
    padding-left: 15px;
    color: #f44;
    font-family: robotomedium;
    margin-top: 10px;
    width: 100%;
    float: left;
    text-align: left
}

.md_blck_heading {
    font-size: 24px;
    color: #1c1c1c;
    font-family: robotomedium;
    margin: 5px 0
}

.best_deals_sec .profile_pra {
    font-size: 15px;
    line-height: 24px
}

.find_deal_btn {
    border: 1.5px solid #002D61;
    color: #002D61;
    font-size: 14px;
    font-family: robotomedium;
    display: inline-block;
    padding: 8px;
    border-radius: 2px;
    margin-top: 22px;
    min-width: 120px;
    text-align: center;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s
}

.find_deal_btn:hover {
    background: #002D61;
    color: #fff
}

.app_box {
    border: 1px solid #d1d1d1;
    display: inline-block;
    padding: 23px 22px 0;
    border-radius: 10px;
    width: 100%;
    min-height: 182px;
    background: #fff
}

.btn_sec .social_img_btn {
    display: inline-block;
    vertical-align: middle
}

.app_img img {
    vertical-align: bottom;
    display: inline-block;
    min-height: 182px;
    max-width: none;
    width: 251px;
    margin-left: -15px
}

.app_img {
    min-height: 180px;
    vertical-align: bottom
}

.profile_tab_sec {
    width: calc(100% - 10px);
    width: -ms-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    float: right
}

.tabs_cont_sec {
    width: calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    float: right
}

.best_deals_sec.mr30_btm {
    margin-bottom: 50px
}

.user_profile_cont {
    margin-bottom: 25px
}

.colllapseDivHeight {
    height: 80px;
    overflow: hidden;
    transition: all .5s
}

.arrowToogleUpDown {
    transition-duration: .5s;
    transform-origin: top;
    background-position: -259px -878px !important
}

#profilePicture {
    border-radius: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%
}

.dashboard_date_expired {
    display: none
}

.expiredWarning {
    display: none
}

.frmdiv.fullwidthbox .tabls .dataTables_info {
    float: left;
    padding: 10px 5px
}

.frmdiv.fullwidthbox .tabls .dataTables_paginate {
    float: right;
    border: 1px solid #ccc;
    border-radius: 5px
}

.frmdiv.fullwidthbox .tabls .dataTables_paginate .paginate_button {
    padding: 5px;
    float: left;
    border-right: 1px solid #d1d1d1
}

.frmdiv.fullwidthbox .tabls .dataTables_paginate .paginate_button.next {
    border: 0
}

.frmdiv.fullwidthbox .tabls .dataTables_paginate span {
    float: left
}

.frmdiv.fullwidthbox .tabls .dataTables_paginate a:hover {
    background: #972753;
    color: #fff
}

#getIndex {
    display: none
}

#getIdex {
    display: none
}

.travelerUpdated {
    display: none;
    color: #00b67a;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    margin: 15px 0 0 0
}

#getPaxIdUser {
    display: none
}

#userCreditCardID {
    display: none;
    font-size: 1px
}

#paymentInfoSection .profilebox {
    display: none
}

.paymentCardSuccesUpdate {
    display: none;
    color: #00b67a;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    margin: 15px 0 0 0
}

.paymentCardDeleted {
    display: none;
    color: #00b67a;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    margin: 15px 0 0 0
}

#NotDataFoundTravel {
    display: none;
    background: #fff;
    clear: both;
    margin: 35px 0;
    filter: drop-shadow(0 2px 2px #bbb);
    padding: 20px;
    width: 100%
}

#NotDataFoundPayment {
    display: none;
    background: #fff;
    clear: both;
    margin: 35px 0;
    filter: drop-shadow(0 2px 2px #bbb);
    padding: 20px;
    width: 100%
}

#addPaymentCardSection {
    display: none;
    width: 75%
}

#paymentCardAdded {
    display: none;
    color: #00b67a;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    margin-top: 14px
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dfdfdf !important;
    height: 37px !important
}

span.select2.select2-container.select2-container--default {
    width: 100% !important
}

span.select2.select2-container.select2-container--default:focus {
    outline: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /* line-height: 34px !important; */
    color: #000 !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    top: 0 !important;
    right: 6px !important
}

.co-travellers-sec .table-responsive .dataTables_wrapper.no-footer .dataTables_length {
    float: left;
    padding: 20px 0 20px 0
}

.co-travellers-sec .table-responsive .dataTables_wrapper.no-footer .dataTables_length select {
    padding: 3px 5px;
    border: 1px solid #ccc
}

.co-travellers-sec .table-responsive .dataTables_wrapper.no-footer .dataTables_filter {
    float: right;
    padding: 20px 0 20px 0
}

.co-travellers-sec .table-responsive .dataTables_wrapper.no-footer .dataTables_filter input {
    border: 1px solid #ccc;
    padding: 5px
}

.co-travellers-sec .table-responsive .dataTables_wrapper.no-footer #coTravelTable.table {
    clear: both;
    width: 100% !important
}

.wht_box_travellers.coTravlerViewHide .table-responsive .dataTables_wrapper.no-footer #coTravelTable_info.dataTables_info {
    padding: 15px 0;
    float: left
}

.wht_box_travellers.coTravlerViewHide .table-responsive .dataTables_wrapper.no-footer #coTravelTable_paginate.dataTables_paginate.paging_simple_numbers {
    margin: 15px 0;
    border-radius: 5px;
    overflow: hidden;
    float: right;
    border: 1px solid #ccc
}

.wht_box_travellers.coTravlerViewHide .table-responsive .dataTables_wrapper.no-footer #coTravelTable_paginate.dataTables_paginate.paging_simple_numbers a.paginate_button.previous {
    padding: 5px;
    float: left;
    border-right: 1px solid #d1d1d1
}

.wht_box_travellers.coTravlerViewHide .table-responsive .dataTables_wrapper.no-footer #coTravelTable_paginate.dataTables_paginate.paging_simple_numbers a.paginate_button.next {
    padding: 5px;
    float: right;
    border-right: 0
}

.wht_box_travellers.coTravlerViewHide .table-responsive .dataTables_wrapper.no-footer #coTravelTable_paginate.dataTables_paginate.paging_simple_numbers a.paginate_button:hover {
    background: #972753;
    color: #fff
}

.wht_box_travellers.coTravlerViewHide .table-responsive .dataTables_wrapper.no-footer #coTravelTable_paginate.dataTables_paginate.paging_simple_numbers span {
    display: inline-block
}

.wht_box_travellers.coTravlerViewHide .table-responsive .dataTables_wrapper.no-footer #coTravelTable_paginate.dataTables_paginate.paging_simple_numbers span a.paginate_button.current {
    background: #972753;
    color: #fff
}

.wht_box_travellers.coTravlerViewHide .table-responsive .dataTables_wrapper.no-footer #coTravelTable_paginate.dataTables_paginate.paging_simple_numbers span a.paginate_button {
    display: inline-block;
    padding: 5px;
    border-right: 1px solid #ccc
}

.wht_box_travellers.coTravlerViewHide .table-responsive .dataTables_wrapper.no-footer #coTravelTable_paginate.dataTables_paginate.paging_simple_numbers span a.paginate_button:hover {
    background: #972753;
    color: #fff
}

.wht_box_travellers.coTravlerViewHide .table-responsive .dataTables_wrapper.no-footer #coTravelTable_paginate.dataTables_paginate.paging_simple_numbers a.paginate_button.disabled {
    cursor: no-drop
}

.frmdiv.fullwidthbox .tabls .dataTables_paginate span {
    float: left
}

.frmdiv.fullwidthbox .tabls .dataTables_paginate a:hover {
    background: #972753;
    color: #fff
}

#bookingSectionbox.tabs_cont_body.fw.profileshadow .profilebox.fw {
    margin: 0
}

.account_balance .mid_blck_heading i.currAmount {
    font-style: normal
}

.profileright .rightboxprofilebox .mhpoints i.currAmount {
    font-style: inherit
}

@media screen and (max-width:1200px) {
    .inner_container {
        width: 90%
    }
    .frmdiv .frm-group label {
        white-space: nowrap
    }
    .profileright .rightboxprofilebox .mhpoints {
        width: 100%;
        margin-bottom: 10px
    }
    .gradient_bgBox:after {
        background-size: 100%
    }
    .md_blck_heading {
        font-size: 22px
    }
    .best_deals_sec.mobileappnew_profile_sec.fw .grid_col4 .green_box {
        padding: 21px 20px 21px
    }
    .mobileappnew_profile_sec .mobileimg {
        background-size: 242px;
        height: 200px;
        width: 190px
    }
    .mobileappnew_profile_sec .qucode span {
        margin-top: 0 !important
    }
    .mobileappnew_profile_sec .scangetapp_bgImg {
        background-position: -204px -3px;
        background-size: 292px;
        width: 80px;
        height: 93px
    }
    .user_tab_sec.profileTabsmain .inner_container {
        width: 100%
    }
}

@media screen and (max-width:991px) {
    .lg_blck_heading {
        margin-top: 11px
    }
    .account_balance .mid_blck_heading {
        font-size: 16px
    }
    .small_grid90 {
        width: 100%
    }
    .md_blck_heading {
        font-size: 20px
    }
    .best_deals_sec .profile_pra {
        font-size: 14px
    }
    .tab_header_menu .tab-menu {
        font-size: 15px
    }
    .account_balance .grid_col3:last-child {
        width: 100%
    }
    .account_balance .grid_col3:first-child {
        width: 30%
    }
    .account_balance .grid_col3 .small_grid90 {
        width: 100%
    }
    .lg_blck_heading br {
        display: none
    }
    .account_balance .grid_col6 {
        width: 70%
    }
    .account_balance .grid_col6 .grid_col5 {
        width: 35%
    }
    .app_img img {
        vertical-align: bottom;
        display: inline-block;
        min-height: 120px;
        max-width: none;
        width: 100%;
        margin-left: 0
    }
    .app_box {
        padding: 15px 0 0;
        min-height: auto
    }
    .app_img {
        min-height: auto
    }
    .profilebox .usertxts {
        width: 85%
    }
    .frmdiv {
        width: 100%
    }
    .frmdiv.paymentinfo {
        width: 100%
    }
    .profileDetaismain {
        width: 65%
    }
    .profileright {
        width: 32%
    }
    .profileright .rightboxprofilebox h3 {
        font-size: 15px
    }
    .profileright .rightboxprofilebox h4 {
        font-size: 13px
    }
    .profileright .rightboxprofilebox .mhpoints {
        font-size: 15px
    }
    .profileright .rightboxprofilebox p {
        font-size: 13px
    }
    .frmdiv .frm-group .frmbtns input {
        padding: 8px 10px
    }
    .gradient_bgBox:after {
        background-size: 100%
    }
    .profileright .rightboxprofilebox .mhpoints {
        width: 100%;
        margin-bottom: 10px
    }
    .gradient_bgBox:after {
        background-size: 100%
    }
    .mobileAppmain .storeicons a {
        padding: 0 0 17px 0
    }
    .wht_box_travellers.coTravlerViewHide .table-responsive #coTravelTable.table.traveller_table.dataTable.no-footer {
        width: 650px !important
    }
    .wht_box_travellers.coTravlerViewHide .table-responsive #coTravelTable.table.traveller_table.dataTable.no-footer thead tr td.action_td {
        text-align: center;
        padding-left: 10px
    }
    .frmdiv.paymentdetail table.table.table-striped {
        width: 800px
    }
    .frmdiv.paymentdetail {
        overflow: auto
    }
    #addPaymentCardSection.AddpaymentInfo {
        width: 65%
    }
}

@media screen and (max-width:767px) {
    .tab_header_menu li {
        padding-right: 25px
    }
    .lg_blck_heading {
        font-size: 14px;
        font-weight: 400
    }
    .best_deals_sec.fw .grid_col4 {
        width: 100%
    }
    .best_deals_sec.fw .grid_col8 {
        width: 100%;
        margin-top: 15px
    }
    .best_deals_sec.mr30_btm .grid_col6 {
        width: 100%
    }
    .app_box .grid_col7 {
        width: 100%
    }
    .app_box .grid_col5 {
        text-align: center;
        width: 100%
    }
    .app_img {
        min-height: auto;
        margin: 0 auto;
        width: 160px;
        float: none
    }
    .frmdiv .frm-group .grid_col4 {
        width: 100%;
        margin-bottom: 15px
    }
    .frmdiv .frm-group .grid_col8 {
        width: 100%;
        margin-bottom: 15px
    }
    .frmdiv .frm-group .grid_col8 .grid_col4:nth-of-type(2) label {
        display: none
    }
    .frmdiv .frm-group {
        margin-bottom: 0
    }
    .frmdiv .frm-group .grid_col8 .grid_col3,
    .frmdiv .frm-group .grid_col8 .grid_col5 {
        width: 100%
    }
    .frmdiv .frm-group .grid_col3 {
        width: 100%;
        margin-bottom: 15px
    }
    .frmdiv .frm-group .grid_col6 {
        width: 100%
    }
    .frmdiv .frm-group .grid_col10 {
        width: 100%;
        margin-bottom: 15px
    }
    .frmdiv .frm-group .grid_col10 .grid_col6 {
        width: 50%
    }
    .frmdiv.fullwidthbox .tabls table {
        min-width: 800px
    }
    .dataTables_wrapper.no-footer {
        overflow-x: auto;
        width: 100%;
        position: relative;
        z-index: 0
    }
    .user_tab_sec .tab_body_sec .mid_blck_heading .mhCurrDashBSz {
        font-size: 14px !important
    }
    .find_deal_btn {
        margin-top: 8px
    }
    .gradient_bgBox:after {
        background-size: 100%
    }
    .profile_img_box {
        width: 80px;
        height: 80px;
        margin-right: 5px;
        margin-top: -38px
    }
    .profile_img {
        vertical-align: top;
        padding-bottom: 60px;
        font-size: 16px;
        margin-top: -20px
    }
    .gradient_bgBox:after {
        bottom: -30px;
        height: 60px
    }
    .profilebox .userpassport {
        padding: 5px 0;
        width: 20%
    }
    .profilebox .usertxts h3 {
        font-size: 14px;
        margin-bottom: 5px
    }
    .profilebox .usertxts p {
        font-size: 13px
    }
    .headingRightBox a {
        padding: 2px 10px;
        font-size: 13px;
        margin-right: 8px
    }
    .headingBoxleft {
        width: 75%
    }
    .headingRightBox {
        width: 25%
    }
    .profilebox .profileheadings {
        font-size: 15px
    }
    .profilebox .prfilesmltxt {
        font-size: 13px;
        margin-bottom: 10px
    }
    .frmdiv ul li {
        font-size: 13px
    }
    .frmdiv ul li span {
        width: calc(100% - 110px);
        width: -webkit-calc(100% - 110px);
        width: -ms-calc(100% - 110px);
        width: -moz-calc(100% - 110px);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }
    .frmdiv ul li .namel {
        width: 100px;
        word-break: break-all
    }
    .colllapseDivHeight {
        height: 58px
    }
    .mobileappnew_profile_sec .grid_col4 {
        padding: 0 15px !important
    }
    #paymentInfoSection.profileDetaismain.paymentindfo {
        margin: 0
    }
    .frmdiv ul li .namel {
        min-width: 100%;
        padding: 0 0 10px 0
    }
    .frmdiv ul li span {
        width: 100%;
        margin: 0
    }
}

@media screen and (max-width:600px) {
    .profilebox .usertxts {
        width: 80%
    }
    .profileright {
        width: 100%
    }
    .profileDetaismain {
        width: 100%
    }
    .frmdiv .frm-group .frmbtns input {
        padding: 8px 15px
    }
    .colllapseDivHeight {
        height: 58px
    }
    .changePaswordHeading {
        margin-left: 0 !important
    }
    .account_balance .mid_blck_heading span {
        margin: 7px 0
    }
    .mhCurrDashBSz {
        font-size: 12px !important
    }
    #addPaymentCardSection.AddpaymentInfo {
        width: 100%
    }
}

@media screen and (max-width:550px) {
    .account_balance .grid_col6 {
        width: 100%;
        padding: 0
    }
    .account_balance .grid_col3:first-child {
        width: 100%;
        margin-bottom: 15px
    }
    .account_balance .grid_col3:last-child {
        width: 100%
    }
    .account_balance .grid_col6 .grid_col4 {
        width: 100%;
        margin-bottom: 15px
    }
    .account_balance .grid_col6 .grid_col5 {
        width: 100%
    }
    .frmdiv.fullwidthbox .tabls .dataTables_filter {
        width: 100%;
        text-align: left;
        float: left;
        margin-bottom: 15px
    }
    .frmdiv.fullwidthbox .tabls .dataTables_filter label {
        float: left
    }
    .frmdiv.fullwidthbox .tabls .dataTables_paginate {
        width: auto
    }
    .colllapseDivHeight {
        height: 58px
    }
    .changePaswordHeading {
        margin-left: 0 !important
    }
    .account_balance .mid_blck_heading span {
        margin: 7px 0
    }
    .mhCurrDashBSz {
        font-size: 12px !important
    }
}

@media screen and (max-width:500px) {
    .frmdiv.fullwidthbox .tabls .dataTables_length {
        width: 100%
    }
    .frmdiv.fullwidthbox .tabls .dataTables_filter {
        width: 100%
    }
    .frmdiv.fullwidthbox .tabls .dataTables_info {
        width: 100%
    }
    .tab_header_menu {
        width: 120%
    }
    .user_tab_sec .tab_header {
        overflow-x: auto
    }
    .exsmall_blck_heading {
        margin-top: 10px;
        margin-bottom: 3px
    }
    .colllapseDivHeight {
        height: 58px
    }
    .changePaswordHeading {
        margin-left: 0 !important
    }
    .account_balance .mid_blck_heading span {
        margin: 7px 0
    }
    .mhCurrDashBSz {
        font-size: 12px !important
    }
    .co-travellers-sec .traveller_table {
        width: 570px i !important
    }
}

@media screen and (max-width:430px) {
    .tab_header_menu {
        width: 135%
    }
    .co-travellers-sec .table-responsive .dataTables_wrapper.no-footer .dataTables_filter {
        float: none;
        padding: 0;
        clear: both
    }
}

@media screen and (max-width:375px) {
    .tab_header_menu {
        width: 160%
    }
}

.profielErrMessage {
    color: red;
    font-size: 12px;
    font-family: robotoregular;
    display: none
}

.passwordChnageSucc {
    color: #00b67a !important
}

.changePaswordHeading {
    padding: 12px 15px 12px 0;
    font-size: 17px;
    margin-left: 15px;
    color: #333;
    font-family: robotoregular;
    border-top: 2px solid #3d798a;
    margin-top: 30px
}

.profileChangeBox {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    margin-bottom: 30px;
    filter: drop-shadow(0 1px 2px #ccc);
    align-items: center
}

.mobileappnew_profile_sec .dwnl_mh_text strong {
    display: block
}

#prfileUpdateMsg {
    display: none;
    color: #048258;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-top: 14px
}

#prfilePassportUpdateMsg {
    display: none;
    color: #048258;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-top: 14px
}

.profilePicUpload input {
    display: none
}

.profilePicUpload {
    color: #3d798a;
    cursor: pointer
}

.addCardSection {
    width: 100%;
    padding: 15px;
    margin-bottom: 35px;
    background: #fff;
    min-height: 140px;
    height: auto;
    filter: drop-shadow(0 1px 1px #ccc)
}

.addCardSection h3 {
    font-size: 20px;
    font-weight: 600
}

.addCardSection a {
    display: inline-block;
    text-align: center;
    background: #3d798a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px
}

.addTravlerSec {
    width: 100%;
    padding: 15px;
    margin-bottom: 35px;
    background: #fff;
    min-height: 140px;
    height: auto;
    filter: drop-shadow(0 1px 1px #ccc)
}

.addTravlerSec h3 {
    font-size: 20px;
    font-weight: 600
}

.addTravlerSec a {
    display: inline-block;
    text-align: center;
    background: #3d798a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px
}

.addButtonCenter {
    text-align: center;
    padding: 30px 0
}

#addPaymentCardSection {
    display: none
}

#addNewCoTravellerSection {
    display: none
}

#passportEditSection {
    display: none
}

#profilPicEditUpload {
    display: none
}

.passportNameSection {
    display: none
}

#profileDetailsSection {
    display: none
}

.noDataFondMsg {
    color: #000;
    font-weight: bolder;
    font-size: 24px;
    padding: 0 !important
}

#NotDataFound {
    display: none;
    background: #fff;
    clear: both;
    margin: 35px 0;
    filter: drop-shadow(0 2px 2px #bbb);
    padding: 20px;
    width: 100%
}

.mobileappnew_profile_sec {
    background: #f2f2f2;
    margin-top: 30px;
    padding-top: 0;
    margin-bottom: 0;
    padding: 25px 0
}

.mobileappnew_profile_sec .green_box {
    background: #fff;
    margin-top: 0;
    padding: 28px 25px 32px;
    border: 1px solid #d1d1d1
}

.best_deals_sec.mobileappnew_profile_sec.fw .grid_col4 .green_box {
    padding: 32px 25px 32px
}

.mobileappnew_profile_sec .dwnl_mh_text {
    font-size: 24px;
    padding-top: 30px
}

.mobileappnew_profile_sec .qucode span {
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-top: 7px !important;
    display: inline-block
}

.mobileappnew_profile_sec .mobileimg {
    height: 219px
}

.mobileappnew_profile_sec .mobileAppmain {
    background: #fff;
    padding: 0 15px 15px;
    border: 1px solid #d1d1d1;
    border-radius: 4px
}

.mobileappnew_profile_sec .mobileimg {
    margin-bottom: -15px !important;
    height: 230px;
    width: 220px;
    display: inline-block;
    vertical-align: top;
    background: var(--searchSpriteImgUrl);
    background-position: 2px -95px;
    position: static;
    top: 0;
    background-repeat: no-repeat;
    background-size: 274px;
    margin-top: -23px
}

.mobileappnew_profile_sec .scangetapp_bgImg {
    background-position: -226px -3px;
    background-size: 328px;
    width: 100px
}

.mobileappnew_profile_sec .mobileAppmain i.downloard_app {
    width: 145px;
    height: 45px;
    background-size: 290px;
    background-position: -45px -20px
}

.passpordValid span {
    color: #a4a4a4
}

.passpordValid p {
    color: #434343;
    font-size: 13px
}

.passpordValid {
    margin-top: 10px
}

#detailsAdded {
    display: none;
    color: #00b67a;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    margin-top: 14px
}

.co-travellers-sec {
    float: left;
    width: 100%;
    margin-top: 0
}

.wht_box_travellers {
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    padding: 15px 30px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    width: 100%
}

.co-travellers-sec h3 {
    font-size: 16px;
    color: #161616;
    font-weight: 600;
    margin-bottom: 4px
}

.co-travellers-sec p {
    font-size: 14px;
    color: #161616;
    font-weight: 400
}

.co-travellers-sec .traveller_table {
    width: 100%;
    border-spacing: 0;
    margin-top: 20px;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

.co-travellers-sec .traveller_table td {
    font-size: 13px;
    color: #161616;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5
}

.add_traveller_btn {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    text-align: center
}

.add_traveller_btn a {
    display: inline-block;
    vertical-align: middle;
    background: #002D61;
    color: #fff;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    min-width: 225px;
    border-radius: 5px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s
}

.co-travellers-sec .traveller_table span a {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px;
    border: 1px solid #00808a;
    color: #00808a;
    border-radius: 30px;
    transition: all .5s ease 0s;
    min-width: 50px;
    text-align: center
}

.frmdiv.paymentdetail .frm-group table.table.table-striped thead tr {
    background: #00808a
}

.profilebox.fw.profileshadow table.table.table-striped thead {
    background: #00808a
}

.profilebox.fw.profileshadow table.table.table-striped {
    border-spacing: 0
}

.profilebox.fw.profileshadow table.table.table-striped thead th {
    padding: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.profilebox.fw.profileshadow table.table.table-striped tbody tr:nth-of-type(even) {
    background: #f4f3f3
}

.profilebox.fw.profileshadow table.table.table-striped tbody tr th {
    padding: 10px 5px;
    border: 0;
    font-size: 13px;
    color: #161616
}

.profilebox.fw.profileshadow table.table.table-striped tbody tr th {
    text-transform: capitalize
}

.profilebox.fw.profileshadow table.table.table-striped tbody tr td:nth-of-type(1) {
    text-transform: capitalize
}

.profilebox.fw.profileshadow table.table.table-striped tbody tr:nth-of-type(even) {
    background: #f4f3f3
}

.profilebox.fw.profileshadow table.table.table-striped tbody tr:nth-of-type(odd) {
    background: #fff
}

.profilebox.fw.profileshadow table.table.table-striped tbody tr td {
    padding: 5px
}

.profilebox.fw.profileshadow table.table.table-striped tbody tr:nth-of-type(odd) {
    background: #fff
}

.co-travellers-sec .traveller_table span a:hover {
    background-color: #002D61;
    color: #fff
}

.co-travellers-sec .traveller_table span {
    margin: 0 5px;
    display: inline-block
}

div#profile_tab {
    margin-bottom: 40px
}

.co-travellers-sec .traveller_table td.title_td {
    width: 55px
}

.co-travellers-sec .traveller_table .action_td {
    text-align: right;
    width: 150px;
    padding-right: 15px
}

.co-travellers-sec .traveller_table .thead_action {
    text-align: center;
    padding-left: 8px;
    width: 140px
}

.co-travellers-sec .table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
    display: inline-block;
    width: 100%
}

.coTravelerViewShow {
    display: block
}

.mhCurrDashBSz {
    font-size: 20px !important
}

.asterisk {
    color: red
}

.travelerUpdated {
    display: none;
    color: #00b67a;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    margin: 15px 0 0 0
}

#getPaxIdUser {
    display: none
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

.loaderGroup .loaderChild #addNewCoTraveller.button_progress {
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -webkit-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -moz-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #b81a52, #e1165e);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -o-linear-gradient(to top, #b81a52, #e1165e);
    background: linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), linear-gradient(to top, #b81a52, #e1165e);
    background-repeat: repeat;
    -webkit-background-size: 15px 15px, 100% 100%;
    -moz-background-size: 15px 15px, 100% 100%;
    -ms-background-size: 15px 15px, 100% 100%;
    -o-background-size: 15px 15px, 100% 100%;
    background-size: 15px 15px, 100% 100%;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.loaderGroup .loaderChild #addNewCoTraveller.button_progress:hover {
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -webkit-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -moz-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #b81a52, #e1165e);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -o-linear-gradient(to top, #b81a52, #e1165e);
    background: linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), linear-gradient(to top, #b81a52, #e1165e);
    background-repeat: repeat;
    -webkit-background-size: 15px 15px, 100% 100%;
    -moz-background-size: 15px 15px, 100% 100%;
    -ms-background-size: 15px 15px, 100% 100%;
    -o-background-size: 15px 15px, 100% 100%;
    background-size: 15px 15px, 100% 100%;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.loaderGroup .loaderChild #addNewCoTraveller.button_progress {
    background-color: inherit
}

.loaderGroup .loaderChild #addPaymentCardBtn.button_progress {
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -webkit-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -moz-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #b81a52, #e1165e);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -o-linear-gradient(to top, #b81a52, #e1165e);
    background: linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), linear-gradient(to top, #b81a52, #e1165e);
    background-repeat: repeat;
    -webkit-background-size: 15px 15px, 100% 100%;
    -moz-background-size: 15px 15px, 100% 100%;
    -ms-background-size: 15px 15px, 100% 100%;
    -o-background-size: 15px 15px, 100% 100%;
    background-size: 15px 15px, 100% 100%;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.loaderGroup .loaderChild #addPaymentCardBtn.button_progress:hover {
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -webkit-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -moz-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #b81a52, #e1165e);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -o-linear-gradient(to top, #b81a52, #e1165e);
    background: linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), linear-gradient(to top, #b81a52, #e1165e);
    background-repeat: repeat;
    -webkit-background-size: 15px 15px, 100% 100%;
    -moz-background-size: 15px 15px, 100% 100%;
    -ms-background-size: 15px 15px, 100% 100%;
    -o-background-size: 15px 15px, 100% 100%;
    background-size: 15px 15px, 100% 100%;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.loaderGroup .loaderChild #addPaymentCardBtn.button_progress {
    background-color: inherit
}

.loaderGroup .loaderChild #saveProfileHandler.button_progress {
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -webkit-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -moz-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #b81a52, #e1165e);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -o-linear-gradient(to top, #b81a52, #e1165e);
    background: linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), linear-gradient(to top, #b81a52, #e1165e);
    background-repeat: repeat;
    -webkit-background-size: 15px 15px, 100% 100%;
    -moz-background-size: 15px 15px, 100% 100%;
    -ms-background-size: 15px 15px, 100% 100%;
    -o-background-size: 15px 15px, 100% 100%;
    background-size: 15px 15px, 100% 100%;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.loaderGroup .loaderChild #saveProfileHandler.button_progress:hover {
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -webkit-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -moz-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #b81a52, #e1165e);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -o-linear-gradient(to top, #b81a52, #e1165e);
    background: linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), linear-gradient(to top, #b81a52, #e1165e);
    background-repeat: repeat;
    -webkit-background-size: 15px 15px, 100% 100%;
    -moz-background-size: 15px 15px, 100% 100%;
    -ms-background-size: 15px 15px, 100% 100%;
    -o-background-size: 15px 15px, 100% 100%;
    background-size: 15px 15px, 100% 100%;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.loaderGroup .loaderChild #saveProfileHandler.button_progress {
    background-color: inherit
}

.loaderGroup .loaderChild #passportSaveHandelr.button_progress {
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -webkit-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -moz-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #b81a52, #e1165e);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -o-linear-gradient(to top, #b81a52, #e1165e);
    background: linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), linear-gradient(to top, #b81a52, #e1165e);
    background-repeat: repeat;
    -webkit-background-size: 15px 15px, 100% 100%;
    -moz-background-size: 15px 15px, 100% 100%;
    -ms-background-size: 15px 15px, 100% 100%;
    -o-background-size: 15px 15px, 100% 100%;
    background-size: 15px 15px, 100% 100%;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.loaderGroup .loaderChild #passportSaveHandelr.button_progress:hover {
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -webkit-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -moz-linear-gradient(to top, #b81a52, #e1165e) !important;
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #b81a52, #e1165e);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), -o-linear-gradient(to top, #b81a52, #e1165e);
    background: linear-gradient(-45deg, rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .6) 75%, transparent 75%, transparent), linear-gradient(to top, #b81a52, #e1165e);
    background-repeat: repeat;
    -webkit-background-size: 15px 15px, 100% 100%;
    -moz-background-size: 15px 15px, 100% 100%;
    -ms-background-size: 15px 15px, 100% 100%;
    -o-background-size: 15px 15px, 100% 100%;
    background-size: 15px 15px, 100% 100%;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.loaderGroup .loaderChild #passportSaveHandelr.button_progress {
    background-color: inherit
}

.grid_col8.firsttimevisit {
    width: 100%;
    clear: both
}

.mobileappnew_profile_sec .grid_col8.firsttimevisit .dwnl_mh_text strong {
    display: inline-block
}

.mobileappnew_profile_sec .grid_col8.firsttimevisit .col_grid2 .qucode {
    padding-top: 15%
}

.mobileappnew_profile_sec .grid_col8.firsttimevisit .col_grid6 .dwnl_mh_text {
    padding-top: 50px
}

@media (min-width:1076px) and (max-width:1199px) {
    .mobileappnew_profile_sec .mobileimg {
        margin-bottom: 0 !important;
        height: 215px;
        background-position: 2px -89px;
        background-size: 260px;
        margin-top: -20px
    }
    .mobileappnew_profile_sec .mobileAppmain {
        padding: 0 15px 0
    }
}

@media (max-width:1075px) {
    .mobileappnew_profile_sec .col_grid4 {
        width: 50%
    }
    .mobileappnew_profile_sec .col_grid6 {
        width: 50%
    }
    .mobileappnew_profile_sec .dwnl_mh_text {
        font-size: 20px
    }
    .mobileappnew_profile_sec .md_blck_heading {
        font-size: 16px
    }
    .mobileappnew_profile_sec .green_box {
        padding: 7px 15px 15px
    }
    .mobileappnew_profile_sec .dwnl_mh_text {
        padding-top: 25px
    }
    .mobileappnew_profile_sec .mobileimg {
        height: 229px;
        background-size: 266px;
        background-position: 2px -95px;
        margin-top: -18px;
        width: 212px
    }
    .mobileappnew_profile_sec .mobileAppmain {
        padding: 0 15px 0
    }
    .co-travellers-sec .traveller_table {
        width: 800px
    }
    .frmdiv .frm-group .frmbtns {
        text-align: left;
        margin: 5px 0 8px 0;
        padding-left: 18px
    }
    .frmdiv .frm-group .frmbtns input {
        margin-right: 10px
    }
    .mobileappnew_profile_sec .mobileAppmain .storeicons {
        margin-left: 0
    }
    .mobileappnew_profile_sec .grid_col8.firsttimevisit .col_grid2 {
        display: inherit
    }
    .mobileappnew_profile_sec .grid_col8.firsttimevisit .col_grid4 {
        width: 30%
    }
    .mobileappnew_profile_sec .grid_col8.firsttimevisit .col_grid2 .qucode {
        padding-top: 25%;
        padding-bottom: 25%
    }
    .mobileappnew_profile_sec .grid_col8.firsttimevisit .col_grid4 .mobileimg {
        height: 212px;
        width: 211px
    }
    .frmdiv .frm-group .frmbtns {
        padding: 0;
        text-align: center
    }
}

@media screen and (max-width:1000px) {
    .mobileappnew_profile_sec .grid_col8.firsttimevisit .col_grid4 .mobileimg {
        height: 203px
    }
}

@media screen and (max-width:890px) {
    .mobileappnew_profile_sec .grid_col8.firsttimevisit .col_grid4 .mobileimg {
        height: 203px;
        background-size: 250px;
        width: 200px;
        margin: -14px 0 0 0
    }
}

@media screen and (max-width:870px) {
    .mobileappnew_profile_sec .grid_col8.firsttimevisit .col_grid4 .mobileimg {
        height: 203px;
        background-size: 250px;
        width: 200px;
        margin: -19px 0 0 0
    }
}

@media (max-width:767px) {
    .mobileappnew_profile_sec .green_box {
        padding: 20px 15px 15px
    }
    .innerrow {
        margin: 0 !important
    }
    .profilebox {
        margin-bottom: 0;
        padding: 10px
    }
    .user_tab_sec .inner_container {
        width: 95% !important
    }
    #userProfileView .inner_container,
    .mobileappnew_profile_sec .inner_container {
        width: 100% !important
    }
    .mobileappnew_profile_sec .grid_col4 {
        padding: 0 10px
    }
    .mobileappnew_profile_sec .grid_col4 .green_box {
        border: 1px solid #d1d1d1
    }
    .mobileappnew_profile_sec {
        padding-top: 0 !important;
        margin-top: 0 !important
    }
    .ExploreUsMain ul.mainfmenu li {
        width: 27% !important
    }
    .tab_body_sec {
        padding-top: 0 !important
    }
    .profile_img #UserProfileName {
        text-transform: capitalize
    }
    .profileDetaismain {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }
    .profileright {
        margin-bottom: 15px !important
    }
    .sml_menu_main {
        margin-right: -18px !important
    }
    .co-travellers-sec .grid_col9 {
        width: 100%
    }
    .co-travellers-sec .innerrow {
        margin: 0 -15px !important
    }
    .co-travellers-sec .traveller_table {
        width: 770px
    }
    header .containermain {
        width: 100%
    }
    header .col_grid3 {
        width: auto;
        margin-left: 0;
        padding-left: 0
    }
    .account_balance {
        padding: 15px 0
    }
    .co-travellers-sec .traveller_table thead td {
        font-weight: 600
    }
    .profileChangeBox {
        padding: 15px 10px 10px;
        margin-bottom: 15px;
        width: 100%;
        display: inline-block
    }
    .profileChangeBox .imageUP1,
    .profileChangeBox .imageUP2 {
        width: 100%;
        display: inline-block;
        vertical-align: middle
    }
    .profileChangeBox .imageUP2 span {
        margin-top: 0;
        display: inline-block;
        vertical-align: middle
    }
    .frmdiv .frm-group .innerrow>div .innerrow div {
        padding: 0
    }
    .changePaswordHeading {
        padding-left: 15px
    }
    div#profileDetailsSection .headingBoxleft {
        padding-left: 15px
    }
    .imageUP2 {
        margin-top: 5px
    }
    div#userProfiletravler .headingBoxleft {
        padding-left: 15px
    }
    .ExploreUsMain .col_grid2 {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
    .ExploreUsMain .col_grid10 {
        width: 100%;
        padding: 0
    }
    .ExploreUsMain .frightdata ul.fonefor {
        padding: 0
    }
    .ConnectUsfooter .footer_small_heading {
        padding: 0 !important
    }
    .ConnectUsfooter .col_grid3 {
        padding: 0
    }
    .col_grid2.Socialmedia_grid {
        padding-left: 0
    }
    .ConnectUsfooter .fcle .col_grid12 {
        padding: 0
    }
    .ExploreUsMain .containermain {
        width: 100%
    }
    .ExploreUsMain .frightdata {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .ConnectUsfooter .containermain {
        width: 100%
    }
    .ExploreUsMain ul.mainfmenu {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box
    }
    .ExploreUsMain ul.mainfmenu li {
        width: 33.33% !important;
        display: table-cell
    }
}

@media screen and (max-width:1200px) {
    .mobileappnew_profile_sec .mobileimg {
        width: 205px
    }
}

.select2-results__option--disabled {
    display: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.deleteTravlerMsg {
    color: #00b67a;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin: 0 0 15px 0;
    display: none
}