* {
    transition: all .5s linear;
}
body {
    background: url(../images/bg-img.png) no-repeat;
    background-size: cover;
}
/**********Fonts************/
@font-face {
    src: url(../fonts/Avenir-Black.ttf);
    font-family: avenir-black;
}
@font-face {
    src: url(../fonts/Avenir-Heavy.ttf);
    font-family: avenir-heavy;
}
@font-face {
    src: url(../fonts/Avenir-Medium.ttf);
    font-family: avenir-medium;
}
@font-face {
    src: url(../fonts/Avenir-Light.otf);
    font-family: avenir-light;
}
/*********Fonts Classes*********/
.avenir-black {
    font-family: avenir-black;
}
.avenir-heavy {
    font-family: avenir-heavy;
}
.avenir-medium{
    font-family: avenir-medium;
}
.avenir-light {
    font-family: avenir-light;
}
/**************Colors*************/
.blue-color {
    color: #08ABFF;
}
.white-color {
    color: #fff;
}
.back-color {
    color: #000;
}
.gray-color {
    color: #B7B7B7;
}
/*************Main Page**************/
.main-container {
    padding: 20px 20px 0px 20px;
}
.main-page-search {
    display: block;
    border: none;
    width: 100%;
    margin: 20px 0 20px;
    height: 40px;
    background: transparent url(../images/search-icon.png) no-repeat;
    background-position: 0 9px;
    background-size: 17px 17px;
    border-bottom: 1px solid #B7B7B7;
    font-size: 16px;
    padding-left: 30px;
    outline: 0 !important;
    border-radius: 0;
}
.main-page-search::placeholder {
    color: #B7B7B7;
}
.nav-tabs .nav-link {
    color: #fff;
    font-family: avenir-black;
    font-size: 14px;
    position: relative;
    z-index : 1;
    border: none !important;
}
.nav.nav-tabs {
    width: 280px;
    margin: 0 auto 20px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border: none;
}
#middle {
    padding-left: 56.33px; 
    padding-right: 56.33px;
    position: relative;
}
.nav-tabs .nav-link:hover::before, .nav-tabs .nav-link.active::before {
    content: "";
    position: absolute;
    left: 30%;
    bottom: -9px;
    height: 1px;
    width: 22px;
    border-bottom: 3.2px solid #C9AB00;
}
.nav-tabs #middle:hover::before, .nav-tabs #middle.active::before {
    content: "";
    position: absolute;
    left: 43% !important;
    bottom: -9px;
    height: 1px;
    width: 28px;
    border-bottom: 3.2px solid #C9AB00;
}
.nav-tabs {
    border-bottom: none;
}
.paper-effect {
    background: #fff;
    border-radius: 18px;
    box-shadow:
        0 10px 1px -4px rgba(0,0,0,.15),
        0 10px 0 -5px #cecece,
        0 10px 1px -4px rgba(0,0,0,.15),
        0 20px 0 -10px #777398;
}
@media (min-width: 768px) {
    .trip-details {
        margin-top: -243px; 
        padding: 20px 15px 0 20px;
    }
    .trip-to {
        font-size: 34px;
    }
    .plane-icon {
        width: 73px;
        margin: -50px 0 0;
        float: right;
        position: relative;
        z-index: 10001;
    }
    .trip-date {
        margin-top: 20px;
        margin-bottom: 60px;
        font-size: 20px;
    }
    .view-button {
        background: #3E95FF;
        border: none;
        border-radius: 40px;
        padding: 5px 25px;
        margin-left: 0px;
        margin-top: 10px;
        font-size: 20px;
        cursor: pointer;
        line-height: 20px;
        outline: 0 !important;
    }
    .days-to-go {
        color: #FBC80A;
        text-align: right;
        margin-top: -20px;
        font-size: 20px;
    }
}
@media (max-width: 768.98px) {
    .trip-details {
        margin-top: -243px; 
        padding: 20px 15px 0 20px;
    }
    .trip-to {
        font-size: 34px;
    }
    .plane-icon {
        width: 73px;
        margin: -70px 0 0;
        float: right;
        position: relative;
        z-index: 10001;
    }
    .trip-date {
        margin-top: 20px;
        margin-bottom: 60px;
        font-size: 20px;
    }
    .view-button {
        background: #3E95FF;
        border: none;
        border-radius: 40px;
        padding: 5px 25px;
        margin-left: 0px;
        margin-top: 10px;
        font-size: 20px;
        cursor: pointer;
        line-height: 20px;
        outline: 0 !important;
    }
    .days-to-go {
        color: #FBC80A;
        text-align: right;
        margin-top: -20px;
        font-size: 20px;
    }
}
@media (max-width: 576.98px) {
    .trip-details {
        margin-top: -173px; 
        padding: 20px 15px 0 20px;
    }
    .trip-to {
        font-size: 27px;
    }
    .plane-icon {
        width: 49px;
        margin: -40px 0 0;
    }
    .trip-date {
        margin-top: 10px;
        margin-bottom: 25px;
        font-size: 18px;
    }
    .view-button {
        background: #3E95FF;
        border: none;
        border-radius: 40px;
        padding: 4px 25px;
        margin-left: 0px;
        margin-top: 10px;
        font-size: 17px;
        cursor: pointer;
        line-height: 20px;
        outline: 0 !important;
    }
    .days-to-go {
        color: #FBC80A;
        text-align: right;
        margin-top: -20px;
        font-size: 18px;
    }
}
@media (max-width: 480.98px) {
    .trip-details {
        margin-top: -143px; 
        padding: 20px 15px 0 20px;
    }
    .trip-to {
        font-size: 19px;
    }
    .plane-icon {
        width: 49px;
        margin: -40px 0 0;
    }
    .trip-date {
        margin-top: -5px;
        margin-bottom: 0px;
        font-size: 14px;
    }
    .view-button {
        background: #3E95FF;
        border: none;
        border-radius: 40px;
        padding: 3px 19px;
        margin-left: 0px;
        margin-top: 10px;
        font-size: 13px;
        cursor: pointer;
        line-height: 20px;
        outline: 0 !important;
    }
    .days-to-go {
        color: #FBC80A;
        text-align: right;
        margin-top: -20px;
        font-size: 16px;
    }
}
@media (max-width: 425.98px) {
    .trip-details {
        margin-top: -136px; 
        padding: 20px 15px 0 20px;
    }
    .plane-icon {
        width: 49px;
        margin: -48px 0 0;
    }
    .trip-date {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 14px;
    }
}
@media (max-width: 414.98px) {
    .plane-icon {
        width: 49px;
        margin: -40px 0 0;
    }
}
@media (max-width: 384.98px) {
    .trip-details {
        margin-top: -127px; 
        padding: 20px 15px 0;
    }
    .plane-icon {
        width: 49px;
        margin: -40px 0 0 100px;
    }
}
@media (max-width: 366.98px) {
    .plane-icon {
        width: 49px;
        margin: -33px 0 0;
    }
}
@media (max-width: 320.98px) {
    .trip-details {
        margin-top: -107px; 
        padding: 20px 15px 0 20px;
    }
    .trip-to {
        font-size: 19px;
    }
    .plane-icon {
        width: 49px;
        margin: -35px 0 0;
    }
    .trip-date {
        margin-top: -5px;
        margin-bottom: 0px;
        font-size: 14px;
    }
    .view-button {
        background: #3E95FF;
        border: none;
        border-radius: 40px;
        padding: 3px 22px;
        margin-left: 0px;
        margin-top: 5px;
        font-size: 12px;
        cursor: pointer;
        line-height: 20px;
        outline: 0 !important;
    }
    .days-to-go {
        color: #FBC80A;
        text-align: right;
        margin-top: -20px;
        font-size: 15px;
    }
}
.footer {
    background: linear-gradient(to right, #1E2D97 80%, #5159B7);
    padding: 3px 0 10px;
    margin-top: 120px;
    width: 100%;
}
.footer-add-btn {
    width: 100px; 
    margin: auto; 
    margin-top: -40px;
    padding: 5px;
    background: #1E2D97;
    border-radius: 50%;
}
@media (max-width: 375.98px) {
    .footer-add-btn {
        margin-left: -14px;
    }
}
.footer-icon {
    width: 30px;
}

/*********Setting Page******/
.setting-name {
    font-size: 16px;
}
.setting-value {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #0F2650;
    border: none;
    border-radius: 6px;
    outline: 0;
    color: #2BACFF;
    padding: 5px;
    text-align: center;
    text-align-last: center;
    
    width: 100px;
    text-align: center;
    font-size: 14px;
    text-overflow:'';
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: "";  /*Removes default arrow from firefox*/
}
.setting-value::-ms-expand {
    display: none;
}
hr {
    display: block;
    width: 100%;
    margin: 30px 0;
    border-top: 1px solid gray;
}
.setting-addnew {
    font-size: 14px;
    color: #FBC80A;
    text-decoration: underline;
}
.setting-addnew:hover {
    color: #FBC80A;
    text-decoration: none;
}
.passportNo {
    color: #2BACFF;
    background: #0F2650;
    font-size: 14px;
    border: 0;
    outline: 0 !important;
    width: 100px;
    padding: 5px;
    border-radius: 6px;
    text-align: center;
}
.social-icon-container {
    width: 280px;
    margin: auto;
}
.social-icons {
    color: #000;
    background: whitesmoke;
    text-align: center;
    font-size: 30px;
    width: 50px;
    padding: 10px 0;
    border-radius: 8px;
    margin: 0 8.362px;
}
@media (max-width: 340px) {
    .social-icons {
        font-size: 20px;
        width: 41px;
        padding: 10px 0;
        border-radius: 8px;
        margin: 0 8.362px;
    }
}

/*********Add Trip Page*************/
.content-container {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
}
.add-trip-input {
    display: block;
    border: none;
    padding: 10px;
    padding-left: 40px;
    width: 100%;
    outline: 0;
    position: relative;
    z-index: 1;
    color: #6F6F6F;
}
.field {
    position: relative;
    z-index: 1;
}
.field::before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 30px);
    border-bottom: 1px solid #DCEAF6;
    z-index: 1;
}
.name-input {
    background: transparent url(../images/edit-icon.png) no-repeat left center;
    background-size: 20px 20px;
    border-radius: 0;
    outline: 0 !important;
}
.date-input {
    background: transparent url(../images/calander-icon.png) no-repeat left center;
    background-size: 20px 20px;
    outline: 0 !important;
}
.price-input {
    background: transparent url(../images/dollar-icon.png) no-repeat left center;
    background-size: 20px 20px;
    outline: 0 !important;
}
.card {
    border-radius: 15px;
    background: #3E95FF;
    color: #fff;
}
.card-header {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}
.card-body {
    padding-bottom: 0;
}
.card-icon {
    width: 25px;
    margin: -5px 10px 0 0;
}
.fas.fa-bookmark {
    font-size: 25px;
    color: #fff;
    margin: -5px 10px 0 0;
}
.card-name {
    font-size: 20px;
}
.card p {
    font-size: 14px;
}
.card button {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
.card-add-icon {
    width: 35px;
}
.card-add-icon:hover {
    transform: scale(1.1);
}
small {
    font-size: 11px;
}
.save-button {
    display: block;
    background: #3E95FF;
    border: none;
    outline: 0;
    cursor: pointer;
    margin: 40px 0px;
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 10px;
}
.myModel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 1000;
    display: none;
}
.myModelInside {
    position: relative;
    width: 100%;
    height: 100%;
}
.modelContentContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 20px;
}
.model-heading {
    text-align: center;
    background: whitesmoke;
    color: #B7B7B7;
    padding: 15px 0;
    font-size: 16px;
    margin: -20px -20px 0;
    border-radius: 20px 20px 0 0;
}
.model-input-text {
    width: 100%;
    border: none;
    outline: 0 !important;
    border-bottom: 1px solid #08ABFF;
    padding: 5px 10px 5px 0;
    display: block;
    font-size: 14px;
    border-radius: 0;
}
.model-input-label {
    margin-top: -30px;
}
.model-input-label img {
    width: 15px;
    margin-right: 5px;
}
.model-input-label span {
    font-size: 15px;
    color: #B7B7B7;
}
.city-name {
    font-size: 16px;
}
.city-name-full {
    font-size: 13px;
    color: #B7B7B7;
    position: relative;
    z-index: 1;
    display: inline;
}
.city-name-full::before {
    content: "";
    height: 1;
    width: 30px;
    position: absolute;
    bottom: -5px;
    left: 10px;
    border-bottom: 3px solid #C9AB00;
}
.dbi::before {
    left: 3px;
}
.blue-plane-icon {
    width: 40px;
}
.myModel small {
    font-size: 10px;
    display: block;
}
.duration {
    font-size: 11px;
    background: whitesmoke;
    border-radius: 4px;
    width: 130px;
    margin: 10px auto;
}
.model-save-btn {
    width: 100%;
    display: block;
    border: none;
    background: #2BACFF;
    padding: 10px;
    border-radius: 6px;
    outline: 0;
    cursor: pointer;
}

/********************************/
.row {
    padding-left: 15px;
    padding-right: 15px;
}
.my-col-12 {
    width: 100%;
}
.my-col-6 {
    width: 50%;
    float: left;
}
.my-col-8 {
    width: 66.67%;
    float: left;
}
.my-col-4 {
    width: 33.33%;
    float: left;
}
.my-col-3 {
    width: 25%;
    float: left;
}
.clear-float {
    clear: both;
}/*****************************/
.nav-tabs .nav-item {
    float: left;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}