*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
:root {
  --primary-colora: #1a204c;
  --primary-color-light: #DFD7E0;
  --secondary-color: #ff5733;
}
body{font: 75%/150% "Lato",Arial,Helvetica,sans-serif;
    background-color: #fff;
    color: #333;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    overflow-y: auto;
    font-size: 14px!important;
}
/* body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #888;
    background-color: #fdfbfb;
    font-weight: 500;
    line-height: 27px;
    box-sizing: border-box;
} */

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 15px;
}

html {
    scroll-behavior: smooth;
}


ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul:after {
    clear: both;
    content: "";
    display: block;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.container {
    max-width: 1260px;
}

/*--header---*/


/*agent-login*/
.colorwhite{color: white!important;}
.agent-login-bar {
    background-color:#fff;
    padding: 5px 0;
    -webkit-box-shadow: 0px -1px 21px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 21px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 21px -5px rgba(0, 0, 0, 0.75);
}

.agent-login-bar img {
    width: 50%;
}

.agent-login-bar p {
    text-align: right;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.8;
}

.agent-login-bar p i {
    margin-right: 3px;
    color: #087bb2;
}

.agent-login-bar p:first-child {
    margin-top: 10px;
}

.login-box-agent {
    background-image: url(../images/banner-aa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 0 100px;
}

.box-agent {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: -1px 1px 56px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 1px 56px -7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 1px 56px -7px rgba(0, 0, 0, 0.75);
    -o-box-shadow: -1px 1px 56px -7px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: -1px 1px 56px -7px rgba(0, 0, 0, 0.75);
    padding: 30px;
    margin: 0 12px;
    border-radius: 5px;
}

.form-in .form-group {
    position: relative;
}

.form-in label {
    font-weight: 400;
}

.form-in .form-control {
    font-size: 15px;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 55px;
    padding: 0 7px 0 43px;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    text-shadow: 1px 1px 0 rgb(255 255 255);
    border: 1px solid #e0dddd;
    transition: 0.4s;
    letter-spacing: 1px;
}

.form-in i {
    position: absolute;
    left: 15px;
    top: 52px;
    font-size: 19px;
}

.btn-login {
    width: 100%;
    background: #ffa318;
    padding: 0.6rem 0.7rem;
    color: #fff;
    padding: 0.6rem 0.7rem;
    letter-spacing: 1px;
    font-size: 16px;
}

.btn-login:hover {
    background-color: #087bb2;
}


.field-txt {
    font-size: 14px;
    padding: 0;
    color: #696969;
    font-weight: 400;
    margin-bottom: 0;
}

.field-txt a {
    color: #ffa318;
}

.box-agent-left {
    padding: 25px;
    margin-top: 3%;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.box-agent-left p {
    color: #fff;
    margin-bottom: 0;
}

.box-agent-left h2 {
    font-size: 38px;
}

.box-agent-left h2 span {
    color: #0773a7;
    font-weight: 600;

}

.box-agent-left-btn {
    background: #0773a7;
    padding: 0.6rem 0.7rem;
    color: #fff;
    padding: 0.6rem 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    display: inline-block;
    margin-top: 16px;
}

.box-agent-left-btn:hover {
    background: #ffa318;
    color: #fff;
}

.box-agent-left ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.box-agent-left ul li {
    text-align: center;
    padding: 0 5px;
    color: #000;
    font-weight: 500;
    background-color: #fff;
    margin-right: 8px;
    flex: 0 0 10%;
    height: 72px;
    width: 100px;
    line-height: 2.7;
    box-shadow: 6px 8px 14px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.box-agent-left ul li h3 {
    font-size: 14px;
    margin-top: 5px;
}

.box-agent-left ul li img {
    width: 50%;
}

.ag-txt-r {
    text-align: right;
}

.ag-txt-r p {
    color: #000;
    font-size: 20px;
}

.ag-txt-r p i {
    margin-right: 2px;
}

.ag-txt-r span {
    font-size: 14px;
    margin-right: 5px;
}

.copyright {
    padding: 10px 0;
    color: #fff;
    text-align: center;
    background-color: #092d6d;
    font-size: 15px;
}


/*--search-box-home---*/

.top-bar {
    background-color: #f4f7fc;
    text-align: right;
}

.top-bar p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}

.top-bar p span {
    font-weight: 600;
}

.top-nav {
    background-color: #fff;
}

.bg-light {
    background-color: #ffffff !important;
}

.top-nav .navbar-brand img {
    width:100%;
    /* width: 50%; */
  /*width: 70%;*/
}

.top-nav .navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 69%);
    font-weight: 600;
    font-size: 13px;
}

.navbar-nav .dropdown-menu {
    background-color: #087bb2;
}

.dropdown-item {
    /*color:white!important;*/
    border-bottom: 1px dotted rgba(255, 255, 255, .4);
    padding: 8px 10px 8px 28px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    border-bottom: 1px dotted white;
}

.dropdown-item::before {
    box-shadow: none;
    position: absolute;
    /* content: "\f054"; commented by santosh */
    font-size: 12px;
    color: #fff;
    left: 13px;
    top: 50%;
    margin-top: -12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.dropdown-item:hover, .dropdown-item:focus {
   background-color: #65c9f9!important;
  }
.search-box {
    background-image: url(../images/banner-search.jpg) !important;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.top-nav .navbar-light .navbar-nav .nav-link img {
    margin-right: 5px;
}

.srbx-inner {
    margin: 0 7%;
}

.srbx-inner .tab-content {
    padding: 15px;
    background-color: #fff;
}

.srbx-inner .nav-tabs .nav-link {
    border-radius: 0px;
}

.srbx-inner .nav-tabs .nav-link {
    padding: 8px 30px;
    font-weight: 600;
    color: #495057;
    background-color: #e4e4e4;
    margin-bottom: -2px;

}

.srbx-inner .nav-tabs .nav-link img {
    margin-right: 5px;
}

.srbx-inner .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    border-top: 4px solid #ff8501;
}

.frm-box .custom-control-label {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
}

.radio-btn {
    margin-bottom: 10px;
}

.int_row {
    display: flex;
    justify-content: space-between;
    vertical-align: baseline;
}

.inp_container {
    position: relative;
    margin-bottom: 10px;
    width: 50%;
}

.txt-field {
    position: relative;
    width: 100%;
}

.txt-field i {
    position: absolute;
    right: 10px;
    top: 15px;
}

.inp_container .form-control {
    border: 1px solid #dadada;
    color: #000;
    font-size: 15px;

    outline: none;
    padding: .6667rem 2.5rem .6667rem .5rem;
    text-transform: capitalize;
    line-height: normal;
    width: 100%;
    border-radius: 0;
    font-weight: 500;
}

.exchange {
    width: 7%;
}

.exchange img {
    width: 55%;
    display: block;
    margin: 3px auto;
    cursor: pointer;
}

.dw {
    margin-right: 15px;
}

.search-now {
    background-color: #ff8500;
    color: #fff;
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    font-weight: 600;
    cursor: pointer;
}


.dro-trv-main {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dro-trv-main i {
    position: absolute;
    right: 10px;
    top: 15px;
}

.droptrv-btn big {
    font-weight: 500;
    font-size: 31px;
}

.dro-trv-main button,
.dro-trv-main button:hover {
    background-color: white;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    text-align: left;
    height: 42px;
    border: 1px solid #dadada;
    color: #717171;
    font-size: 15px;
    outline: none;
    padding: .6667rem 2.5rem .6667rem .5rem;
    text-transform: capitalize;
    line-height: normal;
    width: 100%;
    border-radius: 0;
    font-weight: 500;
}

.drop-trv-one {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 245px;
    overflow: hidden;
    border: 1px solid #ced4da;
    z-index: 9999;
    padding: 8px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
    font-weight: 500;
}


.drop-trv {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 300px;
    overflow: auto;
    border: 1px solid #ced4da;
    z-index: 9999;
    padding: 8px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
}

.dro-trv-main:hover .drop-trv-one {
    display: block;
}

.dro-trv-main:hover .drop-trv {
    display: block;
}

.inner-traveller .row {
    margin-bottom: 6px;
}

.inner-traveller h3 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #666666;
    font-weight: 500;
    text-align: left;
}

.inner-traveller span {
    display: block;
    font-size: .8667rem;
    font-weight: 400;
    color: rgba(0, 0, 0, .5);
    line-height: 1;
    padding-top: 4px;
}

.flg-class {
    margin-top: 5px;
    font-size: 15px;
    border-top: 1px dotted #ccc;
    padding-top: 5px;
}

.flg-class .custom-control-label {
    font-weight: 500;
    color: #666;
    cursor: pointer;
}

.pls-bx input {
    margin: 0;
    padding: 0;
    border: none;
}

.pls-bx input:focus {
    border: none;
    outline: none;
}

.pls-bx .quantity .minus,
.pls-bx .quantity .plus-2 {
    color: white;
    background-color: #087bb2;
}

.pls-bx .quantity input {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    font-size: 20px;
}

.pls-bx .quantity input:last-child {
    border-right: 1px solid #ccc;
}

.pls-bx input[type="button"] {
    cursor: pointer
}

.pop-des {
    padding: 30px 0;
    background-color: #fff;
}

.section-title {
    margin-bottom: 30px;
    text-align: left;
}

.section-title span {
    display: block;
    color: #4c4c4c;
    font-size: 17px;
}

.section-title h3 {
    display: block;
    color: #ffa318;
    font-size: 30px;
}

.under-bar {
    background-color: #b0b0b0;
    height: 4px;
    width: 49px;
}

.spcr-tle {
    margin-top: 4%;
}

.des-box {
    transition: all .3s ease;
}

.des-box a {
    color: #000;
    text-decoration: none;
    text-align: center;
}

.des-box:hover {
    transform: translateY(-7px);
}

.des-box img {
    border-radius: 6px;
    box-shadow: 3px 2px 6px 1px #e2e2e2;
}

.des-box h4 {
    font-weight: 600;
    margin-top: 8px;
    font-size: 20px;
}

.fli-deal {
    background-color: #e5e5e5;
    padding: 30px 0;
}

.deal-card {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    padding: 25px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 30px;
}

.deal-card .deal-title img {
    width: 25px;
    margin-right: 12px;
}

.deal-card h3 {
    font-size: 18px;
    color: #0d233e;
}

.deal-card h3 a {
    color: #0d233e;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}

.deal-card h3 a i {
    margin: 0px 10px;
}

.deal-card .deal_p {
    font-size: 14px;
    padding-left: 36px;
    font-weight: 500;
    color: #5a5a5a;
    position: relative;
    top: -7px;
}

.deal-card .pri-bx {
    padding-top: 10px;
}

.pbx {
    color: #000;
}

.pri-bx a {
    color: #000;
}

.pop-airline {
    padding: 30px 0;
    background-color: #fff;
}

.pop-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.pop-img img {
    width: 25%;
    margin-bottom: 15px;
    padding: 10px;
}

.faq {
    padding: 30px 0;
    background-color: #fff;
}

.faq h3 {
    color: #131313;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 25px;
}

.faq #accordion .panel {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}

.faq #accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 3px;
}

.faq #accordion .panel-title a {
    display: block;
    padding: 12px 15px 12px 50px;
    background: linear-gradient(to bottom, #fefefe, #cdcdcd17);
    border: 1px solid #c3c3c3bd;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    color: #2d2d2d;
    position: relative;
}

.faq #accordion .panel-title a:before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: #929191;
    font-size: 12px;
    font-weight: 900;
    color: #fdfbfb;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    text-shadow: none;
    position: absolute;
    top: 8px;
    left: 15px;
}

.faq #accordion .panel-title a.collapsed:before {
    content: "\f067";
}

.faq #accordion .panel-body {
    padding: 10px 15px;
    font-size: 15px;
    color: #222;
    line-height: 27px;
    border: none;
}

.faq #accordion .panel-body p {
    margin-bottom: 0;
}

.footer-area {
    position: relative;
    background-color: #f5f7fc;
    padding-bottom: 12px;
    padding-top: 12px;
}

.footer-area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/color-bg3.png);
    background-size: cover;
    background-position: center;
    opacity: .2;
}

.footer-item {
    position: relative;
    margin-bottom: 15px;
}

.foot-logo {
    padding-bottom: 15px;
}

.footer-item p {
    font-weight: 500;
    margin-bottom: 6px;
    color: #5d646d;
}

.title-ft {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #0d233e;
    margin-bottom: 14px;
    font-weight: 600;
}

.ft-title-under {
    background-color: #087bb2;
    height: 4px;
    width: 49px;
    margin-bottom: 20px;
}

.list-items li {
    margin-bottom: 6px;
    color: #5d646d;
}

.list-items li a {
    color: #5d646d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.list--items a {
    position: relative;
    display: inline-block;
}

.fi-1 {
    padding-left: 30px;
}

.label-text {
    font-size: 14px;
    color: #0d233e;
}

.contact-form-action .form-group {
    position: relative;
}

.contact-form-action .form-group .form-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #5d646d;
    font-size: 18px;
}

.footer-item .contact-form-action .form-control {
    border: none;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    box-shadow: 0 0 40px rgba(82, 85, 90, .1);
}

.contact-form-action .form-control {
    height: auto;
    line-height: inherit;
    padding: 10px 20px 10px 40px;
    font-size: 13px;
    color: #0d233e;
    border-color: rgba(128, 137, 150, .2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
}

.contact-form-action .form-group .search-btn,
.contact-form-action .form-group .submit-btn {
    position: absolute;
    top: 7px;
    right: 8px;
}

.theme-btn-small {
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.theme-btn {
    font-size: 15px;
    color: #fff;
    line-height: 32px;
    padding-left: 17px;
    padding-right: 14px;
    background-color: #287dfa;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #287dfa;
    font-weight: 500;
    cursor: pointer;
}

.info-ft {
    font-size: 14px;
}

.term-box {
    margin-bottom: 0;
}

.footer-item {
    position: relative;
}

.term-box .list-items li {
    margin-right: 12px;
    padding-right: 12px;
    position: relative;
    margin-bottom: 0;
}

.list-items li {
    color: #5d646d;
}

.term-box .list-items li::before {
    position: absolute;
    content: "";
    bottom: 10px;
    right: 0;
    width: 4px;
    height: 4px;
    background-color: rgba(128, 137, 150, .4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.term-box .list-items li:last-child::before {
    display: none;
}

.list-items li a {
    color: #5d646d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.social-profile li {
    display: inline-block;
    margin-right: 3px;
}

.social-profile li a {
    display: block;
    /* color: #0d233e; */
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(128, 137, 150, .1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sec-block {
    background-color: rgb(128 137 150 / 22%);
    height: 1px;
    margin-bottom: 15px;
}

.regist {
    width: 100%;
    max-width: 100%;
    padding: 3em 3em 3em 3em;
    margin: 0em auto;
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}

.regist h4 {
    font-weight: 600;
    color: #5a5a5a;
}

.regist .btn-warning {
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 500;
    background-color: #097cb2;
}

/*modify*/

.modify {
    background-color: #0671a4;
    color: #fff;
    padding: 5px 0 10px 0;
}

.modify .form-group {
    margin: 0;
}

.modify label {
    font-size: 12px;
    color: #fff;
    transform: translate(0, 0);
    transition-duration: .2s;
    cursor: text;
    margin: 0;
}

.modify .form-control {
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0;
    font-weight: 500;
    box-shadow: none;
}

.md-btn {
    height: 73%;
    margin-top: 14px;
}

.search-now:hover {
    background-color: #8fc75a;
}

.filter {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 18px 0px rgba(12, 6, 14, 0.1);
    border-top: 1px solid #b1c5d8;
}

.filter-ul {
    padding: 0px;
    margin-top: 16px;
    margin-bottom: 16px;
    background: #fff;
    width: 100%;
    display: flex;
    list-style: none;
}

.filter-ul li {
    border-radius: 20px;
    width: inherit;
    display: inline-block;
    margin-right: 8px!important;
    position: relative;
}

.li-txt {
    font-size: 16px;
    font-weight: 600 !important;
    border: none !important;
    color: #365aa6;
    line-height: 32px;
    text-align: center;
    padding-top: 5px;
}

.filter .dropbtn {
    text-decoration: none;
    background-color: transparent;
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding: 6px 10px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    color: #365aa6;
    border: 1px solid #365aa6;
    border-radius: 10px;
}

.filter .dropbtn i {
    margin-right: 5px;
}

.filter .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.filter .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 260px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 0;
    transform: none !important;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.28);
    padding: 10px;
}

.filter .dropdown-content p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}

.filter .dropdown-content .slider {
    width: 100%;
    height: 25px;
    background: #fff;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.filter .dropdown-content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.filter .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.filter .dropdown a:hover {
    background-color: #ddd;
}

.filter .show {
    display: block;
}

.custom-control-label {
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

.search-rslt {
    padding: 30px 0;
    background-color: #e5e5e5;
}

.fare-ftr {
    margin-left: -15px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 9px 8px;
    background: #0671a4;
}

.fare-ftr-innr {
    margin-left: -15px;
}

.flight-caldr {
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 100%;
    display: inline-flex;
}

.flight-caldr li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #d5d5d5;
    padding: 5px 10px;
    cursor: pointer;
}

.flight-caldr span {
    text-align: center;
    display: block;
    margin-bottom: 2px;
    color: #363636;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
}

.flight-caldr li img {
    display: block;
    margin: 5px auto;
    height: 28%;
    overflow: hidden;
    width: auto;
}

.fare-calender {
    font-weight: 500;
}

.flcld-a {
    text-align: center;
    display: block;
    margin-bottom: 2px;
    color: #062d55 !important;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    padding: 2px 0;
}

.sort {
    width: 100%;
    margin: 15px;
}

#myDIV {
    display: flex;
    width: 100%;
}

.sort .btn {
    text-decoration: none;
    background-color: #fbfbfb;
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding: 6px 10px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    color: #365aa6;
    border: 1px solid #d8d8d8;
    border-radius: 0px;
    box-shadow: none;
}

.sort .btn p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
}

.sort .btn span {
    color: #3e3e3e;
}

.sort .btn span i {
    margin-right: 3px;
}

.sort .active,
.sort .btn:hover {
    background-color: #fff;
    border-bottom: 2px solid #ff8500;
}

.card-box {
    position: relative;
    display: flex;
    background: #fff;
    width: 100%;
    border-radius:10px;
    margin: 0 15px 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
}

.card-trip {
    display: flex;
    flex-direction: column;
    border-right: none;
    flex: 1;
    width: 80%;
    padding: 10px 0;
    justify-content: space-around;
    position: relative;
}

.card-trip-inner {
    padding: 0 15px;
    display: flex;
    align-items: center;
    /*height: 80px;*/
}
.pd2020 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.airline-cd {
    display: flex;
    margin-right: 12%;
}

.logo-cd {
    margin-right: 16px;
    min-height: 48px;
    width: 48px;
    text-align: right;
    flex-shrink: 0;
    position: relative;
}

.des-cd h3 {
    font-weight: 400;
    color: #000;
    margin: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 500;
}

.des-cd span {
    display: block;
    margin: 3px 0 0;
    color: #878686;
    font-size: 11px;
    font-weight: 600;
}

.dep-cd {}

.dep-cd h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    position: relative;
    top: -3px;
}

.dep-cd span {
    text-transform: capitalize;
    font-size: 12px;
    color: #878686;
    display: block;
    font-weight: 400;
}


.card-price {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #9b9b9b;
    font-size: 13px;
    padding: 15px 25px 25px;
    position: relative;
    border-left: 1px dashed #d1d1d1;
    width: 20%;
}

.card-price .pr-txt {
    margin: 5px 0 2px;
    line-height: 1;
    transition: opacity .2s ease-in-out;
    text-align: center;
    color: #9b9b9b;
    font-size: 13px;
}

.card-price h2 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.card-price h2 i {
    margin-right: 3px;
    font-size: 15px;
}

.card-price .slt-btn {
    border-radius: 5px;
    padding: 5px 0;
    background-color: #ff8500;
    border: solid 1px #ffa318;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin: 0 auto;
    width: 50%;
}

.card-price .fli-dtls {
    font-size: 13px;
    font-weight: 600;
    color: #0671a4 !important;
    margin: 0;
    margin-top: 8px;
    cursor: pointer;
}

.card-price .modal-content .close {
    color: #fff;
    background: linear-gradient(to right, #7F7FD5, #86A8E7, #57e0d4);
    font-size: 25px;
    font-weight: 400;
    text-shadow: none;
    line-height: 27px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 8px;
    top: 8px;
    z-index: 1;
    transition: all 0.3s;
}

.card-price .title {
    color: #002543;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.card-price .modal-footer {
    padding: 8px;
}

.card-price .tab-content {
    text-align: left;
}

.card-price .nav-tabs .nav-link.active {
    color: #495057;
    border: none;
    border-bottom: 3px solid #ff8500;
    background-color: #fff;

}

.card-price .nav-tabs .nav-link {
    padding: 10px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    position: relative;
    line-height: 18px;
    display: block;
    text-transform: uppercase;
}

.card-price .nav-tabs .nav-link:hover {
    border: none;
}

.card-price .nav-tabs {
    border: none;
}

.hedng-fly {
    padding: 13px 7px 0;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: stretch space-between;
    align-items: stretch;
    background: #f4f6f8;
}

.airline-cd-two {
    display: flex;
    margin-right: 2%;
}

.arlne-t{
    font-weight: 600;
    color: #131313;
    margin-left: 11px;
}

.cls-info {
    margin-left: 15px;
}

.cls-info h4 {
    font-weight: 500;
    color: #000;
    font-size: 12px;
    line-height: 1.4;
    position: relative;
    top: -1px;
    padding-left: 15px;
    border-left: 1px solid #b9b9b9;
}

.cls-info span {
    display: block;
}

.frm-dts-main {
    display: flex;
    padding: 15px 0 2px;
}

.frm-dts {
    text-align: right;
    width: 35%;
}

.frm-dts h2 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.frm-dts span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: #525252;
}

.fm-big {
    font-size: 13px;

}

.frm-duration {
    text-align: center;
    width: 30%;
}

.frm-duration h3 {
    font-size: 13px;
    width: 100%;
    font-weight: 500;
    color: #000;
    margin-bottom: 3px;
}

.flb-line {
    max-width: 150px;
    width: 100%;
    height: 16px;
    position: relative;
    margin: 0 auto;
    left: 8px;
}

.flb-line::before {
    content: "";
    width: calc(100% - 14px);
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-bottom: 1px dashed #7d7b89;
    z-index: 0;
}

.flb-line img {
    position: relative;
    left: -9px;
    top: -6px;
}

.to-dts {
    text-align: left;
    width: 35%;
}

.to-dts h2 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.to-dts span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: #525252;
}

.layover-fl {
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    color: #ff8500;
    margin: 0;
    text-align: center;
}

.baggage-fd {
    border-radius: 5px !important;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
    color: rgba(0, 0, 0, .87);
}

.baggage-fd h3 {
    padding: 11px 12px 11px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(156, 170, 179, .28);
    border-bottom: none;
    margin: 0;
}

.baggage-fd .table {
    margin: 0;
}
.table-bordered {
    border: 1px solid #ddd!important;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
.tbl-head {
    background: #f5f5f5;
    color: #2d3e52;
    font-size: 1.1em;
}
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.ddl-st{
    border: 1px solid #ccc;
    padding: 4px 17px 3px 16px;
}
.baggage-fd .table td,
.baggage-fd .table th {
    padding: 5px 10px;
    vertical-align: top;
}

.fare-details {
    width: 100%;
    float: none;
    padding: 0 1% 1% 1%;
    font-weight: 500;
}

.fare-head {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 12px;
    color: #0870a1;
    padding: 5px 3px 3px 3px;
    border-bottom: 1px dashed #BAB9B9;
}

.list-main {
    width: 100%;
    float: left;
    font-size: 11px;
    color: #525252;
    padding: 5px 3px 3px 1px;
    border-bottom: 1px dashed #BAB9B9;
}

.flt-left {
    float: left;
}

.flt-right {
    float: right;
}


.stops-md {
    text-align: center;
    width: 30%;
    position: relative;
    top: -3px;
}

.stops-md span {
    font-size: 13px;
    width: 100%;
    font-weight: 500;
    color: #000;
}

.stops-md img {
    width: 10%;
    margin-top: -15px;
    position: relative;
    left: -7px;
}

.stops-md h5 {
    text-transform: capitalize;
    font-size: 11px;
    color: #000000;
    display: block;
    font-weight: 500;
    margin-top: 2px;
}

.fl-line {
    max-width: 150px;
    width: 100%;
    height: 16px;
    position: relative;
    margin: 0 auto;
    left: 8px;
}

.fl-line::before {
    content: "";
    width: calc(100% - 14px);
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-bottom: 1px dashed #7d7b89;
    z-index: 0;
}

.timing-cd {
    font-size: 13px;
    color: #1f1f1f;
    font-weight: 500;
    text-align: center;
    width: 25%;
    position: relative;
    top: -3px;
}

.timing-cd i {
    margin-right: 3px;
}

.refundble-cd {
    font-size: 13px;
    color: #82b74f;
    font-weight: 600;
    text-align: center;   
    position: relative;  
}

.fli-booking {
    background-color: #f5f6f8;
    padding: 30px 0;
}

.rwb-box {
    background-color: #fff;
    border-top: 3px solid #ffa318;
    padding: 20px;
}

.fli-booking h3 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 0;
    font-weight: 600;
    color: #000;
}

.seg-header {
    box-sizing: border-box;
}

.txt-seg {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

.row-seg {
    display: table;
    width: 100%;
    table-layout: auto;
}

.seg-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.flis-deptxt {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-left: 10px;
}

.flis-nme {
    margin-left: 10px;
    font-weight: 500;
    font-size: 13px;
}

.date-seg {
    display: table-cell;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.seg-item-row {
    display: flex;
}

.tt-bag {}

.tt-bag h3 {}

.frm-dtstwo {
    text-align: right;
    width: 25%;
}

.frm-dtstwo h2 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.frm-dtstwo span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: #525252;
}

.frm-durationtwo {
    text-align: center;
    width: 25%;
}

.frm-durationtwo h3 {
    font-size: 13px;
    width: 100%;
    font-weight: 500;
    color: #000;
    margin-bottom: 3px;
}

.to-dtstwo {
    text-align: left;
    width: 25%;
}

.to-dtstwo h2 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.to-dtstwo span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: #525252;
}

.tt-bag {
    text-align: left;
    width: 25%;
}

.tt-bag h3 span {
    display: block;
    font-size: 13px;
    color: #087bb2;
    font-weight: 600;
}

.tt-bag h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.spr-lne {
    background-color: #ededed;
    height: 1px;
    width: 100%;
    margin: 5px 0 15px 0;
}

.trvll-dts {
    margin-top: 25px;
}

.trvll-head {
    background-color: #e1e1e1;
    padding: 10px;
}

.trvll-head h3 {
    margin: 0;
    font-size: 18px;
    margin-left: 5px;
}

.trvll-inner {
    background-color: #fff;
    padding: 20px;
}

.trvll-inner h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.trvll-inner h4 span {
    color: #7baf49;
}

.trvll-inner label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #000;
}

.trvll-inner .form-control {
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    padding: 0;
    box-shadow: none;
    height: auto !important;
    font-weight: 500;
}

.mrt-fm {
    margin-top: 30px;
}

.mrt-fm2 {
    margin-top: 15px;
}

.gst-txt {
    font-size: 14px;
    margin-top: 15px;
    display: block;
    color: #3c3c3c;
}

.insurance {
    margin-top: 20px;
}

.insurance li {
    list-style: none;
    display: inline-block;
    width: 24%;
    text-align: center;
    border-right: 1px solid #ccc;
}

.insurance li:last-child {
    border: none;
}

.insurance li h3 {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.5;
}

.insurance li img {
    background-color: #eeeeee;
    padding: 13px;
    width: 30%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.asins {
    font-weight: 500;
    font-size: 14px;
    color: #4a4a4a;
}

.t-sumbxi {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.t-sumbxi p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}

.t-sumbxi p span {
    color: #4eb729;
    font-weight: 600;
}

.chk-line {
    font-weight: 600;
    font-size: 11px;
    padding: 15px 0px 15px 0px;
    text-transform: uppercase;
    color: #777777;
    border-top: 1px solid #f2f2f2;
}

.chk-l {
    float: left;
    color: #000000;
}

.chk-r {
    float: right;
}

.clear {
    clear: both;
}

.chk-total {
    background: #f5f5f5;
    padding: 12px;
    color: #000;
    border-radius: 2px;
    font-size: 18px;
}

.chk-total {
    background-color: #e9edee;
    padding: 11px;
}

.chk-total-book {
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 4px;
    margin-right: 15px;
}

.chk-total i {
    margin-right: 5px;
}

.chk-total-l {
    float: left;
    font-size: 12px;
    color: #3a4142;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 4px;
}

.chk-total-r {
    float: right;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    position: relative;
    top: 5px;
}

.promocode {
    margin-top: 6px;
}

.promocode p {
    font-size: 14px;
    padding-bottom: 4px;
    color: #4a4a4a;
    margin: 0;
}

.form-prmo {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 48px;
    border-radius: 2px;
    outline: none;
    border: 1px solid #bebfc2;
}

.form-prmo input {
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    border: none;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    width: 64%;
    left: 12px;
}

.form-prmo .prom-btn {
    height: 32px;
    width: 68px;
    text-align: center;
    background-color: #087bb2;
    position: absolute;
    right: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.23;
    top: 6px;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    border: 1px solid #dde5ed;
}

.btn-pay {
    background-color: #f8932b;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    height: 45px;
    font-weight: 600;
    transition: all .2s ease;
}

.trm-cnd {
    text-align: center;
    margin: 0;
    line-height: 1.5;
    font-size: 12px;
    padding: 8px 20px 4px;
}

.checkbx{
       text-align: center;
    width: 5%; 
}

.checkbx input[type=checkbox]{
    margin: 0;
    padding: 0;
    position: relative;
    top: -7px;
}
.padding-gateway {
    padding-left:8px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.gatewayborder {
    border: 1px solid #f2f2f2;;
}
.gatewayheading
{
    padding: 5px;
    font-size: 18px;
    border-bottom: 2px solid #f2f2f2;
}
.iataimg {
    height: 55px!important;
    width: 80px!important;
}
.pgservicecharge{        
    font-size: 11px;
   color:#087bb2;
}  
.padding-gateway img{
   height: 20px;
}
.margin-top-15{
    margin-top: 15px;
}
t4title{
    background: #087bb2;
    padding: 5px;
    color: #fff;
    text-shadow: 2px 1px 1px rgb(0 0 0 / 50%);
    border-radius: 5px;
    font-size: 1.1rem;
}
.orange-clr{
    color: #f8932b;
    font-size: 18px;
}
.phonecall
{
    width: 31px;
    height: 32px;
    line-height: 28px!important;
    text-align: center;
    border-radius: 24px;
    border: 2px solid #0773a7;
}
.phoneno
{
    color: #087bb2;
    font-size:18px!important;;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
}
.agentcall
{
    color: #087bb2;
    font-size:14px!important;;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
}
.font-14
{
    font-size: 14px;;
}
.reason {
    background-color: #f5f4fb;
    border-bottom: 1px solid #eee;
  }
  .br-r1 {
    border-right: 1px solid #d1d1d1;
    min-height: 80px;
  }
  .r-text {
    text-align: left;
    margin: 15px 0;
  }
  .r-text h3 {
    color: #ffa318;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 5px;
  }
  .r-text h4 {
    color: #ffa318;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
  }
  .rbx {
    display: flex;
    justify-content: flex-start;
    align-content: space-between;
    flex-wrap: wrap;
    margin-top: 27px;
  }
  .icon-rb-txt {
    font-size: 14px;
    color: #000;
    line-height: 1.3;
    padding-left: 15px;
    margin-top: -1px;
  }
  /* .my-account .tab-content {
    background-color: #f5f5f5!important;
  } */
  .filtr {
    background: #fff!important;
    border: 1px solid #e6e9ed;
  }
  .tab-content .title {
    font-weight: 550!important;
  }
.buttoncentre{
    float: initial!important;
    margin-right: 20px;
    margin-top: 15px;
}
.totalrecord
{
    background-color: #e4ebdd;
    padding: 2px 10px 2px 10px;
    border-radius: 7px;
    font-weight: bold;
    border: 2px solid #FF9800;
}
.bk-sort h4 {
    margin-top: 0px!important;
}
.editicon {
    color: orange;
    cursor: pointer;
    text-decoration: none;
}

table th,td{
    border: 1px solid #ddd;
    padding: 2px;
}
table{
    font-size: 12px;
    width: 100%;
}

/* Footer new start  */
/*--footer---*/

footer.main-footer {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    background-color: #eef4f6;
    padding: 40px 0 15px;
}

footer.main-footer div[class*="footer-widget-"] > div {
    margin-bottom: 15px;
}

footer.main-footer .widget-title,
footer.main-footer .widgettitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    color: #1e2325;
    text-transform: uppercase;
    margin-bottom: 20px;
}
footer.main-footer ul li {
    position: relative;
    font-size: 15px;
    font-weight: normal;
    line-height: 35px;
    padding-left: 20px;
}

footer.main-footer ul li:before {
    content: "\f054";
    display: block;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    height: 10px;
    line-height: 10px;
    width: 10px;
    margin-top: 12px;
    transition: all 0.25s ease-in-out;
}

footer.main-footer .widget_nav_menu ul .menu-item a {
    position: relative;
    display: inline-block;
    color: #6c7578;
    text-decoration: none;
}

footer.main-footer .widget_nav_menu ul .menu-item a:hover {
    color: #087bb2;
}
.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    text-decoration: none;
  }
  .footer-links a:hover {
    color: #21cbf4;
    text-decoration: none;
  }
  .footer-main {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(167, 180, 201, 0.2);
    border-bottom: 1px solid rgba(167, 180, 201, 0.2);
  }
  .footer-main p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
  }
  .footer-main h2 {
    font-size: 18px;
  }
  .footer-main h6 {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
  .footer .social-icons li a {
    color: rgba(255, 255, 255, 0.6);
  }
  .footer-main a {
    line-height: 2;
    transition: opacity 0.2s;
    color: rgba(255, 255, 255, 0.6);
  }
  .footer-main .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #312d65;
    height: 40px;
    background-color: #f8f7fc;
    background-clip: padding-box;
    border: 1px solid #e5e4f0;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .bg-dark-purple {
    background-color: #272c39 !important;
}
.text-secondaryf {
    color: #21cbf4;
}
.btn-secondaryf {
    color: #fff;
    background-color: #21cbf4;
    box-shadow: 0 0 12px 0 rgb(249 103 104 / 35%);
}

/* Footer New end */
.iatatop {
    margin-top: 16px!important;
}
.social-icons li {
    margin-right: 5px!important;
    display: inline-block;
    list-style: none;
    font-size: .875rem;
    margin: 1px auto;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.2);
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}
.iatali {
    border-radius: 0!important;
    border: none!important;
    height: 55px!important;
    width: 80px!important;
}
social_links .social-icons {
    display: flex;
    flex-wrap: wrap;
}

.social_links .social-icons a:nth-child(5n+1) {
    background-color: #3b5898;
}

.social_links .social-icons a:nth-child(5n+2) {
    background-color: #03b0ee;
}

.social_links .social-icons a:nth-child(5n+3) {
    background-color: #bd091c;
}

.social_links .social-icons a:nth-child(5n+4) {
    background-color: #557fa2;
}

.social_links .social-icons a:last-child {
    margin-right: 0;
}

.social_links .social-icons a:nth-child(5n) {
    background-color: #1871bc;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .paddingF{padding-right: 40px!important;}
  .btn-secondaryf {
    color: #fff;
    background-color: #0773a7;
    box-shadow: 0 0 12px 0 rgb(249 103 104 / 35%);
}
.padding-5{padding: 5px;}
.margin-0{margin: 0px!important;}
.srch-bx {
    background: rgba(0, 0, 0, 0.47);
    padding: 17px 7px;
    border-radius: 5px;
    margin-top: 50px;
  }
  .srch-bx-v1 {
    background: rgb(56 52 52 / 47%);
    /* background: #22617f; */
    padding: 5px 8px 17px 1px;
    border-radius: 5px;
    margin-top: 10px;
  }
  .search-page-modify {
    background-color: #0870a1;
    padding-bottom: 20px;
    padding-top: 10px;
}

.search-page-inner {
    padding: 14px 30px 0 30px;
}

.radio-btn {
    margin-bottom: 10px;
}
.hero-banner-flightv2 {
    background: rgba(0, 0, 0, 0) url(../images/FlightBG.jpg) repeat scroll center
      center;
  }

.search-page-inner .radio-btn label {
    color: #fff;
}

.search-page-inner .col-md-2 {
    padding: 0;
}

.search-page-inner .form-group {
    margin-bottom: 0;
    position: relative;
}

.search-page-inner .form-control {
    border-color: #dddddd;
    height: 47px;
    border-radius: 0;
    padding: 10px 20px;
    box-shadow: none;
    width: 100%;
    font-size: 13px;
    padding: 5px 40px 0 11px;
}

.search-page-inner .btn-primary {
    color: #fff;
    background-color: #0db9f0;
    border-color: #0db9f0;
}

.search-page-inner .btn-mserch {
    width: 100%;
    border-radius: 0;
    height: 47px;
}

#droptrv-btn-mf {
    height: 47px;
    border-color: #dddddd;
    height: 47px;
    border-radius: 0;
    padding: 10px 20px;
    box-shadow: none;
    width: 100%;
    font-size: 13px;
    padding: 5px 40px 0 11px;
}
