/*Update Design*/


        @media screen and (min-width: 1199px)
.ai-c {
    align-items: center;
    display: flex;
}
.border-top-bottom {
    border-top: 2px solid #dbdbdb;
    border-bottom: 2px solid #dbdbdb;
}
text-and-logo {
    text-align: center;
    padding: 28px 0px;
}
.text-and-logo p {
    font-size: 27px;
    margin: 0;
    font-weight: 500;
}
.text-and-logo img {
    width: 200px;
}
.d-flex {
    display: flex;
}

.border-right-1 {
    border-right: 1px solid #f58345;
}

.easy_booking {
    width: 100px;
    padding-right: 7px;
}
img {
    max-width: 100%;
    vertical-align:middle;
}

.site-footer {
    background: #6b6b6b !important;
    color: #fff;
}
.site-top-footer {
    padding: 17px 8px 0px;
    padding-right: 0px;
    background: #09244f;
    background-repeat: repeat;
    background-size: cover;
}

/*.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}*/

.foot-common-desc {
    font-size: 13px;
}

.site-top-footer h4 {
    margin-top: 0;
    font-size: 1.7rem;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #646e81;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-nav {
    list-style: none;
    padding-left: 0;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 3px;
}
.site-top-footer li {
    position: relative;
}
.site-top-footer li {
    color: rgba(255, 255, 255, 0.83);
}
.site-top-footer h4:after {
    position: absolute;
    bottom: -2px;
    /*width: 25px;*/
    content: '';
    height: 3px;
    /*background: #ed4917;*/
    left: 0;
}

.bottom-footer {
    background: #052240 !important;
    color: #fff;
    padding: 10px 0px;
}
.copyright {
    padding-top: 0px !important;
    font-size: 13px;
    color: #d9dce5;
    font-weight: 500;
    position: 10px;
    background-color:#052240;
}
.foot-common-desc {
    font-size: 14px;
}

.site-footer {
    background: #6b6b6b !important;
    color: #fff;
}
.social-icons {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.site-top-footer li {
    position: relative;
}
.site-top-footer li {
    color: rgba(255, 255, 255, 0.83);
}
.support_24 {
    font-size: 12px !important;
    background: #335081;
    padding: 5px 8px !important;
    border-radius: 5px !important;
    line-height: 12px;
    color: #fff !important;
    font-weight: 700 !important;
    display: inline-block !important;
    min-height: 36px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 2px;
    padding-left: 2px;
}
.follow-us-text {
    font-size: 17px;
    text-transform: uppercase;
}
.icofont-google-map:before {
    content: "\ed42";
}

.foo-address i {
    font-size: 25px;
}

.foo-address i {
    position: absolute;
    left: 0;
    top: 10px;
}
.site-top-footer li {
    position: relative;
    padding-top: 4px;
    padding-bottom: 2px;
}

.site-top-footer li {
    color: rgba(255, 255, 255, 0.83);
}
.foo-address li {
    padding-left: 34px;
}

.icofont-phone:before {
    content: "\efbb";
}

.icofont-envelope-open:before {
    content: "\ef13";
}

.icon-li-height {
    min-height: 30px;
    line-height: 30px;
}

.blog-img {
    height: 200px;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
}
.blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.blog:hover .blog-img img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.blog1-img {
  
    overflow: hidden;
    margin: 0px 0px 10px 0px;
}
.blog1-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.blog1:hover .blog1-img img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/*.fade {
    transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}*/


.tab-content > .active {
    display: block;
}


.header {
    background: #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    position: relative;
}

section.top-header {
    position: relative;
    width: 100%;
    top: 0px;
    background-color: white;
    z-index: 1000;
}

.top-header {
    background: var(--white);
    border-top: 1px solid var(--main-color);
}

.top-header a {
    color: #333;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    border-radius: 3px;
    position: relative;
    padding: 5px 5px 5px 5px;
}

.top-header .container-fluid {
    padding: 0px;
    background-color: #1d3863;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.top-header .container-fluid {
    padding: 0px;
    background-color: #1d3863; 
}

.list-inline {
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
}

.top-header ul li {
    margin-right: 0px !important;
    cursor: pointer;
}
.list-inline>li {
    display: inline-block;
    padding-right: 2px;
    padding-left: 2px;
}
.support_24 {
    font-size: 12px !important;
    background: #335081;
    padding: 5px 8px !important;
    border-radius: 5px !important;
    line-height: 12px;
    color: #fff !important;
    font-weight: 700 !important;
    display: inline-block !important;
    min-height: 36px;
}

.support_24 img {
    float: left;
    max-width: 23px;
}

.support_24 > span {
    padding-left: 0px;
    display: inline-block;
    text-align: left;
    padding-top: 5px;
}

.top-header .curreny-drop a i.flg.INR {
    background-position: 0 -1856px;
}

.top-header .curreny-drop a i.flg {
    background: url(../images/country-flag.png);
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 0px;
    position: relative;
    left: 0;
    margin-right: 12px;
}
.login-tab > a {
    color: #fff !important;
    padding: 7px 10px 6px 10px;
    background: #5191fa;
}

.top-header .dropdown-menu li:not(:last-child) .dropdown-item {
    border-bottom: 1px solid #eee;
}

.top-header .dropdown-item {
    padding: 8px 12px;
}

.top-header .curreny-drop a i.flg.USD {
    background-position: 0 -3664px;
}

.top-header .curreny-drop a i.flg.AED {
    background-position: 0 -368px;
}

.top-header .curreny-drop a i.flg.EUR {
    background-position: 0 -1152px;
}

.top-header .curreny-drop a i.flg.CAD {
    background-position: 0 -896px;
}
.top-header .curreny-drop a i.flg.NZD {
    background-position: 0 -2816px;
}

.travelcrmasp-wrap, .navbheadtracrm-trvls {
    display: block;
    position: absolute;
    right: 0px;
    top: 32%;
}
/*.homepage .top-header ul {
    position: static;
}
button.navbar-toggle.collapsed {
    display: block;
}
.main-nav {
    padding: 2px 1px 2px;
    margin: 0;
}
.main-nav li {
    margin-top: 1px;
    padding-bottom: 4px;
    border-bottom: 1px dashed rgba(255, 255, 255, .2);
}
.main-nav li {
    display: block;
    text-align: left;
    margin-bottom:10px;
}*/

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-header {
    background-color: #1d3863;
    color: #fff;
    padding: 0.10rem 0.9rem;
}
.modal-header {
    display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
   
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close { 
    color: #fff !important;
    opacity: 1;
    margin: 0;
    padding: 6px 0;
    font-size: 19px !important;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.radio-paul>li>label {
    position: relative;
    display: block;
    cursor: pointer;
    padding-bottom: 2px;
}
.radio-paul>li>label>input {
    position: absolute;
    pointer-events: none;
    clip: rect(0,0,0,0);
}
.radio-paul>li>label input[type=radio]:checked+span {
    background: #c62d2f;
    color: #fff;
}
.radio-paul>li>label>span {
    font-weight: 500;
    font-size: .82rem;
    color: #000;
    display: block;
    position: relative;
    text-transform: capitalize;
    border-radius: 19px;
    padding: 1px 14px;
    background: #ececec;
}

element.style {
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.btn.btn-com {
    border-radius: 5px;
    background: #5191fa;
}
.ui-datepicker-trigger {
    display: none!important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.ui-widget.ui-widget-content {
    border: 1px solid #d6d6d6;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.tracmdeptdblock {
    display: block!important;
}

.modal-modify-hotel .form-control {
    border: 1px solid #ced4da;
}

div#hotel_search_popup{
    padding:0!important;
}
.htl-txt.text-center{
    margin-top: 32%;
}

.hotel-voucher-container {
    background-color: white;
    margin-top: 10Px;
    margin-bottom: 10px;
}

.detail-hotel-left {
    margin-top: 10px;
}

.hotel-bg-custom{
    background-color: var(--main-color);
}

.detail-hotel-right {
    margin-top: 10px;
}
.src-dynamic {
    position: relative!important;
    /* width: 100%; */
    /* margin-top: 79px; */
    margin: 60px 0px 40px 0!important;
    z-index: 1;
}

.htl-select-room>a {
    font-size: 15px!important;
    font-weight: 500!important;
}
.select-htl-paul.paul-hotel-down-wrap {
    top: 100%;
}
.paul-hotel-down-wrap {
    width: 300px;
}
.paul-hotel-down-wrap, .traveller-com {
    background: #fff;
    width: 300btn btn-compx;
    position: absolute;
    display: none;
    z-index: 9999;
    box-shadow: 0 0 5px rgb(0 0 0 / 35%);
    padding: 0.8rem;
}
.htl-room-list>label, .paul-hotel-down-wrap .roomchildbox label {
    padding-left: 0!important;
    font-size: 13px;
}
.modal-modify-hotel label {
    color:#c62d2f;
    margin: 0 0 2px 0;
}
.hotel-modify-search label {
    padding: 3px 11px;
}

.hotel-numbers .cstm-radio {
    padding-left: 0!important;
    padding-right: 5px!important;
}
.paul-hotel-down-wrap label {
    padding-left: 0;
    font-size: 14px;
    font-weight: 600;
}
.cstm-radio {
    position: relative;
}
.hotel-numbers label input {
    display: none;
}
.cstm-radio input {
    left: 0;
    position: absolute;
    height: 20px;
    width: 20px;
    top: -3px;
    -webkit-appearance: none;
    opacity: 0;
}
.hotel-numbers label input:checked~span {
    background: #fff;
    color: #c62d2f;
}

.hotel-numbers label span {
    background:#c62d2f;
    height: 25px;
    width: 25px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #c62d2f;
    cursor: pointer;
}
.cstm-radio span {
    position: relative;
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 2px 0;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}
.bp_room_data {
    margin-top: 10px!important;
}
.paul-hotel-down-wrap .rmttl {
    padding-left: 0!important;
    font-weight: 700;
    color: #000;
}
.mb-1, .my-1 {
    margin-bottom: 0.25rem!important;
}
.pt-2, .py-2 {
    /*padding-top: 0.5rem!important;*/
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}
.roombox select {
    font-size: 13px;
    padding: 2px 2px;
    margin-bottom: 7px;
    font-size: 12px!important;
    padding: 4px!important;
    height: auto!important;
}

.top-header .paul-dropdown:before {
    content: '';
    position: absolute;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: rgb(234, 234, 234);
    left: 15px;
}

.top-header a {
    color: #333;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    border-radius: 3px;
    position: relative;
    padding: 0px 5px 5px 0px;
}

ul.dropdown-menu.paul-dropdown {
    position: absolute;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.flight-pass-dts {
    background: #fff;
    padding: 15px 20px 5px;
}

.heading-3~.row {
    margin-bottom: 1rem;
}

.flight-passeng-details h3 {
    background: #fff;
    margin: 0;
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white);
}





