#navbar .nav-link{
    color:#bc2220;
    weight:bold
}
/* #navbar .nav-link:hover{
    border-radius:10px;  
    color:#fff;
    background-color:#bc2220;
    box-shadow: 0px 7px 20px 7px rgba(62, 71, 204, 0.05);
} */
#navbarSupportedContent .nav-link {
    letter-spacing: 1px;
}
#togglers{
    border: 0px solid transparent;
}
#navbar{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
#fas{
    display:none
}
.pb-4, .py-4 {
    padding-bottom: 4.5rem!important;
}
.pt-4, .py-4 { 
    padding-top : 7.5rem !important;
}
#dropdown{
    margin-top:8px;
    
}

/* #dropdown .hover:hover{
    border-radius:10px;  
    color:#fff;
    background-color:#bc2220;
    box-shadow: 0px 7px 20px 7px rgba(62, 71, 204, 0.05);
} */
.navbar-nav li:hover .dropdown-menu {
    display: block;
    box-shadow: 0px 7px 20px 7px rgba(62, 71, 204, 0.05);
}
#dropdown-item:hover{
    color:#fff;
    background-color:#bc2220;
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
@media (min-width: 1200px){
    #dropdown  a {
        color:#bc2220;
        text-decoration: none;
        padding:10px 5px 10px 10px;
    }
    #dropdown .dropdown-menu #dropdown-item{
        padding:4px;
        text-align:center
    }
    #dropdown {
        margin-top: 8px;
        padding-right: 6px;
    }
    .image{
        height:45px;
        width:45px
    }
    .iata{
        height:45px;
        width:60px
    }
    .iso1{
        height:45px;
        width:70px
    }
}
/* footer */
.footer-distributed {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    text-align: left;
    font: bold 16px sans-serif;
    margin-top: 30px;
    padding-top: 20px;
    position: relative;
    border-top: 1px solid #ddd;
}

.footer-bg {
    background-image: url(../imgs/bg-footer.png);
    width: 100%;
    height: 98px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

.footer-distributed .footer-left {
    width: 35%;
}

.footer-distributed h3 {
    color: #666;
    font: normal 36px;
    margin: 0;
}

.footer-distributed h3 span {
    color: #bc2220;
}

.footer-distributed .footer-links {
    color: #666;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-center {
    width: 45%;
}

.footer-distributed .footer-center i {
    background-color: #bc2220;
    color: #fff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #666;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #5383d3;
    text-decoration: none;
}

.footer-distributed .footer-right {
    width: 17%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #bc2220;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.payment img {
    width: 35px;
}

.cert img {
    width: 35px;
    margin: 5px;
}

.cert {
    margin-bottom: 10px;
}

@media (max-width: 880px) {
    .footer-distributed {
        font: bold 14px sans-serif;
    }
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}
/* end footer */
@media (max-width: 768px) {
    .slide {
        position: fixed;
            top: 74px;
            right: 0;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 15px;
            width: 50%;
            height:100%;
            box-shadow: 0 3px 11px 3px rgba(0, 0, 0, 0.22);
            z-index: 1030;
            background-color:#fff;
            box-shadow:0px 0px 7px 0px rgba(0, 0, 0, 0.13);
    }
    .slide.collapsing {
            height: auto;
            -webkit-transition: right 0.3s ease;
            -o-transition: right 0.3s ease;
            -moz-transition: right 0.3s ease;
            transition: right 0.3s ease;
            right: -100%;
        }
        .slide.show {
            right: 0;
            -webkit-transition: right 0.3s ease-in;
            -o-transition: right 0.3s ease-in;
            -moz-transition: right 0.3s ease-in;
            transition: right 0.3s ease-in;
        }
    #navbar .nav-link{
        color:#000;
        weight:bold;
    }
    #navbarSupportedContent .nav-link {
        letter-spacing: 1px;
    }
    #togglers{
        border: 0px solid transparent;
    }
    #navbar{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    #fas{
        display:none
    }
    .cardds{
        /* top:250px */
        
    }
    .pb-4, .py-4 {
        padding-bottom: 4.5rem!important;
    }
    #dropdown{
        padding-left: 0px;
        padding-bottom:5px
    }
    #dropdown a{
        color: #000;
    }
    #fas{
        display:inline;
    }
    .image{
        height:35px;
        width:35px
    }
    .iata{
        height:35px;
        width:45px
    }
    .iso1{
        height:35px;
        width:55px
    }
    #card-body{
        padding: 10px;
    }
  
}